2024-08-20T21:31:43.4599712Z Current runner version: '2.319.1' 2024-08-20T21:31:43.4606144Z Runner name: 'i-0b661b0efcd7271e5' 2024-08-20T21:31:43.4606948Z Runner group name: 'Default' 2024-08-20T21:31:43.4607710Z Machine name: 'ip-10-0-56-218' 2024-08-20T21:31:43.4623394Z Testing runner upgrade compatibility 2024-08-20T21:31:43.6034681Z ##[group]GITHUB_TOKEN Permissions 2024-08-20T21:31:43.6037011Z Actions: read 2024-08-20T21:31:43.6037449Z Attestations: read 2024-08-20T21:31:43.6037912Z Checks: read 2024-08-20T21:31:43.6038427Z Contents: read 2024-08-20T21:31:43.6038835Z Deployments: read 2024-08-20T21:31:43.6039300Z Discussions: read 2024-08-20T21:31:43.6039892Z Issues: read 2024-08-20T21:31:43.6040290Z Metadata: read 2024-08-20T21:31:43.6040772Z Packages: read 2024-08-20T21:31:43.6041266Z Pages: read 2024-08-20T21:31:43.6041651Z PullRequests: read 2024-08-20T21:31:43.6042149Z RepositoryProjects: read 2024-08-20T21:31:43.6042712Z SecurityEvents: read 2024-08-20T21:31:43.6043154Z Statuses: read 2024-08-20T21:31:43.6043865Z ##[endgroup] 2024-08-20T21:31:43.6047258Z Secret source: Actions 2024-08-20T21:31:43.6048073Z Prepare workflow directory 2024-08-20T21:31:43.9501102Z Prepare all required actions 2024-08-20T21:31:43.9662239Z Getting action download info 2024-08-20T21:31:44.1381451Z Download action repository 'pytorch/pytorch@main' (SHA:15b5a0b67fc3f34fb0bf1afa6f91e0c4c2b7fd8d) 2024-08-20T21:31:47.1513014Z Download action repository 'pytorch/test-infra@main' (SHA:0c3a2634aaa2f638c8f640e743f03d696ce1191f) 2024-08-20T21:31:47.5579168Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-20T21:31:47.7617786Z Getting action download info 2024-08-20T21:31:47.8578488Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-20T21:31:48.0573473Z Complete job name: docker-build (linux.12xlarge, pytorch-linux-jammy-py3.12-halide) 2024-08-20T21:31:48.1263095Z A job started hook has been configured by the self-hosted runner administrator 2024-08-20T21:31:48.1402341Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-20T21:31:48.1411551Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:31:48.1412058Z ##[endgroup] 2024-08-20T21:31:50.0672830Z Runner Type: linux.12xlarge 2024-08-20T21:31:50.0673279Z Instance Type: c5.12xlarge 2024-08-20T21:31:50.0673935Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-20T21:31:50.0674436Z AMI ID: ami-06c68f701d8090592 2024-08-20T21:31:55.3409047Z ##[group]Run echo "${GITHUB_WORKSPACE}" 2024-08-20T21:31:55.3409550Z echo "${GITHUB_WORKSPACE}" 2024-08-20T21:31:55.3409995Z sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-20T21:31:55.3410421Z mkdir "${GITHUB_WORKSPACE}" 2024-08-20T21:31:55.3417291Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:31:55.3417763Z env: 2024-08-20T21:31:55.3418158Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:31:55.3418711Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:31:55.3419403Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:31:55.3420096Z ##[endgroup] 2024-08-20T21:31:55.3447333Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-20T21:31:57.4980009Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-20T21:31:57.4980572Z with: 2024-08-20T21:31:57.4980810Z submodules: recursive 2024-08-20T21:31:57.4981109Z fetch-depth: 0 2024-08-20T21:31:57.4981363Z env: 2024-08-20T21:31:57.4981768Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:31:57.4982329Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:31:57.4983025Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:31:57.4983722Z ##[endgroup] 2024-08-20T21:31:57.5166791Z ##[group]Run retry () { 2024-08-20T21:31:57.5167148Z retry () { 2024-08-20T21:31:57.5167806Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-20T21:31:57.5168339Z } 2024-08-20T21:31:57.5168628Z echo "${GITHUB_WORKSPACE}" 2024-08-20T21:31:57.5169039Z if [ -z "${NO_SUDO}" ]; then 2024-08-20T21:31:57.5169534Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-20T21:31:57.5169961Z else 2024-08-20T21:31:57.5170278Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-20T21:31:57.5170684Z fi 2024-08-20T21:31:57.5170955Z mkdir "${GITHUB_WORKSPACE}" 2024-08-20T21:31:57.5178010Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:31:57.5178492Z env: 2024-08-20T21:31:57.5178900Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:31:57.5179467Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:31:57.5180192Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:31:57.5180942Z NO_SUDO: 2024-08-20T21:31:57.5181175Z ##[endgroup] 2024-08-20T21:31:57.5205199Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-20T21:31:57.7300512Z ##[group]Run malfet/checkout@silent-checkout 2024-08-20T21:31:57.7300958Z with: 2024-08-20T21:31:57.7301254Z ref: 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:31:57.7301663Z fetch-depth: 0 2024-08-20T21:31:57.7301941Z submodules: recursive 2024-08-20T21:31:57.7302228Z quiet-checkout: true 2024-08-20T21:31:57.7302538Z repository: pytorch/pytorch 2024-08-20T21:31:57.7303016Z token: *** 2024-08-20T21:31:57.7303259Z ssh-strict: true 2024-08-20T21:31:57.7303553Z persist-credentials: true 2024-08-20T21:31:57.7303875Z clean: true 2024-08-20T21:31:57.7304147Z sparse-checkout-cone-mode: true 2024-08-20T21:31:57.7304494Z lfs: false 2024-08-20T21:31:57.7304756Z set-safe-directory: true 2024-08-20T21:31:57.7305038Z env: 2024-08-20T21:31:57.7305440Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:31:57.7305995Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:31:57.7306672Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:31:57.7307383Z ##[endgroup] 2024-08-20T21:31:57.8299604Z Syncing repository: pytorch/pytorch 2024-08-20T21:31:57.8301179Z ##[group]Getting Git version info 2024-08-20T21:31:57.8301913Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-20T21:31:57.8302755Z [command]/usr/bin/git version 2024-08-20T21:31:57.8303105Z git version 2.40.1 2024-08-20T21:31:57.8304377Z ##[endgroup] 2024-08-20T21:31:57.8315390Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/34c39c4d-c3fa-404e-a237-f7f323da0e04' before making global git config changes 2024-08-20T21:31:57.8316649Z Adding repository directory to the temporary git global config as a safe directory 2024-08-20T21:31:57.8317795Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-20T21:31:57.8355285Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-20T21:31:57.8359317Z ##[group]Initializing the repository 2024-08-20T21:31:57.8362185Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-20T21:31:57.8392703Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-20T21:31:57.8393605Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-20T21:31:57.8394548Z hint: of your new repositories, which will suppress this warning, call: 2024-08-20T21:31:57.8395088Z hint: 2024-08-20T21:31:57.8395519Z hint: git config --global init.defaultBranch 2024-08-20T21:31:57.8395971Z hint: 2024-08-20T21:31:57.8396468Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-20T21:31:57.8397321Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-20T21:31:57.8398123Z hint: 2024-08-20T21:31:57.8398420Z hint: git branch -m 2024-08-20T21:31:57.8399164Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-20T21:31:57.8401164Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-08-20T21:31:57.8429953Z ##[endgroup] 2024-08-20T21:31:57.8430507Z ##[group]Disabling automatic garbage collection 2024-08-20T21:31:57.8431527Z [command]/usr/bin/git config --local gc.auto 0 2024-08-20T21:31:57.8461203Z ##[endgroup] 2024-08-20T21:31:57.8461704Z ##[group]Setting up auth 2024-08-20T21:31:57.8465659Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-20T21:31:57.8495391Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-20T21:31:57.8762257Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-20T21:31:57.8788748Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-20T21:31:57.9050549Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-20T21:31:57.9100492Z ##[endgroup] 2024-08-20T21:31:57.9101204Z ##[group]Fetching the repository 2024-08-20T21:31:57.9105029Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules --quiet origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2024-08-20T21:32:00.9940910Z remote: Enumerating objects: 1008521 2024-08-20T21:32:00.9942803Z remote: Enumerating objects: 1010096, done. 2024-08-20T21:32:00.9944065Z remote: Counting objects: 0% (1/1575) 2024-08-20T21:32:01.0000381Z remote: Counting objects: 1% (16/1575) 2024-08-20T21:32:01.0001095Z remote: Counting objects: 2% (32/1575) 2024-08-20T21:32:01.0001661Z remote: Counting objects: 3% (48/1575) 2024-08-20T21:32:01.0002449Z remote: Counting objects: 4% (63/1575) 2024-08-20T21:32:01.0003169Z remote: Counting objects: 5% (79/1575) 2024-08-20T21:32:01.0004081Z remote: Counting objects: 6% (95/1575) 2024-08-20T21:32:01.0004636Z remote: Counting objects: 7% (111/1575) 2024-08-20T21:32:01.0005122Z remote: Counting objects: 8% (126/1575) 2024-08-20T21:32:01.0005601Z remote: Counting objects: 9% (142/1575) 2024-08-20T21:32:01.0006082Z remote: Counting objects: 10% (158/1575) 2024-08-20T21:32:01.0006547Z remote: Counting objects: 11% (174/1575) 2024-08-20T21:32:01.0007019Z remote: Counting objects: 12% (189/1575) 2024-08-20T21:32:01.0007483Z remote: Counting objects: 13% (205/1575) 2024-08-20T21:32:01.0007936Z remote: Counting objects: 14% (221/1575) 2024-08-20T21:32:01.0008407Z remote: Counting objects: 15% (237/1575) 2024-08-20T21:32:01.0008867Z remote: Counting objects: 16% (252/1575) 2024-08-20T21:32:01.0009319Z remote: Counting objects: 17% (268/1575) 2024-08-20T21:32:01.0010286Z remote: Counting objects: 18% (284/1575) 2024-08-20T21:32:01.0010755Z remote: Counting objects: 19% (300/1575) 2024-08-20T21:32:01.0011213Z remote: Counting objects: 20% (315/1575) 2024-08-20T21:32:01.0011669Z remote: Counting objects: 21% (331/1575) 2024-08-20T21:32:01.0012128Z remote: Counting objects: 22% (347/1575) 2024-08-20T21:32:01.0012582Z remote: Counting objects: 23% (363/1575) 2024-08-20T21:32:01.0013026Z remote: Counting objects: 24% (378/1575) 2024-08-20T21:32:01.0013485Z remote: Counting objects: 25% (394/1575) 2024-08-20T21:32:01.0013963Z remote: Counting objects: 26% (410/1575) 2024-08-20T21:32:01.0014420Z remote: Counting objects: 27% (426/1575) 2024-08-20T21:32:01.0015033Z remote: Counting objects: 28% (441/1575) 2024-08-20T21:32:01.0015517Z remote: Counting objects: 29% (457/1575) 2024-08-20T21:32:01.0015976Z remote: Counting objects: 30% (473/1575) 2024-08-20T21:32:01.0016455Z remote: Counting objects: 31% (489/1575) 2024-08-20T21:32:01.0016932Z remote: Counting objects: 32% (504/1575) 2024-08-20T21:32:01.0017394Z remote: Counting objects: 33% (520/1575) 2024-08-20T21:32:01.0017881Z remote: Counting objects: 34% (536/1575) 2024-08-20T21:32:01.0018359Z remote: Counting objects: 35% (552/1575) 2024-08-20T21:32:01.0018820Z remote: Counting objects: 36% (567/1575) 2024-08-20T21:32:01.0019291Z remote: Counting objects: 37% (583/1575) 2024-08-20T21:32:01.0019763Z remote: Counting objects: 38% (599/1575) 2024-08-20T21:32:01.0020221Z remote: Counting objects: 39% (615/1575) 2024-08-20T21:32:01.0020694Z remote: Counting objects: 40% (630/1575) 2024-08-20T21:32:01.0021171Z remote: Counting objects: 41% (646/1575) 2024-08-20T21:32:01.0021629Z remote: Counting objects: 42% (662/1575) 2024-08-20T21:32:01.0022098Z remote: Counting objects: 43% (678/1575) 2024-08-20T21:32:01.0022577Z remote: Counting objects: 44% (693/1575) 2024-08-20T21:32:01.0023049Z remote: Counting objects: 45% (709/1575) 2024-08-20T21:32:01.0023505Z remote: Counting objects: 46% (725/1575) 2024-08-20T21:32:01.0024021Z remote: Counting objects: 47% (741/1575) 2024-08-20T21:32:01.0024494Z remote: Counting objects: 48% (756/1575) 2024-08-20T21:32:01.0024954Z remote: Counting objects: 49% (772/1575) 2024-08-20T21:32:01.0025430Z remote: Counting objects: 50% (788/1575) 2024-08-20T21:32:01.0025902Z remote: Counting objects: 51% (804/1575) 2024-08-20T21:32:01.0026361Z remote: Counting objects: 52% (819/1575) 2024-08-20T21:32:01.0026832Z remote: Counting objects: 53% (835/1575) 2024-08-20T21:32:01.0027315Z remote: Counting objects: 54% (851/1575) 2024-08-20T21:32:01.0027784Z remote: Counting objects: 55% (867/1575) 2024-08-20T21:32:01.0028243Z remote: Counting objects: 56% (882/1575) 2024-08-20T21:32:01.0028719Z remote: Counting objects: 57% (898/1575) 2024-08-20T21:32:01.0029191Z remote: Counting objects: 58% (914/1575) 2024-08-20T21:32:01.0029647Z remote: Counting objects: 59% (930/1575) 2024-08-20T21:32:01.0030122Z remote: Counting objects: 60% (945/1575) 2024-08-20T21:32:01.0030594Z remote: Counting objects: 61% (961/1575) 2024-08-20T21:32:01.0031049Z remote: Counting objects: 62% (977/1575) 2024-08-20T21:32:01.0031531Z remote: Counting objects: 63% (993/1575) 2024-08-20T21:32:01.0032015Z remote: Counting objects: 64% (1008/1575) 2024-08-20T21:32:01.0032513Z remote: Counting objects: 65% (1024/1575) 2024-08-20T21:32:01.0032994Z remote: Counting objects: 66% (1040/1575) 2024-08-20T21:32:01.0033492Z remote: Counting objects: 67% (1056/1575) 2024-08-20T21:32:01.0034451Z remote: Counting objects: 68% (1071/1575) 2024-08-20T21:32:01.0034950Z remote: Counting objects: 69% (1087/1575) 2024-08-20T21:32:01.0035613Z remote: Counting objects: 70% (1103/1575) 2024-08-20T21:32:01.0036126Z remote: Counting objects: 71% (1119/1575) 2024-08-20T21:32:01.0036622Z remote: Counting objects: 72% (1134/1575) 2024-08-20T21:32:01.0037132Z remote: Counting objects: 73% (1150/1575) 2024-08-20T21:32:01.0037636Z remote: Counting objects: 74% (1166/1575) 2024-08-20T21:32:01.0038125Z remote: Counting objects: 75% (1182/1575) 2024-08-20T21:32:01.0038634Z remote: Counting objects: 76% (1197/1575) 2024-08-20T21:32:01.0039140Z remote: Counting objects: 77% (1213/1575) 2024-08-20T21:32:01.0039644Z remote: Counting objects: 78% (1229/1575) 2024-08-20T21:32:01.0040247Z remote: Counting objects: 79% (1245/1575) 2024-08-20T21:32:01.0040865Z remote: Counting objects: 80% (1260/1575) 2024-08-20T21:32:01.0041372Z remote: Counting objects: 81% (1276/1575) 2024-08-20T21:32:01.0041862Z remote: Counting objects: 82% (1292/1575) 2024-08-20T21:32:01.0042372Z remote: Counting objects: 83% (1308/1575) 2024-08-20T21:32:01.0042874Z remote: Counting objects: 84% (1323/1575) 2024-08-20T21:32:01.0043367Z remote: Counting objects: 85% (1339/1575) 2024-08-20T21:32:01.0043871Z remote: Counting objects: 86% (1355/1575) 2024-08-20T21:32:01.0044375Z remote: Counting objects: 87% (1371/1575) 2024-08-20T21:32:01.0044863Z remote: Counting objects: 88% (1386/1575) 2024-08-20T21:32:01.0045364Z remote: Counting objects: 89% (1402/1575) 2024-08-20T21:32:01.0045864Z remote: Counting objects: 90% (1418/1575) 2024-08-20T21:32:01.0046347Z remote: Counting objects: 91% (1434/1575) 2024-08-20T21:32:01.0046856Z remote: Counting objects: 92% (1449/1575) 2024-08-20T21:32:01.0047356Z remote: Counting objects: 93% (1465/1575) 2024-08-20T21:32:01.0047839Z remote: Counting objects: 94% (1481/1575) 2024-08-20T21:32:01.0048346Z remote: Counting objects: 95% (1497/1575) 2024-08-20T21:32:01.0048848Z remote: Counting objects: 96% (1512/1575) 2024-08-20T21:32:01.0049352Z remote: Counting objects: 97% (1528/1575) 2024-08-20T21:32:01.0049843Z remote: Counting objects: 98% (1544/1575) 2024-08-20T21:32:01.0050342Z remote: Counting objects: 99% (1560/1575) 2024-08-20T21:32:01.0050842Z remote: Counting objects: 100% (1575/1575) 2024-08-20T21:32:01.0051371Z remote: Counting objects: 100% (1575/1575), done. 2024-08-20T21:32:01.0072372Z remote: Compressing objects: 0% (1/818) 2024-08-20T21:32:01.0292457Z remote: Compressing objects: 1% (9/818) 2024-08-20T21:32:01.0482089Z remote: Compressing objects: 2% (17/818) 2024-08-20T21:32:01.0770004Z remote: Compressing objects: 3% (25/818) 2024-08-20T21:32:01.1465549Z remote: Compressing objects: 4% (33/818) 2024-08-20T21:32:01.2202090Z remote: Compressing objects: 5% (41/818) 2024-08-20T21:32:01.2682689Z remote: Compressing objects: 6% (50/818) 2024-08-20T21:32:01.3162036Z remote: Compressing objects: 7% (58/818) 2024-08-20T21:32:01.3627442Z remote: Compressing objects: 8% (66/818) 2024-08-20T21:32:01.3883231Z remote: Compressing objects: 9% (74/818) 2024-08-20T21:32:01.4245407Z remote: Compressing objects: 10% (82/818) 2024-08-20T21:32:01.4507805Z remote: Compressing objects: 11% (90/818) 2024-08-20T21:32:01.4695314Z remote: Compressing objects: 12% (99/818) 2024-08-20T21:32:01.4864651Z remote: Compressing objects: 13% (107/818) 2024-08-20T21:32:01.4990407Z remote: Compressing objects: 14% (115/818) 2024-08-20T21:32:01.5092821Z remote: Compressing objects: 15% (123/818) 2024-08-20T21:32:01.5162882Z remote: Compressing objects: 16% (131/818) 2024-08-20T21:32:01.5254337Z remote: Compressing objects: 17% (140/818) 2024-08-20T21:32:01.5307051Z remote: Compressing objects: 18% (148/818) 2024-08-20T21:32:01.5353571Z remote: Compressing objects: 19% (156/818) 2024-08-20T21:32:01.5386279Z remote: Compressing objects: 20% (164/818) 2024-08-20T21:32:01.5413328Z remote: Compressing objects: 21% (172/818) 2024-08-20T21:32:01.5423000Z remote: Compressing objects: 22% (180/818) 2024-08-20T21:32:01.5423585Z remote: Compressing objects: 23% (189/818) 2024-08-20T21:32:01.5429997Z remote: Compressing objects: 24% (197/818) 2024-08-20T21:32:01.5437422Z remote: Compressing objects: 25% (205/818) 2024-08-20T21:32:01.5438957Z remote: Compressing objects: 26% (213/818) 2024-08-20T21:32:01.5443402Z remote: Compressing objects: 27% (221/818) 2024-08-20T21:32:01.5456784Z remote: Compressing objects: 28% (230/818) 2024-08-20T21:32:01.5457762Z remote: Compressing objects: 29% (238/818) 2024-08-20T21:32:01.5475420Z remote: Compressing objects: 30% (246/818) 2024-08-20T21:32:01.5486318Z remote: Compressing objects: 31% (254/818) 2024-08-20T21:32:01.5507092Z remote: Compressing objects: 32% (262/818) 2024-08-20T21:32:01.5509922Z remote: Compressing objects: 33% (270/818) 2024-08-20T21:32:01.5520053Z remote: Compressing objects: 34% (279/818) 2024-08-20T21:32:01.5529351Z remote: Compressing objects: 35% (287/818) 2024-08-20T21:32:01.5532643Z remote: Compressing objects: 36% (295/818) 2024-08-20T21:32:01.5542872Z remote: Compressing objects: 37% (303/818) 2024-08-20T21:32:01.5553736Z remote: Compressing objects: 38% (311/818) 2024-08-20T21:32:01.5561078Z remote: Compressing objects: 39% (320/818) 2024-08-20T21:32:01.5566282Z remote: Compressing objects: 40% (328/818) 2024-08-20T21:32:01.5575510Z remote: Compressing objects: 41% (336/818) 2024-08-20T21:32:01.5583323Z remote: Compressing objects: 42% (344/818) 2024-08-20T21:32:01.5591391Z remote: Compressing objects: 43% (352/818) 2024-08-20T21:32:01.5592281Z remote: Compressing objects: 44% (360/818) 2024-08-20T21:32:01.5598082Z remote: Compressing objects: 45% (369/818) 2024-08-20T21:32:01.5604636Z remote: Compressing objects: 46% (377/818) 2024-08-20T21:32:01.5610266Z remote: Compressing objects: 47% (385/818) 2024-08-20T21:32:01.5613930Z remote: Compressing objects: 48% (393/818) 2024-08-20T21:32:01.5617326Z remote: Compressing objects: 49% (401/818) 2024-08-20T21:32:01.5622095Z remote: Compressing objects: 50% (409/818) 2024-08-20T21:32:01.5624588Z remote: Compressing objects: 51% (418/818) 2024-08-20T21:32:01.5627699Z remote: Compressing objects: 52% (426/818) 2024-08-20T21:32:01.5629948Z remote: Compressing objects: 53% (434/818) 2024-08-20T21:32:01.5631749Z remote: Compressing objects: 54% (442/818) 2024-08-20T21:32:01.5633022Z remote: Compressing objects: 55% (450/818) 2024-08-20T21:32:01.5634605Z remote: Compressing objects: 56% (459/818) 2024-08-20T21:32:01.5635950Z remote: Compressing objects: 57% (467/818) 2024-08-20T21:32:01.5636446Z remote: Compressing objects: 58% (475/818) 2024-08-20T21:32:01.5637055Z remote: Compressing objects: 59% (483/818) 2024-08-20T21:32:01.5638533Z remote: Compressing objects: 60% (491/818) 2024-08-20T21:32:01.5639065Z remote: Compressing objects: 61% (499/818) 2024-08-20T21:32:01.5639585Z remote: Compressing objects: 62% (508/818) 2024-08-20T21:32:01.5640156Z remote: Compressing objects: 63% (516/818) 2024-08-20T21:32:01.5643521Z remote: Compressing objects: 64% (524/818) 2024-08-20T21:32:01.5649810Z remote: Compressing objects: 65% (532/818) 2024-08-20T21:32:01.5656515Z remote: Compressing objects: 66% (540/818) 2024-08-20T21:32:01.5660242Z remote: Compressing objects: 67% (549/818) 2024-08-20T21:32:01.5665214Z remote: Compressing objects: 68% (557/818) 2024-08-20T21:32:01.5667889Z remote: Compressing objects: 69% (565/818) 2024-08-20T21:32:01.5671193Z remote: Compressing objects: 70% (573/818) 2024-08-20T21:32:01.5673971Z remote: Compressing objects: 71% (581/818) 2024-08-20T21:32:01.5678700Z remote: Compressing objects: 72% (589/818) 2024-08-20T21:32:01.5682575Z remote: Compressing objects: 73% (598/818) 2024-08-20T21:32:01.5684173Z remote: Compressing objects: 74% (606/818) 2024-08-20T21:32:01.5686538Z remote: Compressing objects: 75% (614/818) 2024-08-20T21:32:01.5689191Z remote: Compressing objects: 76% (622/818) 2024-08-20T21:32:01.5692187Z remote: Compressing objects: 77% (630/818) 2024-08-20T21:32:01.5694711Z remote: Compressing objects: 78% (639/818) 2024-08-20T21:32:01.5697356Z remote: Compressing objects: 79% (647/818) 2024-08-20T21:32:01.5697880Z remote: Compressing objects: 80% (655/818) 2024-08-20T21:32:01.5699846Z remote: Compressing objects: 81% (663/818) 2024-08-20T21:32:01.5702378Z remote: Compressing objects: 82% (671/818) 2024-08-20T21:32:01.5706070Z remote: Compressing objects: 83% (679/818) 2024-08-20T21:32:01.5708586Z remote: Compressing objects: 84% (688/818) 2024-08-20T21:32:01.5710038Z remote: Compressing objects: 85% (696/818) 2024-08-20T21:32:01.5710948Z remote: Compressing objects: 86% (704/818) 2024-08-20T21:32:01.5712685Z remote: Compressing objects: 87% (712/818) 2024-08-20T21:32:01.5715233Z remote: Compressing objects: 88% (720/818) 2024-08-20T21:32:01.5715753Z remote: Compressing objects: 89% (729/818) 2024-08-20T21:32:01.5717819Z remote: Compressing objects: 90% (737/818) 2024-08-20T21:32:01.5718338Z remote: Compressing objects: 91% (745/818) 2024-08-20T21:32:01.5720551Z remote: Compressing objects: 92% (753/818) 2024-08-20T21:32:01.5721089Z remote: Compressing objects: 93% (761/818) 2024-08-20T21:32:01.5721619Z remote: Compressing objects: 94% (769/818) 2024-08-20T21:32:01.5722998Z remote: Compressing objects: 95% (778/818) 2024-08-20T21:32:01.5723520Z remote: Compressing objects: 96% (786/818) 2024-08-20T21:32:01.5725432Z remote: Compressing objects: 97% (794/818) 2024-08-20T21:32:01.5728065Z remote: Compressing objects: 98% (802/818) 2024-08-20T21:32:01.5728593Z remote: Compressing objects: 99% (810/818) 2024-08-20T21:32:01.5729119Z remote: Compressing objects: 100% (818/818) 2024-08-20T21:32:01.5729676Z remote: Compressing objects: 100% (818/818), done. 2024-08-20T21:32:20.9890094Z remote: Total 1010096 (delta 1000), reused 1213 (delta 754), pack-reused 1008521 (from 1) 2024-08-20T21:32:42.2590027Z [command]/usr/bin/git rev-parse --verify --quiet 40ec5f6ddd9787aca0449b24128343ff4c4a88b3^{object} 2024-08-20T21:32:42.2618496Z 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:32:42.2621412Z ##[endgroup] 2024-08-20T21:32:42.2621926Z ##[group]Determining the checkout info 2024-08-20T21:32:42.2622635Z ##[endgroup] 2024-08-20T21:32:42.2623145Z ##[group]Checking out the ref 2024-08-20T21:32:42.2626030Z [command]/usr/bin/git checkout --quiet --force 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:32:43.5866031Z ##[endgroup] 2024-08-20T21:32:43.5866628Z ##[group]Setting up auth for fetching submodules 2024-08-20T21:32:43.5867752Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-20T21:32:43.5922433Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-20T21:32:43.5953008Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-20T21:32:43.5982094Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-20T21:32:43.6009084Z ##[endgroup] 2024-08-20T21:32:43.6009586Z ##[group]Fetching submodules 2024-08-20T21:32:43.6012264Z [command]/usr/bin/git submodule sync --recursive 2024-08-20T21:32:43.6311736Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2024-08-20T21:32:43.6590896Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-08-20T21:32:43.6592379Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-08-20T21:32:43.6593818Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-08-20T21:32:43.6595226Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-08-20T21:32:43.6597412Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-08-20T21:32:43.6599457Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-08-20T21:32:43.6602311Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-08-20T21:32:43.6604931Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-08-20T21:32:43.6607576Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-08-20T21:32:43.6610630Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-08-20T21:32:43.6613325Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-08-20T21:32:43.6616267Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-08-20T21:32:43.6619380Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-08-20T21:32:43.6622700Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-08-20T21:32:43.6625815Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-08-20T21:32:43.6630493Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:32:43.6635656Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-08-20T21:32:43.6639397Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-08-20T21:32:43.6643056Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-08-20T21:32:43.6646957Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-08-20T21:32:43.6650757Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-08-20T21:32:43.6654781Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-08-20T21:32:43.6658748Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-08-20T21:32:43.6662904Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-08-20T21:32:43.6666982Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-08-20T21:32:43.6671612Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-08-20T21:32:43.6675814Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-08-20T21:32:43.6680564Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-08-20T21:32:43.6685082Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-08-20T21:32:43.6689867Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-08-20T21:32:43.6694473Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-08-20T21:32:43.6699401Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-08-20T21:32:43.6704216Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-08-20T21:32:43.6710665Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-08-20T21:32:43.6737227Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-08-20T21:32:43.9483822Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-08-20T21:32:44.1669765Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-08-20T21:32:44.3710800Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-08-20T21:32:44.5960776Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-08-20T21:32:46.3825705Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-08-20T21:32:54.9225578Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-08-20T21:32:55.3118936Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-08-20T21:32:55.7185787Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-08-20T21:32:56.3227401Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-08-20T21:32:57.4004774Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-08-20T21:32:59.3040693Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-08-20T21:33:04.2587174Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-08-20T21:33:05.5354958Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-08-20T21:33:06.9933113Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-08-20T21:33:07.9373586Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-08-20T21:33:08.3132736Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-08-20T21:33:08.6713210Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-08-20T21:33:09.5190197Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-08-20T21:33:09.8671045Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-08-20T21:33:10.1011099Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-08-20T21:33:11.5194757Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-08-20T21:33:12.1234684Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-08-20T21:33:12.8796169Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-08-20T21:33:18.2027040Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-08-20T21:33:19.7451515Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-08-20T21:33:22.7153544Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-08-20T21:33:22.9361842Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-08-20T21:33:30.4297082Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-08-20T21:33:30.6027640Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-08-20T21:33:30.7891474Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-08-20T21:33:31.5663178Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-08-20T21:33:31.8403771Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-08-20T21:33:32.4059715Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-08-20T21:33:32.7845810Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-08-20T21:33:32.7954713Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-20T21:33:32.8038864Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-20T21:33:32.8263947Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-08-20T21:33:32.8616130Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-20T21:33:33.7479734Z Submodule path 'third_party/XNNPACK': checked out 'fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2' 2024-08-20T21:33:33.7697645Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-08-20T21:33:33.8113015Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-08-20T21:33:33.9004638Z Submodule path 'third_party/cpuinfo': checked out '3c8b1533ac03dd6531ab6e7b9245d488f13a82a5' 2024-08-20T21:33:33.9312279Z Submodule path 'third_party/cudnn_frontend': checked out '23511ba176243f27b3b275da1fb3814ea805a171' 2024-08-20T21:33:34.3932445Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-08-20T21:33:34.6303350Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-08-20T21:33:34.7061969Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-08-20T21:33:34.7078663Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:33:34.7080341Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:33:34.7081879Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:33:34.7083620Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:33:34.7086248Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:33:34.7113144Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-08-20T21:33:35.6469391Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-08-20T21:33:36.1961672Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-08-20T21:33:37.9637333Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-08-20T21:33:38.8047093Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-08-20T21:33:39.1488481Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-08-20T21:33:39.2389240Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-08-20T21:33:39.6178410Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-08-20T21:33:39.6763915Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-08-20T21:33:39.6879916Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-08-20T21:33:39.7977724Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-08-20T21:33:39.8356552Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-08-20T21:33:39.8728979Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-08-20T21:33:39.8967365Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-08-20T21:33:39.9393793Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-20T21:33:39.9512341Z Submodule path 'third_party/ideep': checked out '55ca0191687aaf19aca5cdb7881c791e3bea442b' 2024-08-20T21:33:39.9526454Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-08-20T21:33:39.9552255Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-08-20T21:33:50.7576765Z Submodule path 'third_party/ideep/mkl-dnn': checked out '1137e04ec0b5251ca2b4400a4fd3c667ce843d67' 2024-08-20T21:33:50.7744209Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-08-20T21:33:50.8561610Z Submodule path 'third_party/kineto': checked out 'd9753139d181b9ff42872465aac0e5d3018be415' 2024-08-20T21:33:50.8578396Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:33:50.8580191Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:33:50.8581965Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:33:50.8605694Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-08-20T21:33:51.3321457Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-08-20T21:33:52.2994215Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-08-20T21:33:53.2288034Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-08-20T21:33:53.2305140Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:33:53.2306932Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:33:53.2308674Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:33:53.2310492Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:33:53.2312770Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:33:53.2315521Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:33:53.2318172Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:33:53.2321270Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:33:53.2350120Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-08-20T21:33:53.9892471Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-08-20T21:33:54.3255902Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-08-20T21:33:55.2923319Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-08-20T21:33:55.5568209Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-08-20T21:33:56.0516480Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-08-20T21:33:56.9083559Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-08-20T21:34:01.8383710Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-08-20T21:34:02.2190093Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-08-20T21:34:02.2364492Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-08-20T21:34:02.2705646Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-08-20T21:34:02.2826592Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-08-20T21:34:02.2840285Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:34:02.2867435Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-08-20T21:34:02.6191420Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-08-20T21:34:02.6363367Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-08-20T21:34:02.6743561Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-08-20T21:34:02.7705556Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-08-20T21:34:02.7860961Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-08-20T21:34:02.8226055Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-08-20T21:34:02.8756634Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-08-20T21:34:02.9095105Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-08-20T21:34:02.9316457Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-08-20T21:34:03.0272616Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-08-20T21:34:03.3533977Z Submodule path 'third_party/onnx': checked out '3bf92c03a9f27eba3bda1e5b9e63ea20ec213557' 2024-08-20T21:34:03.3565677Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-08-20T21:34:03.3567551Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-08-20T21:34:03.3596565Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-08-20T21:34:03.7661862Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-08-20T21:34:04.5216540Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-08-20T21:34:04.5525619Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-08-20T21:34:04.6151394Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-08-20T21:34:04.6166848Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:34:04.6168994Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:34:04.6171653Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:34:04.6174117Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:34:04.6176841Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:34:04.6179232Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:34:04.6181915Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:34:04.6184451Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:34:04.6208586Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-08-20T21:34:04.9752151Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-08-20T21:34:05.8737572Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-08-20T21:34:06.1792492Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-08-20T21:34:12.2717342Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-08-20T21:34:12.5305249Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-08-20T21:34:12.7126735Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-08-20T21:34:12.9914300Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-08-20T21:34:18.4695909Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-08-20T21:34:18.5074603Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-08-20T21:34:18.5221926Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-08-20T21:34:18.6128214Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-08-20T21:34:18.6248066Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-08-20T21:34:18.6385699Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-08-20T21:34:18.6526267Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-08-20T21:34:18.6540669Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:34:18.6542807Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:34:18.6569910Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-08-20T21:34:20.1924210Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-08-20T21:34:21.2689774Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-08-20T21:34:21.3119782Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-20T21:34:21.7431413Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-08-20T21:34:21.7543876Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-08-20T21:34:22.0024236Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-08-20T21:34:22.0043912Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:34:22.0045665Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-08-20T21:34:22.0074710Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-08-20T21:34:22.4386610Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-08-20T21:34:23.3162366Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-08-20T21:34:23.3828161Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-08-20T21:34:23.3912738Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-08-20T21:34:23.4031883Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-20T21:34:23.4367778Z Submodule path 'third_party/pybind11': checked out '941f45bcb51457884fa1afd6e24a67377d70f75c' 2024-08-20T21:34:23.4635372Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-08-20T21:34:23.5018020Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-08-20T21:34:23.5262352Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-08-20T21:34:23.5278743Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:34:23.5280520Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:34:23.5282043Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:34:23.5283821Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:34:23.5308519Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-08-20T21:34:24.3842564Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-08-20T21:34:24.5943176Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-08-20T21:34:25.5883834Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-08-20T21:34:26.4395818Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-08-20T21:34:26.4537152Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-08-20T21:34:26.5175924Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-08-20T21:34:26.5435888Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-08-20T21:34:26.5449539Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:34:26.5475340Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-08-20T21:34:26.7254921Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-08-20T21:34:26.7291349Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-20T21:34:26.7597626Z Entering 'android/libs/fbjni' 2024-08-20T21:34:26.7635868Z Entering 'third_party/FP16' 2024-08-20T21:34:26.7679772Z Entering 'third_party/FXdiv' 2024-08-20T21:34:26.7718644Z Entering 'third_party/NNPACK' 2024-08-20T21:34:26.7759490Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:34:26.7798991Z Entering 'third_party/XNNPACK' 2024-08-20T21:34:26.7856720Z Entering 'third_party/benchmark' 2024-08-20T21:34:26.7897133Z Entering 'third_party/cpp-httplib' 2024-08-20T21:34:26.7935502Z Entering 'third_party/cpuinfo' 2024-08-20T21:34:26.7977149Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:34:26.8016822Z Entering 'third_party/cutlass' 2024-08-20T21:34:26.8063480Z Entering 'third_party/eigen' 2024-08-20T21:34:26.8104224Z Entering 'third_party/fbgemm' 2024-08-20T21:34:26.8142533Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:34:26.8183162Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:34:26.8221231Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:34:26.8266270Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:34:26.8303436Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:34:26.8342045Z Entering 'third_party/flatbuffers' 2024-08-20T21:34:26.8385205Z Entering 'third_party/fmt' 2024-08-20T21:34:26.8425130Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:34:26.8464500Z Entering 'third_party/gloo' 2024-08-20T21:34:26.8503145Z Entering 'third_party/googletest' 2024-08-20T21:34:26.8542019Z Entering 'third_party/ideep' 2024-08-20T21:34:26.8580993Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:34:26.8627887Z Entering 'third_party/ittapi' 2024-08-20T21:34:26.8672470Z Entering 'third_party/kineto' 2024-08-20T21:34:26.8713050Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:34:26.8751827Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:34:26.8791894Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:34:26.8831352Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:34:26.8877379Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:34:26.8914656Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:34:26.8956710Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:34:26.8994483Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:34:26.9033356Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:34:26.9073580Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:34:26.9116308Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:34:26.9158734Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:34:26.9202184Z Entering 'third_party/mimalloc' 2024-08-20T21:34:26.9241133Z Entering 'third_party/nccl/nccl' 2024-08-20T21:34:26.9281540Z Entering 'third_party/nlohmann' 2024-08-20T21:34:26.9323363Z Entering 'third_party/onnx' 2024-08-20T21:34:26.9381128Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:34:26.9419172Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:34:26.9461416Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:34:26.9501944Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:34:26.9537848Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:34:26.9576473Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:34:26.9615071Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:34:26.9651384Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:34:26.9688754Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:34:26.9731388Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:34:26.9770934Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:34:26.9808423Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:34:26.9848664Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:34:26.9907395Z Entering 'third_party/pocketfft' 2024-08-20T21:34:26.9945970Z Entering 'third_party/protobuf' 2024-08-20T21:34:26.9988108Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:34:27.0026015Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:34:27.0066428Z Entering 'third_party/psimd' 2024-08-20T21:34:27.0104858Z Entering 'third_party/pthreadpool' 2024-08-20T21:34:27.0141729Z Entering 'third_party/pybind11' 2024-08-20T21:34:27.0180690Z Entering 'third_party/python-peachpy' 2024-08-20T21:34:27.0218446Z Entering 'third_party/sleef' 2024-08-20T21:34:27.0257224Z Entering 'third_party/tensorpipe' 2024-08-20T21:34:27.0296178Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:34:27.0333574Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:34:27.0370400Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:34:27.0408739Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:34:27.0445510Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:34:27.0498492Z ##[endgroup] 2024-08-20T21:34:27.0500295Z ##[group]Persisting credentials for submodules 2024-08-20T21:34:27.0502286Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2024-08-20T21:34:27.0792182Z Entering 'android/libs/fbjni' 2024-08-20T21:34:27.0842072Z Entering 'third_party/FP16' 2024-08-20T21:34:27.0894538Z Entering 'third_party/FXdiv' 2024-08-20T21:34:27.0950265Z Entering 'third_party/NNPACK' 2024-08-20T21:34:27.1001630Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:34:27.1049459Z Entering 'third_party/XNNPACK' 2024-08-20T21:34:27.1116920Z Entering 'third_party/benchmark' 2024-08-20T21:34:27.1167310Z Entering 'third_party/cpp-httplib' 2024-08-20T21:34:27.1218195Z Entering 'third_party/cpuinfo' 2024-08-20T21:34:27.1276394Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:34:27.1324736Z Entering 'third_party/cutlass' 2024-08-20T21:34:27.1387176Z Entering 'third_party/eigen' 2024-08-20T21:34:27.1438231Z Entering 'third_party/fbgemm' 2024-08-20T21:34:27.1488601Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:34:27.1536550Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:34:27.1592629Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:34:27.1646959Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:34:27.1697171Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:34:27.1751216Z Entering 'third_party/flatbuffers' 2024-08-20T21:34:27.1802129Z Entering 'third_party/fmt' 2024-08-20T21:34:27.1853524Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:34:27.1903712Z Entering 'third_party/gloo' 2024-08-20T21:34:27.1955135Z Entering 'third_party/googletest' 2024-08-20T21:34:27.2005035Z Entering 'third_party/ideep' 2024-08-20T21:34:27.2055993Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:34:27.2120410Z Entering 'third_party/ittapi' 2024-08-20T21:34:27.2172752Z Entering 'third_party/kineto' 2024-08-20T21:34:27.2221440Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:34:27.2275617Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:34:27.2327352Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:34:27.2378553Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:34:27.2428496Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:34:27.2482074Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:34:27.2532100Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:34:27.2588586Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:34:27.2636893Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:34:27.2687002Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:34:27.2737635Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:34:27.2795119Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:34:27.2845456Z Entering 'third_party/mimalloc' 2024-08-20T21:34:27.2897986Z Entering 'third_party/nccl/nccl' 2024-08-20T21:34:27.2949455Z Entering 'third_party/nlohmann' 2024-08-20T21:34:27.3001165Z Entering 'third_party/onnx' 2024-08-20T21:34:27.3065701Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:34:27.3114760Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:34:27.3166343Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:34:27.3218386Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:34:27.3269206Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:34:27.3317781Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:34:27.3370818Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:34:27.3421531Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:34:27.3471881Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:34:27.3520882Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:34:27.3571982Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:34:27.3624480Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:34:27.3677322Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:34:27.3741735Z Entering 'third_party/pocketfft' 2024-08-20T21:34:27.3793175Z Entering 'third_party/protobuf' 2024-08-20T21:34:27.3845413Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:34:27.3896287Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:34:27.3945336Z Entering 'third_party/psimd' 2024-08-20T21:34:27.3998288Z Entering 'third_party/pthreadpool' 2024-08-20T21:34:27.4055038Z Entering 'third_party/pybind11' 2024-08-20T21:34:27.4113694Z Entering 'third_party/python-peachpy' 2024-08-20T21:34:27.4165452Z Entering 'third_party/sleef' 2024-08-20T21:34:27.4217898Z Entering 'third_party/tensorpipe' 2024-08-20T21:34:27.4267702Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:34:27.4316279Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:34:27.4365852Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:34:27.4416603Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:34:27.4464638Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:34:27.4532949Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2024-08-20T21:34:27.4817294Z Entering 'android/libs/fbjni' 2024-08-20T21:34:27.4864833Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-08-20T21:34:27.4881152Z Entering 'third_party/FP16' 2024-08-20T21:34:27.4926171Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-08-20T21:34:27.4940976Z Entering 'third_party/FXdiv' 2024-08-20T21:34:27.4990598Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-08-20T21:34:27.5004089Z Entering 'third_party/NNPACK' 2024-08-20T21:34:27.5055788Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-08-20T21:34:27.5071170Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:34:27.5125205Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-08-20T21:34:27.5132082Z Entering 'third_party/XNNPACK' 2024-08-20T21:34:27.5181638Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-08-20T21:34:27.5214496Z Entering 'third_party/benchmark' 2024-08-20T21:34:27.5261021Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-08-20T21:34:27.5277804Z Entering 'third_party/cpp-httplib' 2024-08-20T21:34:27.5321886Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-08-20T21:34:27.5336053Z Entering 'third_party/cpuinfo' 2024-08-20T21:34:27.5385238Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-08-20T21:34:27.5400940Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:34:27.5448788Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-08-20T21:34:27.5465550Z Entering 'third_party/cutlass' 2024-08-20T21:34:27.5514200Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-08-20T21:34:27.5537169Z Entering 'third_party/eigen' 2024-08-20T21:34:27.5585547Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-08-20T21:34:27.5601763Z Entering 'third_party/fbgemm' 2024-08-20T21:34:27.5648304Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-08-20T21:34:27.5664805Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:34:27.5710542Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-08-20T21:34:27.5723972Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:34:27.5769687Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-08-20T21:34:27.5786711Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:34:27.5833789Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-08-20T21:34:27.5856120Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:34:27.5902151Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:34:27.5917603Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:34:27.5962230Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-08-20T21:34:27.5979918Z Entering 'third_party/flatbuffers' 2024-08-20T21:34:27.6026433Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-08-20T21:34:27.6043487Z Entering 'third_party/fmt' 2024-08-20T21:34:27.6089398Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-08-20T21:34:27.6106439Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:34:27.6152430Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-08-20T21:34:27.6166073Z Entering 'third_party/gloo' 2024-08-20T21:34:27.6214120Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-08-20T21:34:27.6231511Z Entering 'third_party/googletest' 2024-08-20T21:34:27.6279101Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:34:27.6295766Z Entering 'third_party/ideep' 2024-08-20T21:34:27.6340424Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-08-20T21:34:27.6356952Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:34:27.6401962Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-08-20T21:34:27.6425528Z Entering 'third_party/ittapi' 2024-08-20T21:34:27.6471521Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-08-20T21:34:27.6485462Z Entering 'third_party/kineto' 2024-08-20T21:34:27.6534090Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-08-20T21:34:27.6549533Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:34:27.6597711Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-08-20T21:34:27.6610559Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:34:27.6659474Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2024-08-20T21:34:27.6676491Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:34:27.6722655Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2024-08-20T21:34:27.6736592Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:34:27.6785958Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2024-08-20T21:34:27.6801292Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:34:27.6847607Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2024-08-20T21:34:27.6863086Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:34:27.6910136Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2024-08-20T21:34:27.6925084Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:34:27.6973631Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2024-08-20T21:34:27.6989574Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:34:27.7036446Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:34:27.7050236Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:34:27.7098900Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2024-08-20T21:34:27.7115757Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:34:27.7162147Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2024-08-20T21:34:27.7180661Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:34:27.7227415Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-08-20T21:34:27.7241441Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:34:27.7287015Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-08-20T21:34:27.7305424Z Entering 'third_party/mimalloc' 2024-08-20T21:34:27.7351725Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-08-20T21:34:27.7366115Z Entering 'third_party/nccl/nccl' 2024-08-20T21:34:27.7415207Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-08-20T21:34:27.7431894Z Entering 'third_party/nlohmann' 2024-08-20T21:34:27.7477467Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-08-20T21:34:27.7495295Z Entering 'third_party/onnx' 2024-08-20T21:34:27.7539780Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-08-20T21:34:27.7572022Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:34:27.7618559Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-08-20T21:34:27.7635366Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:34:27.7681611Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-08-20T21:34:27.7699559Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:34:27.7745981Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-08-20T21:34:27.7763807Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:34:27.7812251Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-08-20T21:34:27.7828666Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:34:27.7873973Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:34:27.7890704Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:34:27.7936192Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-08-20T21:34:27.7952136Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:34:27.8002414Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-08-20T21:34:27.8019893Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:34:27.8066905Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-08-20T21:34:27.8081830Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:34:27.8126057Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-08-20T21:34:27.8139637Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:34:27.8189827Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-08-20T21:34:27.8202032Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:34:27.8247656Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2024-08-20T21:34:27.8283053Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:34:27.8312970Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2024-08-20T21:34:27.8328374Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:34:27.8376237Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-08-20T21:34:27.8409256Z Entering 'third_party/pocketfft' 2024-08-20T21:34:27.8457643Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-08-20T21:34:27.8473460Z Entering 'third_party/protobuf' 2024-08-20T21:34:27.8520413Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-08-20T21:34:27.8537062Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:34:27.8586022Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-08-20T21:34:27.8601101Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:34:27.8647058Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:34:27.8665805Z Entering 'third_party/psimd' 2024-08-20T21:34:27.8710864Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-08-20T21:34:27.8724844Z Entering 'third_party/pthreadpool' 2024-08-20T21:34:27.8772711Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-08-20T21:34:27.8788458Z Entering 'third_party/pybind11' 2024-08-20T21:34:27.8835334Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-08-20T21:34:27.8848474Z Entering 'third_party/python-peachpy' 2024-08-20T21:34:27.8896796Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-08-20T21:34:27.8912622Z Entering 'third_party/sleef' 2024-08-20T21:34:27.8960602Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-08-20T21:34:27.8976105Z Entering 'third_party/tensorpipe' 2024-08-20T21:34:27.9023573Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-08-20T21:34:27.9038184Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:34:27.9086977Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:34:27.9102247Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:34:27.9149683Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-08-20T21:34:27.9162617Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:34:27.9209823Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-08-20T21:34:27.9224898Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:34:27.9273212Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-08-20T21:34:27.9287251Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:34:27.9334286Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-08-20T21:34:28.0391721Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-20T21:34:28.0677749Z Entering 'android/libs/fbjni' 2024-08-20T21:34:28.0717178Z Entering 'third_party/FP16' 2024-08-20T21:34:28.0756502Z Entering 'third_party/FXdiv' 2024-08-20T21:34:28.0794659Z Entering 'third_party/NNPACK' 2024-08-20T21:34:28.0834411Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:34:28.0873531Z Entering 'third_party/XNNPACK' 2024-08-20T21:34:28.0929558Z Entering 'third_party/benchmark' 2024-08-20T21:34:28.0968144Z Entering 'third_party/cpp-httplib' 2024-08-20T21:34:28.1007692Z Entering 'third_party/cpuinfo' 2024-08-20T21:34:28.1046909Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:34:28.1086689Z Entering 'third_party/cutlass' 2024-08-20T21:34:28.1131888Z Entering 'third_party/eigen' 2024-08-20T21:34:28.1180984Z Entering 'third_party/fbgemm' 2024-08-20T21:34:28.1219299Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:34:28.1257327Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:34:28.1297850Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:34:28.1341673Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:34:28.1379901Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:34:28.1420287Z Entering 'third_party/flatbuffers' 2024-08-20T21:34:28.1460761Z Entering 'third_party/fmt' 2024-08-20T21:34:28.1499466Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:34:28.1537508Z Entering 'third_party/gloo' 2024-08-20T21:34:28.1576913Z Entering 'third_party/googletest' 2024-08-20T21:34:28.1615737Z Entering 'third_party/ideep' 2024-08-20T21:34:28.1655200Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:34:28.1701808Z Entering 'third_party/ittapi' 2024-08-20T21:34:28.1739481Z Entering 'third_party/kineto' 2024-08-20T21:34:28.1778256Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:34:28.1816581Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:34:28.1855739Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:34:28.1891756Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:34:28.1931487Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:34:28.1971041Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:34:28.2010858Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:34:28.2053703Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:34:28.2092826Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:34:28.2131170Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:34:28.2178533Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:34:28.2216352Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:34:28.2256919Z Entering 'third_party/mimalloc' 2024-08-20T21:34:28.2295580Z Entering 'third_party/nccl/nccl' 2024-08-20T21:34:28.2335434Z Entering 'third_party/nlohmann' 2024-08-20T21:34:28.2381929Z Entering 'third_party/onnx' 2024-08-20T21:34:28.2435322Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:34:28.2474378Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:34:28.2518899Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:34:28.2560437Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:34:28.2600402Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:34:28.2636912Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:34:28.2675551Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:34:28.2715968Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:34:28.2753023Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:34:28.2795304Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:34:28.2832337Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:34:28.2877072Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:34:28.2919094Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:34:28.2979000Z Entering 'third_party/pocketfft' 2024-08-20T21:34:28.3017702Z Entering 'third_party/protobuf' 2024-08-20T21:34:28.3058984Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:34:28.3097268Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:34:28.3136204Z Entering 'third_party/psimd' 2024-08-20T21:34:28.3175937Z Entering 'third_party/pthreadpool' 2024-08-20T21:34:28.3216183Z Entering 'third_party/pybind11' 2024-08-20T21:34:28.3255346Z Entering 'third_party/python-peachpy' 2024-08-20T21:34:28.3294867Z Entering 'third_party/sleef' 2024-08-20T21:34:28.3331767Z Entering 'third_party/tensorpipe' 2024-08-20T21:34:28.3385171Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:34:28.3422492Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:34:28.3460224Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:34:28.3498205Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:34:28.3535695Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:34:28.3593845Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-20T21:34:28.3879850Z Entering 'android/libs/fbjni' 2024-08-20T21:34:28.3917753Z Entering 'third_party/FP16' 2024-08-20T21:34:28.3956947Z Entering 'third_party/FXdiv' 2024-08-20T21:34:28.3996069Z Entering 'third_party/NNPACK' 2024-08-20T21:34:28.4035616Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:34:28.4075793Z Entering 'third_party/XNNPACK' 2024-08-20T21:34:28.4129501Z Entering 'third_party/benchmark' 2024-08-20T21:34:28.4169436Z Entering 'third_party/cpp-httplib' 2024-08-20T21:34:28.4208076Z Entering 'third_party/cpuinfo' 2024-08-20T21:34:28.4247490Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:34:28.4286720Z Entering 'third_party/cutlass' 2024-08-20T21:34:28.4334996Z Entering 'third_party/eigen' 2024-08-20T21:34:28.4381174Z Entering 'third_party/fbgemm' 2024-08-20T21:34:28.4419648Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:34:28.4458382Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:34:28.4497064Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:34:28.4540691Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:34:28.4580487Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:34:28.4619731Z Entering 'third_party/flatbuffers' 2024-08-20T21:34:28.4662873Z Entering 'third_party/fmt' 2024-08-20T21:34:28.4700486Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:34:28.4737230Z Entering 'third_party/gloo' 2024-08-20T21:34:28.4780295Z Entering 'third_party/googletest' 2024-08-20T21:34:28.4822261Z Entering 'third_party/ideep' 2024-08-20T21:34:28.4860068Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:34:28.4905134Z Entering 'third_party/ittapi' 2024-08-20T21:34:28.4943121Z Entering 'third_party/kineto' 2024-08-20T21:34:28.4983545Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:34:28.5021753Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:34:28.5061658Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:34:28.5099668Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:34:28.5136723Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:34:28.5175136Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:34:28.5215930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:34:28.5253785Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:34:28.5293209Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:34:28.5332697Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:34:28.5374083Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:34:28.5410687Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:34:28.5449403Z Entering 'third_party/mimalloc' 2024-08-20T21:34:28.5490902Z Entering 'third_party/nccl/nccl' 2024-08-20T21:34:28.5530733Z Entering 'third_party/nlohmann' 2024-08-20T21:34:28.5569415Z Entering 'third_party/onnx' 2024-08-20T21:34:28.5624045Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:34:28.5663007Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:34:28.5705207Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:34:28.5745000Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:34:28.5783814Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:34:28.5821036Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:34:28.5858862Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:34:28.5897584Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:34:28.5935685Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:34:28.5972108Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:34:28.6012307Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:34:28.6053825Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:34:28.6098120Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:34:28.6161209Z Entering 'third_party/pocketfft' 2024-08-20T21:34:28.6200924Z Entering 'third_party/protobuf' 2024-08-20T21:34:28.6241152Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:34:28.6279412Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:34:28.6319525Z Entering 'third_party/psimd' 2024-08-20T21:34:28.6358922Z Entering 'third_party/pthreadpool' 2024-08-20T21:34:28.6398109Z Entering 'third_party/pybind11' 2024-08-20T21:34:28.6435829Z Entering 'third_party/python-peachpy' 2024-08-20T21:34:28.6476106Z Entering 'third_party/sleef' 2024-08-20T21:34:28.6515976Z Entering 'third_party/tensorpipe' 2024-08-20T21:34:28.6555441Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:34:28.6601946Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:34:28.6640376Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:34:28.6684292Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:34:28.6725021Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:34:28.6779922Z ##[endgroup] 2024-08-20T21:34:28.6816148Z [command]/usr/bin/git log -1 --format='%H' 2024-08-20T21:34:28.6842949Z '40ec5f6ddd9787aca0449b24128343ff4c4a88b3' 2024-08-20T21:34:28.7036477Z Prepare all required actions 2024-08-20T21:34:28.7036932Z Getting action download info 2024-08-20T21:34:28.8618214Z ##[group]Run ./.github/actions/setup-linux 2024-08-20T21:34:28.8618620Z env: 2024-08-20T21:34:28.8619051Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:34:28.8619648Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:34:28.8620374Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:28.8621127Z ##[endgroup] 2024-08-20T21:34:28.8645177Z ##[group]Run set -euo pipefail 2024-08-20T21:34:28.8645590Z set -euo pipefail 2024-08-20T21:34:28.8645978Z function get_ec2_metadata() { 2024-08-20T21:34:28.8646505Z  # Pulled from instance metadata endpoint for EC2 2024-08-20T21:34:28.8647390Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-20T21:34:28.8648230Z  category=$1 2024-08-20T21:34:28.8648732Z  # If it is GCP runner (runner name contains gcp), do not run this 2024-08-20T21:34:28.8649367Z  runner_name_str=i-0b661b0efcd7271e5 2024-08-20T21:34:28.8649820Z  if [[ -f /.inarc ]]; then 2024-08-20T21:34:28.8650303Z  echo "ARC Runner, no info on ec2 metadata" 2024-08-20T21:34:28.8650855Z  elif [[ $runner_name_str == *"gcp"* ]]; then 2024-08-20T21:34:28.8651544Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2024-08-20T21:34:28.8652267Z  else 2024-08-20T21:34:28.8652721Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-20T21:34:28.8653390Z  fi 2024-08-20T21:34:28.8653648Z } 2024-08-20T21:34:28.8653953Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-20T21:34:28.8654492Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-20T21:34:28.8655105Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-20T21:34:28.8655610Z echo "system info $(uname -a)" 2024-08-20T21:34:28.8662770Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:34:28.8663232Z env: 2024-08-20T21:34:28.8663627Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:34:28.8664333Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:34:28.8665040Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:28.8665761Z ##[endgroup] 2024-08-20T21:34:28.8761839Z ami-id: ami-06c68f701d8090592 2024-08-20T21:34:28.8814538Z instance-id: i-0b661b0efcd7271e5 2024-08-20T21:34:28.8870897Z instance-type: c5.12xlarge 2024-08-20T21:34:28.8880557Z system info Linux ip-10-0-56-218.ec2.internal 6.1.94-99.176.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 18 14:57:56 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-20T21:34:28.8904092Z ##[group]Run echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-08-20T21:34:28.8905019Z echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-08-20T21:34:28.8911192Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:34:28.8911709Z env: 2024-08-20T21:34:28.8912325Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:34:28.8912923Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:34:28.8913662Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:28.8914508Z ##[endgroup] 2024-08-20T21:34:28.8983578Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-20T21:34:28.8984136Z if systemctl is-active --quiet docker; then 2024-08-20T21:34:28.8984665Z  echo "Docker daemon is running..."; 2024-08-20T21:34:28.8985092Z else 2024-08-20T21:34:28.8985898Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-20T21:34:28.8986508Z fi 2024-08-20T21:34:28.8992053Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:34:28.8992548Z env: 2024-08-20T21:34:28.8992975Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:34:28.8993575Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:34:28.8994331Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:28.8995086Z ##[endgroup] 2024-08-20T21:34:28.9069265Z Docker daemon is running... 2024-08-20T21:34:28.9115396Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-20T21:34:28.9115941Z with: 2024-08-20T21:34:28.9116190Z shell: bash 2024-08-20T21:34:28.9116456Z timeout_minutes: 5 2024-08-20T21:34:28.9116760Z max_attempts: 3 2024-08-20T21:34:28.9117055Z retry_wait_seconds: 30 2024-08-20T21:34:28.9120459Z command: AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" # For LF Runners we need to make sure we also login to Meta's ECR docker registry too. META_AWS_ACCOUNT_ID=308535385114 if [ "$AWS_ACCOUNT_ID" != "$META_AWS_ACCOUNT_ID" ] ; then aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$META_AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" fi 2024-08-20T21:34:28.9123653Z polling_interval_seconds: 1 2024-08-20T21:34:28.9123999Z warning_on_retry: true 2024-08-20T21:34:28.9124334Z continue_on_error: false 2024-08-20T21:34:28.9124649Z env: 2024-08-20T21:34:28.9125063Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:34:28.9125646Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:34:28.9126393Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:28.9127170Z AWS_RETRY_MODE: standard 2024-08-20T21:34:28.9127491Z AWS_MAX_ATTEMPTS: 5 2024-08-20T21:34:28.9127790Z ##[endgroup] 2024-08-20T21:34:29.9798786Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-20T21:34:29.9800158Z Configure a credential helper to remove this warning. See 2024-08-20T21:34:29.9802483Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-20T21:34:29.9803041Z 2024-08-20T21:34:29.9803164Z Login Succeeded 2024-08-20T21:34:30.9679120Z Command completed after 1 attempt(s). 2024-08-20T21:34:30.9739553Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-08-20T21:34:30.9740379Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-08-20T21:34:30.9741026Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-08-20T21:34:30.9747929Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:34:30.9748425Z env: 2024-08-20T21:34:30.9748874Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:34:30.9749459Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:34:30.9750212Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:30.9750968Z ##[endgroup] 2024-08-20T21:34:30.9839856Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-20T21:34:30.9840637Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-20T21:34:30.9841235Z # shellcheck disable=SC2046 2024-08-20T21:34:30.9841793Z docker stop $(docker ps -q) || true 2024-08-20T21:34:30.9842250Z # Prune all of the docker images 2024-08-20T21:34:30.9842698Z docker system prune -af 2024-08-20T21:34:30.9848523Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:34:30.9849009Z env: 2024-08-20T21:34:30.9849629Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:34:30.9850231Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:34:30.9850974Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:30.9851755Z ##[endgroup] 2024-08-20T21:34:31.0135004Z "docker stop" requires at least 1 argument. 2024-08-20T21:34:31.0135712Z See 'docker stop --help'. 2024-08-20T21:34:31.0135940Z 2024-08-20T21:34:31.0136150Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-20T21:34:31.0136536Z 2024-08-20T21:34:31.0138417Z Stop one or more running containers 2024-08-20T21:34:31.0287726Z Total reclaimed space: 0B 2024-08-20T21:34:31.0321029Z ##[group]Run set +e 2024-08-20T21:34:31.0321543Z set +e 2024-08-20T21:34:31.0321810Z set -x 2024-08-20T21:34:31.0322089Z  2024-08-20T21:34:31.0322392Z PT_DOMAIN=download.pytorch.org 2024-08-20T21:34:31.0323172Z # TODO: Flaky access to download.pytorch.org https://github.com/pytorch/pytorch/issues/100400, 2024-08-20T21:34:31.0324261Z # cleaning this up once the issue is fixed. There are more than one resolved IP here, the last 2024-08-20T21:34:31.0325017Z # one is returned at random 2024-08-20T21:34:31.0325544Z RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" | tail -n1) 2024-08-20T21:34:31.0326039Z  2024-08-20T21:34:31.0326328Z if [ -z "${RESOLVED_IP}" ]; then 2024-08-20T21:34:31.0326929Z  echo "Couldn't resolve ${PT_DOMAIN}, retrying with Google DNS..." 2024-08-20T21:34:31.0327667Z  RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" @8.8.8.8 | tail -n1) 2024-08-20T21:34:31.0328211Z  2024-08-20T21:34:31.0328513Z  if [ -z "${RESOLVED_IP}" ]; then 2024-08-20T21:34:31.0329036Z  echo "Couldn't resolve ${PT_DOMAIN}, exiting..." 2024-08-20T21:34:31.0329531Z  exit 1 2024-08-20T21:34:31.0329824Z  fi 2024-08-20T21:34:31.0330072Z fi 2024-08-20T21:34:31.0330329Z  2024-08-20T21:34:31.0330666Z if grep -r "${PT_DOMAIN}" /etc/hosts; then 2024-08-20T21:34:31.0331154Z  # Clean up any old records first 2024-08-20T21:34:31.0331644Z  sudo sed -i "/${PT_DOMAIN}/d" /etc/hosts 2024-08-20T21:34:31.0332081Z fi 2024-08-20T21:34:31.0332553Z  2024-08-20T21:34:31.0332958Z echo "${RESOLVED_IP} ${PT_DOMAIN}" | sudo tee -a /etc/hosts 2024-08-20T21:34:31.0333482Z cat /etc/hosts 2024-08-20T21:34:31.0339348Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:34:31.0339843Z env: 2024-08-20T21:34:31.0340278Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:34:31.0340863Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:34:31.0341597Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:31.0342364Z ##[endgroup] 2024-08-20T21:34:31.0365152Z + PT_DOMAIN=download.pytorch.org 2024-08-20T21:34:31.0370347Z ++ dig -4 +short download.pytorch.org 2024-08-20T21:34:31.0371098Z ++ tail -n1 2024-08-20T21:34:31.0529947Z + RESOLVED_IP=18.165.98.47 2024-08-20T21:34:31.0530436Z + '[' -z 18.165.98.47 ']' 2024-08-20T21:34:31.0530875Z + grep -r download.pytorch.org /etc/hosts 2024-08-20T21:34:31.0542549Z 108.138.64.97 download.pytorch.org 2024-08-20T21:34:31.0543645Z + sudo sed -i /download.pytorch.org/d /etc/hosts 2024-08-20T21:34:31.3137968Z + echo '18.165.98.47 download.pytorch.org' 2024-08-20T21:34:31.3138493Z + sudo tee -a /etc/hosts 2024-08-20T21:34:31.3519825Z 18.165.98.47 download.pytorch.org 2024-08-20T21:34:31.3532493Z + cat /etc/hosts 2024-08-20T21:34:31.3540294Z 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 2024-08-20T21:34:31.3551629Z ::1 localhost6 localhost6.localdomain6 2024-08-20T21:34:31.3552101Z 18.165.98.47 download.pytorch.org 2024-08-20T21:34:31.3698787Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@main 2024-08-20T21:34:31.3699711Z with: 2024-08-20T21:34:31.3700159Z docker-image-name: pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:31.3700608Z always-rebuild: true 2024-08-20T21:34:31.3700893Z push: true 2024-08-20T21:34:31.3701158Z docker-build-dir: .ci/docker 2024-08-20T21:34:31.3701478Z working-directory: . 2024-08-20T21:34:31.3701910Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T21:34:31.3702392Z force-push: false 2024-08-20T21:34:31.3702641Z env: 2024-08-20T21:34:31.3703038Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:34:31.3703575Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:34:31.3704250Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:31.3704957Z ##[endgroup] 2024-08-20T21:34:31.3724095Z ##[group]Run set -ex 2024-08-20T21:34:31.3724487Z set -ex 2024-08-20T21:34:31.3724764Z  2024-08-20T21:34:31.3725312Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-20T21:34:31.3726490Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-20T21:34:31.3727298Z # job could then download the pre-built image as usual 2024-08-20T21:34:31.3728041Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-20T21:34:31.3728712Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-20T21:34:31.3729319Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-20T21:34:31.3729868Z  2024-08-20T21:34:31.3730363Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-20T21:34:31.3730966Z  exit 0 2024-08-20T21:34:31.3731247Z else 2024-08-20T21:34:31.3731599Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-20T21:34:31.3732020Z fi 2024-08-20T21:34:31.3732279Z  2024-08-20T21:34:31.3732804Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-20T21:34:31.3733742Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-20T21:34:31.3734664Z  # use it as it is, but first let's extract the tag 2024-08-20T21:34:31.3736215Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-20T21:34:31.3736933Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-20T21:34:31.3737612Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-20T21:34:31.3738158Z else 2024-08-20T21:34:31.3738574Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-20T21:34:31.3739215Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-20T21:34:31.3740113Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-20T21:34:31.3740861Z fi 2024-08-20T21:34:31.3747832Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:34:31.3748407Z env: 2024-08-20T21:34:31.3748831Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:34:31.3749406Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:34:31.3750132Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:31.3750886Z REPO_NAME: pytorch 2024-08-20T21:34:31.3751278Z DOCKER_IMAGE_NAME: pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:31.3751745Z DOCKER_BUILD_DIR: .ci/docker 2024-08-20T21:34:31.3752219Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T21:34:31.3752709Z ##[endgroup] 2024-08-20T21:34:31.3775801Z + [[ ! -d .ci/docker ]] 2024-08-20T21:34:31.3776322Z + [[ ! -f .ci/docker/build.sh ]] 2024-08-20T21:34:31.3776692Z + echo skip=false 2024-08-20T21:34:31.3777731Z + [[ pytorch-linux-jammy-py3.12-halide == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\p\y\t\o\r\c\h* ]] 2024-08-20T21:34:31.3780041Z ++ git rev-parse HEAD:.ci/docker 2024-08-20T21:34:31.3796034Z + DOCKER_TAG=f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T21:34:31.3797107Z + echo docker-tag=f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T21:34:31.3798580Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T21:34:31.3837305Z ##[group]Run set -x 2024-08-20T21:34:31.3837845Z set -x 2024-08-20T21:34:31.3838128Z set +e 2024-08-20T21:34:31.3838387Z  2024-08-20T21:34:31.3838643Z login() { 2024-08-20T21:34:31.3839292Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-20T21:34:31.3840086Z } 2024-08-20T21:34:31.3840362Z  2024-08-20T21:34:31.3840618Z retry () { 2024-08-20T21:34:31.3840972Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-20T21:34:31.3841406Z } 2024-08-20T21:34:31.3841657Z  2024-08-20T21:34:31.3841935Z retry login "${DOCKER_REGISTRY}" 2024-08-20T21:34:31.3842334Z  2024-08-20T21:34:31.3842591Z set -e 2024-08-20T21:34:31.3842847Z  2024-08-20T21:34:31.3843430Z IMAGE_NAME=$(echo ${DOCKER_IMAGE#"${DOCKER_REGISTRY}/${REPO_NAME}/"} | awk -F '[:,]' '{print $1}') 2024-08-20T21:34:31.3844146Z # Build new image 2024-08-20T21:34:31.3844568Z ./build.sh "${IMAGE_NAME}" -t "${DOCKER_IMAGE}" 2024-08-20T21:34:31.3845033Z  2024-08-20T21:34:31.3845377Z if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2024-08-20T21:34:31.3845940Z  # Only push if docker image doesn't exist already 2024-08-20T21:34:31.3846884Z  if ! docker manifest inspect "${DOCKER_IMAGE}" >/dev/null 2>/dev/null || [ "${DOCKER_FORCE_PUSH:-false}" == "true" ]; then 2024-08-20T21:34:31.3847752Z  docker push "${DOCKER_IMAGE}" 2024-08-20T21:34:31.3848146Z  fi 2024-08-20T21:34:31.3848620Z  # Check that upload was successfull or that image already exists 2024-08-20T21:34:31.3849280Z  docker manifest inspect "${DOCKER_IMAGE}" 2024-08-20T21:34:31.3849837Z fi 2024-08-20T21:34:31.3854830Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:34:31.3855283Z env: 2024-08-20T21:34:31.3855687Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:34:31.3856221Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:34:31.3856917Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:31.3857639Z REPO_NAME: pytorch 2024-08-20T21:34:31.3857910Z DOCKER_PUSH: true 2024-08-20T21:34:31.3858203Z DOCKER_FORCE_PUSH: false 2024-08-20T21:34:31.3859075Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T21:34:31.3860101Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T21:34:31.3860574Z ##[endgroup] 2024-08-20T21:34:31.3881670Z + set +e 2024-08-20T21:34:31.3882232Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T21:34:31.3882880Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T21:34:31.3884596Z + aws ecr get-login-password --region us-east-1 2024-08-20T21:34:31.3885763Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T21:34:31.8923651Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-20T21:34:31.8926064Z Configure a credential helper to remove this warning. See 2024-08-20T21:34:31.8927183Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-20T21:34:31.8927736Z 2024-08-20T21:34:31.8927844Z Login Succeeded 2024-08-20T21:34:31.8937644Z + set -e 2024-08-20T21:34:31.8944956Z ++ echo pytorch-linux-jammy-py3.12-halide:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T21:34:31.8945656Z ++ awk -F '[:,]' '{print $1}' 2024-08-20T21:34:31.8965219Z + IMAGE_NAME=pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:31.8966721Z + ./build.sh pytorch-linux-jammy-py3.12-halide -t 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T21:34:31.8977432Z + image=pytorch-linux-jammy-py3.12-halide 2024-08-20T21:34:31.8978474Z + shift 2024-08-20T21:34:31.8979458Z + '[' -z pytorch-linux-jammy-py3.12-halide ']' 2024-08-20T21:34:31.8980526Z + [[ pytorch-linux-jammy-py3.12-halide == *xla* ]] 2024-08-20T21:34:31.8981157Z + [[ pytorch-linux-jammy-py3.12-halide == *-focal* ]] 2024-08-20T21:34:31.8981789Z + [[ pytorch-linux-jammy-py3.12-halide == *-jammy* ]] 2024-08-20T21:34:31.8982267Z + UBUNTU_VERSION=22.04 2024-08-20T21:34:31.8982613Z + '[' -n 22.04 ']' 2024-08-20T21:34:31.8982879Z + OS=ubuntu 2024-08-20T21:34:31.8983163Z + DOCKERFILE=ubuntu/Dockerfile 2024-08-20T21:34:31.8984058Z + [[ pytorch-linux-jammy-py3.12-halide == *cuda* ]] 2024-08-20T21:34:31.8984836Z + [[ pytorch-linux-jammy-py3.12-halide == *rocm* ]] 2024-08-20T21:34:31.8985437Z + [[ pytorch-linux-jammy-py3.12-halide == *xpu* ]] 2024-08-20T21:34:31.8986090Z + [[ pytorch-linux-jammy-py3.12-halide == *cuda*linter* ]] 2024-08-20T21:34:31.8986729Z + [[ pytorch-linux-jammy-py3.12-halide == *linter* ]] 2024-08-20T21:34:31.8987203Z + CMAKE_VERSION=3.18.5 2024-08-20T21:34:31.8987605Z + _UCX_COMMIT=7bb2722ff2187a0cad557ae4a6afa090569f83fb 2024-08-20T21:34:31.8988145Z + _UCC_COMMIT=20eae37090a4ce1b32bcce6144ccad0b49943e0b 2024-08-20T21:34:31.8988615Z + case "$image" in 2024-08-20T21:34:31.8988906Z + CUDA_VERSION=12.4 2024-08-20T21:34:31.8989204Z + ANACONDA_PYTHON_VERSION=3.12 2024-08-20T21:34:31.8989568Z + GCC_VERSION=11 2024-08-20T21:34:31.8989851Z + CONDA_CMAKE=yes 2024-08-20T21:34:31.8990119Z + HALIDE=yes 2024-08-20T21:34:31.8991316Z ++ tr '[:upper:]' '[:lower:]' 2024-08-20T21:34:31.8992869Z +++ mktemp -u 2024-08-20T21:34:31.9001680Z ++ basename /tmp/tmp.BWBPZZroeX 2024-08-20T21:34:31.9010333Z + tmp_tag=tmp.bwbpzzroex 2024-08-20T21:34:31.9011166Z + [[ pytorch-linux-jammy-py3.12-halide == *cuda* ]] 2024-08-20T21:34:31.9016184Z ++ dirname ubuntu/Dockerfile 2024-08-20T21:34:31.9031255Z + docker build --no-cache --progress=plain --build-arg BUILD_ENVIRONMENT=pytorch-linux-jammy-py3.12-halide --build-arg PROTOBUF= --build-arg LLVMDEV= --build-arg DB= --build-arg VISION= --build-arg UBUNTU_VERSION=22.04 --build-arg CENTOS_VERSION= --build-arg DEVTOOLSET_VERSION= --build-arg GLIBC_VERSION= --build-arg CLANG_VERSION= --build-arg ANACONDA_PYTHON_VERSION=3.12 --build-arg GCC_VERSION=11 --build-arg CUDA_VERSION=12.4 --build-arg CUDNN_VERSION= --build-arg TENSORRT_VERSION= --build-arg ANDROID= --build-arg ANDROID_NDK= --build-arg GRADLE_VERSION= --build-arg VULKAN_SDK_VERSION= --build-arg SWIFTSHADER= --build-arg CMAKE_VERSION=3.18.5 --build-arg NINJA_VERSION= --build-arg KATEX= --build-arg ROCM_VERSION= --build-arg 'PYTORCH_ROCM_ARCH=gfx906;gfx90a' --build-arg IMAGE_NAME= --build-arg UCX_COMMIT= --build-arg UCC_COMMIT= --build-arg CONDA_CMAKE=yes --build-arg TRITON= --build-arg ONNX= --build-arg DOCS= --build-arg INDUCTOR_BENCHMARKS= --build-arg EXECUTORCH= --build-arg HALIDE=yes --build-arg XPU_VERSION= --build-arg ACL= --build-arg SKIP_SCCACHE_INSTALL= --build-arg SKIP_LLVM_SRC_BUILD_INSTALL= -f ubuntu/Dockerfile -t tmp.bwbpzzroex -t 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide:f6d216893d65c7b8ae43df4daaf247db808378e9 . 2024-08-20T21:34:32.0468582Z #0 building with "default" instance using docker driver 2024-08-20T21:34:32.0468982Z 2024-08-20T21:34:32.0469171Z #1 [internal] load build definition from Dockerfile 2024-08-20T21:34:32.2236727Z #1 transferring dockerfile: 7.37kB done 2024-08-20T21:34:32.2238025Z #1 DONE 0.0s 2024-08-20T21:34:32.2238497Z 2024-08-20T21:34:32.2239200Z #2 [internal] load metadata for docker.io/library/ubuntu:22.04 2024-08-20T21:34:32.2623213Z #2 ... 2024-08-20T21:34:32.2623522Z 2024-08-20T21:34:32.2624436Z #3 [internal] load metadata for docker.io/pytorch/llvm:9.0.1 2024-08-20T21:34:32.2624981Z #3 DONE 0.2s 2024-08-20T21:34:32.3679864Z 2024-08-20T21:34:32.3680369Z #2 [internal] load metadata for docker.io/library/ubuntu:22.04 2024-08-20T21:34:32.3680981Z #2 DONE 0.3s 2024-08-20T21:34:32.3681151Z 2024-08-20T21:34:32.3681298Z #4 [internal] load .dockerignore 2024-08-20T21:34:32.3681676Z #4 transferring context: 2B done 2024-08-20T21:34:32.3682037Z #4 DONE 0.0s 2024-08-20T21:34:32.5038866Z 2024-08-20T21:34:32.5039228Z #5 [internal] load build context 2024-08-20T21:34:32.5039890Z #5 transferring context: 120.39kB done 2024-08-20T21:34:32.5040287Z #5 DONE 0.0s 2024-08-20T21:34:32.5040448Z 2024-08-20T21:34:32.5040989Z #6 FROM docker.io/pytorch/llvm:9.0.1@sha256:946fe9e12ad235bc41a008b4a3033e5043008abc67ea600fc8acf45520ff9051 2024-08-20T21:34:32.5042520Z #6 resolve docker.io/pytorch/llvm:9.0.1@sha256:946fe9e12ad235bc41a008b4a3033e5043008abc67ea600fc8acf45520ff9051 0.0s done 2024-08-20T21:34:32.5044264Z #6 sha256:b4e67f1e4d6751985876fde775c2acbfd2894a22e9420c8d212570e0885be1df 1.04kB / 1.04kB done 2024-08-20T21:34:32.5045261Z #6 sha256:5843afab387455b37944e709ee8c78d7520df80f8d01cf7f861aae63beeddb6b 2.81MB / 2.81MB 0.1s 2024-08-20T21:34:32.5046255Z #6 sha256:5924bbe3a75dfba49efccfbb48f935b1420022b0a48edd7a659a48ce12fb0624 0B / 54.15MB 0.1s 2024-08-20T21:34:32.5047212Z #6 sha256:8606a007be315212096093956becf8420dddfe0520624ce565634c66492e5262 0B / 54.00MB 0.1s 2024-08-20T21:34:32.5048154Z #6 sha256:946fe9e12ad235bc41a008b4a3033e5043008abc67ea600fc8acf45520ff9051 952B / 952B done 2024-08-20T21:34:32.6124490Z #6 sha256:5843afab387455b37944e709ee8c78d7520df80f8d01cf7f861aae63beeddb6b 2.81MB / 2.81MB 0.1s done 2024-08-20T21:34:32.6125629Z #6 sha256:5924bbe3a75dfba49efccfbb48f935b1420022b0a48edd7a659a48ce12fb0624 3.15MB / 54.15MB 0.2s 2024-08-20T21:34:32.6126644Z #6 sha256:8606a007be315212096093956becf8420dddfe0520624ce565634c66492e5262 14.68MB / 54.00MB 0.2s 2024-08-20T21:34:32.6127644Z #6 extracting sha256:5843afab387455b37944e709ee8c78d7520df80f8d01cf7f861aae63beeddb6b 0.0s done 2024-08-20T21:34:32.8043319Z #6 sha256:5924bbe3a75dfba49efccfbb48f935b1420022b0a48edd7a659a48ce12fb0624 27.26MB / 54.15MB 0.4s 2024-08-20T21:34:32.8046004Z #6 sha256:8606a007be315212096093956becf8420dddfe0520624ce565634c66492e5262 26.81MB / 54.00MB 0.4s 2024-08-20T21:34:32.9044167Z #6 sha256:8606a007be315212096093956becf8420dddfe0520624ce565634c66492e5262 40.89MB / 54.00MB 0.5s 2024-08-20T21:34:33.0336886Z #6 sha256:5924bbe3a75dfba49efccfbb48f935b1420022b0a48edd7a659a48ce12fb0624 30.41MB / 54.15MB 0.6s 2024-08-20T21:34:33.0338063Z #6 sha256:8606a007be315212096093956becf8420dddfe0520624ce565634c66492e5262 54.00MB / 54.00MB 0.6s 2024-08-20T21:34:33.2363022Z #6 sha256:5924bbe3a75dfba49efccfbb48f935b1420022b0a48edd7a659a48ce12fb0624 36.70MB / 54.15MB 0.8s 2024-08-20T21:34:33.2364263Z #6 sha256:8606a007be315212096093956becf8420dddfe0520624ce565634c66492e5262 54.00MB / 54.00MB 0.7s done 2024-08-20T21:34:33.3628564Z #6 sha256:5924bbe3a75dfba49efccfbb48f935b1420022b0a48edd7a659a48ce12fb0624 54.15MB / 54.15MB 0.9s 2024-08-20T21:34:33.6433371Z #6 sha256:5924bbe3a75dfba49efccfbb48f935b1420022b0a48edd7a659a48ce12fb0624 54.15MB / 54.15MB 1.0s done 2024-08-20T21:34:33.6434665Z #6 extracting sha256:5924bbe3a75dfba49efccfbb48f935b1420022b0a48edd7a659a48ce12fb0624 0.1s 2024-08-20T21:34:33.7536918Z #6 ... 2024-08-20T21:34:33.7537178Z 2024-08-20T21:34:33.7538240Z #7 [stage-0 1/92] FROM docker.io/library/ubuntu:22.04@sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658 2024-08-20T21:34:33.7540161Z #7 resolve docker.io/library/ubuntu:22.04@sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658 0.0s done 2024-08-20T21:34:33.7541766Z #7 sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658 1.34kB / 1.34kB done 2024-08-20T21:34:33.7542849Z #7 sha256:075680e983398fda61b1ac59ad733ad81d18df4bc46411666bb8a03fb9ea0195 424B / 424B done 2024-08-20T21:34:33.7544036Z #7 sha256:53a843653cbcd9e10be207e951d907dc2481d9c222de57d24cfcac32e5165188 2.30kB / 2.30kB done 2024-08-20T21:34:33.7545277Z #7 sha256:857cc8cb19c0f475256df4b7709003b77f101215ebf3693118e61aac6a5ea4ff 29.54MB / 29.54MB 0.5s done 2024-08-20T21:34:33.7546518Z #7 extracting sha256:857cc8cb19c0f475256df4b7709003b77f101215ebf3693118e61aac6a5ea4ff 0.6s done 2024-08-20T21:34:33.7547251Z #7 DONE 1.3s 2024-08-20T21:34:33.7547411Z 2024-08-20T21:34:33.7547990Z #6 FROM docker.io/pytorch/llvm:9.0.1@sha256:946fe9e12ad235bc41a008b4a3033e5043008abc67ea600fc8acf45520ff9051 2024-08-20T21:34:34.8826685Z #6 extracting sha256:5924bbe3a75dfba49efccfbb48f935b1420022b0a48edd7a659a48ce12fb0624 1.2s done 2024-08-20T21:34:34.9966781Z #6 extracting sha256:8606a007be315212096093956becf8420dddfe0520624ce565634c66492e5262 2024-08-20T21:34:36.3646486Z #6 extracting sha256:8606a007be315212096093956becf8420dddfe0520624ce565634c66492e5262 1.2s done 2024-08-20T21:34:40.3191986Z #6 DONE 7.9s 2024-08-20T21:34:40.3192255Z 2024-08-20T21:34:40.3192854Z #8 [stage-0 2/92] COPY ./common/install_base.sh install_base.sh 2024-08-20T21:34:40.8917062Z #8 DONE 7.2s 2024-08-20T21:34:41.0672147Z 2024-08-20T21:34:41.0672942Z #9 [stage-0 3/92] RUN bash ./install_base.sh && rm install_base.sh 2024-08-20T21:34:41.5561644Z #9 0.639 ++ grep -oP '(?<=^ID=).+' /etc/os-release 2024-08-20T21:34:41.5562194Z #9 0.639 ++ tr -d '"' 2024-08-20T21:34:41.6771258Z #9 0.640 + ID=ubuntu 2024-08-20T21:34:41.6771868Z #9 0.640 + case "$ID" in 2024-08-20T21:34:41.6772564Z #9 0.640 + install_ubuntu 2024-08-20T21:34:41.6772914Z #9 0.640 + [[ 22.04 == \2\0\.\0\4* ]] 2024-08-20T21:34:41.6773299Z #9 0.640 + [[ 22.04 == \2\2\.\0\4* ]] 2024-08-20T21:34:41.6773902Z #9 0.640 + cmake3='cmake=3.22*' 2024-08-20T21:34:41.6774285Z #9 0.640 + maybe_libiomp_dev= 2024-08-20T21:34:41.6774691Z #9 0.640 + [[ '' == 15 ]] 2024-08-20T21:34:41.6775040Z #9 0.640 + [[ '' == 12 ]] 2024-08-20T21:34:41.6775481Z #9 0.640 + [[ '' == 10 ]] 2024-08-20T21:34:41.6775811Z #9 0.640 + maybe_libomp_dev= 2024-08-20T21:34:41.6776141Z #9 0.640 + [[ 22.04 == \2\0\.\0\4* ]] 2024-08-20T21:34:41.6776523Z #9 0.640 + maybe_libnccl_dev= 2024-08-20T21:34:41.6776962Z #9 0.640 + apt-get update 2024-08-20T21:34:41.6777531Z #9 0.760 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] 2024-08-20T21:34:41.8064794Z #9 0.761 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-08-20T21:34:41.8065806Z #9 0.831 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-08-20T21:34:41.8066765Z #9 0.849 Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-08-20T21:34:41.8067795Z #9 0.890 Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2173 kB] 2024-08-20T21:34:41.9098358Z #9 0.956 Get:6 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] 2024-08-20T21:34:41.9099747Z #9 0.970 Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2867 kB] 2024-08-20T21:34:41.9100764Z #9 0.971 Get:8 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] 2024-08-20T21:34:41.9101680Z #9 0.975 Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] 2024-08-20T21:34:41.9102773Z #9 0.987 Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1135 kB] 2024-08-20T21:34:41.9103953Z #9 0.993 Get:11 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB] 2024-08-20T21:34:42.0111642Z #9 1.094 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] 2024-08-20T21:34:42.2137085Z #9 1.108 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1424 kB] 2024-08-20T21:34:42.2138222Z #9 1.116 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2452 kB] 2024-08-20T21:34:42.2139597Z #9 1.130 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.8 kB] 2024-08-20T21:34:42.2140779Z #9 1.130 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2968 kB] 2024-08-20T21:34:42.2141893Z #9 1.146 Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.0 kB] 2024-08-20T21:34:42.2142996Z #9 1.147 Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [33.7 kB] 2024-08-20T21:34:43.1686266Z #9 2.252 Fetched 33.6 MB in 2s (21.1 MB/s) 2024-08-20T21:34:43.8883723Z #9 2.252 Reading package lists... 2024-08-20T21:34:44.0827887Z #9 2.984 + ccache_deps='asciidoc docbook-xml docbook-xsl xsltproc' 2024-08-20T21:34:44.0829185Z #9 2.984 + deploy_deps='libffi-dev libbz2-dev libreadline-dev libncurses5-dev libncursesw5-dev libgdbm-dev libsqlite3-dev uuid-dev tk-dev' 2024-08-20T21:34:44.0830108Z #9 2.984 + numpy_deps=gfortran 2024-08-20T21:34:44.0833369Z #9 2.984 + apt-get install -y --no-install-recommends asciidoc docbook-xml docbook-xsl xsltproc gfortran libffi-dev libbz2-dev libreadline-dev libncurses5-dev libncursesw5-dev libgdbm-dev libsqlite3-dev uuid-dev tk-dev 'cmake=3.22*' apt-transport-https autoconf automake build-essential ca-certificates curl git libatlas-base-dev libc6-dbg libyaml-dev libz-dev libjemalloc2 libjpeg-dev libasound2-dev libsndfile-dev software-properties-common wget sudo vim jq libtool vim unzip gpg-agent gdb 2024-08-20T21:34:44.6374387Z #9 3.016 Reading package lists... 2024-08-20T21:34:44.7753665Z #9 3.734 Building dependency tree... 2024-08-20T21:34:44.7754174Z #9 3.859 Reading state information... 2024-08-20T21:34:44.9283351Z #9 4.012 The following additional packages will be installed: 2024-08-20T21:34:44.9284581Z #9 4.012 asciidoc-base asciidoc-common autotools-dev binutils binutils-common 2024-08-20T21:34:44.9285700Z #9 4.012 binutils-x86-64-linux-gnu bzip2 cmake-data cpp cpp-11 dbus dh-elpa-helper 2024-08-20T21:34:44.9286707Z #9 4.012 distro-info-data dpkg-dev emacsen-common file fontconfig-config 2024-08-20T21:34:44.9287743Z #9 4.012 fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gfortran-11 2024-08-20T21:34:44.9288895Z #9 4.012 gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 git-man gpg gpgconf iso-codes 2024-08-20T21:34:44.9289844Z #9 4.012 libapparmor1 libappstream4 libarchive13 libargon2-1 libasan6 libasound2 2024-08-20T21:34:44.9290753Z #9 4.012 libasound2-data libassuan0 libatlas3-base libatomic1 libbabeltrace1 2024-08-20T21:34:44.9291900Z #9 4.012 libbinutils libboost-regex1.74.0 libbrotli-dev libbrotli1 libbsd0 2024-08-20T21:34:44.9292824Z #9 4.012 libc-dev-bin libc6-dev libcap2-bin libcc1-0 libcrypt-dev libcryptsetup12 2024-08-20T21:34:44.9293700Z #9 4.012 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdbus-1-3 2024-08-20T21:34:44.9294588Z #9 4.012 libdebuginfod-common libdebuginfod1 libdevmapper1.02.1 libdpkg-perl libdw1 2024-08-20T21:34:44.9295515Z #9 4.012 libelf1 liberror-perl libexpat1 libexpat1-dev libflac-dev libflac8 2024-08-20T21:34:44.9296413Z #9 4.012 libfontconfig-dev libfontconfig1 libfontconfig1-dev libfreetype-dev 2024-08-20T21:34:44.9297372Z #9 4.012 libfreetype6 libfreetype6-dev libgcc-11-dev libgdbm-compat4 libgdbm6 2024-08-20T21:34:44.9298684Z #9 4.012 libgfortran-11-dev libgfortran5 libgirepository-1.0-1 libglib2.0-0 2024-08-20T21:34:45.0805155Z #9 4.012 libglib2.0-bin libglib2.0-data libgomp1 libgpm2 libgstreamer1.0-0 libicu70 2024-08-20T21:34:45.0807004Z #9 4.012 libip4tc2 libipt2 libisl23 libitm1 libjpeg-turbo8 libjpeg-turbo8-dev 2024-08-20T21:34:45.0808912Z #9 4.012 libjpeg8 libjpeg8-dev libjq1 libjson-c5 libjsoncpp25 libkmod2 libldap-2.5-0 2024-08-20T21:34:45.0810616Z #9 4.012 liblsan0 libmagic-mgc libmagic1 libmd0 libmpc3 libmpdec3 libmpfr6 2024-08-20T21:34:45.0812383Z #9 4.012 libncurses-dev libnghttp2-14 libnpth0 libnsl-dev libogg-dev libogg0 libonig5 2024-08-20T21:34:45.0814192Z #9 4.012 libopus-dev libopus0 libpackagekit-glib2-18 libpam-systemd libperl5.34 2024-08-20T21:34:45.0816259Z #9 4.012 libpng-dev libpng16-16 libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 2024-08-20T21:34:45.0818204Z #9 4.012 libpthread-stubs0-dev libpython3-stdlib libpython3.10 libpython3.10-minimal 2024-08-20T21:34:45.0820230Z #9 4.012 libpython3.10-stdlib libquadmath0 libreadline8 librhash0 librtmp1 libsasl2-2 2024-08-20T21:34:45.0821859Z #9 4.012 libsasl2-modules-db libsigsegv2 libsndfile1 libsodium23 2024-08-20T21:34:45.0823511Z #9 4.012 libsource-highlight-common libsource-highlight4v5 libsqlite3-0 libssh-4 2024-08-20T21:34:45.0825284Z #9 4.012 libstdc++-11-dev libstemmer0d libtcl8.6 libtirpc-dev libtk8.6 libtsan0 2024-08-20T21:34:45.0827041Z #9 4.012 libubsan1 libunwind8 libuv1 libvorbis-dev libvorbis0a libvorbisenc2 2024-08-20T21:34:45.0828730Z #9 4.012 libvorbisfile3 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb1 2024-08-20T21:34:45.0830466Z #9 4.012 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxft-dev libxft2 2024-08-20T21:34:45.0832256Z #9 4.012 libxml2 libxml2-utils libxmlb2 libxrender-dev libxrender1 libxslt1.1 2024-08-20T21:34:45.0834359Z #9 4.012 libxss-dev libxss1 libyaml-0-2 linux-libc-dev lsb-release lto-disabled-list 2024-08-20T21:34:45.0836194Z #9 4.012 m4 make media-types openssl packagekit patch perl perl-modules-5.34 2024-08-20T21:34:45.0837935Z #9 4.012 pinentry-curses pkexec pkg-config policykit-1 polkitd python-apt-common 2024-08-20T21:34:45.0839531Z #9 4.012 python3 python3-apt python3-blinker python3-cffi-backend 2024-08-20T21:34:45.0841345Z #9 4.012 python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 2024-08-20T21:34:45.0843213Z #9 4.012 python3-importlib-metadata python3-jeepney python3-jwt python3-keyring 2024-08-20T21:34:45.0844946Z #9 4.012 python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri 2024-08-20T21:34:45.0846486Z #9 4.012 python3-minimal python3-more-itertools python3-oauthlib 2024-08-20T21:34:45.0848268Z #9 4.012 python3-pkg-resources python3-pyparsing python3-secretstorage python3-six 2024-08-20T21:34:45.0850208Z #9 4.012 python3-software-properties python3-wadllib python3-zipp python3.10 2024-08-20T21:34:45.0852165Z #9 4.012 python3.10-minimal readline-common rpcsvc-proto sgml-base sgml-data systemd 2024-08-20T21:34:45.0853831Z #9 4.012 systemd-sysv tcl tcl-dev tcl8.6 tcl8.6-dev tk tk8.6 tk8.6-dev tzdata ucf 2024-08-20T21:34:45.0855472Z #9 4.012 vim-common vim-runtime x11-common x11proto-core-dev x11proto-dev xml-core 2024-08-20T21:34:45.0857052Z #9 4.013 xorg-sgml-doctools xtrans-dev xxd xz-utils 2024-08-20T21:34:45.0857865Z #9 4.013 Suggested packages: 2024-08-20T21:34:45.0858979Z #9 4.013 asciidoc-doc docbook-utils source-highlight autoconf-archive gnu-standards 2024-08-20T21:34:45.0860592Z #9 4.013 autoconf-doc gettext binutils-doc bzip2-doc cmake-doc ninja-build 2024-08-20T21:34:45.0862055Z #9 4.013 cmake-format cpp-doc gcc-11-locales default-dbus-session-bus 2024-08-20T21:34:45.0863521Z #9 4.013 | dbus-session-bus docbook docbook-dsssl docbook-defguide dbtoepub 2024-08-20T21:34:45.0865073Z #9 4.013 docbook-xsl-doc-html | docbook-xsl-doc-pdf | docbook-xsl-doc-text 2024-08-20T21:34:45.0866627Z #9 4.013 | docbook-xsl-doc docbook-xsl-saxon fop libsaxon-java libxalan2-java 2024-08-20T21:34:45.0868273Z #9 4.013 libxslthl-java xalan debian-keyring g++-multilib g++-11-multilib gcc-11-doc 2024-08-20T21:34:45.0869901Z #9 4.013 gcc-multilib manpages-dev flex bison gcc-doc gcc-11-multilib gdb-doc 2024-08-20T21:34:45.0871399Z #9 4.013 gdbserver gfortran-multilib gfortran-doc gfortran-11-multilib 2024-08-20T21:34:45.0872807Z #9 4.013 gfortran-11-doc libcoarrays-dev gettext-base git-daemon-run 2024-08-20T21:34:45.0874263Z #9 4.013 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs 2024-08-20T21:34:45.0876006Z #9 4.013 git-mediawiki git-svn dbus-user-session pinentry-gnome3 scdaemon isoquery 2024-08-20T21:34:45.0877781Z #9 4.013 lrzip libasound2-plugins alsa-utils libasound2-doc libatlas-doc 2024-08-20T21:34:45.0879693Z #9 4.013 liblapack-doc glibc-doc gnupg bzr freetype2-doc gdbm-l10n gpm 2024-08-20T21:34:45.0881474Z #9 4.013 gstreamer1.0-tools ncurses-doc opus-tools readline-doc sqlite3-doc 2024-08-20T21:34:45.0883135Z #9 4.013 libstdc++-11-doc libtool-doc gcj-jdk libx11-doc libxcb-doc libxext-doc 2024-08-20T21:34:45.0884788Z #9 4.013 libyaml-doc m4-doc make-doc appstream ed diffutils-doc perl-doc 2024-08-20T21:34:45.0886295Z #9 4.013 libterm-readline-gnu-perl | libterm-readline-perl-perl 2024-08-20T21:34:45.0888086Z #9 4.013 libtap-harness-archive-perl pinentry-doc python3-doc python3-tk python3-venv 2024-08-20T21:34:45.0890127Z #9 4.013 python3-apt-dbg python-apt-doc python-blinker-doc python-cryptography-doc 2024-08-20T21:34:45.0892154Z #9 4.013 python3-cryptography-vectors python-dbus-doc python3-crypto gir1.2-secret-1 2024-08-20T21:34:45.0893971Z #9 4.013 gnome-keyring libkf5wallet-bin python3-keyrings.alt python3-testresources 2024-08-20T21:34:45.0895594Z #9 4.013 python3-setuptools python-pyparsing-doc python-secretstorage-doc 2024-08-20T21:34:45.0897278Z #9 4.013 python3.10-venv python3.10-doc binfmt-support sgml-base-doc perlsgml w3-recs 2024-08-20T21:34:45.0899045Z #9 4.013 opensp systemd-container libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 2024-08-20T21:34:45.0900690Z #9 4.013 libtss2-rc0 tcl-doc tcl-tclreadline tcl8.6-doc tk-doc tk8.6-doc zip ctags 2024-08-20T21:34:45.0901917Z #9 4.013 vim-doc vim-scripts debhelper 2024-08-20T21:34:45.0902621Z #9 4.013 Recommended packages: 2024-08-20T21:34:45.0903807Z #9 4.013 asciidoc-dblatex xmlto fakeroot gnupg libalgorithm-merge-perl less 2024-08-20T21:34:45.0905577Z #9 4.013 ssh-client alsa-ucm-conf alsa-topology-conf bzip2-doc manpages manpages-dev 2024-08-20T21:34:45.0907194Z #9 4.013 libc-devtools libpam-cap dmsetup libfile-fcntllock-perl 2024-08-20T21:34:45.0908685Z #9 4.013 liblocale-gettext-perl shared-mime-info xdg-user-dirs libldap-common 2024-08-20T21:34:45.0910290Z #9 4.013 libpng-tools publicsuffix libsasl2-modules libltdl-dev packagekit-tools 2024-08-20T21:34:45.0911908Z #9 4.013 netbase unattended-upgrades networkd-dispatcher systemd-timesyncd 2024-08-20T21:34:45.0913307Z #9 4.013 | time-daemon libnss-systemd xterm | x-terminal-emulator 2024-08-20T21:34:45.2674674Z #9 4.351 The following NEW packages will be installed: 2024-08-20T21:34:45.2676199Z #9 4.351 apt-transport-https asciidoc asciidoc-base asciidoc-common autoconf automake 2024-08-20T21:34:45.2677859Z #9 4.351 autotools-dev binutils binutils-common binutils-x86-64-linux-gnu 2024-08-20T21:34:45.2679292Z #9 4.351 build-essential bzip2 ca-certificates cmake cmake-data cpp cpp-11 curl dbus 2024-08-20T21:34:45.2680826Z #9 4.351 dh-elpa-helper distro-info-data docbook-xml docbook-xsl dpkg-dev 2024-08-20T21:34:45.2682069Z #9 4.351 emacsen-common file fontconfig-config fonts-dejavu-core g++ g++-11 gcc 2024-08-20T21:34:45.2683250Z #9 4.351 gcc-11 gcc-11-base gdb gfortran gfortran-11 gir1.2-glib-2.0 2024-08-20T21:34:45.4197895Z #9 4.351 gir1.2-packagekitglib-1.0 git git-man gpg gpg-agent gpgconf iso-codes jq 2024-08-20T21:34:45.4201407Z #9 4.351 libapparmor1 libappstream4 libarchive13 libargon2-1 libasan6 libasound2 2024-08-20T21:34:45.4204277Z #9 4.351 libasound2-data libasound2-dev libassuan0 libatlas-base-dev libatlas3-base 2024-08-20T21:34:45.4206870Z #9 4.351 libatomic1 libbabeltrace1 libbinutils libboost-regex1.74.0 libbrotli-dev 2024-08-20T21:34:45.4207847Z #9 4.351 libbrotli1 libbsd0 libbz2-dev libc-dev-bin libc6-dbg libc6-dev libcap2-bin 2024-08-20T21:34:45.4208861Z #9 4.351 libcc1-0 libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls 2024-08-20T21:34:45.4209977Z #9 4.351 libcurl4 libdbus-1-3 libdebuginfod-common libdebuginfod1 libdevmapper1.02.1 2024-08-20T21:34:45.4210957Z #9 4.351 libdpkg-perl libdw1 libelf1 liberror-perl libexpat1 libexpat1-dev libffi-dev 2024-08-20T21:34:45.4211933Z #9 4.351 libflac-dev libflac8 libfontconfig-dev libfontconfig1 libfontconfig1-dev 2024-08-20T21:34:45.4213190Z #9 4.351 libfreetype-dev libfreetype6 libfreetype6-dev libgcc-11-dev libgdbm-compat4 2024-08-20T21:34:45.4214164Z #9 4.351 libgdbm-dev libgdbm6 libgfortran-11-dev libgfortran5 libgirepository-1.0-1 2024-08-20T21:34:45.4215062Z #9 4.351 libglib2.0-0 libglib2.0-bin libglib2.0-data libgomp1 libgpm2 2024-08-20T21:34:45.4215950Z #9 4.351 libgstreamer1.0-0 libicu70 libip4tc2 libipt2 libisl23 libitm1 libjemalloc2 2024-08-20T21:34:45.4216895Z #9 4.351 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjq1 2024-08-20T21:34:45.4217842Z #9 4.351 libjson-c5 libjsoncpp25 libkmod2 libldap-2.5-0 liblsan0 libmagic-mgc 2024-08-20T21:34:45.4218765Z #9 4.351 libmagic1 libmd0 libmpc3 libmpdec3 libmpfr6 libncurses-dev libncurses5-dev 2024-08-20T21:34:45.4219701Z #9 4.351 libncursesw5-dev libnghttp2-14 libnpth0 libnsl-dev libogg-dev libogg0 2024-08-20T21:34:45.4220588Z #9 4.351 libonig5 libopus-dev libopus0 libpackagekit-glib2-18 libpam-systemd 2024-08-20T21:34:45.4221534Z #9 4.351 libperl5.34 libpng-dev libpng16-16 libpolkit-agent-1-0 libpolkit-gobject-1-0 2024-08-20T21:34:45.4222443Z #9 4.351 libpsl5 libpthread-stubs0-dev libpython3-stdlib libpython3.10 2024-08-20T21:34:45.4223310Z #9 4.351 libpython3.10-minimal libpython3.10-stdlib libquadmath0 libreadline-dev 2024-08-20T21:34:45.4224265Z #9 4.351 libreadline8 librhash0 librtmp1 libsasl2-2 libsasl2-modules-db libsigsegv2 2024-08-20T21:34:45.4225194Z #9 4.351 libsndfile1 libsndfile1-dev libsodium23 libsource-highlight-common 2024-08-20T21:34:45.4226130Z #9 4.351 libsource-highlight4v5 libsqlite3-0 libsqlite3-dev libssh-4 libstdc++-11-dev 2024-08-20T21:34:45.4227101Z #9 4.351 libstemmer0d libtcl8.6 libtirpc-dev libtk8.6 libtool libtsan0 libubsan1 2024-08-20T21:34:45.4228047Z #9 4.351 libunwind8 libuv1 libvorbis-dev libvorbis0a libvorbisenc2 libvorbisfile3 2024-08-20T21:34:45.4228967Z #9 4.351 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev 2024-08-20T21:34:45.4229855Z #9 4.352 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxft-dev libxft2 libxml2 2024-08-20T21:34:45.4230787Z #9 4.352 libxml2-utils libxmlb2 libxrender-dev libxrender1 libxslt1.1 libxss-dev 2024-08-20T21:34:45.4231748Z #9 4.352 libxss1 libyaml-0-2 libyaml-dev linux-libc-dev lsb-release lto-disabled-list 2024-08-20T21:34:45.4232667Z #9 4.352 m4 make media-types openssl packagekit patch perl perl-modules-5.34 2024-08-20T21:34:45.4233583Z #9 4.352 pinentry-curses pkexec pkg-config policykit-1 polkitd python-apt-common 2024-08-20T21:34:45.4235028Z #9 4.352 python3 python3-apt python3-blinker python3-cffi-backend 2024-08-20T21:34:45.4235946Z #9 4.352 python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2 2024-08-20T21:34:45.4236928Z #9 4.352 python3-importlib-metadata python3-jeepney python3-jwt python3-keyring 2024-08-20T21:34:45.4237866Z #9 4.352 python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri 2024-08-20T21:34:45.4238712Z #9 4.352 python3-minimal python3-more-itertools python3-oauthlib 2024-08-20T21:34:45.4239703Z #9 4.352 python3-pkg-resources python3-pyparsing python3-secretstorage python3-six 2024-08-20T21:34:45.4240702Z #9 4.352 python3-software-properties python3-wadllib python3-zipp python3.10 2024-08-20T21:34:45.4241631Z #9 4.352 python3.10-minimal readline-common rpcsvc-proto sgml-base sgml-data 2024-08-20T21:34:45.4242558Z #9 4.352 software-properties-common sudo systemd systemd-sysv tcl tcl-dev tcl8.6 2024-08-20T21:34:45.4243490Z #9 4.352 tcl8.6-dev tk tk-dev tk8.6 tk8.6-dev tzdata ucf unzip uuid-dev vim 2024-08-20T21:34:45.4244405Z #9 4.352 vim-common vim-runtime wget x11-common x11proto-core-dev x11proto-dev 2024-08-20T21:34:45.4245351Z #9 4.352 xml-core xorg-sgml-doctools xsltproc xtrans-dev xxd xz-utils zlib1g-dev 2024-08-20T21:34:45.4357871Z #9 4.519 0 upgraded, 286 newly installed, 0 to remove and 0 not upgraded. 2024-08-20T21:34:45.4359175Z #9 4.519 Need to get 191 MB of archives. 2024-08-20T21:34:45.4360100Z #9 4.519 After this operation, 706 MB of additional disk space will be used. 2024-08-20T21:34:45.4363840Z #9 4.519 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.5 [813 kB] 2024-08-20T21:34:45.9542885Z #9 5.037 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.3 [91.0 kB] 2024-08-20T21:34:46.1061467Z #9 5.042 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.5 [2244 kB] 2024-08-20T21:34:46.1062940Z #9 5.189 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB] 2024-08-20T21:34:46.2514201Z #9 5.190 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] 2024-08-20T21:34:46.2515434Z #9 5.191 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] 2024-08-20T21:34:46.2516633Z #9 5.193 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB] 2024-08-20T21:34:46.2517818Z #9 5.195 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB] 2024-08-20T21:34:46.2519077Z #9 5.200 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.3 [641 kB] 2024-08-20T21:34:46.2520633Z #9 5.219 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.5 [1849 kB] 2024-08-20T21:34:46.2522045Z #9 5.266 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.5 [509 kB] 2024-08-20T21:34:46.2523425Z #9 5.281 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B] 2024-08-20T21:34:46.2524764Z #9 5.281 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB] 2024-08-20T21:34:46.2526103Z #9 5.335 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.3 [39.3 kB] 2024-08-20T21:34:46.4119125Z #9 5.335 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB] 2024-08-20T21:34:46.4120690Z #9 5.335 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB] 2024-08-20T21:34:46.4122113Z #9 5.337 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjson-c5 amd64 0.15-3~ubuntu1.22.04.2 [33.5 kB] 2024-08-20T21:34:46.4123553Z #9 5.337 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1.2 [211 kB] 2024-08-20T21:34:46.4125204Z #9 5.339 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libip4tc2 amd64 1.8.7-1ubuntu5.2 [19.9 kB] 2024-08-20T21:34:46.4126466Z #9 5.407 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB] 2024-08-20T21:34:46.4127722Z #9 5.408 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd amd64 249.11-0ubuntu3.12 [4581 kB] 2024-08-20T21:34:46.4129102Z #9 5.495 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-sysv amd64 249.11-0ubuntu3.12 [10.5 kB] 2024-08-20T21:34:46.4130210Z #9 5.495 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB] 2024-08-20T21:34:46.6247793Z #9 5.496 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdebuginfod-common all 0.186-1build1 [7878 B] 2024-08-20T21:34:46.6249265Z #9 5.496 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.3 [2976 kB] 2024-08-20T21:34:46.6250574Z #9 5.570 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB] 2024-08-20T21:34:46.6251725Z #9 5.570 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B] 2024-08-20T21:34:46.6253025Z #9 5.571 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.3 [4820 kB] 2024-08-20T21:34:46.6254646Z #9 5.708 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.3 [232 kB] 2024-08-20T21:34:46.7710250Z #9 5.710 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 sgml-base all 1.30 [12.5 kB] 2024-08-20T21:34:46.7711556Z #9 5.710 Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.17 [1186 kB] 2024-08-20T21:34:46.7712986Z #9 5.721 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20230311ubuntu0.22.04.1 [155 kB] 2024-08-20T21:34:46.7714442Z #9 5.770 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB] 2024-08-20T21:34:46.7715791Z #9 5.772 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB] 2024-08-20T21:34:46.7717130Z #9 5.773 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.7 [5326 B] 2024-08-20T21:34:46.7718503Z #9 5.773 Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu2.3 [1466 kB] 2024-08-20T21:34:46.7720033Z #9 5.786 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgirepository-1.0-1 amd64 1.72.0-1 [55.6 kB] 2024-08-20T21:34:46.7721309Z #9 5.786 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-glib-2.0 amd64 1.72.0-1 [164 kB] 2024-08-20T21:34:46.7722445Z #9 5.854 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3459 kB] 2024-08-20T21:34:47.0015318Z #9 5.932 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] 2024-08-20T21:34:47.0016521Z #9 5.932 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] 2024-08-20T21:34:47.0017841Z #9 5.933 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcap2-bin amd64 1:2.44-1ubuntu0.22.04.1 [26.0 kB] 2024-08-20T21:34:47.0019162Z #9 5.933 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB] 2024-08-20T21:34:47.0020489Z #9 5.934 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu2.3 [4666 B] 2024-08-20T21:34:47.0021727Z #9 5.934 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] 2024-08-20T21:34:47.1340812Z #9 6.217 Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-systemd amd64 249.11-0ubuntu3.12 [203 kB] 2024-08-20T21:34:47.2362503Z #9 6.219 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.4 [763 kB] 2024-08-20T21:34:47.2364488Z #9 6.227 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB] 2024-08-20T21:34:47.2365785Z #9 6.227 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB] 2024-08-20T21:34:47.2367106Z #9 6.228 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0ubuntu3 [14.6 kB] 2024-08-20T21:34:47.2368481Z #9 6.228 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0ubuntu3 [164 kB] 2024-08-20T21:34:47.2369780Z #9 6.230 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB] 2024-08-20T21:34:47.2371061Z #9 6.230 Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gi amd64 3.42.1-0ubuntu1 [229 kB] 2024-08-20T21:34:47.2372535Z #9 6.232 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB] 2024-08-20T21:34:47.2373956Z #9 6.306 Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 sudo amd64 1.9.9-1ubuntu2.4 [821 kB] 2024-08-20T21:34:47.2375275Z #9 6.313 Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tzdata all 2024a-0ubuntu0.22.04.1 [349 kB] 2024-08-20T21:34:47.2376599Z #9 6.316 Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 xxd amd64 2:8.2.3995-1ubuntu2.17 [53.7 kB] 2024-08-20T21:34:47.2378122Z #9 6.316 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-common all 2:8.2.3995-1ubuntu2.17 [81.5 kB] 2024-08-20T21:34:47.2379526Z #9 6.317 Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic-mgc amd64 1:5.41-3ubuntu0.1 [257 kB] 2024-08-20T21:34:47.2380878Z #9 6.320 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic1 amd64 1:5.41-3ubuntu0.1 [87.2 kB] 2024-08-20T21:34:47.3675979Z #9 6.320 Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 file amd64 1:5.41-3ubuntu0.1 [21.5 kB] 2024-08-20T21:34:47.3677423Z #9 6.378 Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.2 [76.9 kB] 2024-08-20T21:34:47.3678751Z #9 6.379 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB] 2024-08-20T21:34:47.3680117Z #9 6.381 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] 2024-08-20T21:34:47.3681598Z #9 6.451 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libuv1 amd64 1.43.0-1ubuntu0.1 [92.7 kB] 2024-08-20T21:34:47.5120160Z #9 6.452 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B] 2024-08-20T21:34:47.5121496Z #9 6.452 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB] 2024-08-20T21:34:47.5122750Z #9 6.452 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB] 2024-08-20T21:34:47.5124346Z #9 6.453 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB] 2024-08-20T21:34:47.5125748Z #9 6.454 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB] 2024-08-20T21:34:47.5127241Z #9 6.523 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB] 2024-08-20T21:34:47.5128520Z #9 6.523 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wget amd64 1.21.2-2ubuntu1.1 [339 kB] 2024-08-20T21:34:47.5129788Z #9 6.526 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB] 2024-08-20T21:34:47.5131099Z #9 6.527 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 apt-transport-https all 2.4.12 [1510 B] 2024-08-20T21:34:47.5132421Z #9 6.595 Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 asciidoc-common all 10.1.2-1 [105 kB] 2024-08-20T21:34:47.6564537Z #9 6.596 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 xml-core all 0.18+nmu1 [21.6 kB] 2024-08-20T21:34:47.6565831Z #9 6.596 Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 docbook-xsl all 1.79.2+dfsg-1 [1063 kB] 2024-08-20T21:34:47.6567235Z #9 6.605 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2-utils amd64 2.9.13+dfsg-1ubuntu0.4 [40.2 kB] 2024-08-20T21:34:47.6568700Z #9 6.606 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.22.04.1 [164 kB] 2024-08-20T21:34:47.6570222Z #9 6.607 Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 xsltproc amd64 1.1.34-4ubuntu0.22.04.1 [14.7 kB] 2024-08-20T21:34:47.6571696Z #9 6.668 Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 asciidoc-base all 10.1.2-1 [82.8 kB] 2024-08-20T21:34:47.6572917Z #9 6.668 Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 asciidoc all 10.1.2-1 [3694 B] 2024-08-20T21:34:47.6574439Z #9 6.668 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsigsegv2 amd64 2.13-1ubuntu3 [14.6 kB] 2024-08-20T21:34:47.6575907Z #9 6.669 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 m4 amd64 1.4.18-5ubuntu2 [199 kB] 2024-08-20T21:34:47.6577029Z #9 6.740 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 autoconf all 2.71-2 [338 kB] 2024-08-20T21:34:47.8012196Z #9 6.743 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 autotools-dev all 20220109.1 [44.9 kB] 2024-08-20T21:34:47.8014219Z #9 6.743 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 automake all 1:1.16.5-1.3 [558 kB] 2024-08-20T21:34:47.8015553Z #9 6.748 Get:88 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.6 [222 kB] 2024-08-20T21:34:47.8016945Z #9 6.750 Get:89 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.6 [662 kB] 2024-08-20T21:34:47.8018422Z #9 6.755 Get:90 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.6 [108 kB] 2024-08-20T21:34:47.8019725Z #9 6.812 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.6 [103 kB] 2024-08-20T21:34:47.8021141Z #9 6.813 Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.6 [2326 kB] 2024-08-20T21:34:47.8022532Z #9 6.833 Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.6 [3200 B] 2024-08-20T21:34:47.8023856Z #9 6.833 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.8 [20.3 kB] 2024-08-20T21:34:47.8025189Z #9 6.885 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-118.128 [1342 kB] 2024-08-20T21:34:47.9076791Z #9 6.896 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB] 2024-08-20T21:34:47.9078111Z #9 6.897 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB] 2024-08-20T21:34:47.9079471Z #9 6.897 Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB] 2024-08-20T21:34:47.9080941Z #9 6.899 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB] 2024-08-20T21:34:47.9082250Z #9 6.900 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.8 [2100 kB] 2024-08-20T21:34:47.9083669Z #9 6.966 Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04 [20.2 kB] 2024-08-20T21:34:47.9084996Z #9 6.991 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB] 2024-08-20T21:34:48.0770151Z #9 7.070 Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB] 2024-08-20T21:34:48.0771567Z #9 7.089 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB] 2024-08-20T21:34:48.0773103Z #9 7.089 Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04 [10.0 MB] 2024-08-20T21:34:48.0774390Z #9 7.161 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB] 2024-08-20T21:34:48.2849901Z #9 7.161 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.3.0-1ubuntu1~22.04 [48.3 kB] 2024-08-20T21:34:48.2851344Z #9 7.161 Get:108 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.3.0-1ubuntu1~22.04 [126 kB] 2024-08-20T21:34:48.2852764Z #9 7.162 Get:109 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.3.0-1ubuntu1~22.04 [30.2 kB] 2024-08-20T21:34:48.2854166Z #9 7.163 Get:110 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04 [10.4 kB] 2024-08-20T21:34:48.2855566Z #9 7.163 Get:111 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.4.0-1ubuntu1~22.04 [2282 kB] 2024-08-20T21:34:48.2856950Z #9 7.179 Get:112 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.3.0-1ubuntu1~22.04 [1069 kB] 2024-08-20T21:34:48.2858339Z #9 7.187 Get:113 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.4.0-1ubuntu1~22.04 [2260 kB] 2024-08-20T21:34:48.2859732Z #9 7.203 Get:114 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.3.0-1ubuntu1~22.04 [976 kB] 2024-08-20T21:34:48.2861323Z #9 7.210 Get:115 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.3.0-1ubuntu1~22.04 [154 kB] 2024-08-20T21:34:48.2862860Z #9 7.211 Get:116 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.4.0-1ubuntu1~22.04 [2517 kB] 2024-08-20T21:34:48.2864233Z #9 7.229 Get:117 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.4.0-1ubuntu1~22.04 [20.1 MB] 2024-08-20T21:34:48.2865472Z #9 7.368 Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B] 2024-08-20T21:34:48.3909564Z #9 7.369 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04 [2101 kB] 2024-08-20T21:34:48.3911035Z #9 7.384 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04 [11.4 MB] 2024-08-20T21:34:48.3912325Z #9 7.463 Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B] 2024-08-20T21:34:48.3913494Z #9 7.463 Get:122 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB] 2024-08-20T21:34:48.3914761Z #9 7.464 Get:123 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.3 [237 kB] 2024-08-20T21:34:48.3916022Z #9 7.466 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB] 2024-08-20T21:34:48.3917188Z #9 7.466 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB] 2024-08-20T21:34:48.3918358Z #9 7.467 Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB] 2024-08-20T21:34:48.3919674Z #9 7.468 Get:127 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.3 [922 kB] 2024-08-20T21:34:48.3920963Z #9 7.474 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B] 2024-08-20T21:34:48.4910573Z #9 7.474 Get:129 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libarchive13 amd64 3.6.0-1ubuntu1.1 [369 kB] 2024-08-20T21:34:48.4911938Z #9 7.477 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] 2024-08-20T21:34:48.4913350Z #9 7.480 Get:131 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.2 [20.5 kB] 2024-08-20T21:34:48.4914862Z #9 7.488 Get:132 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.2 [53.8 kB] 2024-08-20T21:34:48.4916534Z #9 7.489 Get:133 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.18+dfsg-0ubuntu0.22.04.2 [183 kB] 2024-08-20T21:34:48.4918014Z #9 7.490 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] 2024-08-20T21:34:48.4919408Z #9 7.491 Get:135 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.3 [186 kB] 2024-08-20T21:34:48.4920868Z #9 7.492 Get:136 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.17 [290 kB] 2024-08-20T21:34:48.4922142Z #9 7.512 Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjsoncpp25 amd64 1.9.5-3 [80.0 kB] 2024-08-20T21:34:48.4923349Z #9 7.513 Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB] 2024-08-20T21:34:48.4924564Z #9 7.514 Get:139 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B] 2024-08-20T21:34:48.4925768Z #9 7.514 Get:140 http://archive.ubuntu.com/ubuntu jammy/main amd64 emacsen-common all 3.0.4 [14.9 kB] 2024-08-20T21:34:48.4927837Z #9 7.514 Get:141 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake-data all 3.22.1-1ubuntu1.22.04.2 [1913 kB] 2024-08-20T21:34:48.4929259Z #9 7.528 Get:142 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake amd64 3.22.1-1ubuntu1.22.04.2 [5010 kB] 2024-08-20T21:34:48.4930591Z #9 7.563 Get:143 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.17 [194 kB] 2024-08-20T21:34:48.4931966Z #9 7.565 Get:144 http://archive.ubuntu.com/ubuntu jammy/main amd64 sgml-data all 2.0.11+nmu1 [171 kB] 2024-08-20T21:34:48.4933121Z #9 7.566 Get:145 http://archive.ubuntu.com/ubuntu jammy/main amd64 docbook-xml all 4.5-11 [74.8 kB] 2024-08-20T21:34:48.4934563Z #9 7.567 Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB] 2024-08-20T21:34:48.4935879Z #9 7.574 Get:147 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB] 2024-08-20T21:34:48.6431301Z #9 7.575 Get:148 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB] 2024-08-20T21:34:48.6432573Z #9 7.577 Get:149 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbabeltrace1 amd64 1.5.8-2build1 [160 kB] 2024-08-20T21:34:48.6434132Z #9 7.578 Get:150 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.17 [284 kB] 2024-08-20T21:34:48.6436094Z #9 7.580 Get:151 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdebuginfod1 amd64 0.186-1build1 [12.7 kB] 2024-08-20T21:34:48.6437544Z #9 7.580 Get:152 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipt2 amd64 2.0.5-1 [46.4 kB] 2024-08-20T21:34:48.6438829Z #9 7.588 Get:153 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10 amd64 3.10.12-1~22.04.5 [1950 kB] 2024-08-20T21:34:48.6441044Z #9 7.602 Get:154 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsource-highlight-common all 3.1.9-4.1build2 [64.5 kB] 2024-08-20T21:34:48.6442477Z #9 7.603 Get:155 http://archive.ubuntu.com/ubuntu jammy/main amd64 libboost-regex1.74.0 amd64 1.74.0-14ubuntu3 [511 kB] 2024-08-20T21:34:48.6444560Z #9 7.607 Get:156 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsource-highlight4v5 amd64 3.1.9-4.1build2 [207 kB] 2024-08-20T21:34:48.6445957Z #9 7.608 Get:157 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gdb amd64 12.1-0ubuntu1~22.04.2 [3920 kB] 2024-08-20T21:34:48.6447347Z #9 7.636 Get:158 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran5 amd64 12.3.0-1ubuntu1~22.04 [879 kB] 2024-08-20T21:34:48.6448820Z #9 7.642 Get:159 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgfortran-11-dev amd64 11.4.0-1ubuntu1~22.04 [842 kB] 2024-08-20T21:34:48.6450299Z #9 7.648 Get:160 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gfortran-11 amd64 11.4.0-1ubuntu1~22.04 [11.2 MB] 2024-08-20T21:34:48.6451615Z #9 7.726 Get:161 http://archive.ubuntu.com/ubuntu jammy/main amd64 gfortran amd64 4:11.2.0-1ubuntu1 [1182 B] 2024-08-20T21:34:48.6453112Z #9 7.726 Get:162 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu2 [123 kB] 2024-08-20T21:34:48.7526721Z #9 7.727 Get:163 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu2 [25.3 kB] 2024-08-20T21:34:48.7528091Z #9 7.728 Get:164 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] 2024-08-20T21:34:48.7529400Z #9 7.728 Get:165 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.11 [955 kB] 2024-08-20T21:34:48.7530730Z #9 7.735 Get:166 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.11 [3165 kB] 2024-08-20T21:34:48.7532007Z #9 7.757 Get:167 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB] 2024-08-20T21:34:48.7533298Z #9 7.758 Get:168 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB] 2024-08-20T21:34:48.7534809Z #9 7.759 Get:169 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB] 2024-08-20T21:34:48.7536102Z #9 7.763 Get:170 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB] 2024-08-20T21:34:48.7537337Z #9 7.763 Get:171 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B] 2024-08-20T21:34:48.7538771Z #9 7.763 Get:172 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB] 2024-08-20T21:34:48.7540039Z #9 7.765 Get:173 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-08-20T21:34:48.7541235Z #9 7.766 Get:174 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-08-20T21:34:48.7542395Z #9 7.767 Get:175 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-08-20T21:34:48.7543583Z #9 7.770 Get:176 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB] 2024-08-20T21:34:48.7544806Z #9 7.781 Get:177 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlb2 amd64 0.3.6-2build1 [67.8 kB] 2024-08-20T21:34:48.7546104Z #9 7.782 Get:178 http://archive.ubuntu.com/ubuntu jammy/main amd64 libappstream4 amd64 0.15.2-2 [192 kB] 2024-08-20T21:34:48.7547324Z #9 7.783 Get:179 http://archive.ubuntu.com/ubuntu jammy/main amd64 libasound2-data all 1.2.6.1-1ubuntu1 [19.1 kB] 2024-08-20T21:34:48.7548931Z #9 7.784 Get:180 http://archive.ubuntu.com/ubuntu jammy/main amd64 libasound2 amd64 1.2.6.1-1ubuntu1 [390 kB] 2024-08-20T21:34:48.7550760Z #9 7.787 Get:181 http://archive.ubuntu.com/ubuntu jammy/main amd64 libasound2-dev amd64 1.2.6.1-1ubuntu1 [110 kB] 2024-08-20T21:34:48.7552609Z #9 7.787 Get:182 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libatlas3-base amd64 3.10.3-12ubuntu1 [3340 kB] 2024-08-20T21:34:48.7554186Z #9 7.811 Get:183 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libatlas-base-dev amd64 3.10.3-12ubuntu1 [3590 kB] 2024-08-20T21:34:48.7555507Z #9 7.836 Get:184 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli-dev amd64 1.0.9-2build6 [337 kB] 2024-08-20T21:34:48.8575898Z #9 7.839 Get:185 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbz2-dev amd64 1.0.8-5build1 [32.5 kB] 2024-08-20T21:34:48.8577293Z #9 7.839 Get:186 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1-dev amd64 2.4.7-1ubuntu0.3 [147 kB] 2024-08-20T21:34:48.8578748Z #9 7.840 Get:187 http://archive.ubuntu.com/ubuntu jammy/main amd64 libogg0 amd64 1.3.5-0ubuntu3 [22.9 kB] 2024-08-20T21:34:48.8580019Z #9 7.840 Get:188 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libflac8 amd64 1.3.3-2ubuntu0.2 [111 kB] 2024-08-20T21:34:48.8581309Z #9 7.841 Get:189 http://archive.ubuntu.com/ubuntu jammy/main amd64 libogg-dev amd64 1.3.5-0ubuntu3 [161 kB] 2024-08-20T21:34:48.8582621Z #9 7.843 Get:190 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libflac-dev amd64 1.3.3-2ubuntu0.2 [162 kB] 2024-08-20T21:34:48.8584205Z #9 7.844 Get:191 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.2 [389 kB] 2024-08-20T21:34:48.8585679Z #9 7.847 Get:192 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB] 2024-08-20T21:34:48.8587232Z #9 7.850 Get:193 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB] 2024-08-20T21:34:48.8588575Z #9 7.861 Get:194 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng-dev amd64 1.6.37-3build5 [192 kB] 2024-08-20T21:34:48.8589936Z #9 7.863 Get:195 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype-dev amd64 2.11.1+dfsg-1ubuntu0.2 [555 kB] 2024-08-20T21:34:48.8591438Z #9 7.867 Get:196 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6-dev amd64 2.11.1+dfsg-1ubuntu0.2 [8290 B] 2024-08-20T21:34:48.8592856Z #9 7.867 Get:197 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 uuid-dev amd64 2.37.2-4ubuntu3.4 [33.1 kB] 2024-08-20T21:34:48.8594439Z #9 7.867 Get:198 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-08-20T21:34:48.8595847Z #9 7.868 Get:199 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig-dev amd64 2.13.1-4.2ubuntu5 [151 kB] 2024-08-20T21:34:48.8597211Z #9 7.869 Get:200 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1-dev amd64 2.13.1-4.2ubuntu5 [1836 B] 2024-08-20T21:34:48.8598568Z #9 7.869 Get:201 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-dev amd64 1.23-1 [117 kB] 2024-08-20T21:34:48.8599968Z #9 7.870 Get:202 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-bin amd64 2.72.4-0ubuntu2.3 [80.8 kB] 2024-08-20T21:34:48.8601278Z #9 7.895 Get:203 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpm2 amd64 1.20.7-10build1 [15.3 kB] 2024-08-20T21:34:48.8602570Z #9 7.941 Get:204 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind8 amd64 1.3.2-2build2.1 [54.5 kB] 2024-08-20T21:34:48.9577683Z #9 7.958 Get:205 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-0 amd64 1.20.3-0ubuntu1 [983 kB] 2024-08-20T21:34:48.9579093Z #9 8.006 Get:206 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjemalloc2 amd64 5.2.1-4ubuntu1 [240 kB] 2024-08-20T21:34:48.9581275Z #9 8.010 Get:207 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB] 2024-08-20T21:34:48.9582619Z #9 8.012 Get:208 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8-dev amd64 2.1.2-0ubuntu1 [257 kB] 2024-08-20T21:34:48.9583879Z #9 8.014 Get:209 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B] 2024-08-20T21:34:48.9585097Z #9 8.014 Get:210 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8-dev amd64 8c-2ubuntu10 [1476 B] 2024-08-20T21:34:48.9586320Z #9 8.014 Get:211 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-dev amd64 8c-2ubuntu10 [1472 B] 2024-08-20T21:34:48.9587617Z #9 8.015 Get:212 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses-dev amd64 6.3-2ubuntu0.1 [381 kB] 2024-08-20T21:34:48.9588998Z #9 8.018 Get:213 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncurses5-dev amd64 6.3-2ubuntu0.1 [790 B] 2024-08-20T21:34:48.9590384Z #9 8.018 Get:214 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libncursesw5-dev amd64 6.3-2ubuntu0.1 [790 B] 2024-08-20T21:34:48.9591683Z #9 8.018 Get:215 http://archive.ubuntu.com/ubuntu jammy/main amd64 libopus0 amd64 1.3.1-0.1build2 [203 kB] 2024-08-20T21:34:48.9592911Z #9 8.030 Get:216 http://archive.ubuntu.com/ubuntu jammy/main amd64 libopus-dev amd64 1.3.1-0.1build2 [252 kB] 2024-08-20T21:34:48.9594183Z #9 8.032 Get:217 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB] 2024-08-20T21:34:48.9595516Z #9 8.032 Get:218 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB] 2024-08-20T21:34:48.9597629Z #9 8.032 Get:219 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpthread-stubs0-dev amd64 0.4-1build2 [5516 B] 2024-08-20T21:34:48.9599713Z #9 8.033 Get:220 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-08-20T21:34:48.9600966Z #9 8.034 Get:221 http://archive.ubuntu.com/ubuntu jammy/main amd64 libvorbis0a amd64 1.3.7-1build2 [99.2 kB] 2024-08-20T21:34:48.9602231Z #9 8.041 Get:222 http://archive.ubuntu.com/ubuntu jammy/main amd64 libvorbisenc2 amd64 1.3.7-1build2 [82.6 kB] 2024-08-20T21:34:49.0603642Z #9 8.042 Get:223 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsndfile1 amd64 1.0.31-2ubuntu0.1 [197 kB] 2024-08-20T21:34:49.0605846Z #9 8.044 Get:224 http://archive.ubuntu.com/ubuntu jammy/main amd64 libvorbisfile3 amd64 1.3.7-1build2 [17.1 kB] 2024-08-20T21:34:49.0607374Z #9 8.044 Get:225 http://archive.ubuntu.com/ubuntu jammy/main amd64 libvorbis-dev amd64 1.3.7-1build2 [347 kB] 2024-08-20T21:34:49.0608752Z #9 8.052 Get:226 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsndfile1-dev amd64 1.0.31-2ubuntu0.1 [509 kB] 2024-08-20T21:34:49.0610076Z #9 8.056 Get:227 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsodium23 amd64 1.0.18-1build2 [164 kB] 2024-08-20T21:34:49.0611410Z #9 8.057 Get:228 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-dev amd64 3.37.2-2ubuntu0.3 [846 kB] 2024-08-20T21:34:49.0612747Z #9 8.064 Get:229 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtcl8.6 amd64 8.6.12+dfsg-1build1 [990 kB] 2024-08-20T21:34:49.0614927Z #9 8.071 Get:230 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender1 amd64 1:0.9.10-1build4 [19.7 kB] 2024-08-20T21:34:49.0616762Z #9 8.071 Get:231 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxft2 amd64 2.3.4-1 [41.8 kB] 2024-08-20T21:34:49.0617965Z #9 8.071 Get:232 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] 2024-08-20T21:34:49.0619182Z #9 8.072 Get:233 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxss1 amd64 1:1.2.3-1build2 [8476 B] 2024-08-20T21:34:49.0620374Z #9 8.072 Get:234 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtk8.6 amd64 8.6.12-1build1 [784 kB] 2024-08-20T21:34:49.0621559Z #9 8.078 Get:235 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtool all 2.4.6-15build2 [164 kB] 2024-08-20T21:34:49.0622773Z #9 8.079 Get:236 http://archive.ubuntu.com/ubuntu jammy/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB] 2024-08-20T21:34:49.0623990Z #9 8.079 Get:237 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-dev all 2021.5-1 [604 kB] 2024-08-20T21:34:49.0625176Z #9 8.087 Get:238 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau-dev amd64 1:1.0.9-1build5 [9724 B] 2024-08-20T21:34:49.0626406Z #9 8.087 Get:239 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-core-dev all 2021.5-1 [2438 B] 2024-08-20T21:34:49.0627662Z #9 8.087 Get:240 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu5 [26.5 kB] 2024-08-20T21:34:49.0628868Z #9 8.088 Get:241 http://archive.ubuntu.com/ubuntu jammy/main amd64 xtrans-dev all 1.4.0-1 [68.9 kB] 2024-08-20T21:34:49.0630043Z #9 8.088 Get:242 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1-dev amd64 1.14-3ubuntu3 [86.5 kB] 2024-08-20T21:34:49.0631351Z #9 8.089 Get:243 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-dev amd64 2:1.7.5-1ubuntu0.3 [744 kB] 2024-08-20T21:34:49.0632661Z #9 8.098 Get:244 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext-dev amd64 2:1.3.4-1build1 [84.7 kB] 2024-08-20T21:34:49.0634167Z #9 8.099 Get:245 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxrender-dev amd64 1:0.9.10-1build4 [26.7 kB] 2024-08-20T21:34:49.0635404Z #9 8.099 Get:246 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxft-dev amd64 2.3.4-1 [52.4 kB] 2024-08-20T21:34:49.0636605Z #9 8.099 Get:247 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxss-dev amd64 1:1.2.3-1build2 [12.3 kB] 2024-08-20T21:34:49.0637926Z #9 8.109 Get:248 http://archive.ubuntu.com/ubuntu jammy/main amd64 polkitd amd64 0.105-33 [80.0 kB] 2024-08-20T21:34:49.0639042Z #9 8.110 Get:249 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkexec amd64 0.105-33 [15.2 kB] 2024-08-20T21:34:49.0640270Z #9 8.110 Get:250 http://archive.ubuntu.com/ubuntu jammy/main amd64 policykit-1 amd64 0.105-33 [2426 B] 2024-08-20T21:34:49.0641489Z #9 8.110 Get:251 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB] 2024-08-20T21:34:49.0642800Z #9 8.111 Get:252 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cffi-backend amd64 1.15.0-1build2 [77.4 kB] 2024-08-20T21:34:49.0644236Z #9 8.111 Get:253 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2.2 [236 kB] 2024-08-20T21:34:49.0645587Z #9 8.121 Get:254 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyparsing all 2.4.7-1 [61.4 kB] 2024-08-20T21:34:49.0646807Z #9 8.121 Get:255 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-httplib2 all 0.20.2-2 [30.4 kB] 2024-08-20T21:34:49.0648059Z #9 8.122 Get:256 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB] 2024-08-20T21:34:49.0649389Z #9 8.122 Get:257 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-zipp all 1.0.0-3ubuntu0.1 [6288 B] 2024-08-20T21:34:49.0650735Z #9 8.132 Get:258 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB] 2024-08-20T21:34:49.0652659Z #9 8.133 Get:259 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jeepney all 0.7.1-3 [36.8 kB] 2024-08-20T21:34:49.0653850Z #9 8.133 Get:260 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB] 2024-08-20T21:34:49.0655064Z #9 8.134 Get:261 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-secretstorage all 3.3.1-1 [13.2 kB] 2024-08-20T21:34:49.0656204Z #9 8.134 Get:262 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-keyring all 23.5.0-1 [35.7 kB] 2024-08-20T21:34:49.0657310Z #9 8.134 Get:263 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB] 2024-08-20T21:34:49.0658423Z #9 8.144 Get:264 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB] 2024-08-20T21:34:49.1619928Z #9 8.144 Get:265 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-distro all 1.7.0-1 [17.0 kB] 2024-08-20T21:34:49.1621305Z #9 8.144 Get:266 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB] 2024-08-20T21:34:49.1622647Z #9 8.145 Get:267 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB] 2024-08-20T21:34:49.1623954Z #9 8.155 Get:268 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB] 2024-08-20T21:34:49.1625267Z #9 8.156 Get:269 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB] 2024-08-20T21:34:49.1626668Z #9 8.157 Get:270 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.9 [28.8 kB] 2024-08-20T21:34:49.1628007Z #9 8.157 Get:271 http://archive.ubuntu.com/ubuntu jammy/main amd64 packagekit amd64 1.2.5-2ubuntu2 [442 kB] 2024-08-20T21:34:49.1629361Z #9 8.161 Get:272 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.9 [14.1 kB] 2024-08-20T21:34:49.1630722Z #9 8.161 Get:273 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl8.6 amd64 8.6.12+dfsg-1build1 [15.0 kB] 2024-08-20T21:34:49.1631802Z #9 8.167 Get:274 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl amd64 8.6.11+1build2 [4678 B] 2024-08-20T21:34:49.1633027Z #9 8.167 Get:275 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl8.6-dev amd64 8.6.12+dfsg-1build1 [1002 kB] 2024-08-20T21:34:49.1634464Z #9 8.174 Get:276 http://archive.ubuntu.com/ubuntu jammy/main amd64 tcl-dev amd64 8.6.11+1build2 [5768 B] 2024-08-20T21:34:49.1635657Z #9 8.174 Get:277 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk8.6 amd64 8.6.12-1build1 [12.8 kB] 2024-08-20T21:34:49.1636843Z #9 8.178 Get:278 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk amd64 8.6.11+1build2 [3058 B] 2024-08-20T21:34:49.1638021Z #9 8.179 Get:279 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk8.6-dev amd64 8.6.12-1build1 [785 kB] 2024-08-20T21:34:49.1639212Z #9 8.185 Get:280 http://archive.ubuntu.com/ubuntu jammy/main amd64 tk-dev amd64 8.6.11+1build2 [2904 B] 2024-08-20T21:34:49.1640538Z #9 8.185 Get:281 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-08-20T21:34:49.1641878Z #9 8.186 Get:282 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-runtime all 2:8.2.3995-1ubuntu2.17 [6827 kB] 2024-08-20T21:34:49.1643259Z #9 8.233 Get:283 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim amd64 2:8.2.3995-1ubuntu2.17 [1734 kB] 2024-08-20T21:34:49.1644593Z #9 8.245 Get:284 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dbg amd64 2.35-0ubuntu3.8 [13.8 MB] 2024-08-20T21:34:49.3758006Z #9 8.340 Get:285 http://archive.ubuntu.com/ubuntu jammy/main amd64 libffi-dev amd64 3.4.2-4 [63.7 kB] 2024-08-20T21:34:49.3759351Z #9 8.341 Get:286 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-dev amd64 0.2.2-1build2 [62.8 kB] 2024-08-20T21:34:49.3760567Z #9 8.459 debconf: delaying package configuration, since apt-utils is not installed 2024-08-20T21:34:49.4865659Z #9 8.478 Fetched 191 MB in 4s (48.0 MB/s) 2024-08-20T21:34:49.4867121Z #9 8.501 Selecting previously unselected package libpython3.10-minimal:amd64. 2024-08-20T21:34:49.4867986Z #9 8.501 (Reading database ... 2024-08-20T21:34:49.4868493Z (Reading database ... 5% 2024-08-20T21:34:49.4868948Z (Reading database ... 10% 2024-08-20T21:34:49.4869272Z (Reading database ... 15% 2024-08-20T21:34:49.4869605Z (Reading database ... 20% 2024-08-20T21:34:49.4869938Z (Reading database ... 25% 2024-08-20T21:34:49.4870257Z (Reading database ... 30% 2024-08-20T21:34:49.4870591Z (Reading database ... 35% 2024-08-20T21:34:49.4870933Z (Reading database ... 40% 2024-08-20T21:34:49.4871248Z (Reading database ... 45% 2024-08-20T21:34:49.4871577Z (Reading database ... 50% 2024-08-20T21:34:49.4871905Z (Reading database ... 55% 2024-08-20T21:34:49.4872223Z (Reading database ... 60% 2024-08-20T21:34:49.4872554Z (Reading database ... 65% 2024-08-20T21:34:49.4872883Z (Reading database ... 70% 2024-08-20T21:34:49.4873195Z (Reading database ... 75% 2024-08-20T21:34:49.4873526Z (Reading database ... 80% 2024-08-20T21:34:49.4873851Z (Reading database ... 85% 2024-08-20T21:34:49.4874171Z (Reading database ... 90% 2024-08-20T21:34:49.4874502Z (Reading database ... 95% 2024-08-20T21:34:49.4874955Z (Reading database ... 100% 2024-08-20T21:34:49.4875443Z (Reading database ... 4393 files and directories currently installed.) 2024-08-20T21:34:49.4876540Z #9 8.504 Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.5_amd64.deb ... 2024-08-20T21:34:49.4877423Z #9 8.508 Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.5) ... 2024-08-20T21:34:49.4878124Z #9 8.570 Selecting previously unselected package libexpat1:amd64. 2024-08-20T21:34:49.5962157Z #9 8.571 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.3_amd64.deb ... 2024-08-20T21:34:49.5963130Z #9 8.577 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.3) ... 2024-08-20T21:34:49.5963851Z #9 8.606 Selecting previously unselected package python3.10-minimal. 2024-08-20T21:34:49.5964720Z #9 8.606 Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.5_amd64.deb ... 2024-08-20T21:34:49.5965520Z #9 8.612 Unpacking python3.10-minimal (3.10.12-1~22.04.5) ... 2024-08-20T21:34:49.5966282Z #9 8.656 Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.5) ... 2024-08-20T21:34:49.5966996Z #9 8.670 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.3) ... 2024-08-20T21:34:49.5967659Z #9 8.679 Setting up python3.10-minimal (3.10.12-1~22.04.5) ... 2024-08-20T21:34:50.1235288Z #9 9.207 Selecting previously unselected package python3-minimal. 2024-08-20T21:34:50.2459979Z #9 9.207 (Reading database ... 2024-08-20T21:34:50.2461062Z (Reading database ... 5% 2024-08-20T21:34:50.2461564Z (Reading database ... 10% 2024-08-20T21:34:50.2461982Z (Reading database ... 15% 2024-08-20T21:34:50.2462312Z (Reading database ... 20% 2024-08-20T21:34:50.2462625Z (Reading database ... 25% 2024-08-20T21:34:50.2462958Z (Reading database ... 30% 2024-08-20T21:34:50.2463284Z (Reading database ... 35% 2024-08-20T21:34:50.2463597Z (Reading database ... 40% 2024-08-20T21:34:50.2463922Z (Reading database ... 45% 2024-08-20T21:34:50.2464247Z (Reading database ... 50% 2024-08-20T21:34:50.2464574Z (Reading database ... 55% 2024-08-20T21:34:50.2464902Z (Reading database ... 60% 2024-08-20T21:34:50.2465225Z (Reading database ... 65% 2024-08-20T21:34:50.2465535Z (Reading database ... 70% 2024-08-20T21:34:50.2465858Z (Reading database ... 75% 2024-08-20T21:34:50.2466181Z (Reading database ... 80% 2024-08-20T21:34:50.2466491Z (Reading database ... 85% 2024-08-20T21:34:50.2466816Z (Reading database ... 90% 2024-08-20T21:34:50.2467151Z (Reading database ... 95% 2024-08-20T21:34:50.2467464Z (Reading database ... 100% 2024-08-20T21:34:50.2467975Z (Reading database ... 4697 files and directories currently installed.) 2024-08-20T21:34:50.2468972Z #9 9.210 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ... 2024-08-20T21:34:50.2469713Z #9 9.213 Unpacking python3-minimal (3.10.6-1~22.04) ... 2024-08-20T21:34:50.2470480Z #9 9.237 Selecting previously unselected package media-types. 2024-08-20T21:34:50.2471179Z #9 9.237 Preparing to unpack .../1-media-types_7.0.0_all.deb ... 2024-08-20T21:34:50.2472135Z #9 9.241 Unpacking media-types (7.0.0) ... 2024-08-20T21:34:50.2472714Z #9 9.269 Selecting previously unselected package libmpdec3:amd64. 2024-08-20T21:34:50.2473507Z #9 9.270 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ... 2024-08-20T21:34:50.2474201Z #9 9.273 Unpacking libmpdec3:amd64 (2.5.1-2build2) ... 2024-08-20T21:34:50.2474888Z #9 9.299 Selecting previously unselected package readline-common. 2024-08-20T21:34:50.2475664Z #9 9.300 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ... 2024-08-20T21:34:50.2476335Z #9 9.302 Unpacking readline-common (8.1.2-1) ... 2024-08-20T21:34:50.2476929Z #9 9.329 Selecting previously unselected package libreadline8:amd64. 2024-08-20T21:34:50.3840594Z #9 9.330 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ... 2024-08-20T21:34:50.3841326Z #9 9.333 Unpacking libreadline8:amd64 (8.1.2-1) ... 2024-08-20T21:34:50.3842034Z #9 9.362 Selecting previously unselected package libsqlite3-0:amd64. 2024-08-20T21:34:50.3842905Z #9 9.363 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.3_amd64.deb ... 2024-08-20T21:34:50.3843687Z #9 9.367 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ... 2024-08-20T21:34:50.3844463Z #9 9.393 Selecting previously unselected package libpython3.10-stdlib:amd64. 2024-08-20T21:34:50.3845395Z #9 9.393 Preparing to unpack .../6-libpython3.10-stdlib_3.10.12-1~22.04.5_amd64.deb ... 2024-08-20T21:34:50.3846258Z #9 9.397 Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.5) ... 2024-08-20T21:34:50.3846936Z #9 9.467 Selecting previously unselected package python3.10. 2024-08-20T21:34:50.5720885Z #9 9.468 Preparing to unpack .../7-python3.10_3.10.12-1~22.04.5_amd64.deb ... 2024-08-20T21:34:50.5721684Z #9 9.472 Unpacking python3.10 (3.10.12-1~22.04.5) ... 2024-08-20T21:34:50.5722406Z #9 9.492 Selecting previously unselected package libpython3-stdlib:amd64. 2024-08-20T21:34:50.5723296Z #9 9.493 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ... 2024-08-20T21:34:50.5724121Z #9 9.496 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ... 2024-08-20T21:34:50.5724793Z #9 9.520 Setting up python3-minimal (3.10.6-1~22.04) ... 2024-08-20T21:34:50.5725359Z #9 9.655 Selecting previously unselected package python3. 2024-08-20T21:34:50.6942933Z #9 9.655 (Reading database ... 2024-08-20T21:34:50.6943633Z (Reading database ... 5% 2024-08-20T21:34:50.6944048Z (Reading database ... 10% 2024-08-20T21:34:50.6944548Z (Reading database ... 15% 2024-08-20T21:34:50.6945452Z (Reading database ... 20% 2024-08-20T21:34:50.6945990Z (Reading database ... 25% 2024-08-20T21:34:50.6946603Z (Reading database ... 30% 2024-08-20T21:34:50.6946934Z (Reading database ... 35% 2024-08-20T21:34:50.6947248Z (Reading database ... 40% 2024-08-20T21:34:50.6947575Z (Reading database ... 45% 2024-08-20T21:34:50.6947902Z (Reading database ... 50% 2024-08-20T21:34:50.6948214Z (Reading database ... 55% 2024-08-20T21:34:50.6948541Z (Reading database ... 60% 2024-08-20T21:34:50.6948869Z (Reading database ... 65% 2024-08-20T21:34:50.6949207Z (Reading database ... 70% 2024-08-20T21:34:50.6949533Z (Reading database ... 75% 2024-08-20T21:34:50.6949859Z (Reading database ... 80% 2024-08-20T21:34:50.6950169Z (Reading database ... 85% 2024-08-20T21:34:50.6950494Z (Reading database ... 90% 2024-08-20T21:34:50.6950818Z (Reading database ... 95% 2024-08-20T21:34:50.6951133Z (Reading database ... 100% 2024-08-20T21:34:50.6951651Z (Reading database ... 5127 files and directories currently installed.) 2024-08-20T21:34:50.6952587Z #9 9.659 Preparing to unpack .../0-python3_3.10.6-1~22.04_amd64.deb ... 2024-08-20T21:34:50.6953236Z #9 9.664 Unpacking python3 (3.10.6-1~22.04) ... 2024-08-20T21:34:50.6953832Z #9 9.690 Selecting previously unselected package libapparmor1:amd64. 2024-08-20T21:34:50.6954676Z #9 9.691 Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.3_amd64.deb ... 2024-08-20T21:34:50.6955440Z #9 9.694 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.3) ... 2024-08-20T21:34:50.6956172Z #9 9.720 Selecting previously unselected package libargon2-1:amd64. 2024-08-20T21:34:50.6957094Z #9 9.720 Preparing to unpack .../2-libargon2-1_0~20171227-0.3_amd64.deb ... 2024-08-20T21:34:50.6957821Z #9 9.724 Unpacking libargon2-1:amd64 (0~20171227-0.3) ... 2024-08-20T21:34:50.6958485Z #9 9.749 Selecting previously unselected package libdevmapper1.02.1:amd64. 2024-08-20T21:34:50.6959440Z #9 9.749 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ... 2024-08-20T21:34:50.6960442Z #9 9.753 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ... 2024-08-20T21:34:50.6961214Z #9 9.778 Selecting previously unselected package libjson-c5:amd64. 2024-08-20T21:34:50.8143482Z #9 9.778 Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.2_amd64.deb ... 2024-08-20T21:34:50.8144494Z #9 9.781 Unpacking libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... 2024-08-20T21:34:50.8145200Z #9 9.806 Selecting previously unselected package libcryptsetup12:amd64. 2024-08-20T21:34:50.8146100Z #9 9.807 Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.2_amd64.deb ... 2024-08-20T21:34:50.8146959Z #9 9.810 Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.2) ... 2024-08-20T21:34:50.8147618Z #9 9.836 Selecting previously unselected package libip4tc2:amd64. 2024-08-20T21:34:50.8148413Z #9 9.837 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5.2_amd64.deb ... 2024-08-20T21:34:50.8149153Z #9 9.840 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... 2024-08-20T21:34:50.8149784Z #9 9.864 Selecting previously unselected package libkmod2:amd64. 2024-08-20T21:34:50.8150534Z #9 9.864 Preparing to unpack .../7-libkmod2_29-1ubuntu1_amd64.deb ... 2024-08-20T21:34:50.8151209Z #9 9.867 Unpacking libkmod2:amd64 (29-1ubuntu1) ... 2024-08-20T21:34:50.8151769Z #9 9.898 Selecting previously unselected package systemd. 2024-08-20T21:34:50.9462491Z #9 9.899 Preparing to unpack .../8-systemd_249.11-0ubuntu3.12_amd64.deb ... 2024-08-20T21:34:50.9463279Z #9 9.913 Unpacking systemd (249.11-0ubuntu3.12) ... 2024-08-20T21:34:50.9463933Z #9 10.03 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.3) ... 2024-08-20T21:34:51.0597794Z #9 10.04 Setting up libargon2-1:amd64 (0~20171227-0.3) ... 2024-08-20T21:34:51.0598749Z #9 10.05 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ... 2024-08-20T21:34:51.0599534Z #9 10.06 Setting up libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ... 2024-08-20T21:34:51.0600368Z #9 10.07 Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.2) ... 2024-08-20T21:34:51.0601052Z #9 10.08 Setting up libip4tc2:amd64 (1.8.7-1ubuntu5.2) ... 2024-08-20T21:34:51.0601888Z #9 10.09 Setting up libkmod2:amd64 (29-1ubuntu1) ... 2024-08-20T21:34:51.0602488Z #9 10.10 Setting up systemd (249.11-0ubuntu3.12) ... 2024-08-20T21:34:51.0603964Z #9 10.14 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 2024-08-20T21:34:51.2246932Z #9 10.15 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 2024-08-20T21:34:51.2251818Z #9 10.15 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. 2024-08-20T21:34:51.2254249Z #9 10.15 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. 2024-08-20T21:34:51.2255571Z #9 10.15 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy 2024-08-20T21:34:51.2256877Z #9 10.16 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 2024-08-20T21:34:51.2257918Z #9 10.16 Initializing machine ID from random generator. 2024-08-20T21:34:51.3261213Z #9 10.41 Selecting previously unselected package systemd-sysv. 2024-08-20T21:34:51.4291443Z #9 10.41 (Reading database ... 2024-08-20T21:34:51.4291901Z (Reading database ... 5% 2024-08-20T21:34:51.4292317Z (Reading database ... 10% 2024-08-20T21:34:51.4292676Z (Reading database ... 15% 2024-08-20T21:34:51.4292995Z (Reading database ... 20% 2024-08-20T21:34:51.4294063Z (Reading database ... 25% 2024-08-20T21:34:51.4294411Z (Reading database ... 30% 2024-08-20T21:34:51.4294723Z (Reading database ... 35% 2024-08-20T21:34:51.4295049Z (Reading database ... 40% 2024-08-20T21:34:51.4295374Z (Reading database ... 45% 2024-08-20T21:34:51.4295687Z (Reading database ... 50% 2024-08-20T21:34:51.4296012Z (Reading database ... 55% 2024-08-20T21:34:51.4296336Z (Reading database ... 60% 2024-08-20T21:34:51.4296659Z (Reading database ... 65% 2024-08-20T21:34:51.4296982Z (Reading database ... 70% 2024-08-20T21:34:51.4297292Z (Reading database ... 75% 2024-08-20T21:34:51.4297616Z (Reading database ... 80% 2024-08-20T21:34:51.4297938Z (Reading database ... 85% 2024-08-20T21:34:51.4298248Z (Reading database ... 90% 2024-08-20T21:34:51.4298570Z (Reading database ... 95% 2024-08-20T21:34:51.4298895Z (Reading database ... 100% 2024-08-20T21:34:51.4299393Z (Reading database ... 5966 files and directories currently installed.) 2024-08-20T21:34:51.4300381Z #9 10.41 Preparing to unpack .../000-systemd-sysv_249.11-0ubuntu3.12_amd64.deb ... 2024-08-20T21:34:51.4301166Z #9 10.42 Unpacking systemd-sysv (249.11-0ubuntu3.12) ... 2024-08-20T21:34:51.4301736Z #9 10.45 Selecting previously unselected package ucf. 2024-08-20T21:34:51.4302362Z #9 10.45 Preparing to unpack .../001-ucf_3.0043_all.deb ... 2024-08-20T21:34:51.4302863Z #9 10.45 Moving old data out of the way 2024-08-20T21:34:51.4303271Z #9 10.45 Unpacking ucf (3.0043) ... 2024-08-20T21:34:51.4303898Z #9 10.48 Selecting previously unselected package libdebuginfod-common. 2024-08-20T21:34:51.4304776Z #9 10.48 Preparing to unpack .../002-libdebuginfod-common_0.186-1build1_all.deb ... 2024-08-20T21:34:51.4305575Z #9 10.49 Unpacking libdebuginfod-common (0.186-1build1) ... 2024-08-20T21:34:51.4306290Z #9 10.51 Selecting previously unselected package perl-modules-5.34. 2024-08-20T21:34:51.4307150Z #9 10.51 Preparing to unpack .../003-perl-modules-5.34_5.34.0-3ubuntu1.3_all.deb ... 2024-08-20T21:34:51.4307953Z #9 10.51 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.3) ... 2024-08-20T21:34:51.6076254Z #9 10.69 Selecting previously unselected package libgdbm6:amd64. 2024-08-20T21:34:51.8379718Z #9 10.69 Preparing to unpack .../004-libgdbm6_1.23-1_amd64.deb ... 2024-08-20T21:34:51.8381772Z #9 10.70 Unpacking libgdbm6:amd64 (1.23-1) ... 2024-08-20T21:34:51.8383808Z #9 10.72 Selecting previously unselected package libgdbm-compat4:amd64. 2024-08-20T21:34:51.8385720Z #9 10.72 Preparing to unpack .../005-libgdbm-compat4_1.23-1_amd64.deb ... 2024-08-20T21:34:51.8386664Z #9 10.73 Unpacking libgdbm-compat4:amd64 (1.23-1) ... 2024-08-20T21:34:51.8387290Z #9 10.77 Selecting previously unselected package libperl5.34:amd64. 2024-08-20T21:34:51.8388126Z #9 10.77 Preparing to unpack .../006-libperl5.34_5.34.0-3ubuntu1.3_amd64.deb ... 2024-08-20T21:34:51.8388893Z #9 10.77 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.3) ... 2024-08-20T21:34:51.8753876Z #9 10.96 Selecting previously unselected package perl. 2024-08-20T21:34:51.9758068Z #9 10.96 Preparing to unpack .../007-perl_5.34.0-3ubuntu1.3_amd64.deb ... 2024-08-20T21:34:51.9758906Z #9 10.98 Unpacking perl (5.34.0-3ubuntu1.3) ... 2024-08-20T21:34:51.9759521Z #9 11.01 Selecting previously unselected package sgml-base. 2024-08-20T21:34:51.9760304Z #9 11.02 Preparing to unpack .../008-sgml-base_1.30_all.deb ... 2024-08-20T21:34:51.9760898Z #9 11.02 Unpacking sgml-base (1.30) ... 2024-08-20T21:34:51.9761389Z #9 11.05 Selecting previously unselected package openssl. 2024-08-20T21:34:51.9762163Z #9 11.06 Preparing to unpack .../009-openssl_3.0.2-0ubuntu1.17_amd64.deb ... 2024-08-20T21:34:51.9762858Z #9 11.06 Unpacking openssl (3.0.2-0ubuntu1.17) ... 2024-08-20T21:34:52.0824566Z #9 11.11 Selecting previously unselected package ca-certificates. 2024-08-20T21:34:52.0825495Z #9 11.11 Preparing to unpack .../010-ca-certificates_20230311ubuntu0.22.04.1_all.deb ... 2024-08-20T21:34:52.0826353Z #9 11.12 Unpacking ca-certificates (20230311ubuntu0.22.04.1) ... 2024-08-20T21:34:52.0827105Z #9 11.17 Selecting previously unselected package libdbus-1-3:amd64. 2024-08-20T21:34:52.1971969Z #9 11.17 Preparing to unpack .../011-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ... 2024-08-20T21:34:52.1972816Z #9 11.17 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... 2024-08-20T21:34:52.1973420Z #9 11.21 Selecting previously unselected package dbus. 2024-08-20T21:34:52.1974158Z #9 11.21 Preparing to unpack .../012-dbus_1.12.20-2ubuntu4.1_amd64.deb ... 2024-08-20T21:34:52.1974820Z #9 11.22 Unpacking dbus (1.12.20-2ubuntu4.1) ... 2024-08-20T21:34:52.1975492Z #9 11.24 Selecting previously unselected package distro-info-data. 2024-08-20T21:34:52.1976315Z #9 11.25 Preparing to unpack .../013-distro-info-data_0.52ubuntu0.7_all.deb ... 2024-08-20T21:34:52.1977052Z #9 11.25 Unpacking distro-info-data (0.52ubuntu0.7) ... 2024-08-20T21:34:52.1977758Z #9 11.28 Selecting previously unselected package libglib2.0-0:amd64. 2024-08-20T21:34:52.3002598Z #9 11.28 Preparing to unpack .../014-libglib2.0-0_2.72.4-0ubuntu2.3_amd64.deb ... 2024-08-20T21:34:52.3003489Z #9 11.29 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.3) ... 2024-08-20T21:34:52.3004294Z #9 11.33 Selecting previously unselected package libgirepository-1.0-1:amd64. 2024-08-20T21:34:52.3005208Z #9 11.33 Preparing to unpack .../015-libgirepository-1.0-1_1.72.0-1_amd64.deb ... 2024-08-20T21:34:52.3006286Z #9 11.33 Unpacking libgirepository-1.0-1:amd64 (1.72.0-1) ... 2024-08-20T21:34:52.3007030Z #9 11.35 Selecting previously unselected package gir1.2-glib-2.0:amd64. 2024-08-20T21:34:52.3007881Z #9 11.36 Preparing to unpack .../016-gir1.2-glib-2.0_1.72.0-1_amd64.deb ... 2024-08-20T21:34:52.3008593Z #9 11.36 Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1) ... 2024-08-20T21:34:52.3009226Z #9 11.38 Selecting previously unselected package iso-codes. 2024-08-20T21:34:52.4095088Z #9 11.38 Preparing to unpack .../017-iso-codes_4.9.0-1_all.deb ... 2024-08-20T21:34:52.4095810Z #9 11.39 Unpacking iso-codes (4.9.0-1) ... 2024-08-20T21:34:52.4096365Z #9 11.49 Selecting previously unselected package libmd0:amd64. 2024-08-20T21:34:52.5302129Z #9 11.49 Preparing to unpack .../018-libmd0_1.0.4-1build1_amd64.deb ... 2024-08-20T21:34:52.5303078Z #9 11.50 Unpacking libmd0:amd64 (1.0.4-1build1) ... 2024-08-20T21:34:52.5303655Z #9 11.53 Selecting previously unselected package libbsd0:amd64. 2024-08-20T21:34:52.5304392Z #9 11.53 Preparing to unpack .../019-libbsd0_0.11.5-1_amd64.deb ... 2024-08-20T21:34:52.5305027Z #9 11.53 Unpacking libbsd0:amd64 (0.11.5-1) ... 2024-08-20T21:34:52.5305894Z #9 11.55 Selecting previously unselected package libcap2-bin. 2024-08-20T21:34:52.5306739Z #9 11.55 Preparing to unpack .../020-libcap2-bin_1%3a2.44-1ubuntu0.22.04.1_amd64.deb ... 2024-08-20T21:34:52.5307554Z #9 11.56 Unpacking libcap2-bin (1:2.44-1ubuntu0.22.04.1) ... 2024-08-20T21:34:52.5308176Z #9 11.58 Selecting previously unselected package libelf1:amd64. 2024-08-20T21:34:52.5308921Z #9 11.59 Preparing to unpack .../021-libelf1_0.186-1build1_amd64.deb ... 2024-08-20T21:34:52.5309605Z #9 11.59 Unpacking libelf1:amd64 (0.186-1build1) ... 2024-08-20T21:34:52.5310280Z #9 11.61 Selecting previously unselected package libglib2.0-data. 2024-08-20T21:34:52.6838902Z #9 11.61 Preparing to unpack .../022-libglib2.0-data_2.72.4-0ubuntu2.3_all.deb ... 2024-08-20T21:34:52.6839827Z #9 11.62 Unpacking libglib2.0-data (2.72.4-0ubuntu2.3) ... 2024-08-20T21:34:52.6840462Z #9 11.64 Selecting previously unselected package libicu70:amd64. 2024-08-20T21:34:52.6841214Z #9 11.64 Preparing to unpack .../023-libicu70_70.1-2_amd64.deb ... 2024-08-20T21:34:52.6841850Z #9 11.65 Unpacking libicu70:amd64 (70.1-2) ... 2024-08-20T21:34:52.6842524Z #9 11.77 Selecting previously unselected package libpam-systemd:amd64. 2024-08-20T21:34:52.7931709Z #9 11.77 Preparing to unpack .../024-libpam-systemd_249.11-0ubuntu3.12_amd64.deb ... 2024-08-20T21:34:52.7932588Z #9 11.77 Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.12) ... 2024-08-20T21:34:52.7933253Z #9 11.80 Selecting previously unselected package libxml2:amd64. 2024-08-20T21:34:52.7934268Z #9 11.80 Preparing to unpack .../025-libxml2_2.9.13+dfsg-1ubuntu0.4_amd64.deb ... 2024-08-20T21:34:52.7935247Z #9 11.81 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.4) ... 2024-08-20T21:34:52.7935987Z #9 11.85 Selecting previously unselected package libyaml-0-2:amd64. 2024-08-20T21:34:52.7936790Z #9 11.85 Preparing to unpack .../026-libyaml-0-2_0.2.2-1build2_amd64.deb ... 2024-08-20T21:34:52.7937514Z #9 11.85 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ... 2024-08-20T21:34:52.7938161Z #9 11.88 Selecting previously unselected package lsb-release. 2024-08-20T21:34:52.9124265Z #9 11.88 Preparing to unpack .../027-lsb-release_11.1.0ubuntu4_all.deb ... 2024-08-20T21:34:52.9125017Z #9 11.88 Unpacking lsb-release (11.1.0ubuntu4) ... 2024-08-20T21:34:52.9125697Z #9 11.90 Selecting previously unselected package python-apt-common. 2024-08-20T21:34:52.9126535Z #9 11.90 Preparing to unpack .../028-python-apt-common_2.4.0ubuntu3_all.deb ... 2024-08-20T21:34:52.9127282Z #9 11.91 Unpacking python-apt-common (2.4.0ubuntu3) ... 2024-08-20T21:34:52.9127954Z #9 11.93 Selecting previously unselected package python3-apt. 2024-08-20T21:34:52.9128725Z #9 11.93 Preparing to unpack .../029-python3-apt_2.4.0ubuntu3_amd64.deb ... 2024-08-20T21:34:52.9129412Z #9 11.93 Unpacking python3-apt (2.4.0ubuntu3) ... 2024-08-20T21:34:52.9130053Z #9 11.96 Selecting previously unselected package python3-dbus. 2024-08-20T21:34:52.9130838Z #9 11.97 Preparing to unpack .../030-python3-dbus_1.2.18-3build1_amd64.deb ... 2024-08-20T21:34:52.9131573Z #9 11.97 Unpacking python3-dbus (1.2.18-3build1) ... 2024-08-20T21:34:52.9132217Z #9 12.00 Selecting previously unselected package python3-gi. 2024-08-20T21:34:53.0403685Z #9 12.00 Preparing to unpack .../031-python3-gi_3.42.1-0ubuntu1_amd64.deb ... 2024-08-20T21:34:53.0404456Z #9 12.00 Unpacking python3-gi (3.42.1-0ubuntu1) ... 2024-08-20T21:34:53.0405167Z #9 12.03 Selecting previously unselected package python3-pkg-resources. 2024-08-20T21:34:53.0406142Z #9 12.03 Preparing to unpack .../032-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ... 2024-08-20T21:34:53.0407110Z #9 12.03 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... 2024-08-20T21:34:53.0407765Z #9 12.07 Selecting previously unselected package sudo. 2024-08-20T21:34:53.0408469Z #9 12.07 Preparing to unpack .../033-sudo_1.9.9-1ubuntu2.4_amd64.deb ... 2024-08-20T21:34:53.0409129Z #9 12.07 Unpacking sudo (1.9.9-1ubuntu2.4) ... 2024-08-20T21:34:53.0409822Z #9 12.12 Selecting previously unselected package tzdata. 2024-08-20T21:34:53.1946191Z #9 12.12 Preparing to unpack .../034-tzdata_2024a-0ubuntu0.22.04.1_all.deb ... 2024-08-20T21:34:53.1948495Z #9 12.13 Unpacking tzdata (2024a-0ubuntu0.22.04.1) ... 2024-08-20T21:34:53.2118535Z #9 12.30 Selecting previously unselected package xxd. 2024-08-20T21:34:53.3261553Z #9 12.30 Preparing to unpack .../035-xxd_2%3a8.2.3995-1ubuntu2.17_amd64.deb ... 2024-08-20T21:34:53.3262334Z #9 12.30 Unpacking xxd (2:8.2.3995-1ubuntu2.17) ... 2024-08-20T21:34:53.3262981Z #9 12.33 Selecting previously unselected package vim-common. 2024-08-20T21:34:53.3263824Z #9 12.33 Preparing to unpack .../036-vim-common_2%3a8.2.3995-1ubuntu2.17_all.deb ... 2024-08-20T21:34:53.3264595Z #9 12.34 Unpacking vim-common (2:8.2.3995-1ubuntu2.17) ... 2024-08-20T21:34:53.3265274Z #9 12.36 Selecting previously unselected package libmagic-mgc. 2024-08-20T21:34:53.3266092Z #9 12.36 Preparing to unpack .../037-libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb ... 2024-08-20T21:34:53.3266835Z #9 12.37 Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) ... 2024-08-20T21:34:53.3267460Z #9 12.41 Selecting previously unselected package libmagic1:amd64. 2024-08-20T21:34:53.4465534Z #9 12.41 Preparing to unpack .../038-libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb ... 2024-08-20T21:34:53.4466393Z #9 12.41 Unpacking libmagic1:amd64 (1:5.41-3ubuntu0.1) ... 2024-08-20T21:34:53.4466961Z #9 12.44 Selecting previously unselected package file. 2024-08-20T21:34:53.4467701Z #9 12.44 Preparing to unpack .../039-file_1%3a5.41-3ubuntu0.1_amd64.deb ... 2024-08-20T21:34:53.4468373Z #9 12.44 Unpacking file (1:5.41-3ubuntu0.1) ... 2024-08-20T21:34:53.4469235Z #9 12.47 Selecting previously unselected package libnghttp2-14:amd64. 2024-08-20T21:34:53.4470110Z #9 12.47 Preparing to unpack .../040-libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb ... 2024-08-20T21:34:53.4470906Z #9 12.47 Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... 2024-08-20T21:34:53.4471638Z #9 12.50 Selecting previously unselected package libpng16-16:amd64. 2024-08-20T21:34:53.4472434Z #9 12.50 Preparing to unpack .../041-libpng16-16_1.6.37-3build5_amd64.deb ... 2024-08-20T21:34:53.4473170Z #9 12.50 Unpacking libpng16-16:amd64 (1.6.37-3build5) ... 2024-08-20T21:34:53.4473779Z #9 12.53 Selecting previously unselected package libpsl5:amd64. 2024-08-20T21:34:53.5694013Z #9 12.53 Preparing to unpack .../042-libpsl5_0.21.0-1.2build2_amd64.deb ... 2024-08-20T21:34:53.5694790Z #9 12.53 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... 2024-08-20T21:34:53.5695400Z #9 12.56 Selecting previously unselected package libuv1:amd64. 2024-08-20T21:34:53.5696178Z #9 12.56 Preparing to unpack .../043-libuv1_1.43.0-1ubuntu0.1_amd64.deb ... 2024-08-20T21:34:53.5696894Z #9 12.57 Unpacking libuv1:amd64 (1.43.0-1ubuntu0.1) ... 2024-08-20T21:34:53.5697491Z #9 12.59 Selecting previously unselected package libxau6:amd64. 2024-08-20T21:34:53.5698269Z #9 12.59 Preparing to unpack .../044-libxau6_1%3a1.0.9-1build5_amd64.deb ... 2024-08-20T21:34:53.5698965Z #9 12.60 Unpacking libxau6:amd64 (1:1.0.9-1build5) ... 2024-08-20T21:34:53.5699578Z #9 12.62 Selecting previously unselected package libxdmcp6:amd64. 2024-08-20T21:34:53.5700395Z #9 12.62 Preparing to unpack .../045-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ... 2024-08-20T21:34:53.5701132Z #9 12.63 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... 2024-08-20T21:34:53.5701750Z #9 12.65 Selecting previously unselected package libxcb1:amd64. 2024-08-20T21:34:53.6867861Z #9 12.65 Preparing to unpack .../046-libxcb1_1.14-3ubuntu3_amd64.deb ... 2024-08-20T21:34:53.6868595Z #9 12.66 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:34:53.6869282Z #9 12.68 Selecting previously unselected package libx11-data. 2024-08-20T21:34:53.6870101Z #9 12.68 Preparing to unpack .../047-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ... 2024-08-20T21:34:53.6870861Z #9 12.69 Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ... 2024-08-20T21:34:53.6871528Z #9 12.73 Selecting previously unselected package libx11-6:amd64. 2024-08-20T21:34:53.6872343Z #9 12.74 Preparing to unpack .../048-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ... 2024-08-20T21:34:53.6873406Z #9 12.74 Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... 2024-08-20T21:34:53.6874012Z #9 12.77 Selecting previously unselected package libxext6:amd64. 2024-08-20T21:34:53.8018907Z #9 12.77 Preparing to unpack .../049-libxext6_2%3a1.3.4-1build1_amd64.deb ... 2024-08-20T21:34:53.8019702Z #9 12.77 Unpacking libxext6:amd64 (2:1.3.4-1build1) ... 2024-08-20T21:34:53.8020270Z #9 12.80 Selecting previously unselected package wget. 2024-08-20T21:34:53.8020988Z #9 12.80 Preparing to unpack .../050-wget_1.21.2-2ubuntu1.1_amd64.deb ... 2024-08-20T21:34:53.8021681Z #9 12.80 Unpacking wget (1.21.2-2ubuntu1.1) ... 2024-08-20T21:34:53.8022290Z #9 12.83 Selecting previously unselected package xz-utils. 2024-08-20T21:34:53.8023028Z #9 12.83 Preparing to unpack .../051-xz-utils_5.2.5-2ubuntu1_amd64.deb ... 2024-08-20T21:34:53.8023709Z #9 12.83 Unpacking xz-utils (5.2.5-2ubuntu1) ... 2024-08-20T21:34:53.8024395Z #9 12.85 Selecting previously unselected package apt-transport-https. 2024-08-20T21:34:53.8025221Z #9 12.85 Preparing to unpack .../052-apt-transport-https_2.4.12_all.deb ... 2024-08-20T21:34:53.8025939Z #9 12.86 Unpacking apt-transport-https (2.4.12) ... 2024-08-20T21:34:53.8026617Z #9 12.89 Selecting previously unselected package asciidoc-common. 2024-08-20T21:34:53.9346783Z #9 12.89 Preparing to unpack .../053-asciidoc-common_10.1.2-1_all.deb ... 2024-08-20T21:34:53.9347518Z #9 12.98 Unpacking asciidoc-common (10.1.2-1) ... 2024-08-20T21:34:53.9348154Z #9 13.02 Selecting previously unselected package xml-core. 2024-08-20T21:34:54.1175543Z #9 13.02 Preparing to unpack .../054-xml-core_0.18+nmu1_all.deb ... 2024-08-20T21:34:54.1176377Z #9 13.02 Unpacking xml-core (0.18+nmu1) ... 2024-08-20T21:34:54.1177108Z #9 13.06 Selecting previously unselected package docbook-xsl. 2024-08-20T21:34:54.1178152Z #9 13.06 Preparing to unpack .../055-docbook-xsl_1.79.2+dfsg-1_all.deb ... 2024-08-20T21:34:54.1178945Z #9 13.06 Unpacking docbook-xsl (1.79.2+dfsg-1) ... 2024-08-20T21:34:54.1179663Z #9 13.20 Selecting previously unselected package libxml2-utils. 2024-08-20T21:34:54.2189272Z #9 13.20 Preparing to unpack .../056-libxml2-utils_2.9.13+dfsg-1ubuntu0.4_amd64.deb ... 2024-08-20T21:34:54.2190255Z #9 13.21 Unpacking libxml2-utils (2.9.13+dfsg-1ubuntu0.4) ... 2024-08-20T21:34:54.2190987Z #9 13.23 Selecting previously unselected package libxslt1.1:amd64. 2024-08-20T21:34:54.2192168Z #9 13.24 Preparing to unpack .../057-libxslt1.1_1.1.34-4ubuntu0.22.04.1_amd64.deb ... 2024-08-20T21:34:54.2193096Z #9 13.24 Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.1) ... 2024-08-20T21:34:54.2193902Z #9 13.26 Selecting previously unselected package xsltproc. 2024-08-20T21:34:54.2195074Z #9 13.27 Preparing to unpack .../058-xsltproc_1.1.34-4ubuntu0.22.04.1_amd64.deb ... 2024-08-20T21:34:54.2207039Z #9 13.27 Unpacking xsltproc (1.1.34-4ubuntu0.22.04.1) ... 2024-08-20T21:34:54.2207873Z #9 13.30 Selecting previously unselected package asciidoc-base. 2024-08-20T21:34:54.3608743Z #9 13.30 Preparing to unpack .../059-asciidoc-base_10.1.2-1_all.deb ... 2024-08-20T21:34:54.3609518Z #9 13.31 Unpacking asciidoc-base (10.1.2-1) ... 2024-08-20T21:34:54.3610062Z #9 13.35 Selecting previously unselected package asciidoc. 2024-08-20T21:34:54.3610789Z #9 13.35 Preparing to unpack .../060-asciidoc_10.1.2-1_all.deb ... 2024-08-20T21:34:54.3611401Z #9 13.44 Unpacking asciidoc (10.1.2-1) ... 2024-08-20T21:34:54.4835617Z #9 13.48 Selecting previously unselected package libsigsegv2:amd64. 2024-08-20T21:34:54.4836623Z #9 13.48 Preparing to unpack .../061-libsigsegv2_2.13-1ubuntu3_amd64.deb ... 2024-08-20T21:34:54.4837379Z #9 13.48 Unpacking libsigsegv2:amd64 (2.13-1ubuntu3) ... 2024-08-20T21:34:54.4837945Z #9 13.50 Selecting previously unselected package m4. 2024-08-20T21:34:54.4838641Z #9 13.50 Preparing to unpack .../062-m4_1.4.18-5ubuntu2_amd64.deb ... 2024-08-20T21:34:54.4839259Z #9 13.51 Unpacking m4 (1.4.18-5ubuntu2) ... 2024-08-20T21:34:54.4839881Z #9 13.53 Selecting previously unselected package autoconf. 2024-08-20T21:34:54.4840581Z #9 13.53 Preparing to unpack .../063-autoconf_2.71-2_all.deb ... 2024-08-20T21:34:54.4841367Z #9 13.54 Unpacking autoconf (2.71-2) ... 2024-08-20T21:34:54.4841972Z #9 13.57 Selecting previously unselected package autotools-dev. 2024-08-20T21:34:54.5859397Z #9 13.57 Preparing to unpack .../064-autotools-dev_20220109.1_all.deb ... 2024-08-20T21:34:54.5860142Z #9 13.57 Unpacking autotools-dev (20220109.1) ... 2024-08-20T21:34:54.5860704Z #9 13.60 Selecting previously unselected package automake. 2024-08-20T21:34:54.5861446Z #9 13.60 Preparing to unpack .../065-automake_1%3a1.16.5-1.3_all.deb ... 2024-08-20T21:34:54.5862122Z #9 13.60 Unpacking automake (1:1.16.5-1.3) ... 2024-08-20T21:34:54.5862793Z #9 13.64 Selecting previously unselected package binutils-common:amd64. 2024-08-20T21:34:54.5863663Z #9 13.64 Preparing to unpack .../066-binutils-common_2.38-4ubuntu2.6_amd64.deb ... 2024-08-20T21:34:54.5864466Z #9 13.64 Unpacking binutils-common:amd64 (2.38-4ubuntu2.6) ... 2024-08-20T21:34:54.5865121Z #9 13.67 Selecting previously unselected package libbinutils:amd64. 2024-08-20T21:34:54.5865955Z #9 13.67 Preparing to unpack .../067-libbinutils_2.38-4ubuntu2.6_amd64.deb ... 2024-08-20T21:34:54.5866700Z #9 13.67 Unpacking libbinutils:amd64 (2.38-4ubuntu2.6) ... 2024-08-20T21:34:54.7470162Z #9 13.70 Selecting previously unselected package libctf-nobfd0:amd64. 2024-08-20T21:34:54.7471161Z #9 13.70 Preparing to unpack .../068-libctf-nobfd0_2.38-4ubuntu2.6_amd64.deb ... 2024-08-20T21:34:54.7471967Z #9 13.71 Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.6) ... 2024-08-20T21:34:54.7472836Z #9 13.74 Selecting previously unselected package libctf0:amd64. 2024-08-20T21:34:54.7473621Z #9 13.74 Preparing to unpack .../069-libctf0_2.38-4ubuntu2.6_amd64.deb ... 2024-08-20T21:34:54.7474336Z #9 13.74 Unpacking libctf0:amd64 (2.38-4ubuntu2.6) ... 2024-08-20T21:34:54.7475084Z #9 13.76 Selecting previously unselected package binutils-x86-64-linux-gnu. 2024-08-20T21:34:54.7476045Z #9 13.76 Preparing to unpack .../070-binutils-x86-64-linux-gnu_2.38-4ubuntu2.6_amd64.deb ... 2024-08-20T21:34:54.7476939Z #9 13.77 Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.6) ... 2024-08-20T21:34:54.7477585Z #9 13.83 Selecting previously unselected package binutils. 2024-08-20T21:34:54.9176437Z #9 13.83 Preparing to unpack .../071-binutils_2.38-4ubuntu2.6_amd64.deb ... 2024-08-20T21:34:54.9177611Z #9 13.83 Unpacking binutils (2.38-4ubuntu2.6) ... 2024-08-20T21:34:54.9178276Z #9 13.86 Selecting previously unselected package libc-dev-bin. 2024-08-20T21:34:54.9179088Z #9 13.86 Preparing to unpack .../072-libc-dev-bin_2.35-0ubuntu3.8_amd64.deb ... 2024-08-20T21:34:54.9179851Z #9 13.86 Unpacking libc-dev-bin (2.35-0ubuntu3.8) ... 2024-08-20T21:34:54.9180554Z #9 13.88 Selecting previously unselected package linux-libc-dev:amd64. 2024-08-20T21:34:54.9181411Z #9 13.88 Preparing to unpack .../073-linux-libc-dev_5.15.0-118.128_amd64.deb ... 2024-08-20T21:34:54.9182190Z #9 13.89 Unpacking linux-libc-dev:amd64 (5.15.0-118.128) ... 2024-08-20T21:34:54.9182907Z #9 14.00 Selecting previously unselected package libcrypt-dev:amd64. 2024-08-20T21:34:55.0316454Z #9 14.00 Preparing to unpack .../074-libcrypt-dev_1%3a4.4.27-1_amd64.deb ... 2024-08-20T21:34:55.0317242Z #9 14.01 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ... 2024-08-20T21:34:55.0317928Z #9 14.03 Selecting previously unselected package rpcsvc-proto. 2024-08-20T21:34:55.0318743Z #9 14.03 Preparing to unpack .../075-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ... 2024-08-20T21:34:55.0319480Z #9 14.03 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... 2024-08-20T21:34:55.0320329Z #9 14.06 Selecting previously unselected package libtirpc-dev:amd64. 2024-08-20T21:34:55.0321182Z #9 14.06 Preparing to unpack .../076-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ... 2024-08-20T21:34:55.0321969Z #9 14.06 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... 2024-08-20T21:34:55.0322679Z #9 14.09 Selecting previously unselected package libnsl-dev:amd64. 2024-08-20T21:34:55.0323484Z #9 14.09 Preparing to unpack .../077-libnsl-dev_1.3.0-2build2_amd64.deb ... 2024-08-20T21:34:55.0324399Z #9 14.09 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ... 2024-08-20T21:34:55.0325091Z #9 14.11 Selecting previously unselected package libc6-dev:amd64. 2024-08-20T21:34:55.1338825Z #9 14.12 Preparing to unpack .../078-libc6-dev_2.35-0ubuntu3.8_amd64.deb ... 2024-08-20T21:34:55.1339617Z #9 14.12 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.8) ... 2024-08-20T21:34:55.1340333Z #9 14.21 Selecting previously unselected package gcc-11-base:amd64. 2024-08-20T21:34:55.1341192Z #9 14.21 Preparing to unpack .../079-gcc-11-base_11.4.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.1342035Z #9 14.22 Unpacking gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:34:55.2427181Z #9 14.25 Selecting previously unselected package libisl23:amd64. 2024-08-20T21:34:55.2428234Z #9 14.25 Preparing to unpack .../080-libisl23_0.24-2build1_amd64.deb ... 2024-08-20T21:34:55.2428929Z #9 14.25 Unpacking libisl23:amd64 (0.24-2build1) ... 2024-08-20T21:34:55.2429549Z #9 14.28 Selecting previously unselected package libmpfr6:amd64. 2024-08-20T21:34:55.2430365Z #9 14.29 Preparing to unpack .../081-libmpfr6_4.1.0-3build3_amd64.deb ... 2024-08-20T21:34:55.2431060Z #9 14.29 Unpacking libmpfr6:amd64 (4.1.0-3build3) ... 2024-08-20T21:34:55.2431661Z #9 14.33 Selecting previously unselected package libmpc3:amd64. 2024-08-20T21:34:55.3926905Z #9 14.33 Preparing to unpack .../082-libmpc3_1.2.1-2build1_amd64.deb ... 2024-08-20T21:34:55.3927715Z #9 14.33 Unpacking libmpc3:amd64 (1.2.1-2build1) ... 2024-08-20T21:34:55.3928365Z #9 14.35 Selecting previously unselected package cpp-11. 2024-08-20T21:34:55.3929377Z #9 14.35 Preparing to unpack .../083-cpp-11_11.4.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.3930117Z #9 14.36 Unpacking cpp-11 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:34:55.3930647Z #9 14.48 Selecting previously unselected package cpp. 2024-08-20T21:34:55.4930774Z #9 14.48 Preparing to unpack .../084-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ... 2024-08-20T21:34:55.4931496Z #9 14.48 Unpacking cpp (4:11.2.0-1ubuntu1) ... 2024-08-20T21:34:55.4932166Z #9 14.51 Selecting previously unselected package libcc1-0:amd64. 2024-08-20T21:34:55.4932987Z #9 14.51 Preparing to unpack .../085-libcc1-0_12.3.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.4933946Z #9 14.51 Unpacking libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:34:55.4934591Z #9 14.54 Selecting previously unselected package libgomp1:amd64. 2024-08-20T21:34:55.4935404Z #9 14.54 Preparing to unpack .../086-libgomp1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.4936176Z #9 14.54 Unpacking libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:34:55.4936817Z #9 14.57 Selecting previously unselected package libitm1:amd64. 2024-08-20T21:34:55.4937607Z #9 14.57 Preparing to unpack .../087-libitm1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.4938374Z #9 14.58 Unpacking libitm1:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:34:55.6079377Z #9 14.60 Selecting previously unselected package libatomic1:amd64. 2024-08-20T21:34:55.6080646Z #9 14.60 Preparing to unpack .../088-libatomic1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.6081471Z #9 14.61 Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:34:55.6082119Z #9 14.64 Selecting previously unselected package libasan6:amd64. 2024-08-20T21:34:55.6082932Z #9 14.64 Preparing to unpack .../089-libasan6_11.4.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.6083690Z #9 14.64 Unpacking libasan6:amd64 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:34:55.6084329Z #9 14.69 Selecting previously unselected package liblsan0:amd64. 2024-08-20T21:34:55.7090201Z #9 14.69 Preparing to unpack .../090-liblsan0_12.3.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.7091087Z #9 14.70 Unpacking liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:34:55.7091739Z #9 14.73 Selecting previously unselected package libtsan0:amd64. 2024-08-20T21:34:55.7092560Z #9 14.73 Preparing to unpack .../091-libtsan0_11.4.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.7093336Z #9 14.74 Unpacking libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:34:55.7094188Z #9 14.79 Selecting previously unselected package libubsan1:amd64. 2024-08-20T21:34:55.7095017Z #9 14.79 Preparing to unpack .../092-libubsan1_12.3.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.7095804Z #9 14.79 Unpacking libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:34:55.8436309Z #9 14.83 Selecting previously unselected package libquadmath0:amd64. 2024-08-20T21:34:55.8437406Z #9 14.83 Preparing to unpack .../093-libquadmath0_12.3.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.8438264Z #9 14.83 Unpacking libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:34:55.8439039Z #9 14.86 Selecting previously unselected package libgcc-11-dev:amd64. 2024-08-20T21:34:55.8440011Z #9 14.86 Preparing to unpack .../094-libgcc-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.8440865Z #9 14.86 Unpacking libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:34:55.8441556Z #9 14.93 Selecting previously unselected package gcc-11. 2024-08-20T21:34:55.9981730Z #9 14.93 Preparing to unpack .../095-gcc-11_11.4.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:55.9982503Z #9 14.93 Unpacking gcc-11 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:34:56.0304840Z #9 15.11 Selecting previously unselected package gcc. 2024-08-20T21:34:56.1964283Z #9 15.12 Preparing to unpack .../096-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ... 2024-08-20T21:34:56.1965029Z #9 15.12 Unpacking gcc (4:11.2.0-1ubuntu1) ... 2024-08-20T21:34:56.1965731Z #9 15.14 Selecting previously unselected package libstdc++-11-dev:amd64. 2024-08-20T21:34:56.1966858Z #9 15.14 Preparing to unpack .../097-libstdc++-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:56.1967756Z #9 15.15 Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:34:56.1968469Z #9 15.28 Selecting previously unselected package g++-11. 2024-08-20T21:34:56.3127026Z #9 15.28 Preparing to unpack .../098-g++-11_11.4.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:56.3127801Z #9 15.28 Unpacking g++-11 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:34:56.3128362Z #9 15.40 Selecting previously unselected package g++. 2024-08-20T21:34:56.4301605Z #9 15.40 Preparing to unpack .../099-g++_4%3a11.2.0-1ubuntu1_amd64.deb ... 2024-08-20T21:34:56.4302676Z #9 15.40 Unpacking g++ (4:11.2.0-1ubuntu1) ... 2024-08-20T21:34:56.4303206Z #9 15.42 Selecting previously unselected package make. 2024-08-20T21:34:56.4303913Z #9 15.42 Preparing to unpack .../100-make_4.3-4.1build1_amd64.deb ... 2024-08-20T21:34:56.4304532Z #9 15.43 Unpacking make (4.3-4.1build1) ... 2024-08-20T21:34:56.4305170Z #9 15.45 Selecting previously unselected package libdpkg-perl. 2024-08-20T21:34:56.4305969Z #9 15.45 Preparing to unpack .../101-libdpkg-perl_1.21.1ubuntu2.3_all.deb ... 2024-08-20T21:34:56.4306687Z #9 15.45 Unpacking libdpkg-perl (1.21.1ubuntu2.3) ... 2024-08-20T21:34:56.4307248Z #9 15.49 Selecting previously unselected package bzip2. 2024-08-20T21:34:56.4307961Z #9 15.49 Preparing to unpack .../102-bzip2_1.0.8-5build1_amd64.deb ... 2024-08-20T21:34:56.4308597Z #9 15.49 Unpacking bzip2 (1.0.8-5build1) ... 2024-08-20T21:34:56.4309116Z #9 15.51 Selecting previously unselected package patch. 2024-08-20T21:34:56.5524770Z #9 15.51 Preparing to unpack .../103-patch_2.7.6-7build2_amd64.deb ... 2024-08-20T21:34:56.5525528Z #9 15.52 Unpacking patch (2.7.6-7build2) ... 2024-08-20T21:34:56.5526183Z #9 15.54 Selecting previously unselected package lto-disabled-list. 2024-08-20T21:34:56.5526971Z #9 15.54 Preparing to unpack .../104-lto-disabled-list_24_all.deb ... 2024-08-20T21:34:56.5527629Z #9 15.54 Unpacking lto-disabled-list (24) ... 2024-08-20T21:34:56.5528240Z #9 15.57 Selecting previously unselected package dpkg-dev. 2024-08-20T21:34:56.5528995Z #9 15.57 Preparing to unpack .../105-dpkg-dev_1.21.1ubuntu2.3_all.deb ... 2024-08-20T21:34:56.5529678Z #9 15.57 Unpacking dpkg-dev (1.21.1ubuntu2.3) ... 2024-08-20T21:34:56.5530325Z #9 15.60 Selecting previously unselected package build-essential. 2024-08-20T21:34:56.5531146Z #9 15.61 Preparing to unpack .../106-build-essential_12.9ubuntu3_amd64.deb ... 2024-08-20T21:34:56.5532085Z #9 15.61 Unpacking build-essential (12.9ubuntu3) ... 2024-08-20T21:34:56.5532705Z #9 15.64 Selecting previously unselected package libarchive13:amd64. 2024-08-20T21:34:56.6726938Z #9 15.64 Preparing to unpack .../107-libarchive13_3.6.0-1ubuntu1.1_amd64.deb ... 2024-08-20T21:34:56.6727783Z #9 15.64 Unpacking libarchive13:amd64 (3.6.0-1ubuntu1.1) ... 2024-08-20T21:34:56.6728441Z #9 15.67 Selecting previously unselected package libbrotli1:amd64. 2024-08-20T21:34:56.6729253Z #9 15.67 Preparing to unpack .../108-libbrotli1_1.0.9-2build6_amd64.deb ... 2024-08-20T21:34:56.6729998Z #9 15.67 Unpacking libbrotli1:amd64 (1.0.9-2build6) ... 2024-08-20T21:34:56.6730751Z #9 15.70 Selecting previously unselected package libsasl2-modules-db:amd64. 2024-08-20T21:34:56.6731714Z #9 15.70 Preparing to unpack .../109-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... 2024-08-20T21:34:56.6732664Z #9 15.70 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... 2024-08-20T21:34:56.6733478Z #9 15.73 Selecting previously unselected package libsasl2-2:amd64. 2024-08-20T21:34:56.6734524Z #9 15.73 Preparing to unpack .../110-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... 2024-08-20T21:34:56.6735361Z #9 15.73 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... 2024-08-20T21:34:56.6736123Z #9 15.76 Selecting previously unselected package libldap-2.5-0:amd64. 2024-08-20T21:34:56.7763865Z #9 15.76 Preparing to unpack .../111-libldap-2.5-0_2.5.18+dfsg-0ubuntu0.22.04.2_amd64.deb ... 2024-08-20T21:34:56.7765101Z #9 15.76 Unpacking libldap-2.5-0:amd64 (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2024-08-20T21:34:56.7765845Z #9 15.79 Selecting previously unselected package librtmp1:amd64. 2024-08-20T21:34:56.7766850Z #9 15.79 Preparing to unpack .../112-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... 2024-08-20T21:34:56.7767729Z #9 15.79 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... 2024-08-20T21:34:56.7768486Z #9 15.82 Selecting previously unselected package libssh-4:amd64. 2024-08-20T21:34:56.7769303Z #9 15.82 Preparing to unpack .../113-libssh-4_0.9.6-2ubuntu0.22.04.3_amd64.deb ... 2024-08-20T21:34:56.7770254Z #9 15.83 Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... 2024-08-20T21:34:56.7770932Z #9 15.86 Selecting previously unselected package libcurl4:amd64. 2024-08-20T21:34:56.7771733Z #9 15.86 Preparing to unpack .../114-libcurl4_7.81.0-1ubuntu1.17_amd64.deb ... 2024-08-20T21:34:56.7772482Z #9 15.86 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.17) ... 2024-08-20T21:34:56.9003704Z #9 15.89 Selecting previously unselected package libjsoncpp25:amd64. 2024-08-20T21:34:56.9004930Z #9 15.89 Preparing to unpack .../115-libjsoncpp25_1.9.5-3_amd64.deb ... 2024-08-20T21:34:56.9005622Z #9 15.89 Unpacking libjsoncpp25:amd64 (1.9.5-3) ... 2024-08-20T21:34:56.9006213Z #9 15.92 Selecting previously unselected package librhash0:amd64. 2024-08-20T21:34:56.9007010Z #9 15.92 Preparing to unpack .../116-librhash0_1.4.2-1ubuntu1_amd64.deb ... 2024-08-20T21:34:56.9007747Z #9 15.92 Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ... 2024-08-20T21:34:56.9008431Z #9 15.95 Selecting previously unselected package dh-elpa-helper. 2024-08-20T21:34:56.9009216Z #9 15.95 Preparing to unpack .../117-dh-elpa-helper_2.0.9ubuntu1_all.deb ... 2024-08-20T21:34:56.9010134Z #9 15.95 Unpacking dh-elpa-helper (2.0.9ubuntu1) ... 2024-08-20T21:34:56.9010758Z #9 15.98 Selecting previously unselected package emacsen-common. 2024-08-20T21:34:57.1037587Z #9 15.99 Preparing to unpack .../118-emacsen-common_3.0.4_all.deb ... 2024-08-20T21:34:57.1038341Z #9 16.00 Unpacking emacsen-common (3.0.4) ... 2024-08-20T21:34:57.1038979Z #9 16.03 Selecting previously unselected package cmake-data. 2024-08-20T21:34:57.1039871Z #9 16.03 Preparing to unpack .../119-cmake-data_3.22.1-1ubuntu1.22.04.2_all.deb ... 2024-08-20T21:34:57.1040666Z #9 16.04 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.2) ... 2024-08-20T21:34:57.2485757Z #9 16.33 Selecting previously unselected package cmake. 2024-08-20T21:34:57.3686641Z #9 16.33 Preparing to unpack .../120-cmake_3.22.1-1ubuntu1.22.04.2_amd64.deb ... 2024-08-20T21:34:57.3687446Z #9 16.34 Unpacking cmake (3.22.1-1ubuntu1.22.04.2) ... 2024-08-20T21:34:57.3688003Z #9 16.42 Selecting previously unselected package curl. 2024-08-20T21:34:57.3688732Z #9 16.42 Preparing to unpack .../121-curl_7.81.0-1ubuntu1.17_amd64.deb ... 2024-08-20T21:34:57.3689413Z #9 16.42 Unpacking curl (7.81.0-1ubuntu1.17) ... 2024-08-20T21:34:57.3690035Z #9 16.45 Selecting previously unselected package sgml-data. 2024-08-20T21:34:57.4704583Z #9 16.45 Preparing to unpack .../122-sgml-data_2.0.11+nmu1_all.deb ... 2024-08-20T21:34:57.4705741Z #9 16.46 Unpacking sgml-data (2.0.11+nmu1) ... 2024-08-20T21:34:57.4706361Z #9 16.51 Selecting previously unselected package docbook-xml. 2024-08-20T21:34:57.4707097Z #9 16.51 Preparing to unpack .../123-docbook-xml_4.5-11_all.deb ... 2024-08-20T21:34:57.4707722Z #9 16.51 Unpacking docbook-xml (4.5-11) ... 2024-08-20T21:34:57.4708372Z #9 16.55 Selecting previously unselected package fonts-dejavu-core. 2024-08-20T21:34:57.4709197Z #9 16.55 Preparing to unpack .../124-fonts-dejavu-core_2.37-2build1_all.deb ... 2024-08-20T21:34:57.5708476Z #9 16.56 Unpacking fonts-dejavu-core (2.37-2build1) ... 2024-08-20T21:34:57.5709242Z #9 16.65 Selecting previously unselected package fontconfig-config. 2024-08-20T21:34:57.6725222Z #9 16.66 Preparing to unpack .../125-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ... 2024-08-20T21:34:57.6726098Z #9 16.66 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ... 2024-08-20T21:34:57.6726962Z #9 16.69 Selecting previously unselected package libdw1:amd64. 2024-08-20T21:34:57.6727740Z #9 16.69 Preparing to unpack .../126-libdw1_0.186-1build1_amd64.deb ... 2024-08-20T21:34:57.6728406Z #9 16.70 Unpacking libdw1:amd64 (0.186-1build1) ... 2024-08-20T21:34:57.6729038Z #9 16.72 Selecting previously unselected package libbabeltrace1:amd64. 2024-08-20T21:34:57.6729884Z #9 16.72 Preparing to unpack .../127-libbabeltrace1_1.5.8-2build1_amd64.deb ... 2024-08-20T21:34:57.6730646Z #9 16.73 Unpacking libbabeltrace1:amd64 (1.5.8-2build1) ... 2024-08-20T21:34:57.6731381Z #9 16.76 Selecting previously unselected package libcurl3-gnutls:amd64. 2024-08-20T21:34:57.7779542Z #9 16.76 Preparing to unpack .../128-libcurl3-gnutls_7.81.0-1ubuntu1.17_amd64.deb ... 2024-08-20T21:34:57.7780867Z #9 16.76 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.17) ... 2024-08-20T21:34:57.7781583Z #9 16.79 Selecting previously unselected package libdebuginfod1:amd64. 2024-08-20T21:34:57.7782451Z #9 16.79 Preparing to unpack .../129-libdebuginfod1_0.186-1build1_amd64.deb ... 2024-08-20T21:34:57.7783219Z #9 16.80 Unpacking libdebuginfod1:amd64 (0.186-1build1) ... 2024-08-20T21:34:57.7783799Z #9 16.83 Selecting previously unselected package libipt2. 2024-08-20T21:34:57.7784492Z #9 16.83 Preparing to unpack .../130-libipt2_2.0.5-1_amd64.deb ... 2024-08-20T21:34:57.7785090Z #9 16.83 Unpacking libipt2 (2.0.5-1) ... 2024-08-20T21:34:57.7785648Z #9 16.86 Selecting previously unselected package libpython3.10:amd64. 2024-08-20T21:34:57.9109925Z #9 16.86 Preparing to unpack .../131-libpython3.10_3.10.12-1~22.04.5_amd64.deb ... 2024-08-20T21:34:57.9110797Z #9 16.87 Unpacking libpython3.10:amd64 (3.10.12-1~22.04.5) ... 2024-08-20T21:34:57.9111610Z #9 16.91 Selecting previously unselected package libsource-highlight-common. 2024-08-20T21:34:57.9112605Z #9 16.91 Preparing to unpack .../132-libsource-highlight-common_3.1.9-4.1build2_all.deb ... 2024-08-20T21:34:57.9113511Z #9 16.91 Unpacking libsource-highlight-common (3.1.9-4.1build2) ... 2024-08-20T21:34:57.9114366Z #9 16.95 Selecting previously unselected package libboost-regex1.74.0:amd64. 2024-08-20T21:34:57.9115283Z #9 16.96 Preparing to unpack .../133-libboost-regex1.74.0_1.74.0-14ubuntu3_amd64.deb ... 2024-08-20T21:34:57.9116263Z #9 16.96 Unpacking libboost-regex1.74.0:amd64 (1.74.0-14ubuntu3) ... 2024-08-20T21:34:57.9117051Z #9 16.99 Selecting previously unselected package libsource-highlight4v5. 2024-08-20T21:34:58.0129125Z #9 17.00 Preparing to unpack .../134-libsource-highlight4v5_3.1.9-4.1build2_amd64.deb ... 2024-08-20T21:34:58.0130351Z #9 17.00 Unpacking libsource-highlight4v5 (3.1.9-4.1build2) ... 2024-08-20T21:34:58.0130969Z #9 17.02 Selecting previously unselected package gdb. 2024-08-20T21:34:58.0131699Z #9 17.03 Preparing to unpack .../135-gdb_12.1-0ubuntu1~22.04.2_amd64.deb ... 2024-08-20T21:34:58.0132391Z #9 17.03 Unpacking gdb (12.1-0ubuntu1~22.04.2) ... 2024-08-20T21:34:58.0133001Z #9 17.10 Selecting previously unselected package libgfortran5:amd64. 2024-08-20T21:34:58.2087417Z #9 17.10 Preparing to unpack .../136-libgfortran5_12.3.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:58.2088383Z #9 17.10 Unpacking libgfortran5:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:34:58.2089182Z #9 17.13 Selecting previously unselected package libgfortran-11-dev:amd64. 2024-08-20T21:34:58.2090147Z #9 17.13 Preparing to unpack .../137-libgfortran-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:58.2091049Z #9 17.14 Unpacking libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:34:58.2091818Z #9 17.17 Selecting previously unselected package gfortran-11. 2024-08-20T21:34:58.2092629Z #9 17.17 Preparing to unpack .../138-gfortran-11_11.4.0-1ubuntu1~22.04_amd64.deb ... 2024-08-20T21:34:58.2093403Z #9 17.18 Unpacking gfortran-11 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:34:58.2093993Z #9 17.29 Selecting previously unselected package gfortran. 2024-08-20T21:34:58.3271095Z #9 17.29 Preparing to unpack .../139-gfortran_4%3a11.2.0-1ubuntu1_amd64.deb ... 2024-08-20T21:34:58.3272193Z #9 17.30 Unpacking gfortran (4:11.2.0-1ubuntu1) ... 2024-08-20T21:34:58.3272984Z #9 17.33 Selecting previously unselected package libpackagekit-glib2-18:amd64. 2024-08-20T21:34:58.3273964Z #9 17.33 Preparing to unpack .../140-libpackagekit-glib2-18_1.2.5-2ubuntu2_amd64.deb ... 2024-08-20T21:34:58.3274839Z #9 17.33 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ... 2024-08-20T21:34:58.3275671Z #9 17.36 Selecting previously unselected package gir1.2-packagekitglib-1.0. 2024-08-20T21:34:58.3276636Z #9 17.36 Preparing to unpack .../141-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_amd64.deb ... 2024-08-20T21:34:58.3277498Z #9 17.36 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ... 2024-08-20T21:34:58.3278237Z #9 17.38 Selecting previously unselected package liberror-perl. 2024-08-20T21:34:58.3279006Z #9 17.38 Preparing to unpack .../142-liberror-perl_0.17029-1_all.deb ... 2024-08-20T21:34:58.3279666Z #9 17.39 Unpacking liberror-perl (0.17029-1) ... 2024-08-20T21:34:58.3280384Z #9 17.41 Selecting previously unselected package git-man. 2024-08-20T21:34:58.4733445Z #9 17.41 Preparing to unpack .../143-git-man_1%3a2.34.1-1ubuntu1.11_all.deb ... 2024-08-20T21:34:58.4734410Z #9 17.42 Unpacking git-man (1:2.34.1-1ubuntu1.11) ... 2024-08-20T21:34:58.4734956Z #9 17.45 Selecting previously unselected package git. 2024-08-20T21:34:58.4735699Z #9 17.45 Preparing to unpack .../144-git_1%3a2.34.1-1ubuntu1.11_amd64.deb ... 2024-08-20T21:34:58.4736397Z #9 17.46 Unpacking git (1:2.34.1-1ubuntu1.11) ... 2024-08-20T21:34:58.4736996Z #9 17.56 Selecting previously unselected package libassuan0:amd64. 2024-08-20T21:34:58.5988949Z #9 17.56 Preparing to unpack .../145-libassuan0_2.5.5-1build1_amd64.deb ... 2024-08-20T21:34:58.5989792Z #9 17.56 Unpacking libassuan0:amd64 (2.5.5-1build1) ... 2024-08-20T21:34:58.5990379Z #9 17.59 Selecting previously unselected package gpgconf. 2024-08-20T21:34:58.5991125Z #9 17.59 Preparing to unpack .../146-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ... 2024-08-20T21:34:58.5991823Z #9 17.59 Unpacking gpgconf (2.2.27-3ubuntu2.1) ... 2024-08-20T21:34:58.5992367Z #9 17.62 Selecting previously unselected package gpg. 2024-08-20T21:34:58.5993064Z #9 17.62 Preparing to unpack .../147-gpg_2.2.27-3ubuntu2.1_amd64.deb ... 2024-08-20T21:34:58.5993720Z #9 17.62 Unpacking gpg (2.2.27-3ubuntu2.1) ... 2024-08-20T21:34:58.5994366Z #9 17.65 Selecting previously unselected package pinentry-curses. 2024-08-20T21:34:58.5995180Z #9 17.65 Preparing to unpack .../148-pinentry-curses_1.1.1-1build2_amd64.deb ... 2024-08-20T21:34:58.5996174Z #9 17.65 Unpacking pinentry-curses (1.1.1-1build2) ... 2024-08-20T21:34:58.5996783Z #9 17.68 Selecting previously unselected package libnpth0:amd64. 2024-08-20T21:34:58.7029141Z #9 17.68 Preparing to unpack .../149-libnpth0_1.6-3build2_amd64.deb ... 2024-08-20T21:34:58.7029889Z #9 17.69 Unpacking libnpth0:amd64 (1.6-3build2) ... 2024-08-20T21:34:58.7030624Z #9 17.71 Selecting previously unselected package gpg-agent. 2024-08-20T21:34:58.7031403Z #9 17.72 Preparing to unpack .../150-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ... 2024-08-20T21:34:58.7032130Z #9 17.72 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ... 2024-08-20T21:34:58.7032732Z #9 17.75 Selecting previously unselected package libonig5:amd64. 2024-08-20T21:34:58.7033520Z #9 17.75 Preparing to unpack .../151-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-08-20T21:34:58.7034426Z #9 17.76 Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-08-20T21:34:58.7035022Z #9 17.79 Selecting previously unselected package libjq1:amd64. 2024-08-20T21:34:58.8044705Z #9 17.79 Preparing to unpack .../152-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-08-20T21:34:58.8045455Z #9 17.79 Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-08-20T21:34:58.8045982Z #9 17.81 Selecting previously unselected package jq. 2024-08-20T21:34:58.8046671Z #9 17.82 Preparing to unpack .../153-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-08-20T21:34:58.8047294Z #9 17.82 Unpacking jq (1.6-2.1ubuntu3) ... 2024-08-20T21:34:58.8047856Z #9 17.85 Selecting previously unselected package libstemmer0d:amd64. 2024-08-20T21:34:58.8048914Z #9 17.85 Preparing to unpack .../154-libstemmer0d_2.2.0-1build1_amd64.deb ... 2024-08-20T21:34:58.8049687Z #9 17.85 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ... 2024-08-20T21:34:58.8050293Z #9 17.88 Selecting previously unselected package libxmlb2:amd64. 2024-08-20T21:34:58.8051068Z #9 17.88 Preparing to unpack .../155-libxmlb2_0.3.6-2build1_amd64.deb ... 2024-08-20T21:34:58.8051766Z #9 17.89 Unpacking libxmlb2:amd64 (0.3.6-2build1) ... 2024-08-20T21:34:58.9058403Z #9 17.92 Selecting previously unselected package libappstream4:amd64. 2024-08-20T21:34:58.9059385Z #9 17.92 Preparing to unpack .../156-libappstream4_0.15.2-2_amd64.deb ... 2024-08-20T21:34:58.9060107Z #9 17.92 Unpacking libappstream4:amd64 (0.15.2-2) ... 2024-08-20T21:34:58.9060790Z #9 17.95 Selecting previously unselected package libasound2-data. 2024-08-20T21:34:58.9061615Z #9 17.95 Preparing to unpack .../157-libasound2-data_1.2.6.1-1ubuntu1_all.deb ... 2024-08-20T21:34:58.9062378Z #9 17.95 Unpacking libasound2-data (1.2.6.1-1ubuntu1) ... 2024-08-20T21:34:58.9063033Z #9 17.99 Selecting previously unselected package libasound2:amd64. 2024-08-20T21:34:59.0558029Z #9 17.99 Preparing to unpack .../158-libasound2_1.2.6.1-1ubuntu1_amd64.deb ... 2024-08-20T21:34:59.0558895Z #9 17.99 Unpacking libasound2:amd64 (1.2.6.1-1ubuntu1) ... 2024-08-20T21:34:59.0559649Z #9 18.02 Selecting previously unselected package libasound2-dev:amd64. 2024-08-20T21:34:59.0560641Z #9 18.02 Preparing to unpack .../159-libasound2-dev_1.2.6.1-1ubuntu1_amd64.deb ... 2024-08-20T21:34:59.0561445Z #9 18.03 Unpacking libasound2-dev:amd64 (1.2.6.1-1ubuntu1) ... 2024-08-20T21:34:59.0562197Z #9 18.07 Selecting previously unselected package libatlas3-base:amd64. 2024-08-20T21:34:59.0563047Z #9 18.07 Preparing to unpack .../160-libatlas3-base_3.10.3-12ubuntu1_amd64.deb ... 2024-08-20T21:34:59.0563824Z #9 18.08 Unpacking libatlas3-base:amd64 (3.10.3-12ubuntu1) ... 2024-08-20T21:34:59.0564587Z #9 18.14 Selecting previously unselected package libatlas-base-dev:amd64. 2024-08-20T21:34:59.1564128Z #9 18.14 Preparing to unpack .../161-libatlas-base-dev_3.10.3-12ubuntu1_amd64.deb ... 2024-08-20T21:34:59.1565082Z #9 18.15 Unpacking libatlas-base-dev:amd64 (3.10.3-12ubuntu1) ... 2024-08-20T21:34:59.1565862Z #9 18.24 Selecting previously unselected package libbrotli-dev:amd64. 2024-08-20T21:34:59.1566707Z #9 18.24 Preparing to unpack .../162-libbrotli-dev_1.0.9-2build6_amd64.deb ... 2024-08-20T21:34:59.2590804Z #9 18.24 Unpacking libbrotli-dev:amd64 (1.0.9-2build6) ... 2024-08-20T21:34:59.2591837Z #9 18.27 Selecting previously unselected package libbz2-dev:amd64. 2024-08-20T21:34:59.2592644Z #9 18.27 Preparing to unpack .../163-libbz2-dev_1.0.8-5build1_amd64.deb ... 2024-08-20T21:34:59.2593370Z #9 18.28 Unpacking libbz2-dev:amd64 (1.0.8-5build1) ... 2024-08-20T21:34:59.2594069Z #9 18.30 Selecting previously unselected package libexpat1-dev:amd64. 2024-08-20T21:34:59.2594920Z #9 18.30 Preparing to unpack .../164-libexpat1-dev_2.4.7-1ubuntu0.3_amd64.deb ... 2024-08-20T21:34:59.2595716Z #9 18.31 Unpacking libexpat1-dev:amd64 (2.4.7-1ubuntu0.3) ... 2024-08-20T21:34:59.2596350Z #9 18.34 Selecting previously unselected package libogg0:amd64. 2024-08-20T21:34:59.2597100Z #9 18.34 Preparing to unpack .../165-libogg0_1.3.5-0ubuntu3_amd64.deb ... 2024-08-20T21:34:59.2597793Z #9 18.34 Unpacking libogg0:amd64 (1.3.5-0ubuntu3) ... 2024-08-20T21:34:59.3605644Z #9 18.37 Selecting previously unselected package libflac8:amd64. 2024-08-20T21:34:59.3606643Z #9 18.37 Preparing to unpack .../166-libflac8_1.3.3-2ubuntu0.2_amd64.deb ... 2024-08-20T21:34:59.3607382Z #9 18.38 Unpacking libflac8:amd64 (1.3.3-2ubuntu0.2) ... 2024-08-20T21:34:59.3608079Z #9 18.40 Selecting previously unselected package libogg-dev:amd64. 2024-08-20T21:34:59.3608882Z #9 18.40 Preparing to unpack .../167-libogg-dev_1.3.5-0ubuntu3_amd64.deb ... 2024-08-20T21:34:59.3609591Z #9 18.42 Unpacking libogg-dev:amd64 (1.3.5-0ubuntu3) ... 2024-08-20T21:34:59.3610289Z #9 18.44 Selecting previously unselected package libflac-dev:amd64. 2024-08-20T21:34:59.4610185Z #9 18.45 Preparing to unpack .../168-libflac-dev_1.3.3-2ubuntu0.2_amd64.deb ... 2024-08-20T21:34:59.4611016Z #9 18.45 Unpacking libflac-dev:amd64 (1.3.3-2ubuntu0.2) ... 2024-08-20T21:34:59.4611678Z #9 18.48 Selecting previously unselected package libfreetype6:amd64. 2024-08-20T21:34:59.4612563Z #9 18.48 Preparing to unpack .../169-libfreetype6_2.11.1+dfsg-1ubuntu0.2_amd64.deb ... 2024-08-20T21:34:59.4613416Z #9 18.48 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.2) ... 2024-08-20T21:34:59.4614134Z #9 18.51 Selecting previously unselected package libfontconfig1:amd64. 2024-08-20T21:34:59.4614985Z #9 18.52 Preparing to unpack .../170-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ... 2024-08-20T21:34:59.4615789Z #9 18.52 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... 2024-08-20T21:34:59.4616524Z #9 18.54 Selecting previously unselected package zlib1g-dev:amd64. 2024-08-20T21:34:59.4617381Z #9 18.54 Preparing to unpack .../171-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... 2024-08-20T21:34:59.5632474Z #9 18.55 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... 2024-08-20T21:34:59.5634362Z #9 18.57 Selecting previously unselected package libpng-dev:amd64. 2024-08-20T21:34:59.5635186Z #9 18.57 Preparing to unpack .../172-libpng-dev_1.6.37-3build5_amd64.deb ... 2024-08-20T21:34:59.5635912Z #9 18.58 Unpacking libpng-dev:amd64 (1.6.37-3build5) ... 2024-08-20T21:34:59.5636642Z #9 18.60 Selecting previously unselected package libfreetype-dev:amd64. 2024-08-20T21:34:59.5637572Z #9 18.60 Preparing to unpack .../173-libfreetype-dev_2.11.1+dfsg-1ubuntu0.2_amd64.deb ... 2024-08-20T21:34:59.5638444Z #9 18.61 Unpacking libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.2) ... 2024-08-20T21:34:59.5639254Z #9 18.64 Selecting previously unselected package libfreetype6-dev:amd64. 2024-08-20T21:34:59.5640270Z #9 18.64 Preparing to unpack .../174-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.2_amd64.deb ... 2024-08-20T21:34:59.5641149Z #9 18.65 Unpacking libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.2) ... 2024-08-20T21:34:59.6790015Z #9 18.67 Selecting previously unselected package uuid-dev:amd64. 2024-08-20T21:34:59.6790882Z #9 18.67 Preparing to unpack .../175-uuid-dev_2.37.2-4ubuntu3.4_amd64.deb ... 2024-08-20T21:34:59.6791635Z #9 18.67 Unpacking uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... 2024-08-20T21:34:59.6792291Z #9 18.70 Selecting previously unselected package pkg-config. 2024-08-20T21:34:59.6793073Z #9 18.71 Preparing to unpack .../176-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-08-20T21:34:59.6794013Z #9 18.71 Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-08-20T21:34:59.6794721Z #9 18.73 Selecting previously unselected package libfontconfig-dev:amd64. 2024-08-20T21:34:59.6795626Z #9 18.73 Preparing to unpack .../177-libfontconfig-dev_2.13.1-4.2ubuntu5_amd64.deb ... 2024-08-20T21:34:59.6796473Z #9 18.74 Unpacking libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ... 2024-08-20T21:34:59.6797262Z #9 18.76 Selecting previously unselected package libfontconfig1-dev:amd64. 2024-08-20T21:34:59.7988671Z #9 18.76 Preparing to unpack .../178-libfontconfig1-dev_2.13.1-4.2ubuntu5_amd64.deb ... 2024-08-20T21:34:59.7989629Z #9 18.77 Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ... 2024-08-20T21:34:59.7990406Z #9 18.79 Selecting previously unselected package libgdbm-dev:amd64. 2024-08-20T21:34:59.7991169Z #9 18.79 Preparing to unpack .../179-libgdbm-dev_1.23-1_amd64.deb ... 2024-08-20T21:34:59.7991834Z #9 18.79 Unpacking libgdbm-dev:amd64 (1.23-1) ... 2024-08-20T21:34:59.7992502Z #9 18.82 Selecting previously unselected package libglib2.0-bin. 2024-08-20T21:34:59.7993324Z #9 18.82 Preparing to unpack .../180-libglib2.0-bin_2.72.4-0ubuntu2.3_amd64.deb ... 2024-08-20T21:34:59.7994100Z #9 18.82 Unpacking libglib2.0-bin (2.72.4-0ubuntu2.3) ... 2024-08-20T21:34:59.7994716Z #9 18.85 Selecting previously unselected package libgpm2:amd64. 2024-08-20T21:34:59.7995596Z #9 18.85 Preparing to unpack .../181-libgpm2_1.20.7-10build1_amd64.deb ... 2024-08-20T21:34:59.7996363Z #9 18.85 Unpacking libgpm2:amd64 (1.20.7-10build1) ... 2024-08-20T21:34:59.7997123Z #9 18.88 Selecting previously unselected package libunwind8:amd64. 2024-08-20T21:34:59.9108796Z #9 18.88 Preparing to unpack .../182-libunwind8_1.3.2-2build2.1_amd64.deb ... 2024-08-20T21:34:59.9109588Z #9 18.89 Unpacking libunwind8:amd64 (1.3.2-2build2.1) ... 2024-08-20T21:34:59.9110363Z #9 18.92 Selecting previously unselected package libgstreamer1.0-0:amd64. 2024-08-20T21:34:59.9111272Z #9 18.92 Preparing to unpack .../183-libgstreamer1.0-0_1.20.3-0ubuntu1_amd64.deb ... 2024-08-20T21:34:59.9112103Z #9 18.92 Unpacking libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ... 2024-08-20T21:34:59.9112790Z #9 18.96 Selecting previously unselected package libjemalloc2:amd64. 2024-08-20T21:34:59.9113619Z #9 18.96 Preparing to unpack .../184-libjemalloc2_5.2.1-4ubuntu1_amd64.deb ... 2024-08-20T21:34:59.9114372Z #9 18.96 Unpacking libjemalloc2:amd64 (5.2.1-4ubuntu1) ... 2024-08-20T21:34:59.9115095Z #9 18.99 Selecting previously unselected package libjpeg-turbo8:amd64. 2024-08-20T21:35:00.0221353Z #9 19.00 Preparing to unpack .../185-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ... 2024-08-20T21:35:00.0222210Z #9 19.00 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... 2024-08-20T21:35:00.0223000Z #9 19.02 Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2024-08-20T21:35:00.0223896Z #9 19.03 Preparing to unpack .../186-libjpeg-turbo8-dev_2.1.2-0ubuntu1_amd64.deb ... 2024-08-20T21:35:00.0224733Z #9 19.03 Unpacking libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... 2024-08-20T21:35:00.0225409Z #9 19.05 Selecting previously unselected package libjpeg8:amd64. 2024-08-20T21:35:00.0226184Z #9 19.05 Preparing to unpack .../187-libjpeg8_8c-2ubuntu10_amd64.deb ... 2024-08-20T21:35:00.0226871Z #9 19.06 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ... 2024-08-20T21:35:00.0227573Z #9 19.08 Selecting previously unselected package libjpeg8-dev:amd64. 2024-08-20T21:35:00.0228388Z #9 19.08 Preparing to unpack .../188-libjpeg8-dev_8c-2ubuntu10_amd64.deb ... 2024-08-20T21:35:00.0229113Z #9 19.08 Unpacking libjpeg8-dev:amd64 (8c-2ubuntu10) ... 2024-08-20T21:35:00.0229825Z #9 19.11 Selecting previously unselected package libjpeg-dev:amd64. 2024-08-20T21:35:00.1407138Z #9 19.11 Preparing to unpack .../189-libjpeg-dev_8c-2ubuntu10_amd64.deb ... 2024-08-20T21:35:00.1407922Z #9 19.11 Unpacking libjpeg-dev:amd64 (8c-2ubuntu10) ... 2024-08-20T21:35:00.1408670Z #9 19.13 Selecting previously unselected package libncurses-dev:amd64. 2024-08-20T21:35:00.1409542Z #9 19.13 Preparing to unpack .../190-libncurses-dev_6.3-2ubuntu0.1_amd64.deb ... 2024-08-20T21:35:00.1410577Z #9 19.14 Unpacking libncurses-dev:amd64 (6.3-2ubuntu0.1) ... 2024-08-20T21:35:00.1411316Z #9 19.17 Selecting previously unselected package libncurses5-dev:amd64. 2024-08-20T21:35:00.1412180Z #9 19.17 Preparing to unpack .../191-libncurses5-dev_6.3-2ubuntu0.1_amd64.deb ... 2024-08-20T21:35:00.1412964Z #9 19.17 Unpacking libncurses5-dev:amd64 (6.3-2ubuntu0.1) ... 2024-08-20T21:35:00.1413711Z #9 19.19 Selecting previously unselected package libncursesw5-dev:amd64. 2024-08-20T21:35:00.1414600Z #9 19.20 Preparing to unpack .../192-libncursesw5-dev_6.3-2ubuntu0.1_amd64.deb ... 2024-08-20T21:35:00.1415406Z #9 19.20 Unpacking libncursesw5-dev:amd64 (6.3-2ubuntu0.1) ... 2024-08-20T21:35:00.1416047Z #9 19.22 Selecting previously unselected package libopus0:amd64. 2024-08-20T21:35:00.2428689Z #9 19.23 Preparing to unpack .../193-libopus0_1.3.1-0.1build2_amd64.deb ... 2024-08-20T21:35:00.2429507Z #9 19.23 Unpacking libopus0:amd64 (1.3.1-0.1build2) ... 2024-08-20T21:35:00.2430237Z #9 19.25 Selecting previously unselected package libopus-dev:amd64. 2024-08-20T21:35:00.2431059Z #9 19.26 Preparing to unpack .../194-libopus-dev_1.3.1-0.1build2_amd64.deb ... 2024-08-20T21:35:00.2431816Z #9 19.26 Unpacking libopus-dev:amd64 (1.3.1-0.1build2) ... 2024-08-20T21:35:00.2432599Z #9 19.29 Selecting previously unselected package libpolkit-gobject-1-0:amd64. 2024-08-20T21:35:00.2433491Z #9 19.29 Preparing to unpack .../195-libpolkit-gobject-1-0_0.105-33_amd64.deb ... 2024-08-20T21:35:00.2434664Z #9 19.29 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ... 2024-08-20T21:35:00.2435470Z #9 19.32 Selecting previously unselected package libpolkit-agent-1-0:amd64. 2024-08-20T21:35:00.2436336Z #9 19.32 Preparing to unpack .../196-libpolkit-agent-1-0_0.105-33_amd64.deb ... 2024-08-20T21:35:00.2437112Z #9 19.33 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ... 2024-08-20T21:35:00.3563454Z #9 19.35 Selecting previously unselected package libpthread-stubs0-dev:amd64. 2024-08-20T21:35:00.3564461Z #9 19.35 Preparing to unpack .../197-libpthread-stubs0-dev_0.4-1build2_amd64.deb ... 2024-08-20T21:35:00.3565298Z #9 19.35 Unpacking libpthread-stubs0-dev:amd64 (0.4-1build2) ... 2024-08-20T21:35:00.3566086Z #9 19.37 Selecting previously unselected package libreadline-dev:amd64. 2024-08-20T21:35:00.3566915Z #9 19.38 Preparing to unpack .../198-libreadline-dev_8.1.2-1_amd64.deb ... 2024-08-20T21:35:00.3567621Z #9 19.38 Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-08-20T21:35:00.3568258Z #9 19.41 Selecting previously unselected package libvorbis0a:amd64. 2024-08-20T21:35:00.3569071Z #9 19.41 Preparing to unpack .../199-libvorbis0a_1.3.7-1build2_amd64.deb ... 2024-08-20T21:35:00.3569873Z #9 19.41 Unpacking libvorbis0a:amd64 (1.3.7-1build2) ... 2024-08-20T21:35:00.3570477Z #9 19.44 Selecting previously unselected package libvorbisenc2:amd64. 2024-08-20T21:35:00.4814484Z #9 19.44 Preparing to unpack .../200-libvorbisenc2_1.3.7-1build2_amd64.deb ... 2024-08-20T21:35:00.4815386Z #9 19.45 Unpacking libvorbisenc2:amd64 (1.3.7-1build2) ... 2024-08-20T21:35:00.4816028Z #9 19.47 Selecting previously unselected package libsndfile1:amd64. 2024-08-20T21:35:00.4816890Z #9 19.47 Preparing to unpack .../201-libsndfile1_1.0.31-2ubuntu0.1_amd64.deb ... 2024-08-20T21:35:00.4817674Z #9 19.48 Unpacking libsndfile1:amd64 (1.0.31-2ubuntu0.1) ... 2024-08-20T21:35:00.4818352Z #9 19.51 Selecting previously unselected package libvorbisfile3:amd64. 2024-08-20T21:35:00.4819193Z #9 19.51 Preparing to unpack .../202-libvorbisfile3_1.3.7-1build2_amd64.deb ... 2024-08-20T21:35:00.4819969Z #9 19.51 Unpacking libvorbisfile3:amd64 (1.3.7-1build2) ... 2024-08-20T21:35:00.4820704Z #9 19.53 Selecting previously unselected package libvorbis-dev:amd64. 2024-08-20T21:35:00.4821521Z #9 19.53 Preparing to unpack .../203-libvorbis-dev_1.3.7-1build2_amd64.deb ... 2024-08-20T21:35:00.4822276Z #9 19.53 Unpacking libvorbis-dev:amd64 (1.3.7-1build2) ... 2024-08-20T21:35:00.4823007Z #9 19.56 Selecting previously unselected package libsndfile1-dev:amd64. 2024-08-20T21:35:00.5919692Z #9 19.57 Preparing to unpack .../204-libsndfile1-dev_1.0.31-2ubuntu0.1_amd64.deb ... 2024-08-20T21:35:00.5920676Z #9 19.57 Unpacking libsndfile1-dev:amd64 (1.0.31-2ubuntu0.1) ... 2024-08-20T21:35:00.5921382Z #9 19.61 Selecting previously unselected package libsodium23:amd64. 2024-08-20T21:35:00.5922210Z #9 19.61 Preparing to unpack .../205-libsodium23_1.0.18-1build2_amd64.deb ... 2024-08-20T21:35:00.5922944Z #9 19.61 Unpacking libsodium23:amd64 (1.0.18-1build2) ... 2024-08-20T21:35:00.5923700Z #9 19.64 Selecting previously unselected package libsqlite3-dev:amd64. 2024-08-20T21:35:00.5924566Z #9 19.64 Preparing to unpack .../206-libsqlite3-dev_3.37.2-2ubuntu0.3_amd64.deb ... 2024-08-20T21:35:00.5925360Z #9 19.64 Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.3) ... 2024-08-20T21:35:00.5926018Z #9 19.68 Selecting previously unselected package libtcl8.6:amd64. 2024-08-20T21:35:00.7137979Z #9 19.68 Preparing to unpack .../207-libtcl8.6_8.6.12+dfsg-1build1_amd64.deb ... 2024-08-20T21:35:00.7138818Z #9 19.68 Unpacking libtcl8.6:amd64 (8.6.12+dfsg-1build1) ... 2024-08-20T21:35:00.7139487Z #9 19.73 Selecting previously unselected package libxrender1:amd64. 2024-08-20T21:35:00.7140343Z #9 19.74 Preparing to unpack .../208-libxrender1_1%3a0.9.10-1build4_amd64.deb ... 2024-08-20T21:35:00.7141121Z #9 19.74 Unpacking libxrender1:amd64 (1:0.9.10-1build4) ... 2024-08-20T21:35:00.7141729Z #9 19.76 Selecting previously unselected package libxft2:amd64. 2024-08-20T21:35:00.7142465Z #9 19.76 Preparing to unpack .../209-libxft2_2.3.4-1_amd64.deb ... 2024-08-20T21:35:00.7143323Z #9 19.77 Unpacking libxft2:amd64 (2.3.4-1) ... 2024-08-20T21:35:00.7144059Z #9 19.80 Selecting previously unselected package x11-common. 2024-08-20T21:35:00.8232218Z #9 19.80 Preparing to unpack .../210-x11-common_1%3a7.7+23ubuntu2_all.deb ... 2024-08-20T21:35:00.8232977Z #9 19.80 Unpacking x11-common (1:7.7+23ubuntu2) ... 2024-08-20T21:35:00.8233574Z #9 19.83 Selecting previously unselected package libxss1:amd64. 2024-08-20T21:35:00.8234648Z #9 19.83 Preparing to unpack .../211-libxss1_1%3a1.2.3-1build2_amd64.deb ... 2024-08-20T21:35:00.8235371Z #9 19.84 Unpacking libxss1:amd64 (1:1.2.3-1build2) ... 2024-08-20T21:35:00.8235974Z #9 19.86 Selecting previously unselected package libtk8.6:amd64. 2024-08-20T21:35:00.8236736Z #9 19.87 Preparing to unpack .../212-libtk8.6_8.6.12-1build1_amd64.deb ... 2024-08-20T21:35:00.8237441Z #9 19.87 Unpacking libtk8.6:amd64 (8.6.12-1build1) ... 2024-08-20T21:35:00.8238011Z #9 19.91 Selecting previously unselected package libtool. 2024-08-20T21:35:00.9248046Z #9 19.91 Preparing to unpack .../213-libtool_2.4.6-15build2_all.deb ... 2024-08-20T21:35:00.9248773Z #9 19.91 Unpacking libtool (2.4.6-15build2) ... 2024-08-20T21:35:00.9249460Z #9 19.94 Selecting previously unselected package xorg-sgml-doctools. 2024-08-20T21:35:00.9250324Z #9 19.94 Preparing to unpack .../214-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... 2024-08-20T21:35:00.9251069Z #9 19.94 Unpacking xorg-sgml-doctools (1:1.11-1.1) ... 2024-08-20T21:35:00.9251750Z #9 19.96 Selecting previously unselected package x11proto-dev. 2024-08-20T21:35:00.9252506Z #9 19.96 Preparing to unpack .../215-x11proto-dev_2021.5-1_all.deb ... 2024-08-20T21:35:00.9253141Z #9 19.97 Unpacking x11proto-dev (2021.5-1) ... 2024-08-20T21:35:00.9253795Z #9 20.01 Selecting previously unselected package libxau-dev:amd64. 2024-08-20T21:35:01.0365219Z #9 20.01 Preparing to unpack .../216-libxau-dev_1%3a1.0.9-1build5_amd64.deb ... 2024-08-20T21:35:01.0366012Z #9 20.01 Unpacking libxau-dev:amd64 (1:1.0.9-1build5) ... 2024-08-20T21:35:01.0366748Z #9 20.03 Selecting previously unselected package x11proto-core-dev. 2024-08-20T21:35:01.0367562Z #9 20.04 Preparing to unpack .../217-x11proto-core-dev_2021.5-1_all.deb ... 2024-08-20T21:35:01.0368248Z #9 20.04 Unpacking x11proto-core-dev (2021.5-1) ... 2024-08-20T21:35:01.0368935Z #9 20.06 Selecting previously unselected package libxdmcp-dev:amd64. 2024-08-20T21:35:01.0369788Z #9 20.06 Preparing to unpack .../218-libxdmcp-dev_1%3a1.1.3-0ubuntu5_amd64.deb ... 2024-08-20T21:35:01.0370824Z #9 20.07 Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... 2024-08-20T21:35:01.0371491Z #9 20.09 Selecting previously unselected package xtrans-dev. 2024-08-20T21:35:01.0372205Z #9 20.09 Preparing to unpack .../219-xtrans-dev_1.4.0-1_all.deb ... 2024-08-20T21:35:01.0372818Z #9 20.09 Unpacking xtrans-dev (1.4.0-1) ... 2024-08-20T21:35:01.0373444Z #9 20.12 Selecting previously unselected package libxcb1-dev:amd64. 2024-08-20T21:35:01.1394869Z #9 20.12 Preparing to unpack .../220-libxcb1-dev_1.14-3ubuntu3_amd64.deb ... 2024-08-20T21:35:01.1395672Z #9 20.12 Unpacking libxcb1-dev:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:35:01.1396386Z #9 20.15 Selecting previously unselected package libx11-dev:amd64. 2024-08-20T21:35:01.1397228Z #9 20.15 Preparing to unpack .../221-libx11-dev_2%3a1.7.5-1ubuntu0.3_amd64.deb ... 2024-08-20T21:35:01.1398012Z #9 20.15 Unpacking libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... 2024-08-20T21:35:01.1398741Z #9 20.18 Selecting previously unselected package libxext-dev:amd64. 2024-08-20T21:35:01.1399562Z #9 20.19 Preparing to unpack .../222-libxext-dev_2%3a1.3.4-1build1_amd64.deb ... 2024-08-20T21:35:01.1400432Z #9 20.19 Unpacking libxext-dev:amd64 (2:1.3.4-1build1) ... 2024-08-20T21:35:01.1401168Z #9 20.22 Selecting previously unselected package libxrender-dev:amd64. 2024-08-20T21:35:01.1402029Z #9 20.22 Preparing to unpack .../223-libxrender-dev_1%3a0.9.10-1build4_amd64.deb ... 2024-08-20T21:35:01.1402834Z #9 20.22 Unpacking libxrender-dev:amd64 (1:0.9.10-1build4) ... 2024-08-20T21:35:01.2546950Z #9 20.25 Selecting previously unselected package libxft-dev:amd64. 2024-08-20T21:35:01.2547795Z #9 20.25 Preparing to unpack .../224-libxft-dev_2.3.4-1_amd64.deb ... 2024-08-20T21:35:01.2548448Z #9 20.25 Unpacking libxft-dev:amd64 (2.3.4-1) ... 2024-08-20T21:35:01.2549114Z #9 20.27 Selecting previously unselected package libxss-dev:amd64. 2024-08-20T21:35:01.2549934Z #9 20.28 Preparing to unpack .../225-libxss-dev_1%3a1.2.3-1build2_amd64.deb ... 2024-08-20T21:35:01.2550682Z #9 20.28 Unpacking libxss-dev:amd64 (1:1.2.3-1build2) ... 2024-08-20T21:35:01.2551267Z #9 20.31 Selecting previously unselected package polkitd. 2024-08-20T21:35:01.2551967Z #9 20.31 Preparing to unpack .../226-polkitd_0.105-33_amd64.deb ... 2024-08-20T21:35:01.2552563Z #9 20.31 Unpacking polkitd (0.105-33) ... 2024-08-20T21:35:01.2553067Z #9 20.34 Selecting previously unselected package pkexec. 2024-08-20T21:35:01.3553770Z #9 20.34 Preparing to unpack .../227-pkexec_0.105-33_amd64.deb ... 2024-08-20T21:35:01.3554421Z #9 20.34 Unpacking pkexec (0.105-33) ... 2024-08-20T21:35:01.3555034Z #9 20.37 Selecting previously unselected package policykit-1. 2024-08-20T21:35:01.3555793Z #9 20.37 Preparing to unpack .../228-policykit-1_0.105-33_amd64.deb ... 2024-08-20T21:35:01.3556442Z #9 20.38 Unpacking policykit-1 (0.105-33) ... 2024-08-20T21:35:01.3557069Z #9 20.41 Selecting previously unselected package python3-blinker. 2024-08-20T21:35:01.3557883Z #9 20.41 Preparing to unpack .../229-python3-blinker_1.4+dfsg1-0.4_all.deb ... 2024-08-20T21:35:01.3558627Z #9 20.41 Unpacking python3-blinker (1.4+dfsg1-0.4) ... 2024-08-20T21:35:01.3559366Z #9 20.44 Selecting previously unselected package python3-cffi-backend:amd64. 2024-08-20T21:35:01.3560391Z #9 20.44 Preparing to unpack .../230-python3-cffi-backend_1.15.0-1build2_amd64.deb ... 2024-08-20T21:35:01.4659405Z #9 20.44 Unpacking python3-cffi-backend:amd64 (1.15.0-1build2) ... 2024-08-20T21:35:01.4660374Z #9 20.47 Selecting previously unselected package python3-cryptography. 2024-08-20T21:35:01.4661320Z #9 20.47 Preparing to unpack .../231-python3-cryptography_3.4.8-1ubuntu2.2_amd64.deb ... 2024-08-20T21:35:01.4662171Z #9 20.47 Unpacking python3-cryptography (3.4.8-1ubuntu2.2) ... 2024-08-20T21:35:01.4662910Z #9 20.51 Selecting previously unselected package python3-pyparsing. 2024-08-20T21:35:01.4663722Z #9 20.52 Preparing to unpack .../232-python3-pyparsing_2.4.7-1_all.deb ... 2024-08-20T21:35:01.4664424Z #9 20.52 Unpacking python3-pyparsing (2.4.7-1) ... 2024-08-20T21:35:01.4665289Z #9 20.55 Selecting previously unselected package python3-httplib2. 2024-08-20T21:35:01.5677454Z #9 20.55 Preparing to unpack .../233-python3-httplib2_0.20.2-2_all.deb ... 2024-08-20T21:35:01.5679601Z #9 20.55 Unpacking python3-httplib2 (0.20.2-2) ... 2024-08-20T21:35:01.5682004Z #9 20.58 Selecting previously unselected package python3-more-itertools. 2024-08-20T21:35:01.5684569Z #9 20.59 Preparing to unpack .../234-python3-more-itertools_8.10.0-2_all.deb ... 2024-08-20T21:35:01.5686841Z #9 20.59 Unpacking python3-more-itertools (8.10.0-2) ... 2024-08-20T21:35:01.5688014Z #9 20.62 Selecting previously unselected package python3-zipp. 2024-08-20T21:35:01.5688806Z #9 20.62 Preparing to unpack .../235-python3-zipp_1.0.0-3ubuntu0.1_all.deb ... 2024-08-20T21:35:01.5689642Z #9 20.62 Unpacking python3-zipp (1.0.0-3ubuntu0.1) ... 2024-08-20T21:35:01.5690464Z #9 20.65 Selecting previously unselected package python3-importlib-metadata. 2024-08-20T21:35:01.5691313Z #9 20.65 Preparing to unpack .../236-python3-importlib-metadata_4.6.4-1_all.deb ... 2024-08-20T21:35:01.6711191Z #9 20.65 Unpacking python3-importlib-metadata (4.6.4-1) ... 2024-08-20T21:35:01.6711974Z #9 20.68 Selecting previously unselected package python3-jeepney. 2024-08-20T21:35:01.6712781Z #9 20.68 Preparing to unpack .../237-python3-jeepney_0.7.1-3_all.deb ... 2024-08-20T21:35:01.6713452Z #9 20.69 Unpacking python3-jeepney (0.7.1-3) ... 2024-08-20T21:35:01.6714096Z #9 20.72 Selecting previously unselected package python3-jwt. 2024-08-20T21:35:01.6715085Z #9 20.72 Preparing to unpack .../238-python3-jwt_2.3.0-1ubuntu0.2_all.deb ... 2024-08-20T21:35:01.6715810Z #9 20.73 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ... 2024-08-20T21:35:01.6716533Z #9 20.75 Selecting previously unselected package python3-secretstorage. 2024-08-20T21:35:01.7725203Z #9 20.76 Preparing to unpack .../239-python3-secretstorage_3.3.1-1_all.deb ... 2024-08-20T21:35:01.7725993Z #9 20.76 Unpacking python3-secretstorage (3.3.1-1) ... 2024-08-20T21:35:01.7726696Z #9 20.79 Selecting previously unselected package python3-keyring. 2024-08-20T21:35:01.7727505Z #9 20.79 Preparing to unpack .../240-python3-keyring_23.5.0-1_all.deb ... 2024-08-20T21:35:01.7728195Z #9 20.79 Unpacking python3-keyring (23.5.0-1) ... 2024-08-20T21:35:01.7728856Z #9 20.82 Selecting previously unselected package python3-lazr.uri. 2024-08-20T21:35:01.7729656Z #9 20.83 Preparing to unpack .../241-python3-lazr.uri_1.0.6-2_all.deb ... 2024-08-20T21:35:01.7730338Z #9 20.83 Unpacking python3-lazr.uri (1.0.6-2) ... 2024-08-20T21:35:01.7730996Z #9 20.86 Selecting previously unselected package python3-wadllib. 2024-08-20T21:35:01.8779323Z #9 20.86 Preparing to unpack .../242-python3-wadllib_1.3.6-1_all.deb ... 2024-08-20T21:35:01.8780037Z #9 20.86 Unpacking python3-wadllib (1.3.6-1) ... 2024-08-20T21:35:01.8780715Z #9 20.89 Selecting previously unselected package python3-distro. 2024-08-20T21:35:01.8781480Z #9 20.89 Preparing to unpack .../243-python3-distro_1.7.0-1_all.deb ... 2024-08-20T21:35:01.8782154Z #9 20.90 Unpacking python3-distro (1.7.0-1) ... 2024-08-20T21:35:01.8782814Z #9 20.92 Selecting previously unselected package python3-oauthlib. 2024-08-20T21:35:01.8783644Z #9 20.92 Preparing to unpack .../244-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ... 2024-08-20T21:35:01.8784424Z #9 20.93 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ... 2024-08-20T21:35:01.8785103Z #9 20.96 Selecting previously unselected package python3-six. 2024-08-20T21:35:01.9801207Z #9 20.96 Preparing to unpack .../245-python3-six_1.16.0-3ubuntu1_all.deb ... 2024-08-20T21:35:01.9801999Z #9 20.97 Unpacking python3-six (1.16.0-3ubuntu1) ... 2024-08-20T21:35:01.9802760Z #9 20.99 Selecting previously unselected package python3-lazr.restfulclient. 2024-08-20T21:35:01.9803686Z #9 20.99 Preparing to unpack .../246-python3-lazr.restfulclient_0.14.4-1_all.deb ... 2024-08-20T21:35:01.9804494Z #9 21.00 Unpacking python3-lazr.restfulclient (0.14.4-1) ... 2024-08-20T21:35:01.9805253Z #9 21.02 Selecting previously unselected package python3-launchpadlib. 2024-08-20T21:35:01.9806395Z #9 21.03 Preparing to unpack .../247-python3-launchpadlib_1.10.16-1_all.deb ... 2024-08-20T21:35:01.9807133Z #9 21.03 Unpacking python3-launchpadlib (1.10.16-1) ... 2024-08-20T21:35:01.9807910Z #9 21.06 Selecting previously unselected package python3-software-properties. 2024-08-20T21:35:02.1026452Z #9 21.07 Preparing to unpack .../248-python3-software-properties_0.99.22.9_all.deb ... 2024-08-20T21:35:02.1027360Z #9 21.07 Unpacking python3-software-properties (0.99.22.9) ... 2024-08-20T21:35:02.1028016Z #9 21.10 Selecting previously unselected package packagekit. 2024-08-20T21:35:02.1028798Z #9 21.10 Preparing to unpack .../249-packagekit_1.2.5-2ubuntu2_amd64.deb ... 2024-08-20T21:35:02.1029501Z #9 21.10 Unpacking packagekit (1.2.5-2ubuntu2) ... 2024-08-20T21:35:02.1030237Z #9 21.14 Selecting previously unselected package software-properties-common. 2024-08-20T21:35:02.1031172Z #9 21.14 Preparing to unpack .../250-software-properties-common_0.99.22.9_all.deb ... 2024-08-20T21:35:02.1032018Z #9 21.14 Unpacking software-properties-common (0.99.22.9) ... 2024-08-20T21:35:02.1032617Z #9 21.19 Selecting previously unselected package tcl8.6. 2024-08-20T21:35:02.2060303Z #9 21.19 Preparing to unpack .../251-tcl8.6_8.6.12+dfsg-1build1_amd64.deb ... 2024-08-20T21:35:02.2061124Z #9 21.19 Unpacking tcl8.6 (8.6.12+dfsg-1build1) ... 2024-08-20T21:35:02.2061674Z #9 21.22 Selecting previously unselected package tcl. 2024-08-20T21:35:02.2062367Z #9 21.22 Preparing to unpack .../252-tcl_8.6.11+1build2_amd64.deb ... 2024-08-20T21:35:02.2063162Z #9 21.22 Unpacking tcl (8.6.11+1build2) ... 2024-08-20T21:35:02.2063829Z #9 21.24 Selecting previously unselected package tcl8.6-dev:amd64. 2024-08-20T21:35:02.2064652Z #9 21.25 Preparing to unpack .../253-tcl8.6-dev_8.6.12+dfsg-1build1_amd64.deb ... 2024-08-20T21:35:02.2065442Z #9 21.25 Unpacking tcl8.6-dev:amd64 (8.6.12+dfsg-1build1) ... 2024-08-20T21:35:02.2066148Z #9 21.29 Selecting previously unselected package tcl-dev:amd64. 2024-08-20T21:35:02.3067897Z #9 21.29 Preparing to unpack .../254-tcl-dev_8.6.11+1build2_amd64.deb ... 2024-08-20T21:35:02.3068647Z #9 21.29 Unpacking tcl-dev:amd64 (8.6.11+1build2) ... 2024-08-20T21:35:02.3069213Z #9 21.32 Selecting previously unselected package tk8.6. 2024-08-20T21:35:02.3069941Z #9 21.32 Preparing to unpack .../255-tk8.6_8.6.12-1build1_amd64.deb ... 2024-08-20T21:35:02.3070577Z #9 21.33 Unpacking tk8.6 (8.6.12-1build1) ... 2024-08-20T21:35:02.3071088Z #9 21.35 Selecting previously unselected package tk. 2024-08-20T21:35:02.3071791Z #9 21.36 Preparing to unpack .../256-tk_8.6.11+1build2_amd64.deb ... 2024-08-20T21:35:02.3072340Z #9 21.36 Unpacking tk (8.6.11+1build2) ... 2024-08-20T21:35:02.3072963Z #9 21.38 Selecting previously unselected package tk8.6-dev:amd64. 2024-08-20T21:35:02.3073752Z #9 21.39 Preparing to unpack .../257-tk8.6-dev_8.6.12-1build1_amd64.deb ... 2024-08-20T21:35:02.3074451Z #9 21.39 Unpacking tk8.6-dev:amd64 (8.6.12-1build1) ... 2024-08-20T21:35:02.4138085Z #9 21.43 Selecting previously unselected package tk-dev:amd64. 2024-08-20T21:35:02.4138920Z #9 21.43 Preparing to unpack .../258-tk-dev_8.6.11+1build2_amd64.deb ... 2024-08-20T21:35:02.4139615Z #9 21.43 Unpacking tk-dev:amd64 (8.6.11+1build2) ... 2024-08-20T21:35:02.4140185Z #9 21.46 Selecting previously unselected package unzip. 2024-08-20T21:35:02.4140902Z #9 21.46 Preparing to unpack .../259-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-08-20T21:35:02.4141561Z #9 21.47 Unpacking unzip (6.0-26ubuntu3.2) ... 2024-08-20T21:35:02.4142187Z #9 21.50 Selecting previously unselected package vim-runtime. 2024-08-20T21:35:02.5837164Z #9 21.50 Preparing to unpack .../260-vim-runtime_2%3a8.2.3995-1ubuntu2.17_all.deb ... 2024-08-20T21:35:02.5838523Z #9 21.51 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' 2024-08-20T21:35:02.5840130Z #9 21.51 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' 2024-08-20T21:35:02.5841346Z #9 21.52 Unpacking vim-runtime (2:8.2.3995-1ubuntu2.17) ... 2024-08-20T21:35:02.7006442Z #9 21.78 Selecting previously unselected package vim. 2024-08-20T21:35:02.8600096Z #9 21.79 Preparing to unpack .../261-vim_2%3a8.2.3995-1ubuntu2.17_amd64.deb ... 2024-08-20T21:35:02.8600925Z #9 21.80 Unpacking vim (2:8.2.3995-1ubuntu2.17) ... 2024-08-20T21:35:02.8601589Z #9 21.83 Selecting previously unselected package libc6-dbg:amd64. 2024-08-20T21:35:02.8602396Z #9 21.83 Preparing to unpack .../262-libc6-dbg_2.35-0ubuntu3.8_amd64.deb ... 2024-08-20T21:35:02.8603174Z #9 21.84 Unpacking libc6-dbg:amd64 (2.35-0ubuntu3.8) ... 2024-08-20T21:35:02.8603865Z #9 21.94 Selecting previously unselected package libffi-dev:amd64. 2024-08-20T21:35:02.9690419Z #9 21.95 Preparing to unpack .../263-libffi-dev_3.4.2-4_amd64.deb ... 2024-08-20T21:35:02.9692414Z #9 21.95 Unpacking libffi-dev:amd64 (3.4.2-4) ... 2024-08-20T21:35:02.9694185Z #9 21.98 Selecting previously unselected package libyaml-dev:amd64. 2024-08-20T21:35:02.9695027Z #9 21.98 Preparing to unpack .../264-libyaml-dev_0.2.2-1build2_amd64.deb ... 2024-08-20T21:35:02.9695745Z #9 21.98 Unpacking libyaml-dev:amd64 (0.2.2-1build2) ... 2024-08-20T21:35:02.9696317Z #9 22.02 Setting up media-types (7.0.0) ... 2024-08-20T21:35:02.9696941Z #9 22.04 Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:35:02.9697615Z #9 22.05 Setting up systemd-sysv (249.11-0ubuntu3.12) ... 2024-08-20T21:35:03.0793764Z #9 22.07 Setting up libxau6:amd64 (1:1.0.9-1build5) ... 2024-08-20T21:35:03.0795062Z #9 22.08 Setting up lto-disabled-list (24) ... 2024-08-20T21:35:03.0795864Z #9 22.09 Setting up libpsl5:amd64 (0.21.0-1.2build2) ... 2024-08-20T21:35:03.0796513Z #9 22.10 Setting up libsodium23:amd64 (1.0.18-1build2) ... 2024-08-20T21:35:03.0797142Z #9 22.11 Setting up libgpm2:amd64 (1.20.7-10build1) ... 2024-08-20T21:35:03.0797744Z #9 22.12 Setting up libogg0:amd64 (1.3.5-0ubuntu3) ... 2024-08-20T21:35:03.0798304Z #9 22.14 Setting up wget (1.21.2-2ubuntu1.1) ... 2024-08-20T21:35:03.0798887Z #9 22.15 Setting up apt-transport-https (2.4.12) ... 2024-08-20T21:35:03.0799505Z #9 22.16 Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ... 2024-08-20T21:35:03.1891607Z #9 22.18 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ... 2024-08-20T21:35:03.1892323Z #9 22.19 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.3) ... 2024-08-20T21:35:03.1892882Z #9 22.21 No schema files found: doing nothing. 2024-08-20T21:35:03.1893477Z #9 22.21 Setting up distro-info-data (0.52ubuntu0.7) ... 2024-08-20T21:35:03.1894087Z #9 22.23 Setting up libxmlb2:amd64 (0.3.6-2build1) ... 2024-08-20T21:35:03.1894670Z #9 22.24 Setting up unzip (6.0-26ubuntu3.2) ... 2024-08-20T21:35:03.1895257Z #9 22.25 Setting up libbrotli1:amd64 (1.0.9-2build6) ... 2024-08-20T21:35:03.1895902Z #9 22.26 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ... 2024-08-20T21:35:03.1896602Z #9 22.27 Setting up binutils-common:amd64 (2.38-4ubuntu2.6) ... 2024-08-20T21:35:03.3109404Z #9 22.28 Setting up x11-common (1:7.7+23ubuntu2) ... 2024-08-20T21:35:03.3110325Z #9 22.39 invoke-rc.d: could not determine current runlevel 2024-08-20T21:35:03.4123906Z #9 22.40 invoke-rc.d: policy-rc.d denied execution of start. 2024-08-20T21:35:03.4124913Z #9 22.40 Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... 2024-08-20T21:35:03.4125602Z #9 22.41 Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ... 2024-08-20T21:35:03.4126253Z #9 22.43 Setting up linux-libc-dev:amd64 (5.15.0-118.128) ... 2024-08-20T21:35:03.4126927Z #9 22.44 Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.6) ... 2024-08-20T21:35:03.4127670Z #9 22.46 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ... 2024-08-20T21:35:03.4128346Z #9 22.47 Setting up libnpth0:amd64 (1.6-3build2) ... 2024-08-20T21:35:03.4128911Z #9 22.48 Setting up file (1:5.41-3ubuntu0.1) ... 2024-08-20T21:35:03.4129517Z #9 22.49 Setting up libjemalloc2:amd64 (5.2.1-4ubuntu1) ... 2024-08-20T21:35:03.4130143Z #9 22.50 Setting up libogg-dev:amd64 (1.3.5-0ubuntu3) ... 2024-08-20T21:35:03.5162919Z #9 22.51 Setting up libassuan0:amd64 (2.5.5-1build1) ... 2024-08-20T21:35:03.5165490Z #9 22.52 Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:35:03.5166182Z #9 22.53 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.3) ... 2024-08-20T21:35:03.5166779Z #9 22.54 Setting up bzip2 (1.0.8-5build1) ... 2024-08-20T21:35:03.5167325Z #9 22.55 Setting up libffi-dev:amd64 (3.4.2-4) ... 2024-08-20T21:35:03.5167938Z #9 22.56 Setting up libunwind8:amd64 (1.3.2-2build2.1) ... 2024-08-20T21:35:03.5168620Z #9 22.57 Setting up libpthread-stubs0-dev:amd64 (0.4-1build2) ... 2024-08-20T21:35:03.5169285Z #9 22.58 Setting up xxd (2:8.2.3995-1ubuntu2.17) ... 2024-08-20T21:35:03.5170031Z #9 22.60 Setting up libsource-highlight-common (3.1.9-4.1build2) ... 2024-08-20T21:35:03.6463010Z #9 22.61 Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:35:03.6464053Z #9 22.62 Setting up libflac8:amd64 (1.3.3-2ubuntu0.2) ... 2024-08-20T21:35:03.6464690Z #9 22.63 Setting up libc6-dbg:amd64 (2.35-0ubuntu3.8) ... 2024-08-20T21:35:03.6465465Z #9 22.65 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... 2024-08-20T21:35:03.6466188Z #9 22.66 Setting up tzdata (2024a-0ubuntu0.22.04.1) ... 2024-08-20T21:35:03.6466637Z #9 22.73 2024-08-20T21:35:03.6466998Z #9 22.73 Current default time zone: 'Etc/UTC' 2024-08-20T21:35:03.7497350Z #9 22.73 Local time is now: Tue Aug 20 21:35:03 UTC 2024. 2024-08-20T21:35:03.7498100Z #9 22.73 Universal Time is now: Tue Aug 20 21:35:03 UTC 2024. 2024-08-20T21:35:03.7499333Z #9 22.73 Run 'dpkg-reconfigure tzdata' if you wish to change it. 2024-08-20T21:35:03.7499857Z #9 22.73 2024-08-20T21:35:03.7500523Z #9 22.75 Setting up libcap2-bin (1:2.44-1ubuntu0.22.04.1) ... 2024-08-20T21:35:03.7501201Z #9 22.76 Setting up libasound2-data (1.2.6.1-1ubuntu1) ... 2024-08-20T21:35:03.7501778Z #9 22.77 Setting up xtrans-dev (1.4.0-1) ... 2024-08-20T21:35:03.7502309Z #9 22.78 Setting up autotools-dev (20220109.1) ... 2024-08-20T21:35:03.7502926Z #9 22.79 Setting up libglib2.0-data (2.72.4-0ubuntu2.3) ... 2024-08-20T21:35:03.7503599Z #9 22.80 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ... 2024-08-20T21:35:03.7504233Z #9 22.81 Setting up libuv1:amd64 (1.43.0-1ubuntu0.1) ... 2024-08-20T21:35:03.7504842Z #9 22.82 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... 2024-08-20T21:35:03.7505469Z #9 22.83 Setting up vim-common (2:8.2.3995-1ubuntu2.17) ... 2024-08-20T21:35:03.8577630Z #9 22.85 Setting up emacsen-common (3.0.4) ... 2024-08-20T21:35:03.8578388Z #9 22.89 Setting up libx11-data (2:1.7.5-1ubuntu0.3) ... 2024-08-20T21:35:03.8578971Z #9 22.90 Setting up make (4.3-4.1build1) ... 2024-08-20T21:35:03.8579558Z #9 22.91 Setting up libmpfr6:amd64 (4.1.0-3build3) ... 2024-08-20T21:35:03.8580268Z #9 22.92 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... 2024-08-20T21:35:03.8580977Z #9 22.93 Setting up dh-elpa-helper (2.0.9ubuntu1) ... 2024-08-20T21:35:03.8581628Z #9 22.94 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ... 2024-08-20T21:35:03.9736583Z #9 22.95 Setting up dbus (1.12.20-2ubuntu4.1) ... 2024-08-20T21:35:03.9737267Z #9 23.06 Setting up libsigsegv2:amd64 (2.13-1ubuntu3) ... 2024-08-20T21:35:04.0799697Z #9 23.07 Setting up xz-utils (5.2.5-2ubuntu1) ... 2024-08-20T21:35:04.0802705Z #9 23.08 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 2024-08-20T21:35:04.0804905Z #9 23.08 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist 2024-08-20T21:35:04.0806972Z #9 23.08 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist 2024-08-20T21:35:04.0809042Z #9 23.08 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist 2024-08-20T21:35:04.0811121Z #9 23.08 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist 2024-08-20T21:35:04.0813422Z #9 23.08 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist 2024-08-20T21:35:04.0815521Z #9 23.08 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist 2024-08-20T21:35:04.0817609Z #9 23.08 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist 2024-08-20T21:35:04.0819694Z #9 23.08 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist 2024-08-20T21:35:04.0821793Z #9 23.08 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist 2024-08-20T21:35:04.0823925Z #9 23.08 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist 2024-08-20T21:35:04.0825252Z #9 23.08 Setting up libopus0:amd64 (1.3.1-0.1build2) ... 2024-08-20T21:35:04.0825936Z #9 23.09 Setting up libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:35:04.0826611Z #9 23.10 Setting up libpng16-16:amd64 (1.6.37-3build5) ... 2024-08-20T21:35:04.0827316Z #9 23.11 Setting up libmpc3:amd64 (1.2.1-2build1) ... 2024-08-20T21:35:04.0827973Z #9 23.12 Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:35:04.0828625Z #9 23.13 Setting up libvorbis0a:amd64 (1.3.7-1build2) ... 2024-08-20T21:35:04.0829203Z #9 23.14 Setting up patch (2.7.6-7build2) ... 2024-08-20T21:35:04.0829802Z #9 23.15 Setting up libtcl8.6:amd64 (8.6.12+dfsg-1build1) ... 2024-08-20T21:35:04.0830423Z #9 23.16 Setting up libjsoncpp25:amd64 (1.9.5-3) ... 2024-08-20T21:35:04.2198298Z #9 23.17 Setting up sudo (1.9.9-1ubuntu2.4) ... 2024-08-20T21:35:04.2199148Z #9 23.23 Setting up libipt2 (2.0.5-1) ... 2024-08-20T21:35:04.2199726Z #9 23.25 Setting up fonts-dejavu-core (2.37-2build1) ... 2024-08-20T21:35:04.2200297Z #9 23.30 Setting up ucf (3.0043) ... 2024-08-20T21:35:04.3284088Z #9 23.37 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ... 2024-08-20T21:35:04.3284937Z #9 23.38 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.2) ... 2024-08-20T21:35:04.3285668Z #9 23.39 Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... 2024-08-20T21:35:04.3286392Z #9 23.40 Setting up libgfortran5:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:35:04.3287100Z #9 23.41 Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:35:04.5043762Z #9 23.42 Setting up libmd0:amd64 (1.0.4-1build1) ... 2024-08-20T21:35:04.5044424Z #9 23.43 Setting up python-apt-common (2.4.0ubuntu3) ... 2024-08-20T21:35:04.5045093Z #9 23.45 Setting up libnsl-dev:amd64 (1.3.0-2build2) ... 2024-08-20T21:35:04.5045718Z #9 23.46 Setting up librhash0:amd64 (1.4.2-1ubuntu1) ... 2024-08-20T21:35:04.5046318Z #9 23.47 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ... 2024-08-20T21:35:04.5046949Z #9 23.47 Setting up libasound2:amd64 (1.2.6.1-1ubuntu1) ... 2024-08-20T21:35:04.5047575Z #9 23.48 Setting up libmpdec3:amd64 (2.5.1-2build2) ... 2024-08-20T21:35:04.5048234Z #9 23.49 Setting up libpam-systemd:amd64 (249.11-0ubuntu3.12) ... 2024-08-20T21:35:04.5048898Z #9 23.59 Setting up git-man (1:2.34.1-1ubuntu1.11) ... 2024-08-20T21:35:04.6131700Z #9 23.60 Setting up libgirepository-1.0-1:amd64 (1.72.0-1) ... 2024-08-20T21:35:04.6132418Z #9 23.61 Setting up xorg-sgml-doctools (1:1.11-1.1) ... 2024-08-20T21:35:04.6133009Z #9 23.62 Setting up sgml-base (1.30) ... 2024-08-20T21:35:04.6133591Z #9 23.65 Setting up cmake-data (3.22.1-1ubuntu1.22.04.2) ... 2024-08-20T21:35:04.6134501Z #9 23.69 Setting up libstemmer0d:amd64 (2.2.0-1build1) ... 2024-08-20T21:35:04.6135360Z #9 23.70 Setting up libbinutils:amd64 (2.38-4ubuntu2.6) ... 2024-08-20T21:35:04.7182204Z #9 23.71 Setting up vim-runtime (2:8.2.3995-1ubuntu2.17) ... 2024-08-20T21:35:04.7182933Z #9 23.78 Setting up libisl23:amd64 (0.24-2build1) ... 2024-08-20T21:35:04.7183587Z #9 23.79 Setting up libasound2-dev:amd64 (1.2.6.1-1ubuntu1) ... 2024-08-20T21:35:04.7184245Z #9 23.80 Setting up libc-dev-bin (2.35-0ubuntu3.8) ... 2024-08-20T21:35:04.8271901Z #9 23.81 Setting up openssl (3.0.2-0ubuntu1.17) ... 2024-08-20T21:35:04.8272538Z #9 23.82 Setting up libbsd0:amd64 (0.11.5-1) ... 2024-08-20T21:35:04.8273145Z #9 23.84 Setting up libelf1:amd64 (0.186-1build1) ... 2024-08-20T21:35:04.8273726Z #9 23.85 Setting up readline-common (8.1.2-1) ... 2024-08-20T21:35:04.8274361Z #9 23.86 Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:35:04.8274938Z #9 23.87 Setting up iso-codes (4.9.0-1) ... 2024-08-20T21:35:04.8275503Z #9 23.88 Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-08-20T21:35:04.8276156Z #9 23.89 Setting up libbrotli-dev:amd64 (1.0.9-2build6) ... 2024-08-20T21:35:04.8276824Z #9 23.90 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ... 2024-08-20T21:35:04.8277508Z #9 23.91 Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:35:04.9321345Z #9 23.92 Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04) ... 2024-08-20T21:35:04.9322065Z #9 23.93 Setting up libvorbisenc2:amd64 (1.3.7-1build2) ... 2024-08-20T21:35:04.9322665Z #9 23.94 Setting up libgdbm6:amd64 (1.23-1) ... 2024-08-20T21:35:04.9323214Z #9 23.96 Setting up libicu70:amd64 (70.1-2) ... 2024-08-20T21:35:04.9324055Z #9 23.97 Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:35:04.9324711Z #9 23.98 Setting up libctf0:amd64 (2.38-4ubuntu2.6) ... 2024-08-20T21:35:04.9325325Z #9 23.99 Setting up libjpeg8:amd64 (8c-2ubuntu10) ... 2024-08-20T21:35:04.9325943Z #9 24.00 Setting up pinentry-curses (1.1.1-1build2) ... 2024-08-20T21:35:04.9326514Z #9 24.02 Setting up x11proto-dev (2021.5-1) ... 2024-08-20T21:35:05.0427624Z #9 24.03 Setting up cpp-11 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:35:05.0428665Z #9 24.04 Setting up libdw1:amd64 (0.186-1build1) ... 2024-08-20T21:35:05.0429301Z #9 24.05 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... 2024-08-20T21:35:05.0429971Z #9 24.06 Setting up libflac-dev:amd64 (1.3.3-2ubuntu0.2) ... 2024-08-20T21:35:05.0430588Z #9 24.07 Setting up tcl8.6 (8.6.12+dfsg-1build1) ... 2024-08-20T21:35:05.0431182Z #9 24.08 Setting up libxcb1:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:35:05.0431844Z #9 24.09 Setting up libatlas3-base:amd64 (3.10.3-12ubuntu1) ... 2024-08-20T21:35:05.0433286Z #9 24.10 update-alternatives: using /usr/lib/x86_64-linux-gnu/atlas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode 2024-08-20T21:35:05.0435579Z #9 24.10 update-alternatives: using /usr/lib/x86_64-linux-gnu/atlas/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode 2024-08-20T21:35:05.0436937Z #9 24.11 Setting up libxau-dev:amd64 (1:1.0.9-1build5) ... 2024-08-20T21:35:05.0437607Z #9 24.13 Setting up libdebuginfod-common (0.186-1build1) ... 2024-08-20T21:35:05.1922221Z #9 24.22 2024-08-20T21:35:05.1922787Z #9 24.22 Creating config file /etc/profile.d/debuginfod.sh with new version 2024-08-20T21:35:05.1923375Z #9 24.28 2024-08-20T21:35:05.1923831Z #9 24.28 Creating config file /etc/profile.d/debuginfod.csh with new version 2024-08-20T21:35:05.4184023Z #9 24.32 Setting up libyaml-dev:amd64 (0.2.2-1build2) ... 2024-08-20T21:35:05.4185999Z #9 24.33 Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-08-20T21:35:05.4187897Z #9 24.35 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ... 2024-08-20T21:35:05.4888479Z #9 24.57 Setting up libreadline8:amd64 (8.1.2-1) ... 2024-08-20T21:35:05.5917387Z #9 24.59 Setting up libglib2.0-bin (2.72.4-0ubuntu2.3) ... 2024-08-20T21:35:05.5918180Z #9 24.60 Setting up m4 (1.4.18-5ubuntu2) ... 2024-08-20T21:35:05.5918820Z #9 24.62 Setting up libopus-dev:amd64 (1.3.1-0.1build2) ... 2024-08-20T21:35:05.5920274Z #9 24.64 Setting up libldap-2.5-0:amd64 (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2024-08-20T21:35:05.5921073Z #9 24.66 Setting up libatlas-base-dev:amd64 (3.10.3-12ubuntu1) ... 2024-08-20T21:35:05.5922494Z #9 24.67 update-alternatives: using /usr/lib/x86_64-linux-gnu/atlas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode 2024-08-20T21:35:05.5924530Z #9 24.67 update-alternatives: using /usr/lib/x86_64-linux-gnu/atlas/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode 2024-08-20T21:35:05.7655104Z #9 24.69 Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.5) ... 2024-08-20T21:35:05.7655959Z #9 24.70 Setting up ca-certificates (20230311ubuntu0.22.04.1) ... 2024-08-20T21:35:05.9820676Z #9 25.07 Updating certificates in /etc/ssl/certs... 2024-08-20T21:35:06.4514817Z #9 25.53 137 added, 0 removed; done. 2024-08-20T21:35:06.5594487Z #9 25.56 Setting up libvorbisfile3:amd64 (1.3.7-1build2) ... 2024-08-20T21:35:06.5595286Z #9 25.59 Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... 2024-08-20T21:35:06.5596011Z #9 25.61 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.2) ... 2024-08-20T21:35:06.5596682Z #9 25.62 Setting up x11proto-core-dev (2021.5-1) ... 2024-08-20T21:35:06.5597507Z #9 25.63 Setting up libboost-regex1.74.0:amd64 (1.74.0-14ubuntu3) ... 2024-08-20T21:35:06.5598393Z #9 25.64 Setting up libgdbm-compat4:amd64 (1.23-1) ... 2024-08-20T21:35:06.7795668Z #9 25.66 Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ... 2024-08-20T21:35:06.7796873Z #9 25.67 Setting up libbabeltrace1:amd64 (1.5.8-2build1) ... 2024-08-20T21:35:06.7797652Z #9 25.68 Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:35:06.7798269Z #9 25.69 Setting up cpp (4:11.2.0-1ubuntu1) ... 2024-08-20T21:35:06.7798776Z #9 25.71 Setting up xml-core (0.18+nmu1) ... 2024-08-20T21:35:06.7973324Z #9 25.88 Setting up jq (1.6-2.1ubuntu3) ... 2024-08-20T21:35:06.9001693Z #9 25.89 Setting up tcl (8.6.11+1build2) ... 2024-08-20T21:35:06.9002795Z #9 25.90 Setting up gpgconf (2.2.27-3ubuntu2.1) ... 2024-08-20T21:35:06.9003425Z #9 25.92 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.17) ... 2024-08-20T21:35:06.9004082Z #9 25.93 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ... 2024-08-20T21:35:06.9004715Z #9 25.94 Setting up libc6-dev:amd64 (2.35-0ubuntu3.8) ... 2024-08-20T21:35:06.9005352Z #9 25.95 Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... 2024-08-20T21:35:06.9005947Z #9 25.96 Setting up curl (7.81.0-1ubuntu1.17) ... 2024-08-20T21:35:06.9006581Z #9 25.97 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ... 2024-08-20T21:35:06.9007283Z #9 25.98 Setting up libsndfile1:amd64 (1.0.31-2ubuntu0.1) ... 2024-08-20T21:35:07.0085817Z #9 25.99 Setting up libgdbm-dev:amd64 (1.23-1) ... 2024-08-20T21:35:07.0086555Z #9 26.01 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.4) ... 2024-08-20T21:35:07.0087142Z #9 26.02 Setting up polkitd (0.105-33) ... 2024-08-20T21:35:07.0087669Z #9 26.05 Setting up gpg (2.2.27-3ubuntu2.1) ... 2024-08-20T21:35:07.0088326Z #9 26.06 Setting up libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ... 2024-08-20T21:35:07.0088968Z #9 26.07 Setcap worked! gst-ptp-helper is not suid! 2024-08-20T21:35:07.0089643Z #9 26.07 Setting up libsource-highlight4v5 (3.1.9-4.1build2) ... 2024-08-20T21:35:07.0090369Z #9 26.08 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ... 2024-08-20T21:35:07.0091097Z #9 26.09 Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.6) ... 2024-08-20T21:35:07.1107817Z #9 26.10 Setting up libbz2-dev:amd64 (1.0.8-5build1) ... 2024-08-20T21:35:07.1108652Z #9 26.11 Setting up libvorbis-dev:amd64 (1.3.7-1build2) ... 2024-08-20T21:35:07.1109356Z #9 26.12 Setting up libpython3.10:amd64 (3.10.12-1~22.04.5) ... 2024-08-20T21:35:07.1110064Z #9 26.14 Setting up libjpeg-turbo8-dev:amd64 (2.1.2-0ubuntu1) ... 2024-08-20T21:35:07.1110775Z #9 26.15 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.3) ... 2024-08-20T21:35:07.1111458Z #9 26.16 Setting up libncurses-dev:amd64 (6.3-2ubuntu0.1) ... 2024-08-20T21:35:07.1112299Z #9 26.17 Setting up vim (2:8.2.3995-1ubuntu2.17) ... 2024-08-20T21:35:07.1113173Z #9 26.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 2024-08-20T21:35:07.1114347Z #9 26.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 2024-08-20T21:35:07.2507620Z #9 26.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 2024-08-20T21:35:07.2508836Z #9 26.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 2024-08-20T21:35:07.2509974Z #9 26.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 2024-08-20T21:35:07.2511587Z #9 26.20 update-alternatives: warning: skip creation of /usr/share/man/da/man1/vi.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T21:35:07.2513645Z #9 26.20 update-alternatives: warning: skip creation of /usr/share/man/de/man1/vi.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T21:35:07.2515699Z #9 26.20 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/vi.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T21:35:07.2517738Z #9 26.20 update-alternatives: warning: skip creation of /usr/share/man/it/man1/vi.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T21:35:07.2520032Z #9 26.20 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/vi.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T21:35:07.2522105Z #9 26.20 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/vi.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T21:35:07.2524154Z #9 26.20 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/vi.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T21:35:07.2526164Z #9 26.20 update-alternatives: warning: skip creation of /usr/share/man/man1/vi.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T21:35:07.2527669Z #9 26.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 2024-08-20T21:35:07.2529335Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/da/man1/view.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T21:35:07.2531453Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/de/man1/view.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T21:35:07.2533571Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/view.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T21:35:07.2536002Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/it/man1/view.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T21:35:07.2538122Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T21:35:07.2540246Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T21:35:07.2542369Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T21:35:07.2544419Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T21:35:07.2546049Z #9 26.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 2024-08-20T21:35:07.2547672Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/da/man1/ex.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T21:35:07.2549568Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/de/man1/ex.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T21:35:07.2551474Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/ex.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T21:35:07.2553351Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/it/man1/ex.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T21:35:07.2555250Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/ex.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T21:35:07.2557142Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/ex.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T21:35:07.2559021Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/ex.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T21:35:07.2561208Z #9 26.21 update-alternatives: warning: skip creation of /usr/share/man/man1/ex.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T21:35:07.2562764Z #9 26.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 2024-08-20T21:35:07.2564484Z #9 26.22 update-alternatives: warning: skip creation of /usr/share/man/da/man1/editor.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T21:35:07.2566661Z #9 26.22 update-alternatives: warning: skip creation of /usr/share/man/de/man1/editor.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T21:35:07.2568811Z #9 26.22 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/editor.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T21:35:07.2570985Z #9 26.22 update-alternatives: warning: skip creation of /usr/share/man/it/man1/editor.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T21:35:07.2573152Z #9 26.22 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/editor.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T21:35:07.2575312Z #9 26.22 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/editor.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T21:35:07.2577474Z #9 26.22 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/editor.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T21:35:07.2579576Z #9 26.22 update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T21:35:07.2580873Z #9 26.23 Setting up gpg-agent (2.2.27-3ubuntu2.1) ... 2024-08-20T21:35:07.2582089Z #9 26.33 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. 2024-08-20T21:35:07.4387218Z #9 26.43 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. 2024-08-20T21:35:07.4389033Z #9 26.52 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. 2024-08-20T21:35:07.5479554Z #9 26.61 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. 2024-08-20T21:35:07.5480735Z #9 26.62 Setting up libxcb1-dev:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:35:07.5481368Z #9 26.63 Setting up python3.10 (3.10.12-1~22.04.5) ... 2024-08-20T21:35:08.0870132Z #9 27.17 Setting up libncursesw5-dev:amd64 (6.3-2ubuntu0.1) ... 2024-08-20T21:35:08.2452611Z #9 27.18 Setting up libxrender1:amd64 (1:0.9.10-1build4) ... 2024-08-20T21:35:08.2453368Z #9 27.19 Setting up libarchive13:amd64 (3.6.0-1ubuntu1.1) ... 2024-08-20T21:35:08.2454136Z #9 27.20 Setting up libgfortran-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:35:08.2454879Z #9 27.21 Setting up libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... 2024-08-20T21:35:08.2455526Z #9 27.21 Setting up libxext6:amd64 (2:1.3.4-1build1) ... 2024-08-20T21:35:08.2456080Z #9 27.22 Setting up pkexec (0.105-33) ... 2024-08-20T21:35:08.2456700Z #9 27.24 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.17) ... 2024-08-20T21:35:08.2457337Z #9 27.25 Setting up python3 (3.10.6-1~22.04) ... 2024-08-20T21:35:08.2457874Z #9 27.33 Setting up binutils (2.38-4ubuntu2.6) ... 2024-08-20T21:35:08.3698920Z #9 27.34 Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-08-20T21:35:08.3699603Z #9 27.35 Setting up libappstream4:amd64 (0.15.2-2) ... 2024-08-20T21:35:08.3700220Z #9 27.36 Setting up python3-six (1.16.0-3ubuntu1) ... 2024-08-20T21:35:08.3700987Z #9 27.45 Setting up asciidoc-common (10.1.2-1) ... 2024-08-20T21:35:08.6203339Z #9 27.70 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ... 2024-08-20T21:35:08.7867993Z #9 27.71 Setting up perl (5.34.0-3ubuntu1.3) ... 2024-08-20T21:35:08.7868934Z #9 27.73 Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.3) ... 2024-08-20T21:35:08.7869611Z #9 27.74 Setting up python3-pyparsing (2.4.7-1) ... 2024-08-20T21:35:08.7870323Z #9 27.87 Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.3) ... 2024-08-20T21:35:08.9389955Z #9 27.88 Setting up uuid-dev:amd64 (2.37.2-4ubuntu3.4) ... 2024-08-20T21:35:08.9390654Z #9 27.89 Setting up python3-gi (3.42.1-0ubuntu1) ... 2024-08-20T21:35:08.9391275Z #9 28.02 Setting up libdpkg-perl (1.21.1ubuntu2.3) ... 2024-08-20T21:35:09.0738331Z #9 28.03 Setting up python3-jeepney (0.7.1-3) ... 2024-08-20T21:35:09.0738913Z #9 28.16 Setting up autoconf (2.71-2) ... 2024-08-20T21:35:09.2604934Z #9 28.17 Setting up libxext-dev:amd64 (2:1.3.4-1build1) ... 2024-08-20T21:35:09.2605726Z #9 28.18 Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:35:09.2606485Z #9 28.20 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... 2024-08-20T21:35:09.2607169Z #9 28.21 Setting up gcc-11 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:35:09.2607818Z #9 28.22 Setting up libncurses5-dev:amd64 (6.3-2ubuntu0.1) ... 2024-08-20T21:35:09.2608536Z #9 28.23 Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.1) ... 2024-08-20T21:35:09.2609183Z #9 28.24 Setting up python3-httplib2 (0.20.2-2) ... 2024-08-20T21:35:09.2609778Z #9 28.34 Setting up cmake (3.22.1-1ubuntu1.22.04.2) ... 2024-08-20T21:35:09.4429787Z #9 28.35 Setting up libxss1:amd64 (1:1.2.3-1build2) ... 2024-08-20T21:35:09.4430486Z #9 28.36 Setting up libjpeg8-dev:amd64 (8c-2ubuntu10) ... 2024-08-20T21:35:09.4431119Z #9 28.37 Setting up lsb-release (11.1.0ubuntu4) ... 2024-08-20T21:35:09.4431771Z #9 28.38 Setting up libxml2-utils (2.9.13+dfsg-1ubuntu0.4) ... 2024-08-20T21:35:09.4432490Z #9 28.39 Setting up libxrender-dev:amd64 (1:0.9.10-1build4) ... 2024-08-20T21:35:09.4433105Z #9 28.40 Setting up policykit-1 (0.105-33) ... 2024-08-20T21:35:09.4433928Z #9 28.42 Setting up python3-cffi-backend:amd64 (1.15.0-1build2) ... 2024-08-20T21:35:09.4434630Z #9 28.43 Setting up python3-blinker (1.4+dfsg1-0.4) ... 2024-08-20T21:35:09.4435360Z #9 28.53 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ... 2024-08-20T21:35:09.5906537Z #9 28.67 Setting up automake (1:1.16.5-1.3) ... 2024-08-20T21:35:09.7184668Z #9 28.68 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2024-08-20T21:35:09.7186597Z #9 28.68 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist 2024-08-20T21:35:09.7188888Z #9 28.68 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist 2024-08-20T21:35:09.7190324Z #9 28.69 Setting up python3-more-itertools (8.10.0-2) ... 2024-08-20T21:35:09.7190959Z #9 28.80 Setting up python3-dbus (1.2.18-3build1) ... 2024-08-20T21:35:09.8260009Z #9 28.91 Setting up libxft2:amd64 (2.3.4-1) ... 2024-08-20T21:35:09.9335974Z #9 28.92 Setting up python3-distro (1.7.0-1) ... 2024-08-20T21:35:10.0355251Z #9 29.02 Setting up python3-jwt (2.3.0-1ubuntu0.2) ... 2024-08-20T21:35:10.0355954Z #9 29.12 Setting up libtool (2.4.6-15build2) ... 2024-08-20T21:35:10.1711800Z #9 29.13 Setting up g++-11 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:35:10.1712532Z #9 29.14 Setting up python3-apt (2.4.0ubuntu3) ... 2024-08-20T21:35:10.1713148Z #9 29.25 Setting up libtk8.6:amd64 (8.6.12-1build1) ... 2024-08-20T21:35:10.3159410Z #9 29.26 Setting up libdebuginfod1:amd64 (0.186-1build1) ... 2024-08-20T21:35:10.3160276Z #9 29.27 Setting up libpng-dev:amd64 (1.6.37-3build5) ... 2024-08-20T21:35:10.3160916Z #9 29.28 Setting up xsltproc (1.1.34-4ubuntu0.22.04.1) ... 2024-08-20T21:35:10.3161804Z #9 29.29 Setting up libjpeg-dev:amd64 (8c-2ubuntu10) ... 2024-08-20T21:35:10.3162430Z #9 29.30 Setting up python3-lazr.uri (1.0.6-2) ... 2024-08-20T21:35:10.3163020Z #9 29.40 Setting up python3-zipp (1.0.0-3ubuntu0.1) ... 2024-08-20T21:35:10.4183778Z #9 29.49 Setting up libxss-dev:amd64 (1:1.2.3-1build2) ... 2024-08-20T21:35:10.4184414Z #9 29.50 Setting up gcc (4:11.2.0-1ubuntu1) ... 2024-08-20T21:35:10.6410152Z #9 29.52 Setting up dpkg-dev (1.21.1ubuntu2.3) ... 2024-08-20T21:35:10.6410920Z #9 29.54 Setting up libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.2) ... 2024-08-20T21:35:10.6411596Z #9 29.55 Setting up liberror-perl (0.17029-1) ... 2024-08-20T21:35:10.6412168Z #9 29.56 Setting up gdb (12.1-0ubuntu1~22.04.2) ... 2024-08-20T21:35:10.6412818Z #9 29.57 Setting up python3-cryptography (3.4.8-1ubuntu2.2) ... 2024-08-20T21:35:10.6779152Z #9 29.76 Setting up python3-wadllib (1.3.6-1) ... 2024-08-20T21:35:10.7786758Z #9 29.86 Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-08-20T21:35:10.8807895Z #9 29.91 Setting up git (1:2.34.1-1ubuntu1.11) ... 2024-08-20T21:35:10.8808571Z #9 29.93 Setting up gfortran-11 (11.4.0-1ubuntu1~22.04) ... 2024-08-20T21:35:10.8809151Z #9 29.94 Setting up g++ (4:11.2.0-1ubuntu1) ... 2024-08-20T21:35:10.8809967Z #9 29.96 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2024-08-20T21:35:11.0248924Z #9 29.96 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist 2024-08-20T21:35:11.0250254Z #9 29.97 Setting up build-essential (12.9ubuntu3) ... 2024-08-20T21:35:11.0250859Z #9 29.98 Setting up packagekit (1.2.5-2ubuntu2) ... 2024-08-20T21:35:11.0251476Z #9 30.01 invoke-rc.d: could not determine current runlevel 2024-08-20T21:35:11.0252203Z #9 30.01 invoke-rc.d: policy-rc.d denied execution of force-reload. 2024-08-20T21:35:11.0253305Z #9 30.02 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory 2024-08-20T21:35:11.0254967Z #9 30.11 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. 2024-08-20T21:35:11.1465387Z #9 30.11 Setting up tk8.6 (8.6.12-1build1) ... 2024-08-20T21:35:11.1466061Z #9 30.13 Setting up python3-importlib-metadata (4.6.4-1) ... 2024-08-20T21:35:11.1466802Z #9 30.23 Setting up libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ... 2024-08-20T21:35:11.3340009Z #9 30.24 Setting up tcl8.6-dev:amd64 (8.6.12+dfsg-1build1) ... 2024-08-20T21:35:11.3340737Z #9 30.25 Setting up gfortran (4:11.2.0-1ubuntu1) ... 2024-08-20T21:35:11.3341763Z #9 30.26 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode 2024-08-20T21:35:11.3343413Z #9 30.26 update-alternatives: warning: skip creation of /usr/share/man/man1/f95.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f95) doesn't exist 2024-08-20T21:35:11.3344981Z #9 30.26 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode 2024-08-20T21:35:11.3346722Z #9 30.26 update-alternatives: warning: skip creation of /usr/share/man/man1/f77.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f77) doesn't exist 2024-08-20T21:35:11.3348124Z #9 30.27 Setting up libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.2) ... 2024-08-20T21:35:11.3348845Z #9 30.28 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ... 2024-08-20T21:35:11.3349498Z #9 30.42 Setting up python3-secretstorage (3.3.1-1) ... 2024-08-20T21:35:11.4432701Z #9 30.52 Setting up libsndfile1-dev:amd64 (1.0.31-2ubuntu0.1) ... 2024-08-20T21:35:11.4433439Z #9 30.53 Setting up tcl-dev:amd64 (8.6.11+1build2) ... 2024-08-20T21:35:11.5624736Z #9 30.54 Setting up python3-keyring (23.5.0-1) ... 2024-08-20T21:35:11.5625439Z #9 30.65 Setting up python3-lazr.restfulclient (0.14.4-1) ... 2024-08-20T21:35:11.6706715Z #9 30.75 Setting up tk (8.6.11+1build2) ... 2024-08-20T21:35:11.8155719Z #9 30.76 Setting up libxft-dev:amd64 (2.3.4-1) ... 2024-08-20T21:35:11.8156474Z #9 30.78 Setting up libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ... 2024-08-20T21:35:11.8157190Z #9 30.79 Setting up python3-launchpadlib (1.10.16-1) ... 2024-08-20T21:35:11.8157884Z #9 30.90 Setting up python3-software-properties (0.99.22.9) ... 2024-08-20T21:35:11.9247819Z #9 31.01 Setting up tk8.6-dev:amd64 (8.6.12-1build1) ... 2024-08-20T21:35:12.0364068Z #9 31.02 Setting up software-properties-common (0.99.22.9) ... 2024-08-20T21:35:12.0364772Z #9 31.12 Setting up tk-dev:amd64 (8.6.11+1build2) ... 2024-08-20T21:35:12.2260211Z #9 31.13 Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2024-08-20T21:35:12.2260973Z #9 31.16 Processing triggers for sgml-base (1.30) ... 2024-08-20T21:35:12.2261769Z #9 31.17 Setting up docbook-xsl (1.79.2+dfsg-1) ... 2024-08-20T21:35:12.2262335Z #9 31.31 Setting up sgml-data (2.0.11+nmu1) ... 2024-08-20T21:35:12.5242888Z #9 31.61 Setting up asciidoc-base (10.1.2-1) ... 2024-08-20T21:35:12.7214800Z #9 31.80 Setting up asciidoc (10.1.2-1) ... 2024-08-20T21:35:12.8241763Z #9 31.91 Processing triggers for sgml-base (1.30) ... 2024-08-20T21:35:12.9923887Z #9 31.93 Setting up docbook-xml (4.5-11) ... 2024-08-20T21:35:14.0784918Z #9 33.16 Processing triggers for ca-certificates (20230311ubuntu0.22.04.1) ... 2024-08-20T21:35:14.2358954Z #9 33.17 Updating certificates in /etc/ssl/certs... 2024-08-20T21:35:14.4461464Z #9 33.53 0 added, 0 removed; done. 2024-08-20T21:35:14.4462283Z #9 33.53 Running hooks in /etc/ca-certificates/update.d... 2024-08-20T21:35:14.6910737Z #9 33.53 done. 2024-08-20T21:35:14.6911562Z #9 33.54 Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2024-08-20T21:35:14.6912283Z #9 33.54 Processing triggers for sgml-base (1.30) ... 2024-08-20T21:35:14.6912836Z #9 33.59 + apt-get install -y libgnutls30 2024-08-20T21:35:15.2481441Z #9 33.62 Reading package lists... 2024-08-20T21:35:15.3931257Z #9 34.35 Building dependency tree... 2024-08-20T21:35:15.5410683Z #9 34.48 Reading state information... 2024-08-20T21:35:15.5411638Z #9 34.62 libgnutls30 is already the newest version (3.7.3-4ubuntu1.5). 2024-08-20T21:35:15.5412386Z #9 34.62 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-20T21:35:15.7242117Z #9 34.63 + apt-get autoclean 2024-08-20T21:35:16.2843705Z #9 34.66 Reading package lists... 2024-08-20T21:35:16.4271773Z #9 35.38 Building dependency tree... 2024-08-20T21:35:16.5515712Z #9 35.51 Reading state information... 2024-08-20T21:35:16.5516780Z #9 35.52 + apt-get clean 2024-08-20T21:35:16.5528768Z #9 35.53 + rm -rf /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-backports_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-backports_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/auxfiles /var/lib/apt/lists/lock /var/lib/apt/lists/partial /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_InRelease /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_universe_binary-amd64_Packages.lz4 '/tmp/*' '/var/tmp/*' 2024-08-20T21:35:16.5539604Z #9 35.53 + mkdir valgrind_build 2024-08-20T21:35:16.5539982Z #9 35.53 + cd valgrind_build 2024-08-20T21:35:16.5540348Z #9 35.53 + VALGRIND_VERSION=3.20.0 2024-08-20T21:35:16.5541065Z #9 35.53 + wget https://ossci-linux.s3.amazonaws.com/valgrind-3.20.0.tar.bz2 2024-08-20T21:35:16.5542075Z #9 35.53 --2024-08-20 21:35:16-- https://ossci-linux.s3.amazonaws.com/valgrind-3.20.0.tar.bz2 2024-08-20T21:35:16.5543370Z #9 35.54 Resolving ossci-linux.s3.amazonaws.com (ossci-linux.s3.amazonaws.com)... 3.5.29.74, 52.216.163.187, 52.216.169.227, ... 2024-08-20T21:35:16.5544733Z #9 35.54 Connecting to ossci-linux.s3.amazonaws.com (ossci-linux.s3.amazonaws.com)|3.5.29.74|:443... connected. 2024-08-20T21:35:16.5545624Z #9 35.54 HTTP request sent, awaiting response... 200 OK 2024-08-20T21:35:16.5546247Z #9 35.63 Length: 16469274 (16M) [application/x-bzip2] 2024-08-20T21:35:16.5546802Z #9 35.63 Saving to: 'valgrind-3.20.0.tar.bz2' 2024-08-20T21:35:16.7780695Z #9 35.63 2024-08-20T21:35:16.7781226Z #9 35.63 0K .......... .......... .......... .......... .......... 0% 43.3M 0s 2024-08-20T21:35:16.7781950Z #9 35.64 50K .......... .......... .......... .......... .......... 0% 43.7M 0s 2024-08-20T21:35:16.7782633Z #9 35.64 100K .......... .......... .......... .......... .......... 0% 13.8M 1s 2024-08-20T21:35:16.7783307Z #9 35.64 150K .......... .......... .......... .......... .......... 1% 81.7M 1s 2024-08-20T21:35:16.7783974Z #9 35.64 200K .......... .......... .......... .......... .......... 1% 45.4M 0s 2024-08-20T21:35:16.7784618Z #9 35.64 250K .......... .......... .......... .......... .......... 1% 74.7M 0s 2024-08-20T21:35:16.7785295Z #9 35.64 300K .......... .......... .......... .......... .......... 2% 48.2M 0s 2024-08-20T21:35:16.7785954Z #9 35.64 350K .......... .......... .......... .......... .......... 2% 76.4M 0s 2024-08-20T21:35:16.7786610Z #9 35.64 400K .......... .......... .......... .......... .......... 2% 74.7M 0s 2024-08-20T21:35:16.7787257Z #9 35.65 450K .......... .......... .......... .......... .......... 3% 90.4M 0s 2024-08-20T21:35:16.7787910Z #9 35.65 500K .......... .......... .......... .......... .......... 3% 89.3M 0s 2024-08-20T21:35:16.7788796Z #9 35.65 550K .......... .......... .......... .......... .......... 3% 81.4M 0s 2024-08-20T21:35:16.7789446Z #9 35.65 600K .......... .......... .......... .......... .......... 4% 83.7M 0s 2024-08-20T21:35:16.7790101Z #9 35.65 650K .......... .......... .......... .......... .......... 4% 110M 0s 2024-08-20T21:35:16.7790751Z #9 35.65 700K .......... .......... .......... .......... .......... 4% 96.7M 0s 2024-08-20T21:35:16.7791417Z #9 35.65 750K .......... .......... .......... .......... .......... 4% 92.1M 0s 2024-08-20T21:35:16.7792061Z #9 35.65 800K .......... .......... .......... .......... .......... 5% 92.8M 0s 2024-08-20T21:35:16.7792711Z #9 35.65 850K .......... .......... .......... .......... .......... 5% 149M 0s 2024-08-20T21:35:16.7793366Z #9 35.65 900K .......... .......... .......... .......... .......... 5% 93.6M 0s 2024-08-20T21:35:16.7794137Z #9 35.65 950K .......... .......... .......... .......... .......... 6% 84.1M 0s 2024-08-20T21:35:16.7794800Z #9 35.65 1000K .......... .......... .......... .......... .......... 6% 124M 0s 2024-08-20T21:35:16.7795465Z #9 35.65 1050K .......... .......... .......... .......... .......... 6% 207M 0s 2024-08-20T21:35:16.7796108Z #9 35.65 1100K .......... .......... .......... .......... .......... 7% 102M 0s 2024-08-20T21:35:16.7796769Z #9 35.65 1150K .......... .......... .......... .......... .......... 7% 273M 0s 2024-08-20T21:35:16.7797526Z #9 35.65 1200K .......... .......... .......... .......... .......... 7% 112M 0s 2024-08-20T21:35:16.7798194Z #9 35.65 1250K .......... .......... .......... .......... .......... 8% 91.1M 0s 2024-08-20T21:35:16.7798842Z #9 35.65 1300K .......... .......... .......... .......... .......... 8% 295M 0s 2024-08-20T21:35:16.7799511Z #9 35.65 1350K .......... .......... .......... .......... .......... 8% 118M 0s 2024-08-20T21:35:16.7800279Z #9 35.65 1400K .......... .......... .......... .......... .......... 9% 233M 0s 2024-08-20T21:35:16.7800932Z #9 35.65 1450K .......... .......... .......... .......... .......... 9% 110M 0s 2024-08-20T21:35:16.7801591Z #9 35.65 1500K .......... .......... .......... .......... .......... 9% 305M 0s 2024-08-20T21:35:16.7802251Z #9 35.65 1550K .......... .......... .......... .......... .......... 9% 99.4M 0s 2024-08-20T21:35:16.7802912Z #9 35.66 1600K .......... .......... .......... .......... .......... 10% 348M 0s 2024-08-20T21:35:16.7803562Z #9 35.66 1650K .......... .......... .......... .......... .......... 10% 113M 0s 2024-08-20T21:35:16.7804217Z #9 35.66 1700K .......... .......... .......... .......... .......... 10% 294M 0s 2024-08-20T21:35:16.7804876Z #9 35.66 1750K .......... .......... .......... .......... .......... 11% 122M 0s 2024-08-20T21:35:16.7805519Z #9 35.66 1800K .......... .......... .......... .......... .......... 11% 246M 0s 2024-08-20T21:35:16.7806178Z #9 35.66 1850K .......... .......... .......... .......... .......... 11% 118M 0s 2024-08-20T21:35:16.7806842Z #9 35.66 1900K .......... .......... .......... .......... .......... 12% 248M 0s 2024-08-20T21:35:16.7807486Z #9 35.66 1950K .......... .......... .......... .......... .......... 12% 180M 0s 2024-08-20T21:35:16.7808145Z #9 35.66 2000K .......... .......... .......... .......... .......... 12% 137M 0s 2024-08-20T21:35:16.7808801Z #9 35.66 2050K .......... .......... .......... .......... .......... 13% 335M 0s 2024-08-20T21:35:16.7809460Z #9 35.66 2100K .......... .......... .......... .......... .......... 13% 118M 0s 2024-08-20T21:35:16.7810106Z #9 35.66 2150K .......... .......... .......... .......... .......... 13% 236M 0s 2024-08-20T21:35:16.7810760Z #9 35.66 2200K .......... .......... .......... .......... .......... 13% 256M 0s 2024-08-20T21:35:16.7811418Z #9 35.66 2250K .......... .......... .......... .......... .......... 14% 154M 0s 2024-08-20T21:35:16.7812173Z #9 35.66 2300K .......... .......... .......... .......... .......... 14% 250M 0s 2024-08-20T21:35:16.7812884Z #9 35.66 2350K .......... .......... .......... .......... .......... 14% 320M 0s 2024-08-20T21:35:16.7813531Z #9 35.66 2400K .......... .......... .......... .......... .......... 15% 165M 0s 2024-08-20T21:35:16.7814163Z #9 35.66 2450K .......... .......... .......... .......... .......... 15% 292M 0s 2024-08-20T21:35:16.7814810Z #9 35.66 2500K .......... .......... .......... .......... .......... 15% 215M 0s 2024-08-20T21:35:16.7815453Z #9 35.66 2550K .......... .......... .......... .......... .......... 16% 156M 0s 2024-08-20T21:35:16.7816094Z #9 35.66 2600K .......... .......... .......... .......... .......... 16% 255M 0s 2024-08-20T21:35:16.7816719Z #9 35.66 2650K .......... .......... .......... .......... .......... 16% 235M 0s 2024-08-20T21:35:16.7817358Z #9 35.66 2700K .......... .......... .......... .......... .......... 17% 204M 0s 2024-08-20T21:35:16.7817997Z #9 35.66 2750K .......... .......... .......... .......... .......... 17% 290M 0s 2024-08-20T21:35:16.7818629Z #9 35.66 2800K .......... .......... .......... .......... .......... 17% 321M 0s 2024-08-20T21:35:16.7819265Z #9 35.66 2850K .......... .......... .......... .......... .......... 18% 181M 0s 2024-08-20T21:35:16.7819905Z #9 35.66 2900K .......... .......... .......... .......... .......... 18% 313M 0s 2024-08-20T21:35:16.7820542Z #9 35.66 2950K .......... .......... .......... .......... .......... 18% 337M 0s 2024-08-20T21:35:16.7821231Z #9 35.66 3000K .......... .......... .......... .......... .......... 18% 141M 0s 2024-08-20T21:35:16.7821871Z #9 35.66 3050K .......... .......... .......... .......... .......... 19% 242M 0s 2024-08-20T21:35:16.7822514Z #9 35.66 3100K .......... .......... .......... .......... .......... 19% 305M 0s 2024-08-20T21:35:16.7823147Z #9 35.66 3150K .......... .......... .......... .......... .......... 19% 312M 0s 2024-08-20T21:35:16.7823789Z #9 35.66 3200K .......... .......... .......... .......... .......... 20% 276M 0s 2024-08-20T21:35:16.7824437Z #9 35.66 3250K .......... .......... .......... .......... .......... 20% 280M 0s 2024-08-20T21:35:16.7825068Z #9 35.66 3300K .......... .......... .......... .......... .......... 20% 282M 0s 2024-08-20T21:35:16.7825709Z #9 35.66 3350K .......... .......... .......... .......... .......... 21% 316M 0s 2024-08-20T21:35:16.7826347Z #9 35.66 3400K .......... .......... .......... .......... .......... 21% 273M 0s 2024-08-20T21:35:16.7826990Z #9 35.66 3450K .......... .......... .......... .......... .......... 21% 241M 0s 2024-08-20T21:35:16.7827617Z #9 35.66 3500K .......... .......... .......... .......... .......... 22% 300M 0s 2024-08-20T21:35:16.7828258Z #9 35.66 3550K .......... .......... .......... .......... .......... 22% 292M 0s 2024-08-20T21:35:16.7828898Z #9 35.66 3600K .......... .......... .......... .......... .......... 22% 235M 0s 2024-08-20T21:35:16.7829524Z #9 35.66 3650K .......... .......... .......... .......... .......... 23% 282M 0s 2024-08-20T21:35:16.7830168Z #9 35.66 3700K .......... .......... .......... .......... .......... 23% 324M 0s 2024-08-20T21:35:16.7830808Z #9 35.66 3750K .......... .......... .......... .......... .......... 23% 322M 0s 2024-08-20T21:35:16.7831434Z #9 35.66 3800K .......... .......... .......... .......... .......... 23% 297M 0s 2024-08-20T21:35:16.7832076Z #9 35.66 3850K .......... .......... .......... .......... .......... 24% 252M 0s 2024-08-20T21:35:16.7832719Z #9 35.67 3900K .......... .......... .......... .......... .......... 24% 286M 0s 2024-08-20T21:35:16.7833359Z #9 35.67 3950K .......... .......... .......... .......... .......... 24% 287M 0s 2024-08-20T21:35:16.7834311Z #9 35.67 4000K .......... .......... .......... .......... .......... 25% 289M 0s 2024-08-20T21:35:16.7834974Z #9 35.67 4050K .......... .......... .......... .......... .......... 25% 290M 0s 2024-08-20T21:35:16.7835636Z #9 35.67 4100K .......... .......... .......... .......... .......... 25% 284M 0s 2024-08-20T21:35:16.7836397Z #9 35.67 4150K .......... .......... .......... .......... .......... 26% 290M 0s 2024-08-20T21:35:16.7837052Z #9 35.67 4200K .......... .......... .......... .......... .......... 26% 334M 0s 2024-08-20T21:35:16.7837714Z #9 35.67 4250K .......... .......... .......... .......... .......... 26% 238M 0s 2024-08-20T21:35:16.7838365Z #9 35.67 4300K .......... .......... .......... .......... .......... 27% 278M 0s 2024-08-20T21:35:16.7839031Z #9 35.67 4350K .......... .......... .......... .......... .......... 27% 297M 0s 2024-08-20T21:35:16.7839684Z #9 35.67 4400K .......... .......... .......... .......... .......... 27% 276M 0s 2024-08-20T21:35:16.7840434Z #9 35.67 4450K .......... .......... .......... .......... .......... 27% 291M 0s 2024-08-20T21:35:16.7841082Z #9 35.67 4500K .......... .......... .......... .......... .......... 28% 237M 0s 2024-08-20T21:35:16.7841741Z #9 35.67 4550K .......... .......... .......... .......... .......... 28% 292M 0s 2024-08-20T21:35:16.7842409Z #9 35.67 4600K .......... .......... .......... .......... .......... 28% 312M 0s 2024-08-20T21:35:16.7843056Z #9 35.67 4650K .......... .......... .......... .......... .......... 29% 276M 0s 2024-08-20T21:35:16.7843719Z #9 35.67 4700K .......... .......... .......... .......... .......... 29% 241M 0s 2024-08-20T21:35:16.7844377Z #9 35.67 4750K .......... .......... .......... .......... .......... 29% 289M 0s 2024-08-20T21:35:16.7845129Z #9 35.67 4800K .......... .......... .......... .......... .......... 30% 302M 0s 2024-08-20T21:35:16.7845783Z #9 35.67 4850K .......... .......... .......... .......... .......... 30% 293M 0s 2024-08-20T21:35:16.7846447Z #9 35.67 4900K .......... .......... .......... .......... .......... 30% 282M 0s 2024-08-20T21:35:16.7847108Z #9 35.67 4950K .......... .......... .......... .......... .......... 31% 313M 0s 2024-08-20T21:35:16.7847758Z #9 35.67 5000K .......... .......... .......... .......... .......... 31% 276M 0s 2024-08-20T21:35:16.7848424Z #9 35.67 5050K .......... .......... .......... .......... .......... 31% 345M 0s 2024-08-20T21:35:16.7849085Z #9 35.67 5100K .......... .......... .......... .......... .......... 32% 241M 0s 2024-08-20T21:35:16.7849727Z #9 35.67 5150K .......... .......... .......... .......... .......... 32% 243M 0s 2024-08-20T21:35:16.7850385Z #9 35.67 5200K .......... .......... .......... .......... .......... 32% 307M 0s 2024-08-20T21:35:16.7851043Z #9 35.67 5250K .......... .......... .......... .......... .......... 32% 283M 0s 2024-08-20T21:35:16.7851700Z #9 35.67 5300K .......... .......... .......... .......... .......... 33% 301M 0s 2024-08-20T21:35:16.7852426Z #9 35.67 5350K .......... .......... .......... .......... .......... 33% 301M 0s 2024-08-20T21:35:16.7853032Z #9 35.67 5400K .......... .......... .......... .......... .......... 33% 272M 0s 2024-08-20T21:35:16.7853641Z #9 35.67 5450K .......... .......... .......... .......... .......... 34% 338M 0s 2024-08-20T21:35:16.7854247Z #9 35.67 5500K .......... .......... .......... .......... .......... 34% 286M 0s 2024-08-20T21:35:16.7854856Z #9 35.67 5550K .......... .......... .......... .......... .......... 34% 299M 0s 2024-08-20T21:35:16.7855463Z #9 35.67 5600K .......... .......... .......... .......... .......... 35% 306M 0s 2024-08-20T21:35:16.7856059Z #9 35.67 5650K .......... .......... .......... .......... .......... 35% 280M 0s 2024-08-20T21:35:16.7856673Z #9 35.67 5700K .......... .......... .......... .......... .......... 35% 284M 0s 2024-08-20T21:35:16.7857442Z #9 35.67 5750K .......... .......... .......... .......... .......... 36% 305M 0s 2024-08-20T21:35:16.7858085Z #9 35.67 5800K .......... .......... .......... .......... .......... 36% 305M 0s 2024-08-20T21:35:16.7858712Z #9 35.67 5850K .......... .......... .......... .......... .......... 36% 273M 0s 2024-08-20T21:35:16.7859352Z #9 35.67 5900K .......... .......... .......... .......... .......... 36% 269M 0s 2024-08-20T21:35:16.7860044Z #9 35.67 5950K .......... .......... .......... .......... .......... 37% 270M 0s 2024-08-20T21:35:16.7860671Z #9 35.67 6000K .......... .......... .......... .......... .......... 37% 300M 0s 2024-08-20T21:35:16.7861310Z #9 35.67 6050K .......... .......... .......... .......... .......... 37% 285M 0s 2024-08-20T21:35:16.7861949Z #9 35.67 6100K .......... .......... .......... .......... .......... 38% 280M 0s 2024-08-20T21:35:16.7862596Z #9 35.67 6150K .......... .......... .......... .......... .......... 38% 261M 0s 2024-08-20T21:35:16.7863225Z #9 35.67 6200K .......... .......... .......... .......... .......... 38% 279M 0s 2024-08-20T21:35:16.7863870Z #9 35.67 6250K .......... .......... .......... .......... .......... 39% 312M 0s 2024-08-20T21:35:16.7864511Z #9 35.67 6300K .......... .......... .......... .......... .......... 39% 274M 0s 2024-08-20T21:35:16.7865137Z #9 35.67 6350K .......... .......... .......... .......... .......... 39% 312M 0s 2024-08-20T21:35:16.7865782Z #9 35.67 6400K .......... .......... .......... .......... .......... 40% 327M 0s 2024-08-20T21:35:16.7866425Z #9 35.67 6450K .......... .......... .......... .......... .......... 40% 281M 0s 2024-08-20T21:35:16.7867051Z #9 35.67 6500K .......... .......... .......... .......... .......... 40% 296M 0s 2024-08-20T21:35:16.7867691Z #9 35.67 6550K .......... .......... .......... .......... .......... 41% 288M 0s 2024-08-20T21:35:16.7868379Z #9 35.67 6600K .......... .......... .......... .......... .......... 41% 322M 0s 2024-08-20T21:35:16.7869021Z #9 35.67 6650K .......... .......... .......... .......... .......... 41% 300M 0s 2024-08-20T21:35:16.7869655Z #9 35.67 6700K .......... .......... .......... .......... .......... 41% 300M 0s 2024-08-20T21:35:16.7870296Z #9 35.67 6750K .......... .......... .......... .......... .......... 42% 270M 0s 2024-08-20T21:35:16.7870935Z #9 35.67 6800K .......... .......... .......... .......... .......... 42% 275M 0s 2024-08-20T21:35:16.7871570Z #9 35.68 6850K .......... .......... .......... .......... .......... 42% 275M 0s 2024-08-20T21:35:16.7872215Z #9 35.68 6900K .......... .......... .......... .......... .......... 43% 288M 0s 2024-08-20T21:35:16.7872859Z #9 35.68 6950K .......... .......... .......... .......... .......... 43% 292M 0s 2024-08-20T21:35:16.7873489Z #9 35.68 7000K .......... .......... .......... .......... .......... 43% 289M 0s 2024-08-20T21:35:16.7874133Z #9 35.68 7050K .......... .......... .......... .......... .......... 44% 278M 0s 2024-08-20T21:35:16.7874773Z #9 35.68 7100K .......... .......... .......... .......... .......... 44% 267M 0s 2024-08-20T21:35:16.7875417Z #9 35.68 7150K .......... .......... .......... .......... .......... 44% 232M 0s 2024-08-20T21:35:16.7876042Z #9 35.68 7200K .......... .......... .......... .......... .......... 45% 321M 0s 2024-08-20T21:35:16.7876680Z #9 35.68 7250K .......... .......... .......... .......... .......... 45% 283M 0s 2024-08-20T21:35:16.7877328Z #9 35.68 7300K .......... .......... .......... .......... .......... 45% 311M 0s 2024-08-20T21:35:16.7877953Z #9 35.68 7350K .......... .......... .......... .......... .......... 46% 309M 0s 2024-08-20T21:35:16.7878590Z #9 35.68 7400K .......... .......... .......... .......... .......... 46% 281M 0s 2024-08-20T21:35:16.7879229Z #9 35.68 7450K .......... .......... .......... .......... .......... 46% 264M 0s 2024-08-20T21:35:16.7879937Z #9 35.68 7500K .......... .......... .......... .......... .......... 46% 302M 0s 2024-08-20T21:35:16.7880766Z #9 35.68 7550K .......... .......... .......... .......... .......... 47% 250M 0s 2024-08-20T21:35:16.7881425Z #9 35.68 7600K .......... .......... .......... .......... .......... 47% 323M 0s 2024-08-20T21:35:16.7882085Z #9 35.68 7650K .......... .......... .......... .......... .......... 47% 273M 0s 2024-08-20T21:35:16.7882799Z #9 35.68 7700K .......... .......... .......... .......... .......... 48% 287M 0s 2024-08-20T21:35:16.7883461Z #9 35.68 7750K .......... .......... .......... .......... .......... 48% 302M 0s 2024-08-20T21:35:16.7884122Z #9 35.68 7800K .......... .......... .......... .......... .......... 48% 304M 0s 2024-08-20T21:35:16.7884772Z #9 35.68 7850K .......... .......... .......... .......... .......... 49% 284M 0s 2024-08-20T21:35:16.7885433Z #9 35.68 7900K .......... .......... .......... .......... .......... 49% 285M 0s 2024-08-20T21:35:16.7886092Z #9 35.68 7950K .......... .......... .......... .......... .......... 49% 235M 0s 2024-08-20T21:35:16.7886753Z #9 35.68 8000K .......... .......... .......... .......... .......... 50% 324M 0s 2024-08-20T21:35:16.7887400Z #9 35.68 8050K .......... .......... .......... .......... .......... 50% 327M 0s 2024-08-20T21:35:16.7888054Z #9 35.68 8100K .......... .......... .......... .......... .......... 50% 311M 0s 2024-08-20T21:35:16.7888713Z #9 35.68 8150K .......... .......... .......... .......... .......... 50% 274M 0s 2024-08-20T21:35:16.7889359Z #9 35.68 8200K .......... .......... .......... .......... .......... 51% 246M 0s 2024-08-20T21:35:16.7890017Z #9 35.68 8250K .......... .......... .......... .......... .......... 51% 266M 0s 2024-08-20T21:35:16.7890679Z #9 35.68 8300K .......... .......... .......... .......... .......... 51% 289M 0s 2024-08-20T21:35:16.7891322Z #9 35.68 8350K .......... .......... .......... .......... .......... 52% 289M 0s 2024-08-20T21:35:16.7892031Z #9 35.68 8400K .......... .......... .......... .......... .......... 52% 256M 0s 2024-08-20T21:35:16.7892793Z #9 35.68 8450K .......... .......... .......... .......... .......... 52% 318M 0s 2024-08-20T21:35:16.7893430Z #9 35.68 8500K .......... .......... .......... .......... .......... 53% 283M 0s 2024-08-20T21:35:16.7894062Z #9 35.68 8550K .......... .......... .......... .......... .......... 53% 293M 0s 2024-08-20T21:35:16.7894708Z #9 35.68 8600K .......... .......... .......... .......... .......... 53% 296M 0s 2024-08-20T21:35:16.7895350Z #9 35.68 8650K .......... .......... .......... .......... .......... 54% 271M 0s 2024-08-20T21:35:16.7895984Z #9 35.68 8700K .......... .......... .......... .......... .......... 54% 302M 0s 2024-08-20T21:35:16.7896625Z #9 35.68 8750K .......... .......... .......... .......... .......... 54% 287M 0s 2024-08-20T21:35:16.7897263Z #9 35.68 8800K .......... .......... .......... .......... .......... 55% 252M 0s 2024-08-20T21:35:16.7897894Z #9 35.68 8850K .......... .......... .......... .......... .......... 55% 321M 0s 2024-08-20T21:35:16.7898539Z #9 35.68 8900K .......... .......... .......... .......... .......... 55% 335M 0s 2024-08-20T21:35:16.7899181Z #9 35.68 8950K .......... .......... .......... .......... .......... 55% 273M 0s 2024-08-20T21:35:16.7899818Z #9 35.68 9000K .......... .......... .......... .......... .......... 56% 292M 0s 2024-08-20T21:35:16.7900449Z #9 35.68 9050K .......... .......... .......... .......... .......... 56% 299M 0s 2024-08-20T21:35:16.7901089Z #9 35.68 9100K .......... .......... .......... .......... .......... 56% 293M 0s 2024-08-20T21:35:16.7901732Z #9 35.68 9150K .......... .......... .......... .......... .......... 57% 313M 0s 2024-08-20T21:35:16.7902356Z #9 35.68 9200K .......... .......... .......... .......... .......... 57% 239M 0s 2024-08-20T21:35:16.7902995Z #9 35.68 9250K .......... .......... .......... .......... .......... 57% 300M 0s 2024-08-20T21:35:16.7903640Z #9 35.68 9300K .......... .......... .......... .......... .......... 58% 326M 0s 2024-08-20T21:35:16.7904278Z #9 35.68 9350K .......... .......... .......... .......... .......... 58% 266M 0s 2024-08-20T21:35:16.7904903Z #9 35.68 9400K .......... .......... .......... .......... .......... 58% 271M 0s 2024-08-20T21:35:16.7905538Z #9 35.68 9450K .......... .......... .......... .......... .......... 59% 298M 0s 2024-08-20T21:35:16.7906235Z #9 35.68 9500K .......... .......... .......... .......... .......... 59% 306M 0s 2024-08-20T21:35:16.7906862Z #9 35.68 9550K .......... .......... .......... .......... .......... 59% 297M 0s 2024-08-20T21:35:16.7907506Z #9 35.68 9600K .......... .......... .......... .......... .......... 60% 241M 0s 2024-08-20T21:35:16.7908149Z #9 35.68 9650K .......... .......... .......... .......... .......... 60% 286M 0s 2024-08-20T21:35:16.7908782Z #9 35.68 9700K .......... .......... .......... .......... .......... 60% 303M 0s 2024-08-20T21:35:16.7909431Z #9 35.69 9750K .......... .......... .......... .......... .......... 60% 347M 0s 2024-08-20T21:35:16.7910069Z #9 35.69 9800K .......... .......... .......... .......... .......... 61% 304M 0s 2024-08-20T21:35:16.7910711Z #9 35.69 9850K .......... .......... .......... .......... .......... 61% 301M 0s 2024-08-20T21:35:16.7911338Z #9 35.69 9900K .......... .......... .......... .......... .......... 61% 292M 0s 2024-08-20T21:35:16.7911980Z #9 35.69 9950K .......... .......... .......... .......... .......... 62% 279M 0s 2024-08-20T21:35:16.7912624Z #9 35.69 10000K .......... .......... .......... .......... .......... 62% 303M 0s 2024-08-20T21:35:16.7913253Z #9 35.69 10050K .......... .......... .......... .......... .......... 62% 249M 0s 2024-08-20T21:35:16.7913900Z #9 35.69 10100K .......... .......... .......... .......... .......... 63% 325M 0s 2024-08-20T21:35:16.7914544Z #9 35.69 10150K .......... .......... .......... .......... .......... 63% 345M 0s 2024-08-20T21:35:16.7915225Z #9 35.69 10200K .......... .......... .......... .......... .......... 63% 292M 0s 2024-08-20T21:35:16.7915871Z #9 35.69 10250K .......... .......... .......... .......... .......... 64% 290M 0s 2024-08-20T21:35:16.7916516Z #9 35.69 10300K .......... .......... .......... .......... .......... 64% 284M 0s 2024-08-20T21:35:16.7917157Z #9 35.69 10350K .......... .......... .......... .......... .......... 64% 258M 0s 2024-08-20T21:35:16.7917796Z #9 35.69 10400K .......... .......... .......... .......... .......... 64% 289M 0s 2024-08-20T21:35:16.7918444Z #9 35.69 10450K .......... .......... .......... .......... .......... 65% 253M 0s 2024-08-20T21:35:16.7919098Z #9 35.69 10500K .......... .......... .......... .......... .......... 65% 309M 0s 2024-08-20T21:35:16.7919732Z #9 35.69 10550K .......... .......... .......... .......... .......... 65% 327M 0s 2024-08-20T21:35:16.7920640Z #9 35.69 10600K .......... .......... .......... .......... .......... 66% 354M 0s 2024-08-20T21:35:16.7921398Z #9 35.69 10650K .......... .......... .......... .......... .......... 66% 326M 0s 2024-08-20T21:35:16.7922067Z #9 35.69 10700K .......... .......... .......... .......... .......... 66% 305M 0s 2024-08-20T21:35:16.7922719Z #9 35.69 10750K .......... .......... .......... .......... .......... 67% 328M 0s 2024-08-20T21:35:16.7923384Z #9 35.69 10800K .......... .......... .......... .......... .......... 67% 321M 0s 2024-08-20T21:35:16.7924048Z #9 35.69 10850K .......... .......... .......... .......... .......... 67% 258M 0s 2024-08-20T21:35:16.7924701Z #9 35.69 10900K .......... .......... .......... .......... .......... 68% 298M 0s 2024-08-20T21:35:16.7925369Z #9 35.69 10950K .......... .......... .......... .......... .......... 68% 296M 0s 2024-08-20T21:35:16.7926031Z #9 35.69 11000K .......... .......... .......... .......... .......... 68% 323M 0s 2024-08-20T21:35:16.7926679Z #9 35.69 11050K .......... .......... .......... .......... .......... 69% 297M 0s 2024-08-20T21:35:16.7927352Z #9 35.69 11100K .......... .......... .......... .......... .......... 69% 317M 0s 2024-08-20T21:35:16.7928013Z #9 35.69 11150K .......... .......... .......... .......... .......... 69% 296M 0s 2024-08-20T21:35:16.7928674Z #9 35.69 11200K .......... .......... .......... .......... .......... 69% 305M 0s 2024-08-20T21:35:16.7929328Z #9 35.69 11250K .......... .......... .......... .......... .......... 70% 253M 0s 2024-08-20T21:35:16.7930070Z #9 35.69 11300K .......... .......... .......... .......... .......... 70% 302M 0s 2024-08-20T21:35:16.7930732Z #9 35.69 11350K .......... .......... .......... .......... .......... 70% 311M 0s 2024-08-20T21:35:16.7931387Z #9 35.69 11400K .......... .......... .......... .......... .......... 71% 334M 0s 2024-08-20T21:35:16.7932054Z #9 35.69 11450K .......... .......... .......... .......... .......... 71% 350M 0s 2024-08-20T21:35:16.7932717Z #9 35.69 11500K .......... .......... .......... .......... .......... 71% 307M 0s 2024-08-20T21:35:16.7933371Z #9 35.69 11550K .......... .......... .......... .......... .......... 72% 335M 0s 2024-08-20T21:35:16.7934179Z #9 35.69 11600K .......... .......... .......... .......... .......... 72% 333M 0s 2024-08-20T21:35:16.7934847Z #9 35.69 11650K .......... .......... .......... .......... .......... 72% 312M 0s 2024-08-20T21:35:16.7935515Z #9 35.69 11700K .......... .......... .......... .......... .......... 73% 271M 0s 2024-08-20T21:35:16.7936170Z #9 35.69 11750K .......... .......... .......... .......... .......... 73% 325M 0s 2024-08-20T21:35:16.7936834Z #9 35.69 11800K .......... .......... .......... .......... .......... 73% 287M 0s 2024-08-20T21:35:16.7937496Z #9 35.69 11850K .......... .......... .......... .......... .......... 73% 317M 0s 2024-08-20T21:35:16.7938147Z #9 35.69 11900K .......... .......... .......... .......... .......... 74% 299M 0s 2024-08-20T21:35:16.7938810Z #9 35.69 11950K .......... .......... .......... .......... .......... 74% 283M 0s 2024-08-20T21:35:16.7939562Z #9 35.69 12000K .......... .......... .......... .......... .......... 74% 326M 0s 2024-08-20T21:35:16.7940220Z #9 35.69 12050K .......... .......... .......... .......... .......... 75% 316M 0s 2024-08-20T21:35:16.7940917Z #9 35.69 12100K .......... .......... .......... .......... .......... 75% 283M 0s 2024-08-20T21:35:16.7941579Z #9 35.69 12150K .......... .......... .......... .......... .......... 75% 333M 0s 2024-08-20T21:35:16.7942244Z #9 35.69 12200K .......... .......... .......... .......... .......... 76% 304M 0s 2024-08-20T21:35:16.7942899Z #9 35.69 12250K .......... .......... .......... .......... .......... 76% 348M 0s 2024-08-20T21:35:16.7943559Z #9 35.69 12300K .......... .......... .......... .......... .......... 76% 362M 0s 2024-08-20T21:35:16.7944222Z #9 35.69 12350K .......... .......... .......... .......... .......... 77% 309M 0s 2024-08-20T21:35:16.7944868Z #9 35.69 12400K .......... .......... .......... .......... .......... 77% 317M 0s 2024-08-20T21:35:16.7945654Z #9 35.69 12450K .......... .......... .......... .......... .......... 77% 317M 0s 2024-08-20T21:35:16.7946296Z #9 35.69 12500K .......... .......... .......... .......... .......... 78% 254M 0s 2024-08-20T21:35:16.7946946Z #9 35.69 12550K .......... .......... .......... .......... .......... 78% 308M 0s 2024-08-20T21:35:16.7947577Z #9 35.69 12600K .......... .......... .......... .......... .......... 78% 315M 0s 2024-08-20T21:35:16.7948223Z #9 35.69 12650K .......... .......... .......... .......... .......... 78% 340M 0s 2024-08-20T21:35:16.7948870Z #9 35.69 12700K .......... .......... .......... .......... .......... 79% 363M 0s 2024-08-20T21:35:16.7949507Z #9 35.69 12750K .......... .......... .......... .......... .......... 79% 298M 0s 2024-08-20T21:35:16.7950155Z #9 35.69 12800K .......... .......... .......... .......... .......... 79% 309M 0s 2024-08-20T21:35:16.7950801Z #9 35.69 12850K .......... .......... .......... .......... .......... 80% 318M 0s 2024-08-20T21:35:16.7951435Z #9 35.70 12900K .......... .......... .......... .......... .......... 80% 275M 0s 2024-08-20T21:35:16.7952083Z #9 35.70 12950K .......... .......... .......... .......... .......... 80% 289M 0s 2024-08-20T21:35:16.7952723Z #9 35.70 13000K .......... .......... .......... .......... .......... 81% 307M 0s 2024-08-20T21:35:16.7953368Z #9 35.70 13050K .......... .......... .......... .......... .......... 81% 293M 0s 2024-08-20T21:35:16.7954074Z #9 35.70 13100K .......... .......... .......... .......... .......... 81% 337M 0s 2024-08-20T21:35:16.7954723Z #9 35.70 13150K .......... .......... .......... .......... .......... 82% 360M 0s 2024-08-20T21:35:16.7955374Z #9 35.70 13200K .......... .......... .......... .......... .......... 82% 334M 0s 2024-08-20T21:35:16.7956011Z #9 35.70 13250K .......... .......... .......... .......... .......... 82% 306M 0s 2024-08-20T21:35:16.7956662Z #9 35.70 13300K .......... .......... .......... .......... .......... 83% 302M 0s 2024-08-20T21:35:16.7957317Z #9 35.70 13350K .......... .......... .......... .......... .......... 83% 276M 0s 2024-08-20T21:35:16.7957960Z #9 35.70 13400K .......... .......... .......... .......... .......... 83% 322M 0s 2024-08-20T21:35:16.7958598Z #9 35.70 13450K .......... .......... .......... .......... .......... 83% 304M 0s 2024-08-20T21:35:16.7959244Z #9 35.70 13500K .......... .......... .......... .......... .......... 84% 272M 0s 2024-08-20T21:35:16.7959958Z #9 35.70 13550K .......... .......... .......... .......... .......... 84% 331M 0s 2024-08-20T21:35:16.7960771Z #9 35.70 13600K .......... .......... .......... .......... .......... 84% 330M 0s 2024-08-20T21:35:16.7961467Z #9 35.70 13650K .......... .......... .......... .......... .......... 85% 319M 0s 2024-08-20T21:35:16.7962131Z #9 35.70 13700K .......... .......... .......... .......... .......... 85% 307M 0s 2024-08-20T21:35:16.7962791Z #9 35.70 13750K .......... .......... .......... .......... .......... 85% 263M 0s 2024-08-20T21:35:16.7963510Z #9 35.70 13800K .......... .......... .......... .......... .......... 86% 316M 0s 2024-08-20T21:35:16.7964174Z #9 35.70 13850K .......... .......... .......... .......... .......... 86% 315M 0s 2024-08-20T21:35:16.7964839Z #9 35.70 13900K .......... .......... .......... .......... .......... 86% 315M 0s 2024-08-20T21:35:16.7965490Z #9 35.70 13950K .......... .......... .......... .......... .......... 87% 345M 0s 2024-08-20T21:35:16.7966154Z #9 35.70 14000K .......... .......... .......... .......... .......... 87% 333M 0s 2024-08-20T21:35:16.7966825Z #9 35.70 14050K .......... .......... .......... .......... .......... 87% 311M 0s 2024-08-20T21:35:16.7967476Z #9 35.70 14100K .......... .......... .......... .......... .......... 87% 299M 0s 2024-08-20T21:35:16.7968142Z #9 35.70 14150K .......... .......... .......... .......... .......... 88% 286M 0s 2024-08-20T21:35:16.7968807Z #9 35.70 14200K .......... .......... .......... .......... .......... 88% 318M 0s 2024-08-20T21:35:16.7969463Z #9 35.70 14250K .......... .......... .......... .......... .......... 88% 305M 0s 2024-08-20T21:35:16.7970128Z #9 35.70 14300K .......... .......... .......... .......... .......... 89% 325M 0s 2024-08-20T21:35:16.7970798Z #9 35.70 14350K .......... .......... .......... .......... .......... 89% 301M 0s 2024-08-20T21:35:16.7971461Z #9 35.70 14400K .......... .......... .......... .......... .......... 89% 343M 0s 2024-08-20T21:35:16.7972120Z #9 35.70 14450K .......... .......... .......... .......... .......... 90% 335M 0s 2024-08-20T21:35:16.7972883Z #9 35.70 14500K .......... .......... .......... .......... .......... 90% 321M 0s 2024-08-20T21:35:16.7973530Z #9 35.70 14550K .......... .......... .......... .......... .......... 90% 247M 0s 2024-08-20T21:35:16.7974164Z #9 35.70 14600K .......... .......... .......... .......... .......... 91% 329M 0s 2024-08-20T21:35:16.7974811Z #9 35.70 14650K .......... .......... .......... .......... .......... 91% 333M 0s 2024-08-20T21:35:16.7975460Z #9 35.70 14700K .......... .......... .......... .......... .......... 91% 309M 0s 2024-08-20T21:35:16.7976091Z #9 35.70 14750K .......... .......... .......... .......... .......... 92% 293M 0s 2024-08-20T21:35:16.7976739Z #9 35.70 14800K .......... .......... .......... .......... .......... 92% 374M 0s 2024-08-20T21:35:16.7977386Z #9 35.70 14850K .......... .......... .......... .......... .......... 92% 321M 0s 2024-08-20T21:35:16.7978080Z #9 35.70 14900K .......... .......... .......... .......... .......... 92% 348M 0s 2024-08-20T21:35:16.7978715Z #9 35.70 14950K .......... .......... .......... .......... .......... 93% 360M 0s 2024-08-20T21:35:16.7979363Z #9 35.70 15000K .......... .......... .......... .......... .......... 93% 261M 0s 2024-08-20T21:35:16.7980011Z #9 35.70 15050K .......... .......... .......... .......... .......... 93% 294M 0s 2024-08-20T21:35:16.7980645Z #9 35.70 15100K .......... .......... .......... .......... .......... 94% 349M 0s 2024-08-20T21:35:16.7981298Z #9 35.70 15150K .......... .......... .......... .......... .......... 94% 348M 0s 2024-08-20T21:35:16.7981950Z #9 35.70 15200K .......... .......... .......... .......... .......... 94% 320M 0s 2024-08-20T21:35:16.7982596Z #9 35.70 15250K .......... .......... .......... .......... .......... 95% 332M 0s 2024-08-20T21:35:16.7983233Z #9 35.70 15300K .......... .......... .......... .......... .......... 95% 131M 0s 2024-08-20T21:35:16.7983886Z #9 35.70 15350K .......... .......... .......... .......... .......... 95% 256M 0s 2024-08-20T21:35:16.7984532Z #9 35.70 15400K .......... .......... .......... .......... .......... 96% 238M 0s 2024-08-20T21:35:16.7985168Z #9 35.70 15450K .......... .......... .......... .......... .......... 96% 351M 0s 2024-08-20T21:35:16.7985818Z #9 35.70 15500K .......... .......... .......... .......... .......... 96% 43.9M 0s 2024-08-20T21:35:16.7986459Z #9 35.70 15550K .......... .......... .......... .......... .......... 96% 312M 0s 2024-08-20T21:35:16.7987147Z #9 35.70 15600K .......... .......... .......... .......... .......... 97% 267M 0s 2024-08-20T21:35:16.7987798Z #9 35.70 15650K .......... .......... .......... .......... .......... 97% 44.6M 0s 2024-08-20T21:35:16.7988440Z #9 35.71 15700K .......... .......... .......... .......... .......... 97% 257M 0s 2024-08-20T21:35:16.7989083Z #9 35.71 15750K .......... .......... .......... .......... .......... 98% 358M 0s 2024-08-20T21:35:16.7989720Z #9 35.71 15800K .......... .......... .......... .......... .......... 98% 290M 0s 2024-08-20T21:35:16.7990369Z #9 35.71 15850K .......... .......... .......... .......... .......... 98% 44.7M 0s 2024-08-20T21:35:16.7991020Z #9 35.71 15900K .......... .......... .......... .......... .......... 99% 39.9M 0s 2024-08-20T21:35:16.7991650Z #9 35.71 15950K .......... .......... .......... .......... .......... 99% 265M 0s 2024-08-20T21:35:16.7992300Z #9 35.71 16000K .......... .......... .......... .......... .......... 99% 284M 0s 2024-08-20T21:35:16.7992957Z #9 35.71 16050K .......... .......... .......... ... 100% 31.5M=0.08s 2024-08-20T21:35:16.7993453Z #9 35.71 2024-08-20T21:35:16.7994220Z #9 35.71 2024-08-20 21:35:16 (208 MB/s) - 'valgrind-3.20.0.tar.bz2' saved [16469274/16469274] 2024-08-20T21:35:16.7994832Z #9 35.71 2024-08-20T21:35:16.7995169Z #9 35.71 + tar -xjf valgrind-3.20.0.tar.bz2 2024-08-20T21:35:19.5871467Z #9 38.67 + cd valgrind-3.20.0 2024-08-20T21:35:19.5872910Z #9 38.67 + ./configure --prefix=/usr/local 2024-08-20T21:35:19.6904914Z #9 38.74 checking for a BSD-compatible install... /usr/bin/install -c 2024-08-20T21:35:19.6905702Z #9 38.75 checking whether build environment is sane... yes 2024-08-20T21:35:19.6906489Z #9 38.76 checking for a race-free mkdir -p... /usr/bin/mkdir -p 2024-08-20T21:35:19.6907098Z #9 38.76 checking for gawk... no 2024-08-20T21:35:19.6907468Z #9 38.76 checking for mawk... mawk 2024-08-20T21:35:19.6907912Z #9 38.76 checking whether make sets $(MAKE)... yes 2024-08-20T21:35:19.6908520Z #9 38.77 checking whether make supports nested variables... yes 2024-08-20T21:35:19.6909379Z #9 38.77 checking whether to enable maintainer-specific portions of Makefiles... no 2024-08-20T21:35:19.8058277Z #9 38.77 checking whether ln -s works... yes 2024-08-20T21:35:19.8058790Z #9 38.77 checking for gcc... gcc 2024-08-20T21:35:19.8059258Z #9 38.80 checking whether the C compiler works... yes 2024-08-20T21:35:19.8059869Z #9 38.83 checking for C compiler default output file name... a.out 2024-08-20T21:35:19.8060739Z #9 38.83 checking for suffix of executables... 2024-08-20T21:35:19.8061274Z #9 38.86 checking whether we are cross compiling... no 2024-08-20T21:35:19.9076556Z #9 38.89 checking for suffix of object files... o 2024-08-20T21:35:19.9077231Z #9 38.91 checking whether the compiler supports GNU C... yes 2024-08-20T21:35:19.9078169Z #9 38.92 checking whether gcc accepts -g... yes 2024-08-20T21:35:19.9078771Z #9 38.94 checking for gcc option to enable C11 features... none needed 2024-08-20T21:35:19.9079582Z #9 38.96 checking whether gcc understands -c and -o together... yes 2024-08-20T21:35:19.9080451Z #9 38.98 checking whether make supports the include directive... yes (GNU style) 2024-08-20T21:35:20.0204209Z #9 38.99 checking dependency style of gcc... gcc3 2024-08-20T21:35:20.0205095Z #9 39.02 checking how to run the C preprocessor... gcc -E 2024-08-20T21:35:20.0205616Z #9 39.06 checking for g++... g++ 2024-08-20T21:35:20.0206145Z #9 39.07 checking whether the compiler supports GNU C++... yes 2024-08-20T21:35:20.0206782Z #9 39.09 checking whether g++ accepts -g... yes 2024-08-20T21:35:20.1317267Z #9 39.10 checking for g++ option to enable C++11 features... none needed 2024-08-20T21:35:20.1318040Z #9 39.16 checking dependency style of g++... gcc3 2024-08-20T21:35:20.1318517Z #9 39.18 checking for ranlib... ranlib 2024-08-20T21:35:20.1319299Z #9 39.18 checking for gcc-ranlib... /usr/bin/gcc-ranlib 2024-08-20T21:35:20.1320041Z #9 39.18 checking for a sed that does not truncate output... /usr/bin/sed 2024-08-20T21:35:20.1320915Z #9 39.19 checking for ar... /usr/bin/ar 2024-08-20T21:35:20.1321437Z #9 39.19 checking for gcc-ar... /usr/bin/gcc-ar 2024-08-20T21:35:20.1321913Z #9 39.19 checking for perl... /usr/bin/perl 2024-08-20T21:35:20.1322358Z #9 39.19 checking for gdb... /usr/bin/gdb 2024-08-20T21:35:20.1322813Z #9 39.19 checking dependency style of gcc... gcc3 2024-08-20T21:35:20.2418720Z #9 39.22 checking for diff -u... yes 2024-08-20T21:35:20.2419376Z #9 39.22 checking for a supported version of gcc... ok (11) 2024-08-20T21:35:20.2420072Z #9 39.23 checking build system type... x86_64-pc-linux-gnu 2024-08-20T21:35:20.2420727Z #9 39.27 checking host system type... x86_64-pc-linux-gnu 2024-08-20T21:35:20.2421288Z #9 39.27 checking for a supported CPU... ok (x86_64) 2024-08-20T21:35:20.2421859Z #9 39.27 checking for a 64-bit only build... no 2024-08-20T21:35:20.2422390Z #9 39.27 checking for a 32-bit only build... no 2024-08-20T21:35:20.2422974Z #9 39.27 checking for a supported OS... ok (linux-gnu) 2024-08-20T21:35:20.2423799Z #9 39.27 checking for the kernel version... 2.6 or later (6.1.94-99.176.amzn2023.x86_64) 2024-08-20T21:35:20.2424522Z #9 39.27 checking for 32 bit build support... no 2024-08-20T21:35:20.2425330Z #9 39.29 checking for a supported CPU/OS combination... ok (amd64-linux) 2024-08-20T21:35:20.2425980Z #9 39.29 checking for use as an inner Valgrind... no 2024-08-20T21:35:20.2426587Z #9 39.29 checking for using the undefined behaviour sanitiser... no 2024-08-20T21:35:20.2427156Z #9 39.29 checking for stdio.h... yes 2024-08-20T21:35:20.2427565Z #9 39.31 checking for stdlib.h... yes 2024-08-20T21:35:20.3511710Z #9 39.33 checking for string.h... yes 2024-08-20T21:35:20.3512461Z #9 39.34 checking for inttypes.h... yes 2024-08-20T21:35:20.3512897Z #9 39.36 checking for stdint.h... yes 2024-08-20T21:35:20.3513292Z #9 39.38 checking for strings.h... yes 2024-08-20T21:35:20.3513704Z #9 39.40 checking for sys/stat.h... yes 2024-08-20T21:35:20.3514129Z #9 39.42 checking for sys/types.h... yes 2024-08-20T21:35:20.4716867Z #9 39.43 checking for unistd.h... yes 2024-08-20T21:35:20.4717704Z #9 39.45 checking for sys/time.h... yes 2024-08-20T21:35:20.4718134Z #9 39.48 checking for sys/param.h... yes 2024-08-20T21:35:20.4718574Z #9 39.50 checking for features.h... yes 2024-08-20T21:35:20.4719414Z #9 39.53 checking for grep that handles long lines and -e... /usr/bin/grep 2024-08-20T21:35:20.4720162Z #9 39.53 checking for egrep... /usr/bin/grep -E 2024-08-20T21:35:20.5721222Z #9 39.56 checking whether pthread_create needs libpthread... no 2024-08-20T21:35:20.5722201Z #9 39.59 checking the glibc version... 2.35 family 2024-08-20T21:35:20.5722687Z #9 39.59 checking for AT_FDCWD... yes 2024-08-20T21:35:20.5723086Z #9 39.60 checking for stpncpy... yes 2024-08-20T21:35:20.5723519Z #9 39.64 checking for PTRACE_GETREGS... yes 2024-08-20T21:35:20.6768948Z #9 39.66 checking for CLOCK_MONOTONIC... yes 2024-08-20T21:35:20.6769761Z #9 39.67 checking for Elf32_Chdr... yes 2024-08-20T21:35:20.6770185Z #9 39.71 checking for Elf64_Chdr... yes 2024-08-20T21:35:20.6770649Z #9 39.74 checking for pthread_rwlock_t... yes 2024-08-20T21:35:20.8041985Z #9 39.76 checking for clockid_t... yes 2024-08-20T21:35:20.8042763Z #9 39.78 checking for PTHREAD_MUTEX_ADAPTIVE_NP... yes 2024-08-20T21:35:20.8043346Z #9 39.80 checking for PTHREAD_MUTEX_ERRORCHECK_NP... yes 2024-08-20T21:35:20.8043918Z #9 39.82 checking for PTHREAD_MUTEX_RECURSIVE_NP... yes 2024-08-20T21:35:20.8044557Z #9 39.83 checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP... yes 2024-08-20T21:35:20.8045171Z #9 39.85 checking for pthread_mutex_t.__m_kind... no 2024-08-20T21:35:20.9047911Z #9 39.89 checking for pthread_mutex_t.__data.__kind... yes 2024-08-20T21:35:20.9048824Z #9 39.91 checking if AT_HWCAP contains the altivec indicator... no 2024-08-20T21:35:20.9049497Z #9 39.91 checking if AT_HWCAP contains the vsx indicator... no 2024-08-20T21:35:20.9050153Z #9 39.91 checking if AT_HWCAP contains the dfp indicator... no 2024-08-20T21:35:20.9051012Z #9 39.91 checking if AT_HWCAP contains the arch_2_05 indicator... no 2024-08-20T21:35:20.9051714Z #9 39.91 checking if AT_HWCAP contains the arch_2_06 indicator... no 2024-08-20T21:35:20.9052403Z #9 39.91 checking if AT_HWCAP contains the arch_2_07 indicator... no 2024-08-20T21:35:20.9053090Z #9 39.92 checking if AT_HWCAP contains the arch_3_00 indicator... no 2024-08-20T21:35:20.9053761Z #9 39.92 checking if AT_HWCAP contains the arch_3_1 indicator... no 2024-08-20T21:35:20.9054435Z #9 39.92 checking if AT_HWCAP contains the htm indicator... no 2024-08-20T21:35:20.9055064Z #9 39.92 checking if AT_HWCAP contains the mma indicator... no 2024-08-20T21:35:20.9055710Z #9 39.92 checking that assembler knows ISA 2.07 instructions ... no 2024-08-20T21:35:20.9056364Z #9 39.94 checking for Altivec support in the compiler ... no 2024-08-20T21:35:20.9056947Z #9 39.95 checking for VSX compiler flag support... no 2024-08-20T21:35:20.9057504Z #9 39.96 checking for VSX support in the assembler ... no 2024-08-20T21:35:20.9058045Z #9 39.97 checking that assembler knows DFP... no 2024-08-20T21:35:21.0208384Z #9 39.99 checking that compiler knows -mhard-dfp switch... no 2024-08-20T21:35:21.0209068Z #9 40.00 checking that compiler knows DFP datatypes... yes 2024-08-20T21:35:21.0209766Z #9 40.01 checking if compiler accepts the -mhtm flag... no 2024-08-20T21:35:21.0210380Z #9 40.02 checking if compiler can find the htm builtins... no 2024-08-20T21:35:21.0210977Z #9 40.03 checking that assembler knows ISA 3.00 ... no 2024-08-20T21:35:21.0211531Z #9 40.05 checking that assembler knows xscvhpdp ... no 2024-08-20T21:35:21.0212126Z #9 40.07 checking that assembler knows darn instruction ... no 2024-08-20T21:35:21.0212710Z #9 40.09 checking that assembler knows ISA 3.1 ... no 2024-08-20T21:35:21.1220490Z #9 40.11 checking for pthread_create@GLIBC2.0()... no 2024-08-20T21:35:21.1221133Z #9 40.14 checking for dlinfo RTLD_DI_TLS_MODID... yes 2024-08-20T21:35:21.1221622Z #9 40.17 checking for eventfd()... yes 2024-08-20T21:35:21.3665499Z #9 40.21 checking that C++ compiler can include header file... yes 2024-08-20T21:35:21.3919115Z #9 40.30 checking that C++ compiler can include header file... yes 2024-08-20T21:35:21.5430628Z #9 40.48 checking that C++ compiler can use std::shared_timed_mutex... yes 2024-08-20T21:35:21.6914197Z #9 40.63 checking that C++ compiler can use std::timed_mutex... yes 2024-08-20T21:35:21.7996965Z #9 40.78 checking for struct user_regs_struct... yes 2024-08-20T21:35:21.7997853Z #9 40.81 checking for __NR_membarrier... yes 2024-08-20T21:35:21.7998574Z #9 40.82 checking if gcc accepts -m32... yes 2024-08-20T21:35:21.7999101Z #9 40.84 checking if gcc accepts -m64... yes 2024-08-20T21:35:21.7999667Z #9 40.85 checking if gcc accepts -march=octeon... no 2024-08-20T21:35:21.8000402Z #9 40.86 checking if gcc accepts -march=octeon2... no 2024-08-20T21:35:21.8000991Z #9 40.87 checking if gcc accepts -mmsa... no 2024-08-20T21:35:21.9102859Z #9 40.88 checking if gcc is producing mips n32 binaries... no 2024-08-20T21:35:21.9103653Z #9 40.90 checking if gcc is producing mips n64 binaries... no 2024-08-20T21:35:21.9104480Z #9 40.91 checking if gcc accepts -mmmx... yes 2024-08-20T21:35:21.9105049Z #9 40.92 checking if gcc accepts -msse... yes 2024-08-20T21:35:21.9105739Z #9 40.94 checking if gcc accepts -mpreferred-stack-boundary=2 -m32... yes 2024-08-20T21:35:21.9106501Z #9 40.95 checking if gcc accepts -mlong-double-128... yes 2024-08-20T21:35:21.9107113Z #9 40.97 checking for using the link time optimisation... no 2024-08-20T21:35:21.9107857Z #9 40.97 checking if gcc accepts -Wmemset-transposed-args... yes 2024-08-20T21:35:21.9108508Z #9 40.98 checking if gcc accepts -Wnonnull... yes 2024-08-20T21:35:22.0233308Z #9 40.99 checking if gcc accepts -Woverflow... yes 2024-08-20T21:35:22.0234216Z #9 41.01 checking if gcc accepts -Wpointer-sign... yes 2024-08-20T21:35:22.0234855Z #9 41.02 checking if gcc accepts -Wuninitialized... yes 2024-08-20T21:35:22.0235513Z #9 41.04 checking if gcc accepts -Wunused-function... yes 2024-08-20T21:35:22.0236436Z #9 41.05 checking if gcc accepts -Wstatic-local-in-inline... no 2024-08-20T21:35:22.0237181Z #9 41.07 checking if gcc accepts -Wmismatched-new-delete... yes 2024-08-20T21:35:22.0237893Z #9 41.09 checking if gcc accepts -Winfinite-recursion... no 2024-08-20T21:35:22.1235825Z #9 41.11 checking if gcc accepts -Wexpansion-to-defined... yes 2024-08-20T21:35:22.1236552Z #9 41.12 checking if gcc accepts -Wwrite-strings... yes 2024-08-20T21:35:22.1237203Z #9 41.14 checking if gcc accepts -Wempty-body... yes 2024-08-20T21:35:22.1237788Z #9 41.15 checking if gcc accepts -Wformat... yes 2024-08-20T21:35:22.1238405Z #9 41.16 checking if gcc accepts -Wformat-signedness... yes 2024-08-20T21:35:22.1239034Z #9 41.18 checking if gcc accepts -Wcast-qual... yes 2024-08-20T21:35:22.1239701Z #9 41.19 checking if gcc accepts -Wold-style-declaration... yes 2024-08-20T21:35:22.2254665Z #9 41.21 checking if gcc accepts -Wignored-qualifiers... yes 2024-08-20T21:35:22.2255508Z #9 41.22 checking if gcc accepts -Wmissing-parameter-type... yes 2024-08-20T21:35:22.2256250Z #9 41.24 checking if gcc accepts -Wlogical-op... yes 2024-08-20T21:35:22.2256888Z #9 41.25 checking if gcc accepts -Wenum-conversion... yes 2024-08-20T21:35:22.2257579Z #9 41.27 checking if gcc accepts -Wimplicit-fallthrough=2... yes 2024-08-20T21:35:22.2258283Z #9 41.28 checking if gcc accepts -Wformat-security... yes 2024-08-20T21:35:22.2258932Z #9 41.30 checking if gcc accepts -Wextra or -W... -Wextra 2024-08-20T21:35:22.3256760Z #9 41.31 checking if g++ accepts -faligned-new... yes 2024-08-20T21:35:22.3257561Z #9 41.33 checking if g++ accepts -fsized-deallocation... yes 2024-08-20T21:35:22.3258218Z #9 41.34 checking if g++ supports aligned new and delete... yes 2024-08-20T21:35:22.3258934Z #9 41.36 checking if gcc accepts -fno-stack-protector... yes 2024-08-20T21:35:22.3259605Z #9 41.38 checking if gcc accepts -finline-functions... yes 2024-08-20T21:35:22.3260237Z #9 41.39 checking if gcc accepts -fno-ipa-icf... yes 2024-08-20T21:35:22.4330882Z #9 41.41 checking if gcc accepts --param inline-unit-growth... yes 2024-08-20T21:35:22.4331725Z #9 41.42 checking if gcc accepts -gdwarf-4 -fdebug-types-section... yes 2024-08-20T21:35:22.4332409Z #9 41.44 checking if gcc accepts -g -gz=zlib... yes 2024-08-20T21:35:22.4333017Z #9 41.47 checking if gcc accepts -g -gz=zlib-gnu... yes 2024-08-20T21:35:22.4333597Z #9 41.50 checking if gcc accepts nested functions... yes 2024-08-20T21:35:22.5531863Z #9 41.52 checking if gcc accepts the 'p' constraint in asm statements... yes 2024-08-20T21:35:22.5532879Z #9 41.53 checking if gcc accepts -pie... yes 2024-08-20T21:35:22.5533414Z #9 41.56 checking if gcc accepts -ansi... yes 2024-08-20T21:35:22.5534088Z #9 41.58 checking if gcc accepts -no-pie... yes 2024-08-20T21:35:22.5534786Z #9 41.59 checking if the linker accepts -Wl,--image-base... no 2024-08-20T21:35:22.5535512Z #9 41.61 checking if the linker accepts -Wl,-Ttext-segment... yes 2024-08-20T21:35:22.6633469Z #9 41.64 configure: ld --image-base or -Ttext-segment used, no need to strip build-id NOTEs. 2024-08-20T21:35:22.6634522Z #9 41.64 checking if ppc32/64 as supports mtocrf/mfocrf... no 2024-08-20T21:35:22.6635315Z #9 41.66 checking if ppc32/64 asm supports phased out floating point instructions... no 2024-08-20T21:35:22.6636159Z #9 41.68 checking if amd64 assembler supports fxsave64/fxrstor64... yes 2024-08-20T21:35:22.6636814Z #9 41.69 checking if x86/amd64 assembler speaks SSE3... yes 2024-08-20T21:35:22.6637419Z #9 41.70 checking if x86/amd64 assembler speaks SSSE3... yes 2024-08-20T21:35:22.6638199Z #9 41.72 checking if x86/amd64 assembler supports 'pclmulqdq'... yes 2024-08-20T21:35:22.6639177Z #9 41.73 checking if x86/amd64 assembler supports 'vpclmulqdq'... yes 2024-08-20T21:35:22.7640361Z #9 41.75 checking if x86/amd64 assembler supports FMA4 'vfmaddpd'... yes 2024-08-20T21:35:22.7641193Z #9 41.76 checking if x86/amd64 assembler supports 'lzcnt'... yes 2024-08-20T21:35:22.7641943Z #9 41.78 checking if x86/amd64 assembler supports 'loopnel'... yes 2024-08-20T21:35:22.7642913Z #9 41.79 checking if x86/amd64 assembler supports 'addr32'... yes 2024-08-20T21:35:22.7643550Z #9 41.80 checking if x86/amd64 assembler speaks SSE4.2... yes 2024-08-20T21:35:22.7644157Z #9 41.82 checking if x86/amd64 assembler speaks AVX... yes 2024-08-20T21:35:22.7644751Z #9 41.83 checking if x86/amd64 assembler speaks AVX2... yes 2024-08-20T21:35:22.8760169Z #9 41.85 checking if x86/amd64 assembler speaks TSX... yes 2024-08-20T21:35:22.8760913Z #9 41.86 checking if x86/amd64 assembler speaks BMI1 and BMI2... yes 2024-08-20T21:35:22.8761626Z #9 41.88 checking if x86/amd64 assembler speaks FMA... yes 2024-08-20T21:35:22.8762292Z #9 41.89 checking if amd64 assembler knows the MPX instructions... no 2024-08-20T21:35:22.8763007Z #9 41.90 checking if amd64 assembler knows the ADX instructions... yes 2024-08-20T21:35:22.8763749Z #9 41.92 checking if amd64 assembler knows the RDRAND instruction... yes 2024-08-20T21:35:22.8764501Z #9 41.93 checking if amd64 assembler knows the RDSEED instruction... yes 2024-08-20T21:35:22.8765241Z #9 41.95 checking if amd64 assembler knows the F16C instructions... yes 2024-08-20T21:35:22.9826918Z #9 41.96 checking if x86/amd64 assembler knows the MOVBE insn... yes 2024-08-20T21:35:22.9827678Z #9 41.98 checking if gcc supports the ifunc attribute... yes 2024-08-20T21:35:22.9828360Z #9 42.01 checking if gcc supports the armv8 crc feature flag... no 2024-08-20T21:35:22.9829266Z #9 42.02 checking if gcc supports the armv81 feature flag and assembler supports v8.1 instructions... no 2024-08-20T21:35:22.9830372Z #9 42.03 checking if gcc supports the armv82 feature flag and assembler supports v8.2 instructions... no 2024-08-20T21:35:23.0994146Z #9 42.07 checking for TLS support... yes 2024-08-20T21:35:23.0994707Z #9 42.10 checking for asm/unistd.h... yes 2024-08-20T21:35:23.0995183Z #9 42.12 checking for endian.h... yes 2024-08-20T21:35:23.0995592Z #9 42.14 checking for mqueue.h... yes 2024-08-20T21:35:23.0996004Z #9 42.16 checking for sys/endian.h... no 2024-08-20T21:35:23.2026213Z #9 42.18 checking for sys/epoll.h... yes 2024-08-20T21:35:23.2026781Z #9 42.20 checking for sys/eventfd.h... yes 2024-08-20T21:35:23.2027240Z #9 42.22 checking for sys/klog.h... yes 2024-08-20T21:35:23.2027665Z #9 42.24 checking for sys/poll.h... yes 2024-08-20T21:35:23.2028090Z #9 42.27 checking for sys/prctl.h... yes 2024-08-20T21:35:23.3032800Z #9 42.29 checking for sys/signal.h... yes 2024-08-20T21:35:23.3033350Z #9 42.31 checking for sys/signalfd.h... yes 2024-08-20T21:35:23.3034274Z #9 42.33 checking for sys/syscall.h... yes 2024-08-20T21:35:23.3034789Z #9 42.35 checking for sys/sysnvl.h... no 2024-08-20T21:35:23.3035247Z #9 42.37 checking for sys/time.h... (cached) yes 2024-08-20T21:35:23.3035737Z #9 42.37 checking for sys/types.h... (cached) yes 2024-08-20T21:35:23.3036256Z #9 42.37 checking if is usable... yes 2024-08-20T21:35:23.4066376Z #9 42.39 checking for uid_t in sys/types.h... yes 2024-08-20T21:35:23.4066916Z #9 42.40 checking for off_t... yes 2024-08-20T21:35:23.4067307Z #9 42.44 checking for size_t... yes 2024-08-20T21:35:23.5108573Z #9 42.49 checking for struct statx... yes 2024-08-20T21:35:23.5109105Z #9 42.52 checking for working memcmp... yes 2024-08-20T21:35:23.5109550Z #9 42.56 checking for getpagesize... yes 2024-08-20T21:35:23.6140276Z #9 42.59 checking for working mmap... yes 2024-08-20T21:35:23.6141107Z #9 42.64 checking for pthread_create in -lpthread... yes 2024-08-20T21:35:23.7403705Z #9 42.67 checking for clock_gettime in -lrt... yes 2024-08-20T21:35:23.7404295Z #9 42.70 checking for clock_gettime... yes 2024-08-20T21:35:23.7404766Z #9 42.73 checking for copy_file_range... yes 2024-08-20T21:35:23.7405214Z #9 42.76 checking for epoll_create... yes 2024-08-20T21:35:23.7405647Z #9 42.79 checking for epoll_pwait... yes 2024-08-20T21:35:23.8678309Z #9 42.82 checking for klogctl... yes 2024-08-20T21:35:23.8678852Z #9 42.86 checking for mallinfo... yes 2024-08-20T21:35:23.8679274Z #9 42.89 checking for memchr... yes 2024-08-20T21:35:23.8679716Z #9 42.92 checking for memfd_create... yes 2024-08-20T21:35:23.9959933Z #9 42.95 checking for memset... yes 2024-08-20T21:35:23.9960478Z #9 42.99 checking for mkdir... yes 2024-08-20T21:35:23.9960917Z #9 43.02 checking for mremap... yes 2024-08-20T21:35:23.9961321Z #9 43.05 checking for ppoll... yes 2024-08-20T21:35:24.1208622Z #9 43.08 checking for preadv... yes 2024-08-20T21:35:24.1209132Z #9 43.11 checking for preadv2... yes 2024-08-20T21:35:24.1209603Z #9 43.14 checking for process_vm_readv... yes 2024-08-20T21:35:24.1210128Z #9 43.17 checking for process_vm_writev... yes 2024-08-20T21:35:24.2458176Z #9 43.20 checking for pthread_barrier_init... yes 2024-08-20T21:35:24.2458827Z #9 43.24 checking for pthread_condattr_setclock... yes 2024-08-20T21:35:24.2459401Z #9 43.27 checking for pthread_mutex_timedlock... yes 2024-08-20T21:35:24.2459985Z #9 43.30 checking for pthread_rwlock_timedrdlock... yes 2024-08-20T21:35:24.3740146Z #9 43.33 checking for pthread_rwlock_timedwrlock... yes 2024-08-20T21:35:24.3748519Z #9 43.36 checking for pthread_setname_np... yes 2024-08-20T21:35:24.3749155Z #9 43.39 checking for pthread_spin_lock... yes 2024-08-20T21:35:24.3749632Z #9 43.42 checking for pthread_yield... no 2024-08-20T21:35:24.4989225Z #9 43.46 checking for pwritev... yes 2024-08-20T21:35:24.4989752Z #9 43.49 checking for pwritev2... yes 2024-08-20T21:35:24.4990172Z #9 43.52 checking for rawmemchr... yes 2024-08-20T21:35:24.4990617Z #9 43.55 checking for readlinkat... yes 2024-08-20T21:35:24.6228170Z #9 43.58 checking for semtimedop... yes 2024-08-20T21:35:24.6228697Z #9 43.61 checking for setcontext... yes 2024-08-20T21:35:24.6229129Z #9 43.64 checking for signalfd... yes 2024-08-20T21:35:24.6229555Z #9 43.68 checking for sigwaitinfo... yes 2024-08-20T21:35:24.7261247Z #9 43.71 checking for strchr... yes 2024-08-20T21:35:24.7261777Z #9 43.74 checking for strdup... yes 2024-08-20T21:35:24.7262206Z #9 43.78 checking for strpbrk... yes 2024-08-20T21:35:24.8577078Z #9 43.81 checking for strrchr... yes 2024-08-20T21:35:24.8577789Z #9 43.84 checking for strstr... yes 2024-08-20T21:35:24.8578225Z #9 43.88 checking for swapcontext... yes 2024-08-20T21:35:24.8578661Z #9 43.91 checking for syscall... yes 2024-08-20T21:35:24.9873200Z #9 43.94 checking for utimensat... yes 2024-08-20T21:35:24.9873871Z #9 43.97 checking for mempcpy... yes 2024-08-20T21:35:24.9874274Z #9 44.01 checking for stpncpy... yes 2024-08-20T21:35:24.9874691Z #9 44.04 checking for strchrnul... yes 2024-08-20T21:35:25.1170093Z #9 44.07 checking for memrchr... yes 2024-08-20T21:35:25.1170846Z #9 44.10 checking for strndup... yes 2024-08-20T21:35:25.1171254Z #9 44.14 checking for mpicc... mpicc 2024-08-20T21:35:25.1172169Z #9 44.14 checking primary target for usable MPI2-compliant C compiler and mpi.h... no 2024-08-20T21:35:25.1173180Z #9 44.15 checking secondary target for usable MPI2-compliant C compiler and mpi.h... no 2024-08-20T21:35:25.1173837Z #9 44.15 checking for boost... no 2024-08-20T21:35:25.1174225Z #9 44.17 checking for OpenMP... yes 2024-08-20T21:35:25.2357403Z #9 44.20 checking for __builtin_popcount()... yes 2024-08-20T21:35:25.2358004Z #9 44.23 checking for __builtin_clz()... yes 2024-08-20T21:35:25.2358483Z #9 44.26 checking for __builtin_ctz()... yes 2024-08-20T21:35:25.2359150Z #9 44.29 checking if gcc supports __sync_add_and_fetch for the primary target... yes 2024-08-20T21:35:25.4596432Z #9 44.32 checking if gcc supports __sync_add_and_fetch on uint64_t for all targets... yes 2024-08-20T21:35:25.4597251Z #9 44.35 checking if g++ supports __sync_add_and_fetch... yes 2024-08-20T21:35:25.5439973Z #9 44.39 checking if libstdc++ supports annotating shared pointers... yes 2024-08-20T21:35:25.6521251Z #9 44.65 checking that generated files are newer than configure... done 2024-08-20T21:35:25.6521921Z #9 44.65 configure: creating ./config.status 2024-08-20T21:35:25.6522398Z #9 44.73 config.status: creating Makefile 2024-08-20T21:35:25.6522846Z #9 44.74 config.status: creating VEX/Makefile 2024-08-20T21:35:25.7529783Z #9 44.75 config.status: creating valgrind.spec 2024-08-20T21:35:25.7530537Z #9 44.76 config.status: creating valgrind.pc 2024-08-20T21:35:25.7531275Z #9 44.77 config.status: creating glibc-2.X.supp 2024-08-20T21:35:25.7531890Z #9 44.78 config.status: creating glibc-2.X-helgrind.supp 2024-08-20T21:35:25.7532512Z #9 44.79 config.status: creating glibc-2.X-drd.supp 2024-08-20T21:35:25.7533027Z #9 44.80 config.status: creating include/valgrind.h 2024-08-20T21:35:25.7533536Z #9 44.82 config.status: creating docs/Makefile 2024-08-20T21:35:25.7534374Z #9 44.84 config.status: creating docs/xml/vg-entities.xml 2024-08-20T21:35:25.8617543Z #9 44.85 config.status: creating tests/Makefile 2024-08-20T21:35:25.8618130Z #9 44.86 config.status: creating tests/vg_regtest 2024-08-20T21:35:25.8618640Z #9 44.88 config.status: creating perf/Makefile 2024-08-20T21:35:25.8619144Z #9 44.89 config.status: creating perf/vg_perf 2024-08-20T21:35:25.8619703Z #9 44.90 config.status: creating gdbserver_tests/Makefile 2024-08-20T21:35:25.8620317Z #9 44.92 config.status: creating gdbserver_tests/solaris/Makefile 2024-08-20T21:35:25.8620933Z #9 44.93 config.status: creating include/Makefile 2024-08-20T21:35:25.8621445Z #9 44.95 config.status: creating auxprogs/Makefile 2024-08-20T21:35:25.9649250Z #9 44.96 config.status: creating mpi/Makefile 2024-08-20T21:35:25.9649795Z #9 44.97 config.status: creating coregrind/Makefile 2024-08-20T21:35:25.9650336Z #9 45.00 config.status: creating memcheck/Makefile 2024-08-20T21:35:25.9650890Z #9 45.02 config.status: creating memcheck/tests/Makefile 2024-08-20T21:35:25.9651504Z #9 45.04 config.status: creating memcheck/tests/common/Makefile 2024-08-20T21:35:25.9652143Z #9 45.05 config.status: creating memcheck/tests/amd64/Makefile 2024-08-20T21:35:26.0744530Z #9 45.06 config.status: creating memcheck/tests/x86/Makefile 2024-08-20T21:35:26.0745190Z #9 45.08 config.status: creating memcheck/tests/linux/Makefile 2024-08-20T21:35:26.0746182Z #9 45.09 config.status: creating memcheck/tests/linux/debuginfod-check.vgtest 2024-08-20T21:35:26.0746936Z #9 45.10 config.status: creating memcheck/tests/darwin/Makefile 2024-08-20T21:35:26.0747596Z #9 45.12 config.status: creating memcheck/tests/solaris/Makefile 2024-08-20T21:35:26.0748255Z #9 45.13 config.status: creating memcheck/tests/freebsd/Makefile 2024-08-20T21:35:26.0749017Z #9 45.14 config.status: creating memcheck/tests/amd64-linux/Makefile 2024-08-20T21:35:26.0749786Z #9 45.16 config.status: creating memcheck/tests/arm64-linux/Makefile 2024-08-20T21:35:26.1834427Z #9 45.17 config.status: creating memcheck/tests/x86-linux/Makefile 2024-08-20T21:35:26.1835456Z #9 45.19 config.status: creating memcheck/tests/amd64-solaris/Makefile 2024-08-20T21:35:26.1836233Z #9 45.20 config.status: creating memcheck/tests/x86-solaris/Makefile 2024-08-20T21:35:26.1837031Z #9 45.21 config.status: creating memcheck/tests/amd64-freebsd/Makefile 2024-08-20T21:35:26.1837810Z #9 45.23 config.status: creating memcheck/tests/x86-freebsd/Makefile 2024-08-20T21:35:26.1838467Z #9 45.24 config.status: creating memcheck/tests/ppc32/Makefile 2024-08-20T21:35:26.1839108Z #9 45.25 config.status: creating memcheck/tests/ppc64/Makefile 2024-08-20T21:35:26.1839732Z #9 45.27 config.status: creating memcheck/tests/s390x/Makefile 2024-08-20T21:35:26.2937616Z #9 45.28 config.status: creating memcheck/tests/mips32/Makefile 2024-08-20T21:35:26.2938310Z #9 45.29 config.status: creating memcheck/tests/mips64/Makefile 2024-08-20T21:35:26.2939207Z #9 45.31 config.status: creating memcheck/tests/vbit-test/Makefile 2024-08-20T21:35:26.2939862Z #9 45.32 config.status: creating cachegrind/Makefile 2024-08-20T21:35:26.2940420Z #9 45.34 config.status: creating cachegrind/tests/Makefile 2024-08-20T21:35:26.2941033Z #9 45.35 config.status: creating cachegrind/tests/x86/Makefile 2024-08-20T21:35:26.2941632Z #9 45.36 config.status: creating cachegrind/cg_annotate 2024-08-20T21:35:26.2942165Z #9 45.38 config.status: creating cachegrind/cg_diff 2024-08-20T21:35:26.4074163Z #9 45.39 config.status: creating callgrind/Makefile 2024-08-20T21:35:26.4074840Z #9 45.41 config.status: creating callgrind/callgrind_annotate 2024-08-20T21:35:26.4075678Z #9 45.42 config.status: creating callgrind/callgrind_control 2024-08-20T21:35:26.4076296Z #9 45.43 config.status: creating callgrind/tests/Makefile 2024-08-20T21:35:26.4076845Z #9 45.45 config.status: creating helgrind/Makefile 2024-08-20T21:35:26.4077392Z #9 45.46 config.status: creating helgrind/tests/Makefile 2024-08-20T21:35:26.4077903Z #9 45.48 config.status: creating drd/Makefile 2024-08-20T21:35:26.4078781Z #9 45.49 config.status: creating drd/scripts/download-and-build-splash2 2024-08-20T21:35:26.5200287Z #9 45.50 config.status: creating drd/tests/Makefile 2024-08-20T21:35:26.5200859Z #9 45.52 config.status: creating massif/Makefile 2024-08-20T21:35:26.5201466Z #9 45.53 config.status: creating massif/tests/Makefile 2024-08-20T21:35:26.5201997Z #9 45.55 config.status: creating massif/ms_print 2024-08-20T21:35:26.5202495Z #9 45.56 config.status: creating dhat/Makefile 2024-08-20T21:35:26.5203003Z #9 45.58 config.status: creating dhat/tests/Makefile 2024-08-20T21:35:26.5203528Z #9 45.59 config.status: creating lackey/Makefile 2024-08-20T21:35:26.5204056Z #9 45.60 config.status: creating lackey/tests/Makefile 2024-08-20T21:35:26.6321106Z #9 45.62 config.status: creating none/Makefile 2024-08-20T21:35:26.6321683Z #9 45.63 config.status: creating none/tests/Makefile 2024-08-20T21:35:26.6322254Z #9 45.64 config.status: creating none/tests/scripts/Makefile 2024-08-20T21:35:26.6322881Z #9 45.66 config.status: creating none/tests/amd64/Makefile 2024-08-20T21:35:26.6323492Z #9 45.67 config.status: creating none/tests/ppc32/Makefile 2024-08-20T21:35:26.6324069Z #9 45.69 config.status: creating none/tests/ppc64/Makefile 2024-08-20T21:35:26.6324644Z #9 45.70 config.status: creating none/tests/x86/Makefile 2024-08-20T21:35:26.6325212Z #9 45.72 config.status: creating none/tests/arm/Makefile 2024-08-20T21:35:26.7437137Z #9 45.73 config.status: creating none/tests/arm64/Makefile 2024-08-20T21:35:26.7437788Z #9 45.74 config.status: creating none/tests/s390x/Makefile 2024-08-20T21:35:26.7438425Z #9 45.76 config.status: creating none/tests/mips32/Makefile 2024-08-20T21:35:26.7439034Z #9 45.77 config.status: creating none/tests/mips64/Makefile 2024-08-20T21:35:26.7439636Z #9 45.79 config.status: creating none/tests/nanomips/Makefile 2024-08-20T21:35:26.7440359Z #9 45.80 config.status: creating none/tests/linux/Makefile 2024-08-20T21:35:26.7440955Z #9 45.81 config.status: creating none/tests/darwin/Makefile 2024-08-20T21:35:26.7442389Z #9 45.83 config.status: creating none/tests/solaris/Makefile 2024-08-20T21:35:26.8530929Z #9 45.84 config.status: creating none/tests/freebsd/Makefile 2024-08-20T21:35:26.8531869Z #9 45.86 config.status: creating none/tests/amd64-linux/Makefile 2024-08-20T21:35:26.8532573Z #9 45.87 config.status: creating none/tests/x86-linux/Makefile 2024-08-20T21:35:26.8533308Z #9 45.88 config.status: creating none/tests/amd64-darwin/Makefile 2024-08-20T21:35:26.8534237Z #9 45.90 config.status: creating none/tests/x86-darwin/Makefile 2024-08-20T21:35:26.8534993Z #9 45.91 config.status: creating none/tests/amd64-solaris/Makefile 2024-08-20T21:35:26.8535717Z #9 45.92 config.status: creating none/tests/x86-solaris/Makefile 2024-08-20T21:35:26.8536430Z #9 45.94 config.status: creating none/tests/x86-freebsd/Makefile 2024-08-20T21:35:26.9623054Z #9 45.95 config.status: creating exp-bbv/Makefile 2024-08-20T21:35:26.9623726Z #9 45.96 config.status: creating exp-bbv/tests/Makefile 2024-08-20T21:35:26.9624372Z #9 45.98 config.status: creating exp-bbv/tests/x86/Makefile 2024-08-20T21:35:26.9625098Z #9 45.99 config.status: creating exp-bbv/tests/x86-linux/Makefile 2024-08-20T21:35:26.9625851Z #9 46.00 config.status: creating exp-bbv/tests/amd64-linux/Makefile 2024-08-20T21:35:26.9626614Z #9 46.02 config.status: creating exp-bbv/tests/ppc32-linux/Makefile 2024-08-20T21:35:26.9627347Z #9 46.03 config.status: creating exp-bbv/tests/arm-linux/Makefile 2024-08-20T21:35:26.9627929Z #9 46.05 config.status: creating shared/Makefile 2024-08-20T21:35:27.0723231Z #9 46.06 config.status: creating solaris/Makefile 2024-08-20T21:35:27.0724056Z #9 46.07 config.status: creating coregrind/link_tool_exe_linux 2024-08-20T21:35:27.0724717Z #9 46.09 config.status: creating coregrind/link_tool_exe_freebsd 2024-08-20T21:35:27.0725389Z #9 46.10 config.status: creating coregrind/link_tool_exe_darwin 2024-08-20T21:35:27.0726021Z #9 46.11 config.status: creating coregrind/link_tool_exe_solaris 2024-08-20T21:35:27.0726649Z #9 46.13 config.status: creating tests/filter_stderr_basic 2024-08-20T21:35:27.0727241Z #9 46.14 config.status: creating tests/filter_discards 2024-08-20T21:35:27.0727814Z #9 46.16 config.status: creating memcheck/tests/filter_stderr 2024-08-20T21:35:27.1861067Z #9 46.17 config.status: creating memcheck/tests/filter_dw4 2024-08-20T21:35:27.1861766Z #9 46.18 config.status: creating memcheck/tests/filter_overlaperror 2024-08-20T21:35:27.1862468Z #9 46.20 config.status: creating memcheck/tests/x86/filter_pushfpopf 2024-08-20T21:35:27.1863127Z #9 46.21 config.status: creating gdbserver_tests/filter_gdb 2024-08-20T21:35:27.1863824Z #9 46.23 config.status: creating gdbserver_tests/filter_memcheck_monitor 2024-08-20T21:35:27.1864517Z #9 46.24 config.status: creating gdbserver_tests/filter_stderr 2024-08-20T21:35:27.1865133Z #9 46.26 config.status: creating gdbserver_tests/filter_vgdb 2024-08-20T21:35:27.1865725Z #9 46.27 config.status: creating drd/tests/filter_stderr 2024-08-20T21:35:27.2871138Z #9 46.28 config.status: creating drd/tests/filter_error_count 2024-08-20T21:35:27.2871843Z #9 46.30 config.status: creating drd/tests/filter_error_summary 2024-08-20T21:35:27.2872585Z #9 46.31 config.status: creating drd/tests/filter_stderr_and_thread_no_and_offset 2024-08-20T21:35:27.2873316Z #9 46.33 config.status: creating drd/tests/filter_thread_no 2024-08-20T21:35:27.2873963Z #9 46.34 config.status: creating drd/tests/filter_xml_and_thread_no 2024-08-20T21:35:27.2874607Z #9 46.35 config.status: creating helgrind/tests/filter_stderr 2024-08-20T21:35:27.2875139Z #9 46.37 config.status: creating config.h 2024-08-20T21:35:27.2875601Z #9 46.37 config.status: config.h is unchanged 2024-08-20T21:35:27.4401476Z #9 46.37 config.status: executing depfiles commands 2024-08-20T21:35:33.6270868Z #9 52.71 2024-08-20T21:35:33.6271301Z #9 52.71 Version: 3.20.0 2024-08-20T21:35:33.6271799Z #9 52.71 Maximum build arch: amd64 2024-08-20T21:35:33.6272265Z #9 52.71 Primary build arch: amd64 2024-08-20T21:35:33.6272709Z #9 52.71 Secondary build arch: 2024-08-20T21:35:33.6273366Z #9 52.71 Build OS: linux 2024-08-20T21:35:33.6273799Z #9 52.71 Link Time Optimisation: no 2024-08-20T21:35:33.6274264Z #9 52.71 Primary build target: AMD64_LINUX 2024-08-20T21:35:33.6274713Z #9 52.71 Secondary build target: 2024-08-20T21:35:33.6275146Z #9 52.71 Platform variant: vanilla 2024-08-20T21:35:33.6275925Z #9 52.71 Primary -DVGPV string: -DVGPV_amd64_linux_vanilla=1 2024-08-20T21:35:33.6277032Z #9 52.71 Default supp files: ./xfree-3.supp ./xfree-4.supp glibc-2.X-drd.supp glibc-2.X-helgrind.supp glibc-2.X.supp 2024-08-20T21:35:33.6277824Z #9 52.71 2024-08-20T21:35:33.7278697Z #9 52.75 ++ nproc 2024-08-20T21:35:33.7279596Z #9 52.75 + make -j46 2024-08-20T21:35:33.7280898Z #9 52.75 echo "# This is a generated file, composed of the following suppression rules:" > default.supp 2024-08-20T21:35:33.7282334Z #9 52.75 ./auxprogs/make_or_upd_vgversion_h . 2024-08-20T21:35:33.7284190Z #9 52.75 echo "# " ./xfree-3.supp ./xfree-4.supp glibc-2.X-drd.supp glibc-2.X-helgrind.supp glibc-2.X.supp >> default.supp 2024-08-20T21:35:33.7286721Z #9 52.75 cat xfree-3.supp xfree-4.supp glibc-2.X-drd.supp glibc-2.X-helgrind.supp glibc-2.X.supp >> default.supp 2024-08-20T21:35:33.7288257Z #9 52.75 make all-recursive 2024-08-20T21:35:33.7289327Z #9 52.76 make[1]: Entering directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T21:35:33.7290363Z #9 52.76 Making all in include 2024-08-20T21:35:33.7291502Z #9 52.76 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/include' 2024-08-20T21:35:33.7293090Z #9 52.76 make[2]: Nothing to be done for 'all'. 2024-08-20T21:35:33.7294389Z #9 52.76 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/include' 2024-08-20T21:35:33.7295446Z #9 52.76 Making all in VEX 2024-08-20T21:35:33.7296531Z #9 52.77 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T21:35:33.7297640Z #9 52.77 make all-am 2024-08-20T21:35:33.7298600Z #9 52.77 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T21:35:33.7308774Z #9 52.77 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-main_globals.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-main_globals.Tpo -c -o priv/libvex_amd64_linux_a-main_globals.o `test -f 'priv/main_globals.c' || echo './'`priv/main_globals.c 2024-08-20T21:35:33.7327462Z #9 52.77 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-main_main.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-main_main.Tpo -c -o priv/libvex_amd64_linux_a-main_main.o `test -f 'priv/main_main.c' || echo './'`priv/main_main.c 2024-08-20T21:35:33.7346057Z #9 52.77 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-main_util.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-main_util.Tpo -c -o priv/libvex_amd64_linux_a-main_util.o `test -f 'priv/main_util.c' || echo './'`priv/main_util.c 2024-08-20T21:35:33.7364573Z #9 52.77 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-ir_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-ir_defs.Tpo -c -o priv/libvex_amd64_linux_a-ir_defs.o `test -f 'priv/ir_defs.c' || echo './'`priv/ir_defs.c 2024-08-20T21:35:33.7382823Z #9 52.77 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-ir_inject.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-ir_inject.Tpo -c -o priv/libvex_amd64_linux_a-ir_inject.o `test -f 'priv/ir_inject.c' || echo './'`priv/ir_inject.c 2024-08-20T21:35:33.7400989Z #9 52.77 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-ir_match.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-ir_match.Tpo -c -o priv/libvex_amd64_linux_a-ir_match.o `test -f 'priv/ir_match.c' || echo './'`priv/ir_match.c 2024-08-20T21:35:33.7419129Z #9 52.77 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-ir_opt.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-ir_opt.Tpo -c -o priv/libvex_amd64_linux_a-ir_opt.o `test -f 'priv/ir_opt.c' || echo './'`priv/ir_opt.c 2024-08-20T21:35:33.7438194Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_generic_bb_to_IR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_generic_bb_to_IR.Tpo -c -o priv/libvex_amd64_linux_a-guest_generic_bb_to_IR.o `test -f 'priv/guest_generic_bb_to_IR.c' || echo './'`priv/guest_generic_bb_to_IR.c 2024-08-20T21:35:33.7458053Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_generic_x87.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_generic_x87.Tpo -c -o priv/libvex_amd64_linux_a-guest_generic_x87.o `test -f 'priv/guest_generic_x87.c' || echo './'`priv/guest_generic_x87.c 2024-08-20T21:35:33.7477247Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_x86_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_x86_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_x86_helpers.o `test -f 'priv/guest_x86_helpers.c' || echo './'`priv/guest_x86_helpers.c 2024-08-20T21:35:33.7496376Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_x86_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_x86_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_x86_toIR.o `test -f 'priv/guest_x86_toIR.c' || echo './'`priv/guest_x86_toIR.c 2024-08-20T21:35:33.7515265Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_amd64_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_amd64_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_amd64_helpers.o `test -f 'priv/guest_amd64_helpers.c' || echo './'`priv/guest_amd64_helpers.c 2024-08-20T21:35:33.7534850Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_amd64_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_amd64_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_amd64_toIR.o `test -f 'priv/guest_amd64_toIR.c' || echo './'`priv/guest_amd64_toIR.c 2024-08-20T21:35:33.7554055Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_ppc_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_ppc_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_ppc_helpers.o `test -f 'priv/guest_ppc_helpers.c' || echo './'`priv/guest_ppc_helpers.c 2024-08-20T21:35:33.7573027Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_ppc_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_ppc_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_ppc_toIR.o `test -f 'priv/guest_ppc_toIR.c' || echo './'`priv/guest_ppc_toIR.c 2024-08-20T21:35:33.7591794Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_arm_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_arm_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_arm_helpers.o `test -f 'priv/guest_arm_helpers.c' || echo './'`priv/guest_arm_helpers.c 2024-08-20T21:35:33.7610707Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_arm_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_arm_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_arm_toIR.o `test -f 'priv/guest_arm_toIR.c' || echo './'`priv/guest_arm_toIR.c 2024-08-20T21:35:33.7629508Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_arm64_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_arm64_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_arm64_helpers.o `test -f 'priv/guest_arm64_helpers.c' || echo './'`priv/guest_arm64_helpers.c 2024-08-20T21:35:33.7648906Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_arm64_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_arm64_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_arm64_toIR.o `test -f 'priv/guest_arm64_toIR.c' || echo './'`priv/guest_arm64_toIR.c 2024-08-20T21:35:33.7667719Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_s390_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_s390_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_s390_helpers.o `test -f 'priv/guest_s390_helpers.c' || echo './'`priv/guest_s390_helpers.c 2024-08-20T21:35:33.7686630Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_s390_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_s390_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_s390_toIR.o `test -f 'priv/guest_s390_toIR.c' || echo './'`priv/guest_s390_toIR.c 2024-08-20T21:35:33.7705879Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_mips_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_mips_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_mips_helpers.o `test -f 'priv/guest_mips_helpers.c' || echo './'`priv/guest_mips_helpers.c 2024-08-20T21:35:33.7725101Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_mipsdsp_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_mipsdsp_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_mipsdsp_toIR.o `test -f 'priv/guest_mipsdsp_toIR.c' || echo './'`priv/guest_mipsdsp_toIR.c 2024-08-20T21:35:33.7744018Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_mips_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_mips_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_mips_toIR.o `test -f 'priv/guest_mips_toIR.c' || echo './'`priv/guest_mips_toIR.c 2024-08-20T21:35:33.7763035Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_nanomips_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_nanomips_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_nanomips_helpers.o `test -f 'priv/guest_nanomips_helpers.c' || echo './'`priv/guest_nanomips_helpers.c 2024-08-20T21:35:33.7782490Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_nanomips_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_nanomips_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_nanomips_toIR.o `test -f 'priv/guest_nanomips_toIR.c' || echo './'`priv/guest_nanomips_toIR.c 2024-08-20T21:35:33.7801654Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_regs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_regs.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_regs.o `test -f 'priv/host_generic_regs.c' || echo './'`priv/host_generic_regs.c 2024-08-20T21:35:33.7821707Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_simd64.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_simd64.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_simd64.o `test -f 'priv/host_generic_simd64.c' || echo './'`priv/host_generic_simd64.c 2024-08-20T21:35:33.7842007Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_simd128.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_simd128.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_simd128.o `test -f 'priv/host_generic_simd128.c' || echo './'`priv/host_generic_simd128.c 2024-08-20T21:35:33.7862399Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_simd256.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_simd256.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_simd256.o `test -f 'priv/host_generic_simd256.c' || echo './'`priv/host_generic_simd256.c 2024-08-20T21:35:33.7882766Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_maddf.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_maddf.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_maddf.o `test -f 'priv/host_generic_maddf.c' || echo './'`priv/host_generic_maddf.c 2024-08-20T21:35:33.7902457Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_reg_alloc2.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_reg_alloc2.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_reg_alloc2.o `test -f 'priv/host_generic_reg_alloc2.c' || echo './'`priv/host_generic_reg_alloc2.c 2024-08-20T21:35:33.7921837Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_reg_alloc3.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_reg_alloc3.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_reg_alloc3.o `test -f 'priv/host_generic_reg_alloc3.c' || echo './'`priv/host_generic_reg_alloc3.c 2024-08-20T21:35:33.7940733Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_x86_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_x86_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_x86_defs.o `test -f 'priv/host_x86_defs.c' || echo './'`priv/host_x86_defs.c 2024-08-20T21:35:33.7959229Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_x86_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_x86_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_x86_isel.o `test -f 'priv/host_x86_isel.c' || echo './'`priv/host_x86_isel.c 2024-08-20T21:35:33.7977294Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_amd64_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_amd64_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_amd64_defs.o `test -f 'priv/host_amd64_defs.c' || echo './'`priv/host_amd64_defs.c 2024-08-20T21:35:33.7995577Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_amd64_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_amd64_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_amd64_isel.o `test -f 'priv/host_amd64_isel.c' || echo './'`priv/host_amd64_isel.c 2024-08-20T21:35:33.8015030Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_ppc_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_ppc_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_ppc_defs.o `test -f 'priv/host_ppc_defs.c' || echo './'`priv/host_ppc_defs.c 2024-08-20T21:35:33.8033553Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_ppc_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_ppc_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_ppc_isel.o `test -f 'priv/host_ppc_isel.c' || echo './'`priv/host_ppc_isel.c 2024-08-20T21:35:33.8053022Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_arm_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_arm_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_arm_defs.o `test -f 'priv/host_arm_defs.c' || echo './'`priv/host_arm_defs.c 2024-08-20T21:35:33.8071342Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_arm_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_arm_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_arm_isel.o `test -f 'priv/host_arm_isel.c' || echo './'`priv/host_arm_isel.c 2024-08-20T21:35:33.8089835Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_arm64_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_arm64_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_arm64_defs.o `test -f 'priv/host_arm64_defs.c' || echo './'`priv/host_arm64_defs.c 2024-08-20T21:35:33.8108212Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_arm64_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_arm64_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_arm64_isel.o `test -f 'priv/host_arm64_isel.c' || echo './'`priv/host_arm64_isel.c 2024-08-20T21:35:33.8128168Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_s390_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_s390_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_s390_defs.o `test -f 'priv/host_s390_defs.c' || echo './'`priv/host_s390_defs.c 2024-08-20T21:35:33.8147089Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_s390_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_s390_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_s390_isel.o `test -f 'priv/host_s390_isel.c' || echo './'`priv/host_s390_isel.c 2024-08-20T21:35:33.8165691Z #9 52.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-s390_disasm.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-s390_disasm.Tpo -c -o priv/libvex_amd64_linux_a-s390_disasm.o `test -f 'priv/s390_disasm.c' || echo './'`priv/s390_disasm.c 2024-08-20T21:35:33.8175842Z #9 52.79 mv -f priv/.deps/libvex_amd64_linux_a-main_globals.Tpo priv/.deps/libvex_amd64_linux_a-main_globals.Po 2024-08-20T21:35:33.8187128Z #9 52.80 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_mips_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_mips_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_mips_defs.o `test -f 'priv/host_mips_defs.c' || echo './'`priv/host_mips_defs.c 2024-08-20T21:35:33.8199271Z #9 52.81 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_simd256.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_simd256.Po 2024-08-20T21:35:33.8210499Z #9 52.81 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_nanomips_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_nanomips_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_nanomips_defs.o `test -f 'priv/host_nanomips_defs.c' || echo './'`priv/host_nanomips_defs.c 2024-08-20T21:35:33.8322093Z #9 52.81 mv -f priv/.deps/libvex_amd64_linux_a-guest_nanomips_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_nanomips_helpers.Po 2024-08-20T21:35:33.8334304Z #9 52.81 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_mips_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_mips_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_mips_isel.o `test -f 'priv/host_mips_isel.c' || echo './'`priv/host_mips_isel.c 2024-08-20T21:35:33.8344479Z #9 52.82 mv -f priv/.deps/libvex_amd64_linux_a-ir_match.Tpo priv/.deps/libvex_amd64_linux_a-ir_match.Po 2024-08-20T21:35:33.8355938Z #9 52.83 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_nanomips_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_nanomips_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_nanomips_isel.o `test -f 'priv/host_nanomips_isel.c' || echo './'`priv/host_nanomips_isel.c 2024-08-20T21:35:33.8366914Z #9 52.87 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_maddf.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_maddf.Po 2024-08-20T21:35:33.8379201Z #9 52.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvexmultiarch_amd64_linux_a-multiarch_main_main.o -MD -MP -MF priv/.deps/libvexmultiarch_amd64_linux_a-multiarch_main_main.Tpo -c -o priv/libvexmultiarch_amd64_linux_a-multiarch_main_main.o `test -f 'priv/multiarch_main_main.c' || echo './'`priv/multiarch_main_main.c 2024-08-20T21:35:33.8390251Z #9 52.88 mv -f priv/.deps/libvex_amd64_linux_a-ir_inject.Tpo priv/.deps/libvex_amd64_linux_a-ir_inject.Po 2024-08-20T21:35:33.8392780Z #9 52.89 mv -f priv/.deps/libvex_amd64_linux_a-guest_mips_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_mips_helpers.Po 2024-08-20T21:35:33.8395240Z #9 52.92 mv -f priv/.deps/libvex_amd64_linux_a-host_arm_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_arm_isel.Po 2024-08-20T21:35:33.9771398Z #9 52.93 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_regs.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_regs.Po 2024-08-20T21:35:33.9774005Z #9 52.93 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_simd128.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_simd128.Po 2024-08-20T21:35:33.9776552Z #9 52.96 mv -f priv/.deps/libvex_amd64_linux_a-guest_nanomips_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_nanomips_toIR.Po 2024-08-20T21:35:33.9778917Z #9 53.00 mv -f priv/.deps/libvex_amd64_linux_a-s390_disasm.Tpo priv/.deps/libvex_amd64_linux_a-s390_disasm.Po 2024-08-20T21:35:33.9781076Z #9 53.06 mv -f priv/.deps/libvex_amd64_linux_a-main_util.Tpo priv/.deps/libvex_amd64_linux_a-main_util.Po 2024-08-20T21:35:34.0827887Z #9 53.07 mv -f priv/.deps/libvex_amd64_linux_a-guest_generic_x87.Tpo priv/.deps/libvex_amd64_linux_a-guest_generic_x87.Po 2024-08-20T21:35:34.0830437Z #9 53.11 mv -f priv/.deps/libvex_amd64_linux_a-guest_arm_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_arm_helpers.Po 2024-08-20T21:35:34.2494802Z #9 53.12 mv -f priv/.deps/libvex_amd64_linux_a-guest_s390_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_s390_helpers.Po 2024-08-20T21:35:34.2497305Z #9 53.17 mv -f priv/.deps/libvex_amd64_linux_a-guest_arm64_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_arm64_helpers.Po 2024-08-20T21:35:34.2499779Z #9 53.21 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_reg_alloc3.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_reg_alloc3.Po 2024-08-20T21:35:34.2502086Z #9 53.24 mv -f priv/.deps/libvex_amd64_linux_a-main_main.Tpo priv/.deps/libvex_amd64_linux_a-main_main.Po 2024-08-20T21:35:34.2503753Z #9 53.33 mv -f priv/.deps/libvex_amd64_linux_a-host_nanomips_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_nanomips_isel.Po 2024-08-20T21:35:34.4638109Z #9 53.35 mv -f priv/.deps/libvex_amd64_linux_a-host_nanomips_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_nanomips_defs.Po 2024-08-20T21:35:34.4639712Z #9 53.37 mv -f priv/.deps/libvexmultiarch_amd64_linux_a-multiarch_main_main.Tpo priv/.deps/libvexmultiarch_amd64_linux_a-multiarch_main_main.Po 2024-08-20T21:35:34.4640940Z #9 53.37 rm -f libvexmultiarch-amd64-linux.a 2024-08-20T21:35:34.4641936Z #9 53.37 /usr/bin/ar cru libvexmultiarch-amd64-linux.a priv/libvexmultiarch_amd64_linux_a-multiarch_main_main.o 2024-08-20T21:35:34.4643039Z #9 53.38 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') 2024-08-20T21:35:34.4643747Z #9 53.38 ranlib libvexmultiarch-amd64-linux.a 2024-08-20T21:35:34.4644774Z #9 53.38 mv -f priv/.deps/libvex_amd64_linux_a-guest_generic_bb_to_IR.Tpo priv/.deps/libvex_amd64_linux_a-guest_generic_bb_to_IR.Po 2024-08-20T21:35:34.4646382Z #9 53.41 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_simd64.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_simd64.Po 2024-08-20T21:35:34.4647828Z #9 53.43 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_reg_alloc2.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_reg_alloc2.Po 2024-08-20T21:35:34.4649246Z #9 53.55 mv -f priv/.deps/libvex_amd64_linux_a-guest_x86_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_x86_helpers.Po 2024-08-20T21:35:34.5681638Z #9 53.57 mv -f priv/.deps/libvex_amd64_linux_a-guest_mips_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_mips_toIR.Po 2024-08-20T21:35:34.5684175Z #9 53.65 mv -f priv/.deps/libvex_amd64_linux_a-guest_ppc_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_ppc_helpers.Po 2024-08-20T21:35:34.7224495Z #9 53.81 mv -f priv/.deps/libvex_amd64_linux_a-host_s390_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_s390_isel.Po 2024-08-20T21:35:34.8584110Z #9 53.85 mv -f priv/.deps/libvex_amd64_linux_a-guest_amd64_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_amd64_helpers.Po 2024-08-20T21:35:34.8586675Z #9 53.90 mv -f priv/.deps/libvex_amd64_linux_a-host_arm64_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_arm64_isel.Po 2024-08-20T21:35:34.8589077Z #9 53.94 mv -f priv/.deps/libvex_amd64_linux_a-host_amd64_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_amd64_isel.Po 2024-08-20T21:35:34.9821889Z #9 54.07 mv -f priv/.deps/libvex_amd64_linux_a-host_x86_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_x86_defs.Po 2024-08-20T21:35:35.0842629Z #9 54.10 mv -f priv/.deps/libvex_amd64_linux_a-host_x86_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_x86_isel.Po 2024-08-20T21:35:35.0843968Z #9 54.17 mv -f priv/.deps/libvex_amd64_linux_a-host_amd64_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_amd64_defs.Po 2024-08-20T21:35:35.2373670Z #9 54.18 mv -f priv/.deps/libvex_amd64_linux_a-host_arm_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_arm_defs.Po 2024-08-20T21:35:35.2375726Z #9 54.22 mv -f priv/.deps/libvex_amd64_linux_a-ir_defs.Tpo priv/.deps/libvex_amd64_linux_a-ir_defs.Po 2024-08-20T21:35:35.2377958Z #9 54.32 mv -f priv/.deps/libvex_amd64_linux_a-ir_opt.Tpo priv/.deps/libvex_amd64_linux_a-ir_opt.Po 2024-08-20T21:35:35.3457067Z #9 54.36 mv -f priv/.deps/libvex_amd64_linux_a-host_arm64_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_arm64_defs.Po 2024-08-20T21:35:35.3459641Z #9 54.37 mv -f priv/.deps/libvex_amd64_linux_a-host_mips_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_mips_defs.Po 2024-08-20T21:35:35.3462119Z #9 54.43 mv -f priv/.deps/libvex_amd64_linux_a-host_mips_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_mips_isel.Po 2024-08-20T21:35:35.4587400Z #9 54.54 mv -f priv/.deps/libvex_amd64_linux_a-host_ppc_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_ppc_isel.Po 2024-08-20T21:35:35.6163650Z #9 54.70 mv -f priv/.deps/libvex_amd64_linux_a-host_ppc_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_ppc_defs.Po 2024-08-20T21:35:36.6314449Z #9 55.71 mv -f priv/.deps/libvex_amd64_linux_a-host_s390_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_s390_defs.Po 2024-08-20T21:35:37.8869445Z #9 56.97 mv -f priv/.deps/libvex_amd64_linux_a-guest_mipsdsp_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_mipsdsp_toIR.Po 2024-08-20T21:35:39.6307522Z #9 58.71 mv -f priv/.deps/libvex_amd64_linux_a-guest_arm64_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_arm64_toIR.Po 2024-08-20T21:35:40.4421264Z #9 59.53 mv -f priv/.deps/libvex_amd64_linux_a-guest_x86_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_x86_toIR.Po 2024-08-20T21:35:42.2576541Z #9 61.34 mv -f priv/.deps/libvex_amd64_linux_a-guest_s390_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_s390_toIR.Po 2024-08-20T21:35:42.6122592Z #9 61.70 mv -f priv/.deps/libvex_amd64_linux_a-guest_arm_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_arm_toIR.Po 2024-08-20T21:35:45.1306796Z #9 64.21 mv -f priv/.deps/libvex_amd64_linux_a-guest_amd64_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_amd64_toIR.Po 2024-08-20T21:35:46.1798059Z #9 65.26 mv -f priv/.deps/libvex_amd64_linux_a-guest_ppc_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_ppc_toIR.Po 2024-08-20T21:35:46.3358728Z #9 65.27 rm -f libvex-amd64-linux.a 2024-08-20T21:35:46.3376331Z #9 65.27 /usr/bin/ar cru libvex-amd64-linux.a priv/libvex_amd64_linux_a-main_globals.o priv/libvex_amd64_linux_a-main_main.o priv/libvex_amd64_linux_a-main_util.o priv/libvex_amd64_linux_a-ir_defs.o priv/libvex_amd64_linux_a-ir_inject.o priv/libvex_amd64_linux_a-ir_match.o priv/libvex_amd64_linux_a-ir_opt.o priv/libvex_amd64_linux_a-guest_generic_bb_to_IR.o priv/libvex_amd64_linux_a-guest_generic_x87.o priv/libvex_amd64_linux_a-guest_x86_helpers.o priv/libvex_amd64_linux_a-guest_x86_toIR.o priv/libvex_amd64_linux_a-guest_amd64_helpers.o priv/libvex_amd64_linux_a-guest_amd64_toIR.o priv/libvex_amd64_linux_a-guest_ppc_helpers.o priv/libvex_amd64_linux_a-guest_ppc_toIR.o priv/libvex_amd64_linux_a-guest_arm_helpers.o priv/libvex_amd64_linux_a-guest_arm_toIR.o priv/libvex_amd64_linux_a-guest_arm64_helpers.o priv/libvex_amd64_linux_a-guest_arm64_toIR.o priv/libvex_amd64_linux_a-guest_s390_helpers.o priv/libvex_amd64_linux_a-guest_s390_toIR.o priv/libvex_amd64_linux_a-guest_mips_helpers.o priv/libvex_amd64_linux_a-guest_mipsdsp_toIR.o priv/libvex_amd64_linux_a-guest_mips_toIR.o priv/libvex_amd64_linux_a-guest_nanomips_helpers.o priv/libvex_amd64_linux_a-guest_nanomips_toIR.o priv/libvex_amd64_linux_a-host_generic_regs.o priv/libvex_amd64_linux_a-host_generic_simd64.o priv/libvex_amd64_linux_a-host_generic_simd128.o priv/libvex_amd64_linux_a-host_generic_simd256.o priv/libvex_amd64_linux_a-host_generic_maddf.o priv/libvex_amd64_linux_a-host_generic_reg_alloc2.o priv/libvex_amd64_linux_a-host_generic_reg_alloc3.o priv/libvex_amd64_linux_a-host_x86_defs.o priv/libvex_amd64_linux_a-host_x86_isel.o priv/libvex_amd64_linux_a-host_amd64_defs.o priv/libvex_amd64_linux_a-host_amd64_isel.o priv/libvex_amd64_linux_a-host_ppc_defs.o priv/libvex_amd64_linux_a-host_ppc_isel.o priv/libvex_amd64_linux_a-host_arm_defs.o priv/libvex_amd64_linux_a-host_arm_isel.o priv/libvex_amd64_linux_a-host_arm64_defs.o priv/libvex_amd64_linux_a-host_arm64_isel.o priv/libvex_amd64_linux_a-host_s390_defs.o priv/libvex_amd64_linux_a-host_s390_isel.o priv/libvex_amd64_linux_a-s390_disasm.o priv/libvex_amd64_linux_a-host_mips_defs.o priv/libvex_amd64_linux_a-host_nanomips_defs.o priv/libvex_amd64_linux_a-host_mips_isel.o priv/libvex_amd64_linux_a-host_nanomips_isel.o 2024-08-20T21:35:46.3389103Z #9 65.27 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') 2024-08-20T21:35:46.3785911Z #9 65.46 ranlib libvex-amd64-linux.a 2024-08-20T21:35:46.5843232Z #9 65.67 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T21:35:46.6866199Z #9 65.67 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T21:35:46.6867324Z #9 65.67 Making all in coregrind 2024-08-20T21:35:46.6868628Z #9 65.68 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T21:35:46.6869807Z #9 65.68 make all-am 2024-08-20T21:35:46.6870844Z #9 65.69 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T21:35:46.6881580Z #9 65.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT valgrind-launcher-linux.o -MD -MP -MF .deps/valgrind-launcher-linux.Tpo -c -o valgrind-launcher-linux.o `test -f 'launcher-linux.c' || echo './'`launcher-linux.c 2024-08-20T21:35:46.6898936Z #9 65.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT valgrind-m_debuglog.o -MD -MP -MF .deps/valgrind-m_debuglog.Tpo -c -o valgrind-m_debuglog.o `test -f 'm_debuglog.c' || echo './'`m_debuglog.c 2024-08-20T21:35:46.6915660Z #9 65.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vgdb-vgdb.o -MD -MP -MF .deps/vgdb-vgdb.Tpo -c -o vgdb-vgdb.o `test -f 'vgdb.c' || echo './'`vgdb.c 2024-08-20T21:35:46.6933827Z #9 65.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vgdb-vgdb-invoker-ptrace.o -MD -MP -MF .deps/vgdb-vgdb-invoker-ptrace.Tpo -c -o vgdb-vgdb-invoker-ptrace.o `test -f 'vgdb-invoker-ptrace.c' || echo './'`vgdb-invoker-ptrace.c 2024-08-20T21:35:46.6953602Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -MT vgpreload_core_amd64_linux_so-vg_preloaded.o -MD -MP -MF .deps/vgpreload_core_amd64_linux_so-vg_preloaded.Tpo -c -o vgpreload_core_amd64_linux_so-vg_preloaded.o `test -f 'vg_preloaded.c' || echo './'`vg_preloaded.c 2024-08-20T21:35:46.6980756Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT libnolto_coregrind_amd64_linux_a-m_libcsetjmp.o -MD -MP -MF .deps/libnolto_coregrind_amd64_linux_a-m_libcsetjmp.Tpo -c -o libnolto_coregrind_amd64_linux_a-m_libcsetjmp.o `test -f 'm_libcsetjmp.c' || echo './'`m_libcsetjmp.c 2024-08-20T21:35:46.6999954Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT libnolto_coregrind_amd64_linux_a-m_main.o -MD -MP -MF .deps/libnolto_coregrind_amd64_linux_a-m_main.Tpo -c -o libnolto_coregrind_amd64_linux_a-m_main.o `test -f 'm_main.c' || echo './'`m_main.c 2024-08-20T21:35:46.7019051Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_addrinfo.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_addrinfo.Tpo -c -o libcoregrind_amd64_linux_a-m_addrinfo.o `test -f 'm_addrinfo.c' || echo './'`m_addrinfo.c 2024-08-20T21:35:46.7038208Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_cache.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_cache.Tpo -c -o libcoregrind_amd64_linux_a-m_cache.o `test -f 'm_cache.c' || echo './'`m_cache.c 2024-08-20T21:35:46.7057246Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_commandline.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_commandline.Tpo -c -o libcoregrind_amd64_linux_a-m_commandline.o `test -f 'm_commandline.c' || echo './'`m_commandline.c 2024-08-20T21:35:46.7076228Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_compiler.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_compiler.Tpo -c -o libcoregrind_amd64_linux_a-m_compiler.o `test -f 'm_compiler.c' || echo './'`m_compiler.c 2024-08-20T21:35:46.7095887Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_clientstate.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_clientstate.Tpo -c -o libcoregrind_amd64_linux_a-m_clientstate.o `test -f 'm_clientstate.c' || echo './'`m_clientstate.c 2024-08-20T21:35:46.7109847Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT libcoregrind_amd64_linux_a-m_cpuid.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_cpuid.Tpo -c -o libcoregrind_amd64_linux_a-m_cpuid.o `test -f 'm_cpuid.S' || echo './'`m_cpuid.S 2024-08-20T21:35:46.7124518Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_deduppoolalloc.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_deduppoolalloc.Tpo -c -o libcoregrind_amd64_linux_a-m_deduppoolalloc.o `test -f 'm_deduppoolalloc.c' || echo './'`m_deduppoolalloc.c 2024-08-20T21:35:46.7143925Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_debuglog.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_debuglog.Tpo -c -o libcoregrind_amd64_linux_a-m_debuglog.o `test -f 'm_debuglog.c' || echo './'`m_debuglog.c 2024-08-20T21:35:46.7163299Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_errormgr.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_errormgr.Tpo -c -o libcoregrind_amd64_linux_a-m_errormgr.o `test -f 'm_errormgr.c' || echo './'`m_errormgr.c 2024-08-20T21:35:46.7183151Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_execontext.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_execontext.Tpo -c -o libcoregrind_amd64_linux_a-m_execontext.o `test -f 'm_execontext.c' || echo './'`m_execontext.c 2024-08-20T21:35:46.7202402Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_hashtable.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_hashtable.Tpo -c -o libcoregrind_amd64_linux_a-m_hashtable.o `test -f 'm_hashtable.c' || echo './'`m_hashtable.c 2024-08-20T21:35:46.7220875Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_libcbase.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_libcbase.Tpo -c -o libcoregrind_amd64_linux_a-m_libcbase.o `test -f 'm_libcbase.c' || echo './'`m_libcbase.c 2024-08-20T21:35:46.7233461Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_libcassert.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_libcassert.Tpo -c -o libcoregrind_amd64_linux_a-m_libcassert.o `test -f 'm_libcassert.c' || echo './'`m_libcassert.c 2024-08-20T21:35:46.7244396Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_libcfile.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_libcfile.Tpo -c -o libcoregrind_amd64_linux_a-m_libcfile.o `test -f 'm_libcfile.c' || echo './'`m_libcfile.c 2024-08-20T21:35:46.7254738Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_libcprint.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_libcprint.Tpo -c -o libcoregrind_amd64_linux_a-m_libcprint.o `test -f 'm_libcprint.c' || echo './'`m_libcprint.c 2024-08-20T21:35:46.7264988Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_libcproc.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_libcproc.Tpo -c -o libcoregrind_amd64_linux_a-m_libcproc.o `test -f 'm_libcproc.c' || echo './'`m_libcproc.c 2024-08-20T21:35:46.7282794Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_libcsignal.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_libcsignal.Tpo -c -o libcoregrind_amd64_linux_a-m_libcsignal.o `test -f 'm_libcsignal.c' || echo './'`m_libcsignal.c 2024-08-20T21:35:46.7300635Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_machine.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_machine.Tpo -c -o libcoregrind_amd64_linux_a-m_machine.o `test -f 'm_machine.c' || echo './'`m_machine.c 2024-08-20T21:35:46.7319278Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_mallocfree.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_mallocfree.Tpo -c -o libcoregrind_amd64_linux_a-m_mallocfree.o `test -f 'm_mallocfree.c' || echo './'`m_mallocfree.c 2024-08-20T21:35:46.7338139Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_options.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_options.Tpo -c -o libcoregrind_amd64_linux_a-m_options.o `test -f 'm_options.c' || echo './'`m_options.c 2024-08-20T21:35:46.7356604Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_oset.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_oset.Tpo -c -o libcoregrind_amd64_linux_a-m_oset.o `test -f 'm_oset.c' || echo './'`m_oset.c 2024-08-20T21:35:46.7374424Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_pathscan.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_pathscan.Tpo -c -o libcoregrind_amd64_linux_a-m_pathscan.o `test -f 'm_pathscan.c' || echo './'`m_pathscan.c 2024-08-20T21:35:46.7390343Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_poolalloc.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_poolalloc.Tpo -c -o libcoregrind_amd64_linux_a-m_poolalloc.o `test -f 'm_poolalloc.c' || echo './'`m_poolalloc.c 2024-08-20T21:35:46.7406696Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_rangemap.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_rangemap.Tpo -c -o libcoregrind_amd64_linux_a-m_rangemap.o `test -f 'm_rangemap.c' || echo './'`m_rangemap.c 2024-08-20T21:35:46.7423143Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_redir.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_redir.Tpo -c -o libcoregrind_amd64_linux_a-m_redir.o `test -f 'm_redir.c' || echo './'`m_redir.c 2024-08-20T21:35:46.7433459Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_sbprofile.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_sbprofile.Tpo -c -o libcoregrind_amd64_linux_a-m_sbprofile.o `test -f 'm_sbprofile.c' || echo './'`m_sbprofile.c 2024-08-20T21:35:46.7444420Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_seqmatch.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_seqmatch.Tpo -c -o libcoregrind_amd64_linux_a-m_seqmatch.o `test -f 'm_seqmatch.c' || echo './'`m_seqmatch.c 2024-08-20T21:35:46.7454697Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_signals.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_signals.Tpo -c -o libcoregrind_amd64_linux_a-m_signals.o `test -f 'm_signals.c' || echo './'`m_signals.c 2024-08-20T21:35:46.7464891Z #9 65.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_sparsewa.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_sparsewa.Tpo -c -o libcoregrind_amd64_linux_a-m_sparsewa.o `test -f 'm_sparsewa.c' || echo './'`m_sparsewa.c 2024-08-20T21:35:46.7475022Z #9 65.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_stacks.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_stacks.Tpo -c -o libcoregrind_amd64_linux_a-m_stacks.o `test -f 'm_stacks.c' || echo './'`m_stacks.c 2024-08-20T21:35:46.7485542Z #9 65.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_stacktrace.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_stacktrace.Tpo -c -o libcoregrind_amd64_linux_a-m_stacktrace.o `test -f 'm_stacktrace.c' || echo './'`m_stacktrace.c 2024-08-20T21:35:46.7495843Z #9 65.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_syscall.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_syscall.Tpo -c -o libcoregrind_amd64_linux_a-m_syscall.o `test -f 'm_syscall.c' || echo './'`m_syscall.c 2024-08-20T21:35:46.7509504Z #9 65.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_threadstate.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_threadstate.Tpo -c -o libcoregrind_amd64_linux_a-m_threadstate.o `test -f 'm_threadstate.c' || echo './'`m_threadstate.c 2024-08-20T21:35:46.7527984Z #9 65.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_tooliface.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_tooliface.Tpo -c -o libcoregrind_amd64_linux_a-m_tooliface.o `test -f 'm_tooliface.c' || echo './'`m_tooliface.c 2024-08-20T21:35:46.7543093Z #9 65.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT libcoregrind_amd64_linux_a-m_trampoline.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_trampoline.Tpo -c -o libcoregrind_amd64_linux_a-m_trampoline.o `test -f 'm_trampoline.S' || echo './'`m_trampoline.S 2024-08-20T21:35:46.7554758Z #9 65.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_translate.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_translate.Tpo -c -o libcoregrind_amd64_linux_a-m_translate.o `test -f 'm_translate.c' || echo './'`m_translate.c 2024-08-20T21:35:46.7571397Z #9 65.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_transtab.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_transtab.Tpo -c -o libcoregrind_amd64_linux_a-m_transtab.o `test -f 'm_transtab.c' || echo './'`m_transtab.c 2024-08-20T21:35:46.7581573Z #9 65.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_vki.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_vki.Tpo -c -o libcoregrind_amd64_linux_a-m_vki.o `test -f 'm_vki.c' || echo './'`m_vki.c 2024-08-20T21:35:46.7599308Z #9 65.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_vkiscnums.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_vkiscnums.Tpo -c -o libcoregrind_amd64_linux_a-m_vkiscnums.o `test -f 'm_vkiscnums.c' || echo './'`m_vkiscnums.c 2024-08-20T21:35:46.7610122Z #9 65.71 mv -f .deps/libcoregrind_amd64_linux_a-m_cpuid.Tpo .deps/libcoregrind_amd64_linux_a-m_cpuid.Po 2024-08-20T21:35:46.7612503Z #9 65.71 mv -f .deps/libnolto_coregrind_amd64_linux_a-m_libcsetjmp.Tpo .deps/libnolto_coregrind_amd64_linux_a-m_libcsetjmp.Po 2024-08-20T21:35:46.7624233Z #9 65.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_wordfm.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_wordfm.Tpo -c -o libcoregrind_amd64_linux_a-m_wordfm.o `test -f 'm_wordfm.c' || echo './'`m_wordfm.c 2024-08-20T21:35:46.7644682Z #9 65.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_xarray.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_xarray.Tpo -c -o libcoregrind_amd64_linux_a-m_xarray.o `test -f 'm_xarray.c' || echo './'`m_xarray.c 2024-08-20T21:35:46.7655126Z #9 65.73 mv -f .deps/libcoregrind_amd64_linux_a-m_trampoline.Tpo .deps/libcoregrind_amd64_linux_a-m_trampoline.Po 2024-08-20T21:35:46.7666556Z #9 65.73 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_xtree.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_xtree.Tpo -c -o libcoregrind_amd64_linux_a-m_xtree.o `test -f 'm_xtree.c' || echo './'`m_xtree.c 2024-08-20T21:35:46.7675868Z #9 65.73 mv -f .deps/vgpreload_core_amd64_linux_so-vg_preloaded.Tpo .deps/vgpreload_core_amd64_linux_so-vg_preloaded.Po 2024-08-20T21:35:46.7677200Z #9 65.73 mv -f .deps/libcoregrind_amd64_linux_a-m_vkiscnums.Tpo .deps/libcoregrind_amd64_linux_a-m_vkiscnums.Po 2024-08-20T21:35:46.7685728Z #9 65.74 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_xtmemory.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_xtmemory.Tpo -c -o libcoregrind_amd64_linux_a-m_xtmemory.o `test -f 'm_xtmemory.c' || echo './'`m_xtmemory.c 2024-08-20T21:35:46.7705499Z #9 65.74 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_aspacehl.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_aspacehl.Tpo -c -o libcoregrind_amd64_linux_a-m_aspacehl.o `test -f 'm_aspacehl.c' || echo './'`m_aspacehl.c 2024-08-20T21:35:46.7713361Z #9 65.74 mv -f .deps/libcoregrind_amd64_linux_a-m_clientstate.Tpo .deps/libcoregrind_amd64_linux_a-m_clientstate.Po 2024-08-20T21:35:46.7715707Z #9 65.75 mv -f .deps/libcoregrind_amd64_linux_a-m_compiler.Tpo .deps/libcoregrind_amd64_linux_a-m_compiler.Po 2024-08-20T21:35:46.7717804Z #9 65.75 mv -f .deps/libcoregrind_amd64_linux_a-m_vki.Tpo .deps/libcoregrind_amd64_linux_a-m_vki.Po 2024-08-20T21:35:46.7720082Z #9 65.77 mv -f .deps/libcoregrind_amd64_linux_a-m_aspacehl.Tpo .deps/libcoregrind_amd64_linux_a-m_aspacehl.Po 2024-08-20T21:35:46.7722354Z #9 65.77 mv -f .deps/libcoregrind_amd64_linux_a-m_seqmatch.Tpo .deps/libcoregrind_amd64_linux_a-m_seqmatch.Po 2024-08-20T21:35:46.7867360Z #9 65.77 mv -f .deps/libcoregrind_amd64_linux_a-m_poolalloc.Tpo .deps/libcoregrind_amd64_linux_a-m_poolalloc.Po 2024-08-20T21:35:46.7869765Z #9 65.77 mv -f .deps/libcoregrind_amd64_linux_a-m_pathscan.Tpo .deps/libcoregrind_amd64_linux_a-m_pathscan.Po 2024-08-20T21:35:46.7882548Z #9 65.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_scheduler/libcoregrind_amd64_linux_a-ticket-lock-linux.o -MD -MP -MF m_scheduler/.deps/libcoregrind_amd64_linux_a-ticket-lock-linux.Tpo -c -o m_scheduler/libcoregrind_amd64_linux_a-ticket-lock-linux.o `test -f 'm_scheduler/ticket-lock-linux.c' || echo './'`m_scheduler/ticket-lock-linux.c 2024-08-20T21:35:46.7903586Z #9 65.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -MT libgcc_sup_amd64_linux_a-m_libgcc_sup.o -MD -MP -MF .deps/libgcc_sup_amd64_linux_a-m_libgcc_sup.Tpo -c -o libgcc_sup_amd64_linux_a-m_libgcc_sup.o `test -f 'm_libgcc_sup.c' || echo './'`m_libgcc_sup.c 2024-08-20T21:35:46.7926271Z #9 65.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -MT m_replacemalloc/libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.o -MD -MP -MF m_replacemalloc/.deps/libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.Tpo -c -o m_replacemalloc/libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.o `test -f 'm_replacemalloc/vg_replace_malloc.c' || echo './'`m_replacemalloc/vg_replace_malloc.c 2024-08-20T21:35:46.7939707Z #9 65.80 mv -f .deps/libcoregrind_amd64_linux_a-m_rangemap.Tpo .deps/libcoregrind_amd64_linux_a-m_rangemap.Po 2024-08-20T21:35:46.7942036Z #9 65.80 mv -f .deps/libcoregrind_amd64_linux_a-m_sbprofile.Tpo .deps/libcoregrind_amd64_linux_a-m_sbprofile.Po 2024-08-20T21:35:46.7944252Z #9 65.80 mv -f .deps/libcoregrind_amd64_linux_a-m_syscall.Tpo .deps/libcoregrind_amd64_linux_a-m_syscall.Po 2024-08-20T21:35:46.7946357Z #9 65.80 mv -f .deps/libgcc_sup_amd64_linux_a-m_libgcc_sup.Tpo .deps/libgcc_sup_amd64_linux_a-m_libgcc_sup.Po 2024-08-20T21:35:46.7947719Z #9 65.80 for f in ; do \ 2024-08-20T21:35:46.7948591Z #9 65.80 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:35:46.7949464Z #9 65.80 echo "dsymutil $f"; \ 2024-08-20T21:35:46.7950152Z #9 65.80 dsymutil $f; \ 2024-08-20T21:35:46.7950738Z #9 65.80 fi; \ 2024-08-20T21:35:46.7951181Z #9 65.80 done 2024-08-20T21:35:46.7962870Z #9 65.80 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-common.o -MD -MP -MF m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-common.Tpo -c -o m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-common.o `test -f 'm_aspacemgr/aspacemgr-common.c' || echo './'`m_aspacemgr/aspacemgr-common.c 2024-08-20T21:35:46.7984578Z #9 65.80 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-linux.o -MD -MP -MF m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-linux.Tpo -c -o m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-linux.o `test -f 'm_aspacemgr/aspacemgr-linux.c' || echo './'`m_aspacemgr/aspacemgr-linux.c 2024-08-20T21:35:46.8006798Z #9 65.80 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-segnames.o -MD -MP -MF m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-segnames.Tpo -c -o m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-segnames.o `test -f 'm_aspacemgr/aspacemgr-segnames.c' || echo './'`m_aspacemgr/aspacemgr-segnames.c 2024-08-20T21:35:46.8028841Z #9 65.80 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_coredump/libcoregrind_amd64_linux_a-coredump-elf.o -MD -MP -MF m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-elf.Tpo -c -o m_coredump/libcoregrind_amd64_linux_a-coredump-elf.o `test -f 'm_coredump/coredump-elf.c' || echo './'`m_coredump/coredump-elf.c 2024-08-20T21:35:46.8050475Z #9 65.80 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_coredump/libcoregrind_amd64_linux_a-coredump-macho.o -MD -MP -MF m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-macho.Tpo -c -o m_coredump/libcoregrind_amd64_linux_a-coredump-macho.o `test -f 'm_coredump/coredump-macho.c' || echo './'`m_coredump/coredump-macho.c 2024-08-20T21:35:46.8067859Z #9 65.80 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -o vgpreload_core-amd64-linux.so vgpreload_core_amd64_linux_so-vg_preloaded.o 2024-08-20T21:35:46.8086178Z #9 65.80 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_coredump/libcoregrind_amd64_linux_a-coredump-solaris.o -MD -MP -MF m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-solaris.Tpo -c -o m_coredump/libcoregrind_amd64_linux_a-coredump-solaris.o `test -f 'm_coredump/coredump-solaris.c' || echo './'`m_coredump/coredump-solaris.c 2024-08-20T21:35:46.8106978Z #9 65.80 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-misc.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-misc.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-misc.o `test -f 'm_debuginfo/misc.c' || echo './'`m_debuginfo/misc.c 2024-08-20T21:35:46.8117774Z #9 65.81 mv -f .deps/libcoregrind_amd64_linux_a-m_libcsignal.Tpo .deps/libcoregrind_amd64_linux_a-m_libcsignal.Po 2024-08-20T21:35:46.8120435Z #9 65.81 mv -f .deps/libcoregrind_amd64_linux_a-m_threadstate.Tpo .deps/libcoregrind_amd64_linux_a-m_threadstate.Po 2024-08-20T21:35:46.8122970Z #9 65.81 mv -f .deps/libcoregrind_amd64_linux_a-m_commandline.Tpo .deps/libcoregrind_amd64_linux_a-m_commandline.Po 2024-08-20T21:35:46.8125729Z #9 65.81 mv -f m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-macho.Tpo m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-macho.Po 2024-08-20T21:35:46.8138222Z #9 65.81 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-d3basics.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-d3basics.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-d3basics.o `test -f 'm_debuginfo/d3basics.c' || echo './'`m_debuginfo/d3basics.c 2024-08-20T21:35:46.8149652Z #9 65.81 mv -f m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-solaris.Tpo m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-solaris.Po 2024-08-20T21:35:46.8162551Z #9 65.82 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-debuginfo.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-debuginfo.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-debuginfo.o `test -f 'm_debuginfo/debuginfo.c' || echo './'`m_debuginfo/debuginfo.c 2024-08-20T21:35:46.8182872Z #9 65.82 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-image.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-image.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-image.o `test -f 'm_debuginfo/image.c' || echo './'`m_debuginfo/image.c 2024-08-20T21:35:46.8202358Z #9 65.82 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-minilzo-inl.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-minilzo-inl.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-minilzo-inl.o `test -f 'm_debuginfo/minilzo-inl.c' || echo './'`m_debuginfo/minilzo-inl.c 2024-08-20T21:35:46.8221642Z #9 65.82 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-readdwarf.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-readdwarf.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-readdwarf.o `test -f 'm_debuginfo/readdwarf.c' || echo './'`m_debuginfo/readdwarf.c 2024-08-20T21:35:46.8242509Z #9 65.82 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-readdwarf3.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-readdwarf3.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-readdwarf3.o `test -f 'm_debuginfo/readdwarf3.c' || echo './'`m_debuginfo/readdwarf3.c 2024-08-20T21:35:46.8253556Z #9 65.83 mv -f .deps/libcoregrind_amd64_linux_a-m_stacks.Tpo .deps/libcoregrind_amd64_linux_a-m_stacks.Po 2024-08-20T21:35:46.8255985Z #9 65.84 mv -f .deps/libcoregrind_amd64_linux_a-m_deduppoolalloc.Tpo .deps/libcoregrind_amd64_linux_a-m_deduppoolalloc.Po 2024-08-20T21:35:46.8268041Z #9 65.84 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-readelf.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-readelf.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-readelf.o `test -f 'm_debuginfo/readelf.c' || echo './'`m_debuginfo/readelf.c 2024-08-20T21:35:46.8288279Z #9 65.84 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-readexidx.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-readexidx.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-readexidx.o `test -f 'm_debuginfo/readexidx.c' || echo './'`m_debuginfo/readexidx.c 2024-08-20T21:35:46.8298952Z #9 65.85 mv -f .deps/libcoregrind_amd64_linux_a-m_libcassert.Tpo .deps/libcoregrind_amd64_linux_a-m_libcassert.Po 2024-08-20T21:35:46.8301543Z #9 65.85 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-readexidx.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-readexidx.Po 2024-08-20T21:35:46.8313349Z #9 65.85 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-readmacho.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-readmacho.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-readmacho.o `test -f 'm_debuginfo/readmacho.c' || echo './'`m_debuginfo/readmacho.c 2024-08-20T21:35:46.8333579Z #9 65.86 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-readpdb.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-readpdb.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-readpdb.o `test -f 'm_debuginfo/readpdb.c' || echo './'`m_debuginfo/readpdb.c 2024-08-20T21:35:46.8344354Z #9 65.86 mv -f .deps/libcoregrind_amd64_linux_a-m_xtmemory.Tpo .deps/libcoregrind_amd64_linux_a-m_xtmemory.Po 2024-08-20T21:35:46.8346637Z #9 65.86 mv -f .deps/libcoregrind_amd64_linux_a-m_hashtable.Tpo .deps/libcoregrind_amd64_linux_a-m_hashtable.Po 2024-08-20T21:35:46.8349377Z #9 65.86 mv -f m_scheduler/.deps/libcoregrind_amd64_linux_a-ticket-lock-linux.Tpo m_scheduler/.deps/libcoregrind_amd64_linux_a-ticket-lock-linux.Po 2024-08-20T21:35:46.8361041Z #9 65.86 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-storage.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-storage.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-storage.o `test -f 'm_debuginfo/storage.c' || echo './'`m_debuginfo/storage.c 2024-08-20T21:35:46.8380466Z #9 65.86 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-tinfl.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-tinfl.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-tinfl.o `test -f 'm_debuginfo/tinfl.c' || echo './'`m_debuginfo/tinfl.c 2024-08-20T21:35:46.8400843Z #9 65.86 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-tytypes.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-tytypes.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-tytypes.o `test -f 'm_debuginfo/tytypes.c' || echo './'`m_debuginfo/tytypes.c 2024-08-20T21:35:46.8411931Z #9 65.86 mv -f .deps/libcoregrind_amd64_linux_a-m_stacktrace.Tpo .deps/libcoregrind_amd64_linux_a-m_stacktrace.Po 2024-08-20T21:35:46.8414337Z #9 65.86 mv -f .deps/libcoregrind_amd64_linux_a-m_tooliface.Tpo .deps/libcoregrind_amd64_linux_a-m_tooliface.Po 2024-08-20T21:35:46.8426256Z #9 65.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-cp-demangle.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-cp-demangle.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-cp-demangle.o `test -f 'm_demangle/cp-demangle.c' || echo './'`m_demangle/cp-demangle.c 2024-08-20T21:35:46.8436951Z #9 65.87 mv -f .deps/libcoregrind_amd64_linux_a-m_sparsewa.Tpo .deps/libcoregrind_amd64_linux_a-m_sparsewa.Po 2024-08-20T21:35:46.8439180Z #9 65.87 mv -f .deps/libcoregrind_amd64_linux_a-m_options.Tpo .deps/libcoregrind_amd64_linux_a-m_options.Po 2024-08-20T21:35:46.8450736Z #9 65.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-cplus-dem.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-cplus-dem.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-cplus-dem.o `test -f 'm_demangle/cplus-dem.c' || echo './'`m_demangle/cplus-dem.c 2024-08-20T21:35:46.8461689Z #9 65.87 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-misc.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-misc.Po 2024-08-20T21:35:46.8473576Z #9 65.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-demangle.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-demangle.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-demangle.o `test -f 'm_demangle/demangle.c' || echo './'`m_demangle/demangle.c 2024-08-20T21:35:46.8485702Z #9 65.87 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-readmacho.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-readmacho.Po 2024-08-20T21:35:46.8498624Z #9 65.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-dyn-string.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-dyn-string.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-dyn-string.o `test -f 'm_demangle/dyn-string.c' || echo './'`m_demangle/dyn-string.c 2024-08-20T21:35:46.8894736Z #9 65.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-d-demangle.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-d-demangle.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-d-demangle.o `test -f 'm_demangle/d-demangle.c' || echo './'`m_demangle/d-demangle.c 2024-08-20T21:35:46.8915261Z #9 65.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-rust-demangle.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-rust-demangle.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-rust-demangle.o `test -f 'm_demangle/rust-demangle.c' || echo './'`m_demangle/rust-demangle.c 2024-08-20T21:35:46.8925566Z #9 65.89 mv -f .deps/libcoregrind_amd64_linux_a-m_machine.Tpo .deps/libcoregrind_amd64_linux_a-m_machine.Po 2024-08-20T21:35:46.8938282Z #9 65.89 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-safe-ctype.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-safe-ctype.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-safe-ctype.o `test -f 'm_demangle/safe-ctype.c' || echo './'`m_demangle/safe-ctype.c 2024-08-20T21:35:46.8949099Z #9 65.90 mv -f .deps/valgrind-launcher-linux.Tpo .deps/valgrind-launcher-linux.Po 2024-08-20T21:35:46.8951170Z #9 65.90 mv -f .deps/libcoregrind_amd64_linux_a-m_addrinfo.Tpo .deps/libcoregrind_amd64_linux_a-m_addrinfo.Po 2024-08-20T21:35:46.8958539Z #9 65.91 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-linux.o `test -f 'm_dispatch/dispatch-x86-linux.S' || echo './'`m_dispatch/dispatch-x86-linux.S 2024-08-20T21:35:46.8970307Z #9 65.91 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-linux.o `test -f 'm_dispatch/dispatch-amd64-linux.S' || echo './'`m_dispatch/dispatch-amd64-linux.S 2024-08-20T21:35:46.8977360Z #9 65.91 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-safe-ctype.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-safe-ctype.Po 2024-08-20T21:35:46.8984671Z #9 65.91 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc32-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc32-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc32-linux.o `test -f 'm_dispatch/dispatch-ppc32-linux.S' || echo './'`m_dispatch/dispatch-ppc32-linux.S 2024-08-20T21:35:46.8991797Z #9 65.92 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-linux.Po 2024-08-20T21:35:46.8994439Z #9 65.92 mv -f .deps/libcoregrind_amd64_linux_a-m_execontext.Tpo .deps/libcoregrind_amd64_linux_a-m_execontext.Po 2024-08-20T21:35:46.9002017Z #9 65.92 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc64be-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc64be-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc64be-linux.o `test -f 'm_dispatch/dispatch-ppc64be-linux.S' || echo './'`m_dispatch/dispatch-ppc64be-linux.S 2024-08-20T21:35:46.9009573Z #9 65.92 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-linux.Po 2024-08-20T21:35:46.9017697Z #9 65.93 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc64le-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc64le-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc64le-linux.o `test -f 'm_dispatch/dispatch-ppc64le-linux.S' || echo './'`m_dispatch/dispatch-ppc64le-linux.S 2024-08-20T21:35:46.9029280Z #9 65.93 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-arm-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-arm-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-arm-linux.o `test -f 'm_dispatch/dispatch-arm-linux.S' || echo './'`m_dispatch/dispatch-arm-linux.S 2024-08-20T21:35:46.9036628Z #9 65.93 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc32-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc32-linux.Po 2024-08-20T21:35:46.9044785Z #9 65.93 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-arm64-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-arm64-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-arm64-linux.o `test -f 'm_dispatch/dispatch-arm64-linux.S' || echo './'`m_dispatch/dispatch-arm64-linux.S 2024-08-20T21:35:46.9052004Z #9 65.94 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc64be-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc64be-linux.Po 2024-08-20T21:35:46.9055133Z #9 65.94 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-arm-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-arm-linux.Po 2024-08-20T21:35:46.9058511Z #9 65.94 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc64le-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc64le-linux.Po 2024-08-20T21:35:46.9066194Z #9 65.94 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-s390x-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-s390x-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-s390x-linux.o `test -f 'm_dispatch/dispatch-s390x-linux.S' || echo './'`m_dispatch/dispatch-s390x-linux.S 2024-08-20T21:35:46.9077198Z #9 65.94 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-mips32-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-mips32-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-mips32-linux.o `test -f 'm_dispatch/dispatch-mips32-linux.S' || echo './'`m_dispatch/dispatch-mips32-linux.S 2024-08-20T21:35:46.9088717Z #9 65.94 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-mips64-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-mips64-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-mips64-linux.o `test -f 'm_dispatch/dispatch-mips64-linux.S' || echo './'`m_dispatch/dispatch-mips64-linux.S 2024-08-20T21:35:46.9095668Z #9 65.94 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-arm64-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-arm64-linux.Po 2024-08-20T21:35:46.9103203Z #9 65.95 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-nanomips-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-nanomips-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-nanomips-linux.o `test -f 'm_dispatch/dispatch-nanomips-linux.S' || echo './'`m_dispatch/dispatch-nanomips-linux.S 2024-08-20T21:35:46.9109309Z #9 65.95 mv -f .deps/libcoregrind_amd64_linux_a-m_xarray.Tpo .deps/libcoregrind_amd64_linux_a-m_xarray.Po 2024-08-20T21:35:46.9111629Z #9 65.95 mv -f m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-common.Tpo m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-common.Po 2024-08-20T21:35:46.9118433Z #9 65.95 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-freebsd.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-freebsd.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-freebsd.o `test -f 'm_dispatch/dispatch-x86-freebsd.S' || echo './'`m_dispatch/dispatch-x86-freebsd.S 2024-08-20T21:35:46.9129205Z #9 65.95 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-freebsd.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-freebsd.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-freebsd.o `test -f 'm_dispatch/dispatch-amd64-freebsd.S' || echo './'`m_dispatch/dispatch-amd64-freebsd.S 2024-08-20T21:35:46.9136201Z #9 65.95 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-s390x-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-s390x-linux.Po 2024-08-20T21:35:46.9139284Z #9 65.96 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-mips64-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-mips64-linux.Po 2024-08-20T21:35:46.9142440Z #9 65.96 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-mips32-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-mips32-linux.Po 2024-08-20T21:35:46.9149639Z #9 65.96 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-darwin.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-darwin.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-darwin.o `test -f 'm_dispatch/dispatch-x86-darwin.S' || echo './'`m_dispatch/dispatch-x86-darwin.S 2024-08-20T21:35:46.9160820Z #9 65.96 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-darwin.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-darwin.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-darwin.o `test -f 'm_dispatch/dispatch-amd64-darwin.S' || echo './'`m_dispatch/dispatch-amd64-darwin.S 2024-08-20T21:35:46.9172107Z #9 65.96 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-solaris.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-solaris.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-solaris.o `test -f 'm_dispatch/dispatch-x86-solaris.S' || echo './'`m_dispatch/dispatch-x86-solaris.S 2024-08-20T21:35:46.9178785Z #9 65.96 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-nanomips-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-nanomips-linux.Po 2024-08-20T21:35:46.9186453Z #9 65.96 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-solaris.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-solaris.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-solaris.o `test -f 'm_dispatch/dispatch-amd64-solaris.S' || echo './'`m_dispatch/dispatch-amd64-solaris.S 2024-08-20T21:35:46.9192791Z #9 65.96 mv -f m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-segnames.Tpo m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-segnames.Po 2024-08-20T21:35:46.9195584Z #9 65.97 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-freebsd.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-freebsd.Po 2024-08-20T21:35:46.9198456Z #9 65.97 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-freebsd.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-freebsd.Po 2024-08-20T21:35:46.9209903Z #9 65.97 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-inferiors.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-inferiors.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-inferiors.o `test -f 'm_gdbserver/inferiors.c' || echo './'`m_gdbserver/inferiors.c 2024-08-20T21:35:46.9228919Z #9 65.97 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-m_gdbserver.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-m_gdbserver.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-m_gdbserver.o `test -f 'm_gdbserver/m_gdbserver.c' || echo './'`m_gdbserver/m_gdbserver.c 2024-08-20T21:35:46.9248213Z #9 65.97 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-regcache.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-regcache.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-regcache.o `test -f 'm_gdbserver/regcache.c' || echo './'`m_gdbserver/regcache.c 2024-08-20T21:35:46.9258051Z #9 65.97 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-darwin.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-darwin.Po 2024-08-20T21:35:46.9887958Z #9 65.97 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-solaris.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-solaris.Po 2024-08-20T21:35:46.9891352Z #9 65.97 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-darwin.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-darwin.Po 2024-08-20T21:35:46.9903761Z #9 65.97 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-remote-utils.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-remote-utils.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-remote-utils.o `test -f 'm_gdbserver/remote-utils.c' || echo './'`m_gdbserver/remote-utils.c 2024-08-20T21:35:46.9925059Z #9 65.98 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-server.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-server.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-server.o `test -f 'm_gdbserver/server.c' || echo './'`m_gdbserver/server.c 2024-08-20T21:35:46.9945939Z #9 65.98 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-signals.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-signals.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-signals.o `test -f 'm_gdbserver/signals.c' || echo './'`m_gdbserver/signals.c 2024-08-20T21:35:46.9957837Z #9 65.98 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-solaris.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-solaris.Po 2024-08-20T21:35:46.9970940Z #9 65.98 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-target.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-target.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-target.o `test -f 'm_gdbserver/target.c' || echo './'`m_gdbserver/target.c 2024-08-20T21:35:46.9982055Z #9 65.99 mv -f m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-elf.Tpo m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-elf.Po 2024-08-20T21:35:46.9984624Z #9 66.00 mv -f .deps/libcoregrind_amd64_linux_a-m_debuglog.Tpo .deps/libcoregrind_amd64_linux_a-m_debuglog.Po 2024-08-20T21:35:46.9986919Z #9 66.00 mv -f .deps/libcoregrind_amd64_linux_a-m_libcproc.Tpo .deps/libcoregrind_amd64_linux_a-m_libcproc.Po 2024-08-20T21:35:46.9989527Z #9 66.00 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-cplus-dem.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-cplus-dem.Po 2024-08-20T21:35:46.9992354Z #9 66.00 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-demangle.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-demangle.Po 2024-08-20T21:35:46.9995154Z #9 66.00 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-dyn-string.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-dyn-string.Po 2024-08-20T21:35:47.0006830Z #9 66.00 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-utils.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-utils.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-utils.o `test -f 'm_gdbserver/utils.c' || echo './'`m_gdbserver/utils.c 2024-08-20T21:35:47.0027727Z #9 66.01 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-x86.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-x86.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-x86.o `test -f 'm_gdbserver/valgrind-low-x86.c' || echo './'`m_gdbserver/valgrind-low-x86.c 2024-08-20T21:35:47.0050540Z #9 66.01 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-amd64.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-amd64.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-amd64.o `test -f 'm_gdbserver/valgrind-low-amd64.c' || echo './'`m_gdbserver/valgrind-low-amd64.c 2024-08-20T21:35:47.0072632Z #9 66.01 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-arm.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-arm.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-arm.o `test -f 'm_gdbserver/valgrind-low-arm.c' || echo './'`m_gdbserver/valgrind-low-arm.c 2024-08-20T21:35:47.0094653Z #9 66.01 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-arm64.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-arm64.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-arm64.o `test -f 'm_gdbserver/valgrind-low-arm64.c' || echo './'`m_gdbserver/valgrind-low-arm64.c 2024-08-20T21:35:47.0118902Z #9 66.01 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-ppc32.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-ppc32.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-ppc32.o `test -f 'm_gdbserver/valgrind-low-ppc32.c' || echo './'`m_gdbserver/valgrind-low-ppc32.c 2024-08-20T21:35:47.0134666Z #9 66.01 mv -f .deps/libcoregrind_amd64_linux_a-m_libcfile.Tpo .deps/libcoregrind_amd64_linux_a-m_libcfile.Po 2024-08-20T21:35:47.0136624Z #9 66.01 mv -f .deps/valgrind-m_debuglog.Tpo .deps/valgrind-m_debuglog.Po 2024-08-20T21:35:47.0149204Z #9 66.01 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-ppc64.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-ppc64.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-ppc64.o `test -f 'm_gdbserver/valgrind-low-ppc64.c' || echo './'`m_gdbserver/valgrind-low-ppc64.c 2024-08-20T21:35:47.0171977Z #9 66.01 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-s390x.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-s390x.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-s390x.o `test -f 'm_gdbserver/valgrind-low-s390x.c' || echo './'`m_gdbserver/valgrind-low-s390x.c 2024-08-20T21:35:47.0184338Z #9 66.02 mv -f .deps/libcoregrind_amd64_linux_a-m_wordfm.Tpo .deps/libcoregrind_amd64_linux_a-m_wordfm.Po 2024-08-20T21:35:47.0197431Z #9 66.03 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-mips32.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-mips32.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-mips32.o `test -f 'm_gdbserver/valgrind-low-mips32.c' || echo './'`m_gdbserver/valgrind-low-mips32.c 2024-08-20T21:35:47.0210320Z #9 66.03 mv -f .deps/libcoregrind_amd64_linux_a-m_oset.Tpo .deps/libcoregrind_amd64_linux_a-m_oset.Po 2024-08-20T21:35:47.0223051Z #9 66.04 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-mips64.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-mips64.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-mips64.o `test -f 'm_gdbserver/valgrind-low-mips64.c' || echo './'`m_gdbserver/valgrind-low-mips64.c 2024-08-20T21:35:47.0235001Z #9 66.07 mv -f .deps/libcoregrind_amd64_linux_a-m_cache.Tpo .deps/libcoregrind_amd64_linux_a-m_cache.Po 2024-08-20T21:35:47.0907674Z #9 66.07 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-nanomips.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-nanomips.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-nanomips.o `test -f 'm_gdbserver/valgrind-low-nanomips.c' || echo './'`m_gdbserver/valgrind-low-nanomips.c 2024-08-20T21:35:47.0920512Z #9 66.08 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-signals.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-signals.Po 2024-08-20T21:35:47.0932567Z #9 66.09 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-version.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-version.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-version.o `test -f 'm_gdbserver/version.c' || echo './'`m_gdbserver/version.c 2024-08-20T21:35:47.0944680Z #9 66.09 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-inferiors.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-inferiors.Po 2024-08-20T21:35:47.0957419Z #9 66.10 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_initimg/libcoregrind_amd64_linux_a-initimg-linux.o -MD -MP -MF m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-linux.Tpo -c -o m_initimg/libcoregrind_amd64_linux_a-initimg-linux.o `test -f 'm_initimg/initimg-linux.c' || echo './'`m_initimg/initimg-linux.c 2024-08-20T21:35:47.0968842Z #9 66.10 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-utils.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-utils.Po 2024-08-20T21:35:47.0981664Z #9 66.10 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_initimg/libcoregrind_amd64_linux_a-initimg-freebsd.o -MD -MP -MF m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-freebsd.Tpo -c -o m_initimg/libcoregrind_amd64_linux_a-initimg-freebsd.o `test -f 'm_initimg/initimg-freebsd.c' || echo './'`m_initimg/initimg-freebsd.c 2024-08-20T21:35:47.0992743Z #9 66.10 mv -f .deps/libcoregrind_amd64_linux_a-m_redir.Tpo .deps/libcoregrind_amd64_linux_a-m_redir.Po 2024-08-20T21:35:47.1004657Z #9 66.11 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_initimg/libcoregrind_amd64_linux_a-initimg-darwin.o -MD -MP -MF m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-darwin.Tpo -c -o m_initimg/libcoregrind_amd64_linux_a-initimg-darwin.o `test -f 'm_initimg/initimg-darwin.c' || echo './'`m_initimg/initimg-darwin.c 2024-08-20T21:35:47.1015894Z #9 66.11 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-regcache.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-regcache.Po 2024-08-20T21:35:47.1018446Z #9 66.11 mv -f .deps/libcoregrind_amd64_linux_a-m_libcprint.Tpo .deps/libcoregrind_amd64_linux_a-m_libcprint.Po 2024-08-20T21:35:47.1030708Z #9 66.11 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_initimg/libcoregrind_amd64_linux_a-initimg-solaris.o -MD -MP -MF m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-solaris.Tpo -c -o m_initimg/libcoregrind_amd64_linux_a-initimg-solaris.o `test -f 'm_initimg/initimg-solaris.c' || echo './'`m_initimg/initimg-solaris.c 2024-08-20T21:35:47.1051380Z #9 66.12 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_mach/libcoregrind_amd64_linux_a-mach_basics.o -MD -MP -MF m_mach/.deps/libcoregrind_amd64_linux_a-mach_basics.Tpo -c -o m_mach/libcoregrind_amd64_linux_a-mach_basics.o `test -f 'm_mach/mach_basics.c' || echo './'`m_mach/mach_basics.c 2024-08-20T21:35:47.1062213Z #9 66.12 mv -f m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-freebsd.Tpo m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-freebsd.Po 2024-08-20T21:35:47.1064789Z #9 66.12 mv -f .deps/libcoregrind_amd64_linux_a-m_xtree.Tpo .deps/libcoregrind_amd64_linux_a-m_xtree.Po 2024-08-20T21:35:47.1076430Z #9 66.12 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_mach/libcoregrind_amd64_linux_a-mach_msg.o -MD -MP -MF m_mach/.deps/libcoregrind_amd64_linux_a-mach_msg.Tpo -c -o m_mach/libcoregrind_amd64_linux_a-mach_msg.o `test -f 'm_mach/mach_msg.c' || echo './'`m_mach/mach_msg.c 2024-08-20T21:35:47.1092233Z #9 66.12 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_mach/libcoregrind_amd64_linux_a-mach_traps-x86-darwin.o -MD -MP -MF m_mach/.deps/libcoregrind_amd64_linux_a-mach_traps-x86-darwin.Tpo -c -o m_mach/libcoregrind_amd64_linux_a-mach_traps-x86-darwin.o `test -f 'm_mach/mach_traps-x86-darwin.S' || echo './'`m_mach/mach_traps-x86-darwin.S 2024-08-20T21:35:47.1099188Z #9 66.12 mv -f m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-darwin.Tpo m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-darwin.Po 2024-08-20T21:35:47.1106698Z #9 66.12 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_mach/libcoregrind_amd64_linux_a-mach_traps-amd64-darwin.o -MD -MP -MF m_mach/.deps/libcoregrind_amd64_linux_a-mach_traps-amd64-darwin.Tpo -c -o m_mach/libcoregrind_amd64_linux_a-mach_traps-amd64-darwin.o `test -f 'm_mach/mach_traps-amd64-darwin.S' || echo './'`m_mach/mach_traps-amd64-darwin.S 2024-08-20T21:35:47.1114192Z #9 66.13 mv -f m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-solaris.Tpo m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-solaris.Po 2024-08-20T21:35:47.1116957Z #9 66.13 mv -f m_mach/.deps/libcoregrind_amd64_linux_a-mach_basics.Tpo m_mach/.deps/libcoregrind_amd64_linux_a-mach_basics.Po 2024-08-20T21:35:47.1130441Z #9 66.13 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_replacemalloc/libcoregrind_amd64_linux_a-replacemalloc_core.o -MD -MP -MF m_replacemalloc/.deps/libcoregrind_amd64_linux_a-replacemalloc_core.Tpo -c -o m_replacemalloc/libcoregrind_amd64_linux_a-replacemalloc_core.o `test -f 'm_replacemalloc/replacemalloc_core.c' || echo './'`m_replacemalloc/replacemalloc_core.c 2024-08-20T21:35:47.1152805Z #9 66.14 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_scheduler/libcoregrind_amd64_linux_a-sched-lock.o -MD -MP -MF m_scheduler/.deps/libcoregrind_amd64_linux_a-sched-lock.Tpo -c -o m_scheduler/libcoregrind_amd64_linux_a-sched-lock.o `test -f 'm_scheduler/sched-lock.c' || echo './'`m_scheduler/sched-lock.c 2024-08-20T21:35:47.1164397Z #9 66.14 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-x86.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-x86.Po 2024-08-20T21:35:47.1167217Z #9 66.14 mv -f m_mach/.deps/libcoregrind_amd64_linux_a-mach_msg.Tpo m_mach/.deps/libcoregrind_amd64_linux_a-mach_msg.Po 2024-08-20T21:35:47.1169957Z #9 66.14 mv -f m_mach/.deps/libcoregrind_amd64_linux_a-mach_traps-amd64-darwin.Tpo m_mach/.deps/libcoregrind_amd64_linux_a-mach_traps-amd64-darwin.Po 2024-08-20T21:35:47.1172883Z #9 66.14 mv -f m_mach/.deps/libcoregrind_amd64_linux_a-mach_traps-x86-darwin.Tpo m_mach/.deps/libcoregrind_amd64_linux_a-mach_traps-x86-darwin.Po 2024-08-20T21:35:47.1185297Z #9 66.14 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_scheduler/libcoregrind_amd64_linux_a-sched-lock-generic.o -MD -MP -MF m_scheduler/.deps/libcoregrind_amd64_linux_a-sched-lock-generic.Tpo -c -o m_scheduler/libcoregrind_amd64_linux_a-sched-lock-generic.o `test -f 'm_scheduler/sched-lock-generic.c' || echo './'`m_scheduler/sched-lock-generic.c 2024-08-20T21:35:47.1206997Z #9 66.14 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_scheduler/libcoregrind_amd64_linux_a-scheduler.o -MD -MP -MF m_scheduler/.deps/libcoregrind_amd64_linux_a-scheduler.Tpo -c -o m_scheduler/libcoregrind_amd64_linux_a-scheduler.o `test -f 'm_scheduler/scheduler.c' || echo './'`m_scheduler/scheduler.c 2024-08-20T21:35:47.1227791Z #9 66.14 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_scheduler/libcoregrind_amd64_linux_a-sema.o -MD -MP -MF m_scheduler/.deps/libcoregrind_amd64_linux_a-sema.Tpo -c -o m_scheduler/libcoregrind_amd64_linux_a-sema.o `test -f 'm_scheduler/sema.c' || echo './'`m_scheduler/sema.c 2024-08-20T21:35:47.1249850Z #9 66.14 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-common.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-common.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-common.o `test -f 'm_sigframe/sigframe-common.c' || echo './'`m_sigframe/sigframe-common.c 2024-08-20T21:35:47.1261464Z #9 66.14 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-arm64.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-arm64.Po 2024-08-20T21:35:47.1273602Z #9 66.14 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-linux.o `test -f 'm_sigframe/sigframe-x86-linux.c' || echo './'`m_sigframe/sigframe-x86-linux.c 2024-08-20T21:35:47.1285739Z #9 66.15 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-arm.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-arm.Po 2024-08-20T21:35:47.1298452Z #9 66.15 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-linux.o `test -f 'm_sigframe/sigframe-amd64-linux.c' || echo './'`m_sigframe/sigframe-amd64-linux.c 2024-08-20T21:35:47.1310157Z #9 66.16 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-version.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-version.Po 2024-08-20T21:35:47.1313129Z #9 66.16 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-amd64.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-amd64.Po 2024-08-20T21:35:47.1326207Z #9 66.16 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-freebsd.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-freebsd.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-freebsd.o `test -f 'm_sigframe/sigframe-x86-freebsd.c' || echo './'`m_sigframe/sigframe-x86-freebsd.c 2024-08-20T21:35:47.1338348Z #9 66.16 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-linux.Po 2024-08-20T21:35:47.1351132Z #9 66.16 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-freebsd.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-freebsd.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-freebsd.o `test -f 'm_sigframe/sigframe-amd64-freebsd.c' || echo './'`m_sigframe/sigframe-amd64-freebsd.c 2024-08-20T21:35:47.1363388Z #9 66.16 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-mips32.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-mips32.Po 2024-08-20T21:35:47.1376536Z #9 66.16 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-ppc32-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-ppc32-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-ppc32-linux.o `test -f 'm_sigframe/sigframe-ppc32-linux.c' || echo './'`m_sigframe/sigframe-ppc32-linux.c 2024-08-20T21:35:47.1388182Z #9 66.16 mv -f .deps/vgdb-vgdb-invoker-ptrace.Tpo .deps/vgdb-vgdb-invoker-ptrace.Po 2024-08-20T21:35:47.1400386Z #9 66.17 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-ppc64-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-ppc64-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-ppc64-linux.o `test -f 'm_sigframe/sigframe-ppc64-linux.c' || echo './'`m_sigframe/sigframe-ppc64-linux.c 2024-08-20T21:35:47.1412579Z #9 66.17 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-s390x.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-s390x.Po 2024-08-20T21:35:47.1425019Z #9 66.17 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-arm-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-arm-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-arm-linux.o `test -f 'm_sigframe/sigframe-arm-linux.c' || echo './'`m_sigframe/sigframe-arm-linux.c 2024-08-20T21:35:47.1435860Z #9 66.17 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-minilzo-inl.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-minilzo-inl.Po 2024-08-20T21:35:47.1448102Z #9 66.17 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-arm64-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-arm64-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-arm64-linux.o `test -f 'm_sigframe/sigframe-arm64-linux.c' || echo './'`m_sigframe/sigframe-arm64-linux.c 2024-08-20T21:35:47.1465919Z #9 66.17 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-s390x-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-s390x-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-s390x-linux.o `test -f 'm_sigframe/sigframe-s390x-linux.c' || echo './'`m_sigframe/sigframe-s390x-linux.c 2024-08-20T21:35:47.1478204Z #9 66.17 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-mips64.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-mips64.Po 2024-08-20T21:35:47.1481556Z #9 66.17 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-freebsd.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-freebsd.Po 2024-08-20T21:35:47.1925715Z #9 66.17 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-tytypes.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-tytypes.Po 2024-08-20T21:35:47.1936141Z #9 66.17 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-mips32-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-mips32-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-mips32-linux.o `test -f 'm_sigframe/sigframe-mips32-linux.c' || echo './'`m_sigframe/sigframe-mips32-linux.c 2024-08-20T21:35:47.1942848Z #9 66.18 mv -f m_scheduler/.deps/libcoregrind_amd64_linux_a-sched-lock-generic.Tpo m_scheduler/.deps/libcoregrind_amd64_linux_a-sched-lock-generic.Po 2024-08-20T21:35:47.1944459Z #9 66.18 mv -f m_scheduler/.deps/libcoregrind_amd64_linux_a-sched-lock.Tpo m_scheduler/.deps/libcoregrind_amd64_linux_a-sched-lock.Po 2024-08-20T21:35:47.1951342Z #9 66.18 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-mips64-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-mips64-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-mips64-linux.o `test -f 'm_sigframe/sigframe-mips64-linux.c' || echo './'`m_sigframe/sigframe-mips64-linux.c 2024-08-20T21:35:47.1963785Z #9 66.18 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-nanomips-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-nanomips-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-nanomips-linux.o `test -f 'm_sigframe/sigframe-nanomips-linux.c' || echo './'`m_sigframe/sigframe-nanomips-linux.c 2024-08-20T21:35:47.1975694Z #9 66.18 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-darwin.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-darwin.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-darwin.o `test -f 'm_sigframe/sigframe-x86-darwin.c' || echo './'`m_sigframe/sigframe-x86-darwin.c 2024-08-20T21:35:47.1987506Z #9 66.18 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-darwin.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-darwin.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-darwin.o `test -f 'm_sigframe/sigframe-amd64-darwin.c' || echo './'`m_sigframe/sigframe-amd64-darwin.c 2024-08-20T21:35:47.1994189Z #9 66.18 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-ppc32-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-ppc32-linux.Po 2024-08-20T21:35:47.1995934Z #9 66.18 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-ppc64-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-ppc64-linux.Po 2024-08-20T21:35:47.1997762Z #9 66.18 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-arm-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-arm-linux.Po 2024-08-20T21:35:47.2004741Z #9 66.18 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-solaris.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-solaris.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-solaris.o `test -f 'm_sigframe/sigframe-solaris.c' || echo './'`m_sigframe/sigframe-solaris.c 2024-08-20T21:35:47.2013185Z #9 66.18 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-linux.o `test -f 'm_syswrap/syscall-x86-linux.S' || echo './'`m_syswrap/syscall-x86-linux.S 2024-08-20T21:35:47.2019235Z #9 66.18 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-linux.o `test -f 'm_syswrap/syscall-amd64-linux.S' || echo './'`m_syswrap/syscall-amd64-linux.S 2024-08-20T21:35:47.2022987Z #9 66.18 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-arm64-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-arm64-linux.Po 2024-08-20T21:35:47.2027081Z #9 66.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc32-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc32-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc32-linux.o `test -f 'm_syswrap/syscall-ppc32-linux.S' || echo './'`m_syswrap/syscall-ppc32-linux.S 2024-08-20T21:35:47.2030870Z #9 66.19 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-freebsd.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-freebsd.Po 2024-08-20T21:35:47.2032644Z #9 66.19 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-mips32-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-mips32-linux.Po 2024-08-20T21:35:47.2034606Z #9 66.19 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-nanomips.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-nanomips.Po 2024-08-20T21:35:47.2038926Z #9 66.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc64be-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc64be-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc64be-linux.o `test -f 'm_syswrap/syscall-ppc64be-linux.S' || echo './'`m_syswrap/syscall-ppc64be-linux.S 2024-08-20T21:35:47.2042890Z #9 66.19 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-mips64-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-mips64-linux.Po 2024-08-20T21:35:47.2044679Z #9 66.19 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-nanomips-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-nanomips-linux.Po 2024-08-20T21:35:47.2048965Z #9 66.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc64le-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc64le-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc64le-linux.o `test -f 'm_syswrap/syscall-ppc64le-linux.S' || echo './'`m_syswrap/syscall-ppc64le-linux.S 2024-08-20T21:35:47.2052785Z #9 66.19 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-darwin.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-darwin.Po 2024-08-20T21:35:47.2054522Z #9 66.19 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-darwin.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-darwin.Po 2024-08-20T21:35:47.2058557Z #9 66.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-arm-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-arm-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-arm-linux.o `test -f 'm_syswrap/syscall-arm-linux.S' || echo './'`m_syswrap/syscall-arm-linux.S 2024-08-20T21:35:47.2064607Z #9 66.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-arm64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-arm64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-arm64-linux.o `test -f 'm_syswrap/syscall-arm64-linux.S' || echo './'`m_syswrap/syscall-arm64-linux.S 2024-08-20T21:35:47.2070672Z #9 66.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-s390x-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-s390x-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-s390x-linux.o `test -f 'm_syswrap/syscall-s390x-linux.S' || echo './'`m_syswrap/syscall-s390x-linux.S 2024-08-20T21:35:47.2076791Z #9 66.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-mips32-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-mips32-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-mips32-linux.o `test -f 'm_syswrap/syscall-mips32-linux.S' || echo './'`m_syswrap/syscall-mips32-linux.S 2024-08-20T21:35:47.2080701Z #9 66.20 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-linux.Po 2024-08-20T21:35:47.2082346Z #9 66.20 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-solaris.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-solaris.Po 2024-08-20T21:35:47.2086398Z #9 66.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-mips64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-mips64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-mips64-linux.o `test -f 'm_syswrap/syscall-mips64-linux.S' || echo './'`m_syswrap/syscall-mips64-linux.S 2024-08-20T21:35:47.2090156Z #9 66.20 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-linux.Po 2024-08-20T21:35:47.2094391Z #9 66.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-nanomips-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-nanomips-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-nanomips-linux.o `test -f 'm_syswrap/syscall-nanomips-linux.S' || echo './'`m_syswrap/syscall-nanomips-linux.S 2024-08-20T21:35:47.2100572Z #9 66.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-freebsd.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-freebsd.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-freebsd.o `test -f 'm_syswrap/syscall-x86-freebsd.S' || echo './'`m_syswrap/syscall-x86-freebsd.S 2024-08-20T21:35:47.2106714Z #9 66.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-freebsd.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-freebsd.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-freebsd.o `test -f 'm_syswrap/syscall-amd64-freebsd.S' || echo './'`m_syswrap/syscall-amd64-freebsd.S 2024-08-20T21:35:47.2110506Z #9 66.20 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc32-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc32-linux.Po 2024-08-20T21:35:47.2114534Z #9 66.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-darwin.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-darwin.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-darwin.o `test -f 'm_syswrap/syscall-x86-darwin.S' || echo './'`m_syswrap/syscall-x86-darwin.S 2024-08-20T21:35:47.2118316Z #9 66.21 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc64be-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc64be-linux.Po 2024-08-20T21:35:47.2120176Z #9 66.21 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc64le-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc64le-linux.Po 2024-08-20T21:35:47.2121887Z #9 66.21 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-arm64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-arm64-linux.Po 2024-08-20T21:35:47.2125974Z #9 66.21 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-darwin.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-darwin.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-darwin.o `test -f 'm_syswrap/syscall-amd64-darwin.S' || echo './'`m_syswrap/syscall-amd64-darwin.S 2024-08-20T21:35:47.2132157Z #9 66.21 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-solaris.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-solaris.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-solaris.o `test -f 'm_syswrap/syscall-x86-solaris.S' || echo './'`m_syswrap/syscall-x86-solaris.S 2024-08-20T21:35:47.2136352Z #9 66.23 mv -f .deps/libcoregrind_amd64_linux_a-m_libcbase.Tpo .deps/libcoregrind_amd64_linux_a-m_libcbase.Po 2024-08-20T21:35:47.2137854Z #9 66.23 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-ppc32.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-ppc32.Po 2024-08-20T21:35:47.2139618Z #9 66.23 mv -f m_replacemalloc/.deps/libcoregrind_amd64_linux_a-replacemalloc_core.Tpo m_replacemalloc/.deps/libcoregrind_amd64_linux_a-replacemalloc_core.Po 2024-08-20T21:35:47.2141165Z #9 66.23 mv -f m_scheduler/.deps/libcoregrind_amd64_linux_a-sema.Tpo m_scheduler/.deps/libcoregrind_amd64_linux_a-sema.Po 2024-08-20T21:35:47.2142659Z #9 66.23 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-common.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-common.Po 2024-08-20T21:35:47.2144324Z #9 66.23 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-s390x-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-s390x-linux.Po 2024-08-20T21:35:47.2145999Z #9 66.23 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-arm-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-arm-linux.Po 2024-08-20T21:35:47.2147646Z #9 66.23 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-s390x-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-s390x-linux.Po 2024-08-20T21:35:47.2149335Z #9 66.23 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-mips32-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-mips32-linux.Po 2024-08-20T21:35:47.2151029Z #9 66.23 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-mips64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-mips64-linux.Po 2024-08-20T21:35:47.2152757Z #9 66.23 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-nanomips-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-nanomips-linux.Po 2024-08-20T21:35:47.2154488Z #9 66.23 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-freebsd.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-freebsd.Po 2024-08-20T21:35:47.2156191Z #9 66.23 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-freebsd.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-freebsd.Po 2024-08-20T21:35:47.2157874Z #9 66.23 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-darwin.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-darwin.Po 2024-08-20T21:35:47.2159845Z #9 66.23 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-darwin.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-darwin.Po 2024-08-20T21:35:47.2163989Z #9 66.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-solaris.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-solaris.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-solaris.o `test -f 'm_syswrap/syscall-amd64-solaris.S' || echo './'`m_syswrap/syscall-amd64-solaris.S 2024-08-20T21:35:47.2172818Z #9 66.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-main.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-main.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-main.o `test -f 'm_syswrap/syswrap-main.c' || echo './'`m_syswrap/syswrap-main.c 2024-08-20T21:35:47.2183835Z #9 66.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-generic.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-generic.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-generic.o `test -f 'm_syswrap/syswrap-generic.c' || echo './'`m_syswrap/syswrap-generic.c 2024-08-20T21:35:47.2195140Z #9 66.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-linux.o `test -f 'm_syswrap/syswrap-linux.c' || echo './'`m_syswrap/syswrap-linux.c 2024-08-20T21:35:47.2200975Z #9 66.23 mv -f .deps/libcoregrind_amd64_linux_a-m_signals.Tpo .deps/libcoregrind_amd64_linux_a-m_signals.Po 2024-08-20T21:35:47.2207796Z #9 66.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-linux-variants.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-linux-variants.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-linux-variants.o `test -f 'm_syswrap/syswrap-linux-variants.c' || echo './'`m_syswrap/syswrap-linux-variants.c 2024-08-20T21:35:47.2219482Z #9 66.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-freebsd.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-freebsd.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-freebsd.o `test -f 'm_syswrap/syswrap-freebsd.c' || echo './'`m_syswrap/syswrap-freebsd.c 2024-08-20T21:35:47.2230564Z #9 66.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-darwin.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-darwin.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-darwin.o `test -f 'm_syswrap/syswrap-darwin.c' || echo './'`m_syswrap/syswrap-darwin.c 2024-08-20T21:35:47.2246422Z #9 66.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-solaris.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-solaris.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-solaris.o `test -f 'm_syswrap/syswrap-solaris.c' || echo './'`m_syswrap/syswrap-solaris.c 2024-08-20T21:35:47.2257848Z #9 66.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-linux.o `test -f 'm_syswrap/syswrap-x86-linux.c' || echo './'`m_syswrap/syswrap-x86-linux.c 2024-08-20T21:35:47.2269271Z #9 66.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-linux.o `test -f 'm_syswrap/syswrap-amd64-linux.c' || echo './'`m_syswrap/syswrap-amd64-linux.c 2024-08-20T21:35:47.2280745Z #9 66.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-ppc32-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-ppc32-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-ppc32-linux.o `test -f 'm_syswrap/syswrap-ppc32-linux.c' || echo './'`m_syswrap/syswrap-ppc32-linux.c 2024-08-20T21:35:47.2292101Z #9 66.24 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-ppc64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-ppc64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-ppc64-linux.o `test -f 'm_syswrap/syswrap-ppc64-linux.c' || echo './'`m_syswrap/syswrap-ppc64-linux.c 2024-08-20T21:35:47.2303509Z #9 66.24 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-freebsd.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-freebsd.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-freebsd.o `test -f 'm_syswrap/syswrap-x86-freebsd.c' || echo './'`m_syswrap/syswrap-x86-freebsd.c 2024-08-20T21:35:47.2314985Z #9 66.24 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-freebsd.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-freebsd.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-freebsd.o `test -f 'm_syswrap/syswrap-amd64-freebsd.c' || echo './'`m_syswrap/syswrap-amd64-freebsd.c 2024-08-20T21:35:47.2326706Z #9 66.24 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-arm-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-arm-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-arm-linux.o `test -f 'm_syswrap/syswrap-arm-linux.c' || echo './'`m_syswrap/syswrap-arm-linux.c 2024-08-20T21:35:47.2332878Z #9 66.24 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-ppc64.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-ppc64.Po 2024-08-20T21:35:47.2339990Z #9 66.24 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-arm64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-arm64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-arm64-linux.o `test -f 'm_syswrap/syswrap-arm64-linux.c' || echo './'`m_syswrap/syswrap-arm64-linux.c 2024-08-20T21:35:47.2351448Z #9 66.24 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-s390x-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-s390x-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-s390x-linux.o `test -f 'm_syswrap/syswrap-s390x-linux.c' || echo './'`m_syswrap/syswrap-s390x-linux.c 2024-08-20T21:35:47.2363059Z #9 66.24 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-mips32-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-mips32-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-mips32-linux.o `test -f 'm_syswrap/syswrap-mips32-linux.c' || echo './'`m_syswrap/syswrap-mips32-linux.c 2024-08-20T21:35:47.2369575Z #9 66.24 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-solaris.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-solaris.Po 2024-08-20T21:35:47.2376470Z #9 66.24 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-mips64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-mips64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-mips64-linux.o `test -f 'm_syswrap/syswrap-mips64-linux.c' || echo './'`m_syswrap/syswrap-mips64-linux.c 2024-08-20T21:35:47.2383018Z #9 66.24 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-solaris.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-solaris.Po 2024-08-20T21:35:47.2390008Z #9 66.25 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-nanomips-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-nanomips-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-nanomips-linux.o `test -f 'm_syswrap/syswrap-nanomips-linux.c' || echo './'`m_syswrap/syswrap-nanomips-linux.c 2024-08-20T21:35:47.2396623Z #9 66.25 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-linux.Po 2024-08-20T21:35:47.2398298Z #9 66.25 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-ppc64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-ppc64-linux.Po 2024-08-20T21:35:47.2400066Z #9 66.25 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-ppc32-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-ppc32-linux.Po 2024-08-20T21:35:47.2401788Z #9 66.25 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-freebsd.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-freebsd.Po 2024-08-20T21:35:47.2403504Z #9 66.25 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-freebsd.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-freebsd.Po 2024-08-20T21:35:47.2405204Z #9 66.25 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-s390x-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-s390x-linux.Po 2024-08-20T21:35:47.2406828Z #9 66.25 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-freebsd.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-freebsd.Po 2024-08-20T21:35:47.2408429Z #9 66.25 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-arm-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-arm-linux.Po 2024-08-20T21:35:47.2410084Z #9 66.25 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-arm64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-arm64-linux.Po 2024-08-20T21:35:47.2416885Z #9 66.25 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-darwin.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-darwin.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-darwin.o `test -f 'm_syswrap/syswrap-x86-darwin.c' || echo './'`m_syswrap/syswrap-x86-darwin.c 2024-08-20T21:35:47.2428223Z #9 66.25 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-darwin.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-darwin.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-darwin.o `test -f 'm_syswrap/syswrap-amd64-darwin.c' || echo './'`m_syswrap/syswrap-amd64-darwin.c 2024-08-20T21:35:47.2434963Z #9 66.25 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-darwin.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-darwin.Po 2024-08-20T21:35:47.2436594Z #9 66.25 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-mips32-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-mips32-linux.Po 2024-08-20T21:35:47.2438233Z #9 66.25 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-solaris.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-solaris.Po 2024-08-20T21:35:47.2444965Z #9 66.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-xen.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-xen.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-xen.o `test -f 'm_syswrap/syswrap-xen.c' || echo './'`m_syswrap/syswrap-xen.c 2024-08-20T21:35:47.2456113Z #9 66.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-solaris.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-solaris.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-solaris.o `test -f 'm_syswrap/syswrap-x86-solaris.c' || echo './'`m_syswrap/syswrap-x86-solaris.c 2024-08-20T21:35:47.2467530Z #9 66.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-solaris.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-solaris.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-solaris.o `test -f 'm_syswrap/syswrap-amd64-solaris.c' || echo './'`m_syswrap/syswrap-amd64-solaris.c 2024-08-20T21:35:47.2478678Z #9 66.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_ume/libcoregrind_amd64_linux_a-elf.o -MD -MP -MF m_ume/.deps/libcoregrind_amd64_linux_a-elf.Tpo -c -o m_ume/libcoregrind_amd64_linux_a-elf.o `test -f 'm_ume/elf.c' || echo './'`m_ume/elf.c 2024-08-20T21:35:47.2489040Z #9 66.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_ume/libcoregrind_amd64_linux_a-macho.o -MD -MP -MF m_ume/.deps/libcoregrind_amd64_linux_a-macho.Tpo -c -o m_ume/libcoregrind_amd64_linux_a-macho.o `test -f 'm_ume/macho.c' || echo './'`m_ume/macho.c 2024-08-20T21:35:47.2499275Z #9 66.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_ume/libcoregrind_amd64_linux_a-main.o -MD -MP -MF m_ume/.deps/libcoregrind_amd64_linux_a-main.Tpo -c -o m_ume/libcoregrind_amd64_linux_a-main.o `test -f 'm_ume/main.c' || echo './'`m_ume/main.c 2024-08-20T21:35:47.2509505Z #9 66.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_ume/libcoregrind_amd64_linux_a-script.o -MD -MP -MF m_ume/.deps/libcoregrind_amd64_linux_a-script.Tpo -c -o m_ume/libcoregrind_amd64_linux_a-script.o `test -f 'm_ume/script.c' || echo './'`m_ume/script.c 2024-08-20T21:35:47.2514546Z #9 66.26 rm -f libgcc-sup-amd64-linux.a 2024-08-20T21:35:47.2515012Z #9 66.26 mkdir -p ../.in_place; \ 2024-08-20T21:35:47.2515532Z #9 66.26 for f in vgpreload_core-amd64-linux.so ; do \ 2024-08-20T21:35:47.2516130Z #9 66.26 rm -f ../.in_place/$f; \ 2024-08-20T21:35:47.2516621Z #9 66.26 ln -f -s ../coregrind/$f ../.in_place; \ 2024-08-20T21:35:47.2517038Z #9 66.26 done 2024-08-20T21:35:47.2518052Z #9 66.26 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-mips64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-mips64-linux.Po 2024-08-20T21:35:47.2519089Z #9 66.26 mkdir -p ../.in_place; \ 2024-08-20T21:35:47.2519441Z #9 66.26 for f in ; do \ 2024-08-20T21:35:47.2519925Z #9 66.26 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:35:47.2520471Z #9 66.26 ln -f -s ../coregrind/$f.dSYM ../.in_place; \ 2024-08-20T21:35:47.2520910Z #9 66.26 done 2024-08-20T21:35:47.2521559Z #9 66.26 /usr/bin/ar cru libgcc-sup-amd64-linux.a libgcc_sup_amd64_linux_a-m_libgcc_sup.o 2024-08-20T21:35:47.2522293Z #9 66.26 mkdir -p ../.in_place; \ 2024-08-20T21:35:47.2546478Z #9 66.26 for f in m_gdbserver/32bit-core-valgrind-s1.xml m_gdbserver/32bit-core-valgrind-s2.xml m_gdbserver/32bit-core.xml m_gdbserver/32bit-linux-valgrind-s1.xml m_gdbserver/32bit-linux-valgrind-s2.xml m_gdbserver/32bit-linux.xml m_gdbserver/32bit-sse-valgrind-s1.xml m_gdbserver/32bit-sse-valgrind-s2.xml m_gdbserver/32bit-sse.xml m_gdbserver/64bit-avx-valgrind-s2.xml m_gdbserver/64bit-avx-valgrind-s1.xml m_gdbserver/64bit-avx.xml m_gdbserver/64bit-core-valgrind-s1.xml m_gdbserver/64bit-core-valgrind-s2.xml m_gdbserver/64bit-core.xml m_gdbserver/64bit-linux-valgrind-s1.xml m_gdbserver/64bit-linux-valgrind-s2.xml m_gdbserver/64bit-linux.xml m_gdbserver/64bit-sse-valgrind-s1.xml m_gdbserver/64bit-sse-valgrind-s2.xml m_gdbserver/64bit-sse.xml m_gdbserver/amd64-avx-coresse-valgrind.xml m_gdbserver/amd64-avx-coresse.xml m_gdbserver/amd64-avx-linux-valgrind.xml m_gdbserver/amd64-avx-linux.xml m_gdbserver/amd64-coresse-valgrind.xml m_gdbserver/amd64-linux-valgrind.xml m_gdbserver/arm-core-valgrind-s1.xml m_gdbserver/arm-core-valgrind-s2.xml m_gdbserver/arm-core.xml m_gdbserver/arm-vfpv3-valgrind-s1.xml m_gdbserver/arm-vfpv3-valgrind-s2.xml m_gdbserver/arm-vfpv3.xml m_gdbserver/arm-with-vfpv3-valgrind.xml m_gdbserver/arm-with-vfpv3.xml m_gdbserver/i386-coresse-valgrind.xml m_gdbserver/i386-linux-valgrind.xml m_gdbserver/power64-core-valgrind-s1.xml m_gdbserver/power64-core-valgrind-s2.xml m_gdbserver/power64-core.xml m_gdbserver/power64-core2-valgrind-s1.xml m_gdbserver/power64-core2-valgrind-s2.xml m_gdbserver/power64-linux-valgrind-s1.xml m_gdbserver/power64-linux-valgrind-s2.xml m_gdbserver/power64-linux.xml m_gdbserver/power-altivec-valgrind-s1.xml m_gdbserver/power-altivec-valgrind-s2.xml m_gdbserver/power-altivec.xml m_gdbserver/power-vsx-valgrind-s1.xml m_gdbserver/power-vsx-valgrind-s2.xml m_gdbserver/power-vsx.xml m_gdbserver/power-core-valgrind-s1.xml m_gdbserver/power-core-valgrind-s2.xml m_gdbserver/power-core.xml m_gdbserver/power-fpu-valgrind-s1.xml m_gdbserver/power-fpu-valgrind-s2.xml m_gdbserver/power-fpu.xml m_gdbserver/power-linux-valgrind-s1.xml m_gdbserver/power-linux-valgrind-s2.xml m_gdbserver/power-linux.xml m_gdbserver/powerpc-altivec32l-valgrind.xml m_gdbserver/powerpc-altivec32l.xml m_gdbserver/powerpc-altivec64l-valgrind.xml m_gdbserver/powerpc-altivec64l.xml m_gdbserver/s390-acr-valgrind-s1.xml m_gdbserver/s390-acr-valgrind-s2.xml m_gdbserver/s390-acr.xml m_gdbserver/s390-fpr-valgrind-s1.xml m_gdbserver/s390-fpr-valgrind-s2.xml m_gdbserver/s390-fpr.xml m_gdbserver/s390x-core64-valgrind-s1.xml m_gdbserver/s390x-core64-valgrind-s2.xml m_gdbserver/s390x-core64.xml m_gdbserver/s390x-generic-valgrind.xml m_gdbserver/s390x-generic.xml m_gdbserver/s390x-linux64-valgrind-s1.xml m_gdbserver/s390x-linux64-valgrind-s2.xml m_gdbserver/s390x-linux64.xml m_gdbserver/s390-vx-valgrind-s1.xml m_gdbserver/s390-vx-valgrind-s2.xml m_gdbserver/s390-vx.xml m_gdbserver/s390x-vx-linux-valgrind.xml m_gdbserver/s390x-vx-linux.xml m_gdbserver/mips-cp0-valgrind-s1.xml m_gdbserver/mips-cp0-valgrind-s2.xml m_gdbserver/mips-cp0.xml m_gdbserver/mips-cpu-valgrind-s1.xml m_gdbserver/mips-cpu-valgrind-s2.xml m_gdbserver/mips-cpu.xml m_gdbserver/mips-linux.xml m_gdbserver/mips-linux-valgrind.xml m_gdbserver/mips-fpu-valgrind-s1.xml m_gdbserver/mips-fpu-valgrind-s2.xml m_gdbserver/mips-fpu.xml m_gdbserver/mips64-cp0-valgrind-s1.xml m_gdbserver/mips64-cp0-valgrind-s2.xml m_gdbserver/mips64-cp0.xml m_gdbserver/mips64-cpu-valgrind-s1.xml m_gdbserver/mips64-cpu-valgrind-s2.xml m_gdbserver/mips64-cpu.xml m_gdbserver/mips64-linux.xml m_gdbserver/mips64-linux-valgrind.xml m_gdbserver/mips64-fpu-valgrind-s1.xml m_gdbserver/mips64-fpu-valgrind-s2.xml m_gdbserver/mips64-fpu.xml; do \ 2024-08-20T21:35:47.2567956Z #9 66.26 rm -f ../.in_place/$f; \ 2024-08-20T21:35:47.2568461Z #9 66.26 ln -f -s ../coregrind/$f ../.in_place; \ 2024-08-20T21:35:47.2568881Z #9 66.26 done 2024-08-20T21:35:47.2569439Z #9 66.26 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') 2024-08-20T21:35:47.2575793Z #9 66.26 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o valgrind valgrind-launcher-linux.o valgrind-m_debuglog.o 2024-08-20T21:35:47.2581881Z #9 66.26 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-nanomips-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-nanomips-linux.Po 2024-08-20T21:35:47.2582985Z #9 66.27 ranlib libgcc-sup-amd64-linux.a 2024-08-20T21:35:47.2583851Z #9 66.27 mv -f .deps/libcoregrind_amd64_linux_a-m_errormgr.Tpo .deps/libcoregrind_amd64_linux_a-m_errormgr.Po 2024-08-20T21:35:47.2585305Z #9 66.27 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-darwin.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-darwin.Po 2024-08-20T21:35:47.2598556Z #9 66.27 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-darwin.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-darwin.Po 2024-08-20T21:35:47.2600466Z #9 66.27 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-solaris.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-solaris.Po 2024-08-20T21:35:47.2601924Z #9 66.27 mv -f m_ume/.deps/libcoregrind_amd64_linux_a-macho.Tpo m_ume/.deps/libcoregrind_amd64_linux_a-macho.Po 2024-08-20T21:35:47.2603436Z #9 66.27 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-solaris.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-solaris.Po 2024-08-20T21:35:47.2605187Z #9 66.28 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-linux.Po 2024-08-20T21:35:47.3108662Z #9 66.30 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-linux-variants.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-linux-variants.Po 2024-08-20T21:35:47.3110306Z #9 66.32 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-target.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-target.Po 2024-08-20T21:35:47.3111666Z #9 66.32 mv -f .deps/libcoregrind_amd64_linux_a-m_translate.Tpo .deps/libcoregrind_amd64_linux_a-m_translate.Po 2024-08-20T21:35:47.3112932Z #9 66.34 mv -f m_ume/.deps/libcoregrind_amd64_linux_a-script.Tpo m_ume/.deps/libcoregrind_amd64_linux_a-script.Po 2024-08-20T21:35:47.3114266Z #9 66.36 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-tinfl.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-tinfl.Po 2024-08-20T21:35:47.3115560Z #9 66.36 mv -f m_ume/.deps/libcoregrind_amd64_linux_a-main.Tpo m_ume/.deps/libcoregrind_amd64_linux_a-main.Po 2024-08-20T21:35:47.3117128Z #9 66.36 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-d3basics.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-d3basics.Po 2024-08-20T21:35:47.3118800Z #9 66.39 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-rust-demangle.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-rust-demangle.Po 2024-08-20T21:35:47.4142582Z #9 66.40 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-readpdb.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-readpdb.Po 2024-08-20T21:35:47.4144191Z #9 66.40 mv -f m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-linux.Tpo m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-linux.Po 2024-08-20T21:35:47.4145705Z #9 66.41 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-m_gdbserver.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-m_gdbserver.Po 2024-08-20T21:35:47.4147044Z #9 66.41 mv -f m_ume/.deps/libcoregrind_amd64_linux_a-elf.Tpo m_ume/.deps/libcoregrind_amd64_linux_a-elf.Po 2024-08-20T21:35:47.4148751Z #9 66.42 mv -f m_replacemalloc/.deps/libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.Tpo m_replacemalloc/.deps/libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.Po 2024-08-20T21:35:47.4150083Z #9 66.42 rm -f libreplacemalloc_toolpreload-amd64-linux.a 2024-08-20T21:35:47.4151299Z #9 66.42 /usr/bin/ar cru libreplacemalloc_toolpreload-amd64-linux.a m_replacemalloc/libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.o 2024-08-20T21:35:47.4152568Z #9 66.42 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') 2024-08-20T21:35:47.4153624Z #9 66.43 ranlib libreplacemalloc_toolpreload-amd64-linux.a 2024-08-20T21:35:47.4154854Z #9 66.44 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-linux.Po 2024-08-20T21:35:47.4156457Z #9 66.44 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-main.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-main.Po 2024-08-20T21:35:47.4157995Z #9 66.45 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-remote-utils.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-remote-utils.Po 2024-08-20T21:35:47.4159466Z #9 66.50 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-server.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-server.Po 2024-08-20T21:35:47.5265328Z #9 66.51 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-d-demangle.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-d-demangle.Po 2024-08-20T21:35:47.5266440Z #9 66.52 mv -f .deps/vgdb-vgdb.Tpo .deps/vgdb-vgdb.Po 2024-08-20T21:35:47.5272646Z #9 66.52 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o vgdb vgdb-vgdb.o vgdb-vgdb-invoker-ptrace.o -lpthread 2024-08-20T21:35:47.5278573Z #9 66.56 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-image.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-image.Po 2024-08-20T21:35:47.5280029Z #9 66.58 mv -f .deps/libcoregrind_amd64_linux_a-m_transtab.Tpo .deps/libcoregrind_amd64_linux_a-m_transtab.Po 2024-08-20T21:35:47.5281416Z #9 66.58 mv -f m_scheduler/.deps/libcoregrind_amd64_linux_a-scheduler.Tpo m_scheduler/.deps/libcoregrind_amd64_linux_a-scheduler.Po 2024-08-20T21:35:47.5282786Z #9 66.59 mv -f .deps/libcoregrind_amd64_linux_a-m_mallocfree.Tpo .deps/libcoregrind_amd64_linux_a-m_mallocfree.Po 2024-08-20T21:35:47.5284414Z #9 66.61 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-storage.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-storage.Po 2024-08-20T21:35:47.6268270Z #9 66.71 mv -f .deps/libnolto_coregrind_amd64_linux_a-m_main.Tpo .deps/libnolto_coregrind_amd64_linux_a-m_main.Po 2024-08-20T21:35:47.6269217Z #9 66.71 rm -f libnolto_coregrind-amd64-linux.a 2024-08-20T21:35:47.7556991Z #9 66.71 /usr/bin/ar cru libnolto_coregrind-amd64-linux.a libnolto_coregrind_amd64_linux_a-m_libcsetjmp.o libnolto_coregrind_amd64_linux_a-m_main.o 2024-08-20T21:35:47.7558305Z #9 66.71 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') 2024-08-20T21:35:47.7559025Z #9 66.72 ranlib libnolto_coregrind-amd64-linux.a 2024-08-20T21:35:47.7560219Z #9 66.84 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-xen.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-xen.Po 2024-08-20T21:35:47.9435525Z #9 66.85 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-readdwarf.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-readdwarf.Po 2024-08-20T21:35:47.9437171Z #9 66.87 mv -f m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-linux.Tpo m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-linux.Po 2024-08-20T21:35:47.9438741Z #9 66.88 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-debuginfo.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-debuginfo.Po 2024-08-20T21:35:48.1274067Z #9 67.21 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-cp-demangle.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-cp-demangle.Po 2024-08-20T21:35:48.4426968Z #9 67.53 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-readdwarf3.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-readdwarf3.Po 2024-08-20T21:35:48.5461216Z #9 67.63 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-generic.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-generic.Po 2024-08-20T21:35:48.7186201Z #9 67.65 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-readelf.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-readelf.Po 2024-08-20T21:35:51.6140668Z #9 70.70 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-linux.Po 2024-08-20T21:35:51.7652092Z #9 70.70 rm -f libcoregrind-amd64-linux.a 2024-08-20T21:35:51.7715294Z #9 70.70 /usr/bin/ar cru libcoregrind-amd64-linux.a libcoregrind_amd64_linux_a-m_addrinfo.o libcoregrind_amd64_linux_a-m_cache.o libcoregrind_amd64_linux_a-m_commandline.o libcoregrind_amd64_linux_a-m_compiler.o libcoregrind_amd64_linux_a-m_clientstate.o libcoregrind_amd64_linux_a-m_cpuid.o libcoregrind_amd64_linux_a-m_deduppoolalloc.o libcoregrind_amd64_linux_a-m_debuglog.o libcoregrind_amd64_linux_a-m_errormgr.o libcoregrind_amd64_linux_a-m_execontext.o libcoregrind_amd64_linux_a-m_hashtable.o libcoregrind_amd64_linux_a-m_libcbase.o libcoregrind_amd64_linux_a-m_libcassert.o libcoregrind_amd64_linux_a-m_libcfile.o libcoregrind_amd64_linux_a-m_libcprint.o libcoregrind_amd64_linux_a-m_libcproc.o libcoregrind_amd64_linux_a-m_libcsignal.o libcoregrind_amd64_linux_a-m_machine.o libcoregrind_amd64_linux_a-m_mallocfree.o libcoregrind_amd64_linux_a-m_options.o libcoregrind_amd64_linux_a-m_oset.o libcoregrind_amd64_linux_a-m_pathscan.o libcoregrind_amd64_linux_a-m_poolalloc.o libcoregrind_amd64_linux_a-m_rangemap.o libcoregrind_amd64_linux_a-m_redir.o libcoregrind_amd64_linux_a-m_sbprofile.o libcoregrind_amd64_linux_a-m_seqmatch.o libcoregrind_amd64_linux_a-m_signals.o libcoregrind_amd64_linux_a-m_sparsewa.o libcoregrind_amd64_linux_a-m_stacks.o libcoregrind_amd64_linux_a-m_stacktrace.o libcoregrind_amd64_linux_a-m_syscall.o libcoregrind_amd64_linux_a-m_threadstate.o libcoregrind_amd64_linux_a-m_tooliface.o libcoregrind_amd64_linux_a-m_trampoline.o libcoregrind_amd64_linux_a-m_translate.o libcoregrind_amd64_linux_a-m_transtab.o libcoregrind_amd64_linux_a-m_vki.o libcoregrind_amd64_linux_a-m_vkiscnums.o libcoregrind_amd64_linux_a-m_wordfm.o libcoregrind_amd64_linux_a-m_xarray.o libcoregrind_amd64_linux_a-m_xtree.o libcoregrind_amd64_linux_a-m_xtmemory.o libcoregrind_amd64_linux_a-m_aspacehl.o m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-common.o m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-linux.o m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-segnames.o m_coredump/libcoregrind_amd64_linux_a-coredump-elf.o m_coredump/libcoregrind_amd64_linux_a-coredump-macho.o m_coredump/libcoregrind_amd64_linux_a-coredump-solaris.o m_debuginfo/libcoregrind_amd64_linux_a-misc.o m_debuginfo/libcoregrind_amd64_linux_a-d3basics.o m_debuginfo/libcoregrind_amd64_linux_a-debuginfo.o m_debuginfo/libcoregrind_amd64_linux_a-image.o m_debuginfo/libcoregrind_amd64_linux_a-minilzo-inl.o m_debuginfo/libcoregrind_amd64_linux_a-readdwarf.o m_debuginfo/libcoregrind_amd64_linux_a-readdwarf3.o m_debuginfo/libcoregrind_amd64_linux_a-readelf.o m_debuginfo/libcoregrind_amd64_linux_a-readexidx.o m_debuginfo/libcoregrind_amd64_linux_a-readmacho.o m_debuginfo/libcoregrind_amd64_linux_a-readpdb.o m_debuginfo/libcoregrind_amd64_linux_a-storage.o m_debuginfo/libcoregrind_amd64_linux_a-tinfl.o m_debuginfo/libcoregrind_amd64_linux_a-tytypes.o m_demangle/libcoregrind_amd64_linux_a-cp-demangle.o m_demangle/libcoregrind_amd64_linux_a-cplus-dem.o m_demangle/libcoregrind_amd64_linux_a-demangle.o m_demangle/libcoregrind_amd64_linux_a-dyn-string.o m_demangle/libcoregrind_amd64_linux_a-d-demangle.o m_demangle/libcoregrind_amd64_linux_a-rust-demangle.o m_demangle/libcoregrind_amd64_linux_a-safe-ctype.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc32-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc64be-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc64le-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-arm-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-arm64-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-s390x-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-mips32-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-mips64-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-nanomips-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-freebsd.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-freebsd.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-darwin.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-darwin.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-solaris.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-solaris.o m_gdbserver/libcoregrind_amd64_linux_a-inferiors.o m_gdbserver/libcoregrind_amd64_linux_a-m_gdbserver.o m_gdbserver/libcoregrind_amd64_linux_a-regcache.o m_gdbserver/libcoregrind_amd64_linux_a-remote-utils.o m_gdbserver/libcoregrind_amd64_linux_a-server.o m_gdbserver/libcoregrind_amd64_linux_a-signals.o m_gdbserver/libcoregrind_amd64_linux_a-target.o m_gdbserver/libcoregrind_amd64_linux_a-utils.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-x86.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-amd64.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-arm.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-arm64.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-ppc32.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-ppc64.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-s390x.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-mips32.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-mips64.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-nanomips.o m_gdbserver/libcoregrind_amd64_linux_a-version.o m_initimg/libcoregrind_amd64_linux_a-initimg-linux.o m_initimg/libcoregrind_amd64_linux_a-initimg-freebsd.o m_initimg/libcoregrind_amd64_linux_a-initimg-darwin.o m_initimg/libcoregrind_amd64_linux_a-initimg-solaris.o m_mach/libcoregrind_amd64_linux_a-mach_basics.o m_mach/libcoregrind_amd64_linux_a-mach_msg.o m_mach/libcoregrind_amd64_linux_a-mach_traps-x86-darwin.o m_mach/libcoregrind_amd64_linux_a-mach_traps-amd64-darwin.o m_replacemalloc/libcoregrind_amd64_linux_a-replacemalloc_core.o m_scheduler/libcoregrind_amd64_linux_a-sched-lock.o m_scheduler/libcoregrind_amd64_linux_a-sched-lock-generic.o m_scheduler/libcoregrind_amd64_linux_a-scheduler.o m_scheduler/libcoregrind_amd64_linux_a-sema.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-common.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-freebsd.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-freebsd.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-ppc32-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-ppc64-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-arm-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-arm64-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-s390x-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-mips32-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-mips64-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-nanomips-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-darwin.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-darwin.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-solaris.o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc32-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc64be-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc64le-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-arm-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-arm64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-s390x-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-mips32-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-mips64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-nanomips-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-freebsd.o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-freebsd.o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-darwin.o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-darwin.o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-solaris.o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-solaris.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-main.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-generic.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-linux-variants.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-freebsd.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-darwin.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-solaris.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-ppc32-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-ppc64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-freebsd.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-freebsd.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-arm-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-arm64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-s390x-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-mips32-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-mips64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-nanomips-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-darwin.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-darwin.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-xen.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-solaris.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-solaris.o m_ume/libcoregrind_amd64_linux_a-elf.o m_ume/libcoregrind_amd64_linux_a-macho.o m_ume/libcoregrind_amd64_linux_a-main.o m_ume/libcoregrind_amd64_linux_a-script.o m_scheduler/libcoregrind_amd64_linux_a-ticket-lock-linux.o libnolto_coregrind_amd64_linux_a-m_libcsetjmp.o libnolto_coregrind_amd64_linux_a-m_main.o 2024-08-20T21:35:51.7767316Z #9 70.70 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') 2024-08-20T21:35:51.7768024Z #9 70.78 ranlib libcoregrind-amd64-linux.a 2024-08-20T21:35:51.7768827Z #9 70.85 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T21:35:52.0000555Z #9 70.85 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T21:35:52.0001771Z #9 70.85 Making all in . 2024-08-20T21:35:52.0002845Z #9 70.85 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T21:35:52.0003970Z #9 70.85 ./auxprogs/make_or_upd_vgversion_h . 2024-08-20T21:35:52.0004868Z #9 70.86 mkdir -p ./.in_place 2024-08-20T21:35:52.0005634Z #9 70.86 rm -f ./.in_place/default.supp 2024-08-20T21:35:52.0006550Z #9 70.86 ln -s ../default.supp ./.in_place 2024-08-20T21:35:52.0007760Z #9 70.86 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T21:35:52.0008782Z #9 70.86 Making all in memcheck 2024-08-20T21:35:52.0009992Z #9 70.86 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T21:35:52.0011103Z #9 70.87 Making all in . 2024-08-20T21:35:52.0012219Z #9 70.87 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T21:35:52.0022644Z #9 70.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_leakcheck.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_leakcheck.Tpo -c -o memcheck_amd64_linux-mc_leakcheck.o `test -f 'mc_leakcheck.c' || echo './'`mc_leakcheck.c 2024-08-20T21:35:52.0040599Z #9 70.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_malloc_wrappers.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_malloc_wrappers.Tpo -c -o memcheck_amd64_linux-mc_malloc_wrappers.o `test -f 'mc_malloc_wrappers.c' || echo './'`mc_malloc_wrappers.c 2024-08-20T21:35:52.0057962Z #9 70.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_main.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_main.Tpo -c -o memcheck_amd64_linux-mc_main.o `test -f 'mc_main.c' || echo './'`mc_main.c 2024-08-20T21:35:52.0074317Z #9 70.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_main_asm.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_main_asm.Tpo -c -o memcheck_amd64_linux-mc_main_asm.o `test -f 'mc_main_asm.c' || echo './'`mc_main_asm.c 2024-08-20T21:35:52.0091191Z #9 70.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_translate.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_translate.Tpo -c -o memcheck_amd64_linux-mc_translate.o `test -f 'mc_translate.c' || echo './'`mc_translate.c 2024-08-20T21:35:52.0108248Z #9 70.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_machine.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_machine.Tpo -c -o memcheck_amd64_linux-mc_machine.o `test -f 'mc_machine.c' || echo './'`mc_machine.c 2024-08-20T21:35:52.0124844Z #9 70.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_errors.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_errors.Tpo -c -o memcheck_amd64_linux-mc_errors.o `test -f 'mc_errors.c' || echo './'`mc_errors.c 2024-08-20T21:35:52.0143419Z #9 70.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -O2 -MT vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.o -MD -MP -MF .deps/vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.Tpo -c -o vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.o `test -f 'mc_replace_strmem.c' || echo './'`mc_replace_strmem.c 2024-08-20T21:35:52.0153167Z #9 70.87 for f in ; do \ 2024-08-20T21:35:52.0154148Z #9 70.87 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:35:52.0155046Z #9 70.87 echo "dsymutil $f"; \ 2024-08-20T21:35:52.0155724Z #9 70.87 dsymutil $f; \ 2024-08-20T21:35:52.0156177Z #9 70.87 fi; \ 2024-08-20T21:35:52.0156610Z #9 70.87 done 2024-08-20T21:35:52.0157478Z #9 70.87 mkdir -p ../.in_place; \ 2024-08-20T21:35:52.0158146Z #9 70.87 for f in ; do \ 2024-08-20T21:35:52.0158865Z #9 70.87 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:35:52.0160606Z #9 70.87 ln -f -s ../memcheck/$f.dSYM ../.in_place; \ 2024-08-20T21:35:52.0162240Z #9 70.87 done 2024-08-20T21:35:52.0164584Z #9 70.89 mv -f .deps/memcheck_amd64_linux-mc_main_asm.Tpo .deps/memcheck_amd64_linux-mc_main_asm.Po 2024-08-20T21:35:52.0166575Z #9 70.93 mv -f .deps/memcheck_amd64_linux-mc_machine.Tpo .deps/memcheck_amd64_linux-mc_machine.Po 2024-08-20T21:35:52.0311170Z #9 71.11 mv -f .deps/memcheck_amd64_linux-mc_malloc_wrappers.Tpo .deps/memcheck_amd64_linux-mc_malloc_wrappers.Po 2024-08-20T21:35:52.1535478Z #9 71.12 mv -f .deps/memcheck_amd64_linux-mc_errors.Tpo .deps/memcheck_amd64_linux-mc_errors.Po 2024-08-20T21:35:52.1537589Z #9 71.24 mv -f .deps/memcheck_amd64_linux-mc_leakcheck.Tpo .deps/memcheck_amd64_linux-mc_leakcheck.Po 2024-08-20T21:35:52.7495488Z #9 71.83 mv -f .deps/vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.Tpo .deps/vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.Po 2024-08-20T21:35:52.9042008Z #9 71.84 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -O2 -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -o vgpreload_memcheck-amd64-linux.so vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.o 2024-08-20T21:35:53.6153555Z #9 72.70 mv -f .deps/memcheck_amd64_linux-mc_translate.Tpo .deps/memcheck_amd64_linux-mc_translate.Po 2024-08-20T21:35:54.5252008Z #9 73.61 mv -f .deps/memcheck_amd64_linux-mc_main.Tpo .deps/memcheck_amd64_linux-mc_main.Po 2024-08-20T21:35:54.6700242Z #9 73.61 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o memcheck-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -static -nodefaultlibs -nostartfiles -u _start -m64 memcheck_amd64_linux-mc_leakcheck.o memcheck_amd64_linux-mc_malloc_wrappers.o memcheck_amd64_linux-mc_main.o memcheck_amd64_linux-mc_main_asm.o memcheck_amd64_linux-mc_translate.o memcheck_amd64_linux-mc_machine.o memcheck_amd64_linux-mc_errors.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T21:35:54.6705570Z #9 73.75 mkdir -p ../.in_place; \ 2024-08-20T21:35:54.6706324Z #9 73.75 for f in memcheck-amd64-linux vgpreload_memcheck-amd64-linux.so ; do \ 2024-08-20T21:35:54.6707024Z #9 73.75 rm -f ../.in_place/$f; \ 2024-08-20T21:35:54.6707628Z #9 73.75 ln -f -s ../memcheck/$f ../.in_place; \ 2024-08-20T21:35:54.6708053Z #9 73.75 done 2024-08-20T21:35:54.7937496Z #9 73.76 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T21:35:54.7938198Z #9 73.76 Making all in tests 2024-08-20T21:35:54.7938956Z #9 73.76 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T21:35:54.7939604Z #9 73.77 Making all in . 2024-08-20T21:35:54.7940240Z #9 73.77 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T21:35:54.7940982Z #9 73.77 make[4]: Nothing to be done for 'all-am'. 2024-08-20T21:35:54.7941741Z #9 73.77 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T21:35:54.7942599Z #9 73.77 Making all in amd64 2024-08-20T21:35:54.7943298Z #9 73.78 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64' 2024-08-20T21:35:54.7944059Z #9 73.78 make[4]: Nothing to be done for 'all'. 2024-08-20T21:35:54.7944825Z #9 73.78 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64' 2024-08-20T21:35:54.7945480Z #9 73.78 Making all in linux 2024-08-20T21:35:54.7946172Z #9 73.78 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/linux' 2024-08-20T21:35:54.7946920Z #9 73.78 make[4]: Nothing to be done for 'all'. 2024-08-20T21:35:54.7947697Z #9 73.78 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/linux' 2024-08-20T21:35:54.7948406Z #9 73.78 Making all in amd64-linux 2024-08-20T21:35:54.7949169Z #9 73.78 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64-linux' 2024-08-20T21:35:54.7949948Z #9 73.78 make[4]: Nothing to be done for 'all'. 2024-08-20T21:35:54.7950776Z #9 73.78 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64-linux' 2024-08-20T21:35:54.7951758Z #9 73.78 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T21:35:54.7952631Z #9 73.78 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T21:35:54.7953227Z #9 73.78 Making all in cachegrind 2024-08-20T21:35:54.7953887Z #9 73.78 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T21:35:54.7954476Z #9 73.79 Making all in . 2024-08-20T21:35:54.7955223Z #9 73.79 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T21:35:54.7960205Z #9 73.79 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT cg_merge-cg_merge.o -MD -MP -MF .deps/cg_merge-cg_merge.Tpo -c -o cg_merge-cg_merge.o `test -f 'cg_merge.c' || echo './'`cg_merge.c 2024-08-20T21:35:54.7968709Z #9 73.79 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT cachegrind_amd64_linux-cg_main.o -MD -MP -MF .deps/cachegrind_amd64_linux-cg_main.Tpo -c -o cachegrind_amd64_linux-cg_main.o `test -f 'cg_main.c' || echo './'`cg_main.c 2024-08-20T21:35:54.7977356Z #9 73.79 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT cachegrind_amd64_linux-cg_arch.o -MD -MP -MF .deps/cachegrind_amd64_linux-cg_arch.Tpo -c -o cachegrind_amd64_linux-cg_arch.o `test -f 'cg_arch.c' || echo './'`cg_arch.c 2024-08-20T21:35:54.7981644Z #9 73.79 for f in ; do \ 2024-08-20T21:35:54.7982146Z #9 73.79 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:35:54.7982640Z #9 73.79 echo "dsymutil $f"; \ 2024-08-20T21:35:54.7983015Z #9 73.79 dsymutil $f; \ 2024-08-20T21:35:54.7983350Z #9 73.79 fi; \ 2024-08-20T21:35:54.7983623Z #9 73.79 done 2024-08-20T21:35:54.7983950Z #9 73.79 mkdir -p ../.in_place; \ 2024-08-20T21:35:54.7984322Z #9 73.79 for f in ; do \ 2024-08-20T21:35:54.7984716Z #9 73.79 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:35:54.7985255Z #9 73.79 ln -f -s ../cachegrind/$f.dSYM ../.in_place; \ 2024-08-20T21:35:54.7985721Z #9 73.79 done 2024-08-20T21:35:54.7986386Z #9 73.88 mv -f .deps/cachegrind_amd64_linux-cg_arch.Tpo .deps/cachegrind_amd64_linux-cg_arch.Po 2024-08-20T21:35:55.3898078Z #9 74.47 mv -f .deps/cg_merge-cg_merge.Tpo .deps/cg_merge-cg_merge.Po 2024-08-20T21:35:55.5896423Z #9 74.48 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o cg_merge cg_merge-cg_merge.o 2024-08-20T21:35:55.5902185Z #9 74.54 mv -f .deps/cachegrind_amd64_linux-cg_main.Tpo .deps/cachegrind_amd64_linux-cg_main.Po 2024-08-20T21:35:55.5907279Z #9 74.55 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o cachegrind-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -static -nodefaultlibs -nostartfiles -u _start -m64 cachegrind_amd64_linux-cg_main.o cachegrind_amd64_linux-cg_arch.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T21:35:55.5911413Z #9 74.67 mkdir -p ../.in_place; \ 2024-08-20T21:35:55.5911898Z #9 74.67 for f in cachegrind-amd64-linux ; do \ 2024-08-20T21:35:55.5912390Z #9 74.67 rm -f ../.in_place/$f; \ 2024-08-20T21:35:55.5912865Z #9 74.67 ln -f -s ../cachegrind/$f ../.in_place; \ 2024-08-20T21:35:55.5913400Z #9 74.67 done 2024-08-20T21:35:55.6928472Z #9 74.68 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T21:35:55.6929167Z #9 74.68 Making all in tests 2024-08-20T21:35:55.6929920Z #9 74.68 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T21:35:55.6930565Z #9 74.68 Making all in . 2024-08-20T21:35:55.6931229Z #9 74.68 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T21:35:55.6931968Z #9 74.68 make[4]: Nothing to be done for 'all-am'. 2024-08-20T21:35:55.6932754Z #9 74.68 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T21:35:55.6933928Z #9 74.68 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T21:35:55.6934842Z #9 74.68 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T21:35:55.6935446Z #9 74.68 Making all in callgrind 2024-08-20T21:35:55.6936090Z #9 74.69 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T21:35:55.6936899Z #9 74.69 Making all in . 2024-08-20T21:35:55.6937508Z #9 74.69 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T21:35:55.6942505Z #9 74.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-bb.o -MD -MP -MF .deps/callgrind_amd64_linux-bb.Tpo -c -o callgrind_amd64_linux-bb.o `test -f 'bb.c' || echo './'`bb.c 2024-08-20T21:35:55.6951206Z #9 74.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-bbcc.o -MD -MP -MF .deps/callgrind_amd64_linux-bbcc.Tpo -c -o callgrind_amd64_linux-bbcc.o `test -f 'bbcc.c' || echo './'`bbcc.c 2024-08-20T21:35:55.6960097Z #9 74.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-callstack.o -MD -MP -MF .deps/callgrind_amd64_linux-callstack.Tpo -c -o callgrind_amd64_linux-callstack.o `test -f 'callstack.c' || echo './'`callstack.c 2024-08-20T21:35:55.6968839Z #9 74.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-clo.o -MD -MP -MF .deps/callgrind_amd64_linux-clo.Tpo -c -o callgrind_amd64_linux-clo.o `test -f 'clo.c' || echo './'`clo.c 2024-08-20T21:35:55.6977493Z #9 74.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-context.o -MD -MP -MF .deps/callgrind_amd64_linux-context.Tpo -c -o callgrind_amd64_linux-context.o `test -f 'context.c' || echo './'`context.c 2024-08-20T21:35:55.6986281Z #9 74.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-costs.o -MD -MP -MF .deps/callgrind_amd64_linux-costs.Tpo -c -o callgrind_amd64_linux-costs.o `test -f 'costs.c' || echo './'`costs.c 2024-08-20T21:35:55.6994994Z #9 74.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-debug.o -MD -MP -MF .deps/callgrind_amd64_linux-debug.Tpo -c -o callgrind_amd64_linux-debug.o `test -f 'debug.c' || echo './'`debug.c 2024-08-20T21:35:55.7003695Z #9 74.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-dump.o -MD -MP -MF .deps/callgrind_amd64_linux-dump.Tpo -c -o callgrind_amd64_linux-dump.o `test -f 'dump.c' || echo './'`dump.c 2024-08-20T21:35:55.7012354Z #9 74.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-events.o -MD -MP -MF .deps/callgrind_amd64_linux-events.Tpo -c -o callgrind_amd64_linux-events.o `test -f 'events.c' || echo './'`events.c 2024-08-20T21:35:55.7020964Z #9 74.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-fn.o -MD -MP -MF .deps/callgrind_amd64_linux-fn.Tpo -c -o callgrind_amd64_linux-fn.o `test -f 'fn.c' || echo './'`fn.c 2024-08-20T21:35:55.7029617Z #9 74.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-jumps.o -MD -MP -MF .deps/callgrind_amd64_linux-jumps.Tpo -c -o callgrind_amd64_linux-jumps.o `test -f 'jumps.c' || echo './'`jumps.c 2024-08-20T21:35:55.7038509Z #9 74.69 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-main.o -MD -MP -MF .deps/callgrind_amd64_linux-main.Tpo -c -o callgrind_amd64_linux-main.o `test -f 'main.c' || echo './'`main.c 2024-08-20T21:35:55.7047179Z #9 74.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-sim.o -MD -MP -MF .deps/callgrind_amd64_linux-sim.Tpo -c -o callgrind_amd64_linux-sim.o `test -f 'sim.c' || echo './'`sim.c 2024-08-20T21:35:55.7055853Z #9 74.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-threads.o -MD -MP -MF .deps/callgrind_amd64_linux-threads.Tpo -c -o callgrind_amd64_linux-threads.o `test -f 'threads.c' || echo './'`threads.c 2024-08-20T21:35:55.7060132Z #9 74.70 for f in ; do \ 2024-08-20T21:35:55.7060614Z #9 74.70 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:35:55.7061109Z #9 74.70 echo "dsymutil $f"; \ 2024-08-20T21:35:55.7061494Z #9 74.70 dsymutil $f; \ 2024-08-20T21:35:55.7061814Z #9 74.70 fi; \ 2024-08-20T21:35:55.7062079Z #9 74.70 done 2024-08-20T21:35:55.7062406Z #9 74.70 mkdir -p ../.in_place; \ 2024-08-20T21:35:55.7062756Z #9 74.70 for f in ; do \ 2024-08-20T21:35:55.7063149Z #9 74.70 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:35:55.7063688Z #9 74.70 ln -f -s ../callgrind/$f.dSYM ../.in_place; \ 2024-08-20T21:35:55.7064123Z #9 74.70 done 2024-08-20T21:35:55.7064826Z #9 74.74 mv -f .deps/callgrind_amd64_linux-costs.Tpo .deps/callgrind_amd64_linux-costs.Po 2024-08-20T21:35:55.7065819Z #9 74.78 mv -f .deps/callgrind_amd64_linux-jumps.Tpo .deps/callgrind_amd64_linux-jumps.Po 2024-08-20T21:35:55.7937969Z #9 74.80 mv -f .deps/callgrind_amd64_linux-context.Tpo .deps/callgrind_amd64_linux-context.Po 2024-08-20T21:35:55.7939035Z #9 74.80 mv -f .deps/callgrind_amd64_linux-bb.Tpo .deps/callgrind_amd64_linux-bb.Po 2024-08-20T21:35:55.7940045Z #9 74.82 mv -f .deps/callgrind_amd64_linux-threads.Tpo .deps/callgrind_amd64_linux-threads.Po 2024-08-20T21:35:55.7941150Z #9 74.82 mv -f .deps/callgrind_amd64_linux-callstack.Tpo .deps/callgrind_amd64_linux-callstack.Po 2024-08-20T21:35:55.7942183Z #9 74.85 mv -f .deps/callgrind_amd64_linux-debug.Tpo .deps/callgrind_amd64_linux-debug.Po 2024-08-20T21:35:55.7943138Z #9 74.86 mv -f .deps/callgrind_amd64_linux-fn.Tpo .deps/callgrind_amd64_linux-fn.Po 2024-08-20T21:35:55.7944107Z #9 74.88 mv -f .deps/callgrind_amd64_linux-events.Tpo .deps/callgrind_amd64_linux-events.Po 2024-08-20T21:35:56.0120894Z #9 74.95 mv -f .deps/callgrind_amd64_linux-bbcc.Tpo .deps/callgrind_amd64_linux-bbcc.Po 2024-08-20T21:35:56.0121927Z #9 74.96 mv -f .deps/callgrind_amd64_linux-clo.Tpo .deps/callgrind_amd64_linux-clo.Po 2024-08-20T21:35:56.0122890Z #9 75.10 mv -f .deps/callgrind_amd64_linux-dump.Tpo .deps/callgrind_amd64_linux-dump.Po 2024-08-20T21:35:56.2154094Z #9 75.15 mv -f .deps/callgrind_amd64_linux-main.Tpo .deps/callgrind_amd64_linux-main.Po 2024-08-20T21:35:56.7041910Z #9 75.79 mv -f .deps/callgrind_amd64_linux-sim.Tpo .deps/callgrind_amd64_linux-sim.Po 2024-08-20T21:35:56.8414610Z #9 75.79 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o callgrind-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -static -nodefaultlibs -nostartfiles -u _start -m64 callgrind_amd64_linux-bb.o callgrind_amd64_linux-bbcc.o callgrind_amd64_linux-callstack.o callgrind_amd64_linux-clo.o callgrind_amd64_linux-context.o callgrind_amd64_linux-costs.o callgrind_amd64_linux-debug.o callgrind_amd64_linux-dump.o callgrind_amd64_linux-events.o callgrind_amd64_linux-fn.o callgrind_amd64_linux-jumps.o callgrind_amd64_linux-main.o callgrind_amd64_linux-sim.o callgrind_amd64_linux-threads.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T21:35:56.8421230Z #9 75.92 mkdir -p ../.in_place; \ 2024-08-20T21:35:56.8421720Z #9 75.92 for f in callgrind-amd64-linux ; do \ 2024-08-20T21:35:56.8422198Z #9 75.92 rm -f ../.in_place/$f; \ 2024-08-20T21:35:56.8422688Z #9 75.92 ln -f -s ../callgrind/$f ../.in_place; \ 2024-08-20T21:35:56.8423115Z #9 75.92 done 2024-08-20T21:35:57.0432535Z #9 75.93 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T21:35:57.0433569Z #9 75.93 Making all in tests 2024-08-20T21:35:57.0434525Z #9 75.93 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T21:35:57.0435160Z #9 75.93 Making all in . 2024-08-20T21:35:57.0436264Z #9 75.94 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T21:35:57.0437016Z #9 75.94 make[4]: Nothing to be done for 'all-am'. 2024-08-20T21:35:57.0437810Z #9 75.94 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T21:35:57.0438723Z #9 75.94 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T21:35:57.0439693Z #9 75.94 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T21:35:57.0440298Z #9 75.94 Making all in helgrind 2024-08-20T21:35:57.0440923Z #9 75.94 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T21:35:57.0441729Z #9 75.94 Making all in . 2024-08-20T21:35:57.0442335Z #9 75.94 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T21:35:57.0447531Z #9 75.94 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-hg_addrdescr.o -MD -MP -MF .deps/helgrind_amd64_linux-hg_addrdescr.Tpo -c -o helgrind_amd64_linux-hg_addrdescr.o `test -f 'hg_addrdescr.c' || echo './'`hg_addrdescr.c 2024-08-20T21:35:57.0456452Z #9 75.94 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-hg_basics.o -MD -MP -MF .deps/helgrind_amd64_linux-hg_basics.Tpo -c -o helgrind_amd64_linux-hg_basics.o `test -f 'hg_basics.c' || echo './'`hg_basics.c 2024-08-20T21:35:57.0465194Z #9 75.94 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-hg_errors.o -MD -MP -MF .deps/helgrind_amd64_linux-hg_errors.Tpo -c -o helgrind_amd64_linux-hg_errors.o `test -f 'hg_errors.c' || echo './'`hg_errors.c 2024-08-20T21:35:57.0474574Z #9 75.94 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-hg_lock_n_thread.o -MD -MP -MF .deps/helgrind_amd64_linux-hg_lock_n_thread.Tpo -c -o helgrind_amd64_linux-hg_lock_n_thread.o `test -f 'hg_lock_n_thread.c' || echo './'`hg_lock_n_thread.c 2024-08-20T21:35:57.0483473Z #9 75.94 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-hg_main.o -MD -MP -MF .deps/helgrind_amd64_linux-hg_main.Tpo -c -o helgrind_amd64_linux-hg_main.o `test -f 'hg_main.c' || echo './'`hg_main.c 2024-08-20T21:35:57.0492223Z #9 75.94 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-hg_wordset.o -MD -MP -MF .deps/helgrind_amd64_linux-hg_wordset.Tpo -c -o helgrind_amd64_linux-hg_wordset.o `test -f 'hg_wordset.c' || echo './'`hg_wordset.c 2024-08-20T21:35:57.0501029Z #9 75.95 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-libhb_core.o -MD -MP -MF .deps/helgrind_amd64_linux-libhb_core.Tpo -c -o helgrind_amd64_linux-libhb_core.o `test -f 'libhb_core.c' || echo './'`libhb_core.c 2024-08-20T21:35:57.0510462Z #9 75.95 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -MT vgpreload_helgrind_amd64_linux_so-hg_intercepts.o -MD -MP -MF .deps/vgpreload_helgrind_amd64_linux_so-hg_intercepts.Tpo -c -o vgpreload_helgrind_amd64_linux_so-hg_intercepts.o `test -f 'hg_intercepts.c' || echo './'`hg_intercepts.c 2024-08-20T21:35:57.0515333Z #9 75.95 for f in ; do \ 2024-08-20T21:35:57.0515833Z #9 75.95 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:35:57.0516329Z #9 75.95 echo "dsymutil $f"; \ 2024-08-20T21:35:57.0516699Z #9 75.95 dsymutil $f; \ 2024-08-20T21:35:57.0517037Z #9 75.95 fi; \ 2024-08-20T21:35:57.0517307Z #9 75.95 done 2024-08-20T21:35:57.0517625Z #9 75.95 mkdir -p ../.in_place; \ 2024-08-20T21:35:57.0517992Z #9 75.95 for f in ; do \ 2024-08-20T21:35:57.0518402Z #9 75.95 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:35:57.0518920Z #9 75.95 ln -f -s ../helgrind/$f.dSYM ../.in_place; \ 2024-08-20T21:35:57.0519367Z #9 75.95 done 2024-08-20T21:35:57.0520108Z #9 75.97 mv -f .deps/helgrind_amd64_linux-hg_basics.Tpo .deps/helgrind_amd64_linux-hg_basics.Po 2024-08-20T21:35:57.0521229Z #9 75.97 mv -f .deps/helgrind_amd64_linux-hg_addrdescr.Tpo .deps/helgrind_amd64_linux-hg_addrdescr.Po 2024-08-20T21:35:57.0522406Z #9 75.98 mv -f .deps/helgrind_amd64_linux-hg_lock_n_thread.Tpo .deps/helgrind_amd64_linux-hg_lock_n_thread.Po 2024-08-20T21:35:57.1086837Z #9 76.19 mv -f .deps/helgrind_amd64_linux-hg_errors.Tpo .deps/helgrind_amd64_linux-hg_errors.Po 2024-08-20T21:35:57.2780395Z #9 76.21 mv -f .deps/helgrind_amd64_linux-hg_wordset.Tpo .deps/helgrind_amd64_linux-hg_wordset.Po 2024-08-20T21:35:57.7070327Z #9 76.79 mv -f .deps/vgpreload_helgrind_amd64_linux_so-hg_intercepts.Tpo .deps/vgpreload_helgrind_amd64_linux_so-hg_intercepts.Po 2024-08-20T21:35:57.8614387Z #9 76.79 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -o vgpreload_helgrind-amd64-linux.so vgpreload_helgrind_amd64_linux_so-hg_intercepts.o 2024-08-20T21:35:57.9528186Z #9 77.04 mv -f .deps/helgrind_amd64_linux-hg_main.Tpo .deps/helgrind_amd64_linux-hg_main.Po 2024-08-20T21:35:58.0534035Z #9 77.14 mv -f .deps/helgrind_amd64_linux-libhb_core.Tpo .deps/helgrind_amd64_linux-libhb_core.Po 2024-08-20T21:35:58.1908696Z #9 77.14 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o helgrind-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -static -nodefaultlibs -nostartfiles -u _start -m64 helgrind_amd64_linux-hg_addrdescr.o helgrind_amd64_linux-hg_basics.o helgrind_amd64_linux-hg_errors.o helgrind_amd64_linux-hg_lock_n_thread.o helgrind_amd64_linux-hg_main.o helgrind_amd64_linux-hg_wordset.o helgrind_amd64_linux-libhb_core.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T21:35:58.1913989Z #9 77.27 mkdir -p ../.in_place; \ 2024-08-20T21:35:58.1914699Z #9 77.27 for f in helgrind-amd64-linux vgpreload_helgrind-amd64-linux.so ; do \ 2024-08-20T21:35:58.1915492Z #9 77.27 rm -f ../.in_place/$f; \ 2024-08-20T21:35:58.1915980Z #9 77.27 ln -f -s ../helgrind/$f ../.in_place; \ 2024-08-20T21:35:58.1916404Z #9 77.27 done 2024-08-20T21:35:58.2977008Z #9 77.28 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T21:35:58.2978116Z #9 77.28 Making all in tests 2024-08-20T21:35:58.2979412Z #9 77.28 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind/tests' 2024-08-20T21:35:58.2980689Z #9 77.28 make[3]: Nothing to be done for 'all'. 2024-08-20T21:35:58.2982009Z #9 77.28 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind/tests' 2024-08-20T21:35:58.2983633Z #9 77.28 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T21:35:58.2984718Z #9 77.28 Making all in drd 2024-08-20T21:35:58.2985743Z #9 77.29 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T21:35:58.2986727Z #9 77.29 Making all in . 2024-08-20T21:35:58.2987781Z #9 77.29 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T21:35:58.2998275Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_barrier.o -MD -MP -MF .deps/drd_amd64_linux-drd_barrier.Tpo -c -o drd_amd64_linux-drd_barrier.o `test -f 'drd_barrier.c' || echo './'`drd_barrier.c 2024-08-20T21:35:58.3017064Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_clientobj.o -MD -MP -MF .deps/drd_amd64_linux-drd_clientobj.Tpo -c -o drd_amd64_linux-drd_clientobj.o `test -f 'drd_clientobj.c' || echo './'`drd_clientobj.c 2024-08-20T21:35:58.3035760Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_clientreq.o -MD -MP -MF .deps/drd_amd64_linux-drd_clientreq.Tpo -c -o drd_amd64_linux-drd_clientreq.o `test -f 'drd_clientreq.c' || echo './'`drd_clientreq.c 2024-08-20T21:35:58.3054938Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_cond.o -MD -MP -MF .deps/drd_amd64_linux-drd_cond.Tpo -c -o drd_amd64_linux-drd_cond.o `test -f 'drd_cond.c' || echo './'`drd_cond.c 2024-08-20T21:35:58.3073696Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_cond_initializer.o -MD -MP -MF .deps/drd_amd64_linux-drd_cond_initializer.Tpo -c -o drd_amd64_linux-drd_cond_initializer.o `test -f 'drd_cond_initializer.c' || echo './'`drd_cond_initializer.c 2024-08-20T21:35:58.3092627Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_error.o -MD -MP -MF .deps/drd_amd64_linux-drd_error.Tpo -c -o drd_amd64_linux-drd_error.o `test -f 'drd_error.c' || echo './'`drd_error.c 2024-08-20T21:35:58.3110827Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_hb.o -MD -MP -MF .deps/drd_amd64_linux-drd_hb.Tpo -c -o drd_amd64_linux-drd_hb.o `test -f 'drd_hb.c' || echo './'`drd_hb.c 2024-08-20T21:35:58.3129713Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_load_store.o -MD -MP -MF .deps/drd_amd64_linux-drd_load_store.Tpo -c -o drd_amd64_linux-drd_load_store.o `test -f 'drd_load_store.c' || echo './'`drd_load_store.c 2024-08-20T21:35:58.3148602Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_main.o -MD -MP -MF .deps/drd_amd64_linux-drd_main.Tpo -c -o drd_amd64_linux-drd_main.o `test -f 'drd_main.c' || echo './'`drd_main.c 2024-08-20T21:35:58.3167445Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_malloc_wrappers.o -MD -MP -MF .deps/drd_amd64_linux-drd_malloc_wrappers.Tpo -c -o drd_amd64_linux-drd_malloc_wrappers.o `test -f 'drd_malloc_wrappers.c' || echo './'`drd_malloc_wrappers.c 2024-08-20T21:35:58.3186100Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_mutex.o -MD -MP -MF .deps/drd_amd64_linux-drd_mutex.Tpo -c -o drd_amd64_linux-drd_mutex.o `test -f 'drd_mutex.c' || echo './'`drd_mutex.c 2024-08-20T21:35:58.3204926Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_rwlock.o -MD -MP -MF .deps/drd_amd64_linux-drd_rwlock.Tpo -c -o drd_amd64_linux-drd_rwlock.o `test -f 'drd_rwlock.c' || echo './'`drd_rwlock.c 2024-08-20T21:35:58.3223537Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_semaphore.o -MD -MP -MF .deps/drd_amd64_linux-drd_semaphore.Tpo -c -o drd_amd64_linux-drd_semaphore.o `test -f 'drd_semaphore.c' || echo './'`drd_semaphore.c 2024-08-20T21:35:58.3243101Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_suppression.o -MD -MP -MF .deps/drd_amd64_linux-drd_suppression.Tpo -c -o drd_amd64_linux-drd_suppression.o `test -f 'drd_suppression.c' || echo './'`drd_suppression.c 2024-08-20T21:35:58.3264571Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT vgpreload_drd_amd64_linux_so-drd_libstdcxx_intercepts.o -MD -MP -MF .deps/vgpreload_drd_amd64_linux_so-drd_libstdcxx_intercepts.Tpo -c -o vgpreload_drd_amd64_linux_so-drd_libstdcxx_intercepts.o `test -f 'drd_libstdcxx_intercepts.c' || echo './'`drd_libstdcxx_intercepts.c 2024-08-20T21:35:58.3287524Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.o -MD -MP -MF .deps/vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.Tpo -c -o vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.o `test -f 'drd_pthread_intercepts.c' || echo './'`drd_pthread_intercepts.c 2024-08-20T21:35:58.3310498Z #9 77.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.o -MD -MP -MF .deps/vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.Tpo -c -o vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.o `test -f 'drd_qtcore_intercepts.c' || echo './'`drd_qtcore_intercepts.c 2024-08-20T21:35:58.3333474Z #9 77.30 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.o -MD -MP -MF .deps/vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.Tpo -c -o vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.o `test -f 'drd_strmem_intercepts.c' || echo './'`drd_strmem_intercepts.c 2024-08-20T21:35:58.3344902Z #9 77.30 for f in ; do \ 2024-08-20T21:35:58.3345826Z #9 77.30 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:35:58.3346715Z #9 77.30 echo "dsymutil $f"; \ 2024-08-20T21:35:58.3347475Z #9 77.30 dsymutil $f; \ 2024-08-20T21:35:58.3348030Z #9 77.30 fi; \ 2024-08-20T21:35:58.3348517Z #9 77.30 done 2024-08-20T21:35:58.3349162Z #9 77.30 mkdir -p ../.in_place; \ 2024-08-20T21:35:58.3349826Z #9 77.30 for f in ; do \ 2024-08-20T21:35:58.3350570Z #9 77.30 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:35:58.3351475Z #9 77.30 ln -f -s ../drd/$f.dSYM ../.in_place; \ 2024-08-20T21:35:58.3352193Z #9 77.30 done 2024-08-20T21:35:58.3353521Z #9 77.31 mv -f .deps/drd_amd64_linux-drd_cond_initializer.Tpo .deps/drd_amd64_linux-drd_cond_initializer.Po 2024-08-20T21:35:58.3356162Z #9 77.33 mv -f .deps/vgpreload_drd_amd64_linux_so-drd_libstdcxx_intercepts.Tpo .deps/vgpreload_drd_amd64_linux_so-drd_libstdcxx_intercepts.Po 2024-08-20T21:35:58.3358598Z #9 77.34 mv -f .deps/drd_amd64_linux-drd_suppression.Tpo .deps/drd_amd64_linux-drd_suppression.Po 2024-08-20T21:35:58.3361123Z #9 77.34 mv -f .deps/vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.Tpo .deps/vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.Po 2024-08-20T21:35:58.3363230Z #9 77.35 mv -f .deps/drd_amd64_linux-drd_hb.Tpo .deps/drd_amd64_linux-drd_hb.Po 2024-08-20T21:35:58.3365153Z #9 77.36 mv -f .deps/drd_amd64_linux-drd_clientobj.Tpo .deps/drd_amd64_linux-drd_clientobj.Po 2024-08-20T21:35:58.3366906Z #9 77.37 mv -f .deps/drd_amd64_linux-drd_cond.Tpo .deps/drd_amd64_linux-drd_cond.Po 2024-08-20T21:35:58.3368589Z #9 77.38 mv -f .deps/drd_amd64_linux-drd_semaphore.Tpo .deps/drd_amd64_linux-drd_semaphore.Po 2024-08-20T21:35:58.4975016Z #9 77.38 mv -f .deps/drd_amd64_linux-drd_malloc_wrappers.Tpo .deps/drd_amd64_linux-drd_malloc_wrappers.Po 2024-08-20T21:35:58.4977200Z #9 77.39 mv -f .deps/drd_amd64_linux-drd_clientreq.Tpo .deps/drd_amd64_linux-drd_clientreq.Po 2024-08-20T21:35:58.4979139Z #9 77.40 mv -f .deps/drd_amd64_linux-drd_barrier.Tpo .deps/drd_amd64_linux-drd_barrier.Po 2024-08-20T21:35:58.4980948Z #9 77.42 mv -f .deps/drd_amd64_linux-drd_mutex.Tpo .deps/drd_amd64_linux-drd_mutex.Po 2024-08-20T21:35:58.4982732Z #9 77.42 mv -f .deps/drd_amd64_linux-drd_rwlock.Tpo .deps/drd_amd64_linux-drd_rwlock.Po 2024-08-20T21:35:58.4984527Z #9 77.43 mv -f .deps/drd_amd64_linux-drd_error.Tpo .deps/drd_amd64_linux-drd_error.Po 2024-08-20T21:35:58.5724152Z #9 77.66 mv -f .deps/drd_amd64_linux-drd_main.Tpo .deps/drd_amd64_linux-drd_main.Po 2024-08-20T21:35:59.0641853Z #9 78.15 mv -f .deps/vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.Tpo .deps/vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.Po 2024-08-20T21:35:59.4924871Z #9 78.58 mv -f .deps/vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.Tpo .deps/vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.Po 2024-08-20T21:35:59.6452824Z #9 78.58 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -o vgpreload_drd-amd64-linux.so vgpreload_drd_amd64_linux_so-drd_libstdcxx_intercepts.o vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.o vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.o vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.o 2024-08-20T21:35:59.6459580Z #9 78.59 mv -f .deps/drd_amd64_linux-drd_load_store.Tpo .deps/drd_amd64_linux-drd_load_store.Po 2024-08-20T21:35:59.6467169Z #9 78.59 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o drd-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -static -nodefaultlibs -nostartfiles -u _start -m64 drd_amd64_linux-drd_barrier.o drd_amd64_linux-drd_clientobj.o drd_amd64_linux-drd_clientreq.o drd_amd64_linux-drd_cond.o drd_amd64_linux-drd_cond_initializer.o drd_amd64_linux-drd_error.o drd_amd64_linux-drd_hb.o drd_amd64_linux-drd_load_store.o drd_amd64_linux-drd_main.o drd_amd64_linux-drd_malloc_wrappers.o drd_amd64_linux-drd_mutex.o drd_amd64_linux-drd_rwlock.o drd_amd64_linux-drd_semaphore.o drd_amd64_linux-drd_suppression.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T21:35:59.6474199Z #9 78.73 mkdir -p ../.in_place; \ 2024-08-20T21:35:59.6474813Z #9 78.73 for f in drd-amd64-linux vgpreload_drd-amd64-linux.so ; do \ 2024-08-20T21:35:59.6475519Z #9 78.73 rm -f ../.in_place/$f; \ 2024-08-20T21:35:59.6476077Z #9 78.73 ln -f -s ../drd/$f ../.in_place; \ 2024-08-20T21:35:59.6476459Z #9 78.73 done 2024-08-20T21:35:59.8151968Z #9 78.73 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T21:35:59.8152992Z #9 78.73 Making all in tests 2024-08-20T21:35:59.8153678Z #9 78.74 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/drd/tests' 2024-08-20T21:35:59.8154423Z #9 78.74 make[3]: Nothing to be done for 'all'. 2024-08-20T21:35:59.8155123Z #9 78.74 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd/tests' 2024-08-20T21:35:59.8155966Z #9 78.74 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T21:35:59.8156534Z #9 78.74 Making all in massif 2024-08-20T21:35:59.8157137Z #9 78.74 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T21:35:59.8157712Z #9 78.74 Making all in . 2024-08-20T21:35:59.8158314Z #9 78.75 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T21:35:59.8163489Z #9 78.75 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT massif_amd64_linux-ms_main.o -MD -MP -MF .deps/massif_amd64_linux-ms_main.Tpo -c -o massif_amd64_linux-ms_main.o `test -f 'ms_main.c' || echo './'`ms_main.c 2024-08-20T21:35:59.8167662Z #9 78.75 for f in ; do \ 2024-08-20T21:35:59.8168168Z #9 78.75 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:35:59.8168659Z #9 78.75 echo "dsymutil $f"; \ 2024-08-20T21:35:59.8169044Z #9 78.75 dsymutil $f; \ 2024-08-20T21:35:59.8169375Z #9 78.75 fi; \ 2024-08-20T21:35:59.8169636Z #9 78.75 done 2024-08-20T21:35:59.8169970Z #9 78.75 mkdir -p ../.in_place; \ 2024-08-20T21:35:59.8170337Z #9 78.75 for f in ; do \ 2024-08-20T21:35:59.8170717Z #9 78.75 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:35:59.8171242Z #9 78.75 ln -f -s ../massif/$f.dSYM ../.in_place; \ 2024-08-20T21:35:59.8171905Z #9 78.75 done 2024-08-20T21:35:59.8176359Z #9 78.75 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -o vgpreload_massif-amd64-linux.so 2024-08-20T21:36:00.0935667Z #9 79.18 mv -f .deps/massif_amd64_linux-ms_main.Tpo .deps/massif_amd64_linux-ms_main.Po 2024-08-20T21:36:00.2239369Z #9 79.18 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o massif-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -static -nodefaultlibs -nostartfiles -u _start -m64 massif_amd64_linux-ms_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T21:36:00.2243631Z #9 79.31 mkdir -p ../.in_place; \ 2024-08-20T21:36:00.2244292Z #9 79.31 for f in massif-amd64-linux vgpreload_massif-amd64-linux.so ; do \ 2024-08-20T21:36:00.2244957Z #9 79.31 rm -f ../.in_place/$f; \ 2024-08-20T21:36:00.2245454Z #9 79.31 ln -f -s ../massif/$f ../.in_place; \ 2024-08-20T21:36:00.2245858Z #9 79.31 done 2024-08-20T21:36:00.3915112Z #9 79.31 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T21:36:00.3915935Z #9 79.31 Making all in tests 2024-08-20T21:36:00.3916613Z #9 79.31 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/massif/tests' 2024-08-20T21:36:00.3917363Z #9 79.31 make[3]: Nothing to be done for 'all'. 2024-08-20T21:36:00.3918125Z #9 79.31 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif/tests' 2024-08-20T21:36:00.3918977Z #9 79.31 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T21:36:00.3919639Z #9 79.32 Making all in dhat 2024-08-20T21:36:00.3920266Z #9 79.32 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T21:36:00.3920819Z #9 79.32 Making all in . 2024-08-20T21:36:00.3921394Z #9 79.32 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T21:36:00.3926776Z #9 79.32 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -DDHAT_VIEW_DIR=\"/usr/local/libexec/valgrind\" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT dhat_amd64_linux-dh_main.o -MD -MP -MF .deps/dhat_amd64_linux-dh_main.Tpo -c -o dhat_amd64_linux-dh_main.o `test -f 'dh_main.c' || echo './'`dh_main.c 2024-08-20T21:36:00.3936536Z #9 79.32 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -O2 -MT vgpreload_dhat_amd64_linux_so-dh_replace_strmem.o -MD -MP -MF .deps/vgpreload_dhat_amd64_linux_so-dh_replace_strmem.Tpo -c -o vgpreload_dhat_amd64_linux_so-dh_replace_strmem.o `test -f 'dh_replace_strmem.c' || echo './'`dh_replace_strmem.c 2024-08-20T21:36:00.3941679Z #9 79.32 for f in ; do \ 2024-08-20T21:36:00.3942190Z #9 79.32 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:00.3942681Z #9 79.32 echo "dsymutil $f"; \ 2024-08-20T21:36:00.3943051Z #9 79.32 dsymutil $f; \ 2024-08-20T21:36:00.3943380Z #9 79.32 fi; \ 2024-08-20T21:36:00.3943647Z #9 79.32 done 2024-08-20T21:36:00.3943964Z #9 79.32 mkdir -p ../.in_place; \ 2024-08-20T21:36:00.3944328Z #9 79.32 for f in ; do \ 2024-08-20T21:36:00.3944719Z #9 79.32 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:00.3945212Z #9 79.32 ln -f -s ../dhat/$f.dSYM ../.in_place; \ 2024-08-20T21:36:00.3945634Z #9 79.32 done 2024-08-20T21:36:00.5524580Z #9 79.64 mv -f .deps/dhat_amd64_linux-dh_main.Tpo .deps/dhat_amd64_linux-dh_main.Po 2024-08-20T21:36:00.7070059Z #9 79.64 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o dhat-amd64-linux -DDHAT_VIEW_DIR=\"/usr/local/libexec/valgrind\" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -static -nodefaultlibs -nostartfiles -u _start -m64 dhat_amd64_linux-dh_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T21:36:01.1119801Z #9 80.20 mv -f .deps/vgpreload_dhat_amd64_linux_so-dh_replace_strmem.Tpo .deps/vgpreload_dhat_amd64_linux_so-dh_replace_strmem.Po 2024-08-20T21:36:01.2905352Z #9 80.20 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -O2 -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -o vgpreload_dhat-amd64-linux.so vgpreload_dhat_amd64_linux_so-dh_replace_strmem.o 2024-08-20T21:36:01.2909836Z #9 80.21 mkdir -p ../.in_place; \ 2024-08-20T21:36:01.2910471Z #9 80.21 for f in dhat-amd64-linux vgpreload_dhat-amd64-linux.so ; do \ 2024-08-20T21:36:01.2911114Z #9 80.21 rm -f ../.in_place/$f; \ 2024-08-20T21:36:01.2911594Z #9 80.21 ln -f -s ../dhat/$f ../.in_place; \ 2024-08-20T21:36:01.2911991Z #9 80.21 done 2024-08-20T21:36:01.2912531Z #9 80.21 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T21:36:01.2913101Z #9 80.21 Making all in tests 2024-08-20T21:36:01.2913732Z #9 80.21 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat/tests' 2024-08-20T21:36:01.2914556Z #9 80.21 make[3]: Nothing to be done for 'all'. 2024-08-20T21:36:01.2915256Z #9 80.21 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat/tests' 2024-08-20T21:36:01.2916059Z #9 80.21 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T21:36:01.2916613Z #9 80.22 Making all in lackey 2024-08-20T21:36:01.2917444Z #9 80.22 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T21:36:01.2917991Z #9 80.22 Making all in . 2024-08-20T21:36:01.2918571Z #9 80.22 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T21:36:01.2923746Z #9 80.22 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT lackey_amd64_linux-lk_main.o -MD -MP -MF .deps/lackey_amd64_linux-lk_main.Tpo -c -o lackey_amd64_linux-lk_main.o `test -f 'lk_main.c' || echo './'`lk_main.c 2024-08-20T21:36:01.2927914Z #9 80.22 for f in ; do \ 2024-08-20T21:36:01.2928418Z #9 80.22 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:01.2928903Z #9 80.22 echo "dsymutil $f"; \ 2024-08-20T21:36:01.2929288Z #9 80.22 dsymutil $f; \ 2024-08-20T21:36:01.2929619Z #9 80.22 fi; \ 2024-08-20T21:36:01.2929874Z #9 80.22 done 2024-08-20T21:36:01.2930206Z #9 80.22 mkdir -p ../.in_place; \ 2024-08-20T21:36:01.2930577Z #9 80.22 for f in ; do \ 2024-08-20T21:36:01.2930960Z #9 80.22 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:01.2931604Z #9 80.22 ln -f -s ../lackey/$f.dSYM ../.in_place; \ 2024-08-20T21:36:01.2932050Z #9 80.22 done 2024-08-20T21:36:01.3305233Z #9 80.41 mv -f .deps/lackey_amd64_linux-lk_main.Tpo .deps/lackey_amd64_linux-lk_main.Po 2024-08-20T21:36:01.4604964Z #9 80.42 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o lackey-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -static -nodefaultlibs -nostartfiles -u _start -m64 lackey_amd64_linux-lk_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T21:36:01.4609065Z #9 80.54 mkdir -p ../.in_place; \ 2024-08-20T21:36:01.4609565Z #9 80.54 for f in lackey-amd64-linux ; do \ 2024-08-20T21:36:01.4610064Z #9 80.54 rm -f ../.in_place/$f; \ 2024-08-20T21:36:01.4610535Z #9 80.54 ln -f -s ../lackey/$f ../.in_place; \ 2024-08-20T21:36:01.4610958Z #9 80.54 done 2024-08-20T21:36:01.6284196Z #9 80.55 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T21:36:01.6284880Z #9 80.55 Making all in tests 2024-08-20T21:36:01.6285571Z #9 80.55 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey/tests' 2024-08-20T21:36:01.6286336Z #9 80.55 make[3]: Nothing to be done for 'all'. 2024-08-20T21:36:01.6287070Z #9 80.55 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey/tests' 2024-08-20T21:36:01.6287935Z #9 80.55 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T21:36:01.6288493Z #9 80.55 Making all in none 2024-08-20T21:36:01.6289089Z #9 80.55 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T21:36:01.6289663Z #9 80.55 Making all in . 2024-08-20T21:36:01.6290230Z #9 80.56 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T21:36:01.6295136Z #9 80.56 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT none_amd64_linux-nl_main.o -MD -MP -MF .deps/none_amd64_linux-nl_main.Tpo -c -o none_amd64_linux-nl_main.o `test -f 'nl_main.c' || echo './'`nl_main.c 2024-08-20T21:36:01.6299893Z #9 80.56 for f in ; do \ 2024-08-20T21:36:01.6300407Z #9 80.56 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:01.6300905Z #9 80.56 echo "dsymutil $f"; \ 2024-08-20T21:36:01.6301293Z #9 80.56 dsymutil $f; \ 2024-08-20T21:36:01.6301614Z #9 80.56 fi; \ 2024-08-20T21:36:01.6301883Z #9 80.56 done 2024-08-20T21:36:01.6302217Z #9 80.56 mkdir -p ../.in_place; \ 2024-08-20T21:36:01.6302572Z #9 80.56 for f in ; do \ 2024-08-20T21:36:01.6302966Z #9 80.56 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:01.6303486Z #9 80.56 ln -f -s ../none/$f.dSYM ../.in_place; \ 2024-08-20T21:36:01.6303902Z #9 80.56 done 2024-08-20T21:36:01.6304481Z #9 80.58 mv -f .deps/none_amd64_linux-nl_main.Tpo .deps/none_amd64_linux-nl_main.Po 2024-08-20T21:36:01.6309337Z #9 80.59 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o none-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -static -nodefaultlibs -nostartfiles -u _start -m64 none_amd64_linux-nl_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T21:36:01.6313365Z #9 80.71 mkdir -p ../.in_place; \ 2024-08-20T21:36:01.6313809Z #9 80.71 for f in none-amd64-linux ; do \ 2024-08-20T21:36:01.6314435Z #9 80.71 rm -f ../.in_place/$f; \ 2024-08-20T21:36:01.6314910Z #9 80.71 ln -f -s ../none/$f ../.in_place; \ 2024-08-20T21:36:01.6315307Z #9 80.71 done 2024-08-20T21:36:01.7908412Z #9 80.72 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T21:36:01.7909076Z #9 80.72 Making all in tests 2024-08-20T21:36:01.7909779Z #9 80.72 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T21:36:01.7910371Z #9 80.72 Making all in . 2024-08-20T21:36:01.7911016Z #9 80.73 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T21:36:01.7911739Z #9 80.73 make[4]: Nothing to be done for 'all-am'. 2024-08-20T21:36:01.7912461Z #9 80.73 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T21:36:01.7913066Z #9 80.73 Making all in scripts 2024-08-20T21:36:01.7913765Z #9 80.73 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/scripts' 2024-08-20T21:36:01.7914510Z #9 80.73 make[4]: Nothing to be done for 'all'. 2024-08-20T21:36:01.7915275Z #9 80.73 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/scripts' 2024-08-20T21:36:01.7915911Z #9 80.73 Making all in amd64 2024-08-20T21:36:01.7916576Z #9 80.73 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64' 2024-08-20T21:36:01.7917299Z #9 80.73 make[4]: Nothing to be done for 'all'. 2024-08-20T21:36:01.7918052Z #9 80.73 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64' 2024-08-20T21:36:01.7918680Z #9 80.73 Making all in linux 2024-08-20T21:36:01.7919334Z #9 80.73 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/linux' 2024-08-20T21:36:01.7920178Z #9 80.73 make[4]: Nothing to be done for 'all'. 2024-08-20T21:36:01.7920926Z #9 80.73 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/linux' 2024-08-20T21:36:01.7921815Z #9 80.73 Making all in amd64-linux 2024-08-20T21:36:01.7922552Z #9 80.74 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64-linux' 2024-08-20T21:36:01.7923323Z #9 80.74 make[4]: Nothing to be done for 'all'. 2024-08-20T21:36:01.7924098Z #9 80.74 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64-linux' 2024-08-20T21:36:01.7925032Z #9 80.74 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T21:36:01.7925875Z #9 80.74 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T21:36:01.7926490Z #9 80.74 Making all in exp-bbv 2024-08-20T21:36:01.7927105Z #9 80.74 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T21:36:01.7927687Z #9 80.74 Making all in . 2024-08-20T21:36:01.7928284Z #9 80.74 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T21:36:01.7933457Z #9 80.74 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT exp_bbv_amd64_linux-bbv_main.o -MD -MP -MF .deps/exp_bbv_amd64_linux-bbv_main.Tpo -c -o exp_bbv_amd64_linux-bbv_main.o `test -f 'bbv_main.c' || echo './'`bbv_main.c 2024-08-20T21:36:01.7937940Z #9 80.74 for f in ; do \ 2024-08-20T21:36:01.7938447Z #9 80.74 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:01.7938944Z #9 80.74 echo "dsymutil $f"; \ 2024-08-20T21:36:01.7939317Z #9 80.74 dsymutil $f; \ 2024-08-20T21:36:01.7939653Z #9 80.74 fi; \ 2024-08-20T21:36:01.7939927Z #9 80.74 done 2024-08-20T21:36:01.7940243Z #9 80.75 mkdir -p ../.in_place; \ 2024-08-20T21:36:01.7940611Z #9 80.75 for f in ; do \ 2024-08-20T21:36:01.7941007Z #9 80.75 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:01.7941525Z #9 80.75 ln -f -s ../exp-bbv/$f.dSYM ../.in_place; \ 2024-08-20T21:36:01.7941972Z #9 80.75 done 2024-08-20T21:36:01.7942597Z #9 80.87 mv -f .deps/exp_bbv_amd64_linux-bbv_main.Tpo .deps/exp_bbv_amd64_linux-bbv_main.Po 2024-08-20T21:36:01.9197687Z #9 80.88 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o exp-bbv-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -static -nodefaultlibs -nostartfiles -u _start -m64 exp_bbv_amd64_linux-bbv_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T21:36:01.9202061Z #9 81.00 mkdir -p ../.in_place; \ 2024-08-20T21:36:01.9202560Z #9 81.00 for f in exp-bbv-amd64-linux ; do \ 2024-08-20T21:36:01.9203058Z #9 81.00 rm -f ../.in_place/$f; \ 2024-08-20T21:36:01.9203553Z #9 81.00 ln -f -s ../exp-bbv/$f ../.in_place; \ 2024-08-20T21:36:01.9203967Z #9 81.00 done 2024-08-20T21:36:02.1191063Z #9 81.01 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T21:36:02.1192265Z #9 81.01 Making all in tests 2024-08-20T21:36:02.1193511Z #9 81.01 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T21:36:02.1194619Z #9 81.01 Making all in . 2024-08-20T21:36:02.1195784Z #9 81.01 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T21:36:02.1197106Z #9 81.01 make[4]: Nothing to be done for 'all-am'. 2024-08-20T21:36:02.1198671Z #9 81.01 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T21:36:02.1199370Z #9 81.01 Making all in amd64-linux 2024-08-20T21:36:02.1200231Z #9 81.02 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests/amd64-linux' 2024-08-20T21:36:02.1201004Z #9 81.02 make[4]: Nothing to be done for 'all'. 2024-08-20T21:36:02.1201814Z #9 81.02 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests/amd64-linux' 2024-08-20T21:36:02.1202794Z #9 81.02 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T21:36:02.1203657Z #9 81.02 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T21:36:02.1204241Z #9 81.02 Making all in shared 2024-08-20T21:36:02.1204857Z #9 81.02 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/shared' 2024-08-20T21:36:02.1205529Z #9 81.02 make[2]: Nothing to be done for 'all'. 2024-08-20T21:36:02.1206230Z #9 81.02 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/shared' 2024-08-20T21:36:02.1206817Z #9 81.02 Making all in tests 2024-08-20T21:36:02.1207409Z #9 81.02 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/tests' 2024-08-20T21:36:02.1208093Z #9 81.02 make[2]: Nothing to be done for 'all'. 2024-08-20T21:36:02.1208780Z #9 81.02 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/tests' 2024-08-20T21:36:02.1209340Z #9 81.02 Making all in perf 2024-08-20T21:36:02.1209939Z #9 81.02 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/perf' 2024-08-20T21:36:02.1210764Z #9 81.02 make[2]: Nothing to be done for 'all'. 2024-08-20T21:36:02.1211455Z #9 81.02 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/perf' 2024-08-20T21:36:02.1212024Z #9 81.02 Making all in gdbserver_tests 2024-08-20T21:36:02.1212738Z #9 81.02 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T21:36:02.1213364Z #9 81.03 Making all in . 2024-08-20T21:36:02.1213988Z #9 81.03 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T21:36:02.1214742Z #9 81.03 make[3]: Nothing to be done for 'all-am'. 2024-08-20T21:36:02.1215511Z #9 81.03 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T21:36:02.1216437Z #9 81.03 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T21:36:02.1217149Z #9 81.03 Making all in memcheck/tests/vbit-test 2024-08-20T21:36:02.1217951Z #9 81.03 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/vbit-test' 2024-08-20T21:36:02.1223150Z #9 81.03 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-main.o -MD -MP -MF .deps/vbit_test-main.Tpo -c -o vbit_test-main.o `test -f 'main.c' || echo './'`main.c 2024-08-20T21:36:02.1231786Z #9 81.03 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-unary.o -MD -MP -MF .deps/vbit_test-unary.Tpo -c -o vbit_test-unary.o `test -f 'unary.c' || echo './'`unary.c 2024-08-20T21:36:02.1241070Z #9 81.03 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-binary.o -MD -MP -MF .deps/vbit_test-binary.Tpo -c -o vbit_test-binary.o `test -f 'binary.c' || echo './'`binary.c 2024-08-20T21:36:02.1249986Z #9 81.03 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-ternary.o -MD -MP -MF .deps/vbit_test-ternary.Tpo -c -o vbit_test-ternary.o `test -f 'ternary.c' || echo './'`ternary.c 2024-08-20T21:36:02.1258373Z #9 81.03 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-qernary.o -MD -MP -MF .deps/vbit_test-qernary.Tpo -c -o vbit_test-qernary.o `test -f 'qernary.c' || echo './'`qernary.c 2024-08-20T21:36:02.1266458Z #9 81.03 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-util.o -MD -MP -MF .deps/vbit_test-util.Tpo -c -o vbit_test-util.o `test -f 'util.c' || echo './'`util.c 2024-08-20T21:36:02.1274483Z #9 81.03 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-vbits.o -MD -MP -MF .deps/vbit_test-vbits.Tpo -c -o vbit_test-vbits.o `test -f 'vbits.c' || echo './'`vbits.c 2024-08-20T21:36:02.1283043Z #9 81.03 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-irops.o -MD -MP -MF .deps/vbit_test-irops.Tpo -c -o vbit_test-irops.o `test -f 'irops.c' || echo './'`irops.c 2024-08-20T21:36:02.1292019Z #9 81.03 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-valgrind.o -MD -MP -MF .deps/vbit_test-valgrind.Tpo -c -o vbit_test-valgrind.o `test -f 'valgrind.c' || echo './'`valgrind.c 2024-08-20T21:36:02.1296444Z #9 81.08 mv -f .deps/vbit_test-unary.Tpo .deps/vbit_test-unary.Po 2024-08-20T21:36:02.1297188Z #9 81.08 mv -f .deps/vbit_test-ternary.Tpo .deps/vbit_test-ternary.Po 2024-08-20T21:36:02.1297943Z #9 81.08 mv -f .deps/vbit_test-qernary.Tpo .deps/vbit_test-qernary.Po 2024-08-20T21:36:02.1298751Z #9 81.09 mv -f .deps/vbit_test-irops.Tpo .deps/vbit_test-irops.Po 2024-08-20T21:36:02.1299452Z #9 81.09 mv -f .deps/vbit_test-valgrind.Tpo .deps/vbit_test-valgrind.Po 2024-08-20T21:36:02.1300150Z #9 81.10 mv -f .deps/vbit_test-main.Tpo .deps/vbit_test-main.Po 2024-08-20T21:36:02.1300785Z #9 81.10 mv -f .deps/vbit_test-util.Tpo .deps/vbit_test-util.Po 2024-08-20T21:36:02.1301457Z #9 81.20 mv -f .deps/vbit_test-binary.Tpo .deps/vbit_test-binary.Po 2024-08-20T21:36:02.2649104Z #9 81.26 mv -f .deps/vbit_test-vbits.Tpo .deps/vbit_test-vbits.Po 2024-08-20T21:36:02.2656323Z #9 81.27 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o vbit-test vbit_test-main.o vbit_test-unary.o vbit_test-binary.o vbit_test-ternary.o vbit_test-qernary.o vbit_test-util.o vbit_test-vbits.o vbit_test-irops.o vbit_test-valgrind.o ../../../VEX/libvex-amd64-linux.a 2024-08-20T21:36:02.2663452Z #9 81.29 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/vbit-test' 2024-08-20T21:36:02.2664142Z #9 81.29 Making all in auxprogs 2024-08-20T21:36:02.2664789Z #9 81.30 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/auxprogs' 2024-08-20T21:36:02.2670193Z #9 81.30 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT valgrind_listener-valgrind-listener.o -MD -MP -MF .deps/valgrind_listener-valgrind-listener.Tpo -c -o valgrind_listener-valgrind-listener.o `test -f 'valgrind-listener.c' || echo './'`valgrind-listener.c 2024-08-20T21:36:02.2679837Z #9 81.30 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT valgrind_di_server-valgrind-di-server.o -MD -MP -MF .deps/valgrind_di_server-valgrind-di-server.Tpo -c -o valgrind_di_server-valgrind-di-server.o `test -f 'valgrind-di-server.c' || echo './'`valgrind-di-server.c 2024-08-20T21:36:02.2688785Z #9 81.30 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT getoff_amd64_linux-getoff.o -MD -MP -MF .deps/getoff_amd64_linux-getoff.Tpo -c -o getoff_amd64_linux-getoff.o `test -f 'getoff.c' || echo './'`getoff.c 2024-08-20T21:36:02.2692896Z #9 81.30 for f in ; do \ 2024-08-20T21:36:02.2693398Z #9 81.30 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:02.2693876Z #9 81.30 echo "dsymutil $f"; \ 2024-08-20T21:36:02.2694262Z #9 81.30 dsymutil $f; \ 2024-08-20T21:36:02.2694589Z #9 81.30 fi; \ 2024-08-20T21:36:02.2694842Z #9 81.30 done 2024-08-20T21:36:02.2695170Z #9 81.30 mkdir -p ../.in_place; \ 2024-08-20T21:36:02.2695533Z #9 81.30 for f in ; do \ 2024-08-20T21:36:02.2695911Z #9 81.30 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:02.2696440Z #9 81.30 ln -f -s ../auxprogs/$f.dSYM ../.in_place; \ 2024-08-20T21:36:02.2696883Z #9 81.30 done 2024-08-20T21:36:02.2697464Z #9 81.35 mv -f .deps/getoff_amd64_linux-getoff.Tpo .deps/getoff_amd64_linux-getoff.Po 2024-08-20T21:36:02.4814831Z #9 81.35 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o getoff-amd64-linux getoff_amd64_linux-getoff.o -ldl 2024-08-20T21:36:02.4820399Z #9 81.37 mkdir -p ../.in_place; \ 2024-08-20T21:36:02.4820894Z #9 81.37 for f in getoff-amd64-linux ; do \ 2024-08-20T21:36:02.4821394Z #9 81.37 rm -f ../.in_place/$f; \ 2024-08-20T21:36:02.4821977Z #9 81.37 ln -f -s ../auxprogs/$f ../.in_place; \ 2024-08-20T21:36:02.4822392Z #9 81.37 done 2024-08-20T21:36:02.4823137Z #9 81.41 mv -f .deps/valgrind_listener-valgrind-listener.Tpo .deps/valgrind_listener-valgrind-listener.Po 2024-08-20T21:36:02.4829500Z #9 81.41 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o valgrind-listener valgrind_listener-valgrind-listener.o 2024-08-20T21:36:02.6934517Z #9 81.78 mv -f .deps/valgrind_di_server-valgrind-di-server.Tpo .deps/valgrind_di_server-valgrind-di-server.Po 2024-08-20T21:36:02.8112164Z #9 81.78 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wenum-conversion -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o valgrind-di-server valgrind_di_server-valgrind-di-server.o 2024-08-20T21:36:02.8117853Z #9 81.80 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/auxprogs' 2024-08-20T21:36:02.8118476Z #9 81.80 Making all in mpi 2024-08-20T21:36:02.8119057Z #9 81.80 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/mpi' 2024-08-20T21:36:02.8119784Z #9 81.80 mkdir -p ../.in_place; \ 2024-08-20T21:36:02.8120161Z #9 81.80 for f in ; do \ 2024-08-20T21:36:02.8120589Z #9 81.80 rm -f ../.in_place/$f; \ 2024-08-20T21:36:02.8121059Z #9 81.80 ln -f -s ../mpi/$f ../.in_place; \ 2024-08-20T21:36:02.8121469Z #9 81.80 done 2024-08-20T21:36:02.8121727Z #9 81.80 for f in ; do \ 2024-08-20T21:36:02.8122221Z #9 81.80 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:02.8122715Z #9 81.80 echo "dsymutil $f"; \ 2024-08-20T21:36:02.8123084Z #9 81.80 dsymutil $f; \ 2024-08-20T21:36:02.8123413Z #9 81.80 fi; \ 2024-08-20T21:36:02.8123684Z #9 81.80 done 2024-08-20T21:36:02.8124001Z #9 81.80 mkdir -p ../.in_place; \ 2024-08-20T21:36:02.8124368Z #9 81.80 for f in ; do \ 2024-08-20T21:36:02.8125559Z #9 81.80 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:02.8126065Z #9 81.80 ln -f -s ../mpi/$f.dSYM ../.in_place; \ 2024-08-20T21:36:02.8126495Z #9 81.80 done 2024-08-20T21:36:02.8127024Z #9 81.80 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/mpi' 2024-08-20T21:36:02.8127585Z #9 81.80 Making all in solaris 2024-08-20T21:36:02.8128218Z #9 81.80 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/solaris' 2024-08-20T21:36:02.8128916Z #9 81.80 make[2]: Nothing to be done for 'all'. 2024-08-20T21:36:02.8129611Z #9 81.80 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/solaris' 2024-08-20T21:36:02.8130193Z #9 81.80 Making all in docs 2024-08-20T21:36:02.8130797Z #9 81.81 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T21:36:02.8131461Z #9 81.81 make[2]: Nothing to be done for 'all'. 2024-08-20T21:36:02.8132232Z #9 81.81 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T21:36:02.8132963Z #9 81.81 make[1]: Leaving directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T21:36:02.8133467Z #9 81.81 + sudo make install 2024-08-20T21:36:02.8134170Z #9 81.81 ./auxprogs/make_or_upd_vgversion_h . 2024-08-20T21:36:02.8134727Z #9 81.82 make install-recursive 2024-08-20T21:36:02.8135316Z #9 81.82 make[1]: Entering directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T21:36:02.8135879Z #9 81.82 Making install in include 2024-08-20T21:36:02.8136530Z #9 81.82 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/include' 2024-08-20T21:36:02.8137506Z #9 81.83 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/include' 2024-08-20T21:36:02.8138255Z #9 81.83 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:02.8138910Z #9 81.83 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T21:36:02.8144008Z #9 81.83 /usr/bin/install -c -m 644 pub_tool_basics.h pub_tool_basics_asm.h pub_tool_addrinfo.h pub_tool_aspacehl.h pub_tool_aspacemgr.h pub_tool_clientstate.h pub_tool_clreq.h pub_tool_deduppoolalloc.h pub_tool_debuginfo.h pub_tool_errormgr.h pub_tool_execontext.h pub_tool_gdbserver.h pub_tool_guest.h pub_tool_poolalloc.h pub_tool_hashtable.h pub_tool_libcbase.h pub_tool_libcassert.h pub_tool_libcfile.h pub_tool_libcprint.h pub_tool_libcproc.h pub_tool_libcsetjmp.h pub_tool_libcsignal.h pub_tool_machine.h pub_tool_mallocfree.h pub_tool_options.h pub_tool_oset.h pub_tool_rangemap.h pub_tool_redir.h pub_tool_replacemalloc.h pub_tool_seqmatch.h pub_tool_signals.h pub_tool_sparsewa.h pub_tool_stacktrace.h pub_tool_threadstate.h pub_tool_tooliface.h pub_tool_transtab.h pub_tool_vki.h pub_tool_vkiscnums.h pub_tool_vkiscnums_asm.h pub_tool_wordfm.h '/usr/local/include/valgrind/.' 2024-08-20T21:36:02.8148305Z #9 81.84 /usr/bin/mkdir -p '/usr/local/include/valgrind/vki' 2024-08-20T21:36:02.8155564Z #9 81.84 /usr/bin/install -c -m 644 vki/vki-linux.h vki/vki-freebsd.h vki/vki-darwin.h vki/vki-solaris.h vki/vki-solaris-repcache.h vki/vki-machine-types-amd64-freebsd.h vki/vki-machine-types-x86-freebsd.h vki/vki-posixtypes-amd64-linux.h vki/vki-posixtypes-arm64-linux.h vki/vki-posixtypes-ppc32-linux.h vki/vki-posixtypes-ppc64-linux.h vki/vki-posixtypes-x86-linux.h vki/vki-posixtypes-arm-linux.h vki/vki-posixtypes-s390x-linux.h vki/vki-posixtypes-mips32-linux.h vki/vki-posixtypes-mips64-linux.h vki/vki-posixtypes-nanomips-linux.h vki/vki-amd64-linux.h vki/vki-arm64-linux.h vki/vki-ppc32-linux.h vki/vki-ppc64-linux.h vki/vki-x86-linux.h vki/vki-amd64-freebsd.h vki/vki-x86-freebsd.h vki/vki-arm-linux.h vki/vki-s390x-linux.h vki/vki-mips32-linux.h vki/vki-mips64-linux.h vki/vki-nanomips-linux.h vki/vki-scnums-amd64-linux.h vki/vki-scnums-arm64-linux.h vki/vki-scnums-ppc32-linux.h vki/vki-scnums-ppc64-linux.h vki/vki-scnums-x86-linux.h vki/vki-scnums-freebsd.h vki/vki-scnums-arm-linux.h vki/vki-scnums-s390x-linux.h vki/vki-scnums-mips32-linux.h vki/vki-scnums-mips64-linux.h vki/vki-scnums-nanomips-linux.h '/usr/local/include/valgrind/vki' 2024-08-20T21:36:02.8163167Z #9 81.84 /usr/bin/install -c -m 644 pub_tool_xarray.h pub_tool_xtree.h pub_tool_xtmemory.h valgrind.h '/usr/local/include/valgrind/.' 2024-08-20T21:36:02.8164321Z #9 81.84 /usr/bin/mkdir -p '/usr/local/include/valgrind/vki' 2024-08-20T21:36:02.8167786Z #9 81.84 /usr/bin/install -c -m 644 vki/vki-scnums-darwin.h vki/vki-scnums-solaris.h vki/vki-scnums-shared-linux.h vki/vki-scnums-32bit-linux.h vki/vki-xen.h vki/vki-xen-domctl.h vki/vki-xen-evtchn.h vki/vki-xen-gnttab.h vki/vki-xen-hvm.h vki/vki-xen-memory.h vki/vki-xen-mmuext.h vki/vki-xen-physdev.h vki/vki-xen-schedop.h vki/vki-xen-sysctl.h vki/vki-xen-tmem.h vki/vki-xen-version.h vki/vki-xen-xsm.h vki/vki-xen-x86.h vki/vki-linux-drm.h vki/vki-linux-io_uring.h '/usr/local/include/valgrind/vki' 2024-08-20T21:36:02.8170815Z #9 81.85 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/include' 2024-08-20T21:36:02.8171605Z #9 81.85 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/include' 2024-08-20T21:36:02.8172152Z #9 81.85 Making install in VEX 2024-08-20T21:36:02.8172708Z #9 81.85 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T21:36:02.8173270Z #9 81.85 make install-am 2024-08-20T21:36:02.8173803Z #9 81.86 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T21:36:02.8174540Z #9 81.87 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T21:36:02.8175178Z #9 81.87 /usr/bin/mkdir -p '/usr/local/lib/valgrind' 2024-08-20T21:36:02.8176088Z #9 81.87 /usr/bin/install -c -m 644 libvex-amd64-linux.a libvexmultiarch-amd64-linux.a '/usr/local/lib/valgrind' 2024-08-20T21:36:02.8177175Z #9 81.89 ( cd '/usr/local/lib/valgrind' && ranlib libvex-amd64-linux.a ) 2024-08-20T21:36:03.0145262Z #9 82.10 ( cd '/usr/local/lib/valgrind' && ranlib libvexmultiarch-amd64-linux.a ) 2024-08-20T21:36:03.2511284Z #9 82.11 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T21:36:03.2515008Z #9 82.11 /usr/bin/install -c -m 644 pub/libvex.h pub/libvex_basictypes.h pub/libvex_emnote.h pub/libvex_guest_offsets.h pub/libvex_guest_x86.h pub/libvex_guest_amd64.h pub/libvex_guest_ppc32.h pub/libvex_guest_ppc64.h pub/libvex_guest_arm.h pub/libvex_guest_arm64.h pub/libvex_guest_s390x.h pub/libvex_guest_mips32.h pub/libvex_guest_mips64.h pub/libvex_s390x_common.h pub/libvex_ir.h pub/libvex_trc_values.h pub/libvex_inner.h '/usr/local/include/valgrind' 2024-08-20T21:36:03.2517859Z #9 82.11 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T21:36:03.2518675Z #9 82.11 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T21:36:03.2519467Z #9 82.11 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T21:36:03.2520132Z #9 82.11 Making install in coregrind 2024-08-20T21:36:03.2520822Z #9 82.13 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T21:36:03.2521444Z #9 82.13 make install-am 2024-08-20T21:36:03.2522052Z #9 82.18 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T21:36:03.2522704Z #9 82.18 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.2523222Z #9 82.18 for f in vgpreload_core-amd64-linux.so ; do \ 2024-08-20T21:36:03.2523755Z #9 82.18 rm -f ../.in_place/$f; \ 2024-08-20T21:36:03.2524248Z #9 82.18 ln -f -s ../coregrind/$f ../.in_place; \ 2024-08-20T21:36:03.2524664Z #9 82.18 done 2024-08-20T21:36:03.2524930Z #9 82.18 for f in ; do \ 2024-08-20T21:36:03.2525407Z #9 82.18 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.2525875Z #9 82.18 echo "dsymutil $f"; \ 2024-08-20T21:36:03.2526251Z #9 82.18 dsymutil $f; \ 2024-08-20T21:36:03.2526581Z #9 82.18 fi; \ 2024-08-20T21:36:03.2526834Z #9 82.18 done 2024-08-20T21:36:03.2527158Z #9 82.18 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.2527521Z #9 82.18 for f in ; do \ 2024-08-20T21:36:03.2527898Z #9 82.18 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:03.2528432Z #9 82.18 ln -f -s ../coregrind/$f.dSYM ../.in_place; \ 2024-08-20T21:36:03.2528880Z #9 82.18 done 2024-08-20T21:36:03.2529189Z #9 82.18 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.2553642Z #9 82.18 for f in m_gdbserver/32bit-core-valgrind-s1.xml m_gdbserver/32bit-core-valgrind-s2.xml m_gdbserver/32bit-core.xml m_gdbserver/32bit-linux-valgrind-s1.xml m_gdbserver/32bit-linux-valgrind-s2.xml m_gdbserver/32bit-linux.xml m_gdbserver/32bit-sse-valgrind-s1.xml m_gdbserver/32bit-sse-valgrind-s2.xml m_gdbserver/32bit-sse.xml m_gdbserver/64bit-avx-valgrind-s2.xml m_gdbserver/64bit-avx-valgrind-s1.xml m_gdbserver/64bit-avx.xml m_gdbserver/64bit-core-valgrind-s1.xml m_gdbserver/64bit-core-valgrind-s2.xml m_gdbserver/64bit-core.xml m_gdbserver/64bit-linux-valgrind-s1.xml m_gdbserver/64bit-linux-valgrind-s2.xml m_gdbserver/64bit-linux.xml m_gdbserver/64bit-sse-valgrind-s1.xml m_gdbserver/64bit-sse-valgrind-s2.xml m_gdbserver/64bit-sse.xml m_gdbserver/amd64-avx-coresse-valgrind.xml m_gdbserver/amd64-avx-coresse.xml m_gdbserver/amd64-avx-linux-valgrind.xml m_gdbserver/amd64-avx-linux.xml m_gdbserver/amd64-coresse-valgrind.xml m_gdbserver/amd64-linux-valgrind.xml m_gdbserver/arm-core-valgrind-s1.xml m_gdbserver/arm-core-valgrind-s2.xml m_gdbserver/arm-core.xml m_gdbserver/arm-vfpv3-valgrind-s1.xml m_gdbserver/arm-vfpv3-valgrind-s2.xml m_gdbserver/arm-vfpv3.xml m_gdbserver/arm-with-vfpv3-valgrind.xml m_gdbserver/arm-with-vfpv3.xml m_gdbserver/i386-coresse-valgrind.xml m_gdbserver/i386-linux-valgrind.xml m_gdbserver/power64-core-valgrind-s1.xml m_gdbserver/power64-core-valgrind-s2.xml m_gdbserver/power64-core.xml m_gdbserver/power64-core2-valgrind-s1.xml m_gdbserver/power64-core2-valgrind-s2.xml m_gdbserver/power64-linux-valgrind-s1.xml m_gdbserver/power64-linux-valgrind-s2.xml m_gdbserver/power64-linux.xml m_gdbserver/power-altivec-valgrind-s1.xml m_gdbserver/power-altivec-valgrind-s2.xml m_gdbserver/power-altivec.xml m_gdbserver/power-vsx-valgrind-s1.xml m_gdbserver/power-vsx-valgrind-s2.xml m_gdbserver/power-vsx.xml m_gdbserver/power-core-valgrind-s1.xml m_gdbserver/power-core-valgrind-s2.xml m_gdbserver/power-core.xml m_gdbserver/power-fpu-valgrind-s1.xml m_gdbserver/power-fpu-valgrind-s2.xml m_gdbserver/power-fpu.xml m_gdbserver/power-linux-valgrind-s1.xml m_gdbserver/power-linux-valgrind-s2.xml m_gdbserver/power-linux.xml m_gdbserver/powerpc-altivec32l-valgrind.xml m_gdbserver/powerpc-altivec32l.xml m_gdbserver/powerpc-altivec64l-valgrind.xml m_gdbserver/powerpc-altivec64l.xml m_gdbserver/s390-acr-valgrind-s1.xml m_gdbserver/s390-acr-valgrind-s2.xml m_gdbserver/s390-acr.xml m_gdbserver/s390-fpr-valgrind-s1.xml m_gdbserver/s390-fpr-valgrind-s2.xml m_gdbserver/s390-fpr.xml m_gdbserver/s390x-core64-valgrind-s1.xml m_gdbserver/s390x-core64-valgrind-s2.xml m_gdbserver/s390x-core64.xml m_gdbserver/s390x-generic-valgrind.xml m_gdbserver/s390x-generic.xml m_gdbserver/s390x-linux64-valgrind-s1.xml m_gdbserver/s390x-linux64-valgrind-s2.xml m_gdbserver/s390x-linux64.xml m_gdbserver/s390-vx-valgrind-s1.xml m_gdbserver/s390-vx-valgrind-s2.xml m_gdbserver/s390-vx.xml m_gdbserver/s390x-vx-linux-valgrind.xml m_gdbserver/s390x-vx-linux.xml m_gdbserver/mips-cp0-valgrind-s1.xml m_gdbserver/mips-cp0-valgrind-s2.xml m_gdbserver/mips-cp0.xml m_gdbserver/mips-cpu-valgrind-s1.xml m_gdbserver/mips-cpu-valgrind-s2.xml m_gdbserver/mips-cpu.xml m_gdbserver/mips-linux.xml m_gdbserver/mips-linux-valgrind.xml m_gdbserver/mips-fpu-valgrind-s1.xml m_gdbserver/mips-fpu-valgrind-s2.xml m_gdbserver/mips-fpu.xml m_gdbserver/mips64-cp0-valgrind-s1.xml m_gdbserver/mips64-cp0-valgrind-s2.xml m_gdbserver/mips64-cp0.xml m_gdbserver/mips64-cpu-valgrind-s1.xml m_gdbserver/mips64-cpu-valgrind-s2.xml m_gdbserver/mips64-cpu.xml m_gdbserver/mips64-linux.xml m_gdbserver/mips64-linux-valgrind.xml m_gdbserver/mips64-fpu-valgrind-s1.xml m_gdbserver/mips64-fpu-valgrind-s2.xml m_gdbserver/mips64-fpu.xml; do \ 2024-08-20T21:36:03.2575365Z #9 82.18 rm -f ../.in_place/$f; \ 2024-08-20T21:36:03.2575867Z #9 82.18 ln -f -s ../coregrind/$f ../.in_place; \ 2024-08-20T21:36:03.2576301Z #9 82.18 done 2024-08-20T21:36:03.2723300Z #9 82.36 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T21:36:03.3914314Z #9 82.36 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T21:36:03.3915084Z #9 82.36 /usr/bin/install -c valgrind vgdb '/usr/local/bin' 2024-08-20T21:36:03.3916028Z #9 82.36 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.3916902Z #9 82.36 for f in vgpreload_core-amd64-linux.so ; do \ 2024-08-20T21:36:03.3917578Z #9 82.36 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.3918066Z #9 82.36 done 2024-08-20T21:36:03.3918338Z #9 82.37 for f in ; do \ 2024-08-20T21:36:03.3918849Z #9 82.37 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.3919324Z #9 82.37 echo "dsymutil $f"; \ 2024-08-20T21:36:03.3919820Z #9 82.37 dsymutil $f; \ 2024-08-20T21:36:03.3920156Z #9 82.37 fi; \ 2024-08-20T21:36:03.3920413Z #9 82.37 done 2024-08-20T21:36:03.3921092Z #9 82.37 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.3921779Z #9 82.37 for f in ; do \ 2024-08-20T21:36:03.3922253Z #9 82.37 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.3922704Z #9 82.37 done 2024-08-20T21:36:03.3923112Z #9 82.38 /usr/bin/mkdir -p '/usr/local/lib/valgrind' 2024-08-20T21:36:03.3924385Z #9 82.39 /usr/bin/install -c -m 644 libcoregrind-amd64-linux.a libgcc-sup-amd64-linux.a libreplacemalloc_toolpreload-amd64-linux.a '/usr/local/lib/valgrind' 2024-08-20T21:36:03.3925747Z #9 82.40 ( cd '/usr/local/lib/valgrind' && ranlib libcoregrind-amd64-linux.a ) 2024-08-20T21:36:03.3926639Z #9 82.47 ( cd '/usr/local/lib/valgrind' && ranlib libgcc-sup-amd64-linux.a ) 2024-08-20T21:36:03.4950045Z #9 82.49 ( cd '/usr/local/lib/valgrind' && ranlib libreplacemalloc_toolpreload-amd64-linux.a ) 2024-08-20T21:36:03.4951078Z #9 82.50 /usr/bin/mkdir -p '/usr/local/libexec/valgrind' 2024-08-20T21:36:03.4960798Z #9 82.50 /usr/bin/install -c -m 644 m_gdbserver/32bit-core-valgrind-s1.xml m_gdbserver/32bit-core-valgrind-s2.xml m_gdbserver/32bit-core.xml m_gdbserver/32bit-linux-valgrind-s1.xml m_gdbserver/32bit-linux-valgrind-s2.xml m_gdbserver/32bit-linux.xml m_gdbserver/32bit-sse-valgrind-s1.xml m_gdbserver/32bit-sse-valgrind-s2.xml m_gdbserver/32bit-sse.xml m_gdbserver/64bit-avx-valgrind-s2.xml m_gdbserver/64bit-avx-valgrind-s1.xml m_gdbserver/64bit-avx.xml m_gdbserver/64bit-core-valgrind-s1.xml m_gdbserver/64bit-core-valgrind-s2.xml m_gdbserver/64bit-core.xml m_gdbserver/64bit-linux-valgrind-s1.xml m_gdbserver/64bit-linux-valgrind-s2.xml m_gdbserver/64bit-linux.xml m_gdbserver/64bit-sse-valgrind-s1.xml m_gdbserver/64bit-sse-valgrind-s2.xml m_gdbserver/64bit-sse.xml m_gdbserver/amd64-avx-coresse-valgrind.xml m_gdbserver/amd64-avx-coresse.xml m_gdbserver/amd64-avx-linux-valgrind.xml m_gdbserver/amd64-avx-linux.xml m_gdbserver/amd64-coresse-valgrind.xml m_gdbserver/amd64-linux-valgrind.xml m_gdbserver/arm-core-valgrind-s1.xml m_gdbserver/arm-core-valgrind-s2.xml m_gdbserver/arm-core.xml m_gdbserver/arm-vfpv3-valgrind-s1.xml m_gdbserver/arm-vfpv3-valgrind-s2.xml m_gdbserver/arm-vfpv3.xml m_gdbserver/arm-with-vfpv3-valgrind.xml m_gdbserver/arm-with-vfpv3.xml m_gdbserver/i386-coresse-valgrind.xml m_gdbserver/i386-linux-valgrind.xml m_gdbserver/power64-core-valgrind-s1.xml m_gdbserver/power64-core-valgrind-s2.xml m_gdbserver/power64-core.xml '/usr/local/libexec/valgrind' 2024-08-20T21:36:03.4979381Z #9 82.50 /usr/bin/install -c -m 644 m_gdbserver/power64-core2-valgrind-s1.xml m_gdbserver/power64-core2-valgrind-s2.xml m_gdbserver/power64-linux-valgrind-s1.xml m_gdbserver/power64-linux-valgrind-s2.xml m_gdbserver/power64-linux.xml m_gdbserver/power-altivec-valgrind-s1.xml m_gdbserver/power-altivec-valgrind-s2.xml m_gdbserver/power-altivec.xml m_gdbserver/power-vsx-valgrind-s1.xml m_gdbserver/power-vsx-valgrind-s2.xml m_gdbserver/power-vsx.xml m_gdbserver/power-core-valgrind-s1.xml m_gdbserver/power-core-valgrind-s2.xml m_gdbserver/power-core.xml m_gdbserver/power-fpu-valgrind-s1.xml m_gdbserver/power-fpu-valgrind-s2.xml m_gdbserver/power-fpu.xml m_gdbserver/power-linux-valgrind-s1.xml m_gdbserver/power-linux-valgrind-s2.xml m_gdbserver/power-linux.xml m_gdbserver/powerpc-altivec32l-valgrind.xml m_gdbserver/powerpc-altivec32l.xml m_gdbserver/powerpc-altivec64l-valgrind.xml m_gdbserver/powerpc-altivec64l.xml m_gdbserver/s390-acr-valgrind-s1.xml m_gdbserver/s390-acr-valgrind-s2.xml m_gdbserver/s390-acr.xml m_gdbserver/s390-fpr-valgrind-s1.xml m_gdbserver/s390-fpr-valgrind-s2.xml m_gdbserver/s390-fpr.xml m_gdbserver/s390x-core64-valgrind-s1.xml m_gdbserver/s390x-core64-valgrind-s2.xml m_gdbserver/s390x-core64.xml m_gdbserver/s390x-generic-valgrind.xml m_gdbserver/s390x-generic.xml m_gdbserver/s390x-linux64-valgrind-s1.xml m_gdbserver/s390x-linux64-valgrind-s2.xml m_gdbserver/s390x-linux64.xml m_gdbserver/s390-vx-valgrind-s1.xml m_gdbserver/s390-vx-valgrind-s2.xml '/usr/local/libexec/valgrind' 2024-08-20T21:36:03.4994102Z #9 82.51 /usr/bin/install -c -m 644 m_gdbserver/s390-vx.xml m_gdbserver/s390x-vx-linux-valgrind.xml m_gdbserver/s390x-vx-linux.xml m_gdbserver/mips-cp0-valgrind-s1.xml m_gdbserver/mips-cp0-valgrind-s2.xml m_gdbserver/mips-cp0.xml m_gdbserver/mips-cpu-valgrind-s1.xml m_gdbserver/mips-cpu-valgrind-s2.xml m_gdbserver/mips-cpu.xml m_gdbserver/mips-linux.xml m_gdbserver/mips-linux-valgrind.xml m_gdbserver/mips-fpu-valgrind-s1.xml m_gdbserver/mips-fpu-valgrind-s2.xml m_gdbserver/mips-fpu.xml m_gdbserver/mips64-cp0-valgrind-s1.xml m_gdbserver/mips64-cp0-valgrind-s2.xml m_gdbserver/mips64-cp0.xml m_gdbserver/mips64-cpu-valgrind-s1.xml m_gdbserver/mips64-cpu-valgrind-s2.xml m_gdbserver/mips64-cpu.xml m_gdbserver/mips64-linux.xml m_gdbserver/mips64-linux-valgrind.xml m_gdbserver/mips64-fpu-valgrind-s1.xml m_gdbserver/mips64-fpu-valgrind-s2.xml m_gdbserver/mips64-fpu.xml '/usr/local/libexec/valgrind' 2024-08-20T21:36:03.4999501Z #9 82.51 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T21:36:03.5000457Z #9 82.51 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T21:36:03.5001324Z #9 82.51 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T21:36:03.5001910Z #9 82.51 Making install in . 2024-08-20T21:36:03.5002494Z #9 82.51 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T21:36:03.5003085Z #9 82.51 ./auxprogs/make_or_upd_vgversion_h . 2024-08-20T21:36:03.5003555Z #9 82.52 mkdir -p ./.in_place 2024-08-20T21:36:03.5003978Z #9 82.52 rm -f ./.in_place/default.supp 2024-08-20T21:36:03.5004458Z #9 82.52 ln -s ../default.supp ./.in_place 2024-08-20T21:36:03.5005094Z #9 82.53 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T21:36:03.5005817Z #9 82.53 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:03.5006443Z #9 82.53 /usr/bin/mkdir -p '/usr/local/lib/pkgconfig' 2024-08-20T21:36:03.5007170Z #9 82.53 /usr/bin/install -c -m 644 valgrind.pc '/usr/local/lib/pkgconfig' 2024-08-20T21:36:03.5007892Z #9 82.53 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T21:36:03.5008624Z #9 82.53 /usr/bin/install -c -m 644 config.h '/usr/local/include/valgrind' 2024-08-20T21:36:03.5009353Z #9 82.54 /usr/bin/mkdir -p '/usr/local/libexec/valgrind' 2024-08-20T21:36:03.5010099Z #9 82.54 /usr/bin/install -c -m 644 default.supp '/usr/local/libexec/valgrind' 2024-08-20T21:36:03.5010930Z #9 82.54 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T21:36:03.5011701Z #9 82.54 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T21:36:03.5012244Z #9 82.54 Making install in memcheck 2024-08-20T21:36:03.5012901Z #9 82.54 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T21:36:03.5013496Z #9 82.55 Making install in . 2024-08-20T21:36:03.5014105Z #9 82.55 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T21:36:03.5014747Z #9 82.55 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.5015540Z #9 82.55 for f in memcheck-amd64-linux vgpreload_memcheck-amd64-linux.so ; do \ 2024-08-20T21:36:03.5016285Z #9 82.55 rm -f ../.in_place/$f; \ 2024-08-20T21:36:03.5016976Z #9 82.55 ln -f -s ../memcheck/$f ../.in_place; \ 2024-08-20T21:36:03.5017525Z #9 82.55 done 2024-08-20T21:36:03.5017897Z #9 82.55 for f in ; do \ 2024-08-20T21:36:03.5018518Z #9 82.55 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.5019053Z #9 82.55 echo "dsymutil $f"; \ 2024-08-20T21:36:03.5019531Z #9 82.55 dsymutil $f; \ 2024-08-20T21:36:03.5019986Z #9 82.55 fi; \ 2024-08-20T21:36:03.5020300Z #9 82.55 done 2024-08-20T21:36:03.5020725Z #9 82.56 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.5021214Z #9 82.56 for f in ; do \ 2024-08-20T21:36:03.5021669Z #9 82.56 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:03.5031049Z #9 82.56 ln -f -s ../memcheck/$f.dSYM ../.in_place; \ 2024-08-20T21:36:03.5031526Z #9 82.56 done 2024-08-20T21:36:03.5032101Z #9 82.56 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T21:36:03.5033099Z #9 82.56 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.5034310Z #9 82.56 for f in memcheck-amd64-linux vgpreload_memcheck-amd64-linux.so ; do \ 2024-08-20T21:36:03.5035150Z #9 82.56 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.5035643Z #9 82.56 done 2024-08-20T21:36:03.5035917Z #9 82.57 for f in ; do \ 2024-08-20T21:36:03.5036403Z #9 82.57 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.5036879Z #9 82.57 echo "dsymutil $f"; \ 2024-08-20T21:36:03.5037264Z #9 82.57 dsymutil $f; \ 2024-08-20T21:36:03.5037595Z #9 82.57 fi; \ 2024-08-20T21:36:03.5037851Z #9 82.57 done 2024-08-20T21:36:03.5038674Z #9 82.57 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.5039367Z #9 82.57 for f in ; do \ 2024-08-20T21:36:03.5039898Z #9 82.57 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.5040353Z #9 82.57 done 2024-08-20T21:36:03.5040789Z #9 82.58 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T21:36:03.5963223Z #9 82.58 /usr/bin/install -c -m 644 memcheck.h '/usr/local/include/valgrind' 2024-08-20T21:36:03.5964169Z #9 82.58 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T21:36:03.5965071Z #9 82.58 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T21:36:03.5965673Z #9 82.58 Making install in tests 2024-08-20T21:36:03.5966361Z #9 82.59 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T21:36:03.5966972Z #9 82.59 Making install in . 2024-08-20T21:36:03.5967626Z #9 82.60 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T21:36:03.5968563Z #9 82.60 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T21:36:03.5969344Z #9 82.60 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:03.5970009Z #9 82.60 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.5970813Z #9 82.60 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T21:36:03.5971730Z #9 82.60 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T21:36:03.5972356Z #9 82.60 Making install in amd64 2024-08-20T21:36:03.5973071Z #9 82.61 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64' 2024-08-20T21:36:03.5974044Z #9 82.61 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64' 2024-08-20T21:36:03.5974861Z #9 82.61 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:03.5975520Z #9 82.61 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.5976357Z #9 82.61 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64' 2024-08-20T21:36:03.5977323Z #9 82.61 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64' 2024-08-20T21:36:03.5977973Z #9 82.61 Making install in linux 2024-08-20T21:36:03.5978679Z #9 82.61 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/linux' 2024-08-20T21:36:03.5979869Z #9 82.61 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/linux' 2024-08-20T21:36:03.5980682Z #9 82.61 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:03.5981344Z #9 82.61 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.5982161Z #9 82.61 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/linux' 2024-08-20T21:36:03.5983140Z #9 82.61 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/linux' 2024-08-20T21:36:03.5983849Z #9 82.61 Making install in amd64-linux 2024-08-20T21:36:03.5984633Z #9 82.61 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64-linux' 2024-08-20T21:36:03.5985675Z #9 82.62 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64-linux' 2024-08-20T21:36:03.5986529Z #9 82.62 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:03.5987192Z #9 82.62 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.5988053Z #9 82.62 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64-linux' 2024-08-20T21:36:03.5989104Z #9 82.62 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64-linux' 2024-08-20T21:36:03.5990084Z #9 82.62 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T21:36:03.5990949Z #9 82.62 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T21:36:03.5991552Z #9 82.62 Making install in cachegrind 2024-08-20T21:36:03.5992336Z #9 82.62 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T21:36:03.5992946Z #9 82.62 Making install in . 2024-08-20T21:36:03.5993574Z #9 82.63 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T21:36:03.5994225Z #9 82.63 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.5994725Z #9 82.63 for f in cachegrind-amd64-linux ; do \ 2024-08-20T21:36:03.5995222Z #9 82.63 rm -f ../.in_place/$f; \ 2024-08-20T21:36:03.5995734Z #9 82.63 ln -f -s ../cachegrind/$f ../.in_place; \ 2024-08-20T21:36:03.5996174Z #9 82.63 done 2024-08-20T21:36:03.5996434Z #9 82.63 for f in ; do \ 2024-08-20T21:36:03.5996919Z #9 82.63 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.5997409Z #9 82.63 echo "dsymutil $f"; \ 2024-08-20T21:36:03.5997781Z #9 82.63 dsymutil $f; \ 2024-08-20T21:36:03.5998112Z #9 82.63 fi; \ 2024-08-20T21:36:03.5998384Z #9 82.63 done 2024-08-20T21:36:03.5998697Z #9 82.63 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.5999065Z #9 82.63 for f in ; do \ 2024-08-20T21:36:03.5999463Z #9 82.63 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:03.6000098Z #9 82.63 ln -f -s ../cachegrind/$f.dSYM ../.in_place; \ 2024-08-20T21:36:03.6000557Z #9 82.63 done 2024-08-20T21:36:03.6001193Z #9 82.64 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T21:36:03.6001876Z #9 82.64 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T21:36:03.6002448Z #9 82.64 /usr/bin/install -c cg_merge '/usr/local/bin' 2024-08-20T21:36:03.6003021Z #9 82.65 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T21:36:03.6003641Z #9 82.65 /usr/bin/install -c cg_annotate cg_diff '/usr/local/bin' 2024-08-20T21:36:03.6004565Z #9 82.65 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.6005379Z #9 82.65 for f in cachegrind-amd64-linux ; do \ 2024-08-20T21:36:03.6006004Z #9 82.65 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.6006504Z #9 82.65 done 2024-08-20T21:36:03.6006779Z #9 82.66 for f in ; do \ 2024-08-20T21:36:03.6007252Z #9 82.66 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.6007743Z #9 82.66 echo "dsymutil $f"; \ 2024-08-20T21:36:03.6008126Z #9 82.66 dsymutil $f; \ 2024-08-20T21:36:03.6008455Z #9 82.66 fi; \ 2024-08-20T21:36:03.6008725Z #9 82.66 done 2024-08-20T21:36:03.6009392Z #9 82.66 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.6010152Z #9 82.66 for f in ; do \ 2024-08-20T21:36:03.6010625Z #9 82.66 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.6011077Z #9 82.66 done 2024-08-20T21:36:03.6011511Z #9 82.66 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.6012293Z #9 82.66 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T21:36:03.6013172Z #9 82.66 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T21:36:03.6013770Z #9 82.66 Making install in tests 2024-08-20T21:36:03.6014464Z #9 82.67 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T21:36:03.6015097Z #9 82.67 Making install in . 2024-08-20T21:36:03.6015763Z #9 82.67 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T21:36:03.6016695Z #9 82.67 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T21:36:03.6017495Z #9 82.67 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:03.6018166Z #9 82.67 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.6018960Z #9 82.67 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T21:36:03.6019897Z #9 82.67 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T21:36:03.6020830Z #9 82.67 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T21:36:03.6021717Z #9 82.67 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T21:36:03.6022397Z #9 82.67 Making install in callgrind 2024-08-20T21:36:03.6023071Z #9 82.68 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T21:36:03.6023657Z #9 82.68 Making install in . 2024-08-20T21:36:03.6995878Z #9 82.68 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T21:36:03.6997098Z #9 82.68 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.6997605Z #9 82.68 for f in callgrind-amd64-linux ; do \ 2024-08-20T21:36:03.6998120Z #9 82.68 rm -f ../.in_place/$f; \ 2024-08-20T21:36:03.6998621Z #9 82.68 ln -f -s ../callgrind/$f ../.in_place; \ 2024-08-20T21:36:03.6999055Z #9 82.68 done 2024-08-20T21:36:03.6999315Z #9 82.69 for f in ; do \ 2024-08-20T21:36:03.6999915Z #9 82.69 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.7000414Z #9 82.69 echo "dsymutil $f"; \ 2024-08-20T21:36:03.7000784Z #9 82.69 dsymutil $f; \ 2024-08-20T21:36:03.7001116Z #9 82.69 fi; \ 2024-08-20T21:36:03.7001388Z #9 82.69 done 2024-08-20T21:36:03.7001722Z #9 82.69 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.7002088Z #9 82.69 for f in ; do \ 2024-08-20T21:36:03.7002485Z #9 82.69 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:03.7003009Z #9 82.69 ln -f -s ../callgrind/$f.dSYM ../.in_place; \ 2024-08-20T21:36:03.7003462Z #9 82.69 done 2024-08-20T21:36:03.7004028Z #9 82.69 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T21:36:03.7004715Z #9 82.69 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T21:36:03.7005449Z #9 82.70 /usr/bin/install -c callgrind_annotate callgrind_control '/usr/local/bin' 2024-08-20T21:36:03.7006468Z #9 82.70 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.7007275Z #9 82.70 for f in callgrind-amd64-linux ; do \ 2024-08-20T21:36:03.7007897Z #9 82.70 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.7008402Z #9 82.70 done 2024-08-20T21:36:03.7008673Z #9 82.71 for f in ; do \ 2024-08-20T21:36:03.7009145Z #9 82.71 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.7009633Z #9 82.71 echo "dsymutil $f"; \ 2024-08-20T21:36:03.7010015Z #9 82.71 dsymutil $f; \ 2024-08-20T21:36:03.7010331Z #9 82.71 fi; \ 2024-08-20T21:36:03.7010602Z #9 82.71 done 2024-08-20T21:36:03.7011264Z #9 82.71 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.7012162Z #9 82.71 for f in ; do \ 2024-08-20T21:36:03.7012636Z #9 82.71 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.7013090Z #9 82.71 done 2024-08-20T21:36:03.7013511Z #9 82.71 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T21:36:03.7014272Z #9 82.72 /usr/bin/install -c -m 644 callgrind.h '/usr/local/include/valgrind' 2024-08-20T21:36:03.7015149Z #9 82.72 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T21:36:03.7016003Z #9 82.72 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T21:36:03.7016610Z #9 82.72 Making install in tests 2024-08-20T21:36:03.7017326Z #9 82.72 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T21:36:03.7017955Z #9 82.72 Making install in . 2024-08-20T21:36:03.7018600Z #9 82.72 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T21:36:03.7019532Z #9 82.73 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T21:36:03.7020332Z #9 82.73 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:03.7020982Z #9 82.73 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.7021783Z #9 82.73 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T21:36:03.7022708Z #9 82.73 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T21:36:03.7023616Z #9 82.73 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T21:36:03.7024623Z #9 82.73 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T21:36:03.7025233Z #9 82.73 Making install in helgrind 2024-08-20T21:36:03.7025882Z #9 82.73 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T21:36:03.7026478Z #9 82.73 Making install in . 2024-08-20T21:36:03.7027097Z #9 82.74 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T21:36:03.7027737Z #9 82.74 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.7028412Z #9 82.74 for f in helgrind-amd64-linux vgpreload_helgrind-amd64-linux.so ; do \ 2024-08-20T21:36:03.7029098Z #9 82.74 rm -f ../.in_place/$f; \ 2024-08-20T21:36:03.7029585Z #9 82.74 ln -f -s ../helgrind/$f ../.in_place; \ 2024-08-20T21:36:03.7030000Z #9 82.74 done 2024-08-20T21:36:03.7030272Z #9 82.74 for f in ; do \ 2024-08-20T21:36:03.7030752Z #9 82.74 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.7031227Z #9 82.74 echo "dsymutil $f"; \ 2024-08-20T21:36:03.7031611Z #9 82.74 dsymutil $f; \ 2024-08-20T21:36:03.7031952Z #9 82.74 fi; \ 2024-08-20T21:36:03.7032211Z #9 82.74 done 2024-08-20T21:36:03.7032540Z #9 82.74 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.7032905Z #9 82.74 for f in ; do \ 2024-08-20T21:36:03.7033288Z #9 82.74 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:03.7034030Z #9 82.74 ln -f -s ../helgrind/$f.dSYM ../.in_place; \ 2024-08-20T21:36:03.7034486Z #9 82.74 done 2024-08-20T21:36:03.7035034Z #9 82.75 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T21:36:03.7036014Z #9 82.75 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.7037010Z #9 82.75 for f in helgrind-amd64-linux vgpreload_helgrind-amd64-linux.so ; do \ 2024-08-20T21:36:03.7037813Z #9 82.75 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.7038318Z #9 82.75 done 2024-08-20T21:36:03.7038590Z #9 82.76 for f in ; do \ 2024-08-20T21:36:03.7039064Z #9 82.76 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.7039628Z #9 82.76 echo "dsymutil $f"; \ 2024-08-20T21:36:03.7040015Z #9 82.76 dsymutil $f; \ 2024-08-20T21:36:03.7040334Z #9 82.76 fi; \ 2024-08-20T21:36:03.7040605Z #9 82.76 done 2024-08-20T21:36:03.7041281Z #9 82.76 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.7041953Z #9 82.76 for f in ; do \ 2024-08-20T21:36:03.7042420Z #9 82.76 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.7042986Z #9 82.76 done 2024-08-20T21:36:03.7043405Z #9 82.77 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T21:36:03.7044167Z #9 82.77 /usr/bin/install -c -m 644 helgrind.h '/usr/local/include/valgrind' 2024-08-20T21:36:03.7045027Z #9 82.77 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T21:36:03.7045863Z #9 82.77 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T21:36:03.7046456Z #9 82.77 Making install in tests 2024-08-20T21:36:03.7047137Z #9 82.77 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind/tests' 2024-08-20T21:36:03.7048067Z #9 82.78 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind/tests' 2024-08-20T21:36:03.7048844Z #9 82.78 make[4]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:03.7049509Z #9 82.78 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.7050304Z #9 82.78 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind/tests' 2024-08-20T21:36:03.7051212Z #9 82.78 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind/tests' 2024-08-20T21:36:03.7052163Z #9 82.78 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T21:36:03.7052706Z #9 82.78 Making install in drd 2024-08-20T21:36:03.7053264Z #9 82.78 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T21:36:03.8009002Z #9 82.79 Making install in . 2024-08-20T21:36:03.8010060Z #9 82.79 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T21:36:03.8011398Z #9 82.79 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.8012028Z #9 82.79 for f in drd-amd64-linux vgpreload_drd-amd64-linux.so ; do \ 2024-08-20T21:36:03.8012654Z #9 82.79 rm -f ../.in_place/$f; \ 2024-08-20T21:36:03.8013127Z #9 82.79 ln -f -s ../drd/$f ../.in_place; \ 2024-08-20T21:36:03.8013521Z #9 82.79 done 2024-08-20T21:36:03.8013792Z #9 82.80 for f in ; do \ 2024-08-20T21:36:03.8014285Z #9 82.80 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.8014758Z #9 82.80 echo "dsymutil $f"; \ 2024-08-20T21:36:03.8015139Z #9 82.80 dsymutil $f; \ 2024-08-20T21:36:03.8015470Z #9 82.80 fi; \ 2024-08-20T21:36:03.8015723Z #9 82.80 done 2024-08-20T21:36:03.8016049Z #9 82.80 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.8016412Z #9 82.80 for f in ; do \ 2024-08-20T21:36:03.8016789Z #9 82.80 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:03.8017299Z #9 82.80 ln -f -s ../drd/$f.dSYM ../.in_place; \ 2024-08-20T21:36:03.8017726Z #9 82.80 done 2024-08-20T21:36:03.8018248Z #9 82.81 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T21:36:03.8019211Z #9 82.81 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.8020145Z #9 82.81 for f in drd-amd64-linux vgpreload_drd-amd64-linux.so ; do \ 2024-08-20T21:36:03.8020898Z #9 82.81 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.8021391Z #9 82.81 done 2024-08-20T21:36:03.8021661Z #9 82.82 for f in ; do \ 2024-08-20T21:36:03.8022138Z #9 82.82 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.8022614Z #9 82.82 echo "dsymutil $f"; \ 2024-08-20T21:36:03.8022999Z #9 82.82 dsymutil $f; \ 2024-08-20T21:36:03.8023329Z #9 82.82 fi; \ 2024-08-20T21:36:03.8023584Z #9 82.82 done 2024-08-20T21:36:03.8024254Z #9 82.82 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.8024939Z #9 82.82 for f in ; do \ 2024-08-20T21:36:03.8025395Z #9 82.82 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.8025845Z #9 82.82 done 2024-08-20T21:36:03.8026269Z #9 82.83 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T21:36:03.8026975Z #9 82.83 /usr/bin/install -c -m 644 drd.h '/usr/local/include/valgrind' 2024-08-20T21:36:03.8027783Z #9 82.83 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T21:36:03.8028719Z #9 82.83 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T21:36:03.8029274Z #9 82.83 Making install in tests 2024-08-20T21:36:03.8029930Z #9 82.83 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/drd/tests' 2024-08-20T21:36:03.8030807Z #9 82.84 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/drd/tests' 2024-08-20T21:36:03.8031565Z #9 82.84 make[4]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:03.8032233Z #9 82.84 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.8033009Z #9 82.84 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd/tests' 2024-08-20T21:36:03.8034060Z #9 82.84 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd/tests' 2024-08-20T21:36:03.8034951Z #9 82.84 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T21:36:03.8035522Z #9 82.84 Making install in massif 2024-08-20T21:36:03.8036156Z #9 82.84 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T21:36:03.8036728Z #9 82.84 Making install in . 2024-08-20T21:36:03.8037337Z #9 82.85 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T21:36:03.8037967Z #9 82.85 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.8038606Z #9 82.85 for f in massif-amd64-linux vgpreload_massif-amd64-linux.so ; do \ 2024-08-20T21:36:03.8039256Z #9 82.85 rm -f ../.in_place/$f; \ 2024-08-20T21:36:03.8039810Z #9 82.85 ln -f -s ../massif/$f ../.in_place; \ 2024-08-20T21:36:03.8040220Z #9 82.85 done 2024-08-20T21:36:03.8040497Z #9 82.85 for f in ; do \ 2024-08-20T21:36:03.8041083Z #9 82.85 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.8041562Z #9 82.85 echo "dsymutil $f"; \ 2024-08-20T21:36:03.8041944Z #9 82.85 dsymutil $f; \ 2024-08-20T21:36:03.8042276Z #9 82.85 fi; \ 2024-08-20T21:36:03.8042536Z #9 82.85 done 2024-08-20T21:36:03.8042867Z #9 82.85 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.8043231Z #9 82.85 for f in ; do \ 2024-08-20T21:36:03.8043616Z #9 82.85 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:03.8044137Z #9 82.85 ln -f -s ../massif/$f.dSYM ../.in_place; \ 2024-08-20T21:36:03.8044577Z #9 82.85 done 2024-08-20T21:36:03.8045107Z #9 82.86 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T21:36:03.8045778Z #9 82.86 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T21:36:03.8046341Z #9 82.86 /usr/bin/install -c ms_print '/usr/local/bin' 2024-08-20T21:36:03.8047183Z #9 82.86 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.8048163Z #9 82.86 for f in massif-amd64-linux vgpreload_massif-amd64-linux.so ; do \ 2024-08-20T21:36:03.8048955Z #9 82.86 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.8049442Z #9 82.86 done 2024-08-20T21:36:03.8049716Z #9 82.87 for f in ; do \ 2024-08-20T21:36:03.8050194Z #9 82.87 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.8050666Z #9 82.87 echo "dsymutil $f"; \ 2024-08-20T21:36:03.8051050Z #9 82.87 dsymutil $f; \ 2024-08-20T21:36:03.8051381Z #9 82.87 fi; \ 2024-08-20T21:36:03.8051738Z #9 82.87 done 2024-08-20T21:36:03.8052393Z #9 82.87 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.8053067Z #9 82.87 for f in ; do \ 2024-08-20T21:36:03.8053507Z #9 82.87 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.8053944Z #9 82.87 done 2024-08-20T21:36:03.8054383Z #9 82.88 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.8055110Z #9 82.88 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T21:36:03.8055921Z #9 82.88 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T21:36:03.8056480Z #9 82.88 Making install in tests 2024-08-20T21:36:03.8057125Z #9 82.88 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/massif/tests' 2024-08-20T21:36:03.8057998Z #9 82.88 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/massif/tests' 2024-08-20T21:36:03.8058846Z #9 82.88 make[4]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:03.8059494Z #9 82.88 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.8060241Z #9 82.88 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif/tests' 2024-08-20T21:36:03.8061112Z #9 82.88 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif/tests' 2024-08-20T21:36:03.8061950Z #9 82.88 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T21:36:03.8062505Z #9 82.88 Making install in dhat 2024-08-20T21:36:03.8063112Z #9 82.88 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T21:36:03.9028596Z #9 82.89 Making install in . 2024-08-20T21:36:03.9030033Z #9 82.89 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T21:36:03.9031003Z #9 82.89 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.9031918Z #9 82.89 for f in dhat-amd64-linux vgpreload_dhat-amd64-linux.so ; do \ 2024-08-20T21:36:03.9032576Z #9 82.89 rm -f ../.in_place/$f; \ 2024-08-20T21:36:03.9033043Z #9 82.89 ln -f -s ../dhat/$f ../.in_place; \ 2024-08-20T21:36:03.9033456Z #9 82.89 done 2024-08-20T21:36:03.9033940Z #9 82.90 for f in ; do \ 2024-08-20T21:36:03.9034426Z #9 82.90 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.9034951Z #9 82.90 echo "dsymutil $f"; \ 2024-08-20T21:36:03.9035334Z #9 82.90 dsymutil $f; \ 2024-08-20T21:36:03.9035650Z #9 82.90 fi; \ 2024-08-20T21:36:03.9035919Z #9 82.90 done 2024-08-20T21:36:03.9036249Z #9 82.90 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.9036809Z #9 82.90 for f in ; do \ 2024-08-20T21:36:03.9037222Z #9 82.90 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:03.9037738Z #9 82.90 ln -f -s ../dhat/$f.dSYM ../.in_place; \ 2024-08-20T21:36:03.9038155Z #9 82.90 done 2024-08-20T21:36:03.9038692Z #9 82.90 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T21:36:03.9039741Z #9 82.90 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.9040695Z #9 82.90 for f in dhat-amd64-linux vgpreload_dhat-amd64-linux.so ; do \ 2024-08-20T21:36:03.9041472Z #9 82.90 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.9041980Z #9 82.90 done 2024-08-20T21:36:03.9042241Z #9 82.91 for f in ; do \ 2024-08-20T21:36:03.9042725Z #9 82.91 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.9043214Z #9 82.91 echo "dsymutil $f"; \ 2024-08-20T21:36:03.9043583Z #9 82.91 dsymutil $f; \ 2024-08-20T21:36:03.9043917Z #9 82.91 fi; \ 2024-08-20T21:36:03.9044194Z #9 82.91 done 2024-08-20T21:36:03.9044850Z #9 82.91 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.9045536Z #9 82.91 for f in ; do \ 2024-08-20T21:36:03.9046003Z #9 82.91 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.9046441Z #9 82.91 done 2024-08-20T21:36:03.9046871Z #9 82.92 /usr/bin/mkdir -p '/usr/local/libexec/valgrind' 2024-08-20T21:36:03.9047776Z #9 82.92 /usr/bin/install -c -m 644 dh_view.html dh_view.css dh_view.js '/usr/local/libexec/valgrind' 2024-08-20T21:36:03.9048640Z #9 82.92 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T21:36:03.9049353Z #9 82.92 /usr/bin/install -c -m 644 dhat.h '/usr/local/include/valgrind' 2024-08-20T21:36:03.9050170Z #9 82.92 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T21:36:03.9050982Z #9 82.92 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T21:36:03.9051642Z #9 82.92 Making install in tests 2024-08-20T21:36:03.9052311Z #9 82.93 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat/tests' 2024-08-20T21:36:03.9053172Z #9 82.93 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat/tests' 2024-08-20T21:36:03.9053918Z #9 82.93 make[4]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:03.9054553Z #9 82.93 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.9055458Z #9 82.93 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat/tests' 2024-08-20T21:36:03.9056312Z #9 82.93 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat/tests' 2024-08-20T21:36:03.9057123Z #9 82.93 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T21:36:03.9057681Z #9 82.93 Making install in lackey 2024-08-20T21:36:03.9058302Z #9 82.93 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T21:36:03.9058926Z #9 82.93 Making install in . 2024-08-20T21:36:03.9059510Z #9 82.94 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T21:36:03.9060124Z #9 82.94 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.9060758Z #9 82.94 for f in lackey-amd64-linux ; do \ 2024-08-20T21:36:03.9061230Z #9 82.94 rm -f ../.in_place/$f; \ 2024-08-20T21:36:03.9061729Z #9 82.94 ln -f -s ../lackey/$f ../.in_place; \ 2024-08-20T21:36:03.9062146Z #9 82.94 done 2024-08-20T21:36:03.9062407Z #9 82.94 for f in ; do \ 2024-08-20T21:36:03.9062897Z #9 82.94 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.9063383Z #9 82.94 echo "dsymutil $f"; \ 2024-08-20T21:36:03.9063753Z #9 82.94 dsymutil $f; \ 2024-08-20T21:36:03.9064083Z #9 82.94 fi; \ 2024-08-20T21:36:03.9064351Z #9 82.94 done 2024-08-20T21:36:03.9064662Z #9 82.94 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.9065030Z #9 82.94 for f in ; do \ 2024-08-20T21:36:03.9065422Z #9 82.94 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:03.9065933Z #9 82.94 ln -f -s ../lackey/$f.dSYM ../.in_place; \ 2024-08-20T21:36:03.9066369Z #9 82.94 done 2024-08-20T21:36:03.9066981Z #9 82.94 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T21:36:03.9067938Z #9 82.94 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.9068725Z #9 82.94 for f in lackey-amd64-linux ; do \ 2024-08-20T21:36:03.9069350Z #9 82.94 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.9069843Z #9 82.94 done 2024-08-20T21:36:03.9070120Z #9 82.95 for f in ; do \ 2024-08-20T21:36:03.9070605Z #9 82.95 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.9071082Z #9 82.95 echo "dsymutil $f"; \ 2024-08-20T21:36:03.9071488Z #9 82.95 dsymutil $f; \ 2024-08-20T21:36:03.9071819Z #9 82.95 fi; \ 2024-08-20T21:36:03.9072074Z #9 82.95 done 2024-08-20T21:36:03.9072746Z #9 82.95 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.9073435Z #9 82.95 for f in ; do \ 2024-08-20T21:36:03.9073894Z #9 82.95 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.9074344Z #9 82.95 done 2024-08-20T21:36:03.9074795Z #9 82.96 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.9075533Z #9 82.96 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T21:36:03.9076360Z #9 82.96 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T21:36:03.9076946Z #9 82.96 Making install in tests 2024-08-20T21:36:03.9077600Z #9 82.96 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey/tests' 2024-08-20T21:36:03.9078513Z #9 82.96 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey/tests' 2024-08-20T21:36:03.9079291Z #9 82.96 make[4]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:03.9080062Z #9 82.96 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:03.9080851Z #9 82.96 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey/tests' 2024-08-20T21:36:03.9081757Z #9 82.96 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey/tests' 2024-08-20T21:36:03.9082621Z #9 82.96 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T21:36:03.9083188Z #9 82.96 Making install in none 2024-08-20T21:36:03.9083813Z #9 82.96 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T21:36:03.9084383Z #9 82.97 Making install in . 2024-08-20T21:36:03.9084970Z #9 82.97 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T21:36:03.9086340Z #9 82.97 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.9086798Z #9 82.97 for f in none-amd64-linux ; do \ 2024-08-20T21:36:03.9087263Z #9 82.97 rm -f ../.in_place/$f; \ 2024-08-20T21:36:03.9087745Z #9 82.97 ln -f -s ../none/$f ../.in_place; \ 2024-08-20T21:36:03.9088160Z #9 82.97 done 2024-08-20T21:36:03.9088422Z #9 82.97 for f in ; do \ 2024-08-20T21:36:03.9088909Z #9 82.97 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.9089399Z #9 82.97 echo "dsymutil $f"; \ 2024-08-20T21:36:03.9089779Z #9 82.97 dsymutil $f; \ 2024-08-20T21:36:03.9090111Z #9 82.97 fi; \ 2024-08-20T21:36:03.9090382Z #9 82.97 done 2024-08-20T21:36:03.9090692Z #9 82.97 mkdir -p ../.in_place; \ 2024-08-20T21:36:03.9091059Z #9 82.97 for f in ; do \ 2024-08-20T21:36:03.9091451Z #9 82.97 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:03.9091947Z #9 82.97 ln -f -s ../none/$f.dSYM ../.in_place; \ 2024-08-20T21:36:03.9092380Z #9 82.97 done 2024-08-20T21:36:03.9092916Z #9 82.98 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T21:36:03.9093861Z #9 82.98 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.9094629Z #9 82.98 for f in none-amd64-linux ; do \ 2024-08-20T21:36:03.9095234Z #9 82.98 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:03.9095718Z #9 82.98 done 2024-08-20T21:36:03.9095993Z #9 82.99 for f in ; do \ 2024-08-20T21:36:03.9096532Z #9 82.99 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:03.9097003Z #9 82.99 echo "dsymutil $f"; \ 2024-08-20T21:36:03.9097390Z #9 82.99 dsymutil $f; \ 2024-08-20T21:36:03.9097723Z #9 82.99 fi; \ 2024-08-20T21:36:03.9097979Z #9 82.99 done 2024-08-20T21:36:04.0045975Z #9 82.99 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.0047195Z #9 82.99 for f in ; do \ 2024-08-20T21:36:04.0048021Z #9 82.99 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.0048837Z #9 82.99 done 2024-08-20T21:36:04.0049285Z #9 82.99 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.0050035Z #9 82.99 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T21:36:04.0050852Z #9 82.99 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T21:36:04.0051412Z #9 82.99 Making install in tests 2024-08-20T21:36:04.0052067Z #9 82.99 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T21:36:04.0052680Z #9 83.00 Making install in . 2024-08-20T21:36:04.0053298Z #9 83.00 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T21:36:04.0054185Z #9 83.01 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T21:36:04.0054948Z #9 83.01 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.0055611Z #9 83.01 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.0056380Z #9 83.01 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T21:36:04.0057249Z #9 83.01 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T21:36:04.0057853Z #9 83.01 Making install in scripts 2024-08-20T21:36:04.0058550Z #9 83.01 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/scripts' 2024-08-20T21:36:04.0059516Z #9 83.01 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/scripts' 2024-08-20T21:36:04.0060331Z #9 83.01 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.0060978Z #9 83.01 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.0061794Z #9 83.01 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/scripts' 2024-08-20T21:36:04.0062751Z #9 83.01 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/scripts' 2024-08-20T21:36:04.0063371Z #9 83.01 Making install in amd64 2024-08-20T21:36:04.0064245Z #9 83.01 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64' 2024-08-20T21:36:04.0065194Z #9 83.02 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64' 2024-08-20T21:36:04.0065993Z #9 83.02 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.0066645Z #9 83.02 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.0067451Z #9 83.02 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64' 2024-08-20T21:36:04.0068390Z #9 83.02 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64' 2024-08-20T21:36:04.0069001Z #9 83.02 Making install in linux 2024-08-20T21:36:04.0069686Z #9 83.02 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/linux' 2024-08-20T21:36:04.0070624Z #9 83.02 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/linux' 2024-08-20T21:36:04.0071402Z #9 83.02 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.0072064Z #9 83.02 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.0072867Z #9 83.02 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/linux' 2024-08-20T21:36:04.0073782Z #9 83.02 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/linux' 2024-08-20T21:36:04.0074465Z #9 83.02 Making install in amd64-linux 2024-08-20T21:36:04.0075214Z #9 83.02 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64-linux' 2024-08-20T21:36:04.0076299Z #9 83.03 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64-linux' 2024-08-20T21:36:04.0077121Z #9 83.03 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.0077789Z #9 83.03 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.0078631Z #9 83.03 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64-linux' 2024-08-20T21:36:04.0079705Z #9 83.03 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64-linux' 2024-08-20T21:36:04.0080647Z #9 83.03 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T21:36:04.0081490Z #9 83.03 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T21:36:04.0082104Z #9 83.03 Making install in exp-bbv 2024-08-20T21:36:04.0082756Z #9 83.03 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T21:36:04.0083339Z #9 83.03 Making install in . 2024-08-20T21:36:04.0083955Z #9 83.03 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T21:36:04.0084585Z #9 83.03 mkdir -p ../.in_place; \ 2024-08-20T21:36:04.0085058Z #9 83.03 for f in exp-bbv-amd64-linux ; do \ 2024-08-20T21:36:04.0085544Z #9 83.03 rm -f ../.in_place/$f; \ 2024-08-20T21:36:04.0086019Z #9 83.03 ln -f -s ../exp-bbv/$f ../.in_place; \ 2024-08-20T21:36:04.0086443Z #9 83.03 done 2024-08-20T21:36:04.0086715Z #9 83.04 for f in ; do \ 2024-08-20T21:36:04.0087182Z #9 83.04 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:04.0087672Z #9 83.04 echo "dsymutil $f"; \ 2024-08-20T21:36:04.0088054Z #9 83.04 dsymutil $f; \ 2024-08-20T21:36:04.0088371Z #9 83.04 fi; \ 2024-08-20T21:36:04.0088637Z #9 83.04 done 2024-08-20T21:36:04.0088963Z #9 83.04 mkdir -p ../.in_place; \ 2024-08-20T21:36:04.0089314Z #9 83.04 for f in ; do \ 2024-08-20T21:36:04.0089704Z #9 83.04 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:04.0090230Z #9 83.04 ln -f -s ../exp-bbv/$f.dSYM ../.in_place; \ 2024-08-20T21:36:04.0090659Z #9 83.04 done 2024-08-20T21:36:04.0091218Z #9 83.04 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T21:36:04.0092191Z #9 83.04 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.0092967Z #9 83.04 for f in exp-bbv-amd64-linux ; do \ 2024-08-20T21:36:04.0093590Z #9 83.04 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.0094086Z #9 83.04 done 2024-08-20T21:36:04.0094411Z #9 83.05 for f in ; do \ 2024-08-20T21:36:04.0094895Z #9 83.05 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:04.0095385Z #9 83.05 echo "dsymutil $f"; \ 2024-08-20T21:36:04.0095755Z #9 83.05 dsymutil $f; \ 2024-08-20T21:36:04.0096087Z #9 83.05 fi; \ 2024-08-20T21:36:04.0096358Z #9 83.05 done 2024-08-20T21:36:04.0097015Z #9 83.05 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.0097702Z #9 83.05 for f in ; do \ 2024-08-20T21:36:04.0098165Z #9 83.05 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.0098605Z #9 83.05 done 2024-08-20T21:36:04.0099052Z #9 83.06 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.0099816Z #9 83.06 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T21:36:04.0100649Z #9 83.06 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T21:36:04.0101233Z #9 83.06 Making install in tests 2024-08-20T21:36:04.0101908Z #9 83.06 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T21:36:04.0102513Z #9 83.06 Making install in . 2024-08-20T21:36:04.0103158Z #9 83.06 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T21:36:04.0104071Z #9 83.06 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T21:36:04.0104846Z #9 83.06 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.0105509Z #9 83.06 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.0106344Z #9 83.06 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T21:36:04.0107251Z #9 83.06 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T21:36:04.0107912Z #9 83.06 Making install in amd64-linux 2024-08-20T21:36:04.0108684Z #9 83.07 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests/amd64-linux' 2024-08-20T21:36:04.0109728Z #9 83.07 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests/amd64-linux' 2024-08-20T21:36:04.0110568Z #9 83.07 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.0111236Z #9 83.07 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.0112093Z #9 83.07 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests/amd64-linux' 2024-08-20T21:36:04.0113107Z #9 83.07 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests/amd64-linux' 2024-08-20T21:36:04.0114072Z #9 83.07 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T21:36:04.0114945Z #9 83.07 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T21:36:04.0115531Z #9 83.07 Making install in shared 2024-08-20T21:36:04.0116149Z #9 83.07 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/shared' 2024-08-20T21:36:04.0117004Z #9 83.07 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/shared' 2024-08-20T21:36:04.0117754Z #9 83.07 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.0118397Z #9 83.07 make[3]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.0119144Z #9 83.07 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/shared' 2024-08-20T21:36:04.0120070Z #9 83.07 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/shared' 2024-08-20T21:36:04.0120638Z #9 83.07 Making install in tests 2024-08-20T21:36:04.0121268Z #9 83.07 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/tests' 2024-08-20T21:36:04.0122102Z #9 83.08 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/tests' 2024-08-20T21:36:04.0122845Z #9 83.08 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.0123491Z #9 83.08 make[3]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.0124226Z #9 83.08 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/tests' 2024-08-20T21:36:04.0125040Z #9 83.08 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/tests' 2024-08-20T21:36:04.0125667Z #9 83.08 Making install in perf 2024-08-20T21:36:04.0126289Z #9 83.08 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/perf' 2024-08-20T21:36:04.0127114Z #9 83.08 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/perf' 2024-08-20T21:36:04.0127842Z #9 83.08 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.0128504Z #9 83.08 make[3]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.0129248Z #9 83.08 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/perf' 2024-08-20T21:36:04.0130053Z #9 83.08 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/perf' 2024-08-20T21:36:04.0130649Z #9 83.08 Making install in gdbserver_tests 2024-08-20T21:36:04.0131379Z #9 83.08 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T21:36:04.0132008Z #9 83.09 Making install in . 2024-08-20T21:36:04.0132655Z #9 83.09 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T21:36:04.1064229Z #9 83.09 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T21:36:04.1065612Z #9 83.09 make[4]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.1066697Z #9 83.09 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.1067500Z #9 83.09 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T21:36:04.1068436Z #9 83.09 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T21:36:04.1069552Z #9 83.09 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T21:36:04.1070308Z #9 83.09 Making install in memcheck/tests/vbit-test 2024-08-20T21:36:04.1071137Z #9 83.10 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/vbit-test' 2024-08-20T21:36:04.1072176Z #9 83.10 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/vbit-test' 2024-08-20T21:36:04.1073013Z #9 83.10 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.1073861Z #9 83.10 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/vbit-test' 2024-08-20T21:36:04.1074875Z #9 83.10 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/vbit-test' 2024-08-20T21:36:04.1075552Z #9 83.10 Making install in auxprogs 2024-08-20T21:36:04.1076198Z #9 83.11 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/auxprogs' 2024-08-20T21:36:04.1076840Z #9 83.11 mkdir -p ../.in_place; \ 2024-08-20T21:36:04.1077309Z #9 83.11 for f in getoff-amd64-linux ; do \ 2024-08-20T21:36:04.1077784Z #9 83.11 rm -f ../.in_place/$f; \ 2024-08-20T21:36:04.1078269Z #9 83.11 ln -f -s ../auxprogs/$f ../.in_place; \ 2024-08-20T21:36:04.1078697Z #9 83.11 done 2024-08-20T21:36:04.1078957Z #9 83.11 for f in ; do \ 2024-08-20T21:36:04.1079440Z #9 83.11 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:04.1080024Z #9 83.11 echo "dsymutil $f"; \ 2024-08-20T21:36:04.1080406Z #9 83.11 dsymutil $f; \ 2024-08-20T21:36:04.1080764Z #9 83.11 fi; \ 2024-08-20T21:36:04.1081037Z #9 83.11 done 2024-08-20T21:36:04.1081355Z #9 83.12 mkdir -p ../.in_place; \ 2024-08-20T21:36:04.1081720Z #9 83.12 for f in ; do \ 2024-08-20T21:36:04.1082111Z #9 83.12 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:04.1082631Z #9 83.12 ln -f -s ../auxprogs/$f.dSYM ../.in_place; \ 2024-08-20T21:36:04.1083072Z #9 83.12 done 2024-08-20T21:36:04.1083626Z #9 83.12 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/auxprogs' 2024-08-20T21:36:04.1084306Z #9 83.13 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T21:36:04.1085052Z #9 83.13 /usr/bin/install -c valgrind-listener valgrind-di-server '/usr/local/bin' 2024-08-20T21:36:04.1086079Z #9 83.13 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.1086849Z #9 83.13 for f in getoff-amd64-linux ; do \ 2024-08-20T21:36:04.1087464Z #9 83.13 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.1088088Z #9 83.13 done 2024-08-20T21:36:04.1088350Z #9 83.13 for f in ; do \ 2024-08-20T21:36:04.1088835Z #9 83.13 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:04.1089325Z #9 83.13 echo "dsymutil $f"; \ 2024-08-20T21:36:04.1089699Z #9 83.13 dsymutil $f; \ 2024-08-20T21:36:04.1090033Z #9 83.13 fi; \ 2024-08-20T21:36:04.1090303Z #9 83.13 done 2024-08-20T21:36:04.1090962Z #9 83.13 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.1091648Z #9 83.13 for f in ; do \ 2024-08-20T21:36:04.1092118Z #9 83.13 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.1092557Z #9 83.13 done 2024-08-20T21:36:04.1093003Z #9 83.14 make[3]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.1093772Z #9 83.14 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/auxprogs' 2024-08-20T21:36:04.1094621Z #9 83.14 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/auxprogs' 2024-08-20T21:36:04.1095194Z #9 83.14 Making install in mpi 2024-08-20T21:36:04.1095805Z #9 83.14 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/mpi' 2024-08-20T21:36:04.1096424Z #9 83.14 mkdir -p ../.in_place; \ 2024-08-20T21:36:04.1096779Z #9 83.14 for f in ; do \ 2024-08-20T21:36:04.1097157Z #9 83.14 rm -f ../.in_place/$f; \ 2024-08-20T21:36:04.1097623Z #9 83.14 ln -f -s ../mpi/$f ../.in_place; \ 2024-08-20T21:36:04.1098013Z #9 83.14 done 2024-08-20T21:36:04.1098280Z #9 83.14 for f in ; do \ 2024-08-20T21:36:04.1098759Z #9 83.14 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:04.1099312Z #9 83.14 echo "dsymutil $f"; \ 2024-08-20T21:36:04.1099696Z #9 83.14 dsymutil $f; \ 2024-08-20T21:36:04.1100026Z #9 83.14 fi; \ 2024-08-20T21:36:04.1100279Z #9 83.14 done 2024-08-20T21:36:04.1100607Z #9 83.14 mkdir -p ../.in_place; \ 2024-08-20T21:36:04.1100970Z #9 83.14 for f in ; do \ 2024-08-20T21:36:04.1101347Z #9 83.14 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T21:36:04.1101856Z #9 83.14 ln -f -s ../mpi/$f.dSYM ../.in_place; \ 2024-08-20T21:36:04.1102279Z #9 83.14 done 2024-08-20T21:36:04.1102796Z #9 83.15 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/mpi' 2024-08-20T21:36:04.1103750Z #9 83.15 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.1104440Z #9 83.15 for f in ; do \ 2024-08-20T21:36:04.1104944Z #9 83.15 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.1105439Z #9 83.15 done 2024-08-20T21:36:04.1105706Z #9 83.15 for f in ; do \ 2024-08-20T21:36:04.1106172Z #9 83.15 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T21:36:04.1106657Z #9 83.15 echo "dsymutil $f"; \ 2024-08-20T21:36:04.1107037Z #9 83.15 dsymutil $f; \ 2024-08-20T21:36:04.1107351Z #9 83.15 fi; \ 2024-08-20T21:36:04.1107616Z #9 83.15 done 2024-08-20T21:36:04.1108280Z #9 83.15 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.1108955Z #9 83.15 for f in ; do \ 2024-08-20T21:36:04.1109417Z #9 83.15 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T21:36:04.1109862Z #9 83.15 done 2024-08-20T21:36:04.1110252Z #9 83.15 /usr/bin/mkdir -p '/usr/local/lib/valgrind' 2024-08-20T21:36:04.1110958Z #9 83.15 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/mpi' 2024-08-20T21:36:04.1111764Z #9 83.15 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/mpi' 2024-08-20T21:36:04.1112320Z #9 83.16 Making install in solaris 2024-08-20T21:36:04.1112985Z #9 83.16 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/solaris' 2024-08-20T21:36:04.1113833Z #9 83.16 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/solaris' 2024-08-20T21:36:04.1114587Z #9 83.16 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.1115233Z #9 83.16 make[3]: Nothing to be done for 'install-data-am'. 2024-08-20T21:36:04.1115986Z #9 83.16 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/solaris' 2024-08-20T21:36:04.1116896Z #9 83.16 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/solaris' 2024-08-20T21:36:04.1117465Z #9 83.16 Making install in docs 2024-08-20T21:36:04.1118084Z #9 83.16 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T21:36:04.1118908Z #9 83.16 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T21:36:04.1119715Z #9 83.16 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T21:36:04.1120269Z #9 83.16 make install-data-hook 2024-08-20T21:36:04.1120902Z #9 83.16 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T21:36:04.1121475Z #9 83.16 set -e; \ 2024-08-20T21:36:04.1121823Z #9 83.16 if test -r html ; then \ 2024-08-20T21:36:04.1122312Z #9 83.16 mkdir -p /usr/local/share/doc/valgrind; \ 2024-08-20T21:36:04.1122884Z #9 83.16 cp -r html /usr/local/share/doc/valgrind; \ 2024-08-20T21:36:04.1123326Z #9 83.16 fi 2024-08-20T21:36:04.1123591Z #9 83.17 for f in *.1 ; do \ 2024-08-20T21:36:04.1123965Z #9 83.17 if test -r $f ; then \ 2024-08-20T21:36:04.1124436Z #9 83.17 mkdir -p /usr/local/share/man/man1; \ 2024-08-20T21:36:04.1124909Z #9 83.17 cp $f /usr/local/share/man/man1; \ 2024-08-20T21:36:04.1125300Z #9 83.17 fi \ 2024-08-20T21:36:04.1125559Z #9 83.17 done 2024-08-20T21:36:04.1125853Z #9 83.19 set -e; \ 2024-08-20T21:36:04.1126196Z #9 83.19 if test -r index.pdf ; then \ 2024-08-20T21:36:04.1126709Z #9 83.19 mkdir -p /usr/local/share/doc/valgrind; \ 2024-08-20T21:36:04.1127359Z #9 83.19 cp index.pdf /usr/local/share/doc/valgrind/valgrind_manual.pdf; \ 2024-08-20T21:36:04.1127914Z #9 83.19 fi 2024-08-20T21:36:04.2708708Z #9 83.19 set -e; \ 2024-08-20T21:36:04.2709732Z #9 83.19 if test -r index.ps ; then \ 2024-08-20T21:36:04.2710305Z #9 83.19 mkdir -p /usr/local/share/doc/valgrind; \ 2024-08-20T21:36:04.2710939Z #9 83.19 cp index.ps /usr/local/share/doc/valgrind/valgrind_manual.ps; \ 2024-08-20T21:36:04.2711500Z #9 83.19 fi 2024-08-20T21:36:04.2712026Z #9 83.20 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T21:36:04.2712841Z #9 83.20 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T21:36:04.2713650Z #9 83.20 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T21:36:04.2714437Z #9 83.20 make[1]: Leaving directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T21:36:04.2714961Z #9 83.20 + cd ../../ 2024-08-20T21:36:04.2715318Z #9 83.20 + rm -rf valgrind_build 2024-08-20T21:36:04.2939936Z #9 83.38 + alias valgrind=/usr/local/bin/valgrind 2024-08-20T21:36:04.9755065Z #9 DONE 84.1s 2024-08-20T21:36:05.1641686Z 2024-08-20T21:36:05.1643549Z #10 [stage-0 4/92] COPY ./common/install_clang.sh install_clang.sh 2024-08-20T21:36:05.1645262Z #10 DONE 0.0s 2024-08-20T21:36:05.1645446Z 2024-08-20T21:36:05.1645876Z #11 [stage-0 5/92] RUN bash ./install_clang.sh && rm install_clang.sh 2024-08-20T21:36:05.4592673Z #11 0.446 + '[' -n '' ']' 2024-08-20T21:36:05.6783993Z #11 DONE 0.5s 2024-08-20T21:36:05.6784427Z 2024-08-20T21:36:05.6785123Z #12 [stage-0 6/92] COPY ./common/install_user.sh install_user.sh 2024-08-20T21:36:05.6785641Z #12 DONE 0.0s 2024-08-20T21:36:05.6785816Z 2024-08-20T21:36:05.6786154Z #13 [stage-0 7/92] RUN bash ./install_user.sh && rm install_user.sh 2024-08-20T21:36:06.1375533Z #13 0.610 + echo jenkins:x:1000:1000::/var/lib/jenkins: 2024-08-20T21:36:06.3706716Z #13 0.610 + echo jenkins:x:1000: 2024-08-20T21:36:06.3708178Z #13 0.611 + echo 'jenkins:*:19110:0:99999:7:::' 2024-08-20T21:36:06.3708744Z #13 0.612 + mkdir -p /var/lib/jenkins 2024-08-20T21:36:06.3709345Z #13 0.613 + chown jenkins:jenkins /var/lib/jenkins 2024-08-20T21:36:06.3709904Z #13 0.614 + mkdir -p /var/lib/jenkins/.ccache 2024-08-20T21:36:06.3710422Z #13 0.615 + chown jenkins:jenkins /var/lib/jenkins/.ccache 2024-08-20T21:36:06.3710950Z #13 0.616 + chown jenkins:jenkins /usr/local 2024-08-20T21:36:06.3711501Z #13 0.617 + echo 'jenkins ALL=(ALL) NOPASSWD:ALL' 2024-08-20T21:36:06.3711979Z #13 0.617 + '[' -n '' ']' 2024-08-20T21:36:06.3712298Z #13 0.617 + SUDO=sudo 2024-08-20T21:36:06.3713015Z #13 0.617 + sudo -u jenkins sudo -v 2024-08-20T21:36:06.3713374Z #13 DONE 0.7s 2024-08-20T21:36:06.3713556Z 2024-08-20T21:36:06.3713935Z #14 [stage-0 8/92] COPY ./common/install_docs_reqs.sh install_docs_reqs.sh 2024-08-20T21:36:06.3714498Z #14 DONE 0.0s 2024-08-20T21:36:06.3714660Z 2024-08-20T21:36:06.3715057Z #15 [stage-0 9/92] RUN bash ./install_docs_reqs.sh && rm install_docs_reqs.sh 2024-08-20T21:36:06.8388039Z #15 0.619 + '[' -n '' ']' 2024-08-20T21:36:06.9636487Z #15 DONE 0.6s 2024-08-20T21:36:06.9636715Z 2024-08-20T21:36:06.9637307Z #16 [stage-0 10/92] COPY requirements-ci.txt requirements-docs.txt /opt/conda/ 2024-08-20T21:36:06.9637921Z #16 DONE 0.0s 2024-08-20T21:36:06.9638085Z 2024-08-20T21:36:06.9638437Z #17 [stage-0 11/92] COPY ./common/install_conda.sh install_conda.sh 2024-08-20T21:36:06.9638949Z #17 DONE 0.0s 2024-08-20T21:36:06.9639122Z 2024-08-20T21:36:06.9639438Z #18 [stage-0 12/92] COPY ./common/common_utils.sh common_utils.sh 2024-08-20T21:36:06.9640089Z #18 DONE 0.0s 2024-08-20T21:36:07.1161509Z 2024-08-20T21:36:07.1163754Z #19 [stage-0 13/92] RUN bash ./install_conda.sh && rm install_conda.sh common_utils.sh /opt/conda/requirements-ci.txt /opt/conda/requirements-docs.txt 2024-08-20T21:36:07.8283910Z #19 0.863 + '[' -n 3.12 ']' 2024-08-20T21:36:07.8284483Z #19 0.863 + BASE_URL=https://repo.anaconda.com/miniconda 2024-08-20T21:36:07.9858317Z #19 0.863 ++ echo 3.12 2024-08-20T21:36:07.9858971Z #19 0.863 ++ cut -d . -f 1 2024-08-20T21:36:07.9859365Z #19 0.864 + MAJOR_PYTHON_VERSION=3 2024-08-20T21:36:07.9859734Z #19 0.865 ++ echo 3.12 2024-08-20T21:36:07.9860570Z #19 0.865 ++ cut -d . -f 2 2024-08-20T21:36:07.9860956Z #19 0.865 + MINOR_PYTHON_VERSION=12 2024-08-20T21:36:07.9861361Z #19 0.866 ++ uname -m 2024-08-20T21:36:07.9861705Z #19 0.866 + [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-08-20T21:36:07.9862163Z #19 0.866 + case "$MAJOR_PYTHON_VERSION" in 2024-08-20T21:36:07.9862766Z #19 0.866 + CONDA_FILE=Miniconda3-latest-Linux-x86_64.sh 2024-08-20T21:36:07.9863352Z #19 0.866 + mkdir -p /opt/conda 2024-08-20T21:36:07.9863772Z #19 0.867 + chown jenkins:jenkins /opt/conda 2024-08-20T21:36:07.9864212Z #19 0.869 ++ dirname ./install_conda.sh 2024-08-20T21:36:07.9864632Z #19 0.869 + source ./common_utils.sh 2024-08-20T21:36:07.9865075Z #19 0.869 ++ '[' -n '' ']' 2024-08-20T21:36:07.9865400Z #19 0.869 ++ export SUDO=sudo 2024-08-20T21:36:07.9865749Z #19 0.869 ++ SUDO=sudo 2024-08-20T21:36:07.9866065Z #19 0.869 + pushd /tmp 2024-08-20T21:36:07.9866760Z #19 0.869 + wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh 2024-08-20T21:36:07.9867449Z #19 0.870 /tmp / 2024-08-20T21:36:08.7204402Z #19 1.755 + as_jenkins bash Miniconda3-latest-Linux-x86_64.sh -b -f -p /opt/conda 2024-08-20T21:36:08.7206564Z #19 1.755 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= bash Miniconda3-latest-Linux-x86_64.sh -b -f -p /opt/conda 2024-08-20T21:36:08.8858977Z #19 1.770 PREFIX=/opt/conda 2024-08-20T21:36:09.0656722Z #19 2.100 Unpacking payload ... 2024-08-20T21:36:11.8622972Z #19 4.897 2024-08-20T21:36:11.8623404Z #19 4.897 Installing base environment... 2024-08-20T21:36:11.8623809Z #19 4.897 2024-08-20T21:36:12.7626363Z #19 5.587 Preparing transaction: ...working... done 2024-08-20T21:36:15.0798229Z #19 5.797 Executing transaction: ...working... done 2024-08-20T21:36:15.6874150Z #19 8.722 installation finished. 2024-08-20T21:36:15.8412343Z #19 8.723 / 2024-08-20T21:36:15.8412873Z #19 8.723 + popd 2024-08-20T21:36:15.8413686Z #19 8.723 + sed -e 's|PATH="\(.*\)"|PATH="/opt/conda/bin:\1"|g' -i /etc/environment 2024-08-20T21:36:15.8414867Z #19 8.724 + export PATH=/opt/conda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-20T21:36:15.8416319Z #19 8.724 + PATH=/opt/conda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-20T21:36:15.8417500Z #19 8.724 + pushd /opt/conda 2024-08-20T21:36:15.8417837Z #19 8.724 /opt/conda / 2024-08-20T21:36:15.8418166Z #19 8.725 ++ uname -m 2024-08-20T21:36:15.8418490Z #19 8.725 + [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-08-20T21:36:15.8419043Z #19 8.725 + export SYSROOT_DEP=sysroot_linux-64=2.17 2024-08-20T21:36:15.8419587Z #19 8.725 + SYSROOT_DEP=sysroot_linux-64=2.17 2024-08-20T21:36:15.8420319Z #19 8.725 + as_jenkins conda create -n py_3.12 -y python=3.12 sysroot_linux-64=2.17 2024-08-20T21:36:15.8422493Z #19 8.725 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda create -n py_3.12 -y python=3.12 sysroot_linux-64=2.17 2024-08-20T21:36:16.1673232Z #19 9.201 Channels: 2024-08-20T21:36:16.1674239Z #19 9.201 - defaults 2024-08-20T21:36:16.1674630Z #19 9.201 Platform: linux-64 2024-08-20T21:36:18.3129125Z #19 9.201 Collecting package metadata (repodata.json): ...working... done 2024-08-20T21:36:18.5302117Z #19 11.35 Solving environment: ...working... done 2024-08-20T21:36:23.2084396Z #19 16.24 2024-08-20T21:36:23.2084738Z #19 16.24 ## Package Plan ## 2024-08-20T21:36:23.2085090Z #19 16.24 2024-08-20T21:36:23.2085498Z #19 16.24 environment location: /opt/conda/envs/py_3.12 2024-08-20T21:36:23.2085950Z #19 16.24 2024-08-20T21:36:23.2086222Z #19 16.24 added / updated specs: 2024-08-20T21:36:23.2086809Z #19 16.24 - python=3.12 2024-08-20T21:36:23.2087447Z #19 16.24 - sysroot_linux-64=2.17 2024-08-20T21:36:23.2087820Z #19 16.24 2024-08-20T21:36:23.2088063Z #19 16.24 2024-08-20T21:36:23.2088393Z #19 16.24 The following packages will be downloaded: 2024-08-20T21:36:23.2088842Z #19 16.24 2024-08-20T21:36:23.2089184Z #19 16.24 package | build 2024-08-20T21:36:23.2089773Z #19 16.24 ---------------------------|----------------- 2024-08-20T21:36:23.2090521Z #19 16.24 _sysroot_linux-64_curr_repodata_hack-3| haa98f57_10 12 KB 2024-08-20T21:36:23.2091369Z #19 16.24 ca-certificates-2024.7.2 | h06a4308_0 127 KB 2024-08-20T21:36:23.2092176Z #19 16.24 kernel-headers_linux-64-3.10.0| h57e8cba_10 952 KB 2024-08-20T21:36:23.2092956Z #19 16.24 pip-24.2 | py312h06a4308_0 2.8 MB 2024-08-20T21:36:23.2093704Z #19 16.24 setuptools-72.1.0 | py312h06a4308_0 2.9 MB 2024-08-20T21:36:23.2094475Z #19 16.24 sysroot_linux-64-2.17 | h57e8cba_10 32.6 MB 2024-08-20T21:36:23.2095170Z #19 16.24 ------------------------------------------------------------ 2024-08-20T21:36:23.2095742Z #19 16.24 Total: 39.4 MB 2024-08-20T21:36:23.2096203Z #19 16.24 2024-08-20T21:36:23.2096546Z #19 16.24 The following NEW packages will be INSTALLED: 2024-08-20T21:36:23.2097002Z #19 16.24 2024-08-20T21:36:23.2097594Z #19 16.24 _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main 2024-08-20T21:36:23.2098403Z #19 16.24 _openmp_mutex pkgs/main/linux-64::_openmp_mutex-5.1-1_gnu 2024-08-20T21:36:23.2099393Z #19 16.24 _sysroot_linux-64~ pkgs/main/noarch::_sysroot_linux-64_curr_repodata_hack-3-haa98f57_10 2024-08-20T21:36:23.2100349Z #19 16.24 bzip2 pkgs/main/linux-64::bzip2-1.0.8-h5eee18b_6 2024-08-20T21:36:23.2101254Z #19 16.24 ca-certificates pkgs/main/linux-64::ca-certificates-2024.7.2-h06a4308_0 2024-08-20T21:36:23.2102261Z #19 16.24 expat pkgs/main/linux-64::expat-2.6.2-h6a678d5_0 2024-08-20T21:36:23.2103176Z #19 16.24 kernel-headers_li~ pkgs/main/noarch::kernel-headers_linux-64-3.10.0-h57e8cba_10 2024-08-20T21:36:23.2104161Z #19 16.24 ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.38-h1181459_1 2024-08-20T21:36:23.2105003Z #19 16.24 libffi pkgs/main/linux-64::libffi-3.4.4-h6a678d5_1 2024-08-20T21:36:23.2105818Z #19 16.24 libgcc-ng pkgs/main/linux-64::libgcc-ng-11.2.0-h1234567_1 2024-08-20T21:36:23.2106761Z #19 16.24 libgomp pkgs/main/linux-64::libgomp-11.2.0-h1234567_1 2024-08-20T21:36:23.2107604Z #19 16.24 libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-11.2.0-h1234567_1 2024-08-20T21:36:23.2108540Z #19 16.24 libuuid pkgs/main/linux-64::libuuid-1.41.5-h5eee18b_0 2024-08-20T21:36:23.2109537Z #19 16.24 ncurses pkgs/main/linux-64::ncurses-6.4-h6a678d5_0 2024-08-20T21:36:23.2110442Z #19 16.24 openssl pkgs/main/linux-64::openssl-3.0.14-h5eee18b_0 2024-08-20T21:36:23.2111327Z #19 16.24 pip pkgs/main/linux-64::pip-24.2-py312h06a4308_0 2024-08-20T21:36:23.2112201Z #19 16.24 python pkgs/main/linux-64::python-3.12.4-h5148396_1 2024-08-20T21:36:23.2120721Z #19 16.24 readline pkgs/main/linux-64::readline-8.2-h5eee18b_0 2024-08-20T21:36:23.2121838Z #19 16.24 setuptools pkgs/main/linux-64::setuptools-72.1.0-py312h06a4308_0 2024-08-20T21:36:23.2122753Z #19 16.24 sqlite pkgs/main/linux-64::sqlite-3.45.3-h5eee18b_0 2024-08-20T21:36:23.2123627Z #19 16.24 sysroot_linux-64 pkgs/main/noarch::sysroot_linux-64-2.17-h57e8cba_10 2024-08-20T21:36:23.2124470Z #19 16.24 tk pkgs/main/linux-64::tk-8.6.14-h39e8969_0 2024-08-20T21:36:23.2125210Z #19 16.24 tzdata pkgs/main/noarch::tzdata-2024a-h04d1e81_0 2024-08-20T21:36:23.2126016Z #19 16.24 wheel pkgs/main/linux-64::wheel-0.43.0-py312h06a4308_0 2024-08-20T21:36:23.2126930Z #19 16.24 xz pkgs/main/linux-64::xz-5.4.6-h5eee18b_1 2024-08-20T21:36:23.2127714Z #19 16.24 zlib pkgs/main/linux-64::zlib-1.2.13-h5eee18b_1 2024-08-20T21:36:23.2128224Z #19 16.24 2024-08-20T21:36:23.2128456Z #19 16.24 2024-08-20T21:36:23.2128696Z #19 16.24 2024-08-20T21:36:23.2129107Z #19 16.24 Downloading and Extracting Packages: ...working... done 2024-08-20T21:36:23.4192911Z #19 16.24 Preparing transaction: ...working... done 2024-08-20T21:36:25.0170164Z #19 16.45 Verifying transaction: ...working... done 2024-08-20T21:36:25.7982133Z #19 18.05 Executing transaction: ...working... done 2024-08-20T21:36:26.0109988Z #19 18.84 # 2024-08-20T21:36:26.0110381Z #19 18.84 # To activate this environment, use 2024-08-20T21:36:26.0110844Z #19 18.84 # 2024-08-20T21:36:26.0111151Z #19 18.84 # $ conda activate py_3.12 2024-08-20T21:36:26.0111555Z #19 18.84 # 2024-08-20T21:36:26.0111936Z #19 18.84 # To deactivate an active environment, use 2024-08-20T21:36:26.0112371Z #19 18.84 # 2024-08-20T21:36:26.0112662Z #19 18.84 # $ conda deactivate 2024-08-20T21:36:26.0113019Z #19 18.84 2024-08-20T21:36:26.0113597Z #19 18.89 + conda_install libstdcxx-ng=12.3.0 -c conda-forge 2024-08-20T21:36:26.0114502Z #19 18.89 + as_jenkins conda install -q -n py_3.12 -y python=3.12 libstdcxx-ng=12.3.0 -c conda-forge 2024-08-20T21:36:26.0116860Z #19 18.89 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda install -q -n py_3.12 -y python=3.12 libstdcxx-ng=12.3.0 -c conda-forge 2024-08-20T21:36:26.4788061Z #19 19.51 Channels: 2024-08-20T21:36:26.4788667Z #19 19.51 - conda-forge 2024-08-20T21:36:26.4789035Z #19 19.51 - defaults 2024-08-20T21:36:26.4789401Z #19 19.51 Platform: linux-64 2024-08-20T21:36:41.1322208Z #19 19.51 Collecting package metadata (repodata.json): ...working... done 2024-08-20T21:36:41.5511413Z #19 34.17 Solving environment: ...working... done 2024-08-20T21:36:43.3395375Z #19 36.37 2024-08-20T21:36:43.3395767Z #19 36.37 ## Package Plan ## 2024-08-20T21:36:43.3396130Z #19 36.37 2024-08-20T21:36:43.3396585Z #19 36.37 environment location: /opt/conda/envs/py_3.12 2024-08-20T21:36:43.3397075Z #19 36.37 2024-08-20T21:36:43.3397347Z #19 36.37 added / updated specs: 2024-08-20T21:36:43.3397997Z #19 36.37 - libstdcxx-ng=12.3.0 2024-08-20T21:36:43.3398710Z #19 36.37 - python=3.12 2024-08-20T21:36:43.3399019Z #19 36.37 2024-08-20T21:36:43.3399263Z #19 36.37 2024-08-20T21:36:43.3399743Z #19 36.37 The following packages will be downloaded: 2024-08-20T21:36:43.3400187Z #19 36.37 2024-08-20T21:36:43.3400533Z #19 36.37 package | build 2024-08-20T21:36:43.3401139Z #19 36.37 ---------------------------|----------------- 2024-08-20T21:36:43.3401852Z #19 36.37 _libgcc_mutex-0.1 | conda_forge 3 KB conda-forge 2024-08-20T21:36:43.3402711Z #19 36.37 _openmp_mutex-4.5 | 2_gnu 23 KB conda-forge 2024-08-20T21:36:43.3403591Z #19 36.37 ca-certificates-2024.7.4 | hbcca054_0 151 KB conda-forge 2024-08-20T21:36:43.3404452Z #19 36.37 libexpat-2.6.2 | h59595ed_0 72 KB conda-forge 2024-08-20T21:36:43.3405292Z #19 36.37 libgcc-ng-12.3.0 | h77fa898_13 762 KB conda-forge 2024-08-20T21:36:43.3406145Z #19 36.37 libgomp-12.3.0 | h77fa898_13 407 KB conda-forge 2024-08-20T21:36:43.3406954Z #19 36.37 libnsl-2.0.1 | hd590300_0 33 KB conda-forge 2024-08-20T21:36:43.3407763Z #19 36.37 libsqlite-3.46.0 | hde9e2c9_0 845 KB conda-forge 2024-08-20T21:36:43.3408631Z #19 36.37 libstdcxx-ng-12.3.0 | hc0a3c3a_13 3.3 MB conda-forge 2024-08-20T21:36:43.3409487Z #19 36.37 libuuid-2.38.1 | h0b41bf4_0 33 KB conda-forge 2024-08-20T21:36:43.3410447Z #19 36.37 libxcrypt-4.4.36 | hd590300_1 98 KB conda-forge 2024-08-20T21:36:43.3411280Z #19 36.37 libzlib-1.3.1 | h4ab18f5_1 60 KB conda-forge 2024-08-20T21:36:43.3412190Z #19 36.37 ncurses-6.5 | h59595ed_0 867 KB conda-forge 2024-08-20T21:36:43.3412971Z #19 36.37 openssl-3.3.1 | h4bc722e_2 2.8 MB conda-forge 2024-08-20T21:36:43.3413781Z #19 36.37 python-3.12.5 |h2ad013b_0_cpython 30.2 MB conda-forge 2024-08-20T21:36:43.3414595Z #19 36.37 sqlite-3.46.0 | h6d4b2fc_0 840 KB conda-forge 2024-08-20T21:36:43.3415385Z #19 36.37 tk-8.6.13 |noxft_h4845f30_101 3.2 MB conda-forge 2024-08-20T21:36:43.3416142Z #19 36.37 zlib-1.3.1 | h4ab18f5_1 91 KB conda-forge 2024-08-20T21:36:43.3416850Z #19 36.37 ------------------------------------------------------------ 2024-08-20T21:36:43.3417422Z #19 36.37 Total: 43.6 MB 2024-08-20T21:36:43.3417865Z #19 36.37 2024-08-20T21:36:43.3418217Z #19 36.37 The following NEW packages will be INSTALLED: 2024-08-20T21:36:43.3418668Z #19 36.37 2024-08-20T21:36:43.3419263Z #19 36.37 libexpat conda-forge/linux-64::libexpat-2.6.2-h59595ed_0 2024-08-20T21:36:43.3420088Z #19 36.37 libnsl conda-forge/linux-64::libnsl-2.0.1-hd590300_0 2024-08-20T21:36:43.3420921Z #19 36.37 libsqlite conda-forge/linux-64::libsqlite-3.46.0-hde9e2c9_0 2024-08-20T21:36:43.3421779Z #19 36.37 libxcrypt conda-forge/linux-64::libxcrypt-4.4.36-hd590300_1 2024-08-20T21:36:43.3422597Z #19 36.37 libzlib conda-forge/linux-64::libzlib-1.3.1-h4ab18f5_1 2024-08-20T21:36:43.3423291Z #19 36.37 2024-08-20T21:36:43.3423620Z #19 36.37 The following packages will be UPDATED: 2024-08-20T21:36:43.3424037Z #19 36.37 2024-08-20T21:36:43.3424910Z #19 36.37 ca-certificates pkgs/main::ca-certificates-2024.7.2-h~ --> conda-forge::ca-certificates-2024.7.4-hbcca054_0 2024-08-20T21:36:43.3426275Z #19 36.37 libgcc-ng pkgs/main::libgcc-ng-11.2.0-h1234567_1 --> conda-forge::libgcc-ng-12.3.0-h77fa898_13 2024-08-20T21:36:43.3427462Z #19 36.37 libgomp pkgs/main::libgomp-11.2.0-h1234567_1 --> conda-forge::libgomp-12.3.0-h77fa898_13 2024-08-20T21:36:43.3428739Z #19 36.37 libstdcxx-ng pkgs/main::libstdcxx-ng-11.2.0-h12345~ --> conda-forge::libstdcxx-ng-12.3.0-hc0a3c3a_13 2024-08-20T21:36:43.3430048Z #19 36.37 libuuid pkgs/main::libuuid-1.41.5-h5eee18b_0 --> conda-forge::libuuid-2.38.1-h0b41bf4_0 2024-08-20T21:36:43.3431177Z #19 36.37 ncurses pkgs/main::ncurses-6.4-h6a678d5_0 --> conda-forge::ncurses-6.5-h59595ed_0 2024-08-20T21:36:43.3432291Z #19 36.37 openssl pkgs/main::openssl-3.0.14-h5eee18b_0 --> conda-forge::openssl-3.3.1-h4bc722e_2 2024-08-20T21:36:43.3433480Z #19 36.37 python pkgs/main::python-3.12.4-h5148396_1 --> conda-forge::python-3.12.5-h2ad013b_0_cpython 2024-08-20T21:36:43.3434818Z #19 36.37 sqlite pkgs/main::sqlite-3.45.3-h5eee18b_0 --> conda-forge::sqlite-3.46.0-h6d4b2fc_0 2024-08-20T21:36:43.3435894Z #19 36.37 zlib pkgs/main::zlib-1.2.13-h5eee18b_1 --> conda-forge::zlib-1.3.1-h4ab18f5_1 2024-08-20T21:36:43.3436548Z #19 36.37 2024-08-20T21:36:43.3437132Z #19 36.37 The following packages will be SUPERSEDED by a higher-priority channel: 2024-08-20T21:36:43.3437737Z #19 36.37 2024-08-20T21:36:43.3438443Z #19 36.37 _libgcc_mutex pkgs/main::_libgcc_mutex-0.1-main --> conda-forge::_libgcc_mutex-0.1-conda_forge 2024-08-20T21:36:43.3439673Z #19 36.37 _openmp_mutex pkgs/main::_openmp_mutex-5.1-1_gnu --> conda-forge::_openmp_mutex-4.5-2_gnu 2024-08-20T21:36:43.3440790Z #19 36.37 tk pkgs/main::tk-8.6.14-h39e8969_0 --> conda-forge::tk-8.6.13-noxft_h4845f30_101 2024-08-20T21:36:43.3441436Z #19 36.37 2024-08-20T21:36:43.3441791Z #19 36.37 2024-08-20T21:36:43.4425654Z #19 36.37 Preparing transaction: ...working... done 2024-08-20T21:36:44.6283244Z #19 36.48 Verifying transaction: ...working... done 2024-08-20T21:36:45.2271614Z #19 37.66 Executing transaction: ...working... done 2024-08-20T21:36:45.7475361Z #19 38.78 ++ uname -m 2024-08-20T21:36:45.8983678Z #19 38.78 + [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-08-20T21:36:45.8985161Z #19 38.78 + CONDA_COMMON_DEPS='astunparse pyyaml mkl=2021.4.0 mkl-include=2021.4.0 setuptools' 2024-08-20T21:36:45.8985910Z #19 38.78 + '[' 3.12 = 3.11 ']' 2024-08-20T21:36:45.8986298Z #19 38.78 + '[' 3.12 = 3.12 ']' 2024-08-20T21:36:45.8987072Z #19 38.78 + conda_install numpy=1.26.0 astunparse pyyaml mkl=2021.4.0 mkl-include=2021.4.0 setuptools 2024-08-20T21:36:45.8988417Z #19 38.78 + as_jenkins conda install -q -n py_3.12 -y python=3.12 numpy=1.26.0 astunparse pyyaml mkl=2021.4.0 mkl-include=2021.4.0 setuptools 2024-08-20T21:36:45.8991182Z #19 38.78 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda install -q -n py_3.12 -y python=3.12 numpy=1.26.0 astunparse pyyaml mkl=2021.4.0 mkl-include=2021.4.0 setuptools 2024-08-20T21:36:46.4197009Z #19 39.45 Channels: 2024-08-20T21:36:46.4197881Z #19 39.45 - defaults 2024-08-20T21:36:46.4198259Z #19 39.45 - conda-forge 2024-08-20T21:36:46.4198657Z #19 39.45 Platform: linux-64 2024-08-20T21:37:00.6153701Z #19 39.45 Collecting package metadata (repodata.json): ...working... done 2024-08-20T21:37:01.9861436Z #19 53.65 Solving environment: ...working... done 2024-08-20T21:37:04.9205753Z #19 57.95 2024-08-20T21:37:04.9206112Z #19 57.95 ## Package Plan ## 2024-08-20T21:37:04.9206465Z #19 57.95 2024-08-20T21:37:04.9206837Z #19 57.95 environment location: /opt/conda/envs/py_3.12 2024-08-20T21:37:04.9207290Z #19 57.95 2024-08-20T21:37:04.9207578Z #19 57.95 added / updated specs: 2024-08-20T21:37:04.9208168Z #19 57.95 - astunparse 2024-08-20T21:37:04.9208550Z #19 57.95 - mkl-include=2021.4.0 2024-08-20T21:37:04.9208975Z #19 57.95 - mkl=2021.4.0 2024-08-20T21:37:04.9209350Z #19 57.95 - numpy=1.26.0 2024-08-20T21:37:04.9209714Z #19 57.95 - python=3.12 2024-08-20T21:37:04.9210071Z #19 57.95 - pyyaml 2024-08-20T21:37:04.9210419Z #19 57.95 - setuptools 2024-08-20T21:37:04.9210977Z #19 57.95 2024-08-20T21:37:04.9211222Z #19 57.95 2024-08-20T21:37:04.9211563Z #19 57.95 The following packages will be downloaded: 2024-08-20T21:37:04.9211998Z #19 57.95 2024-08-20T21:37:04.9212336Z #19 57.95 package | build 2024-08-20T21:37:04.9212933Z #19 57.95 ---------------------------|----------------- 2024-08-20T21:37:04.9213607Z #19 57.95 astunparse-1.6.3 | py_0 17 KB 2024-08-20T21:37:04.9214356Z #19 57.95 blas-1.0 | openblas 46 KB 2024-08-20T21:37:04.9215126Z #19 57.95 intel-openmp-2021.4.0 | h06a4308_3561 4.2 MB 2024-08-20T21:37:04.9215924Z #19 57.95 libgfortran-ng-11.2.0 | h00389a5_1 20 KB 2024-08-20T21:37:04.9216697Z #19 57.95 libgfortran5-11.2.0 | h1234567_1 2.0 MB 2024-08-20T21:37:04.9217458Z #19 57.95 libopenblas-0.3.21 | h043d6bf_0 5.4 MB 2024-08-20T21:37:04.9218227Z #19 57.95 mkl-2021.4.0 | h06a4308_640 142.6 MB 2024-08-20T21:37:04.9218978Z #19 57.95 mkl-include-2021.4.0 | h06a4308_640 535 KB 2024-08-20T21:37:04.9219732Z #19 57.95 numpy-1.26.0 | py312h2809609_0 10 KB 2024-08-20T21:37:04.9220490Z #19 57.95 numpy-base-1.26.0 | py312he1a6c75_0 6.9 MB 2024-08-20T21:37:04.9221236Z #19 57.95 pyyaml-6.0.1 | py312h5eee18b_0 186 KB 2024-08-20T21:37:04.9221969Z #19 57.95 six-1.16.0 | pyhd3eb1b0_1 18 KB 2024-08-20T21:37:04.9222913Z #19 57.95 yaml-0.2.5 | h7b6447c_0 75 KB 2024-08-20T21:37:04.9223573Z #19 57.95 ------------------------------------------------------------ 2024-08-20T21:37:04.9224137Z #19 57.95 Total: 162.0 MB 2024-08-20T21:37:04.9224589Z #19 57.95 2024-08-20T21:37:04.9224923Z #19 57.95 The following NEW packages will be INSTALLED: 2024-08-20T21:37:04.9225378Z #19 57.95 2024-08-20T21:37:04.9225879Z #19 57.95 astunparse pkgs/main/noarch::astunparse-1.6.3-py_0 2024-08-20T21:37:04.9226677Z #19 57.95 blas pkgs/main/linux-64::blas-1.0-openblas 2024-08-20T21:37:04.9227516Z #19 57.95 intel-openmp pkgs/main/linux-64::intel-openmp-2021.4.0-h06a4308_3561 2024-08-20T21:37:04.9228469Z #19 57.95 libgfortran-ng pkgs/main/linux-64::libgfortran-ng-11.2.0-h00389a5_1 2024-08-20T21:37:04.9229392Z #19 57.95 libgfortran5 pkgs/main/linux-64::libgfortran5-11.2.0-h1234567_1 2024-08-20T21:37:04.9230272Z #19 57.95 libopenblas pkgs/main/linux-64::libopenblas-0.3.21-h043d6bf_0 2024-08-20T21:37:04.9231091Z #19 57.95 mkl pkgs/main/linux-64::mkl-2021.4.0-h06a4308_640 2024-08-20T21:37:04.9231931Z #19 57.95 mkl-include pkgs/main/linux-64::mkl-include-2021.4.0-h06a4308_640 2024-08-20T21:37:04.9232788Z #19 57.95 numpy pkgs/main/linux-64::numpy-1.26.0-py312h2809609_0 2024-08-20T21:37:04.9233838Z #19 57.95 numpy-base pkgs/main/linux-64::numpy-base-1.26.0-py312he1a6c75_0 2024-08-20T21:37:04.9234910Z #19 57.95 pyyaml pkgs/main/linux-64::pyyaml-6.0.1-py312h5eee18b_0 2024-08-20T21:37:04.9235687Z #19 57.95 six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_1 2024-08-20T21:37:04.9236439Z #19 57.95 yaml pkgs/main/linux-64::yaml-0.2.5-h7b6447c_0 2024-08-20T21:37:04.9236948Z #19 57.95 2024-08-20T21:37:04.9237194Z #19 57.95 2024-08-20T21:37:05.0400736Z #19 57.95 Preparing transaction: ...working... done 2024-08-20T21:37:05.0401323Z #19 57.98 Verifying transaction: ...working... done 2024-08-20T21:37:05.4442607Z #19 58.07 Executing transaction: ...working... done 2024-08-20T21:37:05.6699266Z #19 58.55 + conda_install llvmdev=8.0.0 libpython-static=3.12 2024-08-20T21:37:05.6700296Z #19 58.55 + as_jenkins conda install -q -n py_3.12 -y python=3.12 llvmdev=8.0.0 libpython-static=3.12 2024-08-20T21:37:05.6702689Z #19 58.55 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda install -q -n py_3.12 -y python=3.12 llvmdev=8.0.0 libpython-static=3.12 2024-08-20T21:37:06.2150338Z #19 59.25 Channels: 2024-08-20T21:37:06.2151129Z #19 59.25 - defaults 2024-08-20T21:37:06.2151487Z #19 59.25 - conda-forge 2024-08-20T21:37:06.2151878Z #19 59.25 Platform: linux-64 2024-08-20T21:37:20.1679315Z #19 59.25 Collecting package metadata (repodata.json): ...working... done 2024-08-20T21:37:21.1645292Z #19 73.20 Solving environment: ...working... done 2024-08-20T21:37:23.8858213Z #19 76.92 2024-08-20T21:37:23.8858574Z #19 76.92 ## Package Plan ## 2024-08-20T21:37:23.8858964Z #19 76.92 2024-08-20T21:37:23.8859326Z #19 76.92 environment location: /opt/conda/envs/py_3.12 2024-08-20T21:37:23.8859797Z #19 76.92 2024-08-20T21:37:23.8860070Z #19 76.92 added / updated specs: 2024-08-20T21:37:23.8860697Z #19 76.92 - libpython-static=3.12 2024-08-20T21:37:23.8861135Z #19 76.92 - llvmdev=8.0.0 2024-08-20T21:37:23.8861519Z #19 76.92 - python=3.12 2024-08-20T21:37:23.8861820Z #19 76.92 2024-08-20T21:37:23.8862063Z #19 76.92 2024-08-20T21:37:23.8862404Z #19 76.92 The following packages will be downloaded: 2024-08-20T21:37:23.8862837Z #19 76.92 2024-08-20T21:37:23.8863177Z #19 76.92 package | build 2024-08-20T21:37:23.8863770Z #19 76.92 ---------------------------|----------------- 2024-08-20T21:37:23.8864753Z #19 76.92 libpython-static-3.12.4 | h6a678d5_1 94.8 MB 2024-08-20T21:37:23.8865593Z #19 76.92 libzlib-1.2.13 | h4ab18f5_6 60 KB conda-forge 2024-08-20T21:37:23.8866389Z #19 76.92 llvmdev-8.0.0 | hc6ec683_0 103.1 MB 2024-08-20T21:37:23.8867164Z #19 76.92 zlib-1.2.13 | h4ab18f5_6 91 KB conda-forge 2024-08-20T21:37:23.8867891Z #19 76.92 ------------------------------------------------------------ 2024-08-20T21:37:23.8868469Z #19 76.92 Total: 198.1 MB 2024-08-20T21:37:23.8868933Z #19 76.92 2024-08-20T21:37:23.8869272Z #19 76.92 The following NEW packages will be INSTALLED: 2024-08-20T21:37:23.8869728Z #19 76.92 2024-08-20T21:37:23.8870427Z #19 76.92 libpython-static pkgs/main/linux-64::libpython-static-3.12.4-h6a678d5_1 2024-08-20T21:37:23.8871450Z #19 76.92 llvmdev pkgs/main/linux-64::llvmdev-8.0.0-hc6ec683_0 2024-08-20T21:37:23.8871970Z #19 76.92 2024-08-20T21:37:23.8872288Z #19 76.92 The following packages will be UPDATED: 2024-08-20T21:37:23.8872695Z #19 76.92 2024-08-20T21:37:23.8873352Z #19 76.92 tk conda-forge::tk-8.6.13-noxft_h4845f30~ --> pkgs/main::tk-8.6.14-h39e8969_0 2024-08-20T21:37:23.8873966Z #19 76.92 2024-08-20T21:37:23.8874516Z #19 76.92 The following packages will be SUPERSEDED by a higher-priority channel: 2024-08-20T21:37:23.8875108Z #19 76.92 2024-08-20T21:37:23.8875824Z #19 76.92 libuuid conda-forge::libuuid-2.38.1-h0b41bf4_0 --> pkgs/main::libuuid-1.41.5-h5eee18b_0 2024-08-20T21:37:23.8876969Z #19 76.92 python conda-forge::python-3.12.5-h2ad013b_0~ --> pkgs/main::python-3.12.4-h5148396_1 2024-08-20T21:37:23.8877785Z #19 76.92 2024-08-20T21:37:23.8878127Z #19 76.92 The following packages will be DOWNGRADED: 2024-08-20T21:37:23.8878570Z #19 76.92 2024-08-20T21:37:23.8879072Z #19 76.92 libzlib 1.3.1-h4ab18f5_1 --> 1.2.13-h4ab18f5_6 2024-08-20T21:37:23.8879938Z #19 76.92 zlib 1.3.1-h4ab18f5_1 --> 1.2.13-h4ab18f5_6 2024-08-20T21:37:23.8880450Z #19 76.92 2024-08-20T21:37:23.8880680Z #19 76.92 2024-08-20T21:37:24.1059152Z #19 76.92 Preparing transaction: ...working... done 2024-08-20T21:37:26.4967988Z #19 76.99 Verifying transaction: ...working... done 2024-08-20T21:37:26.8454837Z #19 79.53 Executing transaction: ...working... done 2024-08-20T21:37:27.1103119Z #19 80.14 + '[' -n yes ']' 2024-08-20T21:37:27.1103535Z #19 80.14 + conda_install cmake 2024-08-20T21:37:27.1104160Z #19 80.14 + as_jenkins conda install -q -n py_3.12 -y python=3.12 cmake 2024-08-20T21:37:27.1106219Z #19 80.14 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda install -q -n py_3.12 -y python=3.12 cmake 2024-08-20T21:37:27.8092749Z #19 80.84 Channels: 2024-08-20T21:37:27.8093418Z #19 80.84 - defaults 2024-08-20T21:37:27.8093781Z #19 80.84 - conda-forge 2024-08-20T21:37:27.8094160Z #19 80.84 Platform: linux-64 2024-08-20T21:37:42.7403895Z #19 80.84 Collecting package metadata (repodata.json): ...working... done 2024-08-20T21:37:43.8462479Z #19 95.77 Solving environment: ...working... done 2024-08-20T21:37:44.7347687Z #19 97.77 2024-08-20T21:37:44.7348420Z #19 97.77 ## Package Plan ## 2024-08-20T21:37:44.7348876Z #19 97.77 2024-08-20T21:37:44.7349249Z #19 97.77 environment location: /opt/conda/envs/py_3.12 2024-08-20T21:37:44.7349723Z #19 97.77 2024-08-20T21:37:44.7349983Z #19 97.77 added / updated specs: 2024-08-20T21:37:44.7350558Z #19 97.77 - cmake 2024-08-20T21:37:44.7350921Z #19 97.77 - python=3.12 2024-08-20T21:37:44.7352318Z #19 97.77 2024-08-20T21:37:44.7352704Z #19 97.77 2024-08-20T21:37:44.7353358Z #19 97.77 The following packages will be downloaded: 2024-08-20T21:37:44.7353798Z #19 97.77 2024-08-20T21:37:44.7354388Z #19 97.77 package | build 2024-08-20T21:37:44.7355015Z #19 97.77 ---------------------------|----------------- 2024-08-20T21:37:44.7355701Z #19 97.77 cmake-3.26.4 | h96355d8_0 16.7 MB 2024-08-20T21:37:44.7356844Z #19 97.77 libuv-1.48.0 | h5eee18b_0 950 KB 2024-08-20T21:37:44.7357587Z #19 97.77 rhash-1.4.3 | hdbd6064_0 220 KB 2024-08-20T21:37:44.7358286Z #19 97.77 ------------------------------------------------------------ 2024-08-20T21:37:44.7358852Z #19 97.77 Total: 17.9 MB 2024-08-20T21:37:44.7359312Z #19 97.77 2024-08-20T21:37:44.7359757Z #19 97.77 The following NEW packages will be INSTALLED: 2024-08-20T21:37:44.7360212Z #19 97.77 2024-08-20T21:37:44.7360817Z #19 97.77 c-ares pkgs/main/linux-64::c-ares-1.19.1-h5eee18b_0 2024-08-20T21:37:44.7361634Z #19 97.77 cmake pkgs/main/linux-64::cmake-3.26.4-h96355d8_0 2024-08-20T21:37:44.7362405Z #19 97.77 krb5 pkgs/main/linux-64::krb5-1.20.1-h143b758_1 2024-08-20T21:37:44.7363198Z #19 97.77 libcurl pkgs/main/linux-64::libcurl-8.7.1-h251f7ec_0 2024-08-20T21:37:44.7364063Z #19 97.77 libedit pkgs/main/linux-64::libedit-3.1.20230828-h5eee18b_0 2024-08-20T21:37:44.7364904Z #19 97.77 libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2024-08-20T21:37:44.7365737Z #19 97.77 libnghttp2 pkgs/main/linux-64::libnghttp2-1.57.0-h2d74bed_0 2024-08-20T21:37:44.7366595Z #19 97.77 libssh2 pkgs/main/linux-64::libssh2-1.11.0-h251f7ec_0 2024-08-20T21:37:44.7367393Z #19 97.77 libuv pkgs/main/linux-64::libuv-1.48.0-h5eee18b_0 2024-08-20T21:37:44.7368163Z #19 97.77 lz4-c pkgs/main/linux-64::lz4-c-1.9.4-h6a678d5_1 2024-08-20T21:37:44.7368941Z #19 97.77 rhash pkgs/main/linux-64::rhash-1.4.3-hdbd6064_0 2024-08-20T21:37:44.7369718Z #19 97.77 zstd pkgs/main/linux-64::zstd-1.5.5-hc292b87_2 2024-08-20T21:37:44.7370212Z #19 97.77 2024-08-20T21:37:44.7370454Z #19 97.77 2024-08-20T21:37:44.9478717Z #19 97.77 Preparing transaction: ...working... done 2024-08-20T21:37:45.1015450Z #19 97.83 Verifying transaction: ...working... done 2024-08-20T21:37:45.3320360Z #19 98.14 Executing transaction: ...working... done 2024-08-20T21:37:45.5631805Z #19 98.45 + '[' -n '' ']' 2024-08-20T21:37:45.5632710Z #19 98.45 + pip_install -r /opt/conda/requirements-ci.txt 2024-08-20T21:37:45.5633826Z #19 98.45 + as_jenkins conda run -n py_3.12 pip install --progress-bar off -r /opt/conda/requirements-ci.txt 2024-08-20T21:37:45.5636317Z #19 98.45 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda run -n py_3.12 pip install --progress-bar off -r /opt/conda/requirements-ci.txt 2024-08-20T21:38:27.9989335Z #19 141.0 Ignoring coremltools: markers 'python_version < "3.12"' don't match your environment 2024-08-20T21:38:27.9990478Z #19 141.0 Ignoring librosa: markers 'python_version < "3.11"' don't match your environment 2024-08-20T21:38:27.9991489Z #19 141.0 Ignoring numba: markers 'python_version < "3.9"' don't match your environment 2024-08-20T21:38:27.9994692Z #19 141.0 Ignoring numba: markers 'python_version == "3.9"' don't match your environment 2024-08-20T21:38:27.9995748Z #19 141.0 Ignoring numba: markers 'python_version == "3.10"' don't match your environment 2024-08-20T21:38:27.9996812Z #19 141.0 Ignoring scikit-image: markers 'python_version < "3.10"' don't match your environment 2024-08-20T21:38:27.9997848Z #19 141.0 Ignoring scipy: markers 'python_version <= "3.11"' don't match your environment 2024-08-20T21:38:27.9998859Z #19 141.0 Ignoring pywavelets: markers 'python_version < "3.12"' don't match your environment 2024-08-20T21:38:28.0001145Z #19 141.0 Ignoring sympy: markers 'python_version == "3.8"' don't match your environment 2024-08-20T21:38:28.0002166Z #19 141.0 Collecting boto3==1.19.12 (from -r /opt/conda/requirements-ci.txt (line 8)) 2024-08-20T21:38:28.0003073Z #19 141.0 Downloading boto3-1.19.12-py3-none-any.whl.metadata (6.4 kB) 2024-08-20T21:38:28.0003947Z #19 141.0 Collecting click (from -r /opt/conda/requirements-ci.txt (line 13)) 2024-08-20T21:38:28.0004788Z #19 141.0 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 2024-08-20T21:38:28.0005681Z #19 141.0 Collecting dill==0.3.7 (from -r /opt/conda/requirements-ci.txt (line 28)) 2024-08-20T21:38:28.0006552Z #19 141.0 Downloading dill-0.3.7-py3-none-any.whl.metadata (9.9 kB) 2024-08-20T21:38:28.0007460Z #19 141.0 Collecting expecttest==0.1.6 (from -r /opt/conda/requirements-ci.txt (line 33)) 2024-08-20T21:38:28.0008391Z #19 141.0 Downloading expecttest-0.1.6-py3-none-any.whl.metadata (2.5 kB) 2024-08-20T21:38:28.0009451Z #19 141.0 Collecting flatbuffers==2.0 (from -r /opt/conda/requirements-ci.txt (line 39)) 2024-08-20T21:38:28.0010443Z #19 141.0 Downloading flatbuffers-2.0-py2.py3-none-any.whl.metadata (871 bytes) 2024-08-20T21:38:28.0011428Z #19 141.0 Collecting hypothesis==5.35.1 (from -r /opt/conda/requirements-ci.txt (line 44)) 2024-08-20T21:38:28.0012382Z #19 141.0 Downloading hypothesis-5.35.1-py3-none-any.whl.metadata (5.1 kB) 2024-08-20T21:38:28.0013347Z #19 141.0 Collecting junitparser==2.1.1 (from -r /opt/conda/requirements-ci.txt (line 50)) 2024-08-20T21:38:28.0014340Z #19 141.0 Downloading junitparser-2.1.1-py2.py3-none-any.whl.metadata (7.3 kB) 2024-08-20T21:38:28.0015296Z #19 141.0 Collecting lark==0.12.0 (from -r /opt/conda/requirements-ci.txt (line 55)) 2024-08-20T21:38:28.0016205Z #19 141.0 Downloading lark-0.12.0-py2.py3-none-any.whl.metadata (1.7 kB) 2024-08-20T21:38:28.0017111Z #19 141.0 Collecting mypy==1.10.0 (from -r /opt/conda/requirements-ci.txt (line 88)) 2024-08-20T21:38:28.0018230Z #19 141.0 Downloading mypy-1.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.9 kB) 2024-08-20T21:38:28.0019353Z #19 141.0 Collecting networkx==2.8.8 (from -r /opt/conda/requirements-ci.txt (line 94)) 2024-08-20T21:38:28.0020268Z #19 141.0 Downloading networkx-2.8.8-py3-none-any.whl.metadata (5.1 kB) 2024-08-20T21:38:28.0021186Z #19 141.0 Collecting opt-einsum==3.3 (from -r /opt/conda/requirements-ci.txt (line 132)) 2024-08-20T21:38:28.0022124Z #19 141.0 Downloading opt_einsum-3.3.0-py3-none-any.whl.metadata (6.5 kB) 2024-08-20T21:38:28.0023203Z #19 141.0 Collecting optree==0.12.1 (from -r /opt/conda/requirements-ci.txt (line 137)) 2024-08-20T21:38:28.0024475Z #19 141.0 Downloading optree-0.12.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (47 kB) 2024-08-20T21:38:28.0025586Z #19 141.0 Collecting pillow==10.3.0 (from -r /opt/conda/requirements-ci.txt (line 150)) 2024-08-20T21:38:28.0026617Z #19 141.0 Downloading pillow-10.3.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (9.2 kB) 2024-08-20T21:38:28.0027661Z #19 141.0 Collecting protobuf==3.20.2 (from -r /opt/conda/requirements-ci.txt (line 155)) 2024-08-20T21:38:28.0028632Z #19 141.0 Downloading protobuf-3.20.2-py2.py3-none-any.whl.metadata (720 bytes) 2024-08-20T21:38:28.0029573Z #19 141.0 Collecting psutil (from -r /opt/conda/requirements-ci.txt (line 160)) 2024-08-20T21:38:28.0030919Z #19 141.0 Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2024-08-20T21:38:28.0032231Z #19 141.0 Collecting pytest==7.3.2 (from -r /opt/conda/requirements-ci.txt (line 165)) 2024-08-20T21:38:28.0033125Z #19 141.0 Downloading pytest-7.3.2-py3-none-any.whl.metadata (8.0 kB) 2024-08-20T21:38:28.0034234Z #19 141.0 Collecting pytest-xdist==3.3.1 (from -r /opt/conda/requirements-ci.txt (line 170)) 2024-08-20T21:38:28.0035205Z #19 141.0 Downloading pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2024-08-20T21:38:28.0036206Z #19 141.0 Collecting pytest-flakefinder==1.1.0 (from -r /opt/conda/requirements-ci.txt (line 175)) 2024-08-20T21:38:28.0037762Z #19 141.0 Downloading pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2024-08-20T21:38:28.0038874Z #19 141.0 Collecting pytest-rerunfailures>=10.3 (from -r /opt/conda/requirements-ci.txt (line 180)) 2024-08-20T21:38:28.0040012Z #19 141.0 Downloading pytest_rerunfailures-14.0-py3-none-any.whl.metadata (18 kB) 2024-08-20T21:38:28.0040998Z #19 141.0 Collecting xdoctest==1.1.0 (from -r /opt/conda/requirements-ci.txt (line 195)) 2024-08-20T21:38:28.0041921Z #19 141.0 Downloading xdoctest-1.1.0-py3-none-any.whl.metadata (37 kB) 2024-08-20T21:38:28.0042853Z #19 141.0 Collecting pygments==2.15.0 (from -r /opt/conda/requirements-ci.txt (line 200)) 2024-08-20T21:38:28.0043774Z #19 141.0 Downloading Pygments-2.15.0-py3-none-any.whl.metadata (2.5 kB) 2024-08-20T21:38:28.0044749Z #19 141.0 Collecting scikit-image==0.22.0 (from -r /opt/conda/requirements-ci.txt (line 221)) 2024-08-20T21:38:28.0045976Z #19 141.0 Downloading scikit_image-0.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) 2024-08-20T21:38:28.0047108Z #19 141.0 Collecting scipy==1.12.0 (from -r /opt/conda/requirements-ci.txt (line 232)) 2024-08-20T21:38:28.0048255Z #19 141.0 Downloading scipy-1.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2024-08-20T21:38:28.0049456Z #19 141.0 Collecting tb-nightly==2.13.0a20230426 (from -r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0050517Z #19 141.0 Downloading tb_nightly-2.13.0a20230426-py3-none-any.whl.metadata (1.8 kB) 2024-08-20T21:38:28.0051638Z #19 141.0 Collecting typing-extensions (from -r /opt/conda/requirements-ci.txt (line 251)) 2024-08-20T21:38:28.0052624Z #19 141.0 Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2024-08-20T21:38:28.0053746Z #19 141.0 Collecting unittest-xml-reporting<=3.2.0,>=2.0.0 (from -r /opt/conda/requirements-ci.txt (line 261)) 2024-08-20T21:38:28.0054856Z #19 141.0 Downloading unittest_xml_reporting-3.2.0-py2.py3-none-any.whl.metadata (11 kB) 2024-08-20T21:38:28.0055873Z #19 141.0 Collecting lintrunner==0.12.5 (from -r /opt/conda/requirements-ci.txt (line 267)) 2024-08-20T21:38:28.0057032Z #19 141.0 Downloading lintrunner-0.12.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2024-08-20T21:38:28.0058132Z #19 141.0 Collecting redis>=4.0.0 (from -r /opt/conda/requirements-ci.txt (line 272)) 2024-08-20T21:38:28.0059089Z #19 141.0 Downloading redis-5.0.8-py3-none-any.whl.metadata (9.2 kB) 2024-08-20T21:38:28.0059968Z #19 141.0 Collecting rockset==1.0.3 (from -r /opt/conda/requirements-ci.txt (line 276)) 2024-08-20T21:38:28.0060855Z #19 141.0 Downloading rockset-1.0.3-py3-none-any.whl.metadata (2.4 kB) 2024-08-20T21:38:28.0061732Z #19 141.0 Collecting ghstack==0.8.0 (from -r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T21:38:28.0062617Z #19 141.0 Downloading ghstack-0.8.0-py3-none-any.whl.metadata (6.8 kB) 2024-08-20T21:38:28.0063504Z #19 141.0 Collecting jinja2==3.1.4 (from -r /opt/conda/requirements-ci.txt (line 286)) 2024-08-20T21:38:28.0064372Z #19 141.0 Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 2024-08-20T21:38:28.0065257Z #19 141.0 Collecting pytest-cpp==2.3.0 (from -r /opt/conda/requirements-ci.txt (line 291)) 2024-08-20T21:38:28.0066171Z #19 141.0 Downloading pytest_cpp-2.3.0-py3-none-any.whl.metadata (5.4 kB) 2024-08-20T21:38:28.0067098Z #19 141.0 Collecting z3-solver==4.12.2.0 (from -r /opt/conda/requirements-ci.txt (line 296)) 2024-08-20T21:38:28.0068163Z #19 141.0 Downloading z3_solver-4.12.2.0-py2.py3-none-manylinux2014_x86_64.whl.metadata (697 bytes) 2024-08-20T21:38:28.0069231Z #19 141.0 Collecting tensorboard==2.13.0 (from -r /opt/conda/requirements-ci.txt (line 301)) 2024-08-20T21:38:28.0070174Z #19 141.0 Downloading tensorboard-2.13.0-py3-none-any.whl.metadata (1.8 kB) 2024-08-20T21:38:28.0071104Z #19 141.0 Collecting pywavelets==1.5.0 (from -r /opt/conda/requirements-ci.txt (line 307)) 2024-08-20T21:38:28.0072327Z #19 141.0 Downloading pywavelets-1.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.0 kB) 2024-08-20T21:38:28.0073431Z #19 141.0 Collecting lxml==5.0.0 (from -r /opt/conda/requirements-ci.txt (line 313)) 2024-08-20T21:38:28.0074395Z #19 141.0 Downloading lxml-5.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (6.7 kB) 2024-08-20T21:38:28.0075358Z #19 141.0 Collecting PyGithub==2.3.0 (from -r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T21:38:28.0076264Z #19 141.0 Downloading PyGithub-2.3.0-py3-none-any.whl.metadata (3.8 kB) 2024-08-20T21:38:28.0077150Z #19 141.0 Collecting sympy==1.13.1 (from -r /opt/conda/requirements-ci.txt (line 321)) 2024-08-20T21:38:28.0078001Z #19 141.0 Downloading sympy-1.13.1-py3-none-any.whl.metadata (12 kB) 2024-08-20T21:38:28.0078867Z #19 141.0 Collecting onnx==1.16.1 (from -r /opt/conda/requirements-ci.txt (line 326)) 2024-08-20T21:38:28.0080035Z #19 141.0 Downloading onnx-1.16.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (16 kB) 2024-08-20T21:38:28.0081418Z #19 141.0 Collecting onnxscript==0.1.0.dev20240817 (from -r /opt/conda/requirements-ci.txt (line 331)) 2024-08-20T21:38:28.0082480Z #19 141.0 Downloading onnxscript-0.1.0.dev20240817-py3-none-any.whl.metadata (14 kB) 2024-08-20T21:38:28.0083624Z #19 141.0 Collecting botocore<1.23.0,>=1.22.12 (from boto3==1.19.12->-r /opt/conda/requirements-ci.txt (line 8)) 2024-08-20T21:38:28.0084665Z #19 141.0 Downloading botocore-1.22.12-py3-none-any.whl.metadata (5.6 kB) 2024-08-20T21:38:28.0085712Z #19 141.0 Collecting jmespath<1.0.0,>=0.7.1 (from boto3==1.19.12->-r /opt/conda/requirements-ci.txt (line 8)) 2024-08-20T21:38:28.0086763Z #19 141.0 Downloading jmespath-0.10.0-py2.py3-none-any.whl.metadata (8.0 kB) 2024-08-20T21:38:28.0087851Z #19 141.0 Collecting s3transfer<0.6.0,>=0.5.0 (from boto3==1.19.12->-r /opt/conda/requirements-ci.txt (line 8)) 2024-08-20T21:38:28.0088887Z #19 141.0 Downloading s3transfer-0.5.2-py3-none-any.whl.metadata (1.7 kB) 2024-08-20T21:38:28.0089913Z #19 141.0 Collecting attrs>=19.2.0 (from hypothesis==5.35.1->-r /opt/conda/requirements-ci.txt (line 44)) 2024-08-20T21:38:28.0090891Z #19 141.0 Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB) 2024-08-20T21:38:28.0091999Z #19 141.0 Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis==5.35.1->-r /opt/conda/requirements-ci.txt (line 44)) 2024-08-20T21:38:28.0093201Z #19 141.0 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2024-08-20T21:38:28.0094284Z #19 141.0 Collecting future (from junitparser==2.1.1->-r /opt/conda/requirements-ci.txt (line 50)) 2024-08-20T21:38:28.0095173Z #19 141.0 Downloading future-1.0.0-py3-none-any.whl.metadata (4.0 kB) 2024-08-20T21:38:28.0096120Z #19 141.0 Collecting mypy-extensions>=1.0.0 (from mypy==1.10.0->-r /opt/conda/requirements-ci.txt (line 88)) 2024-08-20T21:38:28.0097105Z #19 141.0 Downloading mypy_extensions-1.0.0-py3-none-any.whl.metadata (1.1 kB) 2024-08-20T21:38:28.0098501Z #19 141.0 Requirement already satisfied: numpy>=1.7 in ./envs/py_3.12/lib/python3.12/site-packages (from opt-einsum==3.3->-r /opt/conda/requirements-ci.txt (line 132)) (1.26.0) 2024-08-20T21:38:28.0099892Z #19 141.0 Collecting iniconfig (from pytest==7.3.2->-r /opt/conda/requirements-ci.txt (line 165)) 2024-08-20T21:38:28.0100777Z #19 141.0 Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) 2024-08-20T21:38:28.0101699Z #19 141.0 Collecting packaging (from pytest==7.3.2->-r /opt/conda/requirements-ci.txt (line 165)) 2024-08-20T21:38:28.0102597Z #19 141.0 Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 2024-08-20T21:38:28.0103529Z #19 141.0 Collecting pluggy<2.0,>=0.12 (from pytest==7.3.2->-r /opt/conda/requirements-ci.txt (line 165)) 2024-08-20T21:38:28.0104437Z #19 141.0 Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) 2024-08-20T21:38:28.0105381Z #19 141.0 Collecting execnet>=1.1 (from pytest-xdist==3.3.1->-r /opt/conda/requirements-ci.txt (line 170)) 2024-08-20T21:38:28.0106363Z #19 141.0 Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2024-08-20T21:38:28.0107668Z #19 141.0 Requirement already satisfied: six in ./envs/py_3.12/lib/python3.12/site-packages (from xdoctest==1.1.0->-r /opt/conda/requirements-ci.txt (line 195)) (1.16.0) 2024-08-20T21:38:28.0109184Z #19 141.0 Collecting imageio>=2.27 (from scikit-image==0.22.0->-r /opt/conda/requirements-ci.txt (line 221)) 2024-08-20T21:38:28.0110138Z #19 141.0 Downloading imageio-2.35.1-py3-none-any.whl.metadata (4.9 kB) 2024-08-20T21:38:28.0111145Z #19 141.0 Collecting tifffile>=2022.8.12 (from scikit-image==0.22.0->-r /opt/conda/requirements-ci.txt (line 221)) 2024-08-20T21:38:28.0112121Z #19 141.0 Downloading tifffile-2024.8.10-py3-none-any.whl.metadata (31 kB) 2024-08-20T21:38:28.0113121Z #19 141.0 Collecting lazy_loader>=0.3 (from scikit-image==0.22.0->-r /opt/conda/requirements-ci.txt (line 221)) 2024-08-20T21:38:28.0114072Z #19 141.0 Downloading lazy_loader-0.4-py3-none-any.whl.metadata (7.6 kB) 2024-08-20T21:38:28.0115061Z #19 141.0 Collecting absl-py>=0.4 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0116226Z #19 141.0 Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2024-08-20T21:38:28.0117264Z #19 141.0 Collecting grpcio>=1.48.2 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0118522Z #19 141.0 Downloading grpcio-1.65.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.3 kB) 2024-08-20T21:38:28.0119872Z #19 141.0 Collecting google-auth<3,>=1.6.3 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0121170Z #19 141.0 Downloading google_auth-2.34.0-py2.py3-none-any.whl.metadata (4.7 kB) 2024-08-20T21:38:28.0122407Z #19 141.0 Collecting google-auth-oauthlib<1.1,>=0.5 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0123631Z #19 141.0 Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl.metadata (2.7 kB) 2024-08-20T21:38:28.0124810Z #19 141.0 Collecting markdown>=2.6.8 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0125852Z #19 141.0 Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB) 2024-08-20T21:38:28.0126955Z #19 141.0 Collecting requests<3,>=2.21.0 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0128096Z #19 141.0 Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 2024-08-20T21:38:28.0129690Z #19 141.0 Requirement already satisfied: setuptools>=41.0.0 in ./envs/py_3.12/lib/python3.12/site-packages (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) (72.1.0) 2024-08-20T21:38:28.0131546Z #19 141.0 Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0132893Z #19 141.0 Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl.metadata (1.1 kB) 2024-08-20T21:38:28.0134427Z #19 141.0 Collecting werkzeug>=1.0.1 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0135491Z #19 141.0 Downloading werkzeug-3.0.3-py3-none-any.whl.metadata (3.7 kB) 2024-08-20T21:38:28.0137043Z #19 141.0 Requirement already satisfied: wheel>=0.26 in ./envs/py_3.12/lib/python3.12/site-packages (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) (0.43.0) 2024-08-20T21:38:28.0138666Z #19 141.0 Collecting geojson<3.0.0,>=2.5.0 (from rockset==1.0.3->-r /opt/conda/requirements-ci.txt (line 276)) 2024-08-20T21:38:28.0139700Z #19 141.0 Downloading geojson-2.5.0-py2.py3-none-any.whl.metadata (15 kB) 2024-08-20T21:38:28.0140812Z #19 141.0 Collecting python_dateutil<3.0.0,>=2.5.3 (from rockset==1.0.3->-r /opt/conda/requirements-ci.txt (line 276)) 2024-08-20T21:38:28.0141982Z #19 141.0 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-08-20T21:38:28.0143216Z #19 141.0 Collecting urllib3<2.0.0,>=1.25.3 (from rockset==1.0.3->-r /opt/conda/requirements-ci.txt (line 276)) 2024-08-20T21:38:28.0144270Z #19 141.0 Downloading urllib3-1.26.19-py2.py3-none-any.whl.metadata (49 kB) 2024-08-20T21:38:28.0145299Z #19 141.0 Collecting aiohttp<4,>=3 (from ghstack==0.8.0->-r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T21:38:28.0146512Z #19 141.0 Downloading aiohttp-3.10.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.5 kB) 2024-08-20T21:38:28.0147745Z #19 141.0 Collecting MarkupSafe>=2.0 (from jinja2==3.1.4->-r /opt/conda/requirements-ci.txt (line 286)) 2024-08-20T21:38:28.0148998Z #19 141.0 Downloading MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2024-08-20T21:38:28.0150228Z #19 141.0 Collecting colorama (from pytest-cpp==2.3.0->-r /opt/conda/requirements-ci.txt (line 291)) 2024-08-20T21:38:28.0151237Z #19 141.0 Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2024-08-20T21:38:28.0152286Z #19 141.0 Collecting pynacl>=1.4.0 (from PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T21:38:28.0153628Z #19 141.0 Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 2024-08-20T21:38:28.0155034Z #19 141.0 Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T21:38:28.0156110Z #19 141.0 Downloading PyJWT-2.9.0-py3-none-any.whl.metadata (3.0 kB) 2024-08-20T21:38:28.0157187Z #19 141.0 Collecting Deprecated (from PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T21:38:28.0158291Z #19 141.0 Downloading Deprecated-1.2.14-py2.py3-none-any.whl.metadata (5.4 kB) 2024-08-20T21:38:28.0159280Z #19 141.0 Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.1->-r /opt/conda/requirements-ci.txt (line 321)) 2024-08-20T21:38:28.0160437Z #19 141.0 Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2024-08-20T21:38:28.0161512Z #19 141.0 Collecting ml-dtypes (from onnxscript==0.1.0.dev20240817->-r /opt/conda/requirements-ci.txt (line 331)) 2024-08-20T21:38:28.0162790Z #19 141.0 Downloading ml_dtypes-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) 2024-08-20T21:38:28.0164152Z #19 141.0 Collecting aiohappyeyeballs>=2.3.0 (from aiohttp<4,>=3->ghstack==0.8.0->-r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T21:38:28.0165416Z #19 141.0 Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB) 2024-08-20T21:38:28.0166585Z #19 141.0 Collecting aiosignal>=1.1.2 (from aiohttp<4,>=3->ghstack==0.8.0->-r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T21:38:28.0167644Z #19 141.0 Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB) 2024-08-20T21:38:28.0168764Z #19 141.0 Collecting frozenlist>=1.1.1 (from aiohttp<4,>=3->ghstack==0.8.0->-r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T21:38:28.0170317Z #19 141.0 Downloading frozenlist-1.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-08-20T21:38:28.0171840Z #19 141.0 Collecting multidict<7.0,>=4.5 (from aiohttp<4,>=3->ghstack==0.8.0->-r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T21:38:28.0173201Z #19 141.0 Downloading multidict-6.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) 2024-08-20T21:38:28.0174416Z #19 141.0 Collecting yarl<2.0,>=1.0 (from aiohttp<4,>=3->ghstack==0.8.0->-r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T21:38:28.0175581Z #19 141.0 Downloading yarl-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) 2024-08-20T21:38:28.0176897Z #19 141.0 Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0178017Z #19 141.0 Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB) 2024-08-20T21:38:28.0179258Z #19 141.0 Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0180411Z #19 141.0 Downloading pyasn1_modules-0.4.0-py3-none-any.whl.metadata (3.4 kB) 2024-08-20T21:38:28.0181529Z #19 141.0 Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0182547Z #19 141.0 Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2024-08-20T21:38:28.0183755Z #19 141.0 Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0185010Z #19 141.0 Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) 2024-08-20T21:38:28.0186152Z #19 141.0 Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T21:38:28.0187337Z #19 141.0 Downloading cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2024-08-20T21:38:28.0188459Z #19 141.0 Collecting cffi>=1.4.1 (from pynacl>=1.4.0->PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T21:38:28.0189621Z #19 141.0 Downloading cffi-1.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-08-20T21:38:28.0190964Z #19 141.0 Collecting charset-normalizer<4,>=2 (from requests<3,>=2.21.0->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0192363Z #19 141.0 Downloading charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) 2024-08-20T21:38:28.0193695Z #19 141.0 Collecting idna<4,>=2.5 (from requests<3,>=2.21.0->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0194686Z #19 141.0 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 2024-08-20T21:38:28.0195796Z #19 141.0 Collecting certifi>=2017.4.17 (from requests<3,>=2.21.0->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0196880Z #19 141.0 Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB) 2024-08-20T21:38:28.0197898Z #19 141.0 Collecting wrapt<2,>=1.10 (from Deprecated->PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T21:38:28.0199278Z #19 141.0 Downloading wrapt-1.16.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) 2024-08-20T21:38:28.0201050Z #19 141.0 Collecting pycparser (from cffi>=1.4.1->pynacl>=1.4.0->PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T21:38:28.0202179Z #19 141.0 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 2024-08-20T21:38:28.0203562Z #19 141.0 Collecting pyasn1<0.7.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0204874Z #19 141.0 Downloading pyasn1-0.6.0-py2.py3-none-any.whl.metadata (8.3 kB) 2024-08-20T21:38:28.0206334Z #19 141.0 Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T21:38:28.0207689Z #19 141.0 Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2024-08-20T21:38:28.0208454Z #19 141.0 Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2024-08-20T21:38:28.0209235Z #19 141.0 Downloading dill-0.3.7-py3-none-any.whl (115 kB) 2024-08-20T21:38:28.0209947Z #19 141.0 Downloading expecttest-0.1.6-py3-none-any.whl (6.5 kB) 2024-08-20T21:38:28.0210703Z #19 141.0 Downloading flatbuffers-2.0-py2.py3-none-any.whl (26 kB) 2024-08-20T21:38:28.0211481Z #19 141.0 Downloading hypothesis-5.35.1-py3-none-any.whl (334 kB) 2024-08-20T21:38:28.0212378Z #19 141.0 Downloading junitparser-2.1.1-py2.py3-none-any.whl (10 kB) 2024-08-20T21:38:28.0213073Z #19 141.0 Downloading lark-0.12.0-py2.py3-none-any.whl (103 kB) 2024-08-20T21:38:28.0214040Z #19 141.0 Downloading mypy-1.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.6 MB) 2024-08-20T21:38:28.0214909Z #19 141.0 Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2024-08-20T21:38:28.0215579Z #19 141.0 Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB) 2024-08-20T21:38:28.0216476Z #19 141.0 Downloading optree-0.12.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (341 kB) 2024-08-20T21:38:28.0217458Z #19 141.0 Downloading pillow-10.3.0-cp312-cp312-manylinux_2_28_x86_64.whl (4.5 MB) 2024-08-20T21:38:28.0218257Z #19 141.0 Downloading protobuf-3.20.2-py2.py3-none-any.whl (162 kB) 2024-08-20T21:38:28.0218929Z #19 141.0 Downloading pytest-7.3.2-py3-none-any.whl (320 kB) 2024-08-20T21:38:28.0219599Z #19 141.0 Downloading pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2024-08-20T21:38:28.0220364Z #19 141.0 Downloading pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2024-08-20T21:38:28.0221101Z #19 141.0 Downloading xdoctest-1.1.0-py3-none-any.whl (135 kB) 2024-08-20T21:38:28.0221780Z #19 141.0 Downloading Pygments-2.15.0-py3-none-any.whl (1.1 MB) 2024-08-20T21:38:28.0222725Z #19 141.0 Downloading scikit_image-0.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.0 MB) 2024-08-20T21:38:28.0223857Z #19 141.0 Downloading scipy-1.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.8 MB) 2024-08-20T21:38:28.0224786Z #19 141.0 Downloading tb_nightly-2.13.0a20230426-py3-none-any.whl (5.6 MB) 2024-08-20T21:38:28.0225765Z #19 141.0 Downloading lintrunner-0.12.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB) 2024-08-20T21:38:28.0226640Z #19 141.0 Downloading rockset-1.0.3-py3-none-any.whl (699 kB) 2024-08-20T21:38:28.0227280Z #19 141.0 Downloading ghstack-0.8.0-py3-none-any.whl (89 kB) 2024-08-20T21:38:28.0227918Z #19 141.0 Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-08-20T21:38:28.0228568Z #19 141.0 Downloading pytest_cpp-2.3.0-py3-none-any.whl (14 kB) 2024-08-20T21:38:28.0229377Z #19 141.0 Downloading z3_solver-4.12.2.0-py2.py3-none-manylinux2014_x86_64.whl (55.7 MB) 2024-08-20T21:38:28.0230208Z #19 141.0 Downloading tensorboard-2.13.0-py3-none-any.whl (5.6 MB) 2024-08-20T21:38:28.0231160Z #19 141.0 Downloading pywavelets-1.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-20T21:38:28.0232148Z #19 141.0 Downloading lxml-5.0.0-cp312-cp312-manylinux_2_28_x86_64.whl (8.1 MB) 2024-08-20T21:38:28.0232952Z #19 141.0 Downloading PyGithub-2.3.0-py3-none-any.whl (354 kB) 2024-08-20T21:38:28.0233726Z #19 141.0 Downloading sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-20T21:38:28.0234829Z #19 141.0 Downloading onnx-1.16.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.9 MB) 2024-08-20T21:38:28.0235853Z #19 141.0 Downloading onnxscript-0.1.0.dev20240817-py3-none-any.whl (660 kB) 2024-08-20T21:38:28.0236641Z #19 141.0 Downloading click-8.1.7-py3-none-any.whl (97 kB) 2024-08-20T21:38:28.0237825Z #19 141.0 Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (290 kB) 2024-08-20T21:38:28.0239013Z #19 141.0 Downloading pytest_rerunfailures-14.0-py3-none-any.whl (12 kB) 2024-08-20T21:38:28.0239912Z #19 141.0 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-20T21:38:28.0240792Z #19 141.0 Downloading unittest_xml_reporting-3.2.0-py2.py3-none-any.whl (20 kB) 2024-08-20T21:38:28.0241592Z #19 141.0 Downloading redis-5.0.8-py3-none-any.whl (255 kB) 2024-08-20T21:38:28.0242266Z #19 141.0 Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-20T21:38:28.0243240Z #19 141.0 Downloading aiohttp-3.10.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-20T21:38:28.0244173Z #19 141.0 Downloading attrs-24.2.0-py3-none-any.whl (63 kB) 2024-08-20T21:38:28.0244870Z #19 141.0 Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2024-08-20T21:38:28.0245588Z #19 141.0 Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2024-08-20T21:38:28.0246409Z #19 141.0 Downloading geojson-2.5.0-py2.py3-none-any.whl (14 kB) 2024-08-20T21:38:28.0247178Z #19 141.0 Downloading google_auth-2.34.0-py2.py3-none-any.whl (200 kB) 2024-08-20T21:38:28.0248031Z #19 141.0 Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) 2024-08-20T21:38:28.0249091Z #19 141.0 Downloading grpcio-1.65.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB) 2024-08-20T21:38:28.0250026Z #19 141.0 Downloading imageio-2.35.1-py3-none-any.whl (315 kB) 2024-08-20T21:38:28.0250778Z #19 141.0 Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2024-08-20T21:38:28.0251526Z #19 141.0 Downloading lazy_loader-0.4-py3-none-any.whl (12 kB) 2024-08-20T21:38:28.0252419Z #19 141.0 Downloading Markdown-3.7-py3-none-any.whl (106 kB) 2024-08-20T21:38:28.0253316Z #19 141.0 Downloading MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) 2024-08-20T21:38:28.0254190Z #19 141.0 Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-20T21:38:28.0254893Z #19 141.0 Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB) 2024-08-20T21:38:28.0255579Z #19 141.0 Downloading packaging-24.1-py3-none-any.whl (53 kB) 2024-08-20T21:38:28.0256232Z #19 141.0 Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-08-20T21:38:28.0256859Z #19 141.0 Downloading PyJWT-2.9.0-py3-none-any.whl (22 kB) 2024-08-20T21:38:28.0257827Z #19 141.0 Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2024-08-20T21:38:28.0258890Z #19 141.0 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-08-20T21:38:28.0259658Z #19 141.0 Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-20T21:38:28.0260327Z #19 141.0 Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2024-08-20T21:38:28.0261069Z #19 141.0 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-20T21:38:28.0262002Z #19 141.0 Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl (6.6 MB) 2024-08-20T21:38:28.0262842Z #19 141.0 Downloading tifffile-2024.8.10-py3-none-any.whl (225 kB) 2024-08-20T21:38:28.0263554Z #19 141.0 Downloading urllib3-1.26.19-py2.py3-none-any.whl (143 kB) 2024-08-20T21:38:28.0264247Z #19 141.0 Downloading werkzeug-3.0.3-py3-none-any.whl (227 kB) 2024-08-20T21:38:28.0264917Z #19 141.0 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-20T21:38:28.0265641Z #19 141.0 Downloading Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB) 2024-08-20T21:38:28.0266414Z #19 141.0 Downloading future-1.0.0-py3-none-any.whl (491 kB) 2024-08-20T21:38:28.0267063Z #19 141.0 Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-08-20T21:38:28.0267979Z #19 141.0 Downloading ml_dtypes-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2024-08-20T21:38:28.0268908Z #19 141.0 Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-20T21:38:28.0269633Z #19 141.0 Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-20T21:38:28.0270309Z #19 141.0 Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-20T21:38:28.0270995Z #19 141.0 Downloading certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-08-20T21:38:28.0271889Z #19 141.0 Downloading cffi-1.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB) 2024-08-20T21:38:28.0273033Z #19 141.0 Downloading charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB) 2024-08-20T21:38:28.0274106Z #19 141.0 Downloading cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB) 2024-08-20T21:38:28.0275369Z #19 141.0 Downloading frozenlist-1.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281 kB) 2024-08-20T21:38:28.0276388Z #19 141.0 Downloading idna-3.7-py3-none-any.whl (66 kB) 2024-08-20T21:38:28.0277255Z #19 141.0 Downloading multidict-6.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130 kB) 2024-08-20T21:38:28.0278171Z #19 141.0 Downloading pyasn1_modules-0.4.0-py3-none-any.whl (181 kB) 2024-08-20T21:38:28.0278984Z #19 141.0 Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) 2024-08-20T21:38:28.0279655Z #19 141.0 Downloading rsa-4.9-py3-none-any.whl (34 kB) 2024-08-20T21:38:28.0281018Z #19 141.0 Downloading wrapt-1.16.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (87 kB) 2024-08-20T21:38:28.0282366Z #19 141.0 Downloading yarl-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB) 2024-08-20T21:38:28.0283280Z #19 141.0 Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) 2024-08-20T21:38:28.0284002Z #19 141.0 Downloading pyasn1-0.6.0-py2.py3-none-any.whl (85 kB) 2024-08-20T21:38:28.0284728Z #19 141.0 Downloading pycparser-2.22-py3-none-any.whl (117 kB) 2024-08-20T21:38:28.0291197Z #19 141.0 Installing collected packages: z3-solver, sortedcontainers, mpmath, lark, geojson, flatbuffers, xdoctest, wrapt, urllib3, typing-extensions, tifffile, tensorboard-data-server, sympy, scipy, redis, pywavelets, python_dateutil, pyjwt, pygments, pycparser, pyasn1, psutil, protobuf, pluggy, pillow, packaging, opt-einsum, oauthlib, networkx, mypy-extensions, multidict, ml-dtypes, MarkupSafe, markdown, lxml, lintrunner, jmespath, iniconfig, idna, grpcio, future, frozenlist, expecttest, execnet, dill, colorama, click, charset-normalizer, certifi, cachetools, attrs, aiohappyeyeballs, absl-py, yarl, werkzeug, unittest-xml-reporting, rsa, rockset, requests, pytest, pyasn1-modules, optree, onnx, mypy, lazy_loader, junitparser, jinja2, imageio, hypothesis, Deprecated, cffi, botocore, aiosignal, scikit-image, s3transfer, requests-oauthlib, pytest-xdist, pytest-rerunfailures, pytest-flakefinder, pytest-cpp, pynacl, onnxscript, google-auth, cryptography, aiohttp, google-auth-oauthlib, ghstack, boto3, tensorboard, tb-nightly, PyGithub 2024-08-20T21:38:28.0305499Z #19 141.0 Successfully installed Deprecated-1.2.14 MarkupSafe-2.1.5 PyGithub-2.3.0 absl-py-2.1.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 attrs-24.2.0 boto3-1.19.12 botocore-1.22.12 cachetools-5.5.0 certifi-2024.7.4 cffi-1.17.0 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 cryptography-43.0.0 dill-0.3.7 execnet-2.1.1 expecttest-0.1.6 flatbuffers-2.0 frozenlist-1.4.1 future-1.0.0 geojson-2.5.0 ghstack-0.8.0 google-auth-2.34.0 google-auth-oauthlib-1.0.0 grpcio-1.65.5 hypothesis-5.35.1 idna-3.7 imageio-2.35.1 iniconfig-2.0.0 jinja2-3.1.4 jmespath-0.10.0 junitparser-2.1.1 lark-0.12.0 lazy_loader-0.4 lintrunner-0.12.5 lxml-5.0.0 markdown-3.7 ml-dtypes-0.4.0 mpmath-1.3.0 multidict-6.0.5 mypy-1.10.0 mypy-extensions-1.0.0 networkx-2.8.8 oauthlib-3.2.2 onnx-1.16.1 onnxscript-0.1.0.dev20240817 opt-einsum-3.3.0 optree-0.12.1 packaging-24.1 pillow-10.3.0 pluggy-1.5.0 protobuf-3.20.2 psutil-6.0.0 pyasn1-0.6.0 pyasn1-modules-0.4.0 pycparser-2.22 pygments-2.15.0 pyjwt-2.9.0 pynacl-1.5.0 pytest-7.3.2 pytest-cpp-2.3.0 pytest-flakefinder-1.1.0 pytest-rerunfailures-14.0 pytest-xdist-3.3.1 python_dateutil-2.9.0.post0 pywavelets-1.5.0 redis-5.0.8 requests-2.32.3 requests-oauthlib-2.0.0 rockset-1.0.3 rsa-4.9 s3transfer-0.5.2 scikit-image-0.22.0 scipy-1.12.0 sortedcontainers-2.4.0 sympy-1.13.1 tb-nightly-2.13.0a20230426 tensorboard-2.13.0 tensorboard-data-server-0.7.2 tifffile-2024.8.10 typing-extensions-4.12.2 unittest-xml-reporting-3.2.0 urllib3-1.26.19 werkzeug-3.0.3 wrapt-1.16.0 xdoctest-1.1.0 yarl-1.9.4 z3-solver-4.12.2.0 2024-08-20T21:38:28.0313770Z #19 141.0 2024-08-20T21:38:28.1895369Z #19 141.1 + pip_install -U scikit-learn 2024-08-20T21:38:28.1896227Z #19 141.1 + as_jenkins conda run -n py_3.12 pip install --progress-bar off -U scikit-learn 2024-08-20T21:38:28.1898486Z #19 141.1 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda run -n py_3.12 pip install --progress-bar off -U scikit-learn 2024-08-20T21:38:31.1915565Z #19 144.2 Collecting scikit-learn 2024-08-20T21:38:31.1917537Z #19 144.2 Downloading scikit_learn-1.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-08-20T21:38:31.1919105Z #19 144.2 Requirement already satisfied: numpy>=1.19.5 in ./envs/py_3.12/lib/python3.12/site-packages (from scikit-learn) (1.26.0) 2024-08-20T21:38:31.1920696Z #19 144.2 Requirement already satisfied: scipy>=1.6.0 in ./envs/py_3.12/lib/python3.12/site-packages (from scikit-learn) (1.12.0) 2024-08-20T21:38:31.1921719Z #19 144.2 Collecting joblib>=1.2.0 (from scikit-learn) 2024-08-20T21:38:31.1922450Z #19 144.2 Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2024-08-20T21:38:31.1923214Z #19 144.2 Collecting threadpoolctl>=3.1.0 (from scikit-learn) 2024-08-20T21:38:31.1924014Z #19 144.2 Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) 2024-08-20T21:38:31.1925120Z #19 144.2 Downloading scikit_learn-1.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.1 MB) 2024-08-20T21:38:31.1926077Z #19 144.2 Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-20T21:38:31.1926826Z #19 144.2 Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-20T21:38:31.1927647Z #19 144.2 Installing collected packages: threadpoolctl, joblib, scikit-learn 2024-08-20T21:38:31.1928580Z #19 144.2 Successfully installed joblib-1.4.2 scikit-learn-1.5.1 threadpoolctl-3.5.0 2024-08-20T21:38:31.1929208Z #19 144.2 2024-08-20T21:38:31.3815905Z #19 144.3 + '[' -n '' ']' 2024-08-20T21:38:31.3817021Z #19 144.3 + popd 2024-08-20T21:38:31.3817787Z #19 144.3 / 2024-08-20T21:38:37.1293561Z #19 DONE 150.2s 2024-08-20T21:38:37.2817864Z 2024-08-20T21:38:37.2819984Z #20 [stage-0 14/92] RUN if [ -n "${UNINSTALL_DILL}" ]; then pip uninstall -y dill; fi 2024-08-20T21:38:37.5736288Z #20 DONE 0.4s 2024-08-20T21:38:37.7668048Z 2024-08-20T21:38:37.7668912Z #21 [stage-0 15/92] COPY ./common/install_gcc.sh install_gcc.sh 2024-08-20T21:38:37.7669576Z #21 DONE 0.0s 2024-08-20T21:38:37.7669741Z 2024-08-20T21:38:37.7670080Z #22 [stage-0 16/92] RUN bash ./install_gcc.sh && rm install_gcc.sh 2024-08-20T21:38:38.7088716Z #22 1.093 + '[' -n 11 ']' 2024-08-20T21:38:38.7089387Z #22 1.093 + add-apt-repository ppa:ubuntu-toolchain-r/test 2024-08-20T21:38:40.7032883Z #22 3.087 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] 2024-08-20T21:38:40.8549078Z #22 3.088 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-08-20T21:38:41.1147905Z #22 3.498 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-08-20T21:38:41.1149234Z #22 3.498 Get:4 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1135 kB] 2024-08-20T21:38:41.3061838Z #22 3.592 Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-08-20T21:38:41.3062806Z #22 3.690 Get:6 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] 2024-08-20T21:38:41.4407221Z #22 3.727 Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] 2024-08-20T21:38:41.4408431Z #22 3.824 Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2173 kB] 2024-08-20T21:38:41.5549577Z #22 3.939 Get:9 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB] 2024-08-20T21:38:41.7062183Z #22 3.940 Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2867 kB] 2024-08-20T21:38:41.8565766Z #22 4.240 Get:11 https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu jammy InRelease [24.6 kB] 2024-08-20T21:38:41.9987885Z #22 4.340 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] 2024-08-20T21:38:41.9988926Z #22 4.383 Get:13 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] 2024-08-20T21:38:42.1211858Z #22 4.387 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.8 kB] 2024-08-20T21:38:42.1213062Z #22 4.387 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1424 kB] 2024-08-20T21:38:42.1214954Z #22 4.405 Get:16 https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu jammy/main amd64 Packages [17.4 kB] 2024-08-20T21:38:42.1216302Z #22 4.427 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2968 kB] 2024-08-20T21:38:42.1217429Z #22 4.505 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2452 kB] 2024-08-20T21:38:42.3369783Z #22 4.570 Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.0 kB] 2024-08-20T21:38:42.3370975Z #22 4.570 Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [33.7 kB] 2024-08-20T21:38:42.9912520Z #22 5.375 Fetched 33.6 MB in 2s (13.8 MB/s) 2024-08-20T21:38:43.7068575Z #22 5.375 Reading package lists... 2024-08-20T21:38:43.9379203Z #22 6.103 PPA publishes dbgsym, you may need to include 'main/debug' component 2024-08-20T21:38:43.9380373Z #22 6.103 Repository: 'deb https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu/ jammy main' 2024-08-20T21:38:43.9381118Z #22 6.103 Description: 2024-08-20T21:38:43.9381638Z #22 6.103 Toolchain test builds; see https://wiki.ubuntu.com/ToolChain 2024-08-20T21:38:43.9382187Z #22 6.103 2024-08-20T21:38:43.9382768Z #22 6.103 More info: https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test 2024-08-20T21:38:43.9383406Z #22 6.103 Adding repository. 2024-08-20T21:38:43.9384182Z #22 6.103 Adding deb entry to /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list 2024-08-20T21:38:43.9385418Z #22 6.103 Adding disabled deb-src entry to /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list 2024-08-20T21:38:43.9386944Z #22 6.103 Adding key to /etc/apt/trusted.gpg.d/ubuntu-toolchain-r-ubuntu-test.gpg with fingerprint C8EC952E2A0E1FBDC5090F6A2C277A0A352154E5 2024-08-20T21:38:43.9387968Z #22 6.171 + apt-get update 2024-08-20T21:38:43.9892659Z #22 6.373 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-08-20T21:38:43.9893429Z #22 6.373 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-08-20T21:38:44.1300854Z #22 6.441 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-08-20T21:38:44.1301764Z #22 6.514 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-08-20T21:38:46.1762027Z #22 8.560 Hit:5 https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu jammy InRelease 2024-08-20T21:38:46.9722858Z #22 8.634 Reading package lists... 2024-08-20T21:38:47.1681012Z #22 9.369 + apt-get install -y g++-11 2024-08-20T21:38:47.7369685Z #22 9.401 Reading package lists... 2024-08-20T21:38:47.8850489Z #22 10.13 Building dependency tree... 2024-08-20T21:38:48.0356279Z #22 10.27 Reading state information... 2024-08-20T21:38:48.0461724Z #22 10.43 g++-11 is already the newest version (11.4.0-1ubuntu1~22.04). 2024-08-20T21:38:48.0462386Z #22 10.43 g++-11 set to manually installed. 2024-08-20T21:38:48.0463001Z #22 10.43 0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded. 2024-08-20T21:38:48.2412882Z #22 10.43 + update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 50 2024-08-20T21:38:48.2413941Z #22 10.43 update-alternatives: using /usr/bin/gcc-11 to provide /usr/bin/gcc (gcc) in auto mode 2024-08-20T21:38:48.2414935Z #22 10.44 + update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 50 2024-08-20T21:38:48.2415900Z #22 10.44 update-alternatives: using /usr/bin/g++-11 to provide /usr/bin/g++ (g++) in auto mode 2024-08-20T21:38:48.2416891Z #22 10.44 + update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-11 50 2024-08-20T21:38:48.2417925Z #22 10.44 update-alternatives: using /usr/bin/gcov-11 to provide /usr/bin/gcov (gcov) in auto mode 2024-08-20T21:38:48.2418749Z #22 10.44 + apt-get autoclean 2024-08-20T21:38:48.8043071Z #22 10.47 Reading package lists... 2024-08-20T21:38:48.9482751Z #22 11.20 Building dependency tree... 2024-08-20T21:38:49.1831946Z #22 11.33 Reading state information... 2024-08-20T21:38:49.1834166Z #22 11.34 + apt-get clean 2024-08-20T21:38:49.1853979Z #22 11.35 + rm -rf /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-backports_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-backports_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy-updates_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/auxfiles /var/lib/apt/lists/lock /var/lib/apt/lists/partial /var/lib/apt/lists/ppa.launchpadcontent.net_ubuntu-toolchain-r_test_ubuntu_dists_jammy_InRelease /var/lib/apt/lists/ppa.launchpadcontent.net_ubuntu-toolchain-r_test_ubuntu_dists_jammy_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_InRelease /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_jammy-security_universe_binary-amd64_Packages.lz4 /tmp/Miniconda3-latest-Linux-x86_64.sh '/var/tmp/*' 2024-08-20T21:38:49.1866128Z #22 DONE 11.4s 2024-08-20T21:38:49.1866320Z 2024-08-20T21:38:49.1866696Z #23 [stage-0 17/92] COPY ./common/install_lcov.sh install_lcov.sh 2024-08-20T21:38:49.1867224Z #23 DONE 0.0s 2024-08-20T21:38:49.1867388Z 2024-08-20T21:38:49.1867748Z #24 [stage-0 18/92] RUN bash ./install_lcov.sh && rm install_lcov.sh 2024-08-20T21:38:49.6072532Z #24 0.575 + git clone --branch v1.15 https://github.com/linux-test-project/lcov.git 2024-08-20T21:38:49.7589265Z #24 0.576 Cloning into 'lcov'... 2024-08-20T21:38:49.9529560Z #24 0.921 Note: switching to 'd100e6cdd4c67cbe5322fa26b2ee8aa34ea7ebcf'. 2024-08-20T21:38:49.9530349Z #24 0.921 2024-08-20T21:38:49.9530946Z #24 0.921 You are in 'detached HEAD' state. You can look around, make experimental 2024-08-20T21:38:49.9531825Z #24 0.921 changes and commit them, and you can discard any commits you make in this 2024-08-20T21:38:49.9532664Z #24 0.921 state without impacting any branches by switching back to a branch. 2024-08-20T21:38:49.9533229Z #24 0.921 2024-08-20T21:38:49.9533885Z #24 0.921 If you want to create a new branch to retain commits you create, you may 2024-08-20T21:38:49.9534796Z #24 0.921 do so (now or later) by using -c with the switch command. Example: 2024-08-20T21:38:49.9535349Z #24 0.921 2024-08-20T21:38:49.9535710Z #24 0.921 git switch -c 2024-08-20T21:38:49.9536119Z #24 0.921 2024-08-20T21:38:49.9536390Z #24 0.921 Or undo this operation with: 2024-08-20T21:38:49.9536769Z #24 0.921 2024-08-20T21:38:49.9537030Z #24 0.921 git switch - 2024-08-20T21:38:49.9537328Z #24 0.921 2024-08-20T21:38:49.9537851Z #24 0.921 Turn off this advice by setting config variable advice.detachedHead to false 2024-08-20T21:38:49.9538482Z #24 0.921 2024-08-20T21:38:50.0557345Z #24 0.929 /lcov / 2024-08-20T21:38:50.0557704Z #24 0.929 + pushd lcov 2024-08-20T21:38:50.0558054Z #24 0.929 + sudo make install 2024-08-20T21:38:50.0558745Z #24 0.950 bin/install.sh bin/lcov /usr/local/bin/lcov -m 755 2024-08-20T21:38:50.0559486Z #24 0.956 bin/install.sh bin/genhtml /usr/local/bin/genhtml -m 755 2024-08-20T21:38:50.0560585Z #24 0.963 bin/install.sh bin/geninfo /usr/local/bin/geninfo -m 755 2024-08-20T21:38:50.0561318Z #24 0.968 bin/install.sh bin/genpng /usr/local/bin/genpng -m 755 2024-08-20T21:38:50.0562073Z #24 0.974 bin/install.sh bin/gendesc /usr/local/bin/gendesc -m 755 2024-08-20T21:38:50.0562959Z #24 0.979 bin/install.sh man/lcov.1 /usr/local/share/man/man1/lcov.1 -m 644 2024-08-20T21:38:50.0563863Z #24 0.985 bin/install.sh man/genhtml.1 /usr/local/share/man/man1/genhtml.1 -m 644 2024-08-20T21:38:50.0564779Z #24 0.990 bin/install.sh man/geninfo.1 /usr/local/share/man/man1/geninfo.1 -m 644 2024-08-20T21:38:50.0565690Z #24 0.996 bin/install.sh man/genpng.1 /usr/local/share/man/man1/genpng.1 -m 644 2024-08-20T21:38:50.0566597Z #24 1.001 bin/install.sh man/gendesc.1 /usr/local/share/man/man1/gendesc.1 -m 644 2024-08-20T21:38:50.0567485Z #24 1.006 bin/install.sh man/lcovrc.5 /usr/local/share/man/man5/lcovrc.5 -m 644 2024-08-20T21:38:50.0568269Z #24 1.012 bin/install.sh lcovrc /usr/local/etc/lcovrc -m 644 2024-08-20T21:38:50.0568903Z #24 1.017 bin/updateversion.pl /usr/local/bin/lcov 1.15 1 1.15 2024-08-20T21:38:50.0569456Z #24 1.024 Updating bin tool /usr/local/bin/lcov 2024-08-20T21:38:50.1736323Z #24 1.026 Done. 2024-08-20T21:38:50.1736866Z #24 1.026 bin/updateversion.pl /usr/local/bin/genhtml 1.15 1 1.15 2024-08-20T21:38:50.1737503Z #24 1.033 Updating bin tool /usr/local/bin/genhtml 2024-08-20T21:38:50.1737931Z #24 1.035 Done. 2024-08-20T21:38:50.1738365Z #24 1.035 bin/updateversion.pl /usr/local/bin/geninfo 1.15 1 1.15 2024-08-20T21:38:50.1738985Z #24 1.041 Updating bin tool /usr/local/bin/geninfo 2024-08-20T21:38:50.1739406Z #24 1.043 Done. 2024-08-20T21:38:50.1739831Z #24 1.043 bin/updateversion.pl /usr/local/bin/genpng 1.15 1 1.15 2024-08-20T21:38:50.1740412Z #24 1.049 Updating bin tool /usr/local/bin/genpng 2024-08-20T21:38:50.1740830Z #24 1.051 Done. 2024-08-20T21:38:50.1741263Z #24 1.051 bin/updateversion.pl /usr/local/bin/gendesc 1.15 1 1.15 2024-08-20T21:38:50.1741855Z #24 1.056 Updating bin tool /usr/local/bin/gendesc 2024-08-20T21:38:50.1742275Z #24 1.059 Done. 2024-08-20T21:38:50.1742758Z #24 1.059 bin/updateversion.pl /usr/local/share/man/man1/lcov.1 1.15 1 1.15 2024-08-20T21:38:50.1743456Z #24 1.065 Updating man page /usr/local/share/man/man1/lcov.1 2024-08-20T21:38:50.1743924Z #24 1.067 Done. 2024-08-20T21:38:50.1744415Z #24 1.067 bin/updateversion.pl /usr/local/share/man/man1/genhtml.1 1.15 1 1.15 2024-08-20T21:38:50.1745141Z #24 1.072 Updating man page /usr/local/share/man/man1/genhtml.1 2024-08-20T21:38:50.1745826Z #24 1.074 Done. 2024-08-20T21:38:50.1746318Z #24 1.075 bin/updateversion.pl /usr/local/share/man/man1/geninfo.1 1.15 1 1.15 2024-08-20T21:38:50.1747045Z #24 1.080 Updating man page /usr/local/share/man/man1/geninfo.1 2024-08-20T21:38:50.1747528Z #24 1.082 Done. 2024-08-20T21:38:50.1748018Z #24 1.082 bin/updateversion.pl /usr/local/share/man/man1/genpng.1 1.15 1 1.15 2024-08-20T21:38:50.1748735Z #24 1.088 Updating man page /usr/local/share/man/man1/genpng.1 2024-08-20T21:38:50.1749214Z #24 1.089 Done. 2024-08-20T21:38:50.1749720Z #24 1.090 bin/updateversion.pl /usr/local/share/man/man1/gendesc.1 1.15 1 1.15 2024-08-20T21:38:50.1750443Z #24 1.095 Updating man page /usr/local/share/man/man1/gendesc.1 2024-08-20T21:38:50.1750940Z #24 1.097 Done. 2024-08-20T21:38:50.1751409Z #24 1.097 bin/updateversion.pl /usr/local/share/man/man5/lcovrc.5 1.15 1 1.15 2024-08-20T21:38:50.1752120Z #24 1.103 Updating man page /usr/local/share/man/man5/lcovrc.5 2024-08-20T21:38:50.1752614Z #24 1.105 Done. 2024-08-20T21:38:50.1752926Z #24 1.106 + popd 2024-08-20T21:38:50.1753327Z #24 1.106 / 2024-08-20T21:38:50.1762185Z #24 DONE 1.1s 2024-08-20T21:38:50.3604434Z 2024-08-20T21:38:50.3605457Z #25 [stage-0 19/92] COPY ./common/install_cuda.sh install_cuda.sh 2024-08-20T21:38:50.3605999Z #25 DONE 0.0s 2024-08-20T21:38:50.3606189Z 2024-08-20T21:38:50.3606563Z #26 [stage-0 20/92] RUN bash ./install_cuda.sh 12.4 && rm install_cuda.sh 2024-08-20T21:38:50.9076299Z #26 0.698 + NCCL_VERSION=v2.21.5-1 2024-08-20T21:38:50.9076878Z #26 0.698 + CUDNN_VERSION=9.1.0.70 2024-08-20T21:38:51.0594272Z #26 0.698 + test 1 -gt 0 2024-08-20T21:38:51.0594752Z #26 0.698 + case "$1" in 2024-08-20T21:38:51.0595075Z #26 0.698 + install_124 2024-08-20T21:38:51.0595859Z #26 0.698 + echo 'Installing CUDA 12.4 and cuDNN 9.1.0.70 and NCCL v2.21.5-1 and cuSparseLt-0.5.2' 2024-08-20T21:38:51.0596715Z #26 0.698 + rm -rf /usr/local/cuda-12.4 /usr/local/cuda 2024-08-20T21:38:51.0597527Z #26 0.698 Installing CUDA 12.4 and cuDNN 9.1.0.70 and NCCL v2.21.5-1 and cuSparseLt-0.5.2 2024-08-20T21:38:51.0598821Z #26 0.699 + wget -q https://developer.download.nvidia.com/compute/cuda/12.4.0/local_installers/cuda_12.4.0_550.54.14_linux.run 2024-08-20T21:39:03.7180460Z #26 13.51 + chmod +x cuda_12.4.0_550.54.14_linux.run 2024-08-20T21:39:03.8690243Z #26 13.51 + ./cuda_12.4.0_550.54.14_linux.run --toolkit --silent 2024-08-20T21:40:58.6770109Z #26 128.5 + rm -f cuda_12.4.0_550.54.14_linux.run 2024-08-20T21:40:58.9067953Z #26 128.7 + rm -f /usr/local/cuda 2024-08-20T21:40:59.0596456Z #26 128.7 + ln -s /usr/local/cuda-12.4 /usr/local/cuda 2024-08-20T21:40:59.0597653Z #26 128.7 + mkdir tmp_cudnn 2024-08-20T21:40:59.0598047Z #26 128.7 + cd tmp_cudnn 2024-08-20T21:40:59.0599935Z #26 128.7 + wget -q https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.1.0.70_cuda12-archive.tar.xz -O cudnn-linux-x86_64-9.1.0.70_cuda12-archive.tar.xz 2024-08-20T21:41:01.6004128Z #26 131.4 + tar xf cudnn-linux-x86_64-9.1.0.70_cuda12-archive.tar.xz 2024-08-20T21:41:54.3912531Z #26 184.2 + cp -a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_adv.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_adv_v9.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_backend.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_backend_v9.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_cnn.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_cnn_v9.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_graph.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_graph_v9.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_ops.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_ops_v9.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_v9.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_version.h cudnn-linux-x86_64-9.1.0.70_cuda12-archive/include/cudnn_version_v9.h /usr/local/cuda/include/ 2024-08-20T21:41:54.5456028Z #26 184.2 + cp -a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn.so cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn.so.9 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn.so.9.1.0 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_adv.so cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_adv.so.9 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_adv.so.9.1.0 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_adv_static.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_adv_static_v9.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_cnn.so cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_cnn.so.9 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_cnn.so.9.1.0 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_cnn_static.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_cnn_static_v9.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_engines_precompiled.so cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_engines_precompiled.so.9 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_engines_precompiled.so.9.1.0 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_engines_precompiled_static.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_engines_precompiled_static_v9.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_engines_runtime_compiled.so cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_engines_runtime_compiled.so.9 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_engines_runtime_compiled.so.9.1.0 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_engines_runtime_compiled_static.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_engines_runtime_compiled_static_v9.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_graph.so cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_graph.so.9 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_graph.so.9.1.0 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_graph_static.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_graph_static_v9.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_heuristic.so cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_heuristic.so.9 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_heuristic.so.9.1.0 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_heuristic_static.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_heuristic_static_v9.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_ops.so cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_ops.so.9 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_ops.so.9.1.0 cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_ops_static.a cudnn-linux-x86_64-9.1.0.70_cuda12-archive/lib/libcudnn_ops_static_v9.a /usr/local/cuda/lib64/ 2024-08-20T21:41:55.3480763Z #26 185.1 + cd .. 2024-08-20T21:41:55.3483201Z #26 185.1 + rm -rf tmp_cudnn 2024-08-20T21:41:56.8480032Z #26 186.6 + git clone -b v2.21.5-1 --depth 1 https://github.com/NVIDIA/nccl.git 2024-08-20T21:41:56.9994142Z #26 186.6 Cloning into 'nccl'... 2024-08-20T21:41:57.0620440Z #26 186.9 Note: switching to 'ab2b89c4c339bd7f816fbc114a4b05d386b66290'. 2024-08-20T21:41:57.0621031Z #26 186.9 2024-08-20T21:41:57.0621637Z #26 186.9 You are in 'detached HEAD' state. You can look around, make experimental 2024-08-20T21:41:57.0622522Z #26 186.9 changes and commit them, and you can discard any commits you make in this 2024-08-20T21:41:57.0623348Z #26 186.9 state without impacting any branches by switching back to a branch. 2024-08-20T21:41:57.0623934Z #26 186.9 2024-08-20T21:41:57.0624451Z #26 186.9 If you want to create a new branch to retain commits you create, you may 2024-08-20T21:41:57.0625345Z #26 186.9 do so (now or later) by using -c with the switch command. Example: 2024-08-20T21:41:57.0625902Z #26 186.9 2024-08-20T21:41:57.0626274Z #26 186.9 git switch -c 2024-08-20T21:41:57.0626678Z #26 186.9 2024-08-20T21:41:57.0626949Z #26 186.9 Or undo this operation with: 2024-08-20T21:41:57.0627329Z #26 186.9 2024-08-20T21:41:57.0627862Z #26 186.9 git switch - 2024-08-20T21:41:57.0628155Z #26 186.9 2024-08-20T21:41:57.0628681Z #26 186.9 Turn off this advice by setting config variable advice.detachedHead to false 2024-08-20T21:41:57.0634114Z #26 186.9 2024-08-20T21:41:57.1648865Z #26 186.9 + cd nccl 2024-08-20T21:41:57.1649843Z #26 186.9 + make -j src.build 2024-08-20T21:41:57.1650715Z #26 186.9 make -C src build BUILDDIR=/nccl/build 2024-08-20T21:41:57.1651769Z #26 186.9 make[1]: Entering directory '/nccl/src' 2024-08-20T21:41:57.1655405Z #26 186.9 NVCC_GENCODE is -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_90,code=sm_90 -gencode=arch=compute_90,code=compute_90 2024-08-20T21:41:57.1658888Z #26 186.9 Generating nccl.h.in > /nccl/build/include/nccl.h 2024-08-20T21:41:57.1660438Z #26 186.9 Grabbing include/nccl_net.h > /nccl/build/include/nccl_net.h 2024-08-20T21:41:57.1662015Z #26 186.9 Generating nccl.pc.in > /nccl/build/lib/pkgconfig/nccl.pc 2024-08-20T21:41:57.1663590Z #26 186.9 Compiling bootstrap.cc > /nccl/build/obj/bootstrap.o 2024-08-20T21:41:57.1665118Z #26 186.9 Compiling channel.cc > /nccl/build/obj/channel.o 2024-08-20T21:41:57.1666664Z #26 186.9 Compiling collectives.cc > /nccl/build/obj/collectives.o 2024-08-20T21:41:57.1668543Z #26 186.9 Compiling debug.cc > /nccl/build/obj/debug.o 2024-08-20T21:41:57.1670025Z #26 186.9 Compiling enqueue.cc > /nccl/build/obj/enqueue.o 2024-08-20T21:41:57.1671510Z #26 186.9 Compiling group.cc > /nccl/build/obj/group.o 2024-08-20T21:41:57.1672956Z #26 186.9 Compiling init.cc > /nccl/build/obj/init.o 2024-08-20T21:41:57.1674418Z #26 186.9 Compiling init_nvtx.cc > /nccl/build/obj/init_nvtx.o 2024-08-20T21:41:57.1675893Z #26 186.9 Compiling net.cc > /nccl/build/obj/net.o 2024-08-20T21:41:57.1677326Z #26 186.9 Compiling proxy.cc > /nccl/build/obj/proxy.o 2024-08-20T21:41:57.1678825Z #26 187.0 Compiling transport.cc > /nccl/build/obj/transport.o 2024-08-20T21:41:57.1680473Z #26 187.0 Compiling register.cc > /nccl/build/obj/register.o 2024-08-20T21:41:57.2675032Z #26 187.0 Compiling graph/connect.cc > /nccl/build/obj/graph/connect.o 2024-08-20T21:41:57.2676748Z #26 187.0 Compiling graph/paths.cc > /nccl/build/obj/graph/paths.o 2024-08-20T21:41:57.2678333Z #26 187.0 Compiling graph/rings.cc > /nccl/build/obj/graph/rings.o 2024-08-20T21:41:57.2680028Z #26 187.0 Compiling graph/search.cc > /nccl/build/obj/graph/search.o 2024-08-20T21:41:57.2681643Z #26 187.0 Compiling graph/topo.cc > /nccl/build/obj/graph/topo.o 2024-08-20T21:41:57.2683242Z #26 187.0 Compiling graph/trees.cc > /nccl/build/obj/graph/trees.o 2024-08-20T21:41:57.2684863Z #26 187.0 Compiling graph/tuning.cc > /nccl/build/obj/graph/tuning.o 2024-08-20T21:41:57.2686441Z #26 187.0 Compiling graph/xml.cc > /nccl/build/obj/graph/xml.o 2024-08-20T21:41:57.2688010Z #26 187.0 Compiling misc/argcheck.cc > /nccl/build/obj/misc/argcheck.o 2024-08-20T21:41:57.2689644Z #26 187.0 Compiling misc/cudawrap.cc > /nccl/build/obj/misc/cudawrap.o 2024-08-20T21:41:57.2691257Z #26 187.0 Compiling misc/gdrwrap.cc > /nccl/build/obj/misc/gdrwrap.o 2024-08-20T21:41:57.2692922Z #26 187.0 Compiling misc/ibvsymbols.cc > /nccl/build/obj/misc/ibvsymbols.o 2024-08-20T21:41:57.2694575Z #26 187.0 Compiling misc/ibvwrap.cc > /nccl/build/obj/misc/ibvwrap.o 2024-08-20T21:41:57.2696571Z #26 187.0 Compiling misc/ipcsocket.cc > /nccl/build/obj/misc/ipcsocket.o 2024-08-20T21:41:57.2698253Z #26 187.0 Compiling misc/nvmlwrap.cc > /nccl/build/obj/misc/nvmlwrap.o 2024-08-20T21:41:57.2699861Z #26 187.0 Compiling misc/param.cc > /nccl/build/obj/misc/param.o 2024-08-20T21:41:57.2701441Z #26 187.0 Compiling misc/profiler.cc > /nccl/build/obj/misc/profiler.o 2024-08-20T21:41:57.2702946Z #26 187.0 Compiling misc/shmutils.cc > /nccl/build/obj/misc/shmutils.o 2024-08-20T21:41:57.2704473Z #26 187.0 Compiling misc/socket.cc > /nccl/build/obj/misc/socket.o 2024-08-20T21:41:57.2706080Z #26 187.0 Compiling misc/strongstream.cc > /nccl/build/obj/misc/strongstream.o 2024-08-20T21:41:57.2707545Z #26 187.0 Compiling misc/tuner.cc > /nccl/build/obj/misc/tuner.o 2024-08-20T21:41:57.2708939Z #26 187.0 Compiling misc/utils.cc > /nccl/build/obj/misc/utils.o 2024-08-20T21:41:57.2710541Z #26 187.0 Compiling transport/coll_net.cc > /nccl/build/obj/transport/coll_net.o 2024-08-20T21:41:57.2712187Z #26 187.0 Compiling transport/net.cc > /nccl/build/obj/transport/net.o 2024-08-20T21:41:57.2713782Z #26 187.1 Compiling transport/net_ib.cc > /nccl/build/obj/transport/net_ib.o 2024-08-20T21:41:57.2715430Z #26 187.1 Compiling transport/net_socket.cc > /nccl/build/obj/transport/net_socket.o 2024-08-20T21:41:57.4688636Z #26 187.1 Compiling transport/nvls.cc > /nccl/build/obj/transport/nvls.o 2024-08-20T21:41:57.4690552Z #26 187.1 Compiling transport/p2p.cc > /nccl/build/obj/transport/p2p.o 2024-08-20T21:41:57.4692145Z #26 187.1 Compiling transport/shm.cc > /nccl/build/obj/transport/shm.o 2024-08-20T21:41:57.4693745Z #26 187.1 Compiling enhcompat.cc > /nccl/build/obj/enhcompat.o 2024-08-20T21:41:57.4695411Z #26 187.1 make[2]: Entering directory '/nccl/src/device' 2024-08-20T21:41:57.4699065Z #26 187.1 NVCC_GENCODE is -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_90,code=sm_90 -gencode=arch=compute_90,code=compute_90 2024-08-20T21:41:57.4704951Z #26 187.3 NVCC_GENCODE is -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_90,code=sm_90 -gencode=arch=compute_90,code=compute_90 2024-08-20T21:41:57.6354393Z #26 187.3 Dependencies src/device/common.cu 2024-08-20T21:41:57.6355305Z #26 187.3 Dependencies src/device/onerank.cu 2024-08-20T21:41:57.6356300Z #26 187.3 Dependencies build/obj/device/gensrc/all_gather.cu 2024-08-20T21:41:57.6357383Z #26 187.3 Dependencies build/obj/device/gensrc/all_reduce.cu 2024-08-20T21:41:57.6358519Z #26 187.3 Dependencies build/obj/device/gensrc/broadcast.cu 2024-08-20T21:41:57.6359595Z #26 187.3 Dependencies build/obj/device/gensrc/reduce.cu 2024-08-20T21:41:57.6360799Z #26 187.3 Dependencies build/obj/device/gensrc/reduce_scatter.cu 2024-08-20T21:41:57.6361960Z #26 187.4 Dependencies build/obj/device/gensrc/sendrecv.cu 2024-08-20T21:41:57.6363025Z #26 187.4 Dependencies build/obj/device/gensrc/host_table.cc 2024-08-20T21:41:57.8157880Z #26 187.5 Dependencies build/obj/device/gensrc/device_table.cu 2024-08-20T21:41:58.0586308Z #26 187.8 Compiling build/obj/device/gensrc/host_table.cc 2024-08-20T21:41:59.7298249Z #26 189.5 Compiling src/device/common.cu 2024-08-20T21:41:59.8445763Z #26 189.6 Compiling build/obj/device/gensrc/all_gather.cu 2024-08-20T21:41:59.9465635Z #26 189.7 Compiling build/obj/device/gensrc/sendrecv.cu 2024-08-20T21:41:59.9467014Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_minmax_bf16.cu 2024-08-20T21:41:59.9468668Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_minmax_f16.cu 2024-08-20T21:41:59.9470036Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_minmax_f32.cu 2024-08-20T21:41:59.9471425Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_minmax_f64.cu 2024-08-20T21:41:59.9472802Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_minmax_i32.cu 2024-08-20T21:41:59.9474189Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_minmax_i64.cu 2024-08-20T21:41:59.9475564Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_minmax_u32.cu 2024-08-20T21:41:59.9476953Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_minmax_u64.cu 2024-08-20T21:41:59.9478335Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_minmax_u8.cu 2024-08-20T21:41:59.9479904Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_premulsum_bf16.cu 2024-08-20T21:41:59.9481378Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_premulsum_f16.cu 2024-08-20T21:42:00.0484618Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_premulsum_f32.cu 2024-08-20T21:42:00.0486108Z #26 189.7 Compiling build/obj/device/gensrc/all_reduce_premulsum_f64.cu 2024-08-20T21:42:00.0487598Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_premulsum_u32.cu 2024-08-20T21:42:00.0489153Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_premulsum_u64.cu 2024-08-20T21:42:00.0490597Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_premulsum_u8.cu 2024-08-20T21:42:00.0492264Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_prod_bf16.cu 2024-08-20T21:42:00.0493666Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_prod_f16.cu 2024-08-20T21:42:00.0495018Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_prod_f32.cu 2024-08-20T21:42:00.0496376Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_prod_f64.cu 2024-08-20T21:42:00.0497744Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_prod_u32.cu 2024-08-20T21:42:00.0499140Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_prod_u64.cu 2024-08-20T21:42:00.0500474Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_prod_u8.cu 2024-08-20T21:42:00.0501804Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_sum_bf16.cu 2024-08-20T21:42:00.0503135Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_sum_f16.cu 2024-08-20T21:42:00.0504460Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_sum_f32.cu 2024-08-20T21:42:00.0505786Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_sum_f64.cu 2024-08-20T21:42:00.0507134Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_sum_u32.cu 2024-08-20T21:42:00.1853206Z #26 189.8 Compiling build/obj/device/gensrc/all_reduce_sum_u64.cu 2024-08-20T21:42:00.1854559Z #26 189.9 Compiling build/obj/device/gensrc/all_reduce_sum_u8.cu 2024-08-20T21:42:00.1855767Z #26 189.9 Compiling build/obj/device/gensrc/all_reduce_sumpostdiv_i32.cu 2024-08-20T21:42:00.1857155Z #26 189.9 Compiling build/obj/device/gensrc/all_reduce_sumpostdiv_i64.cu 2024-08-20T21:42:00.1858599Z #26 189.9 Compiling build/obj/device/gensrc/all_reduce_sumpostdiv_i8.cu 2024-08-20T21:42:00.1860033Z #26 189.9 Compiling build/obj/device/gensrc/all_reduce_sumpostdiv_u32.cu 2024-08-20T21:42:00.1861479Z #26 189.9 Compiling build/obj/device/gensrc/all_reduce_sumpostdiv_u64.cu 2024-08-20T21:42:00.1862919Z #26 189.9 Compiling build/obj/device/gensrc/all_reduce_sumpostdiv_u8.cu 2024-08-20T21:42:00.1864407Z #26 189.9 Compiling build/obj/device/gensrc/reduce_scatter_minmax_bf16.cu 2024-08-20T21:42:00.1865874Z #26 190.0 Compiling build/obj/device/gensrc/reduce_scatter_minmax_f16.cu 2024-08-20T21:42:00.3253617Z #26 190.0 Compiling build/obj/device/gensrc/reduce_scatter_minmax_f32.cu 2024-08-20T21:42:00.3255086Z #26 190.1 Compiling build/obj/device/gensrc/reduce_scatter_minmax_f64.cu 2024-08-20T21:42:00.5157157Z #26 190.2 Compiling build/obj/device/gensrc/reduce_scatter_minmax_i32.cu 2024-08-20T21:42:00.5158600Z #26 190.2 Compiling build/obj/device/gensrc/reduce_scatter_minmax_i64.cu 2024-08-20T21:42:00.5160065Z #26 190.3 Compiling build/obj/device/gensrc/reduce_scatter_minmax_u32.cu 2024-08-20T21:42:00.6856103Z #26 190.4 Compiling build/obj/device/gensrc/reduce_scatter_minmax_u64.cu 2024-08-20T21:42:00.6857541Z #26 190.5 Compiling build/obj/device/gensrc/reduce_scatter_minmax_u8.cu 2024-08-20T21:42:00.8755583Z #26 190.6 Compiling build/obj/device/gensrc/reduce_scatter_premulsum_bf16.cu 2024-08-20T21:42:00.8757282Z #26 190.7 Compiling build/obj/device/gensrc/reduce_scatter_premulsum_f16.cu 2024-08-20T21:42:01.0256840Z #26 190.7 Compiling build/obj/device/gensrc/reduce_scatter_premulsum_f32.cu 2024-08-20T21:42:01.0258760Z #26 190.8 Compiling build/obj/device/gensrc/reduce_scatter_premulsum_f64.cu 2024-08-20T21:42:01.1403583Z #26 190.9 Compiling build/obj/device/gensrc/reduce_scatter_premulsum_u32.cu 2024-08-20T21:42:01.1405268Z #26 190.9 Compiling build/obj/device/gensrc/reduce_scatter_premulsum_u64.cu 2024-08-20T21:42:01.3369805Z #26 191.0 Compiling build/obj/device/gensrc/reduce_scatter_premulsum_u8.cu 2024-08-20T21:42:01.3371369Z #26 191.1 Compiling build/obj/device/gensrc/reduce_scatter_prod_bf16.cu 2024-08-20T21:42:01.5282699Z #26 191.2 Compiling build/obj/device/gensrc/reduce_scatter_prod_f16.cu 2024-08-20T21:42:01.5284166Z #26 191.3 Compiling build/obj/device/gensrc/reduce_scatter_prod_f32.cu 2024-08-20T21:42:01.6652941Z #26 191.4 Compiling build/obj/device/gensrc/reduce_scatter_prod_f64.cu 2024-08-20T21:42:01.6654484Z #26 191.5 Compiling build/obj/device/gensrc/reduce_scatter_prod_u32.cu 2024-08-20T21:42:01.8051794Z #26 191.5 Compiling build/obj/device/gensrc/reduce_scatter_prod_u64.cu 2024-08-20T21:42:01.8053295Z #26 191.6 Compiling build/obj/device/gensrc/reduce_scatter_prod_u8.cu 2024-08-20T21:42:01.9052564Z #26 191.7 Compiling build/obj/device/gensrc/reduce_scatter_sum_bf16.cu 2024-08-20T21:42:02.0154740Z #26 191.8 Compiling build/obj/device/gensrc/reduce_scatter_sum_f16.cu 2024-08-20T21:42:02.0156210Z #26 191.8 Compiling build/obj/device/gensrc/reduce_scatter_sum_f32.cu 2024-08-20T21:42:02.1962260Z #26 191.9 Compiling build/obj/device/gensrc/reduce_scatter_sum_f64.cu 2024-08-20T21:42:02.1963626Z #26 192.0 Compiling build/obj/device/gensrc/reduce_scatter_sum_u32.cu 2024-08-20T21:42:02.3601500Z #26 192.0 Compiling build/obj/device/gensrc/reduce_scatter_sum_u64.cu 2024-08-20T21:42:02.3602857Z #26 192.2 Compiling build/obj/device/gensrc/reduce_scatter_sum_u8.cu 2024-08-20T21:42:02.5752105Z #26 192.2 Compiling build/obj/device/gensrc/reduce_scatter_sumpostdiv_i32.cu 2024-08-20T21:42:02.5753651Z #26 192.4 Compiling build/obj/device/gensrc/reduce_scatter_sumpostdiv_i64.cu 2024-08-20T21:42:02.7108270Z #26 192.4 Compiling build/obj/device/gensrc/reduce_scatter_sumpostdiv_i8.cu 2024-08-20T21:42:02.7109883Z #26 192.5 Compiling build/obj/device/gensrc/reduce_scatter_sumpostdiv_u32.cu 2024-08-20T21:42:02.8452469Z #26 192.6 Compiling build/obj/device/gensrc/reduce_scatter_sumpostdiv_u64.cu 2024-08-20T21:42:02.9553094Z #26 192.7 Compiling build/obj/device/gensrc/reduce_scatter_sumpostdiv_u8.cu 2024-08-20T21:42:03.1052701Z #26 192.8 Compiling build/obj/device/gensrc/reduce_sum_bf16.cu 2024-08-20T21:42:03.1054137Z #26 192.9 Compiling build/obj/device/gensrc/reduce_sum_f16.cu 2024-08-20T21:42:03.2154691Z #26 193.0 Compiling build/obj/device/gensrc/reduce_sum_f32.cu 2024-08-20T21:42:03.3453607Z #26 193.1 Compiling build/obj/device/gensrc/reduce_sum_f64.cu 2024-08-20T21:42:03.5355381Z #26 193.2 Compiling build/obj/device/gensrc/reduce_sum_u32.cu 2024-08-20T21:42:03.5356619Z #26 193.3 Compiling build/obj/device/gensrc/reduce_sum_u64.cu 2024-08-20T21:42:03.7555532Z #26 193.4 Compiling build/obj/device/gensrc/reduce_sum_u8.cu 2024-08-20T21:42:03.7557230Z #26 193.5 Compiling build/obj/device/gensrc/reduce_sumpostdiv_i32.cu 2024-08-20T21:42:03.9256770Z #26 193.6 Compiling build/obj/device/gensrc/reduce_sumpostdiv_i64.cu 2024-08-20T21:42:03.9258135Z #26 193.7 Compiling build/obj/device/gensrc/reduce_sumpostdiv_i8.cu 2024-08-20T21:42:04.1360836Z #26 193.8 Compiling build/obj/device/gensrc/reduce_sumpostdiv_u32.cu 2024-08-20T21:42:04.1452745Z #26 193.9 Compiling build/obj/device/gensrc/reduce_sumpostdiv_u64.cu 2024-08-20T21:42:04.2651715Z #26 193.9 Compiling build/obj/device/gensrc/reduce_sumpostdiv_u8.cu 2024-08-20T21:42:04.2652982Z #26 194.1 Compiling build/obj/device/gensrc/device_table.cu 2024-08-20T21:42:10.9455796Z #26 200.7 Compiling src/device/onerank.cu 2024-08-20T21:42:11.0546150Z #26 200.8 Compiling build/obj/device/gensrc/broadcast.cu 2024-08-20T21:42:11.2256826Z #26 200.9 Compiling build/obj/device/gensrc/reduce_minmax_bf16.cu 2024-08-20T21:42:11.2258076Z #26 201.0 Compiling build/obj/device/gensrc/reduce_minmax_f16.cu 2024-08-20T21:42:11.3954943Z #26 201.1 Compiling build/obj/device/gensrc/reduce_minmax_f32.cu 2024-08-20T21:42:11.3956257Z #26 201.2 Compiling build/obj/device/gensrc/reduce_minmax_f64.cu 2024-08-20T21:42:11.4954703Z #26 201.3 Compiling build/obj/device/gensrc/reduce_minmax_u32.cu 2024-08-20T21:42:11.7255184Z #26 201.4 Compiling build/obj/device/gensrc/reduce_minmax_u64.cu 2024-08-20T21:42:11.7256649Z #26 201.5 Compiling build/obj/device/gensrc/reduce_minmax_u8.cu 2024-08-20T21:42:11.9156432Z #26 201.6 Compiling build/obj/device/gensrc/reduce_premulsum_bf16.cu 2024-08-20T21:42:11.9157889Z #26 201.7 Compiling build/obj/device/gensrc/reduce_premulsum_f16.cu 2024-08-20T21:42:12.1252848Z #26 201.8 Compiling build/obj/device/gensrc/reduce_premulsum_f32.cu 2024-08-20T21:42:12.1254360Z #26 201.9 Compiling build/obj/device/gensrc/reduce_premulsum_f64.cu 2024-08-20T21:42:12.2954524Z #26 202.0 Compiling build/obj/device/gensrc/reduce_premulsum_u32.cu 2024-08-20T21:42:12.2955816Z #26 202.1 Compiling build/obj/device/gensrc/reduce_premulsum_u64.cu 2024-08-20T21:42:12.4152910Z #26 202.2 Compiling build/obj/device/gensrc/reduce_premulsum_u8.cu 2024-08-20T21:42:12.6353115Z #26 202.3 Compiling build/obj/device/gensrc/reduce_prod_bf16.cu 2024-08-20T21:42:12.6354472Z #26 202.4 Compiling build/obj/device/gensrc/reduce_prod_f16.cu 2024-08-20T21:42:12.7755723Z #26 202.5 Compiling build/obj/device/gensrc/reduce_prod_f32.cu 2024-08-20T21:42:12.7757042Z #26 202.6 Compiling build/obj/device/gensrc/reduce_prod_f64.cu 2024-08-20T21:42:12.8852871Z #26 202.7 Compiling build/obj/device/gensrc/reduce_prod_u32.cu 2024-08-20T21:42:13.0555973Z #26 202.8 Compiling build/obj/device/gensrc/reduce_prod_u64.cu 2024-08-20T21:42:13.0557194Z #26 202.8 Compiling build/obj/device/gensrc/reduce_prod_u8.cu 2024-08-20T21:47:03.6230211Z #26 493.4 make[2]: Leaving directory '/nccl/src/device' 2024-08-20T21:47:03.7804070Z #26 493.4 Linking libnccl.so.2.21.5 > /nccl/build/lib/libnccl.so.2.21.5 2024-08-20T21:47:03.7805063Z #26 493.4 Archiving libnccl_static.a > /nccl/build/lib/libnccl_static.a 2024-08-20T21:47:05.0356270Z #26 494.8 make[1]: Leaving directory '/nccl/src' 2024-08-20T21:47:05.1884079Z #26 494.8 + cp -a build/include/nccl.h build/include/nccl_net.h /usr/local/cuda/include/ 2024-08-20T21:47:05.1885725Z #26 494.8 + cp -a build/lib/libnccl.so build/lib/libnccl.so.2 build/lib/libnccl.so.2.21.5 build/lib/libnccl_static.a build/lib/pkgconfig /usr/local/cuda/lib64/ 2024-08-20T21:47:05.2807249Z #26 495.1 + cd .. 2024-08-20T21:47:05.2807878Z #26 495.1 + rm -rf nccl 2024-08-20T21:47:05.4555504Z #26 495.1 + install_cusparselt_052 2024-08-20T21:47:05.4555953Z #26 495.1 + mkdir tmp_cusparselt 2024-08-20T21:47:05.4556337Z #26 495.1 + pushd tmp_cusparselt 2024-08-20T21:47:05.4557781Z #26 495.1 + wget -q https://developer.download.nvidia.com/compute/cusparselt/redist/libcusparse_lt/linux-x86_64/libcusparse_lt-linux-x86_64-0.5.2.1-archive.tar.xz 2024-08-20T21:47:05.4559155Z #26 495.1 /tmp_cusparselt / 2024-08-20T21:47:05.4560306Z #26 495.2 + tar xf libcusparse_lt-linux-x86_64-0.5.2.1-archive.tar.xz 2024-08-20T21:47:06.8227425Z #26 496.6 + cp -a libcusparse_lt-linux-x86_64-0.5.2.1-archive/include/cusparseLt.h /usr/local/cuda/include/ 2024-08-20T21:47:07.0715866Z #26 496.6 + cp -a libcusparse_lt-linux-x86_64-0.5.2.1-archive/lib/libcusparseLt.so libcusparse_lt-linux-x86_64-0.5.2.1-archive/lib/libcusparseLt.so.0 libcusparse_lt-linux-x86_64-0.5.2.1-archive/lib/libcusparseLt.so.0.5.2.1 libcusparse_lt-linux-x86_64-0.5.2.1-archive/lib/libcusparseLt_static.a /usr/local/cuda/lib64/ 2024-08-20T21:47:07.0717942Z #26 496.7 + popd 2024-08-20T21:47:07.0718416Z #26 496.7 + rm -rf tmp_cusparselt 2024-08-20T21:47:07.0718779Z #26 496.7 / 2024-08-20T21:47:07.0719051Z #26 496.7 + ldconfig 2024-08-20T21:47:07.0719347Z #26 496.7 + prune_124 2024-08-20T21:47:07.0719742Z #26 496.7 + echo 'Pruning CUDA 12.4' 2024-08-20T21:47:07.0720462Z #26 496.7 + export NVPRUNE=/usr/local/cuda-12.4/bin/nvprune 2024-08-20T21:47:07.0721099Z #26 496.7 + NVPRUNE=/usr/local/cuda-12.4/bin/nvprune 2024-08-20T21:47:07.0721546Z #26 496.7 Pruning CUDA 12.4 2024-08-20T21:47:07.0722056Z #26 496.7 + export CUDA_LIB_DIR=/usr/local/cuda-12.4/lib64 2024-08-20T21:47:07.0722663Z #26 496.7 + CUDA_LIB_DIR=/usr/local/cuda-12.4/lib64 2024-08-20T21:47:07.0724858Z #26 496.7 + export 'GENCODE=-gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90' 2024-08-20T21:47:07.0727836Z #26 496.7 + GENCODE='-gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90' 2024-08-20T21:47:07.0731011Z #26 496.7 + export 'GENCODE_CUDNN=-gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90' 2024-08-20T21:47:07.0734563Z #26 496.7 + GENCODE_CUDNN='-gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90' 2024-08-20T21:47:07.0736324Z #26 496.7 + [[ -n '' ]] 2024-08-20T21:47:07.0736680Z #26 496.7 + [[ -n '' ]] 2024-08-20T21:47:07.0737069Z #26 496.7 + ls /usr/local/cuda-12.4/lib64/ 2024-08-20T21:47:07.0737513Z #26 496.7 + grep '\.a' 2024-08-20T21:47:07.0737864Z #26 496.7 + grep -v culibos 2024-08-20T21:47:07.0738235Z #26 496.7 + grep -v cudart 2024-08-20T21:47:07.0738606Z #26 496.7 + grep -v cudnn 2024-08-20T21:47:07.0738974Z #26 496.7 + grep -v cublas 2024-08-20T21:47:07.0739326Z #26 496.7 + grep -v metis 2024-08-20T21:47:07.0741705Z #26 496.7 + xargs -I '{}' bash -c 'echo {} && /usr/local/cuda-12.4/bin/nvprune -gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 /usr/local/cuda-12.4/lib64/{} -o /usr/local/cuda-12.4/lib64/{}' 2024-08-20T21:47:07.0743784Z #26 496.7 libcudadevrt.a 2024-08-20T21:47:07.0744113Z #26 496.7 libcufft_static.a 2024-08-20T21:47:09.0369417Z #26 498.8 libcufft_static_nocallback.a 2024-08-20T21:47:11.4826174Z #26 501.3 nvprune warning : No device code that matched architecture, so stripped out all device code 2024-08-20T21:47:11.6585616Z #26 501.3 libcufftw_static.a 2024-08-20T21:47:11.6587006Z #26 501.3 nvprune warning : No device code that matched architecture, so stripped out all device code 2024-08-20T21:47:11.6587742Z #26 501.3 libcufile_rdma_static.a 2024-08-20T21:47:11.6588472Z #26 501.3 nvprune warning : No device code that matched architecture, so stripped out all device code 2024-08-20T21:47:11.6589198Z #26 501.3 libcufile_static.a 2024-08-20T21:47:11.6589532Z #26 501.4 libcufilt.a 2024-08-20T21:47:11.8135572Z #26 501.5 nvprune warning : No device code that matched architecture, so stripped out all device code 2024-08-20T21:47:11.8136426Z #26 501.5 libcurand_static.a 2024-08-20T21:47:12.3338628Z #26 502.1 libcusolver_lapack_static.a 2024-08-20T21:47:12.5789298Z #26 502.2 libcusolver_static.a 2024-08-20T21:47:13.2044946Z #26 503.0 libcusparseLt_static.a 2024-08-20T21:47:13.7256763Z #26 503.5 libcusparse_static.a 2024-08-20T21:47:15.3919162Z #26 505.2 libnccl_static.a 2024-08-20T21:47:16.8350008Z #26 506.6 libnppc_static.a 2024-08-20T21:47:16.9646388Z #26 506.6 nvprune warning : No device code that matched architecture, so stripped out all device code 2024-08-20T21:47:16.9647187Z #26 506.6 libnppial_static.a 2024-08-20T21:47:16.9647557Z #26 506.7 libnppicc_static.a 2024-08-20T21:47:16.9647901Z #26 506.8 libnppidei_static.a 2024-08-20T21:47:17.1890357Z #26 506.8 libnppif_static.a 2024-08-20T21:47:17.6446200Z #26 507.4 libnppig_static.a 2024-08-20T21:47:17.8639316Z #26 507.7 libnppim_static.a 2024-08-20T21:47:18.0518895Z #26 507.7 libnppist_static.a 2024-08-20T21:47:18.1378692Z #26 507.9 libnppisu_static.a 2024-08-20T21:47:18.3831906Z #26 507.9 nvprune warning : No device code that matched architecture, so stripped out all device code 2024-08-20T21:47:18.3834791Z #26 507.9 libnppitc_static.a 2024-08-20T21:47:18.3835153Z #26 507.9 libnpps_static.a 2024-08-20T21:47:18.3835488Z #26 508.0 libnvJitLink_static.a 2024-08-20T21:47:18.7821150Z #26 508.6 nvprune warning : No device code that matched architecture, so stripped out all device code 2024-08-20T21:47:18.9873377Z #26 508.6 libnvfatbin_static.a 2024-08-20T21:47:18.9874920Z #26 508.6 nvprune warning : No device code that matched architecture, so stripped out all device code 2024-08-20T21:47:18.9875654Z #26 508.6 libnvjpeg_static.a 2024-08-20T21:47:18.9876040Z #26 508.6 libnvptxcompiler_static.a 2024-08-20T21:47:19.3052944Z #26 509.1 nvprune warning : No device code that matched architecture, so stripped out all device code 2024-08-20T21:47:19.4884298Z #26 509.1 libnvrtc-builtins_static.a 2024-08-20T21:47:19.4885134Z #26 509.1 nvprune warning : No device code that matched architecture, so stripped out all device code 2024-08-20T21:47:19.4885870Z #26 509.1 libnvrtc_static.a 2024-08-20T21:47:19.9836025Z #26 509.8 nvprune warning : No device code that matched architecture, so stripped out all device code 2024-08-20T21:47:20.1413015Z #26 509.8 + /usr/local/cuda-12.4/bin/nvprune -gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 /usr/local/cuda-12.4/lib64/libcublas_static.a -o /usr/local/cuda-12.4/lib64/libcublas_static.a 2024-08-20T21:47:21.1837460Z #26 511.0 + /usr/local/cuda-12.4/bin/nvprune -gencode arch=compute_50,code=sm_50 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -gencode arch=compute_90,code=sm_90 /usr/local/cuda-12.4/lib64/libcublasLt_static.a -o /usr/local/cuda-12.4/lib64/libcublasLt_static.a 2024-08-20T21:47:26.9232887Z #26 516.7 + export CUDA_BASE=/usr/local/cuda-12.4/ 2024-08-20T21:47:26.9233494Z #26 516.7 + CUDA_BASE=/usr/local/cuda-12.4/ 2024-08-20T21:47:26.9235059Z #26 516.7 + rm -rf /usr/local/cuda-12.4//libnvvp /usr/local/cuda-12.4//nsightee_plugins /usr/local/cuda-12.4//nsight-compute-2024.1.0 /usr/local/cuda-12.4//nsight-systems-2023.4.4/ 2024-08-20T21:47:27.1063234Z #26 516.9 + shift 2024-08-20T21:47:27.1063778Z #26 516.9 + test 0 -gt 0 2024-08-20T21:47:29.1655088Z #26 DONE 519.0s 2024-08-20T21:47:29.3509019Z 2024-08-20T21:47:29.3511041Z #27 [stage-0 21/92] ADD ./common/install_ucc.sh install_ucc.sh 2024-08-20T21:47:29.3512607Z #27 DONE 0.0s 2024-08-20T21:47:29.3513147Z 2024-08-20T21:47:29.3514367Z #28 [stage-0 22/92] RUN if [ -n "" ] && [ -n "" ]; then bash ./install_ucc.sh; fi 2024-08-20T21:47:29.6775876Z #28 DONE 0.5s 2024-08-20T21:47:29.8306691Z 2024-08-20T21:47:29.8308644Z #29 [stage-0 23/92] RUN rm install_ucc.sh 2024-08-20T21:47:30.6035668Z #29 DONE 0.9s 2024-08-20T21:47:30.8003345Z 2024-08-20T21:47:30.8005637Z #30 [stage-0 24/92] COPY ./common/install_protobuf.sh install_protobuf.sh 2024-08-20T21:47:30.8006246Z #30 DONE 0.0s 2024-08-20T21:47:30.8006449Z 2024-08-20T21:47:30.8006829Z #31 [stage-0 25/92] RUN if [ -n "" ]; then bash ./install_protobuf.sh; fi 2024-08-20T21:47:31.3623343Z #31 DONE 0.7s 2024-08-20T21:47:31.5158968Z 2024-08-20T21:47:31.5160638Z #32 [stage-0 26/92] RUN rm install_protobuf.sh 2024-08-20T21:47:32.3565385Z #32 DONE 1.0s 2024-08-20T21:47:32.5536415Z 2024-08-20T21:47:32.5537309Z #33 [stage-0 27/92] COPY ./common/install_db.sh install_db.sh 2024-08-20T21:47:32.5537863Z #33 DONE 0.0s 2024-08-20T21:47:32.5538045Z 2024-08-20T21:47:32.5538390Z #34 [stage-0 28/92] RUN if [ -n "" ]; then bash ./install_db.sh; fi 2024-08-20T21:47:33.0989369Z #34 DONE 0.7s 2024-08-20T21:47:33.2528096Z 2024-08-20T21:47:33.2528931Z #35 [stage-0 29/92] RUN rm install_db.sh 2024-08-20T21:47:33.8651611Z #35 DONE 0.8s 2024-08-20T21:47:34.0689106Z 2024-08-20T21:47:34.0691677Z #36 [stage-0 30/92] COPY ./common/install_vision.sh ./common/cache_vision_models.sh ./common/common_utils.sh ./ 2024-08-20T21:47:34.0693919Z #36 DONE 0.0s 2024-08-20T21:47:34.0694406Z 2024-08-20T21:47:34.0695458Z #37 [stage-0 31/92] RUN if [ -n "" ]; then bash ./install_vision.sh; fi 2024-08-20T21:47:34.6137255Z #37 DONE 0.7s 2024-08-20T21:47:34.7672043Z 2024-08-20T21:47:34.7674057Z #38 [stage-0 32/92] RUN rm install_vision.sh cache_vision_models.sh common_utils.sh 2024-08-20T21:47:35.3628086Z #38 DONE 0.7s 2024-08-20T21:47:35.4740984Z 2024-08-20T21:47:35.4743274Z #39 [stage-0 33/92] COPY ./common/install_android.sh ./common/cache_vision_models.sh ./common/common_utils.sh ./ 2024-08-20T21:47:35.4744909Z #39 DONE 0.0s 2024-08-20T21:47:35.4745112Z 2024-08-20T21:47:35.4745517Z #40 [stage-0 34/92] COPY ./android/AndroidManifest.xml AndroidManifest.xml 2024-08-20T21:47:35.4746104Z #40 DONE 0.0s 2024-08-20T21:47:35.4746270Z 2024-08-20T21:47:35.4746593Z #41 [stage-0 35/92] COPY ./android/build.gradle build.gradle 2024-08-20T21:47:35.4747089Z #41 DONE 0.0s 2024-08-20T21:47:35.6267779Z 2024-08-20T21:47:35.6270089Z #42 [stage-0 36/92] RUN if [ -n "" ]; then bash ./install_android.sh; fi 2024-08-20T21:47:36.1268743Z #42 DONE 0.7s 2024-08-20T21:47:36.2803041Z 2024-08-20T21:47:36.2804189Z #43 [stage-0 37/92] RUN rm install_android.sh cache_vision_models.sh common_utils.sh 2024-08-20T21:47:36.8707483Z #43 DONE 0.7s 2024-08-20T21:47:37.0235721Z 2024-08-20T21:47:37.0237320Z #44 [stage-0 38/92] RUN rm AndroidManifest.xml 2024-08-20T21:47:37.6164979Z #44 DONE 0.7s 2024-08-20T21:47:37.7695216Z 2024-08-20T21:47:37.7696461Z #45 [stage-0 39/92] RUN rm build.gradle 2024-08-20T21:47:38.3379946Z #45 DONE 0.7s 2024-08-20T21:47:38.5223597Z 2024-08-20T21:47:38.5225257Z #46 [stage-0 40/92] COPY ./common/install_vulkan_sdk.sh install_vulkan_sdk.sh 2024-08-20T21:47:38.5225897Z #46 DONE 0.0s 2024-08-20T21:47:38.5226076Z 2024-08-20T21:47:38.5226512Z #47 [stage-0 41/92] RUN if [ -n "" ]; then bash ./install_vulkan_sdk.sh; fi 2024-08-20T21:47:39.1148180Z #47 DONE 0.7s 2024-08-20T21:47:39.2674469Z 2024-08-20T21:47:39.2675212Z #48 [stage-0 42/92] RUN rm install_vulkan_sdk.sh 2024-08-20T21:47:40.1368499Z #48 DONE 1.0s 2024-08-20T21:47:40.3221222Z 2024-08-20T21:47:40.3222252Z #49 [stage-0 43/92] COPY ./common/install_swiftshader.sh install_swiftshader.sh 2024-08-20T21:47:40.3223353Z #49 DONE 0.0s 2024-08-20T21:47:40.3223555Z 2024-08-20T21:47:40.3223961Z #50 [stage-0 44/92] RUN if [ -n "" ]; then bash ./install_swiftshader.sh; fi 2024-08-20T21:47:41.0981095Z #50 DONE 0.9s 2024-08-20T21:47:41.2509074Z 2024-08-20T21:47:41.2510491Z #51 [stage-0 45/92] RUN rm install_swiftshader.sh 2024-08-20T21:47:41.8276660Z #51 DONE 0.7s 2024-08-20T21:47:42.0138105Z 2024-08-20T21:47:42.0139883Z #52 [stage-0 46/92] COPY ./common/install_cmake.sh install_cmake.sh 2024-08-20T21:47:42.0141496Z #52 DONE 0.0s 2024-08-20T21:47:42.0141973Z 2024-08-20T21:47:42.0143172Z #53 [stage-0 47/92] RUN if [ -n "3.18.5" ]; then bash ./install_cmake.sh; fi 2024-08-20T21:47:42.7084867Z #53 0.845 + '[' -n 3.18.5 ']' 2024-08-20T21:47:42.8435705Z #53 0.846 ++ grep -oP '(?<=^ID=).+' /etc/os-release 2024-08-20T21:47:42.8436238Z #53 0.846 ++ tr -d '"' 2024-08-20T21:47:42.8436689Z #53 0.847 + ID=ubuntu 2024-08-20T21:47:42.8436984Z #53 0.847 + case "$ID" in 2024-08-20T21:47:42.8437383Z #53 0.847 + apt-get remove cmake -y 2024-08-20T21:47:42.8437800Z #53 0.853 Reading package lists... 2024-08-20T21:47:42.8438189Z #53 0.865 Building dependency tree... 2024-08-20T21:47:42.8438603Z #53 0.866 Reading state information... 2024-08-20T21:47:42.8439282Z #53 0.869 The following packages were automatically installed and are no longer required: 2024-08-20T21:47:42.8440375Z #53 0.869 cmake-data dh-elpa-helper emacsen-common libarchive13 libjsoncpp25 librhash0 2024-08-20T21:47:42.8441043Z #53 0.869 libuv1 2024-08-20T21:47:42.8441444Z #53 0.869 Use 'apt autoremove' to remove them. 2024-08-20T21:47:42.8442150Z #53 0.870 The following packages will be REMOVED: 2024-08-20T21:47:42.8442573Z #53 0.870 cmake 2024-08-20T21:47:42.8443039Z #53 0.980 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. 2024-08-20T21:47:42.8443741Z #53 0.980 After this operation, 21.2 MB disk space will be freed. 2024-08-20T21:47:43.0656486Z #53 0.989 (Reading database ... 2024-08-20T21:47:43.0656908Z (Reading database ... 5% 2024-08-20T21:47:43.0657272Z (Reading database ... 10% 2024-08-20T21:47:43.0657612Z (Reading database ... 15% 2024-08-20T21:47:43.0657972Z (Reading database ... 20% 2024-08-20T21:47:43.0658289Z (Reading database ... 25% 2024-08-20T21:47:43.0658627Z (Reading database ... 30% 2024-08-20T21:47:43.0658953Z (Reading database ... 35% 2024-08-20T21:47:43.0659267Z (Reading database ... 40% 2024-08-20T21:47:43.0659764Z (Reading database ... 45% 2024-08-20T21:47:43.0660095Z (Reading database ... 50% 2024-08-20T21:47:43.0660420Z (Reading database ... 55% 2024-08-20T21:47:43.0660748Z (Reading database ... 60% 2024-08-20T21:47:43.0661082Z (Reading database ... 65% 2024-08-20T21:47:43.0661398Z (Reading database ... 70% 2024-08-20T21:47:43.0661726Z (Reading database ... 75% 2024-08-20T21:47:43.0662055Z (Reading database ... 80% 2024-08-20T21:47:43.0662372Z (Reading database ... 85% 2024-08-20T21:47:43.0662700Z (Reading database ... 90% 2024-08-20T21:47:43.0663025Z (Reading database ... 95% 2024-08-20T21:47:43.0663339Z (Reading database ... 100% 2024-08-20T21:47:43.0663863Z (Reading database ... 28137 files and directories currently installed.) 2024-08-20T21:47:43.0664739Z #53 1.002 Removing cmake (3.22.1-1ubuntu1.22.04.2) ... 2024-08-20T21:47:43.0665188Z #53 1.051 ++ echo 3.18.5 2024-08-20T21:47:43.0665623Z #53 1.051 ++ sed -e 's/\([0-9].[0-9]\+\).*/v\1/' 2024-08-20T21:47:43.0666048Z #53 1.052 + path=v3.18 2024-08-20T21:47:43.0666468Z #53 1.052 + file=cmake-3.18.5-Linux-x86_64.tar.gz 2024-08-20T21:47:43.0666902Z #53 1.052 + pushd /tmp 2024-08-20T21:47:43.0667600Z #53 1.052 + curl -Os --retry 3 https://cmake.org/files/v3.18/cmake-3.18.5-Linux-x86_64.tar.gz 2024-08-20T21:47:43.0668235Z #53 1.052 /tmp / 2024-08-20T21:47:43.7059121Z #53 1.843 + tar -C /usr/local --strip-components 1 --no-same-owner -zxf cmake-3.18.5-Linux-x86_64.tar.gz 2024-08-20T21:47:44.5120748Z #53 2.649 + rm -f cmake-3.18.5-Linux-x86_64.tar.gz 2024-08-20T21:47:44.6673713Z #53 2.653 / 2024-08-20T21:47:44.6674570Z #53 2.653 + popd 2024-08-20T21:47:44.9017297Z #53 DONE 3.0s 2024-08-20T21:47:45.0539791Z 2024-08-20T21:47:45.0541279Z #54 [stage-0 48/92] RUN rm install_cmake.sh 2024-08-20T21:47:45.4046311Z #54 DONE 0.5s 2024-08-20T21:47:45.5962621Z 2024-08-20T21:47:45.5964168Z #55 [stage-0 49/92] COPY ./common/install_ninja.sh install_ninja.sh 2024-08-20T21:47:45.5964753Z #55 DONE 0.0s 2024-08-20T21:47:45.5964932Z 2024-08-20T21:47:45.5965297Z #56 [stage-0 50/92] RUN if [ -n "" ]; then bash ./install_ninja.sh; fi 2024-08-20T21:47:46.2008652Z #56 DONE 0.8s 2024-08-20T21:47:46.3536890Z 2024-08-20T21:47:46.3537982Z #57 [stage-0 51/92] RUN rm install_ninja.sh 2024-08-20T21:47:47.1184084Z #57 DONE 0.9s 2024-08-20T21:47:47.3030865Z 2024-08-20T21:47:47.3032166Z #58 [stage-0 52/92] COPY ./common/install_openssl.sh install_openssl.sh 2024-08-20T21:47:47.3032793Z #58 DONE 0.0s 2024-08-20T21:47:47.3032968Z 2024-08-20T21:47:47.3033214Z #59 [stage-0 53/92] RUN bash ./install_openssl.sh 2024-08-20T21:47:48.0087958Z #59 0.856 + OPENSSL=openssl-1.1.1k 2024-08-20T21:47:48.0089152Z #59 0.856 + wget -q -O openssl-1.1.1k.tar.gz https://ossci-linux.s3.amazonaws.com/openssl-1.1.1k.tar.gz 2024-08-20T21:47:48.3598334Z #59 1.207 + tar xf openssl-1.1.1k.tar.gz 2024-08-20T21:47:48.6023194Z #59 1.450 + cd openssl-1.1.1k 2024-08-20T21:47:48.6023995Z #59 1.450 + ./config --prefix=/opt/openssl -d '-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)' 2024-08-20T21:47:48.7639446Z #59 1.461 Operating system: x86_64-whatever-linux2 2024-08-20T21:47:48.8335077Z #59 1.681 Configuring OpenSSL version 1.1.1k (0x101010bfL) for linux-x86_64 2024-08-20T21:47:48.8335804Z #59 1.681 Using os-specific seed configuration 2024-08-20T21:47:49.8496360Z #59 2.697 Creating configdata.pm 2024-08-20T21:47:49.8496865Z #59 2.697 Creating Makefile 2024-08-20T21:47:49.9512282Z #59 2.794 2024-08-20T21:47:49.9513243Z #59 2.794 ********************************************************************** 2024-08-20T21:47:49.9513915Z #59 2.794 *** *** 2024-08-20T21:47:49.9514586Z #59 2.794 *** OpenSSL has been successfully configured *** 2024-08-20T21:47:49.9515339Z #59 2.794 *** *** 2024-08-20T21:47:49.9516048Z #59 2.794 *** If you encounter a problem while building, please open an *** 2024-08-20T21:47:49.9516827Z #59 2.794 *** issue on GitHub *** 2024-08-20T21:47:49.9517608Z #59 2.794 *** and include the output from the following command: *** 2024-08-20T21:47:49.9518272Z #59 2.794 *** *** 2024-08-20T21:47:49.9519177Z #59 2.794 *** perl configdata.pm --dump *** 2024-08-20T21:47:49.9519801Z #59 2.794 *** *** 2024-08-20T21:47:49.9520587Z #59 2.794 *** (If you are new to OpenSSL, you might want to consult the *** 2024-08-20T21:47:49.9521454Z #59 2.794 *** 'Troubleshooting' section in the INSTALL file first) *** 2024-08-20T21:47:49.9522114Z #59 2.794 *** *** 2024-08-20T21:47:49.9522681Z #59 2.794 ********************************************************************** 2024-08-20T21:47:49.9523150Z #59 2.799 ++ nproc 2024-08-20T21:47:50.0820181Z #59 2.799 + NPROC=46 2024-08-20T21:47:50.0820802Z #59 2.799 + make -j46 2024-08-20T21:47:50.0821367Z #59 2.810 /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ 2024-08-20T21:47:50.0822219Z #59 2.810 "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h 2024-08-20T21:47:50.0823010Z #59 2.810 /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ 2024-08-20T21:47:50.0823810Z #59 2.810 "-oMakefile" include/crypto/dso_conf.h.in > include/crypto/dso_conf.h 2024-08-20T21:47:50.0824600Z #59 2.811 /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ 2024-08-20T21:47:50.0825459Z #59 2.811 "-oMakefile" include/openssl/opensslconf.h.in > include/openssl/opensslconf.h 2024-08-20T21:47:50.0827360Z #59 2.867 make depend && make _all 2024-08-20T21:47:50.0827915Z #59 2.874 make[1]: Entering directory '/openssl-1.1.1k' 2024-08-20T21:47:50.0828527Z #59 2.930 make[1]: Leaving directory '/openssl-1.1.1k' 2024-08-20T21:47:50.1848910Z #59 2.940 make[1]: Entering directory '/openssl-1.1.1k' 2024-08-20T21:47:50.1857163Z #59 2.940 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o apps/app_rand.c 2024-08-20T21:47:50.1868546Z #59 2.940 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o apps/apps.c 2024-08-20T21:47:50.1879987Z #59 2.941 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o apps/bf_prefix.c 2024-08-20T21:47:50.1893848Z #59 2.941 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF apps/opt.d.tmp -MT apps/opt.o -c -o apps/opt.o apps/opt.c 2024-08-20T21:47:50.1904132Z #59 2.941 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF apps/s_cb.d.tmp -MT apps/s_cb.o -c -o apps/s_cb.o apps/s_cb.c 2024-08-20T21:47:50.1914337Z #59 2.941 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF apps/s_socket.d.tmp -MT apps/s_socket.o -c -o apps/s_socket.o apps/s_socket.c 2024-08-20T21:47:50.1924239Z #59 2.942 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o crypto/aes/aes_cbc.c 2024-08-20T21:47:50.1935940Z #59 2.942 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/aes/aes_cfb.d.tmp -MT crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o crypto/aes/aes_cfb.c 2024-08-20T21:47:50.1947580Z #59 2.942 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/aes/aes_core.d.tmp -MT crypto/aes/aes_core.o -c -o crypto/aes/aes_core.o crypto/aes/aes_core.c 2024-08-20T21:47:50.1960021Z #59 2.942 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/aes/aes_ecb.d.tmp -MT crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o crypto/aes/aes_ecb.c 2024-08-20T21:47:50.1972171Z #59 2.943 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/aes/aes_ige.d.tmp -MT crypto/aes/aes_ige.o -c -o crypto/aes/aes_ige.o crypto/aes/aes_ige.c 2024-08-20T21:47:50.1984170Z #59 2.943 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/aes/aes_misc.d.tmp -MT crypto/aes/aes_misc.o -c -o crypto/aes/aes_misc.o crypto/aes/aes_misc.c 2024-08-20T21:47:50.1995621Z #59 2.943 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/aes/aes_ofb.d.tmp -MT crypto/aes/aes_ofb.o -c -o crypto/aes/aes_ofb.o crypto/aes/aes_ofb.c 2024-08-20T21:47:50.2007676Z #59 2.944 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/aes/aes_wrap.d.tmp -MT crypto/aes/aes_wrap.o -c -o crypto/aes/aes_wrap.o crypto/aes/aes_wrap.c 2024-08-20T21:47:50.2014580Z #59 2.944 CC="gcc" /usr/bin/perl crypto/aes/asm/aesni-mb-x86_64.pl elf crypto/aes/aesni-mb-x86_64.s 2024-08-20T21:47:50.2016856Z #59 2.945 CC="gcc" /usr/bin/perl crypto/aes/asm/aesni-sha1-x86_64.pl elf crypto/aes/aesni-sha1-x86_64.s 2024-08-20T21:47:50.2019080Z #59 2.946 CC="gcc" /usr/bin/perl crypto/aes/asm/aesni-sha256-x86_64.pl elf crypto/aes/aesni-sha256-x86_64.s 2024-08-20T21:47:50.2021203Z #59 2.946 CC="gcc" /usr/bin/perl crypto/aes/asm/aesni-x86_64.pl elf crypto/aes/aesni-x86_64.s 2024-08-20T21:47:50.2023209Z #59 2.946 CC="gcc" /usr/bin/perl crypto/aes/asm/vpaes-x86_64.pl elf crypto/aes/vpaes-x86_64.s 2024-08-20T21:47:50.2030263Z #59 2.947 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/aria/aria.d.tmp -MT crypto/aria/aria.o -c -o crypto/aria/aria.o crypto/aria/aria.c 2024-08-20T21:47:50.2042653Z #59 2.947 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_bitstr.d.tmp -MT crypto/asn1/a_bitstr.o -c -o crypto/asn1/a_bitstr.o crypto/asn1/a_bitstr.c 2024-08-20T21:47:50.2054697Z #59 2.947 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_d2i_fp.d.tmp -MT crypto/asn1/a_d2i_fp.o -c -o crypto/asn1/a_d2i_fp.o crypto/asn1/a_d2i_fp.c 2024-08-20T21:47:50.2066511Z #59 2.948 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_digest.d.tmp -MT crypto/asn1/a_digest.o -c -o crypto/asn1/a_digest.o crypto/asn1/a_digest.c 2024-08-20T21:47:50.2077591Z #59 2.948 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_dup.d.tmp -MT crypto/asn1/a_dup.o -c -o crypto/asn1/a_dup.o crypto/asn1/a_dup.c 2024-08-20T21:47:50.2088887Z #59 2.948 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_gentm.d.tmp -MT crypto/asn1/a_gentm.o -c -o crypto/asn1/a_gentm.o crypto/asn1/a_gentm.c 2024-08-20T21:47:50.2099609Z #59 2.949 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_i2d_fp.d.tmp -MT crypto/asn1/a_i2d_fp.o -c -o crypto/asn1/a_i2d_fp.o crypto/asn1/a_i2d_fp.c 2024-08-20T21:47:50.2106201Z #59 2.949 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_int.d.tmp -MT crypto/asn1/a_int.o -c -o crypto/asn1/a_int.o crypto/asn1/a_int.c 2024-08-20T21:47:50.2113896Z #59 2.949 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_mbstr.d.tmp -MT crypto/asn1/a_mbstr.o -c -o crypto/asn1/a_mbstr.o crypto/asn1/a_mbstr.c 2024-08-20T21:47:50.2125350Z #59 2.950 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_object.d.tmp -MT crypto/asn1/a_object.o -c -o crypto/asn1/a_object.o crypto/asn1/a_object.c 2024-08-20T21:47:50.2136605Z #59 2.950 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_octet.d.tmp -MT crypto/asn1/a_octet.o -c -o crypto/asn1/a_octet.o crypto/asn1/a_octet.c 2024-08-20T21:47:50.2148242Z #59 2.950 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_print.d.tmp -MT crypto/asn1/a_print.o -c -o crypto/asn1/a_print.o crypto/asn1/a_print.c 2024-08-20T21:47:50.2159887Z #59 2.951 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_sign.d.tmp -MT crypto/asn1/a_sign.o -c -o crypto/asn1/a_sign.o crypto/asn1/a_sign.c 2024-08-20T21:47:50.2171025Z #59 2.951 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_strex.d.tmp -MT crypto/asn1/a_strex.o -c -o crypto/asn1/a_strex.o crypto/asn1/a_strex.c 2024-08-20T21:47:50.2182713Z #59 2.952 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_strnid.d.tmp -MT crypto/asn1/a_strnid.o -c -o crypto/asn1/a_strnid.o crypto/asn1/a_strnid.c 2024-08-20T21:47:50.2194544Z #59 2.952 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_time.d.tmp -MT crypto/asn1/a_time.o -c -o crypto/asn1/a_time.o crypto/asn1/a_time.c 2024-08-20T21:47:50.2206157Z #59 2.952 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_type.d.tmp -MT crypto/asn1/a_type.o -c -o crypto/asn1/a_type.o crypto/asn1/a_type.c 2024-08-20T21:47:50.2217866Z #59 2.953 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_utctm.d.tmp -MT crypto/asn1/a_utctm.o -c -o crypto/asn1/a_utctm.o crypto/asn1/a_utctm.c 2024-08-20T21:47:50.2229885Z #59 2.953 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_utf8.d.tmp -MT crypto/asn1/a_utf8.o -c -o crypto/asn1/a_utf8.o crypto/asn1/a_utf8.c 2024-08-20T21:47:50.2242128Z #59 2.953 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/a_verify.d.tmp -MT crypto/asn1/a_verify.o -c -o crypto/asn1/a_verify.o crypto/asn1/a_verify.c 2024-08-20T21:47:50.2254254Z #59 2.954 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/ameth_lib.d.tmp -MT crypto/asn1/ameth_lib.o -c -o crypto/asn1/ameth_lib.o crypto/asn1/ameth_lib.c 2024-08-20T21:47:50.2266045Z #59 2.954 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/asn1_err.d.tmp -MT crypto/asn1/asn1_err.o -c -o crypto/asn1/asn1_err.o crypto/asn1/asn1_err.c 2024-08-20T21:47:50.2277667Z #59 2.955 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/asn1_gen.d.tmp -MT crypto/asn1/asn1_gen.o -c -o crypto/asn1/asn1_gen.o crypto/asn1/asn1_gen.c 2024-08-20T21:47:50.2289880Z #59 2.955 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/asn1_item_list.d.tmp -MT crypto/asn1/asn1_item_list.o -c -o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_item_list.c 2024-08-20T21:47:50.2301845Z #59 2.955 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/asn1_lib.d.tmp -MT crypto/asn1/asn1_lib.o -c -o crypto/asn1/asn1_lib.o crypto/asn1/asn1_lib.c 2024-08-20T21:47:50.2314056Z #59 2.956 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/asn1_par.d.tmp -MT crypto/asn1/asn1_par.o -c -o crypto/asn1/asn1_par.o crypto/asn1/asn1_par.c 2024-08-20T21:47:50.2325741Z #59 2.956 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/asn_mime.d.tmp -MT crypto/asn1/asn_mime.o -c -o crypto/asn1/asn_mime.o crypto/asn1/asn_mime.c 2024-08-20T21:47:50.2337751Z #59 2.983 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/asn_moid.d.tmp -MT crypto/asn1/asn_moid.o -c -o crypto/asn1/asn_moid.o crypto/asn1/asn_moid.c 2024-08-20T21:47:50.2349437Z #59 2.985 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/asn_mstbl.d.tmp -MT crypto/asn1/asn_mstbl.o -c -o crypto/asn1/asn_mstbl.o crypto/asn1/asn_mstbl.c 2024-08-20T21:47:50.2361287Z #59 2.986 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/asn_pack.d.tmp -MT crypto/asn1/asn_pack.o -c -o crypto/asn1/asn_pack.o crypto/asn1/asn_pack.c 2024-08-20T21:47:50.2372581Z #59 2.986 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/bio_asn1.d.tmp -MT crypto/asn1/bio_asn1.o -c -o crypto/asn1/bio_asn1.o crypto/asn1/bio_asn1.c 2024-08-20T21:47:50.2384070Z #59 2.986 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/bio_ndef.d.tmp -MT crypto/asn1/bio_ndef.o -c -o crypto/asn1/bio_ndef.o crypto/asn1/bio_ndef.c 2024-08-20T21:47:50.2395986Z #59 2.987 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/d2i_pr.d.tmp -MT crypto/asn1/d2i_pr.o -c -o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pr.c 2024-08-20T21:47:50.2407787Z #59 3.000 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/d2i_pu.d.tmp -MT crypto/asn1/d2i_pu.o -c -o crypto/asn1/d2i_pu.o crypto/asn1/d2i_pu.c 2024-08-20T21:47:50.2419379Z #59 3.014 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/evp_asn1.d.tmp -MT crypto/asn1/evp_asn1.o -c -o crypto/asn1/evp_asn1.o crypto/asn1/evp_asn1.c 2024-08-20T21:47:50.2430680Z #59 3.015 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/f_int.d.tmp -MT crypto/asn1/f_int.o -c -o crypto/asn1/f_int.o crypto/asn1/f_int.c 2024-08-20T21:47:50.2446110Z #59 3.016 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/f_string.d.tmp -MT crypto/asn1/f_string.o -c -o crypto/asn1/f_string.o crypto/asn1/f_string.c 2024-08-20T21:47:50.2457698Z #59 3.017 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/i2d_pr.d.tmp -MT crypto/asn1/i2d_pr.o -c -o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pr.c 2024-08-20T21:47:50.2469322Z #59 3.019 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/i2d_pu.d.tmp -MT crypto/asn1/i2d_pu.o -c -o crypto/asn1/i2d_pu.o crypto/asn1/i2d_pu.c 2024-08-20T21:47:50.2480604Z #59 3.019 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/n_pkey.d.tmp -MT crypto/asn1/n_pkey.o -c -o crypto/asn1/n_pkey.o crypto/asn1/n_pkey.c 2024-08-20T21:47:50.2491696Z #59 3.022 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/nsseq.d.tmp -MT crypto/asn1/nsseq.o -c -o crypto/asn1/nsseq.o crypto/asn1/nsseq.c 2024-08-20T21:47:50.2503094Z #59 3.024 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/p5_pbe.d.tmp -MT crypto/asn1/p5_pbe.o -c -o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbe.c 2024-08-20T21:47:50.2514530Z #59 3.025 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/p5_pbev2.d.tmp -MT crypto/asn1/p5_pbev2.o -c -o crypto/asn1/p5_pbev2.o crypto/asn1/p5_pbev2.c 2024-08-20T21:47:50.2526230Z #59 3.027 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/p5_scrypt.d.tmp -MT crypto/asn1/p5_scrypt.o -c -o crypto/asn1/p5_scrypt.o crypto/asn1/p5_scrypt.c 2024-08-20T21:47:50.2537793Z #59 3.028 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/p8_pkey.d.tmp -MT crypto/asn1/p8_pkey.o -c -o crypto/asn1/p8_pkey.o crypto/asn1/p8_pkey.c 2024-08-20T21:47:50.2549676Z #59 3.032 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/t_bitst.d.tmp -MT crypto/asn1/t_bitst.o -c -o crypto/asn1/t_bitst.o crypto/asn1/t_bitst.c 2024-08-20T21:47:50.2861381Z #59 3.033 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/t_pkey.d.tmp -MT crypto/asn1/t_pkey.o -c -o crypto/asn1/t_pkey.o crypto/asn1/t_pkey.c 2024-08-20T21:47:50.2871276Z #59 3.035 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/t_spki.d.tmp -MT crypto/asn1/t_spki.o -c -o crypto/asn1/t_spki.o crypto/asn1/t_spki.c 2024-08-20T21:47:50.2883109Z #59 3.037 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/tasn_dec.d.tmp -MT crypto/asn1/tasn_dec.o -c -o crypto/asn1/tasn_dec.o crypto/asn1/tasn_dec.c 2024-08-20T21:47:50.2895077Z #59 3.038 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/tasn_enc.d.tmp -MT crypto/asn1/tasn_enc.o -c -o crypto/asn1/tasn_enc.o crypto/asn1/tasn_enc.c 2024-08-20T21:47:50.2907175Z #59 3.038 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/tasn_fre.d.tmp -MT crypto/asn1/tasn_fre.o -c -o crypto/asn1/tasn_fre.o crypto/asn1/tasn_fre.c 2024-08-20T21:47:50.2918673Z #59 3.052 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/tasn_new.d.tmp -MT crypto/asn1/tasn_new.o -c -o crypto/asn1/tasn_new.o crypto/asn1/tasn_new.c 2024-08-20T21:47:50.2929268Z #59 3.053 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/tasn_prn.d.tmp -MT crypto/asn1/tasn_prn.o -c -o crypto/asn1/tasn_prn.o crypto/asn1/tasn_prn.c 2024-08-20T21:47:50.2940280Z #59 3.053 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/tasn_scn.d.tmp -MT crypto/asn1/tasn_scn.o -c -o crypto/asn1/tasn_scn.o crypto/asn1/tasn_scn.c 2024-08-20T21:47:50.2949023Z #59 3.054 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/tasn_typ.d.tmp -MT crypto/asn1/tasn_typ.o -c -o crypto/asn1/tasn_typ.o crypto/asn1/tasn_typ.c 2024-08-20T21:47:50.2959808Z #59 3.056 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/tasn_utl.d.tmp -MT crypto/asn1/tasn_utl.o -c -o crypto/asn1/tasn_utl.o crypto/asn1/tasn_utl.c 2024-08-20T21:47:50.2971291Z #59 3.059 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/x_algor.d.tmp -MT crypto/asn1/x_algor.o -c -o crypto/asn1/x_algor.o crypto/asn1/x_algor.c 2024-08-20T21:47:50.2981504Z #59 3.063 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/x_bignum.d.tmp -MT crypto/asn1/x_bignum.o -c -o crypto/asn1/x_bignum.o crypto/asn1/x_bignum.c 2024-08-20T21:47:50.2992206Z #59 3.064 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/x_info.d.tmp -MT crypto/asn1/x_info.o -c -o crypto/asn1/x_info.o crypto/asn1/x_info.c 2024-08-20T21:47:50.3003663Z #59 3.068 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/x_int64.d.tmp -MT crypto/asn1/x_int64.o -c -o crypto/asn1/x_int64.o crypto/asn1/x_int64.c 2024-08-20T21:47:50.3015563Z #59 3.086 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/x_long.d.tmp -MT crypto/asn1/x_long.o -c -o crypto/asn1/x_long.o crypto/asn1/x_long.c 2024-08-20T21:47:50.3026784Z #59 3.086 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/x_pkey.d.tmp -MT crypto/asn1/x_pkey.o -c -o crypto/asn1/x_pkey.o crypto/asn1/x_pkey.c 2024-08-20T21:47:50.3037663Z #59 3.087 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/x_sig.d.tmp -MT crypto/asn1/x_sig.o -c -o crypto/asn1/x_sig.o crypto/asn1/x_sig.c 2024-08-20T21:47:50.3048562Z #59 3.088 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/x_spki.d.tmp -MT crypto/asn1/x_spki.o -c -o crypto/asn1/x_spki.o crypto/asn1/x_spki.c 2024-08-20T21:47:50.3059525Z #59 3.089 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/asn1/x_val.d.tmp -MT crypto/asn1/x_val.o -c -o crypto/asn1/x_val.o crypto/asn1/x_val.c 2024-08-20T21:47:50.3071898Z #59 3.091 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/async/arch/async_null.d.tmp -MT crypto/async/arch/async_null.o -c -o crypto/async/arch/async_null.o crypto/async/arch/async_null.c 2024-08-20T21:47:50.3084437Z #59 3.093 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/async/arch/async_posix.d.tmp -MT crypto/async/arch/async_posix.o -c -o crypto/async/arch/async_posix.o crypto/async/arch/async_posix.c 2024-08-20T21:47:50.3096776Z #59 3.094 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/async/arch/async_win.d.tmp -MT crypto/async/arch/async_win.o -c -o crypto/async/arch/async_win.o crypto/async/arch/async_win.c 2024-08-20T21:47:50.3108597Z #59 3.095 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/async/async.d.tmp -MT crypto/async/async.o -c -o crypto/async/async.o crypto/async/async.c 2024-08-20T21:47:50.3119845Z #59 3.095 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/async/async_err.d.tmp -MT crypto/async/async_err.o -c -o crypto/async/async_err.o crypto/async/async_err.c 2024-08-20T21:47:50.3131845Z #59 3.100 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/async/async_wait.d.tmp -MT crypto/async/async_wait.o -c -o crypto/async/async_wait.o crypto/async/async_wait.c 2024-08-20T21:47:50.3143454Z #59 3.102 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bf/bf_cfb64.d.tmp -MT crypto/bf/bf_cfb64.o -c -o crypto/bf/bf_cfb64.o crypto/bf/bf_cfb64.c 2024-08-20T21:47:50.3154586Z #59 3.106 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bf/bf_ecb.d.tmp -MT crypto/bf/bf_ecb.o -c -o crypto/bf/bf_ecb.o crypto/bf/bf_ecb.c 2024-08-20T21:47:50.3165931Z #59 3.106 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bf/bf_enc.d.tmp -MT crypto/bf/bf_enc.o -c -o crypto/bf/bf_enc.o crypto/bf/bf_enc.c 2024-08-20T21:47:50.3177078Z #59 3.108 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bf/bf_ofb64.d.tmp -MT crypto/bf/bf_ofb64.o -c -o crypto/bf/bf_ofb64.o crypto/bf/bf_ofb64.c 2024-08-20T21:47:50.3188462Z #59 3.112 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bf/bf_skey.d.tmp -MT crypto/bf/bf_skey.o -c -o crypto/bf/bf_skey.o crypto/bf/bf_skey.c 2024-08-20T21:47:50.3199824Z #59 3.113 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/b_addr.d.tmp -MT crypto/bio/b_addr.o -c -o crypto/bio/b_addr.o crypto/bio/b_addr.c 2024-08-20T21:47:50.3211289Z #59 3.122 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/b_dump.d.tmp -MT crypto/bio/b_dump.o -c -o crypto/bio/b_dump.o crypto/bio/b_dump.c 2024-08-20T21:47:50.3222987Z #59 3.122 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/b_print.d.tmp -MT crypto/bio/b_print.o -c -o crypto/bio/b_print.o crypto/bio/b_print.c 2024-08-20T21:47:50.3234670Z #59 3.124 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/b_sock.d.tmp -MT crypto/bio/b_sock.o -c -o crypto/bio/b_sock.o crypto/bio/b_sock.c 2024-08-20T21:47:50.3246283Z #59 3.124 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/b_sock2.d.tmp -MT crypto/bio/b_sock2.o -c -o crypto/bio/b_sock2.o crypto/bio/b_sock2.c 2024-08-20T21:47:50.3257646Z #59 3.129 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bf_buff.d.tmp -MT crypto/bio/bf_buff.o -c -o crypto/bio/bf_buff.o crypto/bio/bf_buff.c 2024-08-20T21:47:50.3269556Z #59 3.133 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bf_lbuf.d.tmp -MT crypto/bio/bf_lbuf.o -c -o crypto/bio/bf_lbuf.o crypto/bio/bf_lbuf.c 2024-08-20T21:47:50.3869457Z #59 3.136 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bf_nbio.d.tmp -MT crypto/bio/bf_nbio.o -c -o crypto/bio/bf_nbio.o crypto/bio/bf_nbio.c 2024-08-20T21:47:50.3881628Z #59 3.138 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bf_null.d.tmp -MT crypto/bio/bf_null.o -c -o crypto/bio/bf_null.o crypto/bio/bf_null.c 2024-08-20T21:47:50.3893317Z #59 3.139 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bio_cb.d.tmp -MT crypto/bio/bio_cb.o -c -o crypto/bio/bio_cb.o crypto/bio/bio_cb.c 2024-08-20T21:47:50.3904696Z #59 3.139 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bio_err.d.tmp -MT crypto/bio/bio_err.o -c -o crypto/bio/bio_err.o crypto/bio/bio_err.c 2024-08-20T21:47:50.3932197Z #59 3.140 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bio_lib.d.tmp -MT crypto/bio/bio_lib.o -c -o crypto/bio/bio_lib.o crypto/bio/bio_lib.c 2024-08-20T21:47:50.3944253Z #59 3.142 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bio_meth.d.tmp -MT crypto/bio/bio_meth.o -c -o crypto/bio/bio_meth.o crypto/bio/bio_meth.c 2024-08-20T21:47:50.3955635Z #59 3.142 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bss_acpt.d.tmp -MT crypto/bio/bss_acpt.o -c -o crypto/bio/bss_acpt.o crypto/bio/bss_acpt.c 2024-08-20T21:47:50.3967422Z #59 3.143 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bss_bio.d.tmp -MT crypto/bio/bss_bio.o -c -o crypto/bio/bss_bio.o crypto/bio/bss_bio.c 2024-08-20T21:47:50.3979251Z #59 3.143 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bss_conn.d.tmp -MT crypto/bio/bss_conn.o -c -o crypto/bio/bss_conn.o crypto/bio/bss_conn.c 2024-08-20T21:47:50.3990359Z #59 3.144 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bss_dgram.d.tmp -MT crypto/bio/bss_dgram.o -c -o crypto/bio/bss_dgram.o crypto/bio/bss_dgram.c 2024-08-20T21:47:50.4002064Z #59 3.144 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bss_fd.d.tmp -MT crypto/bio/bss_fd.o -c -o crypto/bio/bss_fd.o crypto/bio/bss_fd.c 2024-08-20T21:47:50.4013507Z #59 3.146 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bss_file.d.tmp -MT crypto/bio/bss_file.o -c -o crypto/bio/bss_file.o crypto/bio/bss_file.c 2024-08-20T21:47:50.4024948Z #59 3.146 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bss_log.d.tmp -MT crypto/bio/bss_log.o -c -o crypto/bio/bss_log.o crypto/bio/bss_log.c 2024-08-20T21:47:50.4035988Z #59 3.149 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bss_mem.d.tmp -MT crypto/bio/bss_mem.o -c -o crypto/bio/bss_mem.o crypto/bio/bss_mem.c 2024-08-20T21:47:50.4046515Z #59 3.150 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bss_null.d.tmp -MT crypto/bio/bss_null.o -c -o crypto/bio/bss_null.o crypto/bio/bss_null.c 2024-08-20T21:47:50.4057292Z #59 3.153 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bio/bss_sock.d.tmp -MT crypto/bio/bss_sock.o -c -o crypto/bio/bss_sock.o crypto/bio/bss_sock.c 2024-08-20T21:47:50.4067755Z #59 3.155 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/blake2/blake2b.d.tmp -MT crypto/blake2/blake2b.o -c -o crypto/blake2/blake2b.o crypto/blake2/blake2b.c 2024-08-20T21:47:50.4079651Z #59 3.156 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/blake2/blake2s.d.tmp -MT crypto/blake2/blake2s.o -c -o crypto/blake2/blake2s.o crypto/blake2/blake2s.c 2024-08-20T21:47:50.4091579Z #59 3.156 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/blake2/m_blake2b.d.tmp -MT crypto/blake2/m_blake2b.o -c -o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2b.c 2024-08-20T21:47:50.4103338Z #59 3.160 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/blake2/m_blake2s.d.tmp -MT crypto/blake2/m_blake2s.o -c -o crypto/blake2/m_blake2s.o crypto/blake2/m_blake2s.c 2024-08-20T21:47:50.4115082Z #59 3.164 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/asm/x86_64-gcc.d.tmp -MT crypto/bn/asm/x86_64-gcc.o -c -o crypto/bn/asm/x86_64-gcc.o crypto/bn/asm/x86_64-gcc.c 2024-08-20T21:47:50.4127215Z #59 3.165 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_add.d.tmp -MT crypto/bn/bn_add.o -c -o crypto/bn/bn_add.o crypto/bn/bn_add.c 2024-08-20T21:47:50.4142352Z #59 3.166 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_blind.d.tmp -MT crypto/bn/bn_blind.o -c -o crypto/bn/bn_blind.o crypto/bn/bn_blind.c 2024-08-20T21:47:50.4153951Z #59 3.168 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_const.d.tmp -MT crypto/bn/bn_const.o -c -o crypto/bn/bn_const.o crypto/bn/bn_const.c 2024-08-20T21:47:50.4165364Z #59 3.171 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_ctx.d.tmp -MT crypto/bn/bn_ctx.o -c -o crypto/bn/bn_ctx.o crypto/bn/bn_ctx.c 2024-08-20T21:47:50.4176680Z #59 3.171 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_depr.d.tmp -MT crypto/bn/bn_depr.o -c -o crypto/bn/bn_depr.o crypto/bn/bn_depr.c 2024-08-20T21:47:50.4188088Z #59 3.173 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_dh.d.tmp -MT crypto/bn/bn_dh.o -c -o crypto/bn/bn_dh.o crypto/bn/bn_dh.c 2024-08-20T21:47:50.4199119Z #59 3.178 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_div.d.tmp -MT crypto/bn/bn_div.o -c -o crypto/bn/bn_div.o crypto/bn/bn_div.c 2024-08-20T21:47:50.4210826Z #59 3.181 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_err.d.tmp -MT crypto/bn/bn_err.o -c -o crypto/bn/bn_err.o crypto/bn/bn_err.c 2024-08-20T21:47:50.4222164Z #59 3.187 gcc -I. -Iinclude -Icrypto -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_exp.d.tmp -MT crypto/bn/bn_exp.o -c -o crypto/bn/bn_exp.o crypto/bn/bn_exp.c 2024-08-20T21:47:50.4234254Z #59 3.190 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_exp2.d.tmp -MT crypto/bn/bn_exp2.o -c -o crypto/bn/bn_exp2.o crypto/bn/bn_exp2.c 2024-08-20T21:47:50.4245305Z #59 3.197 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_gcd.d.tmp -MT crypto/bn/bn_gcd.o -c -o crypto/bn/bn_gcd.o crypto/bn/bn_gcd.c 2024-08-20T21:47:50.4256351Z #59 3.197 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_gf2m.d.tmp -MT crypto/bn/bn_gf2m.o -c -o crypto/bn/bn_gf2m.o crypto/bn/bn_gf2m.c 2024-08-20T21:47:50.4267526Z #59 3.198 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_intern.d.tmp -MT crypto/bn/bn_intern.o -c -o crypto/bn/bn_intern.o crypto/bn/bn_intern.c 2024-08-20T21:47:50.4278944Z #59 3.200 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_kron.d.tmp -MT crypto/bn/bn_kron.o -c -o crypto/bn/bn_kron.o crypto/bn/bn_kron.c 2024-08-20T21:47:50.4290847Z #59 3.229 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_lib.d.tmp -MT crypto/bn/bn_lib.o -c -o crypto/bn/bn_lib.o crypto/bn/bn_lib.c 2024-08-20T21:47:50.4301495Z #59 3.229 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_mod.d.tmp -MT crypto/bn/bn_mod.o -c -o crypto/bn/bn_mod.o crypto/bn/bn_mod.c 2024-08-20T21:47:50.4312946Z #59 3.230 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_mont.d.tmp -MT crypto/bn/bn_mont.o -c -o crypto/bn/bn_mont.o crypto/bn/bn_mont.c 2024-08-20T21:47:50.4325293Z #59 3.231 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_mpi.d.tmp -MT crypto/bn/bn_mpi.o -c -o crypto/bn/bn_mpi.o crypto/bn/bn_mpi.c 2024-08-20T21:47:50.4337438Z #59 3.233 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_mul.d.tmp -MT crypto/bn/bn_mul.o -c -o crypto/bn/bn_mul.o crypto/bn/bn_mul.c 2024-08-20T21:47:50.4349399Z #59 3.234 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_nist.d.tmp -MT crypto/bn/bn_nist.o -c -o crypto/bn/bn_nist.o crypto/bn/bn_nist.c 2024-08-20T21:47:50.4893425Z #59 3.234 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_prime.d.tmp -MT crypto/bn/bn_prime.o -c -o crypto/bn/bn_prime.o crypto/bn/bn_prime.c 2024-08-20T21:47:50.4904923Z #59 3.235 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_print.d.tmp -MT crypto/bn/bn_print.o -c -o crypto/bn/bn_print.o crypto/bn/bn_print.c 2024-08-20T21:47:50.4916950Z #59 3.236 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_rand.d.tmp -MT crypto/bn/bn_rand.o -c -o crypto/bn/bn_rand.o crypto/bn/bn_rand.c 2024-08-20T21:47:50.4929264Z #59 3.236 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_recp.d.tmp -MT crypto/bn/bn_recp.o -c -o crypto/bn/bn_recp.o crypto/bn/bn_recp.c 2024-08-20T21:47:50.4941601Z #59 3.237 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_shift.d.tmp -MT crypto/bn/bn_shift.o -c -o crypto/bn/bn_shift.o crypto/bn/bn_shift.c 2024-08-20T21:47:50.4953475Z #59 3.237 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_sqr.d.tmp -MT crypto/bn/bn_sqr.o -c -o crypto/bn/bn_sqr.o crypto/bn/bn_sqr.c 2024-08-20T21:47:50.4965330Z #59 3.238 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_sqrt.d.tmp -MT crypto/bn/bn_sqrt.o -c -o crypto/bn/bn_sqrt.o crypto/bn/bn_sqrt.c 2024-08-20T21:47:50.4976702Z #59 3.238 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_srp.d.tmp -MT crypto/bn/bn_srp.o -c -o crypto/bn/bn_srp.o crypto/bn/bn_srp.c 2024-08-20T21:47:50.4987097Z #59 3.238 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_word.d.tmp -MT crypto/bn/bn_word.o -c -o crypto/bn/bn_word.o crypto/bn/bn_word.c 2024-08-20T21:47:50.4998292Z #59 3.239 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/bn_x931p.d.tmp -MT crypto/bn/bn_x931p.o -c -o crypto/bn/bn_x931p.o crypto/bn/bn_x931p.c 2024-08-20T21:47:50.5004605Z #59 3.240 CC="gcc" /usr/bin/perl crypto/bn/asm/rsaz-avx2.pl elf crypto/bn/rsaz-avx2.s 2024-08-20T21:47:50.5006424Z #59 3.241 CC="gcc" /usr/bin/perl crypto/bn/asm/rsaz-x86_64.pl elf crypto/bn/rsaz-x86_64.s 2024-08-20T21:47:50.5013478Z #59 3.242 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/bn/rsaz_exp.d.tmp -MT crypto/bn/rsaz_exp.o -c -o crypto/bn/rsaz_exp.o crypto/bn/rsaz_exp.c 2024-08-20T21:47:50.5019757Z #59 3.243 CC="gcc" /usr/bin/perl crypto/bn/asm/x86_64-gf2m.pl elf crypto/bn/x86_64-gf2m.s 2024-08-20T21:47:50.5021479Z #59 3.246 CC="gcc" /usr/bin/perl crypto/bn/asm/x86_64-mont.pl elf crypto/bn/x86_64-mont.s 2024-08-20T21:47:50.5023328Z #59 3.247 CC="gcc" /usr/bin/perl crypto/bn/asm/x86_64-mont5.pl elf crypto/bn/x86_64-mont5.s 2024-08-20T21:47:50.5030485Z #59 3.247 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/buffer/buf_err.d.tmp -MT crypto/buffer/buf_err.o -c -o crypto/buffer/buf_err.o crypto/buffer/buf_err.c 2024-08-20T21:47:50.5042411Z #59 3.248 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/buffer/buffer.d.tmp -MT crypto/buffer/buffer.o -c -o crypto/buffer/buffer.o crypto/buffer/buffer.c 2024-08-20T21:47:50.5049280Z #59 3.249 CC="gcc" /usr/bin/perl crypto/camellia/asm/cmll-x86_64.pl elf crypto/camellia/cmll-x86_64.s 2024-08-20T21:47:50.5056709Z #59 3.249 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/camellia/cmll_cfb.d.tmp -MT crypto/camellia/cmll_cfb.o -c -o crypto/camellia/cmll_cfb.o crypto/camellia/cmll_cfb.c 2024-08-20T21:47:50.5068899Z #59 3.249 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/camellia/cmll_ctr.d.tmp -MT crypto/camellia/cmll_ctr.o -c -o crypto/camellia/cmll_ctr.o crypto/camellia/cmll_ctr.c 2024-08-20T21:47:50.5081154Z #59 3.250 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/camellia/cmll_ecb.d.tmp -MT crypto/camellia/cmll_ecb.o -c -o crypto/camellia/cmll_ecb.o crypto/camellia/cmll_ecb.c 2024-08-20T21:47:50.5093227Z #59 3.251 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/camellia/cmll_misc.d.tmp -MT crypto/camellia/cmll_misc.o -c -o crypto/camellia/cmll_misc.o crypto/camellia/cmll_misc.c 2024-08-20T21:47:50.5104847Z #59 3.251 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/camellia/cmll_ofb.d.tmp -MT crypto/camellia/cmll_ofb.o -c -o crypto/camellia/cmll_ofb.o crypto/camellia/cmll_ofb.c 2024-08-20T21:47:50.5116445Z #59 3.252 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cast/c_cfb64.d.tmp -MT crypto/cast/c_cfb64.o -c -o crypto/cast/c_cfb64.o crypto/cast/c_cfb64.c 2024-08-20T21:47:50.5128344Z #59 3.253 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cast/c_ecb.d.tmp -MT crypto/cast/c_ecb.o -c -o crypto/cast/c_ecb.o crypto/cast/c_ecb.c 2024-08-20T21:47:50.5139924Z #59 3.255 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cast/c_enc.d.tmp -MT crypto/cast/c_enc.o -c -o crypto/cast/c_enc.o crypto/cast/c_enc.c 2024-08-20T21:47:50.5151767Z #59 3.263 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cast/c_ofb64.d.tmp -MT crypto/cast/c_ofb64.o -c -o crypto/cast/c_ofb64.o crypto/cast/c_ofb64.c 2024-08-20T21:47:50.5163118Z #59 3.264 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cast/c_skey.d.tmp -MT crypto/cast/c_skey.o -c -o crypto/cast/c_skey.o crypto/cast/c_skey.c 2024-08-20T21:47:50.5169559Z #59 3.265 CC="gcc" /usr/bin/perl crypto/chacha/asm/chacha-x86_64.pl elf crypto/chacha/chacha-x86_64.s 2024-08-20T21:47:50.5176785Z #59 3.266 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cmac/cm_ameth.d.tmp -MT crypto/cmac/cm_ameth.o -c -o crypto/cmac/cm_ameth.o crypto/cmac/cm_ameth.c 2024-08-20T21:47:50.5188306Z #59 3.268 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cmac/cm_pmeth.d.tmp -MT crypto/cmac/cm_pmeth.o -c -o crypto/cmac/cm_pmeth.o crypto/cmac/cm_pmeth.c 2024-08-20T21:47:50.5199826Z #59 3.272 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cmac/cmac.d.tmp -MT crypto/cmac/cmac.o -c -o crypto/cmac/cmac.o crypto/cmac/cmac.c 2024-08-20T21:47:50.5211516Z #59 3.275 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_asn1.d.tmp -MT crypto/cms/cms_asn1.o -c -o crypto/cms/cms_asn1.o crypto/cms/cms_asn1.c 2024-08-20T21:47:50.5222866Z #59 3.278 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_att.d.tmp -MT crypto/cms/cms_att.o -c -o crypto/cms/cms_att.o crypto/cms/cms_att.c 2024-08-20T21:47:50.5233369Z #59 3.279 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_cd.d.tmp -MT crypto/cms/cms_cd.o -c -o crypto/cms/cms_cd.o crypto/cms/cms_cd.c 2024-08-20T21:47:50.5245407Z #59 3.279 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_dd.d.tmp -MT crypto/cms/cms_dd.o -c -o crypto/cms/cms_dd.o crypto/cms/cms_dd.c 2024-08-20T21:47:50.5257808Z #59 3.282 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_enc.d.tmp -MT crypto/cms/cms_enc.o -c -o crypto/cms/cms_enc.o crypto/cms/cms_enc.c 2024-08-20T21:47:50.5269589Z #59 3.282 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_env.d.tmp -MT crypto/cms/cms_env.o -c -o crypto/cms/cms_env.o crypto/cms/cms_env.c 2024-08-20T21:47:50.5281917Z #59 3.283 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_err.d.tmp -MT crypto/cms/cms_err.o -c -o crypto/cms/cms_err.o crypto/cms/cms_err.c 2024-08-20T21:47:50.5293914Z #59 3.286 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_ess.d.tmp -MT crypto/cms/cms_ess.o -c -o crypto/cms/cms_ess.o crypto/cms/cms_ess.c 2024-08-20T21:47:50.5305669Z #59 3.287 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_io.d.tmp -MT crypto/cms/cms_io.o -c -o crypto/cms/cms_io.o crypto/cms/cms_io.c 2024-08-20T21:47:50.5316849Z #59 3.287 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_kari.d.tmp -MT crypto/cms/cms_kari.o -c -o crypto/cms/cms_kari.o crypto/cms/cms_kari.c 2024-08-20T21:47:50.5328304Z #59 3.294 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_lib.d.tmp -MT crypto/cms/cms_lib.o -c -o crypto/cms/cms_lib.o crypto/cms/cms_lib.c 2024-08-20T21:47:50.5340241Z #59 3.295 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_pwri.d.tmp -MT crypto/cms/cms_pwri.o -c -o crypto/cms/cms_pwri.o crypto/cms/cms_pwri.c 2024-08-20T21:47:50.5351813Z #59 3.295 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_sd.d.tmp -MT crypto/cms/cms_sd.o -c -o crypto/cms/cms_sd.o crypto/cms/cms_sd.c 2024-08-20T21:47:50.5363366Z #59 3.296 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cms/cms_smime.d.tmp -MT crypto/cms/cms_smime.o -c -o crypto/cms/cms_smime.o crypto/cms/cms_smime.c 2024-08-20T21:47:50.5374430Z #59 3.299 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/comp/c_zlib.d.tmp -MT crypto/comp/c_zlib.o -c -o crypto/comp/c_zlib.o crypto/comp/c_zlib.c 2024-08-20T21:47:50.5385475Z #59 3.300 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/comp/comp_err.d.tmp -MT crypto/comp/comp_err.o -c -o crypto/comp/comp_err.o crypto/comp/comp_err.c 2024-08-20T21:47:50.5395338Z #59 3.302 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/comp/comp_lib.d.tmp -MT crypto/comp/comp_lib.o -c -o crypto/comp/comp_lib.o crypto/comp/comp_lib.c 2024-08-20T21:47:50.5406795Z #59 3.303 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/conf/conf_api.d.tmp -MT crypto/conf/conf_api.o -c -o crypto/conf/conf_api.o crypto/conf/conf_api.c 2024-08-20T21:47:50.5418426Z #59 3.306 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/conf/conf_def.d.tmp -MT crypto/conf/conf_def.o -c -o crypto/conf/conf_def.o crypto/conf/conf_def.c 2024-08-20T21:47:50.5430499Z #59 3.307 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/conf/conf_err.d.tmp -MT crypto/conf/conf_err.o -c -o crypto/conf/conf_err.o crypto/conf/conf_err.c 2024-08-20T21:47:50.5441358Z #59 3.307 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/conf/conf_lib.d.tmp -MT crypto/conf/conf_lib.o -c -o crypto/conf/conf_lib.o crypto/conf/conf_lib.c 2024-08-20T21:47:50.5449173Z #59 3.308 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/conf/conf_mall.d.tmp -MT crypto/conf/conf_mall.o -c -o crypto/conf/conf_mall.o crypto/conf/conf_mall.c 2024-08-20T21:47:50.5458278Z #59 3.309 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/conf/conf_mod.d.tmp -MT crypto/conf/conf_mod.o -c -o crypto/conf/conf_mod.o crypto/conf/conf_mod.c 2024-08-20T21:47:50.5468482Z #59 3.310 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/conf/conf_sap.d.tmp -MT crypto/conf/conf_sap.o -c -o crypto/conf/conf_sap.o crypto/conf/conf_sap.c 2024-08-20T21:47:50.5477937Z #59 3.311 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/conf/conf_ssl.d.tmp -MT crypto/conf/conf_ssl.o -c -o crypto/conf/conf_ssl.o crypto/conf/conf_ssl.c 2024-08-20T21:47:50.5489163Z #59 3.314 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cpt_err.d.tmp -MT crypto/cpt_err.o -c -o crypto/cpt_err.o crypto/cpt_err.c 2024-08-20T21:47:50.5499585Z #59 3.314 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cryptlib.d.tmp -MT crypto/cryptlib.o -c -o crypto/cryptlib.o crypto/cryptlib.c 2024-08-20T21:47:50.5506691Z #59 3.316 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ct/ct_b64.d.tmp -MT crypto/ct/ct_b64.o -c -o crypto/ct/ct_b64.o crypto/ct/ct_b64.c 2024-08-20T21:47:50.5517147Z #59 3.316 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ct/ct_err.d.tmp -MT crypto/ct/ct_err.o -c -o crypto/ct/ct_err.o crypto/ct/ct_err.c 2024-08-20T21:47:50.5528201Z #59 3.321 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ct/ct_log.d.tmp -MT crypto/ct/ct_log.o -c -o crypto/ct/ct_log.o crypto/ct/ct_log.c 2024-08-20T21:47:50.5539837Z #59 3.322 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ct/ct_oct.d.tmp -MT crypto/ct/ct_oct.o -c -o crypto/ct/ct_oct.o crypto/ct/ct_oct.c 2024-08-20T21:47:50.5551036Z #59 3.323 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ct/ct_policy.d.tmp -MT crypto/ct/ct_policy.o -c -o crypto/ct/ct_policy.o crypto/ct/ct_policy.c 2024-08-20T21:47:50.5561841Z #59 3.327 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ct/ct_prn.d.tmp -MT crypto/ct/ct_prn.o -c -o crypto/ct/ct_prn.o crypto/ct/ct_prn.c 2024-08-20T21:47:50.5572492Z #59 3.327 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ct/ct_sct.d.tmp -MT crypto/ct/ct_sct.o -c -o crypto/ct/ct_sct.o crypto/ct/ct_sct.c 2024-08-20T21:47:50.5583922Z #59 3.328 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ct/ct_sct_ctx.d.tmp -MT crypto/ct/ct_sct_ctx.o -c -o crypto/ct/ct_sct_ctx.o crypto/ct/ct_sct_ctx.c 2024-08-20T21:47:50.5595844Z #59 3.336 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ct/ct_vfy.d.tmp -MT crypto/ct/ct_vfy.o -c -o crypto/ct/ct_vfy.o crypto/ct/ct_vfy.c 2024-08-20T21:47:50.6131167Z #59 3.337 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ct/ct_x509v3.d.tmp -MT crypto/ct/ct_x509v3.o -c -o crypto/ct/ct_x509v3.o crypto/ct/ct_x509v3.c 2024-08-20T21:47:50.6138639Z #59 3.337 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ctype.d.tmp -MT crypto/ctype.o -c -o crypto/ctype.o crypto/ctype.c 2024-08-20T21:47:50.6147050Z #59 3.341 /usr/bin/perl util/mkbuildinf.pl "gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM" "linux-x86_64" > crypto/buildinf.h 2024-08-20T21:47:50.6157054Z #59 3.346 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/cbc_cksm.d.tmp -MT crypto/des/cbc_cksm.o -c -o crypto/des/cbc_cksm.o crypto/des/cbc_cksm.c 2024-08-20T21:47:50.6168960Z #59 3.347 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/cbc_enc.d.tmp -MT crypto/des/cbc_enc.o -c -o crypto/des/cbc_enc.o crypto/des/cbc_enc.c 2024-08-20T21:47:50.6179313Z #59 3.350 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/cfb64ede.d.tmp -MT crypto/des/cfb64ede.o -c -o crypto/des/cfb64ede.o crypto/des/cfb64ede.c 2024-08-20T21:47:50.6190879Z #59 3.351 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/cfb64enc.d.tmp -MT crypto/des/cfb64enc.o -c -o crypto/des/cfb64enc.o crypto/des/cfb64enc.c 2024-08-20T21:47:50.6202277Z #59 3.358 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/cfb_enc.d.tmp -MT crypto/des/cfb_enc.o -c -o crypto/des/cfb_enc.o crypto/des/cfb_enc.c 2024-08-20T21:47:50.6213820Z #59 3.361 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/des_enc.d.tmp -MT crypto/des/des_enc.o -c -o crypto/des/des_enc.o crypto/des/des_enc.c 2024-08-20T21:47:50.6225202Z #59 3.363 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/ecb3_enc.d.tmp -MT crypto/des/ecb3_enc.o -c -o crypto/des/ecb3_enc.o crypto/des/ecb3_enc.c 2024-08-20T21:47:50.6236517Z #59 3.367 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/ecb_enc.d.tmp -MT crypto/des/ecb_enc.o -c -o crypto/des/ecb_enc.o crypto/des/ecb_enc.c 2024-08-20T21:47:50.6248001Z #59 3.369 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/fcrypt.d.tmp -MT crypto/des/fcrypt.o -c -o crypto/des/fcrypt.o crypto/des/fcrypt.c 2024-08-20T21:47:50.6259984Z #59 3.369 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/fcrypt_b.d.tmp -MT crypto/des/fcrypt_b.o -c -o crypto/des/fcrypt_b.o crypto/des/fcrypt_b.c 2024-08-20T21:47:50.6271553Z #59 3.379 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/ofb64ede.d.tmp -MT crypto/des/ofb64ede.o -c -o crypto/des/ofb64ede.o crypto/des/ofb64ede.c 2024-08-20T21:47:50.6283031Z #59 3.380 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/ofb64enc.d.tmp -MT crypto/des/ofb64enc.o -c -o crypto/des/ofb64enc.o crypto/des/ofb64enc.c 2024-08-20T21:47:50.6294589Z #59 3.383 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/ofb_enc.d.tmp -MT crypto/des/ofb_enc.o -c -o crypto/des/ofb_enc.o crypto/des/ofb_enc.c 2024-08-20T21:47:50.6306161Z #59 3.384 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/pcbc_enc.d.tmp -MT crypto/des/pcbc_enc.o -c -o crypto/des/pcbc_enc.o crypto/des/pcbc_enc.c 2024-08-20T21:47:50.6317940Z #59 3.392 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/qud_cksm.d.tmp -MT crypto/des/qud_cksm.o -c -o crypto/des/qud_cksm.o crypto/des/qud_cksm.c 2024-08-20T21:47:50.6329254Z #59 3.396 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/rand_key.d.tmp -MT crypto/des/rand_key.o -c -o crypto/des/rand_key.o crypto/des/rand_key.c 2024-08-20T21:47:50.6340778Z #59 3.397 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/set_key.d.tmp -MT crypto/des/set_key.o -c -o crypto/des/set_key.o crypto/des/set_key.c 2024-08-20T21:47:50.6352356Z #59 3.398 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/str2key.d.tmp -MT crypto/des/str2key.o -c -o crypto/des/str2key.o crypto/des/str2key.c 2024-08-20T21:47:50.6364055Z #59 3.400 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/des/xcbc_enc.d.tmp -MT crypto/des/xcbc_enc.o -c -o crypto/des/xcbc_enc.o crypto/des/xcbc_enc.c 2024-08-20T21:47:50.6375698Z #59 3.403 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_ameth.d.tmp -MT crypto/dh/dh_ameth.o -c -o crypto/dh/dh_ameth.o crypto/dh/dh_ameth.c 2024-08-20T21:47:50.6386986Z #59 3.406 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_asn1.d.tmp -MT crypto/dh/dh_asn1.o -c -o crypto/dh/dh_asn1.o crypto/dh/dh_asn1.c 2024-08-20T21:47:50.6398578Z #59 3.411 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_check.d.tmp -MT crypto/dh/dh_check.o -c -o crypto/dh/dh_check.o crypto/dh/dh_check.c 2024-08-20T21:47:50.6410039Z #59 3.414 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_depr.d.tmp -MT crypto/dh/dh_depr.o -c -o crypto/dh/dh_depr.o crypto/dh/dh_depr.c 2024-08-20T21:47:50.6421724Z #59 3.415 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_err.d.tmp -MT crypto/dh/dh_err.o -c -o crypto/dh/dh_err.o crypto/dh/dh_err.c 2024-08-20T21:47:50.6433014Z #59 3.415 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_gen.d.tmp -MT crypto/dh/dh_gen.o -c -o crypto/dh/dh_gen.o crypto/dh/dh_gen.c 2024-08-20T21:47:50.6444455Z #59 3.424 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_kdf.d.tmp -MT crypto/dh/dh_kdf.o -c -o crypto/dh/dh_kdf.o crypto/dh/dh_kdf.c 2024-08-20T21:47:50.6455673Z #59 3.425 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_key.d.tmp -MT crypto/dh/dh_key.o -c -o crypto/dh/dh_key.o crypto/dh/dh_key.c 2024-08-20T21:47:50.6466926Z #59 3.426 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_lib.d.tmp -MT crypto/dh/dh_lib.o -c -o crypto/dh/dh_lib.o crypto/dh/dh_lib.c 2024-08-20T21:47:50.6478568Z #59 3.426 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_meth.d.tmp -MT crypto/dh/dh_meth.o -c -o crypto/dh/dh_meth.o crypto/dh/dh_meth.c 2024-08-20T21:47:50.6490420Z #59 3.427 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_pmeth.d.tmp -MT crypto/dh/dh_pmeth.o -c -o crypto/dh/dh_pmeth.o crypto/dh/dh_pmeth.c 2024-08-20T21:47:50.6501479Z #59 3.428 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_prn.d.tmp -MT crypto/dh/dh_prn.o -c -o crypto/dh/dh_prn.o crypto/dh/dh_prn.c 2024-08-20T21:47:50.6512996Z #59 3.429 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_rfc5114.d.tmp -MT crypto/dh/dh_rfc5114.o -c -o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc5114.c 2024-08-20T21:47:50.6524114Z #59 3.430 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dh/dh_rfc7919.d.tmp -MT crypto/dh/dh_rfc7919.o -c -o crypto/dh/dh_rfc7919.o crypto/dh/dh_rfc7919.c 2024-08-20T21:47:50.6536597Z #59 3.430 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_ameth.d.tmp -MT crypto/dsa/dsa_ameth.o -c -o crypto/dsa/dsa_ameth.o crypto/dsa/dsa_ameth.c 2024-08-20T21:47:50.6548099Z #59 3.431 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_asn1.d.tmp -MT crypto/dsa/dsa_asn1.o -c -o crypto/dsa/dsa_asn1.o crypto/dsa/dsa_asn1.c 2024-08-20T21:47:50.6559394Z #59 3.432 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_depr.d.tmp -MT crypto/dsa/dsa_depr.o -c -o crypto/dsa/dsa_depr.o crypto/dsa/dsa_depr.c 2024-08-20T21:47:50.6570994Z #59 3.432 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_err.d.tmp -MT crypto/dsa/dsa_err.o -c -o crypto/dsa/dsa_err.o crypto/dsa/dsa_err.c 2024-08-20T21:47:50.6582453Z #59 3.433 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_gen.d.tmp -MT crypto/dsa/dsa_gen.o -c -o crypto/dsa/dsa_gen.o crypto/dsa/dsa_gen.c 2024-08-20T21:47:50.6593168Z #59 3.434 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_key.d.tmp -MT crypto/dsa/dsa_key.o -c -o crypto/dsa/dsa_key.o crypto/dsa/dsa_key.c 2024-08-20T21:47:50.6604399Z #59 3.435 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_lib.d.tmp -MT crypto/dsa/dsa_lib.o -c -o crypto/dsa/dsa_lib.o crypto/dsa/dsa_lib.c 2024-08-20T21:47:50.6615561Z #59 3.460 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_meth.d.tmp -MT crypto/dsa/dsa_meth.o -c -o crypto/dsa/dsa_meth.o crypto/dsa/dsa_meth.c 2024-08-20T21:47:50.7133836Z #59 3.460 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_ossl.d.tmp -MT crypto/dsa/dsa_ossl.o -c -o crypto/dsa/dsa_ossl.o crypto/dsa/dsa_ossl.c 2024-08-20T21:47:50.7145455Z #59 3.461 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_pmeth.d.tmp -MT crypto/dsa/dsa_pmeth.o -c -o crypto/dsa/dsa_pmeth.o crypto/dsa/dsa_pmeth.c 2024-08-20T21:47:50.7157549Z #59 3.461 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_prn.d.tmp -MT crypto/dsa/dsa_prn.o -c -o crypto/dsa/dsa_prn.o crypto/dsa/dsa_prn.c 2024-08-20T21:47:50.7169288Z #59 3.462 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_sign.d.tmp -MT crypto/dsa/dsa_sign.o -c -o crypto/dsa/dsa_sign.o crypto/dsa/dsa_sign.c 2024-08-20T21:47:50.7180434Z #59 3.462 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dsa/dsa_vrf.d.tmp -MT crypto/dsa/dsa_vrf.o -c -o crypto/dsa/dsa_vrf.o crypto/dsa/dsa_vrf.c 2024-08-20T21:47:50.7191567Z #59 3.462 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dso/dso_dl.d.tmp -MT crypto/dso/dso_dl.o -c -o crypto/dso/dso_dl.o crypto/dso/dso_dl.c 2024-08-20T21:47:50.7203490Z #59 3.463 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dso/dso_dlfcn.d.tmp -MT crypto/dso/dso_dlfcn.o -c -o crypto/dso/dso_dlfcn.o crypto/dso/dso_dlfcn.c 2024-08-20T21:47:50.7215548Z #59 3.463 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dso/dso_err.d.tmp -MT crypto/dso/dso_err.o -c -o crypto/dso/dso_err.o crypto/dso/dso_err.c 2024-08-20T21:47:50.7227391Z #59 3.463 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dso/dso_lib.d.tmp -MT crypto/dso/dso_lib.o -c -o crypto/dso/dso_lib.o crypto/dso/dso_lib.c 2024-08-20T21:47:50.7239306Z #59 3.464 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dso/dso_openssl.d.tmp -MT crypto/dso/dso_openssl.o -c -o crypto/dso/dso_openssl.o crypto/dso/dso_openssl.c 2024-08-20T21:47:50.7251161Z #59 3.464 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dso/dso_vms.d.tmp -MT crypto/dso/dso_vms.o -c -o crypto/dso/dso_vms.o crypto/dso/dso_vms.c 2024-08-20T21:47:50.7262741Z #59 3.465 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/dso/dso_win32.d.tmp -MT crypto/dso/dso_win32.o -c -o crypto/dso/dso_win32.o crypto/dso/dso_win32.c 2024-08-20T21:47:50.7274255Z #59 3.465 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ebcdic.d.tmp -MT crypto/ebcdic.o -c -o crypto/ebcdic.o crypto/ebcdic.c 2024-08-20T21:47:50.7286270Z #59 3.465 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/curve25519.d.tmp -MT crypto/ec/curve25519.o -c -o crypto/ec/curve25519.o crypto/ec/curve25519.c 2024-08-20T21:47:50.7299127Z #59 3.466 gcc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/curve448/arch_32/f_impl.d.tmp -MT crypto/ec/curve448/arch_32/f_impl.o -c -o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/arch_32/f_impl.c 2024-08-20T21:47:50.7313066Z #59 3.467 gcc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/curve448/curve448.d.tmp -MT crypto/ec/curve448/curve448.o -c -o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448.c 2024-08-20T21:47:50.7327143Z #59 3.467 gcc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/curve448/curve448_tables.d.tmp -MT crypto/ec/curve448/curve448_tables.o -c -o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/curve448_tables.c 2024-08-20T21:47:50.7341791Z #59 3.471 gcc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/curve448/eddsa.d.tmp -MT crypto/ec/curve448/eddsa.o -c -o crypto/ec/curve448/eddsa.o crypto/ec/curve448/eddsa.c 2024-08-20T21:47:50.7355142Z #59 3.477 gcc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/curve448/f_generic.d.tmp -MT crypto/ec/curve448/f_generic.o -c -o crypto/ec/curve448/f_generic.o crypto/ec/curve448/f_generic.c 2024-08-20T21:47:50.7368951Z #59 3.479 gcc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/curve448/scalar.d.tmp -MT crypto/ec/curve448/scalar.o -c -o crypto/ec/curve448/scalar.o crypto/ec/curve448/scalar.c 2024-08-20T21:47:50.7381362Z #59 3.479 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec2_oct.d.tmp -MT crypto/ec/ec2_oct.o -c -o crypto/ec/ec2_oct.o crypto/ec/ec2_oct.c 2024-08-20T21:47:50.7392741Z #59 3.480 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec2_smpl.d.tmp -MT crypto/ec/ec2_smpl.o -c -o crypto/ec/ec2_smpl.o crypto/ec/ec2_smpl.c 2024-08-20T21:47:50.7404395Z #59 3.480 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_ameth.d.tmp -MT crypto/ec/ec_ameth.o -c -o crypto/ec/ec_ameth.o crypto/ec/ec_ameth.c 2024-08-20T21:47:50.7415713Z #59 3.487 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_asn1.d.tmp -MT crypto/ec/ec_asn1.o -c -o crypto/ec/ec_asn1.o crypto/ec/ec_asn1.c 2024-08-20T21:47:50.7427287Z #59 3.488 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_check.d.tmp -MT crypto/ec/ec_check.o -c -o crypto/ec/ec_check.o crypto/ec/ec_check.c 2024-08-20T21:47:50.7438686Z #59 3.488 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_curve.d.tmp -MT crypto/ec/ec_curve.o -c -o crypto/ec/ec_curve.o crypto/ec/ec_curve.c 2024-08-20T21:47:50.7450268Z #59 3.490 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_cvt.d.tmp -MT crypto/ec/ec_cvt.o -c -o crypto/ec/ec_cvt.o crypto/ec/ec_cvt.c 2024-08-20T21:47:50.7461880Z #59 3.490 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_err.d.tmp -MT crypto/ec/ec_err.o -c -o crypto/ec/ec_err.o crypto/ec/ec_err.c 2024-08-20T21:47:50.7473076Z #59 3.497 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_key.d.tmp -MT crypto/ec/ec_key.o -c -o crypto/ec/ec_key.o crypto/ec/ec_key.c 2024-08-20T21:47:50.7480003Z #59 3.503 crypto/ec/curve448/f_generic.c:21:27: warning: argument 1 of type 'uint8_t[56]' {aka 'unsigned char[56]'} with mismatched bound [-Warray-parameter=] 2024-08-20T21:47:50.7482397Z #59 3.503 21 | void gf_serialize(uint8_t serial[SER_BYTES], const gf x, int with_hibit) 2024-08-20T21:47:50.7483692Z #59 3.503 | ~~~~~~~~^~~~~~~~~~~~~~~~~ 2024-08-20T21:47:50.7484730Z #59 3.503 In file included from crypto/ec/curve448/f_generic.c:12: 2024-08-20T21:47:50.7486526Z #59 3.503 crypto/ec/curve448/field.h:65:28: note: previously declared as 'uint8_t *' {aka 'unsigned char *'} 2024-08-20T21:47:50.7488247Z #59 3.503 65 | void gf_serialize(uint8_t *serial, const gf x, int with_highbit); 2024-08-20T21:47:50.7489366Z #59 3.503 | ~~~~~~~~~^~~~~~ 2024-08-20T21:47:50.7495866Z #59 3.503 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_kmeth.d.tmp -MT crypto/ec/ec_kmeth.o -c -o crypto/ec/ec_kmeth.o crypto/ec/ec_kmeth.c 2024-08-20T21:47:50.7507215Z #59 3.506 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_lib.d.tmp -MT crypto/ec/ec_lib.o -c -o crypto/ec/ec_lib.o crypto/ec/ec_lib.c 2024-08-20T21:47:50.7518848Z #59 3.507 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_mult.d.tmp -MT crypto/ec/ec_mult.o -c -o crypto/ec/ec_mult.o crypto/ec/ec_mult.c 2024-08-20T21:47:50.7529727Z #59 3.508 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_oct.d.tmp -MT crypto/ec/ec_oct.o -c -o crypto/ec/ec_oct.o crypto/ec/ec_oct.c 2024-08-20T21:47:50.7541499Z #59 3.510 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_pmeth.d.tmp -MT crypto/ec/ec_pmeth.o -c -o crypto/ec/ec_pmeth.o crypto/ec/ec_pmeth.c 2024-08-20T21:47:50.7553041Z #59 3.510 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ec_print.d.tmp -MT crypto/ec/ec_print.o -c -o crypto/ec/ec_print.o crypto/ec/ec_print.c 2024-08-20T21:47:50.7564267Z #59 3.511 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecdh_kdf.d.tmp -MT crypto/ec/ecdh_kdf.o -c -o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_kdf.c 2024-08-20T21:47:50.7575738Z #59 3.512 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecdh_ossl.d.tmp -MT crypto/ec/ecdh_ossl.o -c -o crypto/ec/ecdh_ossl.o crypto/ec/ecdh_ossl.c 2024-08-20T21:47:50.7587201Z #59 3.516 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecdsa_ossl.d.tmp -MT crypto/ec/ecdsa_ossl.o -c -o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_ossl.c 2024-08-20T21:47:50.7598985Z #59 3.516 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecdsa_sign.d.tmp -MT crypto/ec/ecdsa_sign.o -c -o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_sign.c 2024-08-20T21:47:50.7610902Z #59 3.535 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecdsa_vrf.d.tmp -MT crypto/ec/ecdsa_vrf.o -c -o crypto/ec/ecdsa_vrf.o crypto/ec/ecdsa_vrf.c 2024-08-20T21:47:50.7622380Z #59 3.535 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/eck_prn.d.tmp -MT crypto/ec/eck_prn.o -c -o crypto/ec/eck_prn.o crypto/ec/eck_prn.c 2024-08-20T21:47:50.7633937Z #59 3.536 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecp_mont.d.tmp -MT crypto/ec/ecp_mont.o -c -o crypto/ec/ecp_mont.o crypto/ec/ecp_mont.c 2024-08-20T21:47:50.7645403Z #59 3.537 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecp_nist.d.tmp -MT crypto/ec/ecp_nist.o -c -o crypto/ec/ecp_nist.o crypto/ec/ecp_nist.c 2024-08-20T21:47:50.7656957Z #59 3.538 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecp_nistp224.d.tmp -MT crypto/ec/ecp_nistp224.o -c -o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp224.c 2024-08-20T21:47:50.7668574Z #59 3.538 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecp_nistp256.d.tmp -MT crypto/ec/ecp_nistp256.o -c -o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp256.c 2024-08-20T21:47:50.7680303Z #59 3.539 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecp_nistp521.d.tmp -MT crypto/ec/ecp_nistp521.o -c -o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistp521.c 2024-08-20T21:47:50.7692271Z #59 3.540 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecp_nistputil.d.tmp -MT crypto/ec/ecp_nistputil.o -c -o crypto/ec/ecp_nistputil.o crypto/ec/ecp_nistputil.c 2024-08-20T21:47:50.7698991Z #59 3.541 CC="gcc" /usr/bin/perl crypto/ec/asm/ecp_nistz256-x86_64.pl elf crypto/ec/ecp_nistz256-x86_64.s 2024-08-20T21:47:50.7706355Z #59 3.542 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecp_nistz256.d.tmp -MT crypto/ec/ecp_nistz256.o -c -o crypto/ec/ecp_nistz256.o crypto/ec/ecp_nistz256.c 2024-08-20T21:47:50.7717366Z #59 3.542 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecp_oct.d.tmp -MT crypto/ec/ecp_oct.o -c -o crypto/ec/ecp_oct.o crypto/ec/ecp_oct.c 2024-08-20T21:47:50.7729035Z #59 3.543 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecp_smpl.d.tmp -MT crypto/ec/ecp_smpl.o -c -o crypto/ec/ecp_smpl.o crypto/ec/ecp_smpl.c 2024-08-20T21:47:50.7740964Z #59 3.544 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ec/ecx_meth.d.tmp -MT crypto/ec/ecx_meth.o -c -o crypto/ec/ecx_meth.o crypto/ec/ecx_meth.c 2024-08-20T21:47:50.7747506Z #59 3.545 CC="gcc" /usr/bin/perl crypto/ec/asm/x25519-x86_64.pl elf crypto/ec/x25519-x86_64.s 2024-08-20T21:47:50.7754637Z #59 3.545 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_all.d.tmp -MT crypto/engine/eng_all.o -c -o crypto/engine/eng_all.o crypto/engine/eng_all.c 2024-08-20T21:47:50.7766591Z #59 3.546 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_cnf.d.tmp -MT crypto/engine/eng_cnf.o -c -o crypto/engine/eng_cnf.o crypto/engine/eng_cnf.c 2024-08-20T21:47:50.7778120Z #59 3.547 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_ctrl.d.tmp -MT crypto/engine/eng_ctrl.o -c -o crypto/engine/eng_ctrl.o crypto/engine/eng_ctrl.c 2024-08-20T21:47:50.7789829Z #59 3.552 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_dyn.d.tmp -MT crypto/engine/eng_dyn.o -c -o crypto/engine/eng_dyn.o crypto/engine/eng_dyn.c 2024-08-20T21:47:50.7801359Z #59 3.555 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_err.d.tmp -MT crypto/engine/eng_err.o -c -o crypto/engine/eng_err.o crypto/engine/eng_err.c 2024-08-20T21:47:50.7812637Z #59 3.558 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_fat.d.tmp -MT crypto/engine/eng_fat.o -c -o crypto/engine/eng_fat.o crypto/engine/eng_fat.c 2024-08-20T21:47:50.7824539Z #59 3.559 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_init.d.tmp -MT crypto/engine/eng_init.o -c -o crypto/engine/eng_init.o crypto/engine/eng_init.c 2024-08-20T21:47:50.7838551Z #59 3.560 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_lib.d.tmp -MT crypto/engine/eng_lib.o -c -o crypto/engine/eng_lib.o crypto/engine/eng_lib.c 2024-08-20T21:47:50.8162875Z #59 3.562 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_list.d.tmp -MT crypto/engine/eng_list.o -c -o crypto/engine/eng_list.o crypto/engine/eng_list.c 2024-08-20T21:47:50.8175500Z #59 3.563 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_openssl.d.tmp -MT crypto/engine/eng_openssl.o -c -o crypto/engine/eng_openssl.o crypto/engine/eng_openssl.c 2024-08-20T21:47:50.8187584Z #59 3.565 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_pkey.d.tmp -MT crypto/engine/eng_pkey.o -c -o crypto/engine/eng_pkey.o crypto/engine/eng_pkey.c 2024-08-20T21:47:50.8199303Z #59 3.568 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_rdrand.d.tmp -MT crypto/engine/eng_rdrand.o -c -o crypto/engine/eng_rdrand.o crypto/engine/eng_rdrand.c 2024-08-20T21:47:50.8211367Z #59 3.573 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/eng_table.d.tmp -MT crypto/engine/eng_table.o -c -o crypto/engine/eng_table.o crypto/engine/eng_table.c 2024-08-20T21:47:50.8223051Z #59 3.577 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/tb_asnmth.d.tmp -MT crypto/engine/tb_asnmth.o -c -o crypto/engine/tb_asnmth.o crypto/engine/tb_asnmth.c 2024-08-20T21:47:50.8233946Z #59 3.580 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/tb_cipher.d.tmp -MT crypto/engine/tb_cipher.o -c -o crypto/engine/tb_cipher.o crypto/engine/tb_cipher.c 2024-08-20T21:47:50.8244094Z #59 3.583 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/tb_dh.d.tmp -MT crypto/engine/tb_dh.o -c -o crypto/engine/tb_dh.o crypto/engine/tb_dh.c 2024-08-20T21:47:50.8253281Z #59 3.583 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/tb_digest.d.tmp -MT crypto/engine/tb_digest.o -c -o crypto/engine/tb_digest.o crypto/engine/tb_digest.c 2024-08-20T21:47:50.8261483Z #59 3.592 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/tb_dsa.d.tmp -MT crypto/engine/tb_dsa.o -c -o crypto/engine/tb_dsa.o crypto/engine/tb_dsa.c 2024-08-20T21:47:50.8269453Z #59 3.595 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/tb_eckey.d.tmp -MT crypto/engine/tb_eckey.o -c -o crypto/engine/tb_eckey.o crypto/engine/tb_eckey.c 2024-08-20T21:47:50.8280589Z #59 3.598 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/tb_pkmeth.d.tmp -MT crypto/engine/tb_pkmeth.o -c -o crypto/engine/tb_pkmeth.o crypto/engine/tb_pkmeth.c 2024-08-20T21:47:50.8291759Z #59 3.598 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/tb_rand.d.tmp -MT crypto/engine/tb_rand.o -c -o crypto/engine/tb_rand.o crypto/engine/tb_rand.c 2024-08-20T21:47:50.8303542Z #59 3.599 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/engine/tb_rsa.d.tmp -MT crypto/engine/tb_rsa.o -c -o crypto/engine/tb_rsa.o crypto/engine/tb_rsa.c 2024-08-20T21:47:50.8314958Z #59 3.601 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/err/err.d.tmp -MT crypto/err/err.o -c -o crypto/err/err.o crypto/err/err.c 2024-08-20T21:47:50.8326275Z #59 3.603 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/err/err_all.d.tmp -MT crypto/err/err_all.o -c -o crypto/err/err_all.o crypto/err/err_all.c 2024-08-20T21:47:50.8337906Z #59 3.612 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/err/err_prn.d.tmp -MT crypto/err/err_prn.o -c -o crypto/err/err_prn.o crypto/err/err_prn.c 2024-08-20T21:47:50.8349130Z #59 3.614 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/bio_b64.d.tmp -MT crypto/evp/bio_b64.o -c -o crypto/evp/bio_b64.o crypto/evp/bio_b64.c 2024-08-20T21:47:50.8361432Z #59 3.614 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/bio_enc.d.tmp -MT crypto/evp/bio_enc.o -c -o crypto/evp/bio_enc.o crypto/evp/bio_enc.c 2024-08-20T21:47:50.8373205Z #59 3.615 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/bio_md.d.tmp -MT crypto/evp/bio_md.o -c -o crypto/evp/bio_md.o crypto/evp/bio_md.c 2024-08-20T21:47:50.8384534Z #59 3.622 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/bio_ok.d.tmp -MT crypto/evp/bio_ok.o -c -o crypto/evp/bio_ok.o crypto/evp/bio_ok.c 2024-08-20T21:47:50.8396064Z #59 3.623 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/c_allc.d.tmp -MT crypto/evp/c_allc.o -c -o crypto/evp/c_allc.o crypto/evp/c_allc.c 2024-08-20T21:47:50.8407772Z #59 3.626 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/c_alld.d.tmp -MT crypto/evp/c_alld.o -c -o crypto/evp/c_alld.o crypto/evp/c_alld.c 2024-08-20T21:47:50.8419443Z #59 3.626 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/cmeth_lib.d.tmp -MT crypto/evp/cmeth_lib.o -c -o crypto/evp/cmeth_lib.o crypto/evp/cmeth_lib.c 2024-08-20T21:47:50.8431245Z #59 3.628 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/digest.d.tmp -MT crypto/evp/digest.o -c -o crypto/evp/digest.o crypto/evp/digest.c 2024-08-20T21:47:50.8442710Z #59 3.633 gcc -I. -Iinclude -Icrypto -Icrypto/modes -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_aes.d.tmp -MT crypto/evp/e_aes.o -c -o crypto/evp/e_aes.o crypto/evp/e_aes.c 2024-08-20T21:47:50.8455266Z #59 3.636 gcc -I. -Iinclude -Icrypto/modes -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_aes_cbc_hmac_sha1.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha1.o -c -o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha1.c 2024-08-20T21:47:50.8468196Z #59 3.638 gcc -I. -Iinclude -Icrypto/modes -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_aes_cbc_hmac_sha256.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha256.o -c -o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aes_cbc_hmac_sha256.c 2024-08-20T21:47:50.8480867Z #59 3.638 gcc -I. -Iinclude -Icrypto -Icrypto/modes -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_aria.d.tmp -MT crypto/evp/e_aria.o -c -o crypto/evp/e_aria.o crypto/evp/e_aria.c 2024-08-20T21:47:50.8492402Z #59 3.654 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_bf.d.tmp -MT crypto/evp/e_bf.o -c -o crypto/evp/e_bf.o crypto/evp/e_bf.c 2024-08-20T21:47:50.8503974Z #59 3.659 gcc -I. -Iinclude -Icrypto -Icrypto/modes -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_camellia.d.tmp -MT crypto/evp/e_camellia.o -c -o crypto/evp/e_camellia.o crypto/evp/e_camellia.c 2024-08-20T21:47:50.8515808Z #59 3.660 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_cast.d.tmp -MT crypto/evp/e_cast.o -c -o crypto/evp/e_cast.o crypto/evp/e_cast.c 2024-08-20T21:47:50.8528202Z #59 3.663 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_chacha20_poly1305.d.tmp -MT crypto/evp/e_chacha20_poly1305.o -c -o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_chacha20_poly1305.c 2024-08-20T21:47:50.9164753Z #59 3.665 gcc -I. -Iinclude -Icrypto -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_des.d.tmp -MT crypto/evp/e_des.o -c -o crypto/evp/e_des.o crypto/evp/e_des.c 2024-08-20T21:47:50.9176370Z #59 3.670 gcc -I. -Iinclude -Icrypto -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_des3.d.tmp -MT crypto/evp/e_des3.o -c -o crypto/evp/e_des3.o crypto/evp/e_des3.c 2024-08-20T21:47:50.9187922Z #59 3.672 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_idea.d.tmp -MT crypto/evp/e_idea.o -c -o crypto/evp/e_idea.o crypto/evp/e_idea.c 2024-08-20T21:47:50.9199271Z #59 3.674 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_null.d.tmp -MT crypto/evp/e_null.o -c -o crypto/evp/e_null.o crypto/evp/e_null.c 2024-08-20T21:47:50.9210961Z #59 3.678 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_old.d.tmp -MT crypto/evp/e_old.o -c -o crypto/evp/e_old.o crypto/evp/e_old.c 2024-08-20T21:47:50.9222178Z #59 3.679 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_rc2.d.tmp -MT crypto/evp/e_rc2.o -c -o crypto/evp/e_rc2.o crypto/evp/e_rc2.c 2024-08-20T21:47:50.9233983Z #59 3.680 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_rc4.d.tmp -MT crypto/evp/e_rc4.o -c -o crypto/evp/e_rc4.o crypto/evp/e_rc4.c 2024-08-20T21:47:50.9245782Z #59 3.681 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_rc4_hmac_md5.d.tmp -MT crypto/evp/e_rc4_hmac_md5.o -c -o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc4_hmac_md5.c 2024-08-20T21:47:50.9257219Z #59 3.683 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_rc5.d.tmp -MT crypto/evp/e_rc5.o -c -o crypto/evp/e_rc5.o crypto/evp/e_rc5.c 2024-08-20T21:47:50.9268315Z #59 3.692 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_seed.d.tmp -MT crypto/evp/e_seed.o -c -o crypto/evp/e_seed.o crypto/evp/e_seed.c 2024-08-20T21:47:50.9279637Z #59 3.695 gcc -I. -Iinclude -Icrypto -Icrypto/modes -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_sm4.d.tmp -MT crypto/evp/e_sm4.o -c -o crypto/evp/e_sm4.o crypto/evp/e_sm4.c 2024-08-20T21:47:50.9291738Z #59 3.695 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/e_xcbc_d.d.tmp -MT crypto/evp/e_xcbc_d.o -c -o crypto/evp/e_xcbc_d.o crypto/evp/e_xcbc_d.c 2024-08-20T21:47:50.9303293Z #59 3.697 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/encode.d.tmp -MT crypto/evp/encode.o -c -o crypto/evp/encode.o crypto/evp/encode.c 2024-08-20T21:47:50.9314865Z #59 3.699 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/evp_cnf.d.tmp -MT crypto/evp/evp_cnf.o -c -o crypto/evp/evp_cnf.o crypto/evp/evp_cnf.c 2024-08-20T21:47:50.9326779Z #59 3.700 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/evp_enc.d.tmp -MT crypto/evp/evp_enc.o -c -o crypto/evp/evp_enc.o crypto/evp/evp_enc.c 2024-08-20T21:47:50.9338634Z #59 3.703 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/evp_err.d.tmp -MT crypto/evp/evp_err.o -c -o crypto/evp/evp_err.o crypto/evp/evp_err.c 2024-08-20T21:47:50.9350021Z #59 3.709 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/evp_key.d.tmp -MT crypto/evp/evp_key.o -c -o crypto/evp/evp_key.o crypto/evp/evp_key.c 2024-08-20T21:47:50.9361649Z #59 3.709 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/evp_lib.d.tmp -MT crypto/evp/evp_lib.o -c -o crypto/evp/evp_lib.o crypto/evp/evp_lib.c 2024-08-20T21:47:50.9373381Z #59 3.710 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/evp_pbe.d.tmp -MT crypto/evp/evp_pbe.o -c -o crypto/evp/evp_pbe.o crypto/evp/evp_pbe.c 2024-08-20T21:47:50.9385148Z #59 3.711 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/evp_pkey.d.tmp -MT crypto/evp/evp_pkey.o -c -o crypto/evp/evp_pkey.o crypto/evp/evp_pkey.c 2024-08-20T21:47:50.9396497Z #59 3.714 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/m_md2.d.tmp -MT crypto/evp/m_md2.o -c -o crypto/evp/m_md2.o crypto/evp/m_md2.c 2024-08-20T21:47:50.9407567Z #59 3.714 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/m_md4.d.tmp -MT crypto/evp/m_md4.o -c -o crypto/evp/m_md4.o crypto/evp/m_md4.c 2024-08-20T21:47:50.9418852Z #59 3.716 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/m_md5.d.tmp -MT crypto/evp/m_md5.o -c -o crypto/evp/m_md5.o crypto/evp/m_md5.c 2024-08-20T21:47:50.9430399Z #59 3.716 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/m_md5_sha1.d.tmp -MT crypto/evp/m_md5_sha1.o -c -o crypto/evp/m_md5_sha1.o crypto/evp/m_md5_sha1.c 2024-08-20T21:47:50.9442667Z #59 3.717 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/m_mdc2.d.tmp -MT crypto/evp/m_mdc2.o -c -o crypto/evp/m_mdc2.o crypto/evp/m_mdc2.c 2024-08-20T21:47:50.9453888Z #59 3.717 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/m_null.d.tmp -MT crypto/evp/m_null.o -c -o crypto/evp/m_null.o crypto/evp/m_null.c 2024-08-20T21:47:50.9465553Z #59 3.718 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/m_ripemd.d.tmp -MT crypto/evp/m_ripemd.o -c -o crypto/evp/m_ripemd.o crypto/evp/m_ripemd.c 2024-08-20T21:47:50.9476715Z #59 3.718 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/m_sha1.d.tmp -MT crypto/evp/m_sha1.o -c -o crypto/evp/m_sha1.o crypto/evp/m_sha1.c 2024-08-20T21:47:50.9488295Z #59 3.722 gcc -I. -Iinclude -Icrypto -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/m_sha3.d.tmp -MT crypto/evp/m_sha3.o -c -o crypto/evp/m_sha3.o crypto/evp/m_sha3.c 2024-08-20T21:47:50.9499588Z #59 3.724 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/m_sigver.d.tmp -MT crypto/evp/m_sigver.o -c -o crypto/evp/m_sigver.o crypto/evp/m_sigver.c 2024-08-20T21:47:50.9510840Z #59 3.734 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/m_wp.d.tmp -MT crypto/evp/m_wp.o -c -o crypto/evp/m_wp.o crypto/evp/m_wp.c 2024-08-20T21:47:50.9522462Z #59 3.735 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/names.d.tmp -MT crypto/evp/names.o -c -o crypto/evp/names.o crypto/evp/names.c 2024-08-20T21:47:50.9533491Z #59 3.735 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/p5_crpt.d.tmp -MT crypto/evp/p5_crpt.o -c -o crypto/evp/p5_crpt.o crypto/evp/p5_crpt.c 2024-08-20T21:47:50.9545387Z #59 3.737 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/p5_crpt2.d.tmp -MT crypto/evp/p5_crpt2.o -c -o crypto/evp/p5_crpt2.o crypto/evp/p5_crpt2.c 2024-08-20T21:47:50.9556826Z #59 3.738 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/p_dec.d.tmp -MT crypto/evp/p_dec.o -c -o crypto/evp/p_dec.o crypto/evp/p_dec.c 2024-08-20T21:47:50.9568198Z #59 3.746 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/p_enc.d.tmp -MT crypto/evp/p_enc.o -c -o crypto/evp/p_enc.o crypto/evp/p_enc.c 2024-08-20T21:47:50.9578577Z #59 3.748 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/p_lib.d.tmp -MT crypto/evp/p_lib.o -c -o crypto/evp/p_lib.o crypto/evp/p_lib.c 2024-08-20T21:47:50.9589774Z #59 3.752 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/p_open.d.tmp -MT crypto/evp/p_open.o -c -o crypto/evp/p_open.o crypto/evp/p_open.c 2024-08-20T21:47:50.9601414Z #59 3.754 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/p_seal.d.tmp -MT crypto/evp/p_seal.o -c -o crypto/evp/p_seal.o crypto/evp/p_seal.c 2024-08-20T21:47:50.9612861Z #59 3.755 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/p_sign.d.tmp -MT crypto/evp/p_sign.o -c -o crypto/evp/p_sign.o crypto/evp/p_sign.c 2024-08-20T21:47:50.9624138Z #59 3.756 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/p_verify.d.tmp -MT crypto/evp/p_verify.o -c -o crypto/evp/p_verify.o crypto/evp/p_verify.c 2024-08-20T21:47:50.9637598Z #59 3.761 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/pbe_scrypt.d.tmp -MT crypto/evp/pbe_scrypt.o -c -o crypto/evp/pbe_scrypt.o crypto/evp/pbe_scrypt.c 2024-08-20T21:47:50.9649242Z #59 3.762 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/pmeth_fn.d.tmp -MT crypto/evp/pmeth_fn.o -c -o crypto/evp/pmeth_fn.o crypto/evp/pmeth_fn.c 2024-08-20T21:47:50.9660500Z #59 3.763 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/pmeth_gn.d.tmp -MT crypto/evp/pmeth_gn.o -c -o crypto/evp/pmeth_gn.o crypto/evp/pmeth_gn.c 2024-08-20T21:47:51.0215803Z #59 3.764 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/evp/pmeth_lib.d.tmp -MT crypto/evp/pmeth_lib.o -c -o crypto/evp/pmeth_lib.o crypto/evp/pmeth_lib.c 2024-08-20T21:47:51.0224764Z #59 3.764 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ex_data.d.tmp -MT crypto/ex_data.o -c -o crypto/ex_data.o crypto/ex_data.c 2024-08-20T21:47:51.0232912Z #59 3.785 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/getenv.d.tmp -MT crypto/getenv.o -c -o crypto/getenv.o crypto/getenv.c 2024-08-20T21:47:51.0242966Z #59 3.785 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/hmac/hm_ameth.d.tmp -MT crypto/hmac/hm_ameth.o -c -o crypto/hmac/hm_ameth.o crypto/hmac/hm_ameth.c 2024-08-20T21:47:51.0252564Z #59 3.786 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/hmac/hm_pmeth.d.tmp -MT crypto/hmac/hm_pmeth.o -c -o crypto/hmac/hm_pmeth.o crypto/hmac/hm_pmeth.c 2024-08-20T21:47:51.0261189Z #59 3.787 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/hmac/hmac.d.tmp -MT crypto/hmac/hmac.o -c -o crypto/hmac/hmac.o crypto/hmac/hmac.c 2024-08-20T21:47:51.0270026Z #59 3.787 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/idea/i_cbc.d.tmp -MT crypto/idea/i_cbc.o -c -o crypto/idea/i_cbc.o crypto/idea/i_cbc.c 2024-08-20T21:47:51.0277127Z #59 3.787 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/idea/i_cfb64.d.tmp -MT crypto/idea/i_cfb64.o -c -o crypto/idea/i_cfb64.o crypto/idea/i_cfb64.c 2024-08-20T21:47:51.0283914Z #59 3.788 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/idea/i_ecb.d.tmp -MT crypto/idea/i_ecb.o -c -o crypto/idea/i_ecb.o crypto/idea/i_ecb.c 2024-08-20T21:47:51.0294269Z #59 3.789 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/idea/i_ofb64.d.tmp -MT crypto/idea/i_ofb64.o -c -o crypto/idea/i_ofb64.o crypto/idea/i_ofb64.c 2024-08-20T21:47:51.0304952Z #59 3.789 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/idea/i_skey.d.tmp -MT crypto/idea/i_skey.o -c -o crypto/idea/i_skey.o crypto/idea/i_skey.c 2024-08-20T21:47:51.0316365Z #59 3.792 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/init.d.tmp -MT crypto/init.o -c -o crypto/init.o crypto/init.c 2024-08-20T21:47:51.0328331Z #59 3.802 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/kdf/hkdf.d.tmp -MT crypto/kdf/hkdf.o -c -o crypto/kdf/hkdf.o crypto/kdf/hkdf.c 2024-08-20T21:47:51.0340122Z #59 3.804 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/kdf/kdf_err.d.tmp -MT crypto/kdf/kdf_err.o -c -o crypto/kdf/kdf_err.o crypto/kdf/kdf_err.c 2024-08-20T21:47:51.0348342Z #59 3.809 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/kdf/scrypt.d.tmp -MT crypto/kdf/scrypt.o -c -o crypto/kdf/scrypt.o crypto/kdf/scrypt.c 2024-08-20T21:47:51.0356539Z #59 3.811 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/kdf/tls1_prf.d.tmp -MT crypto/kdf/tls1_prf.o -c -o crypto/kdf/tls1_prf.o crypto/kdf/tls1_prf.c 2024-08-20T21:47:51.0363228Z #59 3.814 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/lhash/lh_stats.d.tmp -MT crypto/lhash/lh_stats.o -c -o crypto/lhash/lh_stats.o crypto/lhash/lh_stats.c 2024-08-20T21:47:51.0370809Z #59 3.815 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/lhash/lhash.d.tmp -MT crypto/lhash/lhash.o -c -o crypto/lhash/lhash.o crypto/lhash/lhash.c 2024-08-20T21:47:51.0380143Z #59 3.818 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/md4/md4_dgst.d.tmp -MT crypto/md4/md4_dgst.o -c -o crypto/md4/md4_dgst.o crypto/md4/md4_dgst.c 2024-08-20T21:47:51.0388065Z #59 3.819 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/md4/md4_one.d.tmp -MT crypto/md4/md4_one.o -c -o crypto/md4/md4_one.o crypto/md4/md4_one.c 2024-08-20T21:47:51.0392041Z #59 3.820 CC="gcc" /usr/bin/perl crypto/md5/asm/md5-x86_64.pl elf crypto/md5/md5-x86_64.s 2024-08-20T21:47:51.0397772Z #59 3.824 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/md5/md5_dgst.d.tmp -MT crypto/md5/md5_dgst.o -c -o crypto/md5/md5_dgst.o crypto/md5/md5_dgst.c 2024-08-20T21:47:51.0407531Z #59 3.825 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/md5/md5_one.d.tmp -MT crypto/md5/md5_one.o -c -o crypto/md5/md5_one.o crypto/md5/md5_one.c 2024-08-20T21:47:51.0419094Z #59 3.825 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/mdc2/mdc2_one.d.tmp -MT crypto/mdc2/mdc2_one.o -c -o crypto/mdc2/mdc2_one.o crypto/mdc2/mdc2_one.c 2024-08-20T21:47:51.0430675Z #59 3.826 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/mdc2/mdc2dgst.d.tmp -MT crypto/mdc2/mdc2dgst.o -c -o crypto/mdc2/mdc2dgst.o crypto/mdc2/mdc2dgst.c 2024-08-20T21:47:51.0442739Z #59 3.826 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/mem.d.tmp -MT crypto/mem.o -c -o crypto/mem.o crypto/mem.c 2024-08-20T21:47:51.0454265Z #59 3.827 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/mem_dbg.d.tmp -MT crypto/mem_dbg.o -c -o crypto/mem_dbg.o crypto/mem_dbg.c 2024-08-20T21:47:51.0465502Z #59 3.827 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/mem_sec.d.tmp -MT crypto/mem_sec.o -c -o crypto/mem_sec.o crypto/mem_sec.c 2024-08-20T21:47:51.0470808Z #59 3.833 CC="gcc" /usr/bin/perl crypto/modes/asm/aesni-gcm-x86_64.pl elf crypto/modes/aesni-gcm-x86_64.s 2024-08-20T21:47:51.0474934Z #59 3.833 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/modes/cbc128.d.tmp -MT crypto/modes/cbc128.o -c -o crypto/modes/cbc128.o crypto/modes/cbc128.c 2024-08-20T21:47:51.0485498Z #59 3.834 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/modes/ccm128.d.tmp -MT crypto/modes/ccm128.o -c -o crypto/modes/ccm128.o crypto/modes/ccm128.c 2024-08-20T21:47:51.0495896Z #59 3.834 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/modes/cfb128.d.tmp -MT crypto/modes/cfb128.o -c -o crypto/modes/cfb128.o crypto/modes/cfb128.c 2024-08-20T21:47:51.0506123Z #59 3.834 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/modes/ctr128.d.tmp -MT crypto/modes/ctr128.o -c -o crypto/modes/ctr128.o crypto/modes/ctr128.c 2024-08-20T21:47:51.0513672Z #59 3.836 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/modes/cts128.d.tmp -MT crypto/modes/cts128.o -c -o crypto/modes/cts128.o crypto/modes/cts128.c 2024-08-20T21:47:51.0522219Z #59 3.841 gcc -I. -Iinclude -Icrypto -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/modes/gcm128.d.tmp -MT crypto/modes/gcm128.o -c -o crypto/modes/gcm128.o crypto/modes/gcm128.c 2024-08-20T21:47:51.0526105Z #59 3.842 CC="gcc" /usr/bin/perl crypto/modes/asm/ghash-x86_64.pl elf crypto/modes/ghash-x86_64.s 2024-08-20T21:47:51.0529989Z #59 3.844 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/modes/ocb128.d.tmp -MT crypto/modes/ocb128.o -c -o crypto/modes/ocb128.o crypto/modes/ocb128.c 2024-08-20T21:47:51.0536979Z #59 3.868 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/modes/ofb128.d.tmp -MT crypto/modes/ofb128.o -c -o crypto/modes/ofb128.o crypto/modes/ofb128.c 2024-08-20T21:47:51.1326689Z #59 3.869 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/modes/wrap128.d.tmp -MT crypto/modes/wrap128.o -c -o crypto/modes/wrap128.o crypto/modes/wrap128.c 2024-08-20T21:47:51.1338958Z #59 3.869 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/modes/xts128.d.tmp -MT crypto/modes/xts128.o -c -o crypto/modes/xts128.o crypto/modes/xts128.c 2024-08-20T21:47:51.1350256Z #59 3.870 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/o_dir.d.tmp -MT crypto/o_dir.o -c -o crypto/o_dir.o crypto/o_dir.c 2024-08-20T21:47:51.1361414Z #59 3.870 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/o_fips.d.tmp -MT crypto/o_fips.o -c -o crypto/o_fips.o crypto/o_fips.c 2024-08-20T21:47:51.1371141Z #59 3.870 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/o_fopen.d.tmp -MT crypto/o_fopen.o -c -o crypto/o_fopen.o crypto/o_fopen.c 2024-08-20T21:47:51.1381704Z #59 3.871 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/o_init.d.tmp -MT crypto/o_init.o -c -o crypto/o_init.o crypto/o_init.c 2024-08-20T21:47:51.1389153Z #59 3.871 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/o_str.d.tmp -MT crypto/o_str.o -c -o crypto/o_str.o crypto/o_str.c 2024-08-20T21:47:51.1395650Z #59 3.871 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/o_time.d.tmp -MT crypto/o_time.o -c -o crypto/o_time.o crypto/o_time.c 2024-08-20T21:47:51.1401957Z #59 3.872 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/objects/o_names.d.tmp -MT crypto/objects/o_names.o -c -o crypto/objects/o_names.o crypto/objects/o_names.c 2024-08-20T21:47:51.1408798Z #59 3.872 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/objects/obj_dat.d.tmp -MT crypto/objects/obj_dat.o -c -o crypto/objects/obj_dat.o crypto/objects/obj_dat.c 2024-08-20T21:47:51.1418639Z #59 3.872 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/objects/obj_err.d.tmp -MT crypto/objects/obj_err.o -c -o crypto/objects/obj_err.o crypto/objects/obj_err.c 2024-08-20T21:47:51.1424979Z #59 3.873 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/objects/obj_lib.d.tmp -MT crypto/objects/obj_lib.o -c -o crypto/objects/obj_lib.o crypto/objects/obj_lib.c 2024-08-20T21:47:51.1431505Z #59 3.873 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/objects/obj_xref.d.tmp -MT crypto/objects/obj_xref.o -c -o crypto/objects/obj_xref.o crypto/objects/obj_xref.c 2024-08-20T21:47:51.1442782Z #59 3.874 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ocsp/ocsp_asn.d.tmp -MT crypto/ocsp/ocsp_asn.o -c -o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_asn.c 2024-08-20T21:47:51.1453895Z #59 3.874 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ocsp/ocsp_cl.d.tmp -MT crypto/ocsp/ocsp_cl.o -c -o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_cl.c 2024-08-20T21:47:51.1465387Z #59 3.875 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ocsp/ocsp_err.d.tmp -MT crypto/ocsp/ocsp_err.o -c -o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_err.c 2024-08-20T21:47:51.1476636Z #59 3.878 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ocsp/ocsp_ext.d.tmp -MT crypto/ocsp/ocsp_ext.o -c -o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ext.c 2024-08-20T21:47:51.1487758Z #59 3.879 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ocsp/ocsp_ht.d.tmp -MT crypto/ocsp/ocsp_ht.o -c -o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_ht.c 2024-08-20T21:47:51.1499063Z #59 3.880 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ocsp/ocsp_lib.d.tmp -MT crypto/ocsp/ocsp_lib.o -c -o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_lib.c 2024-08-20T21:47:51.1510976Z #59 3.884 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ocsp/ocsp_prn.d.tmp -MT crypto/ocsp/ocsp_prn.o -c -o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_prn.c 2024-08-20T21:47:51.1523298Z #59 3.885 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ocsp/ocsp_srv.d.tmp -MT crypto/ocsp/ocsp_srv.o -c -o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_srv.c 2024-08-20T21:47:51.1535283Z #59 3.885 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ocsp/ocsp_vfy.d.tmp -MT crypto/ocsp/ocsp_vfy.o -c -o crypto/ocsp/ocsp_vfy.o crypto/ocsp/ocsp_vfy.c 2024-08-20T21:47:51.1546754Z #59 3.886 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ocsp/v3_ocsp.d.tmp -MT crypto/ocsp/v3_ocsp.o -c -o crypto/ocsp/v3_ocsp.o crypto/ocsp/v3_ocsp.c 2024-08-20T21:47:51.1558323Z #59 3.886 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pem/pem_all.d.tmp -MT crypto/pem/pem_all.o -c -o crypto/pem/pem_all.o crypto/pem/pem_all.c 2024-08-20T21:47:51.1570325Z #59 3.887 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pem/pem_err.d.tmp -MT crypto/pem/pem_err.o -c -o crypto/pem/pem_err.o crypto/pem/pem_err.c 2024-08-20T21:47:51.1582278Z #59 3.887 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pem/pem_info.d.tmp -MT crypto/pem/pem_info.o -c -o crypto/pem/pem_info.o crypto/pem/pem_info.c 2024-08-20T21:47:51.1593873Z #59 3.888 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pem/pem_lib.d.tmp -MT crypto/pem/pem_lib.o -c -o crypto/pem/pem_lib.o crypto/pem/pem_lib.c 2024-08-20T21:47:51.1605676Z #59 3.888 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pem/pem_oth.d.tmp -MT crypto/pem/pem_oth.o -c -o crypto/pem/pem_oth.o crypto/pem/pem_oth.c 2024-08-20T21:47:51.1617252Z #59 3.889 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pem/pem_pk8.d.tmp -MT crypto/pem/pem_pk8.o -c -o crypto/pem/pem_pk8.o crypto/pem/pem_pk8.c 2024-08-20T21:47:51.1628736Z #59 3.891 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pem/pem_pkey.d.tmp -MT crypto/pem/pem_pkey.o -c -o crypto/pem/pem_pkey.o crypto/pem/pem_pkey.c 2024-08-20T21:47:51.1640722Z #59 3.896 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pem/pem_sign.d.tmp -MT crypto/pem/pem_sign.o -c -o crypto/pem/pem_sign.o crypto/pem/pem_sign.c 2024-08-20T21:47:51.1652613Z #59 3.898 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pem/pem_x509.d.tmp -MT crypto/pem/pem_x509.o -c -o crypto/pem/pem_x509.o crypto/pem/pem_x509.c 2024-08-20T21:47:51.1663997Z #59 3.899 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pem/pem_xaux.d.tmp -MT crypto/pem/pem_xaux.o -c -o crypto/pem/pem_xaux.o crypto/pem/pem_xaux.c 2024-08-20T21:47:51.1675425Z #59 3.899 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pem/pvkfmt.d.tmp -MT crypto/pem/pvkfmt.o -c -o crypto/pem/pvkfmt.o crypto/pem/pvkfmt.c 2024-08-20T21:47:51.1687135Z #59 3.909 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_add.d.tmp -MT crypto/pkcs12/p12_add.o -c -o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_add.c 2024-08-20T21:47:51.1698812Z #59 3.909 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_asn.d.tmp -MT crypto/pkcs12/p12_asn.o -c -o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_asn.c 2024-08-20T21:47:51.1710194Z #59 3.911 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_attr.d.tmp -MT crypto/pkcs12/p12_attr.o -c -o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_attr.c 2024-08-20T21:47:51.1722021Z #59 3.913 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_crpt.d.tmp -MT crypto/pkcs12/p12_crpt.o -c -o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crpt.c 2024-08-20T21:47:51.1736899Z #59 3.917 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_crt.d.tmp -MT crypto/pkcs12/p12_crt.o -c -o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_crt.c 2024-08-20T21:47:51.1748550Z #59 3.923 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_decr.d.tmp -MT crypto/pkcs12/p12_decr.o -c -o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_decr.c 2024-08-20T21:47:51.1760060Z #59 3.927 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_init.d.tmp -MT crypto/pkcs12/p12_init.o -c -o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_init.c 2024-08-20T21:47:51.1771700Z #59 3.928 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_key.d.tmp -MT crypto/pkcs12/p12_key.o -c -o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_key.c 2024-08-20T21:47:51.1783304Z #59 3.929 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_kiss.d.tmp -MT crypto/pkcs12/p12_kiss.o -c -o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_kiss.c 2024-08-20T21:47:51.1794730Z #59 3.929 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_mutl.d.tmp -MT crypto/pkcs12/p12_mutl.o -c -o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_mutl.c 2024-08-20T21:47:51.1806211Z #59 3.930 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_npas.d.tmp -MT crypto/pkcs12/p12_npas.o -c -o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_npas.c 2024-08-20T21:47:51.1817763Z #59 3.931 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_p8d.d.tmp -MT crypto/pkcs12/p12_p8d.o -c -o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8d.c 2024-08-20T21:47:51.1828960Z #59 3.932 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_p8e.d.tmp -MT crypto/pkcs12/p12_p8e.o -c -o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_p8e.c 2024-08-20T21:47:51.1839997Z #59 3.936 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_sbag.d.tmp -MT crypto/pkcs12/p12_sbag.o -c -o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_sbag.c 2024-08-20T21:47:51.1851829Z #59 3.940 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/p12_utl.d.tmp -MT crypto/pkcs12/p12_utl.o -c -o crypto/pkcs12/p12_utl.o crypto/pkcs12/p12_utl.c 2024-08-20T21:47:51.1863172Z #59 3.941 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs12/pk12err.d.tmp -MT crypto/pkcs12/pk12err.o -c -o crypto/pkcs12/pk12err.o crypto/pkcs12/pk12err.c 2024-08-20T21:47:51.1874296Z #59 3.943 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs7/bio_pk7.d.tmp -MT crypto/pkcs7/bio_pk7.o -c -o crypto/pkcs7/bio_pk7.o crypto/pkcs7/bio_pk7.c 2024-08-20T21:47:51.1886029Z #59 3.944 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs7/pk7_asn1.d.tmp -MT crypto/pkcs7/pk7_asn1.o -c -o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_asn1.c 2024-08-20T21:47:51.1897753Z #59 3.946 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs7/pk7_attr.d.tmp -MT crypto/pkcs7/pk7_attr.o -c -o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_attr.c 2024-08-20T21:47:51.1909369Z #59 3.948 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs7/pk7_doit.d.tmp -MT crypto/pkcs7/pk7_doit.o -c -o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_doit.c 2024-08-20T21:47:51.1921199Z #59 3.951 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs7/pk7_lib.d.tmp -MT crypto/pkcs7/pk7_lib.o -c -o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_lib.c 2024-08-20T21:47:51.1932276Z #59 3.951 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs7/pk7_mime.d.tmp -MT crypto/pkcs7/pk7_mime.o -c -o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_mime.c 2024-08-20T21:47:51.1943720Z #59 3.953 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs7/pk7_smime.d.tmp -MT crypto/pkcs7/pk7_smime.o -c -o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pk7_smime.c 2024-08-20T21:47:51.1955296Z #59 3.957 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/pkcs7/pkcs7err.d.tmp -MT crypto/pkcs7/pkcs7err.o -c -o crypto/pkcs7/pkcs7err.o crypto/pkcs7/pkcs7err.c 2024-08-20T21:47:51.1962173Z #59 3.958 CC="gcc" /usr/bin/perl crypto/poly1305/asm/poly1305-x86_64.pl elf crypto/poly1305/poly1305-x86_64.s 2024-08-20T21:47:51.1969083Z #59 3.979 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/poly1305/poly1305.d.tmp -MT crypto/poly1305/poly1305.o -c -o crypto/poly1305/poly1305.o crypto/poly1305/poly1305.c 2024-08-20T21:47:51.2347718Z #59 3.981 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/poly1305/poly1305_ameth.d.tmp -MT crypto/poly1305/poly1305_ameth.o -c -o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_ameth.c 2024-08-20T21:47:51.2360235Z #59 3.989 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/poly1305/poly1305_pmeth.d.tmp -MT crypto/poly1305/poly1305_pmeth.o -c -o crypto/poly1305/poly1305_pmeth.o crypto/poly1305/poly1305_pmeth.c 2024-08-20T21:47:51.2372825Z #59 4.005 gcc -I. -Iinclude -Icrypto/modes -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rand/drbg_ctr.d.tmp -MT crypto/rand/drbg_ctr.o -c -o crypto/rand/drbg_ctr.o crypto/rand/drbg_ctr.c 2024-08-20T21:47:51.2384230Z #59 4.006 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rand/drbg_lib.d.tmp -MT crypto/rand/drbg_lib.o -c -o crypto/rand/drbg_lib.o crypto/rand/drbg_lib.c 2024-08-20T21:47:51.2395800Z #59 4.007 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rand/rand_egd.d.tmp -MT crypto/rand/rand_egd.o -c -o crypto/rand/rand_egd.o crypto/rand/rand_egd.c 2024-08-20T21:47:51.2407733Z #59 4.011 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rand/rand_err.d.tmp -MT crypto/rand/rand_err.o -c -o crypto/rand/rand_err.o crypto/rand/rand_err.c 2024-08-20T21:47:51.2419521Z #59 4.014 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rand/rand_lib.d.tmp -MT crypto/rand/rand_lib.o -c -o crypto/rand/rand_lib.o crypto/rand/rand_lib.c 2024-08-20T21:47:51.2431036Z #59 4.015 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rand/rand_unix.d.tmp -MT crypto/rand/rand_unix.o -c -o crypto/rand/rand_unix.o crypto/rand/rand_unix.c 2024-08-20T21:47:51.2442710Z #59 4.022 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rand/rand_vms.d.tmp -MT crypto/rand/rand_vms.o -c -o crypto/rand/rand_vms.o crypto/rand/rand_vms.c 2024-08-20T21:47:51.2454267Z #59 4.023 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rand/rand_win.d.tmp -MT crypto/rand/rand_win.o -c -o crypto/rand/rand_win.o crypto/rand/rand_win.c 2024-08-20T21:47:51.2465709Z #59 4.025 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rand/randfile.d.tmp -MT crypto/rand/randfile.o -c -o crypto/rand/randfile.o crypto/rand/randfile.c 2024-08-20T21:47:51.2477346Z #59 4.027 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rc2/rc2_cbc.d.tmp -MT crypto/rc2/rc2_cbc.o -c -o crypto/rc2/rc2_cbc.o crypto/rc2/rc2_cbc.c 2024-08-20T21:47:51.2488684Z #59 4.027 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rc2/rc2_ecb.d.tmp -MT crypto/rc2/rc2_ecb.o -c -o crypto/rc2/rc2_ecb.o crypto/rc2/rc2_ecb.c 2024-08-20T21:47:51.2500424Z #59 4.028 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rc2/rc2_skey.d.tmp -MT crypto/rc2/rc2_skey.o -c -o crypto/rc2/rc2_skey.o crypto/rc2/rc2_skey.c 2024-08-20T21:47:51.2511745Z #59 4.028 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rc2/rc2cfb64.d.tmp -MT crypto/rc2/rc2cfb64.o -c -o crypto/rc2/rc2cfb64.o crypto/rc2/rc2cfb64.c 2024-08-20T21:47:51.2523406Z #59 4.029 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rc2/rc2ofb64.d.tmp -MT crypto/rc2/rc2ofb64.o -c -o crypto/rc2/rc2ofb64.o crypto/rc2/rc2ofb64.c 2024-08-20T21:47:51.2529666Z #59 4.030 CC="gcc" /usr/bin/perl crypto/rc4/asm/rc4-md5-x86_64.pl elf crypto/rc4/rc4-md5-x86_64.s 2024-08-20T21:47:51.2531551Z #59 4.035 CC="gcc" /usr/bin/perl crypto/rc4/asm/rc4-x86_64.pl elf crypto/rc4/rc4-x86_64.s 2024-08-20T21:47:51.2538790Z #59 4.037 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ripemd/rmd_dgst.d.tmp -MT crypto/ripemd/rmd_dgst.o -c -o crypto/ripemd/rmd_dgst.o crypto/ripemd/rmd_dgst.c 2024-08-20T21:47:51.2550314Z #59 4.039 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ripemd/rmd_one.d.tmp -MT crypto/ripemd/rmd_one.o -c -o crypto/ripemd/rmd_one.o crypto/ripemd/rmd_one.c 2024-08-20T21:47:51.2562139Z #59 4.039 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_ameth.d.tmp -MT crypto/rsa/rsa_ameth.o -c -o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_ameth.c 2024-08-20T21:47:51.2573377Z #59 4.040 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_asn1.d.tmp -MT crypto/rsa/rsa_asn1.o -c -o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_asn1.c 2024-08-20T21:47:51.2584158Z #59 4.040 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_chk.d.tmp -MT crypto/rsa/rsa_chk.o -c -o crypto/rsa/rsa_chk.o crypto/rsa/rsa_chk.c 2024-08-20T21:47:51.2595069Z #59 4.042 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_crpt.d.tmp -MT crypto/rsa/rsa_crpt.o -c -o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_crpt.c 2024-08-20T21:47:51.2605716Z #59 4.044 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_depr.d.tmp -MT crypto/rsa/rsa_depr.o -c -o crypto/rsa/rsa_depr.o crypto/rsa/rsa_depr.c 2024-08-20T21:47:51.2616501Z #59 4.044 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_err.d.tmp -MT crypto/rsa/rsa_err.o -c -o crypto/rsa/rsa_err.o crypto/rsa/rsa_err.c 2024-08-20T21:47:51.2627918Z #59 4.045 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_gen.d.tmp -MT crypto/rsa/rsa_gen.o -c -o crypto/rsa/rsa_gen.o crypto/rsa/rsa_gen.c 2024-08-20T21:47:51.2639899Z #59 4.045 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_lib.d.tmp -MT crypto/rsa/rsa_lib.o -c -o crypto/rsa/rsa_lib.o crypto/rsa/rsa_lib.c 2024-08-20T21:47:51.2651597Z #59 4.046 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_meth.d.tmp -MT crypto/rsa/rsa_meth.o -c -o crypto/rsa/rsa_meth.o crypto/rsa/rsa_meth.c 2024-08-20T21:47:51.2662389Z #59 4.046 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_mp.d.tmp -MT crypto/rsa/rsa_mp.o -c -o crypto/rsa/rsa_mp.o crypto/rsa/rsa_mp.c 2024-08-20T21:47:51.2673542Z #59 4.047 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_none.d.tmp -MT crypto/rsa/rsa_none.o -c -o crypto/rsa/rsa_none.o crypto/rsa/rsa_none.c 2024-08-20T21:47:51.2684884Z #59 4.047 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_oaep.d.tmp -MT crypto/rsa/rsa_oaep.o -c -o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_oaep.c 2024-08-20T21:47:51.2696310Z #59 4.052 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_ossl.d.tmp -MT crypto/rsa/rsa_ossl.o -c -o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_ossl.c 2024-08-20T21:47:51.2708181Z #59 4.053 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_pk1.d.tmp -MT crypto/rsa/rsa_pk1.o -c -o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pk1.c 2024-08-20T21:47:51.2718312Z #59 4.055 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_pmeth.d.tmp -MT crypto/rsa/rsa_pmeth.o -c -o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_pmeth.c 2024-08-20T21:47:51.2729212Z #59 4.056 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_prn.d.tmp -MT crypto/rsa/rsa_prn.o -c -o crypto/rsa/rsa_prn.o crypto/rsa/rsa_prn.c 2024-08-20T21:47:51.2740508Z #59 4.057 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_pss.d.tmp -MT crypto/rsa/rsa_pss.o -c -o crypto/rsa/rsa_pss.o crypto/rsa/rsa_pss.c 2024-08-20T21:47:51.2751356Z #59 4.059 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_saos.d.tmp -MT crypto/rsa/rsa_saos.o -c -o crypto/rsa/rsa_saos.o crypto/rsa/rsa_saos.c 2024-08-20T21:47:51.2762779Z #59 4.060 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_sign.d.tmp -MT crypto/rsa/rsa_sign.o -c -o crypto/rsa/rsa_sign.o crypto/rsa/rsa_sign.c 2024-08-20T21:47:51.2774421Z #59 4.061 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_ssl.d.tmp -MT crypto/rsa/rsa_ssl.o -c -o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_ssl.c 2024-08-20T21:47:51.2786792Z #59 4.061 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_x931.d.tmp -MT crypto/rsa/rsa_x931.o -c -o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931.c 2024-08-20T21:47:51.2799059Z #59 4.062 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/rsa/rsa_x931g.d.tmp -MT crypto/rsa/rsa_x931g.o -c -o crypto/rsa/rsa_x931g.o crypto/rsa/rsa_x931g.c 2024-08-20T21:47:51.2811217Z #59 4.062 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/seed/seed.d.tmp -MT crypto/seed/seed.o -c -o crypto/seed/seed.o crypto/seed/seed.c 2024-08-20T21:47:51.2823256Z #59 4.063 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/seed/seed_cbc.d.tmp -MT crypto/seed/seed_cbc.o -c -o crypto/seed/seed_cbc.o crypto/seed/seed_cbc.c 2024-08-20T21:47:51.2837250Z #59 4.064 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/seed/seed_cfb.d.tmp -MT crypto/seed/seed_cfb.o -c -o crypto/seed/seed_cfb.o crypto/seed/seed_cfb.c 2024-08-20T21:47:51.2849375Z #59 4.068 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/seed/seed_ecb.d.tmp -MT crypto/seed/seed_ecb.o -c -o crypto/seed/seed_ecb.o crypto/seed/seed_ecb.c 2024-08-20T21:47:51.2861176Z #59 4.070 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/seed/seed_ofb.d.tmp -MT crypto/seed/seed_ofb.o -c -o crypto/seed/seed_ofb.o crypto/seed/seed_ofb.c 2024-08-20T21:47:51.2867705Z #59 4.074 CC="gcc" /usr/bin/perl crypto/sha/asm/keccak1600-x86_64.pl elf crypto/sha/keccak1600-x86_64.s 2024-08-20T21:47:51.2869708Z #59 4.075 CC="gcc" /usr/bin/perl crypto/sha/asm/sha1-mb-x86_64.pl elf crypto/sha/sha1-mb-x86_64.s 2024-08-20T21:47:51.2871662Z #59 4.075 CC="gcc" /usr/bin/perl crypto/sha/asm/sha1-x86_64.pl elf crypto/sha/sha1-x86_64.s 2024-08-20T21:47:51.2879127Z #59 4.081 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/sha/sha1_one.d.tmp -MT crypto/sha/sha1_one.o -c -o crypto/sha/sha1_one.o crypto/sha/sha1_one.c 2024-08-20T21:47:51.3354338Z #59 4.084 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/sha/sha1dgst.d.tmp -MT crypto/sha/sha1dgst.o -c -o crypto/sha/sha1dgst.o crypto/sha/sha1dgst.c 2024-08-20T21:47:51.3361369Z #59 4.089 CC="gcc" /usr/bin/perl crypto/sha/asm/sha256-mb-x86_64.pl elf crypto/sha/sha256-mb-x86_64.s 2024-08-20T21:47:51.3363457Z #59 4.094 CC="gcc" /usr/bin/perl crypto/sha/asm/sha512-x86_64.pl elf crypto/sha/sha256-x86_64.s 2024-08-20T21:47:51.3369631Z #59 4.100 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/sha/sha256.d.tmp -MT crypto/sha/sha256.o -c -o crypto/sha/sha256.o crypto/sha/sha256.c 2024-08-20T21:47:51.3375885Z #59 4.102 CC="gcc" /usr/bin/perl crypto/sha/asm/sha512-x86_64.pl elf crypto/sha/sha512-x86_64.s 2024-08-20T21:47:51.3382736Z #59 4.104 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/sha/sha512.d.tmp -MT crypto/sha/sha512.o -c -o crypto/sha/sha512.o crypto/sha/sha512.c 2024-08-20T21:47:51.3394345Z #59 4.105 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/siphash/siphash.d.tmp -MT crypto/siphash/siphash.o -c -o crypto/siphash/siphash.o crypto/siphash/siphash.c 2024-08-20T21:47:51.3406752Z #59 4.112 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/siphash/siphash_ameth.d.tmp -MT crypto/siphash/siphash_ameth.o -c -o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_ameth.c 2024-08-20T21:47:51.3419116Z #59 4.112 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/siphash/siphash_pmeth.d.tmp -MT crypto/siphash/siphash_pmeth.o -c -o crypto/siphash/siphash_pmeth.o crypto/siphash/siphash_pmeth.c 2024-08-20T21:47:51.3431222Z #59 4.114 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/sm2/sm2_crypt.d.tmp -MT crypto/sm2/sm2_crypt.o -c -o crypto/sm2/sm2_crypt.o crypto/sm2/sm2_crypt.c 2024-08-20T21:47:51.3442964Z #59 4.115 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/sm2/sm2_err.d.tmp -MT crypto/sm2/sm2_err.o -c -o crypto/sm2/sm2_err.o crypto/sm2/sm2_err.c 2024-08-20T21:47:51.3454694Z #59 4.115 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/sm2/sm2_pmeth.d.tmp -MT crypto/sm2/sm2_pmeth.o -c -o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_pmeth.c 2024-08-20T21:47:51.3465997Z #59 4.117 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/sm2/sm2_sign.d.tmp -MT crypto/sm2/sm2_sign.o -c -o crypto/sm2/sm2_sign.o crypto/sm2/sm2_sign.c 2024-08-20T21:47:51.3477585Z #59 4.119 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/sm3/m_sm3.d.tmp -MT crypto/sm3/m_sm3.o -c -o crypto/sm3/m_sm3.o crypto/sm3/m_sm3.c 2024-08-20T21:47:51.3488808Z #59 4.120 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/sm3/sm3.d.tmp -MT crypto/sm3/sm3.o -c -o crypto/sm3/sm3.o crypto/sm3/sm3.c 2024-08-20T21:47:51.3500062Z #59 4.122 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/sm4/sm4.d.tmp -MT crypto/sm4/sm4.o -c -o crypto/sm4/sm4.o crypto/sm4/sm4.c 2024-08-20T21:47:51.3511346Z #59 4.123 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/srp/srp_lib.d.tmp -MT crypto/srp/srp_lib.o -c -o crypto/srp/srp_lib.o crypto/srp/srp_lib.c 2024-08-20T21:47:51.3522936Z #59 4.125 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/srp/srp_vfy.d.tmp -MT crypto/srp/srp_vfy.o -c -o crypto/srp/srp_vfy.o crypto/srp/srp_vfy.c 2024-08-20T21:47:51.3534440Z #59 4.129 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/stack/stack.d.tmp -MT crypto/stack/stack.o -c -o crypto/stack/stack.o crypto/stack/stack.c 2024-08-20T21:47:51.3546062Z #59 4.130 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/store/loader_file.d.tmp -MT crypto/store/loader_file.o -c -o crypto/store/loader_file.o crypto/store/loader_file.c 2024-08-20T21:47:51.3557742Z #59 4.131 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/store/store_err.d.tmp -MT crypto/store/store_err.o -c -o crypto/store/store_err.o crypto/store/store_err.c 2024-08-20T21:47:51.3570070Z #59 4.133 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/store/store_init.d.tmp -MT crypto/store/store_init.o -c -o crypto/store/store_init.o crypto/store/store_init.c 2024-08-20T21:47:51.3581625Z #59 4.137 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/store/store_lib.d.tmp -MT crypto/store/store_lib.o -c -o crypto/store/store_lib.o crypto/store/store_lib.c 2024-08-20T21:47:51.3593394Z #59 4.140 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/store/store_register.d.tmp -MT crypto/store/store_register.o -c -o crypto/store/store_register.o crypto/store/store_register.c 2024-08-20T21:47:51.3605431Z #59 4.141 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/store/store_strings.d.tmp -MT crypto/store/store_strings.o -c -o crypto/store/store_strings.o crypto/store/store_strings.c 2024-08-20T21:47:51.3617149Z #59 4.142 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/threads_none.d.tmp -MT crypto/threads_none.o -c -o crypto/threads_none.o crypto/threads_none.c 2024-08-20T21:47:51.3628920Z #59 4.142 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/threads_pthread.d.tmp -MT crypto/threads_pthread.o -c -o crypto/threads_pthread.o crypto/threads_pthread.c 2024-08-20T21:47:51.3640526Z #59 4.143 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/threads_win.d.tmp -MT crypto/threads_win.o -c -o crypto/threads_win.o crypto/threads_win.c 2024-08-20T21:47:51.3652062Z #59 4.144 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ts/ts_asn1.d.tmp -MT crypto/ts/ts_asn1.o -c -o crypto/ts/ts_asn1.o crypto/ts/ts_asn1.c 2024-08-20T21:47:51.3663155Z #59 4.149 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ts/ts_conf.d.tmp -MT crypto/ts/ts_conf.o -c -o crypto/ts/ts_conf.o crypto/ts/ts_conf.c 2024-08-20T21:47:51.3674298Z #59 4.149 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ts/ts_err.d.tmp -MT crypto/ts/ts_err.o -c -o crypto/ts/ts_err.o crypto/ts/ts_err.c 2024-08-20T21:47:51.3685523Z #59 4.150 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ts/ts_lib.d.tmp -MT crypto/ts/ts_lib.o -c -o crypto/ts/ts_lib.o crypto/ts/ts_lib.c 2024-08-20T21:47:51.3696949Z #59 4.152 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ts/ts_req_print.d.tmp -MT crypto/ts/ts_req_print.o -c -o crypto/ts/ts_req_print.o crypto/ts/ts_req_print.c 2024-08-20T21:47:51.3708697Z #59 4.155 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ts/ts_req_utils.d.tmp -MT crypto/ts/ts_req_utils.o -c -o crypto/ts/ts_req_utils.o crypto/ts/ts_req_utils.c 2024-08-20T21:47:51.3720240Z #59 4.157 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ts/ts_rsp_print.d.tmp -MT crypto/ts/ts_rsp_print.o -c -o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_print.c 2024-08-20T21:47:51.3731972Z #59 4.159 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ts/ts_rsp_sign.d.tmp -MT crypto/ts/ts_rsp_sign.o -c -o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_sign.c 2024-08-20T21:47:51.3743552Z #59 4.162 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ts/ts_rsp_utils.d.tmp -MT crypto/ts/ts_rsp_utils.o -c -o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_utils.c 2024-08-20T21:47:51.3754836Z #59 4.164 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ts/ts_rsp_verify.d.tmp -MT crypto/ts/ts_rsp_verify.o -c -o crypto/ts/ts_rsp_verify.o crypto/ts/ts_rsp_verify.c 2024-08-20T21:47:51.3766474Z #59 4.168 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ts/ts_verify_ctx.d.tmp -MT crypto/ts/ts_verify_ctx.o -c -o crypto/ts/ts_verify_ctx.o crypto/ts/ts_verify_ctx.c 2024-08-20T21:47:51.3777780Z #59 4.173 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/txt_db/txt_db.d.tmp -MT crypto/txt_db/txt_db.o -c -o crypto/txt_db/txt_db.o crypto/txt_db/txt_db.c 2024-08-20T21:47:51.3788564Z #59 4.174 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ui/ui_err.d.tmp -MT crypto/ui/ui_err.o -c -o crypto/ui/ui_err.o crypto/ui/ui_err.c 2024-08-20T21:47:51.3800090Z #59 4.180 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ui/ui_lib.d.tmp -MT crypto/ui/ui_lib.o -c -o crypto/ui/ui_lib.o crypto/ui/ui_lib.c 2024-08-20T21:47:51.3811202Z #59 4.182 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ui/ui_null.d.tmp -MT crypto/ui/ui_null.o -c -o crypto/ui/ui_null.o crypto/ui/ui_null.c 2024-08-20T21:47:51.4362469Z #59 4.184 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ui/ui_openssl.d.tmp -MT crypto/ui/ui_openssl.o -c -o crypto/ui/ui_openssl.o crypto/ui/ui_openssl.c 2024-08-20T21:47:51.4374134Z #59 4.185 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/ui/ui_util.d.tmp -MT crypto/ui/ui_util.o -c -o crypto/ui/ui_util.o crypto/ui/ui_util.c 2024-08-20T21:47:51.4385223Z #59 4.185 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/uid.d.tmp -MT crypto/uid.o -c -o crypto/uid.o crypto/uid.c 2024-08-20T21:47:51.4391684Z #59 4.187 CC="gcc" /usr/bin/perl crypto/whrlpool/asm/wp-x86_64.pl elf crypto/whrlpool/wp-x86_64.s 2024-08-20T21:47:51.4398825Z #59 4.188 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/whrlpool/wp_dgst.d.tmp -MT crypto/whrlpool/wp_dgst.o -c -o crypto/whrlpool/wp_dgst.o crypto/whrlpool/wp_dgst.c 2024-08-20T21:47:51.4409721Z #59 4.206 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/by_dir.d.tmp -MT crypto/x509/by_dir.o -c -o crypto/x509/by_dir.o crypto/x509/by_dir.c 2024-08-20T21:47:51.4421625Z #59 4.206 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/by_file.d.tmp -MT crypto/x509/by_file.o -c -o crypto/x509/by_file.o crypto/x509/by_file.c 2024-08-20T21:47:51.4432947Z #59 4.207 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/t_crl.d.tmp -MT crypto/x509/t_crl.o -c -o crypto/x509/t_crl.o crypto/x509/t_crl.c 2024-08-20T21:47:51.4446299Z #59 4.207 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/t_req.d.tmp -MT crypto/x509/t_req.o -c -o crypto/x509/t_req.o crypto/x509/t_req.c 2024-08-20T21:47:51.4457800Z #59 4.208 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/t_x509.d.tmp -MT crypto/x509/t_x509.o -c -o crypto/x509/t_x509.o crypto/x509/t_x509.c 2024-08-20T21:47:51.4469244Z #59 4.213 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_att.d.tmp -MT crypto/x509/x509_att.o -c -o crypto/x509/x509_att.o crypto/x509/x509_att.c 2024-08-20T21:47:51.4481139Z #59 4.218 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_cmp.d.tmp -MT crypto/x509/x509_cmp.o -c -o crypto/x509/x509_cmp.o crypto/x509/x509_cmp.c 2024-08-20T21:47:51.4492810Z #59 4.221 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_d2.d.tmp -MT crypto/x509/x509_d2.o -c -o crypto/x509/x509_d2.o crypto/x509/x509_d2.c 2024-08-20T21:47:51.4504244Z #59 4.223 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_def.d.tmp -MT crypto/x509/x509_def.o -c -o crypto/x509/x509_def.o crypto/x509/x509_def.c 2024-08-20T21:47:51.4515716Z #59 4.228 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_err.d.tmp -MT crypto/x509/x509_err.o -c -o crypto/x509/x509_err.o crypto/x509/x509_err.c 2024-08-20T21:47:51.4527486Z #59 4.234 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_ext.d.tmp -MT crypto/x509/x509_ext.o -c -o crypto/x509/x509_ext.o crypto/x509/x509_ext.c 2024-08-20T21:47:51.4539164Z #59 4.236 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_lu.d.tmp -MT crypto/x509/x509_lu.o -c -o crypto/x509/x509_lu.o crypto/x509/x509_lu.c 2024-08-20T21:47:51.4550427Z #59 4.236 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_meth.d.tmp -MT crypto/x509/x509_meth.o -c -o crypto/x509/x509_meth.o crypto/x509/x509_meth.c 2024-08-20T21:47:51.4562126Z #59 4.241 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_obj.d.tmp -MT crypto/x509/x509_obj.o -c -o crypto/x509/x509_obj.o crypto/x509/x509_obj.c 2024-08-20T21:47:51.4573992Z #59 4.241 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_r2x.d.tmp -MT crypto/x509/x509_r2x.o -c -o crypto/x509/x509_r2x.o crypto/x509/x509_r2x.c 2024-08-20T21:47:51.4584826Z #59 4.242 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_req.d.tmp -MT crypto/x509/x509_req.o -c -o crypto/x509/x509_req.o crypto/x509/x509_req.c 2024-08-20T21:47:51.4595849Z #59 4.243 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_set.d.tmp -MT crypto/x509/x509_set.o -c -o crypto/x509/x509_set.o crypto/x509/x509_set.c 2024-08-20T21:47:51.4607459Z #59 4.252 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_trs.d.tmp -MT crypto/x509/x509_trs.o -c -o crypto/x509/x509_trs.o crypto/x509/x509_trs.c 2024-08-20T21:47:51.4618805Z #59 4.255 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_txt.d.tmp -MT crypto/x509/x509_txt.o -c -o crypto/x509/x509_txt.o crypto/x509/x509_txt.c 2024-08-20T21:47:51.4630361Z #59 4.258 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_v3.d.tmp -MT crypto/x509/x509_v3.o -c -o crypto/x509/x509_v3.o crypto/x509/x509_v3.c 2024-08-20T21:47:51.4642255Z #59 4.260 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_vfy.d.tmp -MT crypto/x509/x509_vfy.o -c -o crypto/x509/x509_vfy.o crypto/x509/x509_vfy.c 2024-08-20T21:47:51.4653433Z #59 4.267 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509_vpm.d.tmp -MT crypto/x509/x509_vpm.o -c -o crypto/x509/x509_vpm.o crypto/x509/x509_vpm.c 2024-08-20T21:47:51.4664858Z #59 4.268 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509cset.d.tmp -MT crypto/x509/x509cset.o -c -o crypto/x509/x509cset.o crypto/x509/x509cset.c 2024-08-20T21:47:51.4676122Z #59 4.276 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509name.d.tmp -MT crypto/x509/x509name.o -c -o crypto/x509/x509name.o crypto/x509/x509name.c 2024-08-20T21:47:51.4687652Z #59 4.281 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509rset.d.tmp -MT crypto/x509/x509rset.o -c -o crypto/x509/x509rset.o crypto/x509/x509rset.c 2024-08-20T21:47:51.4699352Z #59 4.283 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509spki.d.tmp -MT crypto/x509/x509spki.o -c -o crypto/x509/x509spki.o crypto/x509/x509spki.c 2024-08-20T21:47:51.5410673Z #59 4.289 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x509type.d.tmp -MT crypto/x509/x509type.o -c -o crypto/x509/x509type.o crypto/x509/x509type.c 2024-08-20T21:47:51.5422314Z #59 4.289 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x_all.d.tmp -MT crypto/x509/x_all.o -c -o crypto/x509/x_all.o crypto/x509/x_all.c 2024-08-20T21:47:51.5432099Z #59 4.290 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x_attrib.d.tmp -MT crypto/x509/x_attrib.o -c -o crypto/x509/x_attrib.o crypto/x509/x_attrib.c 2024-08-20T21:47:51.5444373Z #59 4.290 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x_crl.d.tmp -MT crypto/x509/x_crl.o -c -o crypto/x509/x_crl.o crypto/x509/x_crl.c 2024-08-20T21:47:51.5455848Z #59 4.296 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x_exten.d.tmp -MT crypto/x509/x_exten.o -c -o crypto/x509/x_exten.o crypto/x509/x_exten.c 2024-08-20T21:47:51.5465349Z #59 4.298 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x_name.d.tmp -MT crypto/x509/x_name.o -c -o crypto/x509/x_name.o crypto/x509/x_name.c 2024-08-20T21:47:51.5476629Z #59 4.300 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x_pubkey.d.tmp -MT crypto/x509/x_pubkey.o -c -o crypto/x509/x_pubkey.o crypto/x509/x_pubkey.c 2024-08-20T21:47:51.5487510Z #59 4.301 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x_req.d.tmp -MT crypto/x509/x_req.o -c -o crypto/x509/x_req.o crypto/x509/x_req.c 2024-08-20T21:47:51.5499379Z #59 4.318 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x_x509.d.tmp -MT crypto/x509/x_x509.o -c -o crypto/x509/x_x509.o crypto/x509/x_x509.c 2024-08-20T21:47:51.5510689Z #59 4.319 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509/x_x509a.d.tmp -MT crypto/x509/x_x509a.o -c -o crypto/x509/x_x509a.o crypto/x509/x_x509a.c 2024-08-20T21:47:51.5522032Z #59 4.320 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/pcy_cache.d.tmp -MT crypto/x509v3/pcy_cache.o -c -o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_cache.c 2024-08-20T21:47:51.5534144Z #59 4.321 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/pcy_data.d.tmp -MT crypto/x509v3/pcy_data.o -c -o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_data.c 2024-08-20T21:47:51.5546125Z #59 4.327 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/pcy_lib.d.tmp -MT crypto/x509v3/pcy_lib.o -c -o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_lib.c 2024-08-20T21:47:51.5557312Z #59 4.328 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/pcy_map.d.tmp -MT crypto/x509v3/pcy_map.o -c -o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_map.c 2024-08-20T21:47:51.5569228Z #59 4.329 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/pcy_node.d.tmp -MT crypto/x509v3/pcy_node.o -c -o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_node.c 2024-08-20T21:47:51.5580826Z #59 4.334 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/pcy_tree.d.tmp -MT crypto/x509v3/pcy_tree.o -c -o crypto/x509v3/pcy_tree.o crypto/x509v3/pcy_tree.c 2024-08-20T21:47:51.5592705Z #59 4.341 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_addr.d.tmp -MT crypto/x509v3/v3_addr.o -c -o crypto/x509v3/v3_addr.o crypto/x509v3/v3_addr.c 2024-08-20T21:47:51.5604673Z #59 4.346 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_admis.d.tmp -MT crypto/x509v3/v3_admis.o -c -o crypto/x509v3/v3_admis.o crypto/x509v3/v3_admis.c 2024-08-20T21:47:51.5616001Z #59 4.349 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_akey.d.tmp -MT crypto/x509v3/v3_akey.o -c -o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akey.c 2024-08-20T21:47:51.5627756Z #59 4.350 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_akeya.d.tmp -MT crypto/x509v3/v3_akeya.o -c -o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_akeya.c 2024-08-20T21:47:51.5639602Z #59 4.352 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_alt.d.tmp -MT crypto/x509v3/v3_alt.o -c -o crypto/x509v3/v3_alt.o crypto/x509v3/v3_alt.c 2024-08-20T21:47:51.5651571Z #59 4.356 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_asid.d.tmp -MT crypto/x509v3/v3_asid.o -c -o crypto/x509v3/v3_asid.o crypto/x509v3/v3_asid.c 2024-08-20T21:47:51.5663483Z #59 4.357 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_bcons.d.tmp -MT crypto/x509v3/v3_bcons.o -c -o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bcons.c 2024-08-20T21:47:51.5675511Z #59 4.357 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_bitst.d.tmp -MT crypto/x509v3/v3_bitst.o -c -o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_bitst.c 2024-08-20T21:47:51.5687459Z #59 4.362 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_conf.d.tmp -MT crypto/x509v3/v3_conf.o -c -o crypto/x509v3/v3_conf.o crypto/x509v3/v3_conf.c 2024-08-20T21:47:51.5699051Z #59 4.363 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_cpols.d.tmp -MT crypto/x509v3/v3_cpols.o -c -o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_cpols.c 2024-08-20T21:47:51.5711203Z #59 4.368 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_crld.d.tmp -MT crypto/x509v3/v3_crld.o -c -o crypto/x509v3/v3_crld.o crypto/x509v3/v3_crld.c 2024-08-20T21:47:51.5723396Z #59 4.374 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_enum.d.tmp -MT crypto/x509v3/v3_enum.o -c -o crypto/x509v3/v3_enum.o crypto/x509v3/v3_enum.c 2024-08-20T21:47:51.5735161Z #59 4.374 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_extku.d.tmp -MT crypto/x509v3/v3_extku.o -c -o crypto/x509v3/v3_extku.o crypto/x509v3/v3_extku.c 2024-08-20T21:47:51.5746812Z #59 4.379 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_genn.d.tmp -MT crypto/x509v3/v3_genn.o -c -o crypto/x509v3/v3_genn.o crypto/x509v3/v3_genn.c 2024-08-20T21:47:51.5758393Z #59 4.380 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_ia5.d.tmp -MT crypto/x509v3/v3_ia5.o -c -o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_ia5.c 2024-08-20T21:47:51.5770346Z #59 4.388 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_info.d.tmp -MT crypto/x509v3/v3_info.o -c -o crypto/x509v3/v3_info.o crypto/x509v3/v3_info.c 2024-08-20T21:47:51.6417907Z #59 4.390 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_int.d.tmp -MT crypto/x509v3/v3_int.o -c -o crypto/x509v3/v3_int.o crypto/x509v3/v3_int.c 2024-08-20T21:47:51.6429618Z #59 4.390 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_lib.d.tmp -MT crypto/x509v3/v3_lib.o -c -o crypto/x509v3/v3_lib.o crypto/x509v3/v3_lib.c 2024-08-20T21:47:51.6441979Z #59 4.391 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_ncons.d.tmp -MT crypto/x509v3/v3_ncons.o -c -o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_ncons.c 2024-08-20T21:47:51.6453320Z #59 4.396 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_pci.d.tmp -MT crypto/x509v3/v3_pci.o -c -o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pci.c 2024-08-20T21:47:51.6464559Z #59 4.403 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_pcia.d.tmp -MT crypto/x509v3/v3_pcia.o -c -o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcia.c 2024-08-20T21:47:51.6474834Z #59 4.404 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_pcons.d.tmp -MT crypto/x509v3/v3_pcons.o -c -o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pcons.c 2024-08-20T21:47:51.6485246Z #59 4.405 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_pku.d.tmp -MT crypto/x509v3/v3_pku.o -c -o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pku.c 2024-08-20T21:47:51.6496503Z #59 4.408 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_pmaps.d.tmp -MT crypto/x509v3/v3_pmaps.o -c -o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_pmaps.c 2024-08-20T21:47:51.6507541Z #59 4.410 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_prn.d.tmp -MT crypto/x509v3/v3_prn.o -c -o crypto/x509v3/v3_prn.o crypto/x509v3/v3_prn.c 2024-08-20T21:47:51.6519105Z #59 4.410 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_purp.d.tmp -MT crypto/x509v3/v3_purp.o -c -o crypto/x509v3/v3_purp.o crypto/x509v3/v3_purp.c 2024-08-20T21:47:51.6531856Z #59 4.415 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_skey.d.tmp -MT crypto/x509v3/v3_skey.o -c -o crypto/x509v3/v3_skey.o crypto/x509v3/v3_skey.c 2024-08-20T21:47:51.6544223Z #59 4.430 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_sxnet.d.tmp -MT crypto/x509v3/v3_sxnet.o -c -o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_sxnet.c 2024-08-20T21:47:51.6556552Z #59 4.432 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_tlsf.d.tmp -MT crypto/x509v3/v3_tlsf.o -c -o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_tlsf.c 2024-08-20T21:47:51.6568592Z #59 4.442 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3_utl.d.tmp -MT crypto/x509v3/v3_utl.o -c -o crypto/x509v3/v3_utl.o crypto/x509v3/v3_utl.c 2024-08-20T21:47:51.6580066Z #59 4.444 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/x509v3/v3err.d.tmp -MT crypto/x509v3/v3err.o -c -o crypto/x509v3/v3err.o crypto/x509v3/v3err.c 2024-08-20T21:47:51.6585897Z #59 4.445 CC="gcc" /usr/bin/perl crypto/x86_64cpuid.pl elf crypto/x86_64cpuid.s 2024-08-20T21:47:51.6592630Z #59 4.446 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/bio_ssl.d.tmp -MT ssl/bio_ssl.o -c -o ssl/bio_ssl.o ssl/bio_ssl.c 2024-08-20T21:47:51.6603362Z #59 4.449 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/d1_lib.d.tmp -MT ssl/d1_lib.o -c -o ssl/d1_lib.o ssl/d1_lib.c 2024-08-20T21:47:51.6613781Z #59 4.449 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/d1_msg.d.tmp -MT ssl/d1_msg.o -c -o ssl/d1_msg.o ssl/d1_msg.c 2024-08-20T21:47:51.6624511Z #59 4.453 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/d1_srtp.d.tmp -MT ssl/d1_srtp.o -c -o ssl/d1_srtp.o ssl/d1_srtp.c 2024-08-20T21:47:51.6635309Z #59 4.462 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/methods.d.tmp -MT ssl/methods.o -c -o ssl/methods.o ssl/methods.c 2024-08-20T21:47:51.6646346Z #59 4.463 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/packet.d.tmp -MT ssl/packet.o -c -o ssl/packet.o ssl/packet.c 2024-08-20T21:47:51.6657045Z #59 4.463 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/pqueue.d.tmp -MT ssl/pqueue.o -c -o ssl/pqueue.o ssl/pqueue.c 2024-08-20T21:47:51.6668492Z #59 4.464 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/record/dtls1_bitmap.d.tmp -MT ssl/record/dtls1_bitmap.o -c -o ssl/record/dtls1_bitmap.o ssl/record/dtls1_bitmap.c 2024-08-20T21:47:51.6680524Z #59 4.465 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/record/rec_layer_d1.d.tmp -MT ssl/record/rec_layer_d1.o -c -o ssl/record/rec_layer_d1.o ssl/record/rec_layer_d1.c 2024-08-20T21:47:51.6691929Z #59 4.467 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/record/rec_layer_s3.d.tmp -MT ssl/record/rec_layer_s3.o -c -o ssl/record/rec_layer_s3.o ssl/record/rec_layer_s3.c 2024-08-20T21:47:51.6703760Z #59 4.467 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/record/ssl3_buffer.d.tmp -MT ssl/record/ssl3_buffer.o -c -o ssl/record/ssl3_buffer.o ssl/record/ssl3_buffer.c 2024-08-20T21:47:51.6715838Z #59 4.476 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/record/ssl3_record.d.tmp -MT ssl/record/ssl3_record.o -c -o ssl/record/ssl3_record.o ssl/record/ssl3_record.c 2024-08-20T21:47:51.6728023Z #59 4.478 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/record/ssl3_record_tls13.d.tmp -MT ssl/record/ssl3_record_tls13.o -c -o ssl/record/ssl3_record_tls13.o ssl/record/ssl3_record_tls13.c 2024-08-20T21:47:51.6740330Z #59 4.480 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/s3_cbc.d.tmp -MT ssl/s3_cbc.o -c -o ssl/s3_cbc.o ssl/s3_cbc.c 2024-08-20T21:47:51.6750970Z #59 4.486 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/s3_enc.d.tmp -MT ssl/s3_enc.o -c -o ssl/s3_enc.o ssl/s3_enc.c 2024-08-20T21:47:51.6760748Z #59 4.489 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/s3_lib.d.tmp -MT ssl/s3_lib.o -c -o ssl/s3_lib.o ssl/s3_lib.c 2024-08-20T21:47:51.7481117Z #59 4.489 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/s3_msg.d.tmp -MT ssl/s3_msg.o -c -o ssl/s3_msg.o ssl/s3_msg.c 2024-08-20T21:47:51.7492102Z #59 4.501 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_asn1.d.tmp -MT ssl/ssl_asn1.o -c -o ssl/ssl_asn1.o ssl/ssl_asn1.c 2024-08-20T21:47:51.7502786Z #59 4.502 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_cert.d.tmp -MT ssl/ssl_cert.o -c -o ssl/ssl_cert.o ssl/ssl_cert.c 2024-08-20T21:47:51.7513784Z #59 4.507 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_ciph.d.tmp -MT ssl/ssl_ciph.o -c -o ssl/ssl_ciph.o ssl/ssl_ciph.c 2024-08-20T21:47:51.7525207Z #59 4.508 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_conf.d.tmp -MT ssl/ssl_conf.o -c -o ssl/ssl_conf.o ssl/ssl_conf.c 2024-08-20T21:47:51.7535324Z #59 4.514 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_err.d.tmp -MT ssl/ssl_err.o -c -o ssl/ssl_err.o ssl/ssl_err.c 2024-08-20T21:47:51.7545939Z #59 4.515 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_init.d.tmp -MT ssl/ssl_init.o -c -o ssl/ssl_init.o ssl/ssl_init.c 2024-08-20T21:47:51.7556746Z #59 4.517 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_lib.d.tmp -MT ssl/ssl_lib.o -c -o ssl/ssl_lib.o ssl/ssl_lib.c 2024-08-20T21:47:51.7567476Z #59 4.519 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_mcnf.d.tmp -MT ssl/ssl_mcnf.o -c -o ssl/ssl_mcnf.o ssl/ssl_mcnf.c 2024-08-20T21:47:51.7578328Z #59 4.523 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_rsa.d.tmp -MT ssl/ssl_rsa.o -c -o ssl/ssl_rsa.o ssl/ssl_rsa.c 2024-08-20T21:47:51.7588868Z #59 4.524 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_sess.d.tmp -MT ssl/ssl_sess.o -c -o ssl/ssl_sess.o ssl/ssl_sess.c 2024-08-20T21:47:51.7599765Z #59 4.530 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_stat.d.tmp -MT ssl/ssl_stat.o -c -o ssl/ssl_stat.o ssl/ssl_stat.c 2024-08-20T21:47:51.7609453Z #59 4.530 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_txt.d.tmp -MT ssl/ssl_txt.o -c -o ssl/ssl_txt.o ssl/ssl_txt.c 2024-08-20T21:47:51.7620069Z #59 4.532 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/ssl_utst.d.tmp -MT ssl/ssl_utst.o -c -o ssl/ssl_utst.o ssl/ssl_utst.c 2024-08-20T21:47:51.7631314Z #59 4.537 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/statem/extensions.d.tmp -MT ssl/statem/extensions.o -c -o ssl/statem/extensions.o ssl/statem/extensions.c 2024-08-20T21:47:51.7643592Z #59 4.537 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/statem/extensions_clnt.d.tmp -MT ssl/statem/extensions_clnt.o -c -o ssl/statem/extensions_clnt.o ssl/statem/extensions_clnt.c 2024-08-20T21:47:51.7655784Z #59 4.538 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/statem/extensions_cust.d.tmp -MT ssl/statem/extensions_cust.o -c -o ssl/statem/extensions_cust.o ssl/statem/extensions_cust.c 2024-08-20T21:47:51.7667845Z #59 4.544 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/statem/extensions_srvr.d.tmp -MT ssl/statem/extensions_srvr.o -c -o ssl/statem/extensions_srvr.o ssl/statem/extensions_srvr.c 2024-08-20T21:47:51.7679611Z #59 4.546 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/statem/statem.d.tmp -MT ssl/statem/statem.o -c -o ssl/statem/statem.o ssl/statem/statem.c 2024-08-20T21:47:51.7691199Z #59 4.548 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/statem/statem_clnt.d.tmp -MT ssl/statem/statem_clnt.o -c -o ssl/statem/statem_clnt.o ssl/statem/statem_clnt.c 2024-08-20T21:47:51.7702586Z #59 4.549 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/statem/statem_dtls.d.tmp -MT ssl/statem/statem_dtls.o -c -o ssl/statem/statem_dtls.o ssl/statem/statem_dtls.c 2024-08-20T21:47:51.7713704Z #59 4.550 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/statem/statem_lib.d.tmp -MT ssl/statem/statem_lib.o -c -o ssl/statem/statem_lib.o ssl/statem/statem_lib.c 2024-08-20T21:47:51.7724828Z #59 4.556 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/statem/statem_srvr.d.tmp -MT ssl/statem/statem_srvr.o -c -o ssl/statem/statem_srvr.o ssl/statem/statem_srvr.c 2024-08-20T21:47:51.7736479Z #59 4.557 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/t1_enc.d.tmp -MT ssl/t1_enc.o -c -o ssl/t1_enc.o ssl/t1_enc.c 2024-08-20T21:47:51.7747384Z #59 4.566 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/t1_lib.d.tmp -MT ssl/t1_lib.o -c -o ssl/t1_lib.o ssl/t1_lib.c 2024-08-20T21:47:51.7757875Z #59 4.570 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/t1_trce.d.tmp -MT ssl/t1_trce.o -c -o ssl/t1_trce.o ssl/t1_trce.c 2024-08-20T21:47:51.7768225Z #59 4.575 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/tls13_enc.d.tmp -MT ssl/tls13_enc.o -c -o ssl/tls13_enc.o ssl/tls13_enc.c 2024-08-20T21:47:51.7778881Z #59 4.588 gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF ssl/tls_srp.d.tmp -MT ssl/tls_srp.o -c -o ssl/tls_srp.o ssl/tls_srp.c 2024-08-20T21:47:51.7790010Z #59 4.595 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF test/testutil/basic_output.d.tmp -MT test/testutil/basic_output.o -c -o test/testutil/basic_output.o test/testutil/basic_output.c 2024-08-20T21:47:51.8794280Z #59 4.599 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF test/testutil/cb.d.tmp -MT test/testutil/cb.o -c -o test/testutil/cb.o test/testutil/cb.c 2024-08-20T21:47:51.8806705Z #59 4.611 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF test/testutil/driver.d.tmp -MT test/testutil/driver.o -c -o test/testutil/driver.o test/testutil/driver.c 2024-08-20T21:47:51.8819280Z #59 4.612 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF test/testutil/format_output.d.tmp -MT test/testutil/format_output.o -c -o test/testutil/format_output.o test/testutil/format_output.c 2024-08-20T21:47:51.8831273Z #59 4.612 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF test/testutil/main.d.tmp -MT test/testutil/main.o -c -o test/testutil/main.o test/testutil/main.c 2024-08-20T21:47:51.8844433Z #59 4.613 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF test/testutil/output_helpers.d.tmp -MT test/testutil/output_helpers.o -c -o test/testutil/output_helpers.o test/testutil/output_helpers.c 2024-08-20T21:47:51.8855602Z #59 4.614 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF test/testutil/random.d.tmp -MT test/testutil/random.o -c -o test/testutil/random.o test/testutil/random.c 2024-08-20T21:47:51.8865496Z #59 4.620 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF test/testutil/stanza.d.tmp -MT test/testutil/stanza.o -c -o test/testutil/stanza.o test/testutil/stanza.c 2024-08-20T21:47:51.8876295Z #59 4.622 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF test/testutil/tap_bio.d.tmp -MT test/testutil/tap_bio.o -c -o test/testutil/tap_bio.o test/testutil/tap_bio.c 2024-08-20T21:47:51.8887557Z #59 4.625 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF test/testutil/test_cleanup.d.tmp -MT test/testutil/test_cleanup.o -c -o test/testutil/test_cleanup.o test/testutil/test_cleanup.c 2024-08-20T21:47:51.8899375Z #59 4.630 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF test/testutil/tests.d.tmp -MT test/testutil/tests.o -c -o test/testutil/tests.o test/testutil/tests.c 2024-08-20T21:47:51.8910963Z #59 4.635 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF test/testutil/testutil_init.d.tmp -MT test/testutil/testutil_init.o -c -o test/testutil/testutil_init.o test/testutil/testutil_init.c 2024-08-20T21:47:51.8917067Z #59 4.643 /usr/bin/perl util/mkdef.pl crypto linux > libcrypto.map 2024-08-20T21:47:51.8918256Z #59 4.650 /usr/bin/perl util/mkdef.pl ssl linux > libssl.map 2024-08-20T21:47:51.8920999Z #59 4.657 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DPADLOCK_ASM -MMD -MF engines/e_afalg.d.tmp -MT engines/e_afalg.o -c -o engines/e_afalg.o engines/e_afalg.c 2024-08-20T21:47:51.8924518Z #59 4.658 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DPADLOCK_ASM -MMD -MF engines/e_capi.d.tmp -MT engines/e_capi.o -c -o engines/e_capi.o engines/e_capi.c 2024-08-20T21:47:51.8928177Z #59 4.664 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DPADLOCK_ASM -MMD -MF engines/e_dasync.d.tmp -MT engines/e_dasync.o -c -o engines/e_dasync.o engines/e_dasync.c 2024-08-20T21:47:51.8932007Z #59 4.665 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DPADLOCK_ASM -MMD -MF engines/e_ossltest.d.tmp -MT engines/e_ossltest.o -c -o engines/e_ossltest.o engines/e_ossltest.c 2024-08-20T21:47:51.8935079Z #59 4.666 CC="gcc" /usr/bin/perl engines/asm/e_padlock-x86_64.pl elf engines/e_padlock-x86_64.s 2024-08-20T21:47:51.8937992Z #59 4.669 gcc -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DPADLOCK_ASM -MMD -MF engines/e_padlock.d.tmp -MT engines/e_padlock.o -c -o engines/e_padlock.o engines/e_padlock.c 2024-08-20T21:47:51.8940616Z #59 4.675 /usr/bin/perl apps/progs.pl apps/openssl > apps/progs.h 2024-08-20T21:47:51.8942733Z #59 4.680 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF fuzz/asn1.d.tmp -MT fuzz/asn1.o -c -o fuzz/asn1.o fuzz/asn1.c 2024-08-20T21:47:51.8945794Z #59 4.680 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF fuzz/test-corpus.d.tmp -MT fuzz/test-corpus.o -c -o fuzz/test-corpus.o fuzz/test-corpus.c 2024-08-20T21:47:51.8949089Z #59 4.682 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF fuzz/asn1parse.d.tmp -MT fuzz/asn1parse.o -c -o fuzz/asn1parse.o fuzz/asn1parse.c 2024-08-20T21:47:51.8952188Z #59 4.683 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF fuzz/bignum.d.tmp -MT fuzz/bignum.o -c -o fuzz/bignum.o fuzz/bignum.c 2024-08-20T21:47:51.8954837Z #59 4.684 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF fuzz/bndiv.d.tmp -MT fuzz/bndiv.o -c -o fuzz/bndiv.o fuzz/bndiv.c 2024-08-20T21:47:51.8957614Z #59 4.686 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF fuzz/client.d.tmp -MT fuzz/client.o -c -o fuzz/client.o fuzz/client.c 2024-08-20T21:47:51.8959910Z #59 4.686 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF fuzz/cms.d.tmp -MT fuzz/cms.o -c -o fuzz/cms.o fuzz/cms.c 2024-08-20T21:47:51.8962337Z #59 4.688 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF fuzz/conf.d.tmp -MT fuzz/conf.o -c -o fuzz/conf.o fuzz/conf.c 2024-08-20T21:47:51.8965101Z #59 4.689 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF fuzz/crl.d.tmp -MT fuzz/crl.o -c -o fuzz/crl.o fuzz/crl.c 2024-08-20T21:47:51.8967608Z #59 4.689 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF fuzz/ct.d.tmp -MT fuzz/ct.o -c -o fuzz/ct.o fuzz/ct.c 2024-08-20T21:47:51.8970355Z #59 4.695 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF fuzz/server.d.tmp -MT fuzz/server.o -c -o fuzz/server.o fuzz/server.c 2024-08-20T21:47:51.8973131Z #59 4.726 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF fuzz/x509.d.tmp -MT fuzz/x509.o -c -o fuzz/x509.o fuzz/x509.c 2024-08-20T21:47:51.9810619Z #59 4.727 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/aborttest.d.tmp -MT test/aborttest.o -c -o test/aborttest.o test/aborttest.c 2024-08-20T21:47:51.9813880Z #59 4.727 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/afalgtest.d.tmp -MT test/afalgtest.o -c -o test/afalgtest.o test/afalgtest.c 2024-08-20T21:47:51.9817483Z #59 4.728 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/asn1_decode_test.d.tmp -MT test/asn1_decode_test.o -c -o test/asn1_decode_test.o test/asn1_decode_test.c 2024-08-20T21:47:51.9821461Z #59 4.728 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/asn1_encode_test.d.tmp -MT test/asn1_encode_test.o -c -o test/asn1_encode_test.o test/asn1_encode_test.c 2024-08-20T21:47:51.9825478Z #59 4.729 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/asn1_internal_test.d.tmp -MT test/asn1_internal_test.o -c -o test/asn1_internal_test.o test/asn1_internal_test.c 2024-08-20T21:47:51.9829765Z #59 4.729 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/asn1_string_table_test.d.tmp -MT test/asn1_string_table_test.o -c -o test/asn1_string_table_test.o test/asn1_string_table_test.c 2024-08-20T21:47:51.9835971Z #59 4.733 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/asn1_time_test.d.tmp -MT test/asn1_time_test.o -c -o test/asn1_time_test.o test/asn1_time_test.c 2024-08-20T21:47:51.9839727Z #59 4.738 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/asynciotest.d.tmp -MT test/asynciotest.o -c -o test/asynciotest.o test/asynciotest.c 2024-08-20T21:47:51.9843451Z #59 4.740 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ssltestlib.d.tmp -MT test/ssltestlib.o -c -o test/ssltestlib.o test/ssltestlib.c 2024-08-20T21:47:51.9847112Z #59 4.745 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/asynctest.d.tmp -MT test/asynctest.o -c -o test/asynctest.o test/asynctest.c 2024-08-20T21:47:51.9850717Z #59 4.746 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/bad_dtls_test.d.tmp -MT test/bad_dtls_test.o -c -o test/bad_dtls_test.o test/bad_dtls_test.c 2024-08-20T21:47:51.9854073Z #59 4.749 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/bftest.d.tmp -MT test/bftest.o -c -o test/bftest.o test/bftest.c 2024-08-20T21:47:51.9857471Z #59 4.754 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/bio_callback_test.d.tmp -MT test/bio_callback_test.o -c -o test/bio_callback_test.o test/bio_callback_test.c 2024-08-20T21:47:51.9861249Z #59 4.754 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/bio_enc_test.d.tmp -MT test/bio_enc_test.o -c -o test/bio_enc_test.o test/bio_enc_test.c 2024-08-20T21:47:51.9864931Z #59 4.759 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/bio_memleak_test.d.tmp -MT test/bio_memleak_test.o -c -o test/bio_memleak_test.o test/bio_memleak_test.c 2024-08-20T21:47:51.9868679Z #59 4.760 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/bioprinttest.d.tmp -MT test/bioprinttest.o -c -o test/bioprinttest.o test/bioprinttest.c 2024-08-20T21:47:51.9872244Z #59 4.760 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/bntest.d.tmp -MT test/bntest.o -c -o test/bntest.o test/bntest.c 2024-08-20T21:47:51.9874460Z #59 4.761 /usr/bin/perl test/generate_buildtest.pl aes > test/buildtest_aes.c 2024-08-20T21:47:51.9875801Z #59 4.767 /usr/bin/perl test/generate_buildtest.pl asn1 > test/buildtest_asn1.c 2024-08-20T21:47:51.9877236Z #59 4.768 /usr/bin/perl test/generate_buildtest.pl asn1t > test/buildtest_asn1t.c 2024-08-20T21:47:51.9878817Z #59 4.770 /usr/bin/perl test/generate_buildtest.pl async > test/buildtest_async.c 2024-08-20T21:47:51.9880312Z #59 4.771 /usr/bin/perl test/generate_buildtest.pl bio > test/buildtest_bio.c 2024-08-20T21:47:51.9882124Z #59 4.773 /usr/bin/perl test/generate_buildtest.pl blowfish > test/buildtest_blowfish.c 2024-08-20T21:47:51.9883644Z #59 4.773 /usr/bin/perl test/generate_buildtest.pl bn > test/buildtest_bn.c 2024-08-20T21:47:51.9885176Z #59 4.774 /usr/bin/perl test/generate_buildtest.pl buffer > test/buildtest_buffer.c 2024-08-20T21:47:51.9886754Z #59 4.774 /usr/bin/perl test/generate_buildtest.pl camellia > test/buildtest_camellia.c 2024-08-20T21:47:51.9888247Z #59 4.776 /usr/bin/perl test/generate_buildtest.pl cast > test/buildtest_cast.c 2024-08-20T21:47:51.9889726Z #59 4.776 /usr/bin/perl test/generate_buildtest.pl cmac > test/buildtest_cmac.c 2024-08-20T21:47:51.9891158Z #59 4.777 /usr/bin/perl test/generate_buildtest.pl cms > test/buildtest_cms.c 2024-08-20T21:47:51.9892546Z #59 4.778 /usr/bin/perl test/generate_buildtest.pl comp > test/buildtest_comp.c 2024-08-20T21:47:51.9893989Z #59 4.779 /usr/bin/perl test/generate_buildtest.pl conf > test/buildtest_conf.c 2024-08-20T21:47:51.9895572Z #59 4.779 /usr/bin/perl test/generate_buildtest.pl conf_api > test/buildtest_conf_api.c 2024-08-20T21:47:51.9897467Z #59 4.780 /usr/bin/perl test/generate_buildtest.pl crypto > test/buildtest_crypto.c 2024-08-20T21:47:51.9899051Z #59 4.781 /usr/bin/perl test/generate_buildtest.pl ct > test/buildtest_ct.c 2024-08-20T21:47:51.9900572Z #59 4.782 /usr/bin/perl test/generate_buildtest.pl des > test/buildtest_des.c 2024-08-20T21:47:51.9902031Z #59 4.783 /usr/bin/perl test/generate_buildtest.pl dh > test/buildtest_dh.c 2024-08-20T21:47:51.9903543Z #59 4.784 /usr/bin/perl test/generate_buildtest.pl dsa > test/buildtest_dsa.c 2024-08-20T21:47:51.9905076Z #59 4.785 /usr/bin/perl test/generate_buildtest.pl dtls1 > test/buildtest_dtls1.c 2024-08-20T21:47:51.9906642Z #59 4.785 /usr/bin/perl test/generate_buildtest.pl e_os2 > test/buildtest_e_os2.c 2024-08-20T21:47:51.9908470Z #59 4.786 /usr/bin/perl test/generate_buildtest.pl ebcdic > test/buildtest_ebcdic.c 2024-08-20T21:47:51.9909997Z #59 4.787 /usr/bin/perl test/generate_buildtest.pl ec > test/buildtest_ec.c 2024-08-20T21:47:51.9911431Z #59 4.788 /usr/bin/perl test/generate_buildtest.pl ecdh > test/buildtest_ecdh.c 2024-08-20T21:47:51.9912875Z #59 4.789 /usr/bin/perl test/generate_buildtest.pl ecdsa > test/buildtest_ecdsa.c 2024-08-20T21:47:51.9914347Z #59 4.789 /usr/bin/perl test/generate_buildtest.pl engine > test/buildtest_engine.c 2024-08-20T21:47:51.9915896Z #59 4.790 /usr/bin/perl test/generate_buildtest.pl evp > test/buildtest_evp.c 2024-08-20T21:47:51.9917381Z #59 4.790 /usr/bin/perl test/generate_buildtest.pl hmac > test/buildtest_hmac.c 2024-08-20T21:47:51.9918920Z #59 4.791 /usr/bin/perl test/generate_buildtest.pl idea > test/buildtest_idea.c 2024-08-20T21:47:51.9920567Z #59 4.791 /usr/bin/perl test/generate_buildtest.pl kdf > test/buildtest_kdf.c 2024-08-20T21:47:51.9922010Z #59 4.792 /usr/bin/perl test/generate_buildtest.pl lhash > test/buildtest_lhash.c 2024-08-20T21:47:51.9923392Z #59 4.792 /usr/bin/perl test/generate_buildtest.pl md4 > test/buildtest_md4.c 2024-08-20T21:47:51.9924845Z #59 4.793 /usr/bin/perl test/generate_buildtest.pl md5 > test/buildtest_md5.c 2024-08-20T21:47:51.9926322Z #59 4.793 /usr/bin/perl test/generate_buildtest.pl mdc2 > test/buildtest_mdc2.c 2024-08-20T21:47:51.9927851Z #59 4.794 /usr/bin/perl test/generate_buildtest.pl modes > test/buildtest_modes.c 2024-08-20T21:47:51.9929783Z #59 4.795 /usr/bin/perl test/generate_buildtest.pl obj_mac > test/buildtest_obj_mac.c 2024-08-20T21:47:51.9931437Z #59 4.796 /usr/bin/perl test/generate_buildtest.pl objects > test/buildtest_objects.c 2024-08-20T21:47:51.9933007Z #59 4.796 /usr/bin/perl test/generate_buildtest.pl ocsp > test/buildtest_ocsp.c 2024-08-20T21:47:51.9934755Z #59 4.797 /usr/bin/perl test/generate_buildtest.pl opensslv > test/buildtest_opensslv.c 2024-08-20T21:47:51.9936301Z #59 4.797 /usr/bin/perl test/generate_buildtest.pl ossl_typ > test/buildtest_ossl_typ.c 2024-08-20T21:47:51.9937840Z #59 4.798 /usr/bin/perl test/generate_buildtest.pl pem > test/buildtest_pem.c 2024-08-20T21:47:51.9939376Z #59 4.799 /usr/bin/perl test/generate_buildtest.pl pem2 > test/buildtest_pem2.c 2024-08-20T21:47:51.9940955Z #59 4.799 /usr/bin/perl test/generate_buildtest.pl pkcs12 > test/buildtest_pkcs12.c 2024-08-20T21:47:51.9942518Z #59 4.800 /usr/bin/perl test/generate_buildtest.pl pkcs7 > test/buildtest_pkcs7.c 2024-08-20T21:47:51.9944041Z #59 4.800 /usr/bin/perl test/generate_buildtest.pl rand > test/buildtest_rand.c 2024-08-20T21:47:51.9945598Z #59 4.800 /usr/bin/perl test/generate_buildtest.pl rand_drbg > test/buildtest_rand_drbg.c 2024-08-20T21:47:51.9947072Z #59 4.804 /usr/bin/perl test/generate_buildtest.pl rc2 > test/buildtest_rc2.c 2024-08-20T21:47:51.9948512Z #59 4.805 /usr/bin/perl test/generate_buildtest.pl rc4 > test/buildtest_rc4.c 2024-08-20T21:47:51.9950040Z #59 4.805 /usr/bin/perl test/generate_buildtest.pl ripemd > test/buildtest_ripemd.c 2024-08-20T21:47:51.9951613Z #59 4.805 /usr/bin/perl test/generate_buildtest.pl rsa > test/buildtest_rsa.c 2024-08-20T21:47:51.9953239Z #59 4.806 /usr/bin/perl test/generate_buildtest.pl safestack > test/buildtest_safestack.c 2024-08-20T21:47:51.9954847Z #59 4.806 /usr/bin/perl test/generate_buildtest.pl seed > test/buildtest_seed.c 2024-08-20T21:47:51.9956337Z #59 4.806 /usr/bin/perl test/generate_buildtest.pl sha > test/buildtest_sha.c 2024-08-20T21:47:51.9957776Z #59 4.807 /usr/bin/perl test/generate_buildtest.pl srp > test/buildtest_srp.c 2024-08-20T21:47:51.9959125Z #59 4.807 /usr/bin/perl test/generate_buildtest.pl srtp > test/buildtest_srtp.c 2024-08-20T21:47:51.9960706Z #59 4.807 /usr/bin/perl test/generate_buildtest.pl ssl > test/buildtest_ssl.c 2024-08-20T21:47:51.9962206Z #59 4.807 /usr/bin/perl test/generate_buildtest.pl ssl2 > test/buildtest_ssl2.c 2024-08-20T21:47:51.9963742Z #59 4.808 /usr/bin/perl test/generate_buildtest.pl stack > test/buildtest_stack.c 2024-08-20T21:47:51.9965568Z #59 4.808 /usr/bin/perl test/generate_buildtest.pl store > test/buildtest_store.c 2024-08-20T21:47:51.9967166Z #59 4.808 /usr/bin/perl test/generate_buildtest.pl symhacks > test/buildtest_symhacks.c 2024-08-20T21:47:51.9968686Z #59 4.809 /usr/bin/perl test/generate_buildtest.pl tls1 > test/buildtest_tls1.c 2024-08-20T21:47:51.9970048Z #59 4.810 /usr/bin/perl test/generate_buildtest.pl ts > test/buildtest_ts.c 2024-08-20T21:47:51.9971464Z #59 4.810 /usr/bin/perl test/generate_buildtest.pl txt_db > test/buildtest_txt_db.c 2024-08-20T21:47:51.9972972Z #59 4.811 /usr/bin/perl test/generate_buildtest.pl ui > test/buildtest_ui.c 2024-08-20T21:47:51.9974551Z #59 4.812 /usr/bin/perl test/generate_buildtest.pl whrlpool > test/buildtest_whrlpool.c 2024-08-20T21:47:51.9976175Z #59 4.813 /usr/bin/perl test/generate_buildtest.pl x509 > test/buildtest_x509.c 2024-08-20T21:47:51.9977792Z #59 4.813 /usr/bin/perl test/generate_buildtest.pl x509_vfy > test/buildtest_x509_vfy.c 2024-08-20T21:47:51.9979423Z #59 4.813 /usr/bin/perl test/generate_buildtest.pl x509v3 > test/buildtest_x509v3.c 2024-08-20T21:47:51.9982209Z #59 4.814 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/casttest.d.tmp -MT test/casttest.o -c -o test/casttest.o test/casttest.c 2024-08-20T21:47:51.9985840Z #59 4.814 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/chacha_internal_test.d.tmp -MT test/chacha_internal_test.o -c -o test/chacha_internal_test.o test/chacha_internal_test.c 2024-08-20T21:47:51.9990147Z #59 4.814 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/cipherbytes_test.d.tmp -MT test/cipherbytes_test.o -c -o test/cipherbytes_test.o test/cipherbytes_test.c 2024-08-20T21:47:51.9994026Z #59 4.815 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/cipherlist_test.d.tmp -MT test/cipherlist_test.o -c -o test/cipherlist_test.o test/cipherlist_test.c 2024-08-20T21:47:51.9997656Z #59 4.815 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ciphername_test.d.tmp -MT test/ciphername_test.o -c -o test/ciphername_test.o test/ciphername_test.c 2024-08-20T21:47:52.0001787Z #59 4.816 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/clienthellotest.d.tmp -MT test/clienthellotest.o -c -o test/clienthellotest.o test/clienthellotest.c 2024-08-20T21:47:52.0005188Z #59 4.816 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/cmactest.d.tmp -MT test/cmactest.o -c -o test/cmactest.o test/cmactest.c 2024-08-20T21:47:52.0008396Z #59 4.817 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/cmsapitest.d.tmp -MT test/cmsapitest.o -c -o test/cmsapitest.o test/cmsapitest.c 2024-08-20T21:47:52.0012091Z #59 4.817 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/conf_include_test.d.tmp -MT test/conf_include_test.o -c -o test/conf_include_test.o test/conf_include_test.c 2024-08-20T21:47:52.0016165Z #59 4.817 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/constant_time_test.d.tmp -MT test/constant_time_test.o -c -o test/constant_time_test.o test/constant_time_test.c 2024-08-20T21:47:52.0019826Z #59 4.818 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/crltest.d.tmp -MT test/crltest.o -c -o test/crltest.o test/crltest.c 2024-08-20T21:47:52.0022983Z #59 4.818 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ct_test.d.tmp -MT test/ct_test.o -c -o test/ct_test.o test/ct_test.c 2024-08-20T21:47:52.0026572Z #59 4.819 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ctype_internal_test.d.tmp -MT test/ctype_internal_test.o -c -o test/ctype_internal_test.o test/ctype_internal_test.c 2024-08-20T21:47:52.0030888Z #59 4.819 gcc -I. -Iinclude -Icrypto/ec/curve448 -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/curve448_internal_test.d.tmp -MT test/curve448_internal_test.o -c -o test/curve448_internal_test.o test/curve448_internal_test.c 2024-08-20T21:47:52.0035119Z #59 4.820 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/d2i_test.d.tmp -MT test/d2i_test.o -c -o test/d2i_test.o test/d2i_test.c 2024-08-20T21:47:52.0038248Z #59 4.820 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/danetest.d.tmp -MT test/danetest.o -c -o test/danetest.o test/danetest.c 2024-08-20T21:47:52.0041630Z #59 4.821 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/destest.d.tmp -MT test/destest.o -c -o test/destest.o test/destest.c 2024-08-20T21:47:52.0044805Z #59 4.821 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/dhtest.d.tmp -MT test/dhtest.o -c -o test/dhtest.o test/dhtest.c 2024-08-20T21:47:52.0048374Z #59 4.822 gcc -Iinclude -Itest -I. -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/drbg_cavs_data.d.tmp -MT test/drbg_cavs_data.o -c -o test/drbg_cavs_data.o test/drbg_cavs_data.c 2024-08-20T21:47:52.0052293Z #59 4.825 gcc -Iinclude -Itest -I. -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/drbg_cavs_test.d.tmp -MT test/drbg_cavs_test.o -c -o test/drbg_cavs_test.o test/drbg_cavs_test.c 2024-08-20T21:47:52.0055906Z #59 4.828 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/drbgtest.d.tmp -MT test/drbgtest.o -c -o test/drbgtest.o test/drbgtest.c 2024-08-20T21:47:52.0824937Z #59 4.836 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/dsa_no_digest_size_test.d.tmp -MT test/dsa_no_digest_size_test.o -c -o test/dsa_no_digest_size_test.o test/dsa_no_digest_size_test.c 2024-08-20T21:47:52.0828696Z #59 4.837 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/dsatest.d.tmp -MT test/dsatest.o -c -o test/dsatest.o test/dsatest.c 2024-08-20T21:47:52.0832156Z #59 4.837 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/dtls_mtu_test.d.tmp -MT test/dtls_mtu_test.o -c -o test/dtls_mtu_test.o test/dtls_mtu_test.c 2024-08-20T21:47:52.0838789Z #59 4.838 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/dtlstest.d.tmp -MT test/dtlstest.o -c -o test/dtlstest.o test/dtlstest.c 2024-08-20T21:47:52.0842667Z #59 4.839 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/dtlsv1listentest.d.tmp -MT test/dtlsv1listentest.o -c -o test/dtlsv1listentest.o test/dtlsv1listentest.c 2024-08-20T21:47:52.0846790Z #59 4.840 gcc -Iinclude -Icrypto/ec -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ec_internal_test.d.tmp -MT test/ec_internal_test.o -c -o test/ec_internal_test.o test/ec_internal_test.c 2024-08-20T21:47:52.0850396Z #59 4.841 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ecdsatest.d.tmp -MT test/ecdsatest.o -c -o test/ecdsatest.o test/ecdsatest.c 2024-08-20T21:47:52.0853947Z #59 4.842 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ecstresstest.d.tmp -MT test/ecstresstest.o -c -o test/ecstresstest.o test/ecstresstest.c 2024-08-20T21:47:52.0856802Z #59 4.843 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ectest.d.tmp -MT test/ectest.o -c -o test/ectest.o test/ectest.c 2024-08-20T21:47:52.0860061Z #59 4.843 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/enginetest.d.tmp -MT test/enginetest.o -c -o test/enginetest.o test/enginetest.c 2024-08-20T21:47:52.0863379Z #59 4.849 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/errtest.d.tmp -MT test/errtest.o -c -o test/errtest.o test/errtest.c 2024-08-20T21:47:52.0866854Z #59 4.854 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/evp_extra_test.d.tmp -MT test/evp_extra_test.o -c -o test/evp_extra_test.o test/evp_extra_test.c 2024-08-20T21:47:52.0870329Z #59 4.859 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/evp_test.d.tmp -MT test/evp_test.o -c -o test/evp_test.o test/evp_test.c 2024-08-20T21:47:52.0873701Z #59 4.867 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/exdatatest.d.tmp -MT test/exdatatest.o -c -o test/exdatatest.o test/exdatatest.c 2024-08-20T21:47:52.0877332Z #59 4.870 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/exptest.d.tmp -MT test/exptest.o -c -o test/exptest.o test/exptest.c 2024-08-20T21:47:52.0880932Z #59 4.872 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/fatalerrtest.d.tmp -MT test/fatalerrtest.o -c -o test/fatalerrtest.o test/fatalerrtest.c 2024-08-20T21:47:52.0884512Z #59 4.875 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/gmdifftest.d.tmp -MT test/gmdifftest.o -c -o test/gmdifftest.o test/gmdifftest.c 2024-08-20T21:47:52.0887965Z #59 4.889 gcc -Iinclude -I. -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/gosttest.d.tmp -MT test/gosttest.o -c -o test/gosttest.o test/gosttest.c 2024-08-20T21:47:52.0891301Z #59 4.892 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/hmactest.d.tmp -MT test/hmactest.o -c -o test/hmactest.o test/hmactest.c 2024-08-20T21:47:52.0894689Z #59 4.893 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ideatest.d.tmp -MT test/ideatest.o -c -o test/ideatest.o test/ideatest.c 2024-08-20T21:47:52.0897783Z #59 4.897 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/igetest.d.tmp -MT test/igetest.o -c -o test/igetest.o test/igetest.c 2024-08-20T21:47:52.0901524Z #59 4.906 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/lhash_test.d.tmp -MT test/lhash_test.o -c -o test/lhash_test.o test/lhash_test.c 2024-08-20T21:47:52.0904773Z #59 4.910 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/md2test.d.tmp -MT test/md2test.o -c -o test/md2test.o test/md2test.c 2024-08-20T21:47:52.0908192Z #59 4.912 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/mdc2_internal_test.d.tmp -MT test/mdc2_internal_test.o -c -o test/mdc2_internal_test.o test/mdc2_internal_test.c 2024-08-20T21:47:52.0911521Z #59 4.915 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/mdc2test.d.tmp -MT test/mdc2test.o -c -o test/mdc2test.o test/mdc2test.c 2024-08-20T21:47:52.0915065Z #59 4.922 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/memleaktest.d.tmp -MT test/memleaktest.o -c -o test/memleaktest.o test/memleaktest.c 2024-08-20T21:47:52.0919098Z #59 4.925 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/modes_internal_test.d.tmp -MT test/modes_internal_test.o -c -o test/modes_internal_test.o test/modes_internal_test.c 2024-08-20T21:47:52.0923134Z #59 4.930 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ocspapitest.d.tmp -MT test/ocspapitest.o -c -o test/ocspapitest.o test/ocspapitest.c 2024-08-20T21:47:52.1837888Z #59 4.930 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/packettest.d.tmp -MT test/packettest.o -c -o test/packettest.o test/packettest.c 2024-08-20T21:47:52.1841570Z #59 4.936 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/pbelutest.d.tmp -MT test/pbelutest.o -c -o test/pbelutest.o test/pbelutest.c 2024-08-20T21:47:52.1844950Z #59 4.939 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/pemtest.d.tmp -MT test/pemtest.o -c -o test/pemtest.o test/pemtest.c 2024-08-20T21:47:52.1848671Z #59 4.940 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/pkey_meth_kdf_test.d.tmp -MT test/pkey_meth_kdf_test.o -c -o test/pkey_meth_kdf_test.o test/pkey_meth_kdf_test.c 2024-08-20T21:47:52.1852378Z #59 4.943 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/pkey_meth_test.d.tmp -MT test/pkey_meth_test.o -c -o test/pkey_meth_test.o test/pkey_meth_test.c 2024-08-20T21:47:52.1856271Z #59 4.944 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/poly1305_internal_test.d.tmp -MT test/poly1305_internal_test.o -c -o test/poly1305_internal_test.o test/poly1305_internal_test.c 2024-08-20T21:47:52.1860134Z #59 4.944 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/rc2test.d.tmp -MT test/rc2test.o -c -o test/rc2test.o test/rc2test.c 2024-08-20T21:47:52.1863313Z #59 4.946 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/rc4test.d.tmp -MT test/rc4test.o -c -o test/rc4test.o test/rc4test.c 2024-08-20T21:47:52.1866364Z #59 4.950 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/rc5test.d.tmp -MT test/rc5test.o -c -o test/rc5test.o test/rc5test.c 2024-08-20T21:47:52.1870042Z #59 4.952 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/rdrand_sanitytest.d.tmp -MT test/rdrand_sanitytest.o -c -o test/rdrand_sanitytest.o test/rdrand_sanitytest.c 2024-08-20T21:47:52.1873931Z #59 4.953 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/recordlentest.d.tmp -MT test/recordlentest.o -c -o test/recordlentest.o test/recordlentest.c 2024-08-20T21:47:52.1877664Z #59 4.953 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/rsa_complex.d.tmp -MT test/rsa_complex.o -c -o test/rsa_complex.o test/rsa_complex.c 2024-08-20T21:47:52.1881385Z #59 4.954 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/rsa_mp_test.d.tmp -MT test/rsa_mp_test.o -c -o test/rsa_mp_test.o test/rsa_mp_test.c 2024-08-20T21:47:52.1885197Z #59 4.954 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/rsa_test.d.tmp -MT test/rsa_test.o -c -o test/rsa_test.o test/rsa_test.c 2024-08-20T21:47:52.1888550Z #59 4.957 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/sanitytest.d.tmp -MT test/sanitytest.o -c -o test/sanitytest.o test/sanitytest.c 2024-08-20T21:47:52.1892085Z #59 4.961 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/secmemtest.d.tmp -MT test/secmemtest.o -c -o test/secmemtest.o test/secmemtest.c 2024-08-20T21:47:52.1895801Z #59 4.964 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/servername_test.d.tmp -MT test/servername_test.o -c -o test/servername_test.o test/servername_test.c 2024-08-20T21:47:52.1899814Z #59 4.968 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/shlibloadtest.d.tmp -MT test/shlibloadtest.o -c -o test/shlibloadtest.o test/shlibloadtest.c 2024-08-20T21:47:52.1904104Z #59 4.970 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/siphash_internal_test.d.tmp -MT test/siphash_internal_test.o -c -o test/siphash_internal_test.o test/siphash_internal_test.c 2024-08-20T21:47:52.1908376Z #59 4.971 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/sm2_internal_test.d.tmp -MT test/sm2_internal_test.o -c -o test/sm2_internal_test.o test/sm2_internal_test.c 2024-08-20T21:47:52.1912499Z #59 4.972 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/sm4_internal_test.d.tmp -MT test/sm4_internal_test.o -c -o test/sm4_internal_test.o test/sm4_internal_test.c 2024-08-20T21:47:52.1916212Z #59 4.982 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/srptest.d.tmp -MT test/srptest.o -c -o test/srptest.o test/srptest.c 2024-08-20T21:47:52.1920703Z #59 4.982 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ssl_cert_table_internal_test.d.tmp -MT test/ssl_cert_table_internal_test.o -c -o test/ssl_cert_table_internal_test.o test/ssl_cert_table_internal_test.c 2024-08-20T21:47:52.1925200Z #59 4.984 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ssl_ctx_test.d.tmp -MT test/ssl_ctx_test.o -c -o test/ssl_ctx_test.o test/ssl_ctx_test.c 2024-08-20T21:47:52.1929006Z #59 4.985 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/handshake_helper.d.tmp -MT test/handshake_helper.o -c -o test/handshake_helper.o test/handshake_helper.c 2024-08-20T21:47:52.1932607Z #59 4.990 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ssl_test.d.tmp -MT test/ssl_test.o -c -o test/ssl_test.o test/ssl_test.c 2024-08-20T21:47:52.1936804Z #59 4.991 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ssl_test_ctx.d.tmp -MT test/ssl_test_ctx.o -c -o test/ssl_test_ctx.o test/ssl_test_ctx.c 2024-08-20T21:47:52.1940498Z #59 4.991 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ssl_test_ctx_test.d.tmp -MT test/ssl_test_ctx_test.o -c -o test/ssl_test_ctx_test.o test/ssl_test_ctx_test.c 2024-08-20T21:47:52.1942935Z #59 4.992 In file included from test/packettest.c:11: 2024-08-20T21:47:52.1944202Z #59 4.992 test/packettest.c: In function 'test_PACKET_buf_init': 2024-08-20T21:47:52.1945998Z #59 4.992 test/packettest.c:309:20: warning: 'buf1' may be used uninitialized [-Wmaybe-uninitialized] 2024-08-20T21:47:52.1947533Z #59 4.992 309 | if (!TEST_true(PACKET_buf_init(&pkt, buf1, 4)) 2024-08-20T21:47:52.1949025Z #59 4.992 test/testutil.h:360:66: note: in definition of macro 'TEST_true' 2024-08-20T21:47:52.1950537Z #59 4.992 360 | # define TEST_true(a) test_true(__FILE__, __LINE__, #a, (a) != 0) 2024-08-20T21:47:52.1951889Z #59 4.992 | ^ 2024-08-20T21:47:52.1952914Z #59 4.992 In file included from test/packettest.c:10: 2024-08-20T21:47:52.1954897Z #59 4.992 test/../ssl/packet_local.h:68:31: note: by argument 2 of type 'const unsigned char *' to 'PACKET_buf_init' declared here 2024-08-20T21:47:52.1957140Z #59 4.992 68 | __owur static ossl_inline int PACKET_buf_init(PACKET *pkt, 2024-08-20T21:47:52.1958329Z #59 4.992 | ^~~~~~~~~~~~~~~ 2024-08-20T21:47:52.1959581Z #59 4.992 test/packettest.c:305:19: note: 'buf1' declared here 2024-08-20T21:47:52.1960804Z #59 4.992 305 | unsigned char buf1[BUF_LEN]; 2024-08-20T21:47:52.1961661Z #59 4.992 | ^~~~ 2024-08-20T21:47:52.1963940Z #59 4.997 gcc -Iinclude -I. -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/sslapitest.d.tmp -MT test/sslapitest.o -c -o test/sslapitest.o test/sslapitest.c 2024-08-20T21:47:52.1967565Z #59 4.999 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/sslbuffertest.d.tmp -MT test/sslbuffertest.o -c -o test/sslbuffertest.o test/sslbuffertest.c 2024-08-20T21:47:52.1971656Z #59 5.002 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/sslcorrupttest.d.tmp -MT test/sslcorrupttest.o -c -o test/sslcorrupttest.o test/sslcorrupttest.c 2024-08-20T21:47:52.1975535Z #59 5.003 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/ssltest_old.d.tmp -MT test/ssltest_old.o -c -o test/ssltest_old.o test/ssltest_old.c 2024-08-20T21:47:52.1979135Z #59 5.008 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/stack_test.d.tmp -MT test/stack_test.o -c -o test/stack_test.o test/stack_test.c 2024-08-20T21:47:52.1982942Z #59 5.010 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/sysdefaulttest.d.tmp -MT test/sysdefaulttest.o -c -o test/sysdefaulttest.o test/sysdefaulttest.c 2024-08-20T21:47:52.1986667Z #59 5.010 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/test_test.d.tmp -MT test/test_test.o -c -o test/test_test.o test/test_test.c 2024-08-20T21:47:52.1990412Z #59 5.012 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/threadstest.d.tmp -MT test/threadstest.o -c -o test/threadstest.o test/threadstest.c 2024-08-20T21:47:52.1994189Z #59 5.013 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/time_offset_test.d.tmp -MT test/time_offset_test.o -c -o test/time_offset_test.o test/time_offset_test.c 2024-08-20T21:47:52.1997996Z #59 5.014 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/tls13ccstest.d.tmp -MT test/tls13ccstest.o -c -o test/tls13ccstest.o test/tls13ccstest.c 2024-08-20T21:47:52.2002238Z #59 5.018 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/tls13encryptiontest.d.tmp -MT test/tls13encryptiontest.o -c -o test/tls13encryptiontest.o test/tls13encryptiontest.c 2024-08-20T21:47:52.2006755Z #59 5.019 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/tls13secretstest.d.tmp -MT test/tls13secretstest.o -c -o test/tls13secretstest.o test/tls13secretstest.c 2024-08-20T21:47:52.2010405Z #59 5.020 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/uitest.d.tmp -MT test/uitest.o -c -o test/uitest.o test/uitest.c 2024-08-20T21:47:52.2013571Z #59 5.021 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/v3ext.d.tmp -MT test/v3ext.o -c -o test/v3ext.o test/v3ext.c 2024-08-20T21:47:52.2016518Z #59 5.022 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/v3nametest.d.tmp -MT test/v3nametest.o -c -o test/v3nametest.o test/v3nametest.c 2024-08-20T21:47:52.2020148Z #59 5.025 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/verify_extra_test.d.tmp -MT test/verify_extra_test.o -c -o test/verify_extra_test.o test/verify_extra_test.c 2024-08-20T21:47:52.2023796Z #59 5.026 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/versions.d.tmp -MT test/versions.o -c -o test/versions.o test/versions.c 2024-08-20T21:47:52.2027282Z #59 5.028 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/wpackettest.d.tmp -MT test/wpackettest.o -c -o test/wpackettest.o test/wpackettest.c 2024-08-20T21:47:52.2031846Z #59 5.029 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/x509_check_cert_pkey_test.d.tmp -MT test/x509_check_cert_pkey_test.o -c -o test/x509_check_cert_pkey_test.o test/x509_check_cert_pkey_test.c 2024-08-20T21:47:52.2036608Z #59 5.031 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/x509_dup_cert_test.d.tmp -MT test/x509_dup_cert_test.o -c -o test/x509_dup_cert_test.o test/x509_dup_cert_test.c 2024-08-20T21:47:52.2839159Z #59 5.036 gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/x509_internal_test.d.tmp -MT test/x509_internal_test.o -c -o test/x509_internal_test.o test/x509_internal_test.c 2024-08-20T21:47:52.2843333Z #59 5.039 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/x509_time_test.d.tmp -MT test/x509_time_test.o -c -o test/x509_time_test.o test/x509_time_test.c 2024-08-20T21:47:52.2846671Z #59 5.041 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/x509aux.d.tmp -MT test/x509aux.o -c -o test/x509aux.o test/x509aux.c 2024-08-20T21:47:52.2848774Z #59 5.044 /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ 2024-08-20T21:47:52.2849926Z #59 5.044 "-oMakefile" apps/CA.pl.in > "apps/CA.pl" 2024-08-20T21:47:52.2851059Z #59 5.060 /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ 2024-08-20T21:47:52.2852270Z #59 5.060 "-oMakefile" apps/tsget.in > "apps/tsget.pl" 2024-08-20T21:47:52.2853435Z #59 5.065 /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ 2024-08-20T21:47:52.2854635Z #59 5.065 "-oMakefile" tools/c_rehash.in > "tools/c_rehash" 2024-08-20T21:47:52.2855780Z #59 5.071 /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ 2024-08-20T21:47:52.2857109Z #59 5.071 "-oMakefile" util/shlib_wrap.sh.in > "util/shlib_wrap.sh" 2024-08-20T21:47:52.2859074Z #59 5.076 ar r apps/libapps.a apps/app_rand.o apps/apps.o apps/bf_prefix.o apps/opt.o apps/s_cb.o apps/s_socket.o 2024-08-20T21:47:52.2860727Z #59 5.078 ar: creating apps/libapps.a 2024-08-20T21:47:52.2861598Z #59 5.083 ranlib apps/libapps.a || echo Never mind. 2024-08-20T21:47:52.2868135Z #59 5.084 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/aes/aesni-mb-x86_64.o crypto/aes/aesni-mb-x86_64.s 2024-08-20T21:47:52.2879842Z #59 5.085 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/aes/aesni-sha1-x86_64.o crypto/aes/aesni-sha1-x86_64.s 2024-08-20T21:47:52.2889865Z #59 5.090 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/aes/aesni-sha256-x86_64.o crypto/aes/aesni-sha256-x86_64.s 2024-08-20T21:47:52.2900265Z #59 5.093 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/aes/aesni-x86_64.o crypto/aes/aesni-x86_64.s 2024-08-20T21:47:52.2909139Z #59 5.093 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/aes/vpaes-x86_64.o crypto/aes/vpaes-x86_64.s 2024-08-20T21:47:52.2919315Z #59 5.093 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/bn/rsaz-avx2.o crypto/bn/rsaz-avx2.s 2024-08-20T21:47:52.2929882Z #59 5.098 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/bn/rsaz-x86_64.o crypto/bn/rsaz-x86_64.s 2024-08-20T21:47:52.2940523Z #59 5.101 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/bn/x86_64-gf2m.o crypto/bn/x86_64-gf2m.s 2024-08-20T21:47:52.2950369Z #59 5.103 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/bn/x86_64-mont.o crypto/bn/x86_64-mont.s 2024-08-20T21:47:52.2961389Z #59 5.104 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/bn/x86_64-mont5.o crypto/bn/x86_64-mont5.s 2024-08-20T21:47:52.2971745Z #59 5.106 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/camellia/cmll-x86_64.o crypto/camellia/cmll-x86_64.s 2024-08-20T21:47:52.2982304Z #59 5.106 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/chacha/chacha-x86_64.o crypto/chacha/chacha-x86_64.s 2024-08-20T21:47:52.2993070Z #59 5.107 gcc -I. -Iinclude -Icrypto -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -MMD -MF crypto/cversion.d.tmp -MT crypto/cversion.o -c -o crypto/cversion.o crypto/cversion.c 2024-08-20T21:47:52.3004400Z #59 5.108 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/ec/ecp_nistz256-x86_64.o crypto/ec/ecp_nistz256-x86_64.s 2024-08-20T21:47:52.3015388Z #59 5.109 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/ec/x25519-x86_64.o crypto/ec/x25519-x86_64.s 2024-08-20T21:47:52.3025954Z #59 5.109 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/md5/md5-x86_64.o crypto/md5/md5-x86_64.s 2024-08-20T21:47:52.3037013Z #59 5.112 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/modes/aesni-gcm-x86_64.o crypto/modes/aesni-gcm-x86_64.s 2024-08-20T21:47:52.3047593Z #59 5.113 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/modes/ghash-x86_64.o crypto/modes/ghash-x86_64.s 2024-08-20T21:47:52.3058634Z #59 5.116 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/poly1305/poly1305-x86_64.o crypto/poly1305/poly1305-x86_64.s 2024-08-20T21:47:52.3069150Z #59 5.117 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/rc4/rc4-md5-x86_64.o crypto/rc4/rc4-md5-x86_64.s 2024-08-20T21:47:52.3079608Z #59 5.117 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/rc4/rc4-x86_64.o crypto/rc4/rc4-x86_64.s 2024-08-20T21:47:52.3090003Z #59 5.118 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/sha/keccak1600-x86_64.o crypto/sha/keccak1600-x86_64.s 2024-08-20T21:47:52.3100182Z #59 5.121 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/sha/sha1-mb-x86_64.o crypto/sha/sha1-mb-x86_64.s 2024-08-20T21:47:52.3110455Z #59 5.122 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/sha/sha1-x86_64.o crypto/sha/sha1-x86_64.s 2024-08-20T21:47:52.3120934Z #59 5.123 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/sha/sha256-mb-x86_64.o crypto/sha/sha256-mb-x86_64.s 2024-08-20T21:47:52.3131623Z #59 5.124 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/sha/sha256-x86_64.o crypto/sha/sha256-x86_64.s 2024-08-20T21:47:52.3142071Z #59 5.124 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/sha/sha512-x86_64.o crypto/sha/sha512-x86_64.s 2024-08-20T21:47:52.3152570Z #59 5.125 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/whrlpool/wp-x86_64.o crypto/whrlpool/wp-x86_64.s 2024-08-20T21:47:52.3162956Z #59 5.125 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/openssl/ssl\"" -DENGINESDIR="\"/opt/openssl/lib/engines-1.1\"" -c -o crypto/x86_64cpuid.o crypto/x86_64cpuid.s 2024-08-20T21:47:52.3176160Z #59 5.126 ar r libssl.a ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o 2024-08-20T21:47:52.3187617Z #59 5.127 ar r test/libtestutil.a test/testutil/basic_output.o test/testutil/cb.o test/testutil/driver.o test/testutil/format_output.o test/testutil/main.o test/testutil/output_helpers.o test/testutil/random.o test/testutil/stanza.o test/testutil/tap_bio.o test/testutil/test_cleanup.o test/testutil/tests.o test/testutil/testutil_init.o 2024-08-20T21:47:52.3192806Z #59 5.127 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -DPADLOCK_ASM -c -o engines/e_padlock-x86_64.o engines/e_padlock-x86_64.s 2024-08-20T21:47:52.3194492Z #59 5.128 ar: creating libssl.a 2024-08-20T21:47:52.3195196Z #59 5.128 ar: creating test/libtestutil.a 2024-08-20T21:47:52.3197444Z #59 5.130 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/asn1pars.d.tmp -MT apps/asn1pars.o -c -o apps/asn1pars.o apps/asn1pars.c 2024-08-20T21:47:52.3200722Z #59 5.131 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/ca.d.tmp -MT apps/ca.o -c -o apps/ca.o apps/ca.c 2024-08-20T21:47:52.4131008Z #59 5.133 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/ciphers.d.tmp -MT apps/ciphers.o -c -o apps/ciphers.o apps/ciphers.c 2024-08-20T21:47:52.4134558Z #59 5.134 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/cms.d.tmp -MT apps/cms.o -c -o apps/cms.o apps/cms.c 2024-08-20T21:47:52.4137962Z #59 5.134 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/crl.d.tmp -MT apps/crl.o -c -o apps/crl.o apps/crl.c 2024-08-20T21:47:52.4140643Z #59 5.135 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/crl2p7.d.tmp -MT apps/crl2p7.o -c -o apps/crl2p7.o apps/crl2p7.c 2024-08-20T21:47:52.4143331Z #59 5.139 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/dgst.d.tmp -MT apps/dgst.o -c -o apps/dgst.o apps/dgst.c 2024-08-20T21:47:52.4146099Z #59 5.140 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/dhparam.d.tmp -MT apps/dhparam.o -c -o apps/dhparam.o apps/dhparam.c 2024-08-20T21:47:52.4148963Z #59 5.141 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/dsa.d.tmp -MT apps/dsa.o -c -o apps/dsa.o apps/dsa.c 2024-08-20T21:47:52.4150622Z #59 5.141 ranlib test/libtestutil.a || echo Never mind. 2024-08-20T21:47:52.4152547Z #59 5.142 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/dsaparam.d.tmp -MT apps/dsaparam.o -c -o apps/dsaparam.o apps/dsaparam.c 2024-08-20T21:47:52.4155694Z #59 5.142 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/ec.d.tmp -MT apps/ec.o -c -o apps/ec.o apps/ec.c 2024-08-20T21:47:52.4158864Z #59 5.143 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/ecparam.d.tmp -MT apps/ecparam.o -c -o apps/ecparam.o apps/ecparam.c 2024-08-20T21:47:52.4162341Z #59 5.143 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/enc.d.tmp -MT apps/enc.o -c -o apps/enc.o apps/enc.c 2024-08-20T21:47:52.4165330Z #59 5.143 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/engine.d.tmp -MT apps/engine.o -c -o apps/engine.o apps/engine.c 2024-08-20T21:47:52.4168811Z #59 5.144 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/errstr.d.tmp -MT apps/errstr.o -c -o apps/errstr.o apps/errstr.c 2024-08-20T21:47:52.4172054Z #59 5.144 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/gendsa.d.tmp -MT apps/gendsa.o -c -o apps/gendsa.o apps/gendsa.c 2024-08-20T21:47:52.4175317Z #59 5.145 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/genpkey.d.tmp -MT apps/genpkey.o -c -o apps/genpkey.o apps/genpkey.c 2024-08-20T21:47:52.4179030Z #59 5.146 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/genrsa.d.tmp -MT apps/genrsa.o -c -o apps/genrsa.o apps/genrsa.c 2024-08-20T21:47:52.4180567Z #59 5.148 chmod a+x apps/CA.pl 2024-08-20T21:47:52.4182255Z #59 5.148 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/nseq.d.tmp -MT apps/nseq.o -c -o apps/nseq.o apps/nseq.c 2024-08-20T21:47:52.4185072Z #59 5.149 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/ocsp.d.tmp -MT apps/ocsp.o -c -o apps/ocsp.o apps/ocsp.c 2024-08-20T21:47:52.4186708Z #59 5.185 chmod a+x apps/tsget.pl 2024-08-20T21:47:52.4187359Z #59 5.185 chmod a+x tools/c_rehash 2024-08-20T21:47:52.4187939Z #59 5.185 chmod a+x util/shlib_wrap.sh 2024-08-20T21:47:52.4188619Z #59 5.185 ranlib libssl.a || echo Never mind. 2024-08-20T21:47:52.4190665Z #59 5.189 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/openssl.d.tmp -MT apps/openssl.o -c -o apps/openssl.o apps/openssl.c 2024-08-20T21:47:52.4193928Z #59 5.190 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/passwd.d.tmp -MT apps/passwd.o -c -o apps/passwd.o apps/passwd.c 2024-08-20T21:47:52.4197442Z #59 5.190 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/pkcs12.d.tmp -MT apps/pkcs12.o -c -o apps/pkcs12.o apps/pkcs12.c 2024-08-20T21:47:52.4201309Z #59 5.190 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/pkcs7.d.tmp -MT apps/pkcs7.o -c -o apps/pkcs7.o apps/pkcs7.c 2024-08-20T21:47:52.4204705Z #59 5.191 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/pkcs8.d.tmp -MT apps/pkcs8.o -c -o apps/pkcs8.o apps/pkcs8.c 2024-08-20T21:47:52.4207961Z #59 5.191 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/pkey.d.tmp -MT apps/pkey.o -c -o apps/pkey.o apps/pkey.c 2024-08-20T21:47:52.4211741Z #59 5.191 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/pkeyparam.d.tmp -MT apps/pkeyparam.o -c -o apps/pkeyparam.o apps/pkeyparam.c 2024-08-20T21:47:52.4215182Z #59 5.192 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/pkeyutl.d.tmp -MT apps/pkeyutl.o -c -o apps/pkeyutl.o apps/pkeyutl.c 2024-08-20T21:47:52.4218796Z #59 5.192 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/prime.d.tmp -MT apps/prime.o -c -o apps/prime.o apps/prime.c 2024-08-20T21:47:52.4222239Z #59 5.192 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/rand.d.tmp -MT apps/rand.o -c -o apps/rand.o apps/rand.c 2024-08-20T21:47:52.4225704Z #59 5.193 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/rehash.d.tmp -MT apps/rehash.o -c -o apps/rehash.o apps/rehash.c 2024-08-20T21:47:52.4229069Z #59 5.193 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/req.d.tmp -MT apps/req.o -c -o apps/req.o apps/req.c 2024-08-20T21:47:52.4232108Z #59 5.193 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/rsa.d.tmp -MT apps/rsa.o -c -o apps/rsa.o apps/rsa.c 2024-08-20T21:47:52.4235756Z #59 5.194 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/rsautl.d.tmp -MT apps/rsautl.o -c -o apps/rsautl.o apps/rsautl.c 2024-08-20T21:47:52.4239312Z #59 5.194 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/s_client.d.tmp -MT apps/s_client.o -c -o apps/s_client.o apps/s_client.c 2024-08-20T21:47:52.4242984Z #59 5.194 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/s_server.d.tmp -MT apps/s_server.o -c -o apps/s_server.o apps/s_server.c 2024-08-20T21:47:52.4246691Z #59 5.195 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/s_time.d.tmp -MT apps/s_time.o -c -o apps/s_time.o apps/s_time.c 2024-08-20T21:47:52.4250546Z #59 5.199 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/sess_id.d.tmp -MT apps/sess_id.o -c -o apps/sess_id.o apps/sess_id.c 2024-08-20T21:47:52.4254086Z #59 5.203 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/smime.d.tmp -MT apps/smime.o -c -o apps/smime.o apps/smime.c 2024-08-20T21:47:52.4257635Z #59 5.214 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/speed.d.tmp -MT apps/speed.o -c -o apps/speed.o apps/speed.c 2024-08-20T21:47:52.4260996Z #59 5.260 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/spkac.d.tmp -MT apps/spkac.o -c -o apps/spkac.o apps/spkac.c 2024-08-20T21:47:52.5154271Z #59 5.284 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/srp.d.tmp -MT apps/srp.o -c -o apps/srp.o apps/srp.c 2024-08-20T21:47:52.5157913Z #59 5.289 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/storeutl.d.tmp -MT apps/storeutl.o -c -o apps/storeutl.o apps/storeutl.c 2024-08-20T21:47:52.5161409Z #59 5.295 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/ts.d.tmp -MT apps/ts.o -c -o apps/ts.o apps/ts.c 2024-08-20T21:47:52.5164833Z #59 5.297 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/verify.d.tmp -MT apps/verify.o -c -o apps/verify.o apps/verify.c 2024-08-20T21:47:52.5168481Z #59 5.304 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/version.d.tmp -MT apps/version.o -c -o apps/version.o apps/version.c 2024-08-20T21:47:52.5171401Z #59 5.308 gcc -I. -Iinclude -Iapps -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF apps/x509.d.tmp -MT apps/x509.o -c -o apps/x509.o apps/x509.c 2024-08-20T21:47:52.5174972Z #59 5.308 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_aes.d.tmp -MT test/buildtest_aes.o -c -o test/buildtest_aes.o test/buildtest_aes.c 2024-08-20T21:47:52.5178630Z #59 5.309 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_asn1.d.tmp -MT test/buildtest_asn1.o -c -o test/buildtest_asn1.o test/buildtest_asn1.c 2024-08-20T21:47:52.5182392Z #59 5.309 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_asn1t.d.tmp -MT test/buildtest_asn1t.o -c -o test/buildtest_asn1t.o test/buildtest_asn1t.c 2024-08-20T21:47:52.5186258Z #59 5.310 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_async.d.tmp -MT test/buildtest_async.o -c -o test/buildtest_async.o test/buildtest_async.c 2024-08-20T21:47:52.5190041Z #59 5.311 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_bio.d.tmp -MT test/buildtest_bio.o -c -o test/buildtest_bio.o test/buildtest_bio.c 2024-08-20T21:47:52.5194178Z #59 5.314 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_blowfish.d.tmp -MT test/buildtest_blowfish.o -c -o test/buildtest_blowfish.o test/buildtest_blowfish.c 2024-08-20T21:47:52.5198247Z #59 5.314 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_bn.d.tmp -MT test/buildtest_bn.o -c -o test/buildtest_bn.o test/buildtest_bn.c 2024-08-20T21:47:52.5202329Z #59 5.317 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_buffer.d.tmp -MT test/buildtest_buffer.o -c -o test/buildtest_buffer.o test/buildtest_buffer.c 2024-08-20T21:47:52.5206579Z #59 5.321 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_camellia.d.tmp -MT test/buildtest_camellia.o -c -o test/buildtest_camellia.o test/buildtest_camellia.c 2024-08-20T21:47:52.5210597Z #59 5.321 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_cast.d.tmp -MT test/buildtest_cast.o -c -o test/buildtest_cast.o test/buildtest_cast.c 2024-08-20T21:47:52.5214636Z #59 5.338 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_cmac.d.tmp -MT test/buildtest_cmac.o -c -o test/buildtest_cmac.o test/buildtest_cmac.c 2024-08-20T21:47:52.5218388Z #59 5.340 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_cms.d.tmp -MT test/buildtest_cms.o -c -o test/buildtest_cms.o test/buildtest_cms.c 2024-08-20T21:47:52.5222110Z #59 5.341 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_comp.d.tmp -MT test/buildtest_comp.o -c -o test/buildtest_comp.o test/buildtest_comp.c 2024-08-20T21:47:52.5225901Z #59 5.341 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_conf.d.tmp -MT test/buildtest_conf.o -c -o test/buildtest_conf.o test/buildtest_conf.c 2024-08-20T21:47:52.5229849Z #59 5.348 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_conf_api.d.tmp -MT test/buildtest_conf_api.o -c -o test/buildtest_conf_api.o test/buildtest_conf_api.c 2024-08-20T21:47:52.5234204Z #59 5.349 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_crypto.d.tmp -MT test/buildtest_crypto.o -c -o test/buildtest_crypto.o test/buildtest_crypto.c 2024-08-20T21:47:52.5237758Z #59 5.350 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_ct.d.tmp -MT test/buildtest_ct.o -c -o test/buildtest_ct.o test/buildtest_ct.c 2024-08-20T21:47:52.5241896Z #59 5.351 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_des.d.tmp -MT test/buildtest_des.o -c -o test/buildtest_des.o test/buildtest_des.c 2024-08-20T21:47:52.5245665Z #59 5.352 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_dh.d.tmp -MT test/buildtest_dh.o -c -o test/buildtest_dh.o test/buildtest_dh.c 2024-08-20T21:47:52.5249554Z #59 5.352 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_dsa.d.tmp -MT test/buildtest_dsa.o -c -o test/buildtest_dsa.o test/buildtest_dsa.c 2024-08-20T21:47:52.5253491Z #59 5.353 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_dtls1.d.tmp -MT test/buildtest_dtls1.o -c -o test/buildtest_dtls1.o test/buildtest_dtls1.c 2024-08-20T21:47:52.5257516Z #59 5.358 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_e_os2.d.tmp -MT test/buildtest_e_os2.o -c -o test/buildtest_e_os2.o test/buildtest_e_os2.c 2024-08-20T21:47:52.5261429Z #59 5.359 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_ebcdic.d.tmp -MT test/buildtest_ebcdic.o -c -o test/buildtest_ebcdic.o test/buildtest_ebcdic.c 2024-08-20T21:47:52.5265257Z #59 5.363 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_ec.d.tmp -MT test/buildtest_ec.o -c -o test/buildtest_ec.o test/buildtest_ec.c 2024-08-20T21:47:52.7576674Z #59 5.363 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_ecdh.d.tmp -MT test/buildtest_ecdh.o -c -o test/buildtest_ecdh.o test/buildtest_ecdh.c 2024-08-20T21:47:52.7579142Z #59 5.365 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_ecdsa.d.tmp -MT test/buildtest_ecdsa.o -c -o test/buildtest_ecdsa.o test/buildtest_ecdsa.c 2024-08-20T21:47:52.7581223Z #59 5.366 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_engine.d.tmp -MT test/buildtest_engine.o -c -o test/buildtest_engine.o test/buildtest_engine.c 2024-08-20T21:47:52.7583279Z #59 5.368 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_evp.d.tmp -MT test/buildtest_evp.o -c -o test/buildtest_evp.o test/buildtest_evp.c 2024-08-20T21:47:52.7585333Z #59 5.369 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_hmac.d.tmp -MT test/buildtest_hmac.o -c -o test/buildtest_hmac.o test/buildtest_hmac.c 2024-08-20T21:47:52.7587315Z #59 5.370 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_idea.d.tmp -MT test/buildtest_idea.o -c -o test/buildtest_idea.o test/buildtest_idea.c 2024-08-20T21:47:52.7589541Z #59 5.374 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_kdf.d.tmp -MT test/buildtest_kdf.o -c -o test/buildtest_kdf.o test/buildtest_kdf.c 2024-08-20T21:47:52.7591514Z #59 5.382 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_lhash.d.tmp -MT test/buildtest_lhash.o -c -o test/buildtest_lhash.o test/buildtest_lhash.c 2024-08-20T21:47:52.7593491Z #59 5.383 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_md4.d.tmp -MT test/buildtest_md4.o -c -o test/buildtest_md4.o test/buildtest_md4.c 2024-08-20T21:47:52.7595414Z #59 5.384 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_md5.d.tmp -MT test/buildtest_md5.o -c -o test/buildtest_md5.o test/buildtest_md5.c 2024-08-20T21:47:52.7597363Z #59 5.385 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_mdc2.d.tmp -MT test/buildtest_mdc2.o -c -o test/buildtest_mdc2.o test/buildtest_mdc2.c 2024-08-20T21:47:52.7599364Z #59 5.390 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_modes.d.tmp -MT test/buildtest_modes.o -c -o test/buildtest_modes.o test/buildtest_modes.c 2024-08-20T21:47:52.7601659Z #59 5.391 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_obj_mac.d.tmp -MT test/buildtest_obj_mac.o -c -o test/buildtest_obj_mac.o test/buildtest_obj_mac.c 2024-08-20T21:47:52.7603782Z #59 5.397 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_objects.d.tmp -MT test/buildtest_objects.o -c -o test/buildtest_objects.o test/buildtest_objects.c 2024-08-20T21:47:52.7605826Z #59 5.398 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_ocsp.d.tmp -MT test/buildtest_ocsp.o -c -o test/buildtest_ocsp.o test/buildtest_ocsp.c 2024-08-20T21:47:52.7607912Z #59 5.398 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_opensslv.d.tmp -MT test/buildtest_opensslv.o -c -o test/buildtest_opensslv.o test/buildtest_opensslv.c 2024-08-20T21:47:52.7610060Z #59 5.399 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_ossl_typ.d.tmp -MT test/buildtest_ossl_typ.o -c -o test/buildtest_ossl_typ.o test/buildtest_ossl_typ.c 2024-08-20T21:47:52.7612089Z #59 5.401 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_pem.d.tmp -MT test/buildtest_pem.o -c -o test/buildtest_pem.o test/buildtest_pem.c 2024-08-20T21:47:52.7614047Z #59 5.403 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_pem2.d.tmp -MT test/buildtest_pem2.o -c -o test/buildtest_pem2.o test/buildtest_pem2.c 2024-08-20T21:47:52.7616083Z #59 5.406 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_pkcs12.d.tmp -MT test/buildtest_pkcs12.o -c -o test/buildtest_pkcs12.o test/buildtest_pkcs12.c 2024-08-20T21:47:52.7618103Z #59 5.407 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_pkcs7.d.tmp -MT test/buildtest_pkcs7.o -c -o test/buildtest_pkcs7.o test/buildtest_pkcs7.c 2024-08-20T21:47:52.7620094Z #59 5.408 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_rand.d.tmp -MT test/buildtest_rand.o -c -o test/buildtest_rand.o test/buildtest_rand.c 2024-08-20T21:47:52.7622185Z #59 5.410 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_rand_drbg.d.tmp -MT test/buildtest_rand_drbg.o -c -o test/buildtest_rand_drbg.o test/buildtest_rand_drbg.c 2024-08-20T21:47:52.7624244Z #59 5.411 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_rc2.d.tmp -MT test/buildtest_rc2.o -c -o test/buildtest_rc2.o test/buildtest_rc2.c 2024-08-20T21:47:52.7626166Z #59 5.416 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_rc4.d.tmp -MT test/buildtest_rc4.o -c -o test/buildtest_rc4.o test/buildtest_rc4.c 2024-08-20T21:47:52.7628218Z #59 5.416 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_ripemd.d.tmp -MT test/buildtest_ripemd.o -c -o test/buildtest_ripemd.o test/buildtest_ripemd.c 2024-08-20T21:47:52.7630200Z #59 5.417 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_rsa.d.tmp -MT test/buildtest_rsa.o -c -o test/buildtest_rsa.o test/buildtest_rsa.c 2024-08-20T21:47:52.7632283Z #59 5.417 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_safestack.d.tmp -MT test/buildtest_safestack.o -c -o test/buildtest_safestack.o test/buildtest_safestack.c 2024-08-20T21:47:52.7635085Z #59 5.417 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_seed.d.tmp -MT test/buildtest_seed.o -c -o test/buildtest_seed.o test/buildtest_seed.c 2024-08-20T21:47:52.7637055Z #59 5.418 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_sha.d.tmp -MT test/buildtest_sha.o -c -o test/buildtest_sha.o test/buildtest_sha.c 2024-08-20T21:47:52.7638988Z #59 5.424 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_srp.d.tmp -MT test/buildtest_srp.o -c -o test/buildtest_srp.o test/buildtest_srp.c 2024-08-20T21:47:52.7641120Z #59 5.425 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_srtp.d.tmp -MT test/buildtest_srtp.o -c -o test/buildtest_srtp.o test/buildtest_srtp.c 2024-08-20T21:47:52.7643086Z #59 5.426 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_ssl.d.tmp -MT test/buildtest_ssl.o -c -o test/buildtest_ssl.o test/buildtest_ssl.c 2024-08-20T21:47:52.7645041Z #59 5.427 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_ssl2.d.tmp -MT test/buildtest_ssl2.o -c -o test/buildtest_ssl2.o test/buildtest_ssl2.c 2024-08-20T21:47:52.7647024Z #59 5.428 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_stack.d.tmp -MT test/buildtest_stack.o -c -o test/buildtest_stack.o test/buildtest_stack.c 2024-08-20T21:47:52.7649041Z #59 5.428 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_store.d.tmp -MT test/buildtest_store.o -c -o test/buildtest_store.o test/buildtest_store.c 2024-08-20T21:47:52.7651142Z #59 5.430 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_symhacks.d.tmp -MT test/buildtest_symhacks.o -c -o test/buildtest_symhacks.o test/buildtest_symhacks.c 2024-08-20T21:47:52.7653199Z #59 5.432 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_tls1.d.tmp -MT test/buildtest_tls1.o -c -o test/buildtest_tls1.o test/buildtest_tls1.c 2024-08-20T21:47:52.7655105Z #59 5.433 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_ts.d.tmp -MT test/buildtest_ts.o -c -o test/buildtest_ts.o test/buildtest_ts.c 2024-08-20T21:47:52.7657077Z #59 5.434 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_txt_db.d.tmp -MT test/buildtest_txt_db.o -c -o test/buildtest_txt_db.o test/buildtest_txt_db.c 2024-08-20T21:47:52.7659039Z #59 5.436 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_ui.d.tmp -MT test/buildtest_ui.o -c -o test/buildtest_ui.o test/buildtest_ui.c 2024-08-20T21:47:52.7661081Z #59 5.441 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_whrlpool.d.tmp -MT test/buildtest_whrlpool.o -c -o test/buildtest_whrlpool.o test/buildtest_whrlpool.c 2024-08-20T21:47:52.7663138Z #59 5.441 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_x509.d.tmp -MT test/buildtest_x509.o -c -o test/buildtest_x509.o test/buildtest_x509.c 2024-08-20T21:47:52.7665177Z #59 5.444 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_x509_vfy.d.tmp -MT test/buildtest_x509_vfy.o -c -o test/buildtest_x509_vfy.o test/buildtest_x509_vfy.c 2024-08-20T21:47:52.7667347Z #59 5.448 gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -MMD -MF test/buildtest_x509v3.d.tmp -MT test/buildtest_x509v3.o -c -o test/buildtest_x509v3.o test/buildtest_x509v3.c 2024-08-20T21:47:52.7668535Z #59 5.449 rm -f test/rsa_complex 2024-08-20T21:47:52.7668957Z #59 5.449 rm -f test/shlibloadtest 2024-08-20T21:47:52.7669848Z #59 5.450 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:52.7670779Z #59 5.450 -o test/rsa_complex test/rsa_complex.o \ 2024-08-20T21:47:52.7671278Z #59 5.450 -ldl -pthread 2024-08-20T21:47:52.7672116Z #59 5.450 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:52.7673064Z #59 5.450 -o test/shlibloadtest test/shlibloadtest.o \ 2024-08-20T21:47:52.7673589Z #59 5.450 -ldl -pthread 2024-08-20T21:47:52.7765276Z #59 5.451 ar r libcrypto.a crypto/aes/aes_cbc.o crypto/aes/aes_cfb.o crypto/aes/aes_core.o crypto/aes/aes_ecb.o crypto/aes/aes_ige.o crypto/aes/aes_misc.o crypto/aes/aes_ofb.o crypto/aes/aes_wrap.o crypto/aes/aesni-mb-x86_64.o crypto/aes/aesni-sha1-x86_64.o crypto/aes/aesni-sha256-x86_64.o crypto/aes/aesni-x86_64.o crypto/aes/vpaes-x86_64.o crypto/aria/aria.o crypto/asn1/a_bitstr.o crypto/asn1/a_d2i_fp.o crypto/asn1/a_digest.o crypto/asn1/a_dup.o crypto/asn1/a_gentm.o crypto/asn1/a_i2d_fp.o crypto/asn1/a_int.o crypto/asn1/a_mbstr.o crypto/asn1/a_object.o crypto/asn1/a_octet.o crypto/asn1/a_print.o crypto/asn1/a_sign.o crypto/asn1/a_strex.o crypto/asn1/a_strnid.o crypto/asn1/a_time.o crypto/asn1/a_type.o crypto/asn1/a_utctm.o crypto/asn1/a_utf8.o crypto/asn1/a_verify.o crypto/asn1/ameth_lib.o crypto/asn1/asn1_err.o crypto/asn1/asn1_gen.o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_lib.o crypto/asn1/asn1_par.o crypto/asn1/asn_mime.o crypto/asn1/asn_moid.o crypto/asn1/asn_mstbl.o crypto/asn1/asn_pack.o crypto/asn1/bio_asn1.o crypto/asn1/bio_ndef.o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pu.o crypto/asn1/evp_asn1.o crypto/asn1/f_int.o crypto/asn1/f_string.o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pu.o crypto/asn1/n_pkey.o crypto/asn1/nsseq.o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbev2.o crypto/asn1/p5_scrypt.o crypto/asn1/p8_pkey.o crypto/asn1/t_bitst.o crypto/asn1/t_pkey.o crypto/asn1/t_spki.o crypto/asn1/tasn_dec.o crypto/asn1/tasn_enc.o crypto/asn1/tasn_fre.o crypto/asn1/tasn_new.o crypto/asn1/tasn_prn.o crypto/asn1/tasn_scn.o crypto/asn1/tasn_typ.o crypto/asn1/tasn_utl.o crypto/asn1/x_algor.o crypto/asn1/x_bignum.o crypto/asn1/x_info.o crypto/asn1/x_int64.o crypto/asn1/x_long.o crypto/asn1/x_pkey.o crypto/asn1/x_sig.o crypto/asn1/x_spki.o crypto/asn1/x_val.o crypto/async/arch/async_null.o crypto/async/arch/async_posix.o crypto/async/arch/async_win.o crypto/async/async.o crypto/async/async_err.o crypto/async/async_wait.o crypto/bf/bf_cfb64.o crypto/bf/bf_ecb.o crypto/bf/bf_enc.o crypto/bf/bf_ofb64.o crypto/bf/bf_skey.o crypto/bio/b_addr.o crypto/bio/b_dump.o crypto/bio/b_print.o crypto/bio/b_sock.o crypto/bio/b_sock2.o crypto/bio/bf_buff.o crypto/bio/bf_lbuf.o crypto/bio/bf_nbio.o crypto/bio/bf_null.o crypto/bio/bio_cb.o crypto/bio/bio_err.o crypto/bio/bio_lib.o crypto/bio/bio_meth.o crypto/bio/bss_acpt.o crypto/bio/bss_bio.o crypto/bio/bss_conn.o crypto/bio/bss_dgram.o crypto/bio/bss_fd.o crypto/bio/bss_file.o crypto/bio/bss_log.o crypto/bio/bss_mem.o crypto/bio/bss_null.o crypto/bio/bss_sock.o crypto/blake2/blake2b.o crypto/blake2/blake2s.o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2s.o crypto/bn/asm/x86_64-gcc.o crypto/bn/bn_add.o crypto/bn/bn_blind.o crypto/bn/bn_const.o crypto/bn/bn_ctx.o crypto/bn/bn_depr.o crypto/bn/bn_dh.o crypto/bn/bn_div.o crypto/bn/bn_err.o crypto/bn/bn_exp.o crypto/bn/bn_exp2.o crypto/bn/bn_gcd.o crypto/bn/bn_gf2m.o crypto/bn/bn_intern.o crypto/bn/bn_kron.o crypto/bn/bn_lib.o crypto/bn/bn_mod.o crypto/bn/bn_mont.o crypto/bn/bn_mpi.o crypto/bn/bn_mul.o crypto/bn/bn_nist.o crypto/bn/bn_prime.o crypto/bn/bn_print.o crypto/bn/bn_rand.o crypto/bn/bn_recp.o crypto/bn/bn_shift.o crypto/bn/bn_sqr.o crypto/bn/bn_sqrt.o crypto/bn/bn_srp.o crypto/bn/bn_word.o crypto/bn/bn_x931p.o crypto/bn/rsaz-avx2.o crypto/bn/rsaz-x86_64.o crypto/bn/rsaz_exp.o crypto/bn/x86_64-gf2m.o crypto/bn/x86_64-mont.o crypto/bn/x86_64-mont5.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/camellia/cmll-x86_64.o crypto/camellia/cmll_cfb.o crypto/camellia/cmll_ctr.o crypto/camellia/cmll_ecb.o crypto/camellia/cmll_misc.o crypto/camellia/cmll_ofb.o crypto/cast/c_cfb64.o crypto/cast/c_ecb.o crypto/cast/c_enc.o crypto/cast/c_ofb64.o crypto/cast/c_skey.o crypto/chacha/chacha-x86_64.o crypto/cmac/cm_ameth.o crypto/cmac/cm_pmeth.o crypto/cmac/cmac.o crypto/cms/cms_asn1.o crypto/cms/cms_att.o crypto/cms/cms_cd.o crypto/cms/cms_dd.o crypto/cms/cms_enc.o crypto/cms/cms_env.o crypto/cms/cms_err.o crypto/cms/cms_ess.o crypto/cms/cms_io.o crypto/cms/cms_kari.o crypto/cms/cms_lib.o crypto/cms/cms_pwri.o crypto/cms/cms_sd.o crypto/cms/cms_smime.o crypto/comp/c_zlib.o crypto/comp/comp_err.o crypto/comp/comp_lib.o crypto/conf/conf_api.o crypto/conf/conf_def.o crypto/conf/conf_err.o crypto/conf/conf_lib.o crypto/conf/conf_mall.o crypto/conf/conf_mod.o crypto/conf/conf_sap.o crypto/conf/conf_ssl.o crypto/cpt_err.o crypto/cryptlib.o crypto/ct/ct_b64.o crypto/ct/ct_err.o crypto/ct/ct_log.o crypto/ct/ct_oct.o crypto/ct/ct_policy.o crypto/ct/ct_prn.o crypto/ct/ct_sct.o crypto/ct/ct_sct_ctx.o crypto/ct/ct_vfy.o crypto/ct/ct_x509v3.o crypto/ctype.o crypto/cversion.o crypto/des/cbc_cksm.o crypto/des/cbc_enc.o crypto/des/cfb64ede.o crypto/des/cfb64enc.o crypto/des/cfb_enc.o crypto/des/des_enc.o crypto/des/ecb3_enc.o crypto/des/ecb_enc.o crypto/des/fcrypt.o crypto/des/fcrypt_b.o crypto/des/ofb64ede.o crypto/des/ofb64enc.o crypto/des/ofb_enc.o crypto/des/pcbc_enc.o crypto/des/qud_cksm.o crypto/des/rand_key.o crypto/des/set_key.o crypto/des/str2key.o crypto/des/xcbc_enc.o crypto/dh/dh_ameth.o crypto/dh/dh_asn1.o crypto/dh/dh_check.o crypto/dh/dh_depr.o crypto/dh/dh_err.o crypto/dh/dh_gen.o crypto/dh/dh_kdf.o crypto/dh/dh_key.o crypto/dh/dh_lib.o crypto/dh/dh_meth.o crypto/dh/dh_pmeth.o crypto/dh/dh_prn.o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc7919.o crypto/dsa/dsa_ameth.o crypto/dsa/dsa_asn1.o crypto/dsa/dsa_depr.o crypto/dsa/dsa_err.o crypto/dsa/dsa_gen.o crypto/dsa/dsa_key.o crypto/dsa/dsa_lib.o crypto/dsa/dsa_meth.o crypto/dsa/dsa_ossl.o crypto/dsa/dsa_pmeth.o crypto/dsa/dsa_prn.o crypto/dsa/dsa_sign.o crypto/dsa/dsa_vrf.o crypto/dso/dso_dl.o crypto/dso/dso_dlfcn.o crypto/dso/dso_err.o crypto/dso/dso_lib.o crypto/dso/dso_openssl.o crypto/dso/dso_vms.o crypto/dso/dso_win32.o crypto/ebcdic.o crypto/ec/curve25519.o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/eddsa.o crypto/ec/curve448/f_generic.o crypto/ec/curve448/scalar.o crypto/ec/ec2_oct.o crypto/ec/ec2_smpl.o crypto/ec/ec_ameth.o crypto/ec/ec_asn1.o crypto/ec/ec_check.o crypto/ec/ec_curve.o crypto/ec/ec_cvt.o crypto/ec/ec_err.o crypto/ec/ec_key.o crypto/ec/ec_kmeth.o crypto/ec/ec_lib.o crypto/ec/ec_mult.o crypto/ec/ec_oct.o crypto/ec/ec_pmeth.o crypto/ec/ec_print.o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_ossl.o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_vrf.o crypto/ec/eck_prn.o crypto/ec/ecp_mont.o crypto/ec/ecp_nist.o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistputil.o crypto/ec/ecp_nistz256-x86_64.o crypto/ec/ecp_nistz256.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/ec/x25519-x86_64.o crypto/engine/eng_all.o crypto/engine/eng_cnf.o crypto/engine/eng_ctrl.o crypto/engine/eng_dyn.o crypto/engine/eng_err.o crypto/engine/eng_fat.o crypto/engine/eng_init.o crypto/engine/eng_lib.o crypto/engine/eng_list.o crypto/engine/eng_openssl.o crypto/engine/eng_pkey.o crypto/engine/eng_rdrand.o crypto/engine/eng_table.o crypto/engine/tb_asnmth.o crypto/engine/tb_cipher.o crypto/engine/tb_dh.o crypto/engine/tb_digest.o crypto/engine/tb_dsa.o crypto/engine/tb_eckey.o crypto/engine/tb_pkmeth.o crypto/engine/tb_rand.o crypto/engine/tb_rsa.o crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o crypto/evp/bio_b64.o crypto/evp/bio_enc.o crypto/evp/bio_md.o crypto/evp/bio_ok.o crypto/evp/c_allc.o crypto/evp/c_alld.o crypto/evp/cmeth_lib.o crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aria.o crypto/evp/e_bf.o crypto/evp/e_camellia.o crypto/evp/e_cast.o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_des.o crypto/evp/e_des3.o crypto/evp/e_idea.o crypto/evp/e_null.o crypto/evp/e_old.o crypto/evp/e_rc2.o crypto/evp/e_rc4.o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc5.o crypto/evp/e_seed.o crypto/evp/e_sm4.o crypto/evp/e_xcbc_d.o crypto/evp/encode.o crypto/evp/evp_cnf.o crypto/evp/evp_enc.o crypto/evp/evp_err.o crypto/evp/evp_key.o crypto/evp/evp_lib.o crypto/evp/evp_pbe.o crypto/evp/evp_pkey.o crypto/evp/m_md2.o crypto/evp/m_md4.o crypto/evp/m_md5.o crypto/evp/m_md5_sha1.o crypto/evp/m_mdc2.o crypto/evp/m_null.o crypto/evp/m_ripemd.o crypto/evp/m_sha1.o crypto/evp/m_sha3.o crypto/evp/m_sigver.o crypto/evp/m_wp.o crypto/evp/names.o crypto/evp/p5_crpt.o crypto/evp/p5_crpt2.o crypto/evp/p_dec.o crypto/evp/p_enc.o crypto/evp/p_lib.o crypto/evp/p_open.o crypto/evp/p_seal.o crypto/evp/p_sign.o crypto/evp/p_verify.o crypto/evp/pbe_scrypt.o crypto/evp/pmeth_fn.o crypto/evp/pmeth_gn.o crypto/evp/pmeth_lib.o crypto/ex_data.o crypto/getenv.o crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o crypto/idea/i_cbc.o crypto/idea/i_cfb64.o crypto/idea/i_ecb.o crypto/idea/i_ofb64.o crypto/idea/i_skey.o crypto/init.o crypto/kdf/hkdf.o crypto/kdf/kdf_err.o crypto/kdf/scrypt.o crypto/kdf/tls1_prf.o crypto/lhash/lh_stats.o crypto/lhash/lhash.o crypto/md4/md4_dgst.o crypto/md4/md4_one.o crypto/md5/md5-x86_64.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mdc2/mdc2_one.o crypto/mdc2/mdc2dgst.o crypto/mem.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/aesni-gcm-x86_64.o crypto/modes/cbc128.o crypto/modes/ccm128.o crypto/modes/cfb128.o crypto/modes/ctr128.o crypto/modes/cts128.o crypto/modes/gcm128.o crypto/modes/ghash-x86_64.o crypto/modes/ocb128.o crypto/modes/ofb128.o crypto/modes/wrap128.o crypto/modes/xts128.o crypto/o_dir.o crypto/o_fips.o crypto/o_fopen.o crypto/o_init.o crypto/o_str.o crypto/o_time.o crypto/objects/o_names.o crypto/objects/obj_dat.o crypto/objects/obj_err.o crypto/objects/obj_lib.o crypto/objects/obj_xref.o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_vfy.o crypto/ocsp/v3_ocsp.o crypto/pem/pem_all.o crypto/pem/pem_err.o crypto/pem/pem_info.o crypto/pem/pem_lib.o crypto/pem/pem_oth.o crypto/pem/pem_pk8.o crypto/pem/pem_pkey.o crypto/pem/pem_sign.o crypto/pem/pem_x509.o crypto/pem/pem_xaux.o crypto/pem/pvkfmt.o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_utl.o crypto/pkcs12/pk12err.o crypto/pkcs7/bio_pk7.o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pkcs7err.o crypto/poly1305/poly1305-x86_64.o crypto/poly1305/poly1305.o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_pmeth.o crypto/rand/drbg_ctr.o crypto/rand/drbg_lib.o crypto/rand/rand_egd.o crypto/rand/rand_err.o crypto/rand/rand_lib.o crypto/rand/rand_unix.o crypto/rand/rand_vms.o crypto/rand/rand_win.o crypto/rand/randfile.o crypto/rc2/rc2_cbc.o crypto/rc2/rc2_ecb.o crypto/rc2/rc2_skey.o crypto/rc2/rc2cfb64.o crypto/rc2/rc2ofb64.o crypto/rc4/rc4-md5-x86_64.o crypto/rc4/rc4-x86_64.o crypto/ripemd/rmd_dgst.o crypto/ripemd/rmd_one.o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_chk.o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_depr.o crypto/rsa/rsa_err.o crypto/rsa/rsa_gen.o crypto/rsa/rsa_lib.o crypto/rsa/rsa_meth.o crypto/rsa/rsa_mp.o crypto/rsa/rsa_none.o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_prn.o crypto/rsa/rsa_pss.o crypto/rsa/rsa_saos.o crypto/rsa/rsa_sign.o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931g.o crypto/seed/seed.o crypto/seed/seed_cbc.o crypto/seed/seed_cfb.o crypto/seed/seed_ecb.o crypto/seed/seed_ofb.o crypto/sha/keccak1600-x86_64.o crypto/sha/sha1-mb-x86_64.o crypto/sha/sha1-x86_64.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256-mb-x86_64.o crypto/sha/sha256-x86_64.o crypto/sha/sha256.o crypto/sha/sha512-x86_64.o crypto/sha/sha512.o crypto/siphash/siphash.o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_pmeth.o crypto/sm2/sm2_crypt.o crypto/sm2/sm2_err.o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_sign.o crypto/sm3/m_sm3.o crypto/sm3/sm3.o crypto/sm4/sm4.o crypto/srp/srp_lib.o crypto/srp/srp_vfy.o crypto/stack/stack.o crypto/store/loader_file.o crypto/store/store_err.o crypto/store/store_init.o crypto/store/store_lib.o crypto/store/store_register.o crypto/store/store_strings.o crypto/threads_none.o crypto/threads_pthread.o crypto/threads_win.o crypto/ts/ts_asn1.o crypto/ts/ts_conf.o crypto/ts/ts_err.o crypto/ts/ts_lib.o crypto/ts/ts_req_print.o crypto/ts/ts_req_utils.o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_verify.o crypto/ts/ts_verify_ctx.o crypto/txt_db/txt_db.o crypto/ui/ui_err.o crypto/ui/ui_lib.o crypto/ui/ui_null.o crypto/ui/ui_openssl.o crypto/ui/ui_util.o crypto/uid.o crypto/whrlpool/wp-x86_64.o crypto/whrlpool/wp_dgst.o crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509/t_crl.o crypto/x509/t_req.o crypto/x509/t_x509.o crypto/x509/x509_att.o crypto/x509/x509_cmp.o crypto/x509/x509_d2.o crypto/x509/x509_def.o crypto/x509/x509_err.o crypto/x509/x509_ext.o crypto/x509/x509_lu.o crypto/x509/x509_meth.o crypto/x509/x509_obj.o crypto/x509/x509_r2x.o crypto/x509/x509_req.o crypto/x509/x509_set.o crypto/x509/x509_trs.o crypto/x509/x509_txt.o crypto/x509/x509_v3.o crypto/x509/x509_vfy.o crypto/x509/x509_vpm.o crypto/x509/x509cset.o crypto/x509/x509name.o crypto/x509/x509rset.o crypto/x509/x509spki.o crypto/x509/x509type.o crypto/x509/x_all.o crypto/x509/x_attrib.o crypto/x509/x_crl.o crypto/x509/x_exten.o crypto/x509/x_name.o crypto/x509/x_pubkey.o crypto/x509/x_req.o crypto/x509/x_x509.o crypto/x509/x_x509a.o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o crypto/x86_64cpuid.o 2024-08-20T21:47:52.7846968Z #59 5.453 ar: creating libcrypto.a 2024-08-20T21:47:52.7953158Z #59 5.643 ranlib libcrypto.a || echo Never mind. 2024-08-20T21:47:52.9325695Z #59 5.780 rm -f test/asn1_internal_test 2024-08-20T21:47:53.0887863Z #59 5.780 rm -f test/chacha_internal_test 2024-08-20T21:47:53.0888721Z #59 5.780 rm -f test/cmactest 2024-08-20T21:47:53.0890154Z #59 5.781 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0892327Z #59 5.781 -o test/asn1_internal_test test/asn1_internal_test.o \ 2024-08-20T21:47:53.0893526Z #59 5.781 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0895241Z #59 5.781 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0897003Z #59 5.781 -o test/chacha_internal_test test/chacha_internal_test.o \ 2024-08-20T21:47:53.0898221Z #59 5.781 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0899201Z #59 5.781 rm -f test/ctype_internal_test 2024-08-20T21:47:53.0900813Z #59 5.781 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0902404Z #59 5.781 -o test/cmactest test/cmactest.o \ 2024-08-20T21:47:53.0903469Z #59 5.781 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0904480Z #59 5.782 rm -f test/curve448_internal_test 2024-08-20T21:47:53.0905283Z #59 5.782 rm -f test/drbgtest 2024-08-20T21:47:53.0906899Z #59 5.782 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0908683Z #59 5.782 -o test/ctype_internal_test test/ctype_internal_test.o \ 2024-08-20T21:47:53.0909874Z #59 5.782 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0911627Z #59 5.782 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0913478Z #59 5.782 -o test/curve448_internal_test test/curve448_internal_test.o \ 2024-08-20T21:47:53.0915081Z #59 5.782 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0916069Z #59 5.782 rm -f test/ec_internal_test 2024-08-20T21:47:53.0917687Z #59 5.783 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0919347Z #59 5.783 -o test/drbgtest test/drbgtest.o \ 2024-08-20T21:47:53.0920515Z #59 5.783 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0921586Z #59 5.783 rm -f test/modes_internal_test 2024-08-20T21:47:53.0922463Z #59 5.783 rm -f test/poly1305_internal_test 2024-08-20T21:47:53.0924132Z #59 5.783 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0925880Z #59 5.783 -o test/ec_internal_test test/ec_internal_test.o \ 2024-08-20T21:47:53.0927076Z #59 5.783 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0928627Z #59 5.783 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0930211Z #59 5.783 -o test/modes_internal_test test/modes_internal_test.o \ 2024-08-20T21:47:53.0931291Z #59 5.783 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0932849Z #59 5.784 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0934795Z #59 5.784 -o test/poly1305_internal_test test/poly1305_internal_test.o \ 2024-08-20T21:47:53.0936025Z #59 5.784 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0936890Z #59 5.784 rm -f test/rdrand_sanitytest 2024-08-20T21:47:53.0937561Z #59 5.784 rm -f test/siphash_internal_test 2024-08-20T21:47:53.0938212Z #59 5.784 rm -f test/sm2_internal_test 2024-08-20T21:47:53.0939515Z #59 5.784 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0940935Z #59 5.784 -o test/rdrand_sanitytest test/rdrand_sanitytest.o \ 2024-08-20T21:47:53.0941904Z #59 5.784 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0942668Z #59 5.785 rm -f test/sm4_internal_test 2024-08-20T21:47:53.0944001Z #59 5.785 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0945668Z #59 5.785 -o test/siphash_internal_test test/siphash_internal_test.o \ 2024-08-20T21:47:53.0947021Z #59 5.785 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0948388Z #59 5.785 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0949753Z #59 5.785 -o test/sm2_internal_test test/sm2_internal_test.o \ 2024-08-20T21:47:53.0950679Z #59 5.785 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0951444Z #59 5.785 rm -f test/x509_internal_test 2024-08-20T21:47:53.0952940Z #59 5.785 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0954696Z #59 5.785 -o test/sm4_internal_test test/sm4_internal_test.o \ 2024-08-20T21:47:53.0955863Z #59 5.785 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:53.0957538Z #59 5.786 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:53.0959128Z #59 5.786 -o test/x509_internal_test test/x509_internal_test.o \ 2024-08-20T21:47:53.0960209Z #59 5.786 test/libtestutil.a libcrypto.a -ldl -pthread 2024-08-20T21:47:54.8801891Z #59 7.727 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,-znodelete -shared -Wl,-Bsymbolic -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib -Wl,-soname=libcrypto.so.1.1 \ 2024-08-20T21:47:54.8895017Z #59 7.727 -o libcrypto.so.1.1 -Wl,--version-script=libcrypto.map crypto/aes/aes_cbc.o crypto/aes/aes_cfb.o crypto/aes/aes_core.o crypto/aes/aes_ecb.o crypto/aes/aes_ige.o crypto/aes/aes_misc.o crypto/aes/aes_ofb.o crypto/aes/aes_wrap.o crypto/aes/aesni-mb-x86_64.o crypto/aes/aesni-sha1-x86_64.o crypto/aes/aesni-sha256-x86_64.o crypto/aes/aesni-x86_64.o crypto/aes/vpaes-x86_64.o crypto/aria/aria.o crypto/asn1/a_bitstr.o crypto/asn1/a_d2i_fp.o crypto/asn1/a_digest.o crypto/asn1/a_dup.o crypto/asn1/a_gentm.o crypto/asn1/a_i2d_fp.o crypto/asn1/a_int.o crypto/asn1/a_mbstr.o crypto/asn1/a_object.o crypto/asn1/a_octet.o crypto/asn1/a_print.o crypto/asn1/a_sign.o crypto/asn1/a_strex.o crypto/asn1/a_strnid.o crypto/asn1/a_time.o crypto/asn1/a_type.o crypto/asn1/a_utctm.o crypto/asn1/a_utf8.o crypto/asn1/a_verify.o crypto/asn1/ameth_lib.o crypto/asn1/asn1_err.o crypto/asn1/asn1_gen.o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_lib.o crypto/asn1/asn1_par.o crypto/asn1/asn_mime.o crypto/asn1/asn_moid.o crypto/asn1/asn_mstbl.o crypto/asn1/asn_pack.o crypto/asn1/bio_asn1.o crypto/asn1/bio_ndef.o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pu.o crypto/asn1/evp_asn1.o crypto/asn1/f_int.o crypto/asn1/f_string.o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pu.o crypto/asn1/n_pkey.o crypto/asn1/nsseq.o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbev2.o crypto/asn1/p5_scrypt.o crypto/asn1/p8_pkey.o crypto/asn1/t_bitst.o crypto/asn1/t_pkey.o crypto/asn1/t_spki.o crypto/asn1/tasn_dec.o crypto/asn1/tasn_enc.o crypto/asn1/tasn_fre.o crypto/asn1/tasn_new.o crypto/asn1/tasn_prn.o crypto/asn1/tasn_scn.o crypto/asn1/tasn_typ.o crypto/asn1/tasn_utl.o crypto/asn1/x_algor.o crypto/asn1/x_bignum.o crypto/asn1/x_info.o crypto/asn1/x_int64.o crypto/asn1/x_long.o crypto/asn1/x_pkey.o crypto/asn1/x_sig.o crypto/asn1/x_spki.o crypto/asn1/x_val.o crypto/async/arch/async_null.o crypto/async/arch/async_posix.o crypto/async/arch/async_win.o crypto/async/async.o crypto/async/async_err.o crypto/async/async_wait.o crypto/bf/bf_cfb64.o crypto/bf/bf_ecb.o crypto/bf/bf_enc.o crypto/bf/bf_ofb64.o crypto/bf/bf_skey.o crypto/bio/b_addr.o crypto/bio/b_dump.o crypto/bio/b_print.o crypto/bio/b_sock.o crypto/bio/b_sock2.o crypto/bio/bf_buff.o crypto/bio/bf_lbuf.o crypto/bio/bf_nbio.o crypto/bio/bf_null.o crypto/bio/bio_cb.o crypto/bio/bio_err.o crypto/bio/bio_lib.o crypto/bio/bio_meth.o crypto/bio/bss_acpt.o crypto/bio/bss_bio.o crypto/bio/bss_conn.o crypto/bio/bss_dgram.o crypto/bio/bss_fd.o crypto/bio/bss_file.o crypto/bio/bss_log.o crypto/bio/bss_mem.o crypto/bio/bss_null.o crypto/bio/bss_sock.o crypto/blake2/blake2b.o crypto/blake2/blake2s.o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2s.o crypto/bn/asm/x86_64-gcc.o crypto/bn/bn_add.o crypto/bn/bn_blind.o crypto/bn/bn_const.o crypto/bn/bn_ctx.o crypto/bn/bn_depr.o crypto/bn/bn_dh.o crypto/bn/bn_div.o crypto/bn/bn_err.o crypto/bn/bn_exp.o crypto/bn/bn_exp2.o crypto/bn/bn_gcd.o crypto/bn/bn_gf2m.o crypto/bn/bn_intern.o crypto/bn/bn_kron.o crypto/bn/bn_lib.o crypto/bn/bn_mod.o crypto/bn/bn_mont.o crypto/bn/bn_mpi.o crypto/bn/bn_mul.o crypto/bn/bn_nist.o crypto/bn/bn_prime.o crypto/bn/bn_print.o crypto/bn/bn_rand.o crypto/bn/bn_recp.o crypto/bn/bn_shift.o crypto/bn/bn_sqr.o crypto/bn/bn_sqrt.o crypto/bn/bn_srp.o crypto/bn/bn_word.o crypto/bn/bn_x931p.o crypto/bn/rsaz-avx2.o crypto/bn/rsaz-x86_64.o crypto/bn/rsaz_exp.o crypto/bn/x86_64-gf2m.o crypto/bn/x86_64-mont.o crypto/bn/x86_64-mont5.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/camellia/cmll-x86_64.o crypto/camellia/cmll_cfb.o crypto/camellia/cmll_ctr.o crypto/camellia/cmll_ecb.o crypto/camellia/cmll_misc.o crypto/camellia/cmll_ofb.o crypto/cast/c_cfb64.o crypto/cast/c_ecb.o crypto/cast/c_enc.o crypto/cast/c_ofb64.o crypto/cast/c_skey.o crypto/chacha/chacha-x86_64.o crypto/cmac/cm_ameth.o crypto/cmac/cm_pmeth.o crypto/cmac/cmac.o crypto/cms/cms_asn1.o crypto/cms/cms_att.o crypto/cms/cms_cd.o crypto/cms/cms_dd.o crypto/cms/cms_enc.o crypto/cms/cms_env.o crypto/cms/cms_err.o crypto/cms/cms_ess.o crypto/cms/cms_io.o crypto/cms/cms_kari.o crypto/cms/cms_lib.o crypto/cms/cms_pwri.o crypto/cms/cms_sd.o crypto/cms/cms_smime.o crypto/comp/c_zlib.o crypto/comp/comp_err.o crypto/comp/comp_lib.o crypto/conf/conf_api.o crypto/conf/conf_def.o crypto/conf/conf_err.o crypto/conf/conf_lib.o crypto/conf/conf_mall.o crypto/conf/conf_mod.o crypto/conf/conf_sap.o crypto/conf/conf_ssl.o crypto/cpt_err.o crypto/cryptlib.o crypto/ct/ct_b64.o crypto/ct/ct_err.o crypto/ct/ct_log.o crypto/ct/ct_oct.o crypto/ct/ct_policy.o crypto/ct/ct_prn.o crypto/ct/ct_sct.o crypto/ct/ct_sct_ctx.o crypto/ct/ct_vfy.o crypto/ct/ct_x509v3.o crypto/ctype.o crypto/cversion.o crypto/des/cbc_cksm.o crypto/des/cbc_enc.o crypto/des/cfb64ede.o crypto/des/cfb64enc.o crypto/des/cfb_enc.o crypto/des/des_enc.o crypto/des/ecb3_enc.o crypto/des/ecb_enc.o crypto/des/fcrypt.o crypto/des/fcrypt_b.o crypto/des/ofb64ede.o crypto/des/ofb64enc.o crypto/des/ofb_enc.o crypto/des/pcbc_enc.o crypto/des/qud_cksm.o crypto/des/rand_key.o crypto/des/set_key.o crypto/des/str2key.o crypto/des/xcbc_enc.o crypto/dh/dh_ameth.o crypto/dh/dh_asn1.o crypto/dh/dh_check.o crypto/dh/dh_depr.o crypto/dh/dh_err.o crypto/dh/dh_gen.o crypto/dh/dh_kdf.o crypto/dh/dh_key.o crypto/dh/dh_lib.o crypto/dh/dh_meth.o crypto/dh/dh_pmeth.o crypto/dh/dh_prn.o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc7919.o crypto/dsa/dsa_ameth.o crypto/dsa/dsa_asn1.o crypto/dsa/dsa_depr.o crypto/dsa/dsa_err.o crypto/dsa/dsa_gen.o crypto/dsa/dsa_key.o crypto/dsa/dsa_lib.o crypto/dsa/dsa_meth.o crypto/dsa/dsa_ossl.o crypto/dsa/dsa_pmeth.o crypto/dsa/dsa_prn.o crypto/dsa/dsa_sign.o crypto/dsa/dsa_vrf.o crypto/dso/dso_dl.o crypto/dso/dso_dlfcn.o crypto/dso/dso_err.o crypto/dso/dso_lib.o crypto/dso/dso_openssl.o crypto/dso/dso_vms.o crypto/dso/dso_win32.o crypto/ebcdic.o crypto/ec/curve25519.o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/eddsa.o crypto/ec/curve448/f_generic.o crypto/ec/curve448/scalar.o crypto/ec/ec2_oct.o crypto/ec/ec2_smpl.o crypto/ec/ec_ameth.o crypto/ec/ec_asn1.o crypto/ec/ec_check.o crypto/ec/ec_curve.o crypto/ec/ec_cvt.o crypto/ec/ec_err.o crypto/ec/ec_key.o crypto/ec/ec_kmeth.o crypto/ec/ec_lib.o crypto/ec/ec_mult.o crypto/ec/ec_oct.o crypto/ec/ec_pmeth.o crypto/ec/ec_print.o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_ossl.o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_vrf.o crypto/ec/eck_prn.o crypto/ec/ecp_mont.o crypto/ec/ecp_nist.o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistputil.o crypto/ec/ecp_nistz256-x86_64.o crypto/ec/ecp_nistz256.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/ec/x25519-x86_64.o crypto/engine/eng_all.o crypto/engine/eng_cnf.o crypto/engine/eng_ctrl.o crypto/engine/eng_dyn.o crypto/engine/eng_err.o crypto/engine/eng_fat.o crypto/engine/eng_init.o crypto/engine/eng_lib.o crypto/engine/eng_list.o crypto/engine/eng_openssl.o crypto/engine/eng_pkey.o crypto/engine/eng_rdrand.o crypto/engine/eng_table.o crypto/engine/tb_asnmth.o crypto/engine/tb_cipher.o crypto/engine/tb_dh.o crypto/engine/tb_digest.o crypto/engine/tb_dsa.o crypto/engine/tb_eckey.o crypto/engine/tb_pkmeth.o crypto/engine/tb_rand.o crypto/engine/tb_rsa.o crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o crypto/evp/bio_b64.o crypto/evp/bio_enc.o crypto/evp/bio_md.o crypto/evp/bio_ok.o crypto/evp/c_allc.o crypto/evp/c_alld.o crypto/evp/cmeth_lib.o crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aria.o crypto/evp/e_bf.o crypto/evp/e_camellia.o crypto/evp/e_cast.o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_des.o crypto/evp/e_des3.o crypto/evp/e_idea.o crypto/evp/e_null.o crypto/evp/e_old.o crypto/evp/e_rc2.o crypto/evp/e_rc4.o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc5.o crypto/evp/e_seed.o crypto/evp/e_sm4.o crypto/evp/e_xcbc_d.o crypto/evp/encode.o crypto/evp/evp_cnf.o crypto/evp/evp_enc.o crypto/evp/evp_err.o crypto/evp/evp_key.o crypto/evp/evp_lib.o crypto/evp/evp_pbe.o crypto/evp/evp_pkey.o crypto/evp/m_md2.o crypto/evp/m_md4.o crypto/evp/m_md5.o crypto/evp/m_md5_sha1.o crypto/evp/m_mdc2.o crypto/evp/m_null.o crypto/evp/m_ripemd.o crypto/evp/m_sha1.o crypto/evp/m_sha3.o crypto/evp/m_sigver.o crypto/evp/m_wp.o crypto/evp/names.o crypto/evp/p5_crpt.o crypto/evp/p5_crpt2.o crypto/evp/p_dec.o crypto/evp/p_enc.o crypto/evp/p_lib.o crypto/evp/p_open.o crypto/evp/p_seal.o crypto/evp/p_sign.o crypto/evp/p_verify.o crypto/evp/pbe_scrypt.o crypto/evp/pmeth_fn.o crypto/evp/pmeth_gn.o crypto/evp/pmeth_lib.o crypto/ex_data.o crypto/getenv.o crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o crypto/idea/i_cbc.o crypto/idea/i_cfb64.o crypto/idea/i_ecb.o crypto/idea/i_ofb64.o crypto/idea/i_skey.o crypto/init.o crypto/kdf/hkdf.o crypto/kdf/kdf_err.o crypto/kdf/scrypt.o crypto/kdf/tls1_prf.o crypto/lhash/lh_stats.o crypto/lhash/lhash.o crypto/md4/md4_dgst.o crypto/md4/md4_one.o crypto/md5/md5-x86_64.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mdc2/mdc2_one.o crypto/mdc2/mdc2dgst.o crypto/mem.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/aesni-gcm-x86_64.o crypto/modes/cbc128.o crypto/modes/ccm128.o crypto/modes/cfb128.o crypto/modes/ctr128.o crypto/modes/cts128.o crypto/modes/gcm128.o crypto/modes/ghash-x86_64.o crypto/modes/ocb128.o crypto/modes/ofb128.o crypto/modes/wrap128.o crypto/modes/xts128.o crypto/o_dir.o crypto/o_fips.o crypto/o_fopen.o crypto/o_init.o crypto/o_str.o crypto/o_time.o crypto/objects/o_names.o crypto/objects/obj_dat.o crypto/objects/obj_err.o crypto/objects/obj_lib.o crypto/objects/obj_xref.o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_vfy.o crypto/ocsp/v3_ocsp.o crypto/pem/pem_all.o crypto/pem/pem_err.o crypto/pem/pem_info.o crypto/pem/pem_lib.o crypto/pem/pem_oth.o crypto/pem/pem_pk8.o crypto/pem/pem_pkey.o crypto/pem/pem_sign.o crypto/pem/pem_x509.o crypto/pem/pem_xaux.o crypto/pem/pvkfmt.o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_utl.o crypto/pkcs12/pk12err.o crypto/pkcs7/bio_pk7.o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pkcs7err.o crypto/poly1305/poly1305-x86_64.o crypto/poly1305/poly1305.o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_pmeth.o crypto/rand/drbg_ctr.o crypto/rand/drbg_lib.o crypto/rand/rand_egd.o crypto/rand/rand_err.o crypto/rand/rand_lib.o crypto/rand/rand_unix.o crypto/rand/rand_vms.o crypto/rand/rand_win.o crypto/rand/randfile.o crypto/rc2/rc2_cbc.o crypto/rc2/rc2_ecb.o crypto/rc2/rc2_skey.o crypto/rc2/rc2cfb64.o crypto/rc2/rc2ofb64.o crypto/rc4/rc4-md5-x86_64.o crypto/rc4/rc4-x86_64.o crypto/ripemd/rmd_dgst.o crypto/ripemd/rmd_one.o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_chk.o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_depr.o crypto/rsa/rsa_err.o crypto/rsa/rsa_gen.o crypto/rsa/rsa_lib.o crypto/rsa/rsa_meth.o crypto/rsa/rsa_mp.o crypto/rsa/rsa_none.o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_prn.o crypto/rsa/rsa_pss.o crypto/rsa/rsa_saos.o crypto/rsa/rsa_sign.o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931g.o crypto/seed/seed.o crypto/seed/seed_cbc.o crypto/seed/seed_cfb.o crypto/seed/seed_ecb.o crypto/seed/seed_ofb.o crypto/sha/keccak1600-x86_64.o crypto/sha/sha1-mb-x86_64.o crypto/sha/sha1-x86_64.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256-mb-x86_64.o crypto/sha/sha256-x86_64.o crypto/sha/sha256.o crypto/sha/sha512-x86_64.o crypto/sha/sha512.o crypto/siphash/siphash.o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_pmeth.o crypto/sm2/sm2_crypt.o crypto/sm2/sm2_err.o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_sign.o crypto/sm3/m_sm3.o crypto/sm3/sm3.o crypto/sm4/sm4.o crypto/srp/srp_lib.o crypto/srp/srp_vfy.o crypto/stack/stack.o crypto/store/loader_file.o crypto/store/store_err.o crypto/store/store_init.o crypto/store/store_lib.o crypto/store/store_register.o crypto/store/store_strings.o crypto/threads_none.o crypto/threads_pthread.o crypto/threads_win.o crypto/ts/ts_asn1.o crypto/ts/ts_conf.o crypto/ts/ts_err.o crypto/ts/ts_lib.o crypto/ts/ts_req_print.o crypto/ts/ts_req_utils.o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_verify.o crypto/ts/ts_verify_ctx.o crypto/txt_db/txt_db.o crypto/ui/ui_err.o crypto/ui/ui_lib.o crypto/ui/ui_null.o crypto/ui/ui_openssl.o crypto/ui/ui_util.o crypto/uid.o crypto/whrlpool/wp-x86_64.o crypto/whrlpool/wp_dgst.o crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509/t_crl.o crypto/x509/t_req.o crypto/x509/t_x509.o crypto/x509/x509_att.o crypto/x509/x509_cmp.o crypto/x509/x509_d2.o crypto/x509/x509_def.o crypto/x509/x509_err.o crypto/x509/x509_ext.o crypto/x509/x509_lu.o crypto/x509/x509_meth.o crypto/x509/x509_obj.o crypto/x509/x509_r2x.o crypto/x509/x509_req.o crypto/x509/x509_set.o crypto/x509/x509_trs.o crypto/x509/x509_txt.o crypto/x509/x509_v3.o crypto/x509/x509_vfy.o crypto/x509/x509_vpm.o crypto/x509/x509cset.o crypto/x509/x509name.o crypto/x509/x509rset.o crypto/x509/x509spki.o crypto/x509/x509type.o crypto/x509/x_all.o crypto/x509/x_attrib.o crypto/x509/x_crl.o crypto/x509/x_exten.o crypto/x509/x_name.o crypto/x509/x_pubkey.o crypto/x509/x_req.o crypto/x509/x_x509.o crypto/x509/x_x509a.o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o crypto/x86_64cpuid.o \ 2024-08-20T21:47:54.8975692Z #59 7.727 -ldl -pthread 2024-08-20T21:47:55.1050259Z #59 7.952 if [ 'libcrypto.so' != 'libcrypto.so.1.1' ]; then \ 2024-08-20T21:47:55.1050940Z #59 7.952 rm -f libcrypto.so; \ 2024-08-20T21:47:55.1051718Z #59 7.952 ln -s libcrypto.so.1.1 libcrypto.so; \ 2024-08-20T21:47:55.1052164Z #59 7.952 fi 2024-08-20T21:47:55.2064622Z #59 7.955 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,-znodelete -shared -Wl,-Bsymbolic -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib -Wl,-soname=libssl.so.1.1 \ 2024-08-20T21:47:55.2073861Z #59 7.955 -o libssl.so.1.1 -Wl,--version-script=libssl.map ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o \ 2024-08-20T21:47:55.2082123Z #59 7.955 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2084066Z #59 7.955 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,-znodelete -shared -Wl,-Bsymbolic -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2085636Z #59 7.955 -o engines/afalg.so engines/e_afalg.o \ 2024-08-20T21:47:55.2086804Z #59 7.955 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2088454Z #59 7.955 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,-znodelete -shared -Wl,-Bsymbolic -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2090003Z #59 7.955 -o engines/capi.so engines/e_capi.o \ 2024-08-20T21:47:55.2090765Z #59 7.955 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2092370Z #59 7.955 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,-znodelete -shared -Wl,-Bsymbolic -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2093973Z #59 7.955 -o engines/dasync.so engines/e_dasync.o \ 2024-08-20T21:47:55.2094763Z #59 7.955 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2096393Z #59 7.956 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,-znodelete -shared -Wl,-Bsymbolic -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2098163Z #59 7.956 -o engines/ossltest.so engines/e_ossltest.o \ 2024-08-20T21:47:55.2098979Z #59 7.956 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2100583Z #59 7.956 gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,-znodelete -shared -Wl,-Bsymbolic -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2102427Z #59 7.956 -o engines/padlock.so engines/e_padlock-x86_64.o engines/e_padlock.o \ 2024-08-20T21:47:55.2103446Z #59 7.956 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2104179Z #59 7.956 rm -f fuzz/asn1parse-test 2024-08-20T21:47:55.2104787Z #59 7.956 rm -f fuzz/bignum-test 2024-08-20T21:47:55.2105352Z #59 7.957 rm -f fuzz/bndiv-test 2024-08-20T21:47:55.2105954Z #59 7.957 rm -f fuzz/cms-test 2024-08-20T21:47:55.2107360Z #59 7.957 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2109087Z #59 7.957 -o fuzz/asn1parse-test fuzz/asn1parse.o fuzz/test-corpus.o \ 2024-08-20T21:47:55.2110037Z #59 7.957 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2111621Z #59 7.957 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2113182Z #59 7.957 -o fuzz/bignum-test fuzz/bignum.o fuzz/test-corpus.o \ 2024-08-20T21:47:55.2114036Z #59 7.957 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2115345Z #59 7.957 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2117145Z #59 7.957 -o fuzz/bndiv-test fuzz/bndiv.o fuzz/test-corpus.o \ 2024-08-20T21:47:55.2117977Z #59 7.957 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2119301Z #59 7.957 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2120876Z #59 7.957 -o fuzz/cms-test fuzz/cms.o fuzz/test-corpus.o \ 2024-08-20T21:47:55.2121698Z #59 7.957 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2122317Z #59 7.958 rm -f fuzz/conf-test 2024-08-20T21:47:55.2122887Z #59 7.958 rm -f fuzz/crl-test 2024-08-20T21:47:55.2123472Z #59 7.958 rm -f fuzz/ct-test 2024-08-20T21:47:55.2124018Z #59 7.958 rm -f fuzz/x509-test 2024-08-20T21:47:55.2125282Z #59 7.958 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2126738Z #59 7.958 -o fuzz/conf-test fuzz/conf.o fuzz/test-corpus.o \ 2024-08-20T21:47:55.2127534Z #59 7.958 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2128868Z #59 7.959 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2130452Z #59 7.959 -o fuzz/crl-test fuzz/crl.o fuzz/test-corpus.o \ 2024-08-20T21:47:55.2131453Z #59 7.959 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2132786Z #59 7.959 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2135156Z #59 7.959 -o fuzz/ct-test fuzz/ct.o fuzz/test-corpus.o \ 2024-08-20T21:47:55.2135984Z #59 7.959 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2137800Z #59 7.959 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2139573Z #59 7.959 -o fuzz/x509-test fuzz/test-corpus.o fuzz/x509.o \ 2024-08-20T21:47:55.2140487Z #59 7.959 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2141166Z #59 7.959 rm -f test/aborttest 2024-08-20T21:47:55.2141824Z #59 7.959 rm -f test/afalgtest 2024-08-20T21:47:55.2142625Z #59 7.960 rm -f test/asn1_decode_test 2024-08-20T21:47:55.2144191Z #59 7.960 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2145773Z #59 7.960 -o test/aborttest test/aborttest.o \ 2024-08-20T21:47:55.2146597Z #59 7.960 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2148115Z #59 7.960 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2149650Z #59 7.960 -o test/afalgtest test/afalgtest.o \ 2024-08-20T21:47:55.2150676Z #59 7.960 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2151625Z #59 7.960 rm -f test/asn1_encode_test 2024-08-20T21:47:55.2153145Z #59 7.960 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2154587Z #59 7.960 -o test/asn1_decode_test test/asn1_decode_test.o \ 2024-08-20T21:47:55.2155535Z #59 7.960 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2156339Z #59 7.961 rm -f test/asn1_string_table_test 2024-08-20T21:47:55.2157020Z #59 7.961 rm -f test/asn1_time_test 2024-08-20T21:47:55.2158311Z #59 7.961 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2159734Z #59 7.961 -o test/asn1_encode_test test/asn1_encode_test.o \ 2024-08-20T21:47:55.2160867Z #59 7.961 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2161628Z #59 7.961 rm -f test/asynctest 2024-08-20T21:47:55.2162894Z #59 7.961 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2164431Z #59 7.961 -o test/asn1_string_table_test test/asn1_string_table_test.o \ 2024-08-20T21:47:55.2165456Z #59 7.961 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2166904Z #59 7.962 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2168676Z #59 7.962 -o test/asn1_time_test test/asn1_time_test.o \ 2024-08-20T21:47:55.2169593Z #59 7.962 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2170344Z #59 7.962 rm -f test/bftest 2024-08-20T21:47:55.2171597Z #59 7.962 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2172957Z #59 7.962 -o test/asynctest test/asynctest.o \ 2024-08-20T21:47:55.2173692Z #59 7.962 -lcrypto -ldl -pthread 2024-08-20T21:47:55.2174367Z #59 7.962 rm -f test/bio_callback_test 2024-08-20T21:47:55.2175692Z #59 7.962 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2176995Z #59 7.962 -o test/bftest test/bftest.o \ 2024-08-20T21:47:55.2177799Z #59 7.962 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2178556Z #59 7.963 rm -f test/bio_enc_test 2024-08-20T21:47:55.2179874Z #59 7.963 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2181352Z #59 7.963 -o test/bio_callback_test test/bio_callback_test.o \ 2024-08-20T21:47:55.2182308Z #59 7.963 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2183088Z #59 7.963 rm -f test/bio_memleak_test 2024-08-20T21:47:55.2184404Z #59 7.963 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2185968Z #59 7.963 -o test/bio_enc_test test/bio_enc_test.o \ 2024-08-20T21:47:55.2186916Z #59 7.963 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2187769Z #59 7.964 rm -f test/bioprinttest 2024-08-20T21:47:55.2192482Z #59 7.964 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2194372Z #59 7.964 -o test/bio_memleak_test test/bio_memleak_test.o \ 2024-08-20T21:47:55.2195370Z #59 7.964 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2196182Z #59 7.964 rm -f test/bntest 2024-08-20T21:47:55.2197418Z #59 7.964 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2198811Z #59 7.964 -o test/bioprinttest test/bioprinttest.o \ 2024-08-20T21:47:55.2199708Z #59 7.964 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2200600Z #59 7.965 rm -f test/casttest 2024-08-20T21:47:55.2201185Z #59 7.965 rm -f test/cmsapitest 2024-08-20T21:47:55.2202466Z #59 7.965 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2203737Z #59 7.965 -o test/bntest test/bntest.o \ 2024-08-20T21:47:55.2204539Z #59 7.965 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2205979Z #59 7.965 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2207282Z #59 7.965 -o test/casttest test/casttest.o \ 2024-08-20T21:47:55.2208961Z #59 7.965 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2209803Z #59 7.966 rm -f test/conf_include_test 2024-08-20T21:47:55.2211433Z #59 7.966 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2213272Z #59 7.966 -o test/cmsapitest test/cmsapitest.o \ 2024-08-20T21:47:55.2214958Z #59 7.966 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2215981Z #59 7.966 rm -f test/constant_time_test 2024-08-20T21:47:55.2216655Z #59 7.967 rm -f test/crltest 2024-08-20T21:47:55.2218297Z #59 7.967 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2219818Z #59 7.967 -o test/conf_include_test test/conf_include_test.o \ 2024-08-20T21:47:55.2220825Z #59 7.967 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2222507Z #59 7.967 rm -f test/ct_test 2024-08-20T21:47:55.2223789Z #59 7.968 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2225286Z #59 7.968 -o test/constant_time_test test/constant_time_test.o \ 2024-08-20T21:47:55.2226292Z #59 7.968 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2227769Z #59 7.968 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2229103Z #59 7.968 -o test/crltest test/crltest.o \ 2024-08-20T21:47:55.2229966Z #59 7.968 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2230739Z #59 7.968 rm -f test/d2i_test 2024-08-20T21:47:55.2232020Z #59 7.968 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2233334Z #59 7.968 -o test/ct_test test/ct_test.o \ 2024-08-20T21:47:55.2234465Z #59 7.968 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2235246Z #59 7.969 rm -f test/destest 2024-08-20T21:47:55.2235786Z #59 7.969 rm -f test/dhtest 2024-08-20T21:47:55.2237046Z #59 7.969 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2238390Z #59 7.969 -o test/d2i_test test/d2i_test.o \ 2024-08-20T21:47:55.2239210Z #59 7.969 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2240004Z #59 7.969 rm -f test/drbg_cavs_test 2024-08-20T21:47:55.2241724Z #59 7.970 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2243299Z #59 7.970 -o test/destest test/destest.o \ 2024-08-20T21:47:55.2244187Z #59 7.970 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2245706Z #59 7.970 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2247051Z #59 7.970 -o test/dhtest test/dhtest.o \ 2024-08-20T21:47:55.2247962Z #59 7.970 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2248822Z #59 7.970 rm -f test/dsa_no_digest_size_test 2024-08-20T21:47:55.2250249Z #59 7.970 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2251917Z #59 7.970 -o test/drbg_cavs_test test/drbg_cavs_data.o test/drbg_cavs_test.o \ 2024-08-20T21:47:55.2253063Z #59 7.970 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2253842Z #59 7.971 rm -f test/dsatest 2024-08-20T21:47:55.2255141Z #59 7.971 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2256750Z #59 7.971 -o test/dsa_no_digest_size_test test/dsa_no_digest_size_test.o \ 2024-08-20T21:47:55.2257823Z #59 7.971 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2258584Z #59 7.971 rm -f test/ecdsatest 2024-08-20T21:47:55.2259946Z #59 7.971 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2261496Z #59 7.971 -o test/dsatest test/dsatest.o \ 2024-08-20T21:47:55.2262462Z #59 7.971 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2263467Z #59 7.972 rm -f test/ecstresstest 2024-08-20T21:47:55.2265135Z #59 7.972 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2266835Z #59 7.972 -o test/ecdsatest test/ecdsatest.o \ 2024-08-20T21:47:55.2267917Z #59 7.972 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2268861Z #59 7.972 rm -f test/ectest 2024-08-20T21:47:55.2269553Z #59 7.973 rm -f test/enginetest 2024-08-20T21:47:55.2270822Z #59 7.973 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2272254Z #59 7.973 -o test/ecstresstest test/ecstresstest.o \ 2024-08-20T21:47:55.2273214Z #59 7.973 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2275078Z #59 7.974 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2276502Z #59 7.974 -o test/ectest test/ectest.o \ 2024-08-20T21:47:55.2277348Z #59 7.974 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2278872Z #59 7.974 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2280540Z #59 7.974 -o test/enginetest test/enginetest.o \ 2024-08-20T21:47:55.2281466Z #59 7.974 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2282263Z #59 7.974 rm -f test/errtest 2024-08-20T21:47:55.2282874Z #59 7.975 rm -f test/evp_extra_test 2024-08-20T21:47:55.2283527Z #59 7.975 rm -f test/evp_test 2024-08-20T21:47:55.2284904Z #59 7.992 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2286381Z #59 7.992 -o test/errtest test/errtest.o \ 2024-08-20T21:47:55.2287303Z #59 7.992 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2288846Z #59 7.992 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2290192Z #59 7.992 -o test/evp_extra_test test/evp_extra_test.o \ 2024-08-20T21:47:55.2290827Z #59 7.992 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2292273Z #59 7.992 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2293847Z #59 7.992 -o test/evp_test test/evp_test.o \ 2024-08-20T21:47:55.2294842Z #59 7.992 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2295684Z #59 7.993 rm -f test/exdatatest 2024-08-20T21:47:55.2297071Z #59 7.994 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2298685Z #59 7.994 -o test/exdatatest test/exdatatest.o \ 2024-08-20T21:47:55.2299747Z #59 7.994 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2300680Z #59 8.028 rm -f test/exptest 2024-08-20T21:47:55.2302204Z #59 8.029 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2303897Z #59 8.029 -o test/exptest test/exptest.o \ 2024-08-20T21:47:55.2304920Z #59 8.029 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2305864Z #59 8.038 rm -f test/gmdifftest 2024-08-20T21:47:55.2307433Z #59 8.039 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2309113Z #59 8.039 -o test/gmdifftest test/gmdifftest.o \ 2024-08-20T21:47:55.2310208Z #59 8.039 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2311109Z #59 8.048 rm -f test/hmactest 2024-08-20T21:47:55.2312414Z #59 8.049 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.2313709Z #59 8.049 -o test/hmactest test/hmactest.o \ 2024-08-20T21:47:55.2314657Z #59 8.049 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.2315562Z #59 8.053 rm -f test/ideatest 2024-08-20T21:47:55.3081460Z #59 8.054 rm -f test/igetest 2024-08-20T21:47:55.3082331Z #59 8.054 rm -f test/lhash_test 2024-08-20T21:47:55.3082977Z #59 8.055 rm -f test/md2test 2024-08-20T21:47:55.3084522Z #59 8.055 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3086264Z #59 8.055 -o test/ideatest test/ideatest.o \ 2024-08-20T21:47:55.3087351Z #59 8.055 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3088960Z #59 8.055 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3090353Z #59 8.055 -o test/igetest test/igetest.o \ 2024-08-20T21:47:55.3091211Z #59 8.055 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3093285Z #59 8.056 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3094793Z #59 8.056 -o test/lhash_test test/lhash_test.o \ 2024-08-20T21:47:55.3096245Z #59 8.056 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3098655Z #59 8.057 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3100841Z #59 8.057 -o test/md2test test/md2test.o \ 2024-08-20T21:47:55.3102234Z #59 8.057 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3103543Z #59 8.065 rm -f test/mdc2_internal_test 2024-08-20T21:47:55.3104627Z #59 8.065 rm -f test/mdc2test 2024-08-20T21:47:55.3105589Z #59 8.066 rm -f test/memleaktest 2024-08-20T21:47:55.3107366Z #59 8.066 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3109090Z #59 8.066 -o test/mdc2_internal_test test/mdc2_internal_test.o \ 2024-08-20T21:47:55.3110332Z #59 8.066 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3112091Z #59 8.066 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3113802Z #59 8.066 -o test/mdc2test test/mdc2test.o \ 2024-08-20T21:47:55.3114705Z #59 8.066 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3116102Z #59 8.067 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3117057Z #59 8.067 -o test/memleaktest test/memleaktest.o \ 2024-08-20T21:47:55.3117658Z #59 8.067 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3118194Z #59 8.067 rm -f test/ocspapitest 2024-08-20T21:47:55.3118620Z #59 8.067 rm -f test/packettest 2024-08-20T21:47:55.3119016Z #59 8.068 rm -f test/pbelutest 2024-08-20T21:47:55.3119893Z #59 8.068 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3121022Z #59 8.068 -o test/ocspapitest test/ocspapitest.o \ 2024-08-20T21:47:55.3121645Z #59 8.068 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3122633Z #59 8.068 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3123564Z #59 8.068 -o test/packettest test/packettest.o \ 2024-08-20T21:47:55.3124169Z #59 8.068 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3125160Z #59 8.069 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3126259Z #59 8.069 -o test/pbelutest test/pbelutest.o \ 2024-08-20T21:47:55.3127251Z #59 8.069 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3127823Z #59 8.069 rm -f test/pemtest 2024-08-20T21:47:55.3128248Z #59 8.069 rm -f test/pkey_meth_kdf_test 2024-08-20T21:47:55.3128715Z #59 8.070 rm -f test/pkey_meth_test 2024-08-20T21:47:55.3129611Z #59 8.070 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3130518Z #59 8.070 -o test/pemtest test/pemtest.o \ 2024-08-20T21:47:55.3131141Z #59 8.070 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3132636Z #59 8.070 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3134511Z #59 8.070 -o test/pkey_meth_kdf_test test/pkey_meth_kdf_test.o \ 2024-08-20T21:47:55.3135493Z #59 8.070 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3136272Z #59 8.070 rm -f test/rc2test 2024-08-20T21:47:55.3137509Z #59 8.071 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3138585Z #59 8.071 -o test/pkey_meth_test test/pkey_meth_test.o \ 2024-08-20T21:47:55.3139475Z #59 8.071 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3139981Z #59 8.071 rm -f test/rc4test 2024-08-20T21:47:55.3140482Z #59 8.071 rm -f test/rc5test 2024-08-20T21:47:55.3141727Z #59 8.072 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3142709Z #59 8.072 -o test/rc2test test/rc2test.o \ 2024-08-20T21:47:55.3143342Z #59 8.072 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3144076Z #59 8.072 rm -f test/rsa_mp_test 2024-08-20T21:47:55.3145175Z #59 8.073 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3146085Z #59 8.073 -o test/rc5test test/rc5test.o \ 2024-08-20T21:47:55.3146664Z #59 8.073 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3147666Z #59 8.073 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3148559Z #59 8.073 -o test/rc4test test/rc4test.o \ 2024-08-20T21:47:55.3149130Z #59 8.073 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3149650Z #59 8.073 rm -f test/rsa_test 2024-08-20T21:47:55.3150512Z #59 8.073 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3151448Z #59 8.073 -o test/rsa_mp_test test/rsa_mp_test.o \ 2024-08-20T21:47:55.3152507Z #59 8.073 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3153318Z #59 8.074 rm -f test/sanitytest 2024-08-20T21:47:55.3155089Z #59 8.074 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3156647Z #59 8.074 -o test/rsa_test test/rsa_test.o \ 2024-08-20T21:47:55.3157646Z #59 8.074 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3158593Z #59 8.074 rm -f test/secmemtest 2024-08-20T21:47:55.3159961Z #59 8.075 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3161150Z #59 8.075 -o test/sanitytest test/sanitytest.o \ 2024-08-20T21:47:55.3161743Z #59 8.075 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3162266Z #59 8.075 rm -f test/srptest 2024-08-20T21:47:55.3162726Z #59 8.075 rm -f test/ssl_cert_table_internal_test 2024-08-20T21:47:55.3163205Z #59 8.076 rm -f test/stack_test 2024-08-20T21:47:55.3164090Z #59 8.076 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3165030Z #59 8.076 -o test/secmemtest test/secmemtest.o \ 2024-08-20T21:47:55.3165618Z #59 8.076 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3166618Z #59 8.076 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3167506Z #59 8.076 -o test/srptest test/srptest.o \ 2024-08-20T21:47:55.3168064Z #59 8.076 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3169066Z #59 8.077 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3170187Z #59 8.077 -o test/ssl_cert_table_internal_test test/ssl_cert_table_internal_test.o \ 2024-08-20T21:47:55.3170961Z #59 8.077 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3171940Z #59 8.077 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3172860Z #59 8.077 -o test/stack_test test/stack_test.o \ 2024-08-20T21:47:55.3173450Z #59 8.077 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3173957Z #59 8.077 rm -f test/test_test 2024-08-20T21:47:55.3174367Z #59 8.078 rm -f test/threadstest 2024-08-20T21:47:55.3174793Z #59 8.078 rm -f test/time_offset_test 2024-08-20T21:47:55.3175689Z #59 8.078 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3177479Z #59 8.078 -o test/test_test test/test_test.o \ 2024-08-20T21:47:55.3178067Z #59 8.078 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3179056Z #59 8.079 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3179989Z #59 8.079 -o test/threadstest test/threadstest.o \ 2024-08-20T21:47:55.3180596Z #59 8.079 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3181140Z #59 8.079 rm -f test/tls13encryptiontest 2024-08-20T21:47:55.3181602Z #59 8.079 rm -f test/v3ext 2024-08-20T21:47:55.3181986Z #59 8.079 rm -f test/v3nametest 2024-08-20T21:47:55.3182856Z #59 8.080 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3183848Z #59 8.080 -o test/time_offset_test test/time_offset_test.o \ 2024-08-20T21:47:55.3184499Z #59 8.080 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3185499Z #59 8.080 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3186525Z #59 8.080 -o test/tls13encryptiontest test/tls13encryptiontest.o \ 2024-08-20T21:47:55.3187275Z #59 8.080 libssl.a test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3188318Z #59 8.080 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3189170Z #59 8.080 -o test/v3ext test/v3ext.o \ 2024-08-20T21:47:55.3189832Z #59 8.080 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3190838Z #59 8.081 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3191763Z #59 8.081 -o test/v3nametest test/v3nametest.o \ 2024-08-20T21:47:55.3192391Z #59 8.081 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3192931Z #59 8.081 rm -f test/verify_extra_test 2024-08-20T21:47:55.3193382Z #59 8.081 rm -f test/versions 2024-08-20T21:47:55.3242568Z #59 8.082 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3337915Z #59 8.082 -o test/verify_extra_test test/verify_extra_test.o \ 2024-08-20T21:47:55.3343385Z #59 8.082 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3344402Z #59 8.082 rm -f test/wpackettest 2024-08-20T21:47:55.3345201Z #59 8.082 rm -f test/x509_check_cert_pkey_test 2024-08-20T21:47:55.3347239Z #59 8.083 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3348993Z #59 8.083 -o test/versions test/versions.o \ 2024-08-20T21:47:55.3350210Z #59 8.083 -lcrypto -ldl -pthread 2024-08-20T21:47:55.3352048Z #59 8.083 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3353677Z #59 8.083 -o test/wpackettest test/wpackettest.o \ 2024-08-20T21:47:55.3354898Z #59 8.083 libssl.a test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3355894Z #59 8.083 rm -f test/x509_dup_cert_test 2024-08-20T21:47:55.3357440Z #59 8.083 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3377957Z #59 8.083 -o test/x509_check_cert_pkey_test test/x509_check_cert_pkey_test.o \ 2024-08-20T21:47:55.3379110Z #59 8.083 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3379863Z #59 8.084 rm -f test/x509_time_test 2024-08-20T21:47:55.3381196Z #59 8.084 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3382724Z #59 8.084 -o test/x509_dup_cert_test test/x509_dup_cert_test.o \ 2024-08-20T21:47:55.3383729Z #59 8.084 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3384510Z #59 8.084 rm -f test/x509aux 2024-08-20T21:47:55.3385785Z #59 8.085 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3387668Z #59 8.085 -o test/x509_time_test test/x509_time_test.o \ 2024-08-20T21:47:55.3388680Z #59 8.085 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3390251Z #59 8.085 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3391691Z #59 8.085 -o test/x509aux test/x509aux.o \ 2024-08-20T21:47:55.3392572Z #59 8.085 test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3393604Z #59 8.101 if [ 'libssl.so' != 'libssl.so.1.1' ]; then \ 2024-08-20T21:47:55.3394435Z #59 8.101 rm -f libssl.so; \ 2024-08-20T21:47:55.3395136Z #59 8.101 ln -s libssl.so.1.1 libssl.so; \ 2024-08-20T21:47:55.3395800Z #59 8.101 fi 2024-08-20T21:47:55.3396331Z #59 8.105 rm -f apps/openssl 2024-08-20T21:47:55.3396973Z #59 8.106 rm -f fuzz/asn1-test 2024-08-20T21:47:55.3397641Z #59 8.106 rm -f fuzz/client-test 2024-08-20T21:47:55.3398344Z #59 8.106 rm -f fuzz/server-test 2024-08-20T21:47:55.3399771Z #59 8.107 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3407692Z #59 8.107 -o apps/openssl apps/asn1pars.o apps/ca.o apps/ciphers.o apps/cms.o apps/crl.o apps/crl2p7.o apps/dgst.o apps/dhparam.o apps/dsa.o apps/dsaparam.o apps/ec.o apps/ecparam.o apps/enc.o apps/engine.o apps/errstr.o apps/gendsa.o apps/genpkey.o apps/genrsa.o apps/nseq.o apps/ocsp.o apps/openssl.o apps/passwd.o apps/pkcs12.o apps/pkcs7.o apps/pkcs8.o apps/pkey.o apps/pkeyparam.o apps/pkeyutl.o apps/prime.o apps/rand.o apps/rehash.o apps/req.o apps/rsa.o apps/rsautl.o apps/s_client.o apps/s_server.o apps/s_time.o apps/sess_id.o apps/smime.o apps/speed.o apps/spkac.o apps/srp.o apps/storeutl.o apps/ts.o apps/verify.o apps/version.o apps/x509.o \ 2024-08-20T21:47:55.3414874Z #59 8.107 apps/libapps.a -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.3416420Z #59 8.107 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3417880Z #59 8.107 -o fuzz/asn1-test fuzz/asn1.o fuzz/test-corpus.o \ 2024-08-20T21:47:55.3418728Z #59 8.107 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.3420165Z #59 8.107 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3421755Z #59 8.107 -o fuzz/client-test fuzz/client.o fuzz/test-corpus.o \ 2024-08-20T21:47:55.3422831Z #59 8.107 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.3424482Z #59 8.108 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3426038Z #59 8.108 -o fuzz/server-test fuzz/server.o fuzz/test-corpus.o \ 2024-08-20T21:47:55.3426942Z #59 8.108 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.3427651Z #59 8.108 rm -f test/asynciotest 2024-08-20T21:47:55.3428287Z #59 8.108 rm -f test/bad_dtls_test 2024-08-20T21:47:55.3429732Z #59 8.109 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3431638Z #59 8.109 -o test/asynciotest test/asynciotest.o test/ssltestlib.o \ 2024-08-20T21:47:55.3432855Z #59 8.109 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3435850Z #59 8.110 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3437414Z #59 8.110 -o test/bad_dtls_test test/bad_dtls_test.o \ 2024-08-20T21:47:55.3438491Z #59 8.110 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.3439330Z #59 8.110 rm -f test/buildtest_c_aes 2024-08-20T21:47:55.3441037Z #59 8.111 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3442737Z #59 8.111 -o test/buildtest_c_aes test/buildtest_aes.o \ 2024-08-20T21:47:55.3443951Z #59 8.111 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.3444633Z #59 8.118 rm -f test/buildtest_c_asn1 2024-08-20T21:47:55.3445998Z #59 8.119 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3447467Z #59 8.119 -o test/buildtest_c_asn1 test/buildtest_asn1.o \ 2024-08-20T21:47:55.3448324Z #59 8.119 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.3449016Z #59 8.139 rm -f test/buildtest_c_asn1t 2024-08-20T21:47:55.3450392Z #59 8.140 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3451887Z #59 8.140 -o test/buildtest_c_asn1t test/buildtest_asn1t.o \ 2024-08-20T21:47:55.3452759Z #59 8.140 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.3453523Z #59 8.148 rm -f test/buildtest_c_async 2024-08-20T21:47:55.3455059Z #59 8.149 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3456816Z #59 8.149 -o test/buildtest_c_async test/buildtest_async.o \ 2024-08-20T21:47:55.3457876Z #59 8.149 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.3458722Z #59 8.152 rm -f test/buildtest_c_bio 2024-08-20T21:47:55.3460325Z #59 8.153 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.3462083Z #59 8.153 -o test/buildtest_c_bio test/buildtest_bio.o \ 2024-08-20T21:47:55.3463084Z #59 8.153 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.3463967Z #59 8.155 rm -f test/buildtest_c_blowfish 2024-08-20T21:47:55.4904282Z #59 8.157 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4905586Z #59 8.157 -o test/buildtest_c_blowfish test/buildtest_blowfish.o \ 2024-08-20T21:47:55.4906292Z #59 8.157 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4906907Z #59 8.157 rm -f test/buildtest_c_bn 2024-08-20T21:47:55.4907881Z #59 8.157 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4908904Z #59 8.157 -o test/buildtest_c_bn test/buildtest_bn.o \ 2024-08-20T21:47:55.4909462Z #59 8.157 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4909942Z #59 8.160 rm -f test/buildtest_c_buffer 2024-08-20T21:47:55.4910402Z #59 8.161 rm -f test/buildtest_c_camellia 2024-08-20T21:47:55.4911327Z #59 8.161 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4912378Z #59 8.161 -o test/buildtest_c_buffer test/buildtest_buffer.o \ 2024-08-20T21:47:55.4913055Z #59 8.161 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4914153Z #59 8.162 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4915231Z #59 8.162 -o test/buildtest_c_camellia test/buildtest_camellia.o \ 2024-08-20T21:47:55.4915840Z #59 8.162 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4916318Z #59 8.162 rm -f test/buildtest_c_cast 2024-08-20T21:47:55.4917227Z #59 8.163 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4918182Z #59 8.163 -o test/buildtest_c_cast test/buildtest_cast.o \ 2024-08-20T21:47:55.4918753Z #59 8.163 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4919224Z #59 8.165 rm -f test/buildtest_c_cmac 2024-08-20T21:47:55.4920140Z #59 8.166 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4921181Z #59 8.166 -o test/buildtest_c_cmac test/buildtest_cmac.o \ 2024-08-20T21:47:55.4921754Z #59 8.166 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4922229Z #59 8.170 rm -f test/buildtest_c_cms 2024-08-20T21:47:55.4922672Z #59 8.170 rm -f test/buildtest_c_comp 2024-08-20T21:47:55.4923584Z #59 8.171 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4924693Z #59 8.171 -o test/buildtest_c_cms test/buildtest_cms.o \ 2024-08-20T21:47:55.4925243Z #59 8.171 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4925717Z #59 8.171 rm -f test/buildtest_c_conf 2024-08-20T21:47:55.4926626Z #59 8.172 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4927584Z #59 8.172 -o test/buildtest_c_comp test/buildtest_comp.o \ 2024-08-20T21:47:55.4928155Z #59 8.172 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4928640Z #59 8.172 rm -f test/buildtest_c_conf_api 2024-08-20T21:47:55.4929550Z #59 8.172 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4930508Z #59 8.172 -o test/buildtest_c_conf test/buildtest_conf.o \ 2024-08-20T21:47:55.4931072Z #59 8.172 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4931990Z #59 8.173 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4932989Z #59 8.173 -o test/buildtest_c_conf_api test/buildtest_conf_api.o \ 2024-08-20T21:47:55.4933783Z #59 8.173 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4934273Z #59 8.175 rm -f test/buildtest_c_crypto 2024-08-20T21:47:55.4934717Z #59 8.175 rm -f test/buildtest_c_ct 2024-08-20T21:47:55.4935620Z #59 8.176 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4936705Z #59 8.176 -o test/buildtest_c_crypto test/buildtest_crypto.o \ 2024-08-20T21:47:55.4937289Z #59 8.176 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4938218Z #59 8.177 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4939159Z #59 8.177 -o test/buildtest_c_ct test/buildtest_ct.o \ 2024-08-20T21:47:55.4939709Z #59 8.177 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4940170Z #59 8.177 rm -f test/buildtest_c_des 2024-08-20T21:47:55.4940612Z #59 8.178 rm -f test/buildtest_c_dh 2024-08-20T21:47:55.4941048Z #59 8.178 rm -f test/buildtest_c_dsa 2024-08-20T21:47:55.4941937Z #59 8.178 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4942895Z #59 8.178 -o test/buildtest_c_des test/buildtest_des.o \ 2024-08-20T21:47:55.4943458Z #59 8.178 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4944371Z #59 8.179 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4945310Z #59 8.179 -o test/buildtest_c_dh test/buildtest_dh.o \ 2024-08-20T21:47:55.4945862Z #59 8.179 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4946771Z #59 8.179 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4947722Z #59 8.179 -o test/buildtest_c_dsa test/buildtest_dsa.o \ 2024-08-20T21:47:55.4948288Z #59 8.179 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4948747Z #59 8.179 rm -f test/buildtest_c_dtls1 2024-08-20T21:47:55.4949202Z #59 8.180 rm -f test/buildtest_c_e_os2 2024-08-20T21:47:55.4949764Z #59 8.180 rm -f test/buildtest_c_ebcdic 2024-08-20T21:47:55.4950644Z #59 8.180 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4951597Z #59 8.180 -o test/buildtest_c_dtls1 test/buildtest_dtls1.o \ 2024-08-20T21:47:55.4952169Z #59 8.180 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4952621Z #59 8.181 rm -f test/buildtest_c_ec 2024-08-20T21:47:55.4953482Z #59 8.181 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4954432Z #59 8.181 -o test/buildtest_c_e_os2 test/buildtest_e_os2.o \ 2024-08-20T21:47:55.4954995Z #59 8.181 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4955965Z #59 8.181 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4956929Z #59 8.181 -o test/buildtest_c_ebcdic test/buildtest_ebcdic.o \ 2024-08-20T21:47:55.4957511Z #59 8.181 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4958404Z #59 8.182 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4959326Z #59 8.182 -o test/buildtest_c_ec test/buildtest_ec.o \ 2024-08-20T21:47:55.4959864Z #59 8.182 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4960327Z #59 8.182 rm -f test/buildtest_c_ecdh 2024-08-20T21:47:55.4960998Z #59 8.182 rm -f test/buildtest_c_ecdsa 2024-08-20T21:47:55.4961458Z #59 8.183 rm -f test/buildtest_c_engine 2024-08-20T21:47:55.4962371Z #59 8.183 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4963326Z #59 8.183 -o test/buildtest_c_ecdh test/buildtest_ecdh.o \ 2024-08-20T21:47:55.4963906Z #59 8.183 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4964830Z #59 8.184 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4965794Z #59 8.184 -o test/buildtest_c_ecdsa test/buildtest_ecdsa.o \ 2024-08-20T21:47:55.4966378Z #59 8.184 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4967299Z #59 8.184 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4968341Z #59 8.184 -o test/buildtest_c_engine test/buildtest_engine.o \ 2024-08-20T21:47:55.4968935Z #59 8.184 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4969400Z #59 8.184 rm -f test/buildtest_c_evp 2024-08-20T21:47:55.4969833Z #59 8.185 rm -f test/buildtest_c_hmac 2024-08-20T21:47:55.4970281Z #59 8.185 rm -f test/buildtest_c_idea 2024-08-20T21:47:55.4971180Z #59 8.186 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4972157Z #59 8.186 -o test/buildtest_c_hmac test/buildtest_hmac.o \ 2024-08-20T21:47:55.4972713Z #59 8.186 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4973689Z #59 8.186 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4974570Z #59 8.186 -o test/buildtest_c_evp test/buildtest_evp.o \ 2024-08-20T21:47:55.4975077Z #59 8.186 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4975933Z #59 8.186 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4976823Z #59 8.186 -o test/buildtest_c_idea test/buildtest_idea.o \ 2024-08-20T21:47:55.4977338Z #59 8.186 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4977774Z #59 8.187 rm -f test/buildtest_c_kdf 2024-08-20T21:47:55.4978193Z #59 8.187 rm -f test/buildtest_c_lhash 2024-08-20T21:47:55.4978599Z #59 8.187 rm -f test/buildtest_c_md4 2024-08-20T21:47:55.4979440Z #59 8.188 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4980318Z #59 8.188 -o test/buildtest_c_kdf test/buildtest_kdf.o \ 2024-08-20T21:47:55.4980824Z #59 8.188 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4981677Z #59 8.188 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4982573Z #59 8.188 -o test/buildtest_c_lhash test/buildtest_lhash.o \ 2024-08-20T21:47:55.4983120Z #59 8.188 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4983539Z #59 8.188 rm -f test/buildtest_c_md5 2024-08-20T21:47:55.4984369Z #59 8.188 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4985253Z #59 8.188 -o test/buildtest_c_md4 test/buildtest_md4.o \ 2024-08-20T21:47:55.4985760Z #59 8.188 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4987564Z #59 8.189 rm -f test/buildtest_c_mdc2 2024-08-20T21:47:55.4987995Z #59 8.189 rm -f test/buildtest_c_modes 2024-08-20T21:47:55.4988412Z #59 8.189 rm -f test/buildtest_c_obj_mac 2024-08-20T21:47:55.4989265Z #59 8.190 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4990152Z #59 8.190 -o test/buildtest_c_mdc2 test/buildtest_mdc2.o \ 2024-08-20T21:47:55.4990671Z #59 8.190 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4991116Z #59 8.190 rm -f test/buildtest_c_objects 2024-08-20T21:47:55.4991974Z #59 8.190 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4992859Z #59 8.190 -o test/buildtest_c_md5 test/buildtest_md5.o \ 2024-08-20T21:47:55.4993363Z #59 8.190 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4994216Z #59 8.191 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4995321Z #59 8.191 -o test/buildtest_c_modes test/buildtest_modes.o \ 2024-08-20T21:47:55.4995873Z #59 8.191 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4996771Z #59 8.191 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.4997742Z #59 8.191 -o test/buildtest_c_objects test/buildtest_objects.o \ 2024-08-20T21:47:55.4998319Z #59 8.191 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.4999286Z #59 8.192 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5000268Z #59 8.192 -o test/buildtest_c_obj_mac test/buildtest_obj_mac.o \ 2024-08-20T21:47:55.5001105Z #59 8.192 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5001579Z #59 8.192 rm -f test/buildtest_c_ocsp 2024-08-20T21:47:55.5002046Z #59 8.192 rm -f test/buildtest_c_opensslv 2024-08-20T21:47:55.5002527Z #59 8.193 rm -f test/buildtest_c_ossl_typ 2024-08-20T21:47:55.5003443Z #59 8.193 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5004407Z #59 8.193 -o test/buildtest_c_ocsp test/buildtest_ocsp.o \ 2024-08-20T21:47:55.5004985Z #59 8.193 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5005896Z #59 8.193 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5006908Z #59 8.193 -o test/buildtest_c_opensslv test/buildtest_opensslv.o \ 2024-08-20T21:47:55.5007527Z #59 8.193 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5008432Z #59 8.194 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5009440Z #59 8.194 -o test/buildtest_c_ossl_typ test/buildtest_ossl_typ.o \ 2024-08-20T21:47:55.5010054Z #59 8.194 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5010511Z #59 8.194 rm -f test/buildtest_c_pem 2024-08-20T21:47:55.5011419Z #59 8.195 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5012375Z #59 8.195 -o test/buildtest_c_pem test/buildtest_pem.o \ 2024-08-20T21:47:55.5012935Z #59 8.195 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5013471Z #59 8.201 rm -f test/buildtest_c_pem2 2024-08-20T21:47:55.5013900Z #59 8.201 rm -f test/buildtest_c_pkcs12 2024-08-20T21:47:55.5014751Z #59 8.202 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5015639Z #59 8.202 -o test/buildtest_c_pem2 test/buildtest_pem2.o \ 2024-08-20T21:47:55.5016171Z #59 8.202 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5016608Z #59 8.202 rm -f test/buildtest_c_pkcs7 2024-08-20T21:47:55.5017437Z #59 8.203 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5018455Z #59 8.203 -o test/buildtest_c_pkcs12 test/buildtest_pkcs12.o \ 2024-08-20T21:47:55.5019086Z #59 8.203 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5019525Z #59 8.203 rm -f test/buildtest_c_rand 2024-08-20T21:47:55.5020364Z #59 8.203 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5021256Z #59 8.203 -o test/buildtest_c_pkcs7 test/buildtest_pkcs7.o \ 2024-08-20T21:47:55.5021800Z #59 8.203 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5022659Z #59 8.204 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5023543Z #59 8.204 -o test/buildtest_c_rand test/buildtest_rand.o \ 2024-08-20T21:47:55.5024067Z #59 8.204 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5024517Z #59 8.207 rm -f test/buildtest_c_rand_drbg 2024-08-20T21:47:55.5025377Z #59 8.208 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5026312Z #59 8.208 -o test/buildtest_c_rand_drbg test/buildtest_rand_drbg.o \ 2024-08-20T21:47:55.5026892Z #59 8.208 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5027323Z #59 8.210 rm -f test/buildtest_c_rc2 2024-08-20T21:47:55.5028145Z #59 8.211 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5029031Z #59 8.211 -o test/buildtest_c_rc2 test/buildtest_rc2.o \ 2024-08-20T21:47:55.5029551Z #59 8.211 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5029974Z #59 8.211 rm -f test/buildtest_c_rc4 2024-08-20T21:47:55.5030451Z #59 8.212 rm -f test/buildtest_c_ripemd 2024-08-20T21:47:55.5031303Z #59 8.212 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5032163Z #59 8.212 -o test/buildtest_c_rc4 test/buildtest_rc4.o \ 2024-08-20T21:47:55.5032681Z #59 8.212 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5033112Z #59 8.213 rm -f test/buildtest_c_rsa 2024-08-20T21:47:55.5035117Z #59 8.213 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5036431Z #59 8.213 -o test/buildtest_c_ripemd test/buildtest_ripemd.o \ 2024-08-20T21:47:55.5037033Z #59 8.213 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5037962Z #59 8.213 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5038904Z #59 8.213 -o test/buildtest_c_rsa test/buildtest_rsa.o \ 2024-08-20T21:47:55.5039471Z #59 8.213 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5039962Z #59 8.215 rm -f test/buildtest_c_safestack 2024-08-20T21:47:55.5040500Z #59 8.215 rm -f test/buildtest_c_seed 2024-08-20T21:47:55.5040958Z #59 8.216 rm -f test/buildtest_c_sha 2024-08-20T21:47:55.5042030Z #59 8.216 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5043254Z #59 8.216 -o test/buildtest_c_safestack test/buildtest_safestack.o \ 2024-08-20T21:47:55.5043888Z #59 8.216 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5044818Z #59 8.216 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5045781Z #59 8.216 -o test/buildtest_c_seed test/buildtest_seed.o \ 2024-08-20T21:47:55.5046356Z #59 8.216 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5047285Z #59 8.217 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5048241Z #59 8.217 -o test/buildtest_c_sha test/buildtest_sha.o \ 2024-08-20T21:47:55.5048791Z #59 8.217 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5049257Z #59 8.217 rm -f test/buildtest_c_srp 2024-08-20T21:47:55.5049709Z #59 8.217 rm -f test/buildtest_c_srtp 2024-08-20T21:47:55.5050140Z #59 8.218 rm -f test/buildtest_c_ssl 2024-08-20T21:47:55.5050582Z #59 8.218 rm -f test/buildtest_c_ssl2 2024-08-20T21:47:55.5051646Z #59 8.218 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5052589Z #59 8.218 -o test/buildtest_c_srp test/buildtest_srp.o \ 2024-08-20T21:47:55.5053154Z #59 8.218 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5054085Z #59 8.219 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5055128Z #59 8.219 -o test/buildtest_c_srtp test/buildtest_srtp.o \ 2024-08-20T21:47:55.5055689Z #59 8.219 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5056592Z #59 8.219 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5057520Z #59 8.219 -o test/buildtest_c_ssl test/buildtest_ssl.o \ 2024-08-20T21:47:55.5058050Z #59 8.219 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5058951Z #59 8.219 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5059892Z #59 8.219 -o test/buildtest_c_ssl2 test/buildtest_ssl2.o \ 2024-08-20T21:47:55.5060429Z #59 8.219 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5060891Z #59 8.222 rm -f test/buildtest_c_stack 2024-08-20T21:47:55.5061776Z #59 8.223 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5062714Z #59 8.223 -o test/buildtest_c_stack test/buildtest_stack.o \ 2024-08-20T21:47:55.5063360Z #59 8.223 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5063828Z #59 8.224 rm -f test/buildtest_c_store 2024-08-20T21:47:55.5064272Z #59 8.224 rm -f test/buildtest_c_symhacks 2024-08-20T21:47:55.5065175Z #59 8.225 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5066131Z #59 8.225 -o test/buildtest_c_store test/buildtest_store.o \ 2024-08-20T21:47:55.5066697Z #59 8.225 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5067160Z #59 8.225 rm -f test/buildtest_c_tls1 2024-08-20T21:47:55.5067592Z #59 8.226 rm -f test/buildtest_c_ts 2024-08-20T21:47:55.5068471Z #59 8.226 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5069450Z #59 8.226 -o test/buildtest_c_symhacks test/buildtest_symhacks.o \ 2024-08-20T21:47:55.5070053Z #59 8.226 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5070957Z #59 8.226 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5071881Z #59 8.226 -o test/buildtest_c_tls1 test/buildtest_tls1.o \ 2024-08-20T21:47:55.5072436Z #59 8.226 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5073336Z #59 8.227 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5074238Z #59 8.227 -o test/buildtest_c_ts test/buildtest_ts.o \ 2024-08-20T21:47:55.5074778Z #59 8.227 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5075243Z #59 8.227 rm -f test/buildtest_c_txt_db 2024-08-20T21:47:55.5075673Z #59 8.227 rm -f test/buildtest_c_ui 2024-08-20T21:47:55.5076116Z #59 8.228 rm -f test/buildtest_c_whrlpool 2024-08-20T21:47:55.5077016Z #59 8.228 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5077977Z #59 8.228 -o test/buildtest_c_txt_db test/buildtest_txt_db.o \ 2024-08-20T21:47:55.5078542Z #59 8.228 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5079438Z #59 8.228 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5080472Z #59 8.228 -o test/buildtest_c_ui test/buildtest_ui.o \ 2024-08-20T21:47:55.5081180Z #59 8.228 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5082108Z #59 8.229 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5083201Z #59 8.229 -o test/buildtest_c_whrlpool test/buildtest_whrlpool.o \ 2024-08-20T21:47:55.5083804Z #59 8.229 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5084278Z #59 8.229 rm -f test/buildtest_c_x509 2024-08-20T21:47:55.5084744Z #59 8.229 rm -f test/buildtest_c_x509_vfy 2024-08-20T21:47:55.5085203Z #59 8.230 rm -f test/buildtest_c_x509v3 2024-08-20T21:47:55.5086125Z #59 8.230 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5087094Z #59 8.230 -o test/buildtest_c_x509 test/buildtest_x509.o \ 2024-08-20T21:47:55.5087659Z #59 8.230 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5088576Z #59 8.230 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5089584Z #59 8.230 -o test/buildtest_c_x509_vfy test/buildtest_x509_vfy.o \ 2024-08-20T21:47:55.5090199Z #59 8.230 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5090662Z #59 8.230 rm -f test/cipherbytes_test 2024-08-20T21:47:55.5091566Z #59 8.231 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5092551Z #59 8.231 -o test/buildtest_c_x509v3 test/buildtest_x509v3.o \ 2024-08-20T21:47:55.5093232Z #59 8.231 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5093690Z #59 8.231 rm -f test/cipherlist_test 2024-08-20T21:47:55.5094630Z #59 8.232 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5095574Z #59 8.232 -o test/cipherbytes_test test/cipherbytes_test.o \ 2024-08-20T21:47:55.5096239Z #59 8.232 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5096782Z #59 8.232 rm -f test/ciphername_test 2024-08-20T21:47:55.5097208Z #59 8.232 rm -f test/clienthellotest 2024-08-20T21:47:55.5098096Z #59 8.232 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5099045Z #59 8.232 -o test/cipherlist_test test/cipherlist_test.o \ 2024-08-20T21:47:55.5099695Z #59 8.232 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5100212Z #59 8.233 rm -f test/danetest 2024-08-20T21:47:55.5101048Z #59 8.233 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5101991Z #59 8.233 -o test/ciphername_test test/ciphername_test.o \ 2024-08-20T21:47:55.5102633Z #59 8.233 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5103617Z #59 8.233 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5104564Z #59 8.233 -o test/clienthellotest test/clienthellotest.o \ 2024-08-20T21:47:55.5105210Z #59 8.233 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5106193Z #59 8.234 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5107246Z #59 8.234 -o test/danetest test/danetest.o \ 2024-08-20T21:47:55.5107849Z #59 8.234 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5108529Z #59 8.234 rm -f test/dtls_mtu_test 2024-08-20T21:47:55.5109284Z #59 8.234 rm -f test/dtlstest 2024-08-20T21:47:55.5109830Z #59 8.235 rm -f test/dtlsv1listentest 2024-08-20T21:47:55.5110790Z #59 8.235 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5111843Z #59 8.235 -o test/dtls_mtu_test test/dtls_mtu_test.o test/ssltestlib.o \ 2024-08-20T21:47:55.5112585Z #59 8.235 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5113580Z #59 8.235 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5114583Z #59 8.235 -o test/dtlstest test/dtlstest.o test/ssltestlib.o \ 2024-08-20T21:47:55.5115383Z #59 8.235 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5116388Z #59 8.236 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5117381Z #59 8.236 -o test/dtlsv1listentest test/dtlsv1listentest.o \ 2024-08-20T21:47:55.5118071Z #59 8.236 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5118623Z #59 8.236 rm -f test/fatalerrtest 2024-08-20T21:47:55.5119023Z #59 8.236 rm -f test/gosttest 2024-08-20T21:47:55.5119428Z #59 8.237 rm -f test/recordlentest 2024-08-20T21:47:55.5120323Z #59 8.237 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5121438Z #59 8.237 -o test/fatalerrtest test/fatalerrtest.o test/ssltestlib.o \ 2024-08-20T21:47:55.5122184Z #59 8.237 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5123205Z #59 8.237 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5124192Z #59 8.237 -o test/gosttest test/gosttest.o test/ssltestlib.o \ 2024-08-20T21:47:55.5124883Z #59 8.237 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5125441Z #59 8.238 rm -f test/servername_test 2024-08-20T21:47:55.5126336Z #59 8.238 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5127477Z #59 8.238 -o test/recordlentest test/recordlentest.o test/ssltestlib.o \ 2024-08-20T21:47:55.5128242Z #59 8.238 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5128794Z #59 8.238 rm -f test/ssl_ctx_test 2024-08-20T21:47:55.5129666Z #59 8.238 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5130740Z #59 8.238 -o test/servername_test test/servername_test.o test/ssltestlib.o \ 2024-08-20T21:47:55.5131511Z #59 8.238 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5132038Z #59 8.239 rm -f test/ssl_test 2024-08-20T21:47:55.5132901Z #59 8.239 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5134359Z #59 8.239 -o test/ssl_ctx_test test/ssl_ctx_test.o \ 2024-08-20T21:47:55.5134996Z #59 8.239 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5135573Z #59 8.239 rm -f test/ssl_test_ctx_test 2024-08-20T21:47:55.5137038Z #59 8.240 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5138205Z #59 8.240 -o test/ssl_test test/handshake_helper.o test/ssl_test.o test/ssl_test_ctx.o \ 2024-08-20T21:47:55.5139025Z #59 8.240 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5139573Z #59 8.240 rm -f test/sslapitest 2024-08-20T21:47:55.5139994Z #59 8.240 rm -f test/sslbuffertest 2024-08-20T21:47:55.5140885Z #59 8.240 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5141983Z #59 8.240 -o test/ssl_test_ctx_test test/ssl_test_ctx.o test/ssl_test_ctx_test.o \ 2024-08-20T21:47:55.5142766Z #59 8.240 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5143312Z #59 8.241 rm -f test/sslcorrupttest 2024-08-20T21:47:55.5144214Z #59 8.241 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5145233Z #59 8.241 -o test/sslapitest test/sslapitest.o test/ssltestlib.o \ 2024-08-20T21:47:55.5145943Z #59 8.241 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5146960Z #59 8.241 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5148121Z #59 8.241 -o test/sslbuffertest test/sslbuffertest.o test/ssltestlib.o \ 2024-08-20T21:47:55.5148977Z #59 8.241 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5149955Z #59 8.242 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5151012Z #59 8.242 -o test/sslcorrupttest test/sslcorrupttest.o test/ssltestlib.o \ 2024-08-20T21:47:55.5151763Z #59 8.242 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5152287Z #59 8.243 rm -f test/ssltest_old 2024-08-20T21:47:55.5152704Z #59 8.244 rm -f test/sysdefaulttest 2024-08-20T21:47:55.5153592Z #59 8.244 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5154476Z #59 8.244 -o test/ssltest_old test/ssltest_old.o \ 2024-08-20T21:47:55.5154999Z #59 8.244 -lssl -lcrypto -ldl -pthread 2024-08-20T21:47:55.5155901Z #59 8.245 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5156840Z #59 8.245 -o test/sysdefaulttest test/sysdefaulttest.o \ 2024-08-20T21:47:55.5157478Z #59 8.245 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5158015Z #59 8.248 rm -f test/tls13ccstest 2024-08-20T21:47:55.5158435Z #59 8.249 rm -f test/tls13secretstest 2024-08-20T21:47:55.5159306Z #59 8.249 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5160323Z #59 8.249 -o test/tls13ccstest test/ssltestlib.o test/tls13ccstest.o \ 2024-08-20T21:47:55.5161387Z #59 8.249 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5162393Z #59 8.250 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5163558Z #59 8.250 -o test/tls13secretstest ssl/packet.o ssl/tls13_enc.o test/tls13secretstest.o \ 2024-08-20T21:47:55.5164403Z #59 8.250 -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5164933Z #59 8.253 rm -f test/uitest 2024-08-20T21:47:55.5165789Z #59 8.255 ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O0 -g -L. -Wl,--enable-new-dtags,-rpath,/opt/openssl/lib \ 2024-08-20T21:47:55.5166662Z #59 8.255 -o test/uitest test/uitest.o \ 2024-08-20T21:47:55.5167338Z #59 8.255 apps/libapps.a -lssl test/libtestutil.a -lcrypto -ldl -pthread 2024-08-20T21:47:55.5168062Z #59 8.338 make[1]: Leaving directory '/openssl-1.1.1k' 2024-08-20T21:47:55.6418449Z #59 8.339 + make install_sw 2024-08-20T21:47:55.6418899Z #59 8.352 make depend && make _build_libs 2024-08-20T21:47:55.6419651Z #59 8.359 make[1]: Entering directory '/openssl-1.1.1k' 2024-08-20T21:47:55.6420307Z #59 8.433 make[1]: Leaving directory '/openssl-1.1.1k' 2024-08-20T21:47:55.6420938Z #59 8.489 make[1]: Entering directory '/openssl-1.1.1k' 2024-08-20T21:47:55.6421554Z #59 8.489 make[1]: Nothing to be done for '_build_libs'. 2024-08-20T21:47:55.6422180Z #59 8.489 make[1]: Leaving directory '/openssl-1.1.1k' 2024-08-20T21:47:55.7436981Z #59 8.493 created directory `/opt/openssl' 2024-08-20T21:47:55.7437524Z #59 8.493 created directory `/opt/openssl/lib' 2024-08-20T21:47:55.7437983Z #59 8.494 *** Installing runtime libraries 2024-08-20T21:47:55.7438810Z #59 8.496 install libcrypto.so.1.1 -> /opt/openssl/lib/libcrypto.so.1.1 2024-08-20T21:47:55.7439632Z #59 8.502 install libssl.so.1.1 -> /opt/openssl/lib/libssl.so.1.1 2024-08-20T21:47:55.7440185Z #59 8.506 *** Installing development files 2024-08-20T21:47:55.7440782Z #59 8.508 created directory `/opt/openssl/include' 2024-08-20T21:47:55.7441357Z #59 8.508 created directory `/opt/openssl/include/openssl' 2024-08-20T21:47:55.7442130Z #59 8.510 install ./include/openssl/aes.h -> /opt/openssl/include/openssl/aes.h 2024-08-20T21:47:55.7443039Z #59 8.512 install ./include/openssl/asn1.h -> /opt/openssl/include/openssl/asn1.h 2024-08-20T21:47:55.7444004Z #59 8.514 install ./include/openssl/asn1_mac.h -> /opt/openssl/include/openssl/asn1_mac.h 2024-08-20T21:47:55.7444995Z #59 8.516 install ./include/openssl/asn1err.h -> /opt/openssl/include/openssl/asn1err.h 2024-08-20T21:47:55.7446137Z #59 8.518 install ./include/openssl/asn1t.h -> /opt/openssl/include/openssl/asn1t.h 2024-08-20T21:47:55.7447071Z #59 8.520 install ./include/openssl/async.h -> /opt/openssl/include/openssl/async.h 2024-08-20T21:47:55.7448043Z #59 8.522 install ./include/openssl/asyncerr.h -> /opt/openssl/include/openssl/asyncerr.h 2024-08-20T21:47:55.7448976Z #59 8.524 install ./include/openssl/bio.h -> /opt/openssl/include/openssl/bio.h 2024-08-20T21:47:55.7449902Z #59 8.527 install ./include/openssl/bioerr.h -> /opt/openssl/include/openssl/bioerr.h 2024-08-20T21:47:55.7450883Z #59 8.528 install ./include/openssl/blowfish.h -> /opt/openssl/include/openssl/blowfish.h 2024-08-20T21:47:55.7451813Z #59 8.530 install ./include/openssl/bn.h -> /opt/openssl/include/openssl/bn.h 2024-08-20T21:47:55.7452699Z #59 8.532 install ./include/openssl/bnerr.h -> /opt/openssl/include/openssl/bnerr.h 2024-08-20T21:47:55.7453642Z #59 8.535 install ./include/openssl/buffer.h -> /opt/openssl/include/openssl/buffer.h 2024-08-20T21:47:55.7454643Z #59 8.536 install ./include/openssl/buffererr.h -> /opt/openssl/include/openssl/buffererr.h 2024-08-20T21:47:55.7455648Z #59 8.539 install ./include/openssl/camellia.h -> /opt/openssl/include/openssl/camellia.h 2024-08-20T21:47:55.7456604Z #59 8.541 install ./include/openssl/cast.h -> /opt/openssl/include/openssl/cast.h 2024-08-20T21:47:55.7457511Z #59 8.543 install ./include/openssl/cmac.h -> /opt/openssl/include/openssl/cmac.h 2024-08-20T21:47:55.7458485Z #59 8.545 install ./include/openssl/cms.h -> /opt/openssl/include/openssl/cms.h 2024-08-20T21:47:55.7459408Z #59 8.547 install ./include/openssl/cmserr.h -> /opt/openssl/include/openssl/cmserr.h 2024-08-20T21:47:55.7460339Z #59 8.549 install ./include/openssl/comp.h -> /opt/openssl/include/openssl/comp.h 2024-08-20T21:47:55.7461285Z #59 8.550 install ./include/openssl/comperr.h -> /opt/openssl/include/openssl/comperr.h 2024-08-20T21:47:55.7462217Z #59 8.552 install ./include/openssl/conf.h -> /opt/openssl/include/openssl/conf.h 2024-08-20T21:47:55.7463173Z #59 8.555 install ./include/openssl/conf_api.h -> /opt/openssl/include/openssl/conf_api.h 2024-08-20T21:47:55.7464158Z #59 8.557 install ./include/openssl/conferr.h -> /opt/openssl/include/openssl/conferr.h 2024-08-20T21:47:55.7465109Z #59 8.559 install ./include/openssl/crypto.h -> /opt/openssl/include/openssl/crypto.h 2024-08-20T21:47:55.7466103Z #59 8.561 install ./include/openssl/cryptoerr.h -> /opt/openssl/include/openssl/cryptoerr.h 2024-08-20T21:47:55.7467049Z #59 8.563 install ./include/openssl/ct.h -> /opt/openssl/include/openssl/ct.h 2024-08-20T21:47:55.7467944Z #59 8.565 install ./include/openssl/cterr.h -> /opt/openssl/include/openssl/cterr.h 2024-08-20T21:47:55.7468842Z #59 8.567 install ./include/openssl/des.h -> /opt/openssl/include/openssl/des.h 2024-08-20T21:47:55.7469710Z #59 8.569 install ./include/openssl/dh.h -> /opt/openssl/include/openssl/dh.h 2024-08-20T21:47:55.7470609Z #59 8.571 install ./include/openssl/dherr.h -> /opt/openssl/include/openssl/dherr.h 2024-08-20T21:47:55.7471508Z #59 8.573 install ./include/openssl/dsa.h -> /opt/openssl/include/openssl/dsa.h 2024-08-20T21:47:55.7472428Z #59 8.575 install ./include/openssl/dsaerr.h -> /opt/openssl/include/openssl/dsaerr.h 2024-08-20T21:47:55.7473372Z #59 8.577 install ./include/openssl/dtls1.h -> /opt/openssl/include/openssl/dtls1.h 2024-08-20T21:47:55.7474287Z #59 8.579 install ./include/openssl/e_os2.h -> /opt/openssl/include/openssl/e_os2.h 2024-08-20T21:47:55.7475227Z #59 8.581 install ./include/openssl/ebcdic.h -> /opt/openssl/include/openssl/ebcdic.h 2024-08-20T21:47:55.7476130Z #59 8.583 install ./include/openssl/ec.h -> /opt/openssl/include/openssl/ec.h 2024-08-20T21:47:55.7477012Z #59 8.585 install ./include/openssl/ecdh.h -> /opt/openssl/include/openssl/ecdh.h 2024-08-20T21:47:55.7477922Z #59 8.587 install ./include/openssl/ecdsa.h -> /opt/openssl/include/openssl/ecdsa.h 2024-08-20T21:47:55.7478852Z #59 8.589 install ./include/openssl/ecerr.h -> /opt/openssl/include/openssl/ecerr.h 2024-08-20T21:47:55.7479848Z #59 8.591 install ./include/openssl/engine.h -> /opt/openssl/include/openssl/engine.h 2024-08-20T21:47:55.8437739Z #59 8.593 install ./include/openssl/engineerr.h -> /opt/openssl/include/openssl/engineerr.h 2024-08-20T21:47:55.8438765Z #59 8.595 install ./include/openssl/err.h -> /opt/openssl/include/openssl/err.h 2024-08-20T21:47:55.8439679Z #59 8.597 install ./include/openssl/evp.h -> /opt/openssl/include/openssl/evp.h 2024-08-20T21:47:55.8440737Z #59 8.600 install ./include/openssl/evperr.h -> /opt/openssl/include/openssl/evperr.h 2024-08-20T21:47:55.8441670Z #59 8.602 install ./include/openssl/hmac.h -> /opt/openssl/include/openssl/hmac.h 2024-08-20T21:47:55.8442586Z #59 8.604 install ./include/openssl/idea.h -> /opt/openssl/include/openssl/idea.h 2024-08-20T21:47:55.8443481Z #59 8.606 install ./include/openssl/kdf.h -> /opt/openssl/include/openssl/kdf.h 2024-08-20T21:47:55.8444390Z #59 8.608 install ./include/openssl/kdferr.h -> /opt/openssl/include/openssl/kdferr.h 2024-08-20T21:47:55.8445343Z #59 8.610 install ./include/openssl/lhash.h -> /opt/openssl/include/openssl/lhash.h 2024-08-20T21:47:55.8446252Z #59 8.612 install ./include/openssl/md2.h -> /opt/openssl/include/openssl/md2.h 2024-08-20T21:47:55.8447139Z #59 8.614 install ./include/openssl/md4.h -> /opt/openssl/include/openssl/md4.h 2024-08-20T21:47:55.8448005Z #59 8.616 install ./include/openssl/md5.h -> /opt/openssl/include/openssl/md5.h 2024-08-20T21:47:55.8448899Z #59 8.618 install ./include/openssl/mdc2.h -> /opt/openssl/include/openssl/mdc2.h 2024-08-20T21:47:55.8450149Z #59 8.620 install ./include/openssl/modes.h -> /opt/openssl/include/openssl/modes.h 2024-08-20T21:47:55.8451104Z #59 8.623 install ./include/openssl/obj_mac.h -> /opt/openssl/include/openssl/obj_mac.h 2024-08-20T21:47:55.8452077Z #59 8.625 install ./include/openssl/objects.h -> /opt/openssl/include/openssl/objects.h 2024-08-20T21:47:55.8453099Z #59 8.627 install ./include/openssl/objectserr.h -> /opt/openssl/include/openssl/objectserr.h 2024-08-20T21:47:55.8454084Z #59 8.629 install ./include/openssl/ocsp.h -> /opt/openssl/include/openssl/ocsp.h 2024-08-20T21:47:55.8455020Z #59 8.631 install ./include/openssl/ocsperr.h -> /opt/openssl/include/openssl/ocsperr.h 2024-08-20T21:47:55.8456065Z #59 8.633 install ./include/openssl/opensslconf.h -> /opt/openssl/include/openssl/opensslconf.h 2024-08-20T21:47:55.8457105Z #59 8.635 install ./include/openssl/opensslv.h -> /opt/openssl/include/openssl/opensslv.h 2024-08-20T21:47:55.8458096Z #59 8.637 install ./include/openssl/ossl_typ.h -> /opt/openssl/include/openssl/ossl_typ.h 2024-08-20T21:47:55.8459037Z #59 8.639 install ./include/openssl/pem.h -> /opt/openssl/include/openssl/pem.h 2024-08-20T21:47:55.8459944Z #59 8.640 install ./include/openssl/pem2.h -> /opt/openssl/include/openssl/pem2.h 2024-08-20T21:47:55.8460866Z #59 8.643 install ./include/openssl/pemerr.h -> /opt/openssl/include/openssl/pemerr.h 2024-08-20T21:47:55.8461825Z #59 8.644 install ./include/openssl/pkcs12.h -> /opt/openssl/include/openssl/pkcs12.h 2024-08-20T21:47:55.8462835Z #59 8.647 install ./include/openssl/pkcs12err.h -> /opt/openssl/include/openssl/pkcs12err.h 2024-08-20T21:47:55.8463816Z #59 8.649 install ./include/openssl/pkcs7.h -> /opt/openssl/include/openssl/pkcs7.h 2024-08-20T21:47:55.8464779Z #59 8.650 install ./include/openssl/pkcs7err.h -> /opt/openssl/include/openssl/pkcs7err.h 2024-08-20T21:47:55.8465739Z #59 8.652 install ./include/openssl/rand.h -> /opt/openssl/include/openssl/rand.h 2024-08-20T21:47:55.8466712Z #59 8.655 install ./include/openssl/rand_drbg.h -> /opt/openssl/include/openssl/rand_drbg.h 2024-08-20T21:47:55.8467696Z #59 8.656 install ./include/openssl/randerr.h -> /opt/openssl/include/openssl/randerr.h 2024-08-20T21:47:55.8468628Z #59 8.659 install ./include/openssl/rc2.h -> /opt/openssl/include/openssl/rc2.h 2024-08-20T21:47:55.8469505Z #59 8.660 install ./include/openssl/rc4.h -> /opt/openssl/include/openssl/rc4.h 2024-08-20T21:47:55.8470379Z #59 8.663 install ./include/openssl/rc5.h -> /opt/openssl/include/openssl/rc5.h 2024-08-20T21:47:55.8471390Z #59 8.664 install ./include/openssl/ripemd.h -> /opt/openssl/include/openssl/ripemd.h 2024-08-20T21:47:55.8472306Z #59 8.667 install ./include/openssl/rsa.h -> /opt/openssl/include/openssl/rsa.h 2024-08-20T21:47:55.8473226Z #59 8.668 install ./include/openssl/rsaerr.h -> /opt/openssl/include/openssl/rsaerr.h 2024-08-20T21:47:55.8474210Z #59 8.671 install ./include/openssl/safestack.h -> /opt/openssl/include/openssl/safestack.h 2024-08-20T21:47:55.8475189Z #59 8.673 install ./include/openssl/seed.h -> /opt/openssl/include/openssl/seed.h 2024-08-20T21:47:55.8476177Z #59 8.675 install ./include/openssl/sha.h -> /opt/openssl/include/openssl/sha.h 2024-08-20T21:47:55.8477202Z #59 8.677 install ./include/openssl/srp.h -> /opt/openssl/include/openssl/srp.h 2024-08-20T21:47:55.8478172Z #59 8.679 install ./include/openssl/srtp.h -> /opt/openssl/include/openssl/srtp.h 2024-08-20T21:47:55.8479067Z #59 8.681 install ./include/openssl/ssl.h -> /opt/openssl/include/openssl/ssl.h 2024-08-20T21:47:55.8479971Z #59 8.683 install ./include/openssl/ssl2.h -> /opt/openssl/include/openssl/ssl2.h 2024-08-20T21:47:55.8480948Z #59 8.685 install ./include/openssl/ssl3.h -> /opt/openssl/include/openssl/ssl3.h 2024-08-20T21:47:55.8481931Z #59 8.687 install ./include/openssl/sslerr.h -> /opt/openssl/include/openssl/sslerr.h 2024-08-20T21:47:55.8482876Z #59 8.689 install ./include/openssl/stack.h -> /opt/openssl/include/openssl/stack.h 2024-08-20T21:47:55.8483799Z #59 8.691 install ./include/openssl/store.h -> /opt/openssl/include/openssl/store.h 2024-08-20T21:47:55.9438171Z #59 8.693 install ./include/openssl/storeerr.h -> /opt/openssl/include/openssl/storeerr.h 2024-08-20T21:47:55.9439271Z #59 8.696 install ./include/openssl/symhacks.h -> /opt/openssl/include/openssl/symhacks.h 2024-08-20T21:47:55.9440240Z #59 8.698 install ./include/openssl/tls1.h -> /opt/openssl/include/openssl/tls1.h 2024-08-20T21:47:55.9441247Z #59 8.700 install ./include/openssl/ts.h -> /opt/openssl/include/openssl/ts.h 2024-08-20T21:47:55.9442165Z #59 8.702 install ./include/openssl/tserr.h -> /opt/openssl/include/openssl/tserr.h 2024-08-20T21:47:55.9443108Z #59 8.704 install ./include/openssl/txt_db.h -> /opt/openssl/include/openssl/txt_db.h 2024-08-20T21:47:55.9444003Z #59 8.706 install ./include/openssl/ui.h -> /opt/openssl/include/openssl/ui.h 2024-08-20T21:47:55.9444901Z #59 8.708 install ./include/openssl/uierr.h -> /opt/openssl/include/openssl/uierr.h 2024-08-20T21:47:55.9445874Z #59 8.710 install ./include/openssl/whrlpool.h -> /opt/openssl/include/openssl/whrlpool.h 2024-08-20T21:47:55.9446843Z #59 8.711 install ./include/openssl/x509.h -> /opt/openssl/include/openssl/x509.h 2024-08-20T21:47:55.9447790Z #59 8.714 install ./include/openssl/x509_vfy.h -> /opt/openssl/include/openssl/x509_vfy.h 2024-08-20T21:47:55.9448776Z #59 8.716 install ./include/openssl/x509err.h -> /opt/openssl/include/openssl/x509err.h 2024-08-20T21:47:55.9449744Z #59 8.718 install ./include/openssl/x509v3.h -> /opt/openssl/include/openssl/x509v3.h 2024-08-20T21:47:55.9450731Z #59 8.720 install ./include/openssl/x509v3err.h -> /opt/openssl/include/openssl/x509v3err.h 2024-08-20T21:47:55.9451678Z #59 8.722 install ./include/openssl/aes.h -> /opt/openssl/include/openssl/aes.h 2024-08-20T21:47:55.9452584Z #59 8.725 install ./include/openssl/asn1.h -> /opt/openssl/include/openssl/asn1.h 2024-08-20T21:47:55.9453546Z #59 8.728 install ./include/openssl/asn1_mac.h -> /opt/openssl/include/openssl/asn1_mac.h 2024-08-20T21:47:55.9454559Z #59 8.731 install ./include/openssl/asn1err.h -> /opt/openssl/include/openssl/asn1err.h 2024-08-20T21:47:55.9455515Z #59 8.734 install ./include/openssl/asn1t.h -> /opt/openssl/include/openssl/asn1t.h 2024-08-20T21:47:55.9456445Z #59 8.738 install ./include/openssl/async.h -> /opt/openssl/include/openssl/async.h 2024-08-20T21:47:55.9457398Z #59 8.740 install ./include/openssl/asyncerr.h -> /opt/openssl/include/openssl/asyncerr.h 2024-08-20T21:47:55.9458336Z #59 8.743 install ./include/openssl/bio.h -> /opt/openssl/include/openssl/bio.h 2024-08-20T21:47:55.9459361Z #59 8.747 install ./include/openssl/bioerr.h -> /opt/openssl/include/openssl/bioerr.h 2024-08-20T21:47:55.9460337Z #59 8.750 install ./include/openssl/blowfish.h -> /opt/openssl/include/openssl/blowfish.h 2024-08-20T21:47:55.9461251Z #59 8.753 install ./include/openssl/bn.h -> /opt/openssl/include/openssl/bn.h 2024-08-20T21:47:55.9462146Z #59 8.756 install ./include/openssl/bnerr.h -> /opt/openssl/include/openssl/bnerr.h 2024-08-20T21:47:55.9463097Z #59 8.759 install ./include/openssl/buffer.h -> /opt/openssl/include/openssl/buffer.h 2024-08-20T21:47:55.9464080Z #59 8.762 install ./include/openssl/buffererr.h -> /opt/openssl/include/openssl/buffererr.h 2024-08-20T21:47:55.9465156Z #59 8.765 install ./include/openssl/camellia.h -> /opt/openssl/include/openssl/camellia.h 2024-08-20T21:47:55.9466114Z #59 8.768 install ./include/openssl/cast.h -> /opt/openssl/include/openssl/cast.h 2024-08-20T21:47:55.9467007Z #59 8.771 install ./include/openssl/cmac.h -> /opt/openssl/include/openssl/cmac.h 2024-08-20T21:47:55.9467901Z #59 8.773 install ./include/openssl/cms.h -> /opt/openssl/include/openssl/cms.h 2024-08-20T21:47:55.9468814Z #59 8.777 install ./include/openssl/cmserr.h -> /opt/openssl/include/openssl/cmserr.h 2024-08-20T21:47:55.9469741Z #59 8.780 install ./include/openssl/comp.h -> /opt/openssl/include/openssl/comp.h 2024-08-20T21:47:55.9470674Z #59 8.783 install ./include/openssl/comperr.h -> /opt/openssl/include/openssl/comperr.h 2024-08-20T21:47:55.9471676Z #59 8.786 install ./include/openssl/conf.h -> /opt/openssl/include/openssl/conf.h 2024-08-20T21:47:55.9472627Z #59 8.788 install ./include/openssl/conf_api.h -> /opt/openssl/include/openssl/conf_api.h 2024-08-20T21:47:55.9473598Z #59 8.791 install ./include/openssl/conferr.h -> /opt/openssl/include/openssl/conferr.h 2024-08-20T21:47:56.0467862Z #59 8.794 install ./include/openssl/crypto.h -> /opt/openssl/include/openssl/crypto.h 2024-08-20T21:47:56.0468916Z #59 8.797 install ./include/openssl/cryptoerr.h -> /opt/openssl/include/openssl/cryptoerr.h 2024-08-20T21:47:56.0469909Z #59 8.800 install ./include/openssl/ct.h -> /opt/openssl/include/openssl/ct.h 2024-08-20T21:47:56.0470797Z #59 8.803 install ./include/openssl/cterr.h -> /opt/openssl/include/openssl/cterr.h 2024-08-20T21:47:56.0471705Z #59 8.806 install ./include/openssl/des.h -> /opt/openssl/include/openssl/des.h 2024-08-20T21:47:56.0472582Z #59 8.810 install ./include/openssl/dh.h -> /opt/openssl/include/openssl/dh.h 2024-08-20T21:47:56.0473474Z #59 8.814 install ./include/openssl/dherr.h -> /opt/openssl/include/openssl/dherr.h 2024-08-20T21:47:56.0474380Z #59 8.816 install ./include/openssl/dsa.h -> /opt/openssl/include/openssl/dsa.h 2024-08-20T21:47:56.0475301Z #59 8.820 install ./include/openssl/dsaerr.h -> /opt/openssl/include/openssl/dsaerr.h 2024-08-20T21:47:56.0476231Z #59 8.822 install ./include/openssl/dtls1.h -> /opt/openssl/include/openssl/dtls1.h 2024-08-20T21:47:56.0477161Z #59 8.825 install ./include/openssl/e_os2.h -> /opt/openssl/include/openssl/e_os2.h 2024-08-20T21:47:56.0478103Z #59 8.828 install ./include/openssl/ebcdic.h -> /opt/openssl/include/openssl/ebcdic.h 2024-08-20T21:47:56.0479004Z #59 8.831 install ./include/openssl/ec.h -> /opt/openssl/include/openssl/ec.h 2024-08-20T21:47:56.0479875Z #59 8.834 install ./include/openssl/ecdh.h -> /opt/openssl/include/openssl/ecdh.h 2024-08-20T21:47:56.0480921Z #59 8.837 install ./include/openssl/ecdsa.h -> /opt/openssl/include/openssl/ecdsa.h 2024-08-20T21:47:56.0481853Z #59 8.839 install ./include/openssl/ecerr.h -> /opt/openssl/include/openssl/ecerr.h 2024-08-20T21:47:56.0482783Z #59 8.842 install ./include/openssl/engine.h -> /opt/openssl/include/openssl/engine.h 2024-08-20T21:47:56.0483781Z #59 8.846 install ./include/openssl/engineerr.h -> /opt/openssl/include/openssl/engineerr.h 2024-08-20T21:47:56.0484735Z #59 8.848 install ./include/openssl/err.h -> /opt/openssl/include/openssl/err.h 2024-08-20T21:47:56.0485607Z #59 8.851 install ./include/openssl/evp.h -> /opt/openssl/include/openssl/evp.h 2024-08-20T21:47:56.0486702Z #59 8.855 install ./include/openssl/evperr.h -> /opt/openssl/include/openssl/evperr.h 2024-08-20T21:47:56.0487633Z #59 8.857 install ./include/openssl/hmac.h -> /opt/openssl/include/openssl/hmac.h 2024-08-20T21:47:56.0488540Z #59 8.861 install ./include/openssl/idea.h -> /opt/openssl/include/openssl/idea.h 2024-08-20T21:47:56.0489421Z #59 8.864 install ./include/openssl/kdf.h -> /opt/openssl/include/openssl/kdf.h 2024-08-20T21:47:56.0490394Z #59 8.868 install ./include/openssl/kdferr.h -> /opt/openssl/include/openssl/kdferr.h 2024-08-20T21:47:56.0491506Z #59 8.870 install ./include/openssl/lhash.h -> /opt/openssl/include/openssl/lhash.h 2024-08-20T21:47:56.0492402Z #59 8.873 install ./include/openssl/md2.h -> /opt/openssl/include/openssl/md2.h 2024-08-20T21:47:56.0493283Z #59 8.877 install ./include/openssl/md4.h -> /opt/openssl/include/openssl/md4.h 2024-08-20T21:47:56.0494160Z #59 8.879 install ./include/openssl/md5.h -> /opt/openssl/include/openssl/md5.h 2024-08-20T21:47:56.0495049Z #59 8.882 install ./include/openssl/mdc2.h -> /opt/openssl/include/openssl/mdc2.h 2024-08-20T21:47:56.0495971Z #59 8.885 install ./include/openssl/modes.h -> /opt/openssl/include/openssl/modes.h 2024-08-20T21:47:56.0496917Z #59 8.888 install ./include/openssl/obj_mac.h -> /opt/openssl/include/openssl/obj_mac.h 2024-08-20T21:47:56.0497891Z #59 8.891 install ./include/openssl/objects.h -> /opt/openssl/include/openssl/objects.h 2024-08-20T21:47:56.0498897Z #59 8.894 install ./include/openssl/objectserr.h -> /opt/openssl/include/openssl/objectserr.h 2024-08-20T21:47:56.1488798Z #59 8.897 install ./include/openssl/ocsp.h -> /opt/openssl/include/openssl/ocsp.h 2024-08-20T21:47:56.1489866Z #59 8.900 install ./include/openssl/ocsperr.h -> /opt/openssl/include/openssl/ocsperr.h 2024-08-20T21:47:56.1490924Z #59 8.903 install ./include/openssl/opensslconf.h -> /opt/openssl/include/openssl/opensslconf.h 2024-08-20T21:47:56.1491956Z #59 8.905 install ./include/openssl/opensslv.h -> /opt/openssl/include/openssl/opensslv.h 2024-08-20T21:47:56.1492966Z #59 8.908 install ./include/openssl/ossl_typ.h -> /opt/openssl/include/openssl/ossl_typ.h 2024-08-20T21:47:56.1493906Z #59 8.911 install ./include/openssl/pem.h -> /opt/openssl/include/openssl/pem.h 2024-08-20T21:47:56.1494800Z #59 8.914 install ./include/openssl/pem2.h -> /opt/openssl/include/openssl/pem2.h 2024-08-20T21:47:56.1495738Z #59 8.916 install ./include/openssl/pemerr.h -> /opt/openssl/include/openssl/pemerr.h 2024-08-20T21:47:56.1496697Z #59 8.920 install ./include/openssl/pkcs12.h -> /opt/openssl/include/openssl/pkcs12.h 2024-08-20T21:47:56.1497698Z #59 8.922 install ./include/openssl/pkcs12err.h -> /opt/openssl/include/openssl/pkcs12err.h 2024-08-20T21:47:56.1498668Z #59 8.925 install ./include/openssl/pkcs7.h -> /opt/openssl/include/openssl/pkcs7.h 2024-08-20T21:47:56.1499639Z #59 8.928 install ./include/openssl/pkcs7err.h -> /opt/openssl/include/openssl/pkcs7err.h 2024-08-20T21:47:56.1500593Z #59 8.930 install ./include/openssl/rand.h -> /opt/openssl/include/openssl/rand.h 2024-08-20T21:47:56.1501559Z #59 8.933 install ./include/openssl/rand_drbg.h -> /opt/openssl/include/openssl/rand_drbg.h 2024-08-20T21:47:56.1502553Z #59 8.936 install ./include/openssl/randerr.h -> /opt/openssl/include/openssl/randerr.h 2024-08-20T21:47:56.1503479Z #59 8.939 install ./include/openssl/rc2.h -> /opt/openssl/include/openssl/rc2.h 2024-08-20T21:47:56.1504356Z #59 8.942 install ./include/openssl/rc4.h -> /opt/openssl/include/openssl/rc4.h 2024-08-20T21:47:56.1505218Z #59 8.945 install ./include/openssl/rc5.h -> /opt/openssl/include/openssl/rc5.h 2024-08-20T21:47:56.1506134Z #59 8.948 install ./include/openssl/ripemd.h -> /opt/openssl/include/openssl/ripemd.h 2024-08-20T21:47:56.1507051Z #59 8.951 install ./include/openssl/rsa.h -> /opt/openssl/include/openssl/rsa.h 2024-08-20T21:47:56.1507953Z #59 8.954 install ./include/openssl/rsaerr.h -> /opt/openssl/include/openssl/rsaerr.h 2024-08-20T21:47:56.1508954Z #59 8.957 install ./include/openssl/safestack.h -> /opt/openssl/include/openssl/safestack.h 2024-08-20T21:47:56.1510012Z #59 8.960 install ./include/openssl/seed.h -> /opt/openssl/include/openssl/seed.h 2024-08-20T21:47:56.1510899Z #59 8.962 install ./include/openssl/sha.h -> /opt/openssl/include/openssl/sha.h 2024-08-20T21:47:56.1511785Z #59 8.965 install ./include/openssl/srp.h -> /opt/openssl/include/openssl/srp.h 2024-08-20T21:47:56.1512685Z #59 8.968 install ./include/openssl/srtp.h -> /opt/openssl/include/openssl/srtp.h 2024-08-20T21:47:56.1513581Z #59 8.971 install ./include/openssl/ssl.h -> /opt/openssl/include/openssl/ssl.h 2024-08-20T21:47:56.1514470Z #59 8.974 install ./include/openssl/ssl2.h -> /opt/openssl/include/openssl/ssl2.h 2024-08-20T21:47:56.1515376Z #59 8.977 install ./include/openssl/ssl3.h -> /opt/openssl/include/openssl/ssl3.h 2024-08-20T21:47:56.1516302Z #59 8.980 install ./include/openssl/sslerr.h -> /opt/openssl/include/openssl/sslerr.h 2024-08-20T21:47:56.1517311Z #59 8.983 install ./include/openssl/stack.h -> /opt/openssl/include/openssl/stack.h 2024-08-20T21:47:56.1518251Z #59 8.985 install ./include/openssl/store.h -> /opt/openssl/include/openssl/store.h 2024-08-20T21:47:56.1519216Z #59 8.988 install ./include/openssl/storeerr.h -> /opt/openssl/include/openssl/storeerr.h 2024-08-20T21:47:56.1520208Z #59 8.991 install ./include/openssl/symhacks.h -> /opt/openssl/include/openssl/symhacks.h 2024-08-20T21:47:56.1521269Z #59 8.993 install ./include/openssl/tls1.h -> /opt/openssl/include/openssl/tls1.h 2024-08-20T21:47:56.1522156Z #59 8.996 install ./include/openssl/ts.h -> /opt/openssl/include/openssl/ts.h 2024-08-20T21:47:56.3270547Z #59 8.999 install ./include/openssl/tserr.h -> /opt/openssl/include/openssl/tserr.h 2024-08-20T21:47:56.3271638Z #59 9.002 install ./include/openssl/txt_db.h -> /opt/openssl/include/openssl/txt_db.h 2024-08-20T21:47:56.3272573Z #59 9.005 install ./include/openssl/ui.h -> /opt/openssl/include/openssl/ui.h 2024-08-20T21:47:56.3273480Z #59 9.008 install ./include/openssl/uierr.h -> /opt/openssl/include/openssl/uierr.h 2024-08-20T21:47:56.3274472Z #59 9.011 install ./include/openssl/whrlpool.h -> /opt/openssl/include/openssl/whrlpool.h 2024-08-20T21:47:56.3275419Z #59 9.014 install ./include/openssl/x509.h -> /opt/openssl/include/openssl/x509.h 2024-08-20T21:47:56.3276371Z #59 9.017 install ./include/openssl/x509_vfy.h -> /opt/openssl/include/openssl/x509_vfy.h 2024-08-20T21:47:56.3277439Z #59 9.020 install ./include/openssl/x509err.h -> /opt/openssl/include/openssl/x509err.h 2024-08-20T21:47:56.3278365Z #59 9.023 install ./include/openssl/x509v3.h -> /opt/openssl/include/openssl/x509v3.h 2024-08-20T21:47:56.3279337Z #59 9.025 install ./include/openssl/x509v3err.h -> /opt/openssl/include/openssl/x509v3err.h 2024-08-20T21:47:56.3280174Z #59 9.031 install libcrypto.a -> /opt/openssl/lib/libcrypto.a 2024-08-20T21:47:56.3281061Z #59 9.174 install libssl.a -> /opt/openssl/lib/libssl.a 2024-08-20T21:47:56.4424994Z #59 9.197 link /opt/openssl/lib/libcrypto.so -> /opt/openssl/lib/libcrypto.so.1.1 2024-08-20T21:47:56.4425966Z #59 9.201 link /opt/openssl/lib/libssl.so -> /opt/openssl/lib/libssl.so.1.1 2024-08-20T21:47:56.4426677Z #59 9.204 created directory `/opt/openssl/lib/pkgconfig' 2024-08-20T21:47:56.4427415Z #59 9.205 install libcrypto.pc -> /opt/openssl/lib/pkgconfig/libcrypto.pc 2024-08-20T21:47:56.4428213Z #59 9.208 install libssl.pc -> /opt/openssl/lib/pkgconfig/libssl.pc 2024-08-20T21:47:56.4428989Z #59 9.211 install openssl.pc -> /opt/openssl/lib/pkgconfig/openssl.pc 2024-08-20T21:47:56.4429570Z #59 9.214 make depend && make _build_engines 2024-08-20T21:47:56.4430165Z #59 9.233 make[1]: Entering directory '/openssl-1.1.1k' 2024-08-20T21:47:56.4430787Z #59 9.290 make[1]: Leaving directory '/openssl-1.1.1k' 2024-08-20T21:47:56.5891827Z #59 9.346 make[1]: Entering directory '/openssl-1.1.1k' 2024-08-20T21:47:56.5892513Z #59 9.346 make[1]: Nothing to be done for '_build_engines'. 2024-08-20T21:47:56.5893158Z #59 9.346 make[1]: Leaving directory '/openssl-1.1.1k' 2024-08-20T21:47:56.5893819Z #59 9.348 created directory `/opt/openssl/lib/engines-1.1' 2024-08-20T21:47:56.5894529Z #59 9.349 *** Installing engines 2024-08-20T21:47:56.5895152Z #59 9.351 install engines/afalg.so -> /opt/openssl/lib/engines-1.1/afalg.so 2024-08-20T21:47:56.5895988Z #59 9.354 install engines/capi.so -> /opt/openssl/lib/engines-1.1/capi.so 2024-08-20T21:47:56.5896852Z #59 9.357 install engines/padlock.so -> /opt/openssl/lib/engines-1.1/padlock.so 2024-08-20T21:47:56.5897483Z #59 9.360 make depend && make _build_programs 2024-08-20T21:47:56.5898061Z #59 9.379 make[1]: Entering directory '/openssl-1.1.1k' 2024-08-20T21:47:56.5898686Z #59 9.437 make[1]: Leaving directory '/openssl-1.1.1k' 2024-08-20T21:47:56.8213800Z #59 9.500 make[1]: Entering directory '/openssl-1.1.1k' 2024-08-20T21:47:56.8215697Z #59 9.500 make[1]: Nothing to be done for '_build_programs'. 2024-08-20T21:47:56.8216345Z #59 9.500 make[1]: Leaving directory '/openssl-1.1.1k' 2024-08-20T21:47:56.8216871Z #59 9.503 created directory `/opt/openssl/bin' 2024-08-20T21:47:56.8217370Z #59 9.504 *** Installing runtime programs 2024-08-20T21:47:56.8217932Z #59 9.505 install apps/openssl -> /opt/openssl/bin/openssl 2024-08-20T21:47:56.8218613Z #59 9.509 install ./tools/c_rehash -> /opt/openssl/bin/c_rehash 2024-08-20T21:47:56.8220283Z #59 9.512 + sudo ln -s /opt/openssl/lib/libcrypto.a /opt/openssl/lib/libcrypto.so /opt/openssl/lib/libcrypto.so.1.1 /opt/openssl/lib/libssl.a /opt/openssl/lib/libssl.so /opt/openssl/lib/libssl.so.1.1 /usr/lib 2024-08-20T21:47:56.8221614Z #59 9.518 + cd .. 2024-08-20T21:47:56.8221962Z #59 9.518 + rm -rf openssl-1.1.1k 2024-08-20T21:47:56.9183326Z #59 DONE 9.8s 2024-08-20T21:47:57.0708989Z 2024-08-20T21:47:57.0709807Z #60 [stage-0 54/92] RUN rm install_openssl.sh 2024-08-20T21:47:57.7138623Z #60 DONE 0.8s 2024-08-20T21:47:57.8214675Z 2024-08-20T21:47:57.8217118Z #61 [stage-0 55/92] COPY ./common/install_inductor_benchmark_deps.sh install_inductor_benchmark_deps.sh 2024-08-20T21:47:57.8217860Z #61 DONE 0.0s 2024-08-20T21:47:57.8218103Z 2024-08-20T21:47:57.8218463Z #62 [stage-0 56/92] COPY ./common/common_utils.sh common_utils.sh 2024-08-20T21:47:57.8218986Z #62 DONE 0.0s 2024-08-20T21:47:57.8219149Z 2024-08-20T21:47:57.8219513Z #63 [stage-0 57/92] COPY ci_commit_pins/huggingface.txt huggingface.txt 2024-08-20T21:47:57.8220071Z #63 DONE 0.0s 2024-08-20T21:47:58.0068188Z 2024-08-20T21:47:58.0070733Z #64 [stage-0 58/92] COPY ci_commit_pins/timm.txt timm.txt 2024-08-20T21:47:58.0072343Z #64 DONE 0.0s 2024-08-20T21:47:58.0072823Z 2024-08-20T21:47:58.6986997Z #65 [stage-0 59/92] RUN if [ -n "" ]; then bash ./install_inductor_benchmark_deps.sh; fi 2024-08-20T21:47:58.6987711Z #65 DONE 0.8s 2024-08-20T21:47:58.8515393Z 2024-08-20T21:47:58.8516749Z #66 [stage-0 60/92] RUN rm install_inductor_benchmark_deps.sh common_utils.sh timm.txt huggingface.txt 2024-08-20T21:47:59.6207162Z #66 DONE 0.9s 2024-08-20T21:47:59.8674630Z 2024-08-20T21:47:59.8676450Z #67 [stage-0 61/92] COPY ./common/install_triton.sh install_triton.sh 2024-08-20T21:47:59.8677063Z #67 DONE 0.0s 2024-08-20T21:47:59.8677324Z 2024-08-20T21:47:59.8677662Z #68 [stage-0 62/92] COPY ./common/common_utils.sh common_utils.sh 2024-08-20T21:47:59.8678180Z #68 DONE 0.0s 2024-08-20T21:47:59.8678344Z 2024-08-20T21:47:59.8678650Z #69 [stage-0 63/92] COPY ci_commit_pins/triton.txt triton.txt 2024-08-20T21:47:59.8679163Z #69 DONE 0.0s 2024-08-20T21:47:59.8679326Z 2024-08-20T21:47:59.8679703Z #70 [stage-0 64/92] RUN if [ -n "" ]; then bash ./install_triton.sh; fi 2024-08-20T21:48:00.3073741Z #70 DONE 0.6s 2024-08-20T21:48:00.4602439Z 2024-08-20T21:48:00.4604123Z #71 [stage-0 65/92] RUN rm install_triton.sh common_utils.sh triton.txt 2024-08-20T21:48:01.0189591Z #71 DONE 0.7s 2024-08-20T21:48:01.1262131Z 2024-08-20T21:48:01.1264171Z #72 [stage-0 66/92] COPY ./common/install_executorch.sh install_executorch.sh 2024-08-20T21:48:01.1265910Z #72 DONE 0.0s 2024-08-20T21:48:01.1266433Z 2024-08-20T21:48:01.1267394Z #73 [stage-0 67/92] COPY ./common/common_utils.sh common_utils.sh 2024-08-20T21:48:01.1268840Z #73 DONE 0.0s 2024-08-20T21:48:01.1269354Z 2024-08-20T21:48:01.1269739Z #74 [stage-0 68/92] COPY ci_commit_pins/executorch.txt executorch.txt 2024-08-20T21:48:01.1270290Z #74 DONE 0.0s 2024-08-20T21:48:01.2788234Z 2024-08-20T21:48:01.2789283Z #75 [stage-0 69/92] RUN if [ -n "" ]; then bash ./install_executorch.sh; fi 2024-08-20T21:48:01.7140033Z #75 DONE 0.6s 2024-08-20T21:48:01.8666635Z 2024-08-20T21:48:01.8667712Z #76 [stage-0 70/92] RUN rm install_executorch.sh common_utils.sh executorch.txt 2024-08-20T21:48:02.5031307Z #76 DONE 0.8s 2024-08-20T21:48:02.7535508Z 2024-08-20T21:48:02.7537343Z #77 [stage-0 71/92] COPY ./common/install_halide.sh install_halide.sh 2024-08-20T21:48:02.7537931Z #77 DONE 0.0s 2024-08-20T21:48:02.7538124Z 2024-08-20T21:48:02.7538492Z #78 [stage-0 72/92] COPY ./common/common_utils.sh common_utils.sh 2024-08-20T21:48:02.7539029Z #78 DONE 0.0s 2024-08-20T21:48:02.7539202Z 2024-08-20T21:48:02.7539541Z #79 [stage-0 73/92] COPY ci_commit_pins/halide.txt halide.txt 2024-08-20T21:48:02.7540038Z #79 DONE 0.0s 2024-08-20T21:48:02.7540243Z 2024-08-20T21:48:02.7540624Z #80 [stage-0 74/92] RUN if [ -n "yes" ]; then bash ./install_halide.sh; fi 2024-08-20T21:48:03.2996825Z #80 0.697 ++ dirname ./install_halide.sh 2024-08-20T21:48:03.4717951Z #80 0.697 + source ./common_utils.sh 2024-08-20T21:48:03.4719013Z #80 0.698 ++ '[' -n '' ']' 2024-08-20T21:48:03.4719426Z #80 0.698 ++ export SUDO=sudo 2024-08-20T21:48:03.4719947Z #80 0.698 ++ SUDO=sudo 2024-08-20T21:48:03.4720326Z #80 0.698 ++ get_pinned_commit halide 2024-08-20T21:48:03.4720857Z #80 0.698 ++ cat halide.txt 2024-08-20T21:48:03.4721607Z #80 0.699 + COMMIT=340136fec6d3ebc73e7a19eba1663e9b0ba8ab2d 2024-08-20T21:48:03.4722574Z #80 0.699 + test -n 340136fec6d3ebc73e7a19eba1663e9b0ba8ab2d 2024-08-20T21:48:03.4723183Z #80 0.699 + test -n 3.12 2024-08-20T21:48:03.4723522Z #80 0.699 ++ conda shell.bash hook 2024-08-20T21:48:03.4724081Z #80 0.787 + eval 'export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2024-08-20T21:48:03.4724653Z #80 0.787 export _CE_M='\'''\'' 2024-08-20T21:48:03.4725087Z #80 0.787 export _CE_CONDA='\'''\'' 2024-08-20T21:48:03.4725650Z #80 0.787 export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\'' 2024-08-20T21:48:03.4726149Z #80 0.787 2024-08-20T21:48:03.4726453Z #80 0.787 # Copyright (C) 2012 Anaconda, Inc 2024-08-20T21:48:03.4727002Z #80 0.787 # SPDX-License-Identifier: BSD-3-Clause 2024-08-20T21:48:03.4727460Z #80 0.787 __conda_exe() ( 2024-08-20T21:48:03.4727838Z #80 0.787 "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" 2024-08-20T21:48:03.4728242Z #80 0.787 ) 2024-08-20T21:48:03.4728485Z #80 0.787 2024-08-20T21:48:03.4728753Z #80 0.787 __conda_hashr() { 2024-08-20T21:48:03.4729185Z #80 0.787 if [ -n "${ZSH_VERSION:+x}" ]; then 2024-08-20T21:48:03.4729612Z #80 0.787 \rehash 2024-08-20T21:48:03.4730056Z #80 0.787 elif [ -n "${POSH_VERSION:+x}" ]; then 2024-08-20T21:48:03.4730489Z #80 0.787 : # pass 2024-08-20T21:48:03.4730804Z #80 0.787 else 2024-08-20T21:48:03.4731109Z #80 0.787 \hash -r 2024-08-20T21:48:03.4731414Z #80 0.787 fi 2024-08-20T21:48:03.4731677Z #80 0.787 } 2024-08-20T21:48:03.4731918Z #80 0.787 2024-08-20T21:48:03.4732168Z #80 0.787 __conda_activate() { 2024-08-20T21:48:03.4732649Z #80 0.787 if [ -n "${CONDA_PS1_BACKUP:+x}" ]; then 2024-08-20T21:48:03.4733406Z #80 0.787 # Handle transition from shell activated with conda <= 4.3 to a subsequent activation 2024-08-20T21:48:03.4734515Z #80 0.787 # after conda updated to >= 4.4. See issue #6173. 2024-08-20T21:48:03.4735052Z #80 0.787 PS1="$CONDA_PS1_BACKUP" 2024-08-20T21:48:03.4735483Z #80 0.787 \unset CONDA_PS1_BACKUP 2024-08-20T21:48:03.4735858Z #80 0.787 fi 2024-08-20T21:48:03.4736142Z #80 0.787 \local ask_conda 2024-08-20T21:48:03.4736775Z #80 0.787 ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix "$@")" || \return 2024-08-20T21:48:03.4737344Z #80 0.787 \eval "$ask_conda" 2024-08-20T21:48:03.4737698Z #80 0.787 __conda_hashr 2024-08-20T21:48:03.4738009Z #80 0.787 } 2024-08-20T21:48:03.4738419Z #80 0.787 2024-08-20T21:48:03.4738691Z #80 0.787 __conda_reactivate() { 2024-08-20T21:48:03.4739053Z #80 0.787 \local ask_conda 2024-08-20T21:48:03.4739697Z #80 0.787 ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix reactivate)" || \return 2024-08-20T21:48:03.4740307Z #80 0.787 \eval "$ask_conda" 2024-08-20T21:48:03.4740661Z #80 0.787 __conda_hashr 2024-08-20T21:48:03.4740959Z #80 0.787 } 2024-08-20T21:48:03.4741202Z #80 0.787 2024-08-20T21:48:03.4741450Z #80 0.787 conda() { 2024-08-20T21:48:03.4741820Z #80 0.787 \local cmd="${1-__missing__}" 2024-08-20T21:48:03.4742241Z #80 0.787 case "$cmd" in 2024-08-20T21:48:03.4742592Z #80 0.787 activate|deactivate) 2024-08-20T21:48:03.4742994Z #80 0.787 __conda_activate "$@" 2024-08-20T21:48:03.4743388Z #80 0.787 ;; 2024-08-20T21:48:03.4743791Z #80 0.787 install|update|upgrade|remove|uninstall) 2024-08-20T21:48:03.4744295Z #80 0.787 __conda_exe "$@" || \return 2024-08-20T21:48:03.4744738Z #80 0.787 __conda_reactivate 2024-08-20T21:48:03.4745170Z #80 0.787 ;; 2024-08-20T21:48:03.4745474Z #80 0.787 *) 2024-08-20T21:48:03.4745766Z #80 0.787 __conda_exe "$@" 2024-08-20T21:48:03.4746138Z #80 0.787 ;; 2024-08-20T21:48:03.4746448Z #80 0.787 esac 2024-08-20T21:48:03.4746710Z #80 0.787 } 2024-08-20T21:48:03.4746951Z #80 0.787 2024-08-20T21:48:03.4747308Z #80 0.787 if [ -z "${CONDA_SHLVL+x}" ]; then 2024-08-20T21:48:03.4747722Z #80 0.787 \export CONDA_SHLVL=0 2024-08-20T21:48:03.4748400Z #80 0.787 # In dev-mode CONDA_EXE is python.exe and on Windows 2024-08-20T21:48:03.4749060Z #80 0.787 # it is in a different relative location to condabin. 2024-08-20T21:48:03.4749776Z #80 0.787 if [ -n "${_CE_CONDA:+x}" ] && [ -n "${WINDIR+x}" ]; then 2024-08-20T21:48:03.4750455Z #80 0.787 PATH="$(\dirname "$CONDA_EXE")/condabin${PATH:+":${PATH}"}" 2024-08-20T21:48:03.4750989Z #80 0.787 else 2024-08-20T21:48:03.4751484Z #80 0.787 PATH="$(\dirname "$(\dirname "$CONDA_EXE")")/condabin${PATH:+":${PATH}"}" 2024-08-20T21:48:03.4752089Z #80 0.787 fi 2024-08-20T21:48:03.4752378Z #80 0.787 \export PATH 2024-08-20T21:48:03.4752678Z #80 0.787 2024-08-20T21:48:03.4753224Z #80 0.787 # We'\''re not allowing PS1 to be unbound. It must at least be set. 2024-08-20T21:48:03.4754236Z #80 0.787 # However, we'\''re not exporting it, which can cause problems when starting a second shell 2024-08-20T21:48:03.4755052Z #80 0.787 # via a first shell (i.e. starting zsh from bash). 2024-08-20T21:48:03.4755911Z #80 0.787 if [ -z "${PS1+x}" ]; then 2024-08-20T21:48:03.4756373Z #80 0.787 PS1= 2024-08-20T21:48:03.4756764Z #80 0.787 fi 2024-08-20T21:48:03.4757182Z #80 0.787 fi 2024-08-20T21:48:03.4757491Z #80 0.787 2024-08-20T21:48:03.4757909Z #80 0.787 conda activate base' 2024-08-20T21:48:03.4758453Z #80 0.787 ++ export CONDA_EXE=/opt/conda/bin/conda 2024-08-20T21:48:03.4758989Z #80 0.787 ++ CONDA_EXE=/opt/conda/bin/conda 2024-08-20T21:48:03.4768993Z #80 0.787 ++ export _CE_M= 2024-08-20T21:48:03.4769340Z #80 0.787 ++ _CE_M= 2024-08-20T21:48:03.4769644Z #80 0.787 ++ export _CE_CONDA= 2024-08-20T21:48:03.4769976Z #80 0.787 ++ _CE_CONDA= 2024-08-20T21:48:03.4770390Z #80 0.787 ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2024-08-20T21:48:03.4770934Z #80 0.787 ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2024-08-20T21:48:03.4771482Z #80 0.787 ++ '[' -z '' ']' 2024-08-20T21:48:03.4771819Z #80 0.787 ++ export CONDA_SHLVL=0 2024-08-20T21:48:03.4772182Z #80 0.787 ++ CONDA_SHLVL=0 2024-08-20T21:48:03.4772544Z #80 0.787 ++ '[' -n '' ']' 2024-08-20T21:48:03.4772905Z #80 0.788 ++++ dirname /opt/conda/bin/conda 2024-08-20T21:48:03.4773330Z #80 0.788 +++ dirname /opt/conda/bin 2024-08-20T21:48:03.4774519Z #80 0.789 ++ PATH=/opt/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-20T21:48:03.4775688Z #80 0.789 ++ export PATH 2024-08-20T21:48:03.4776190Z #80 0.789 ++ '[' -z '' ']' 2024-08-20T21:48:03.4776505Z #80 0.789 ++ PS1= 2024-08-20T21:48:03.4776787Z #80 0.789 ++ conda activate base 2024-08-20T21:48:03.4777159Z #80 0.789 ++ local cmd=activate 2024-08-20T21:48:03.4777512Z #80 0.789 ++ case "$cmd" in 2024-08-20T21:48:03.4777867Z #80 0.789 ++ __conda_activate activate base 2024-08-20T21:48:03.4778320Z #80 0.789 ++ '[' -n '' ']' 2024-08-20T21:48:03.4778647Z #80 0.789 ++ local ask_conda 2024-08-20T21:48:03.4778960Z #80 0.789 +++ PS1= 2024-08-20T21:48:03.4779316Z #80 0.789 +++ __conda_exe shell.posix activate base 2024-08-20T21:48:03.4779879Z #80 0.790 +++ /opt/conda/bin/conda shell.posix activate base 2024-08-20T21:48:03.4780452Z #80 0.869 ++ ask_conda='PS1='\''(base) '\'' 2024-08-20T21:48:03.4781990Z #80 0.869 export PATH='\''/opt/conda/bin:/opt/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2024-08-20T21:48:03.4783446Z #80 0.869 export CONDA_PREFIX='\''/opt/conda'\'' 2024-08-20T21:48:03.4783943Z #80 0.869 export CONDA_SHLVL='\''1'\'' 2024-08-20T21:48:03.4784445Z #80 0.869 export CONDA_DEFAULT_ENV='\''base'\'' 2024-08-20T21:48:03.4785020Z #80 0.869 export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2024-08-20T21:48:03.4785622Z #80 0.869 export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2024-08-20T21:48:03.4786138Z #80 0.869 export _CE_M='\'''\'' 2024-08-20T21:48:03.4786553Z #80 0.869 export _CE_CONDA='\'''\'' 2024-08-20T21:48:03.4787119Z #80 0.869 export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2024-08-20T21:48:03.4787776Z #80 0.869 ++ eval 'PS1='\''(base) '\'' 2024-08-20T21:48:03.4789300Z #80 0.869 export PATH='\''/opt/conda/bin:/opt/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2024-08-20T21:48:03.4790754Z #80 0.869 export CONDA_PREFIX='\''/opt/conda'\'' 2024-08-20T21:48:03.4791251Z #80 0.869 export CONDA_SHLVL='\''1'\'' 2024-08-20T21:48:03.4791755Z #80 0.869 export CONDA_DEFAULT_ENV='\''base'\'' 2024-08-20T21:48:03.4792334Z #80 0.869 export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2024-08-20T21:48:03.4792935Z #80 0.869 export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2024-08-20T21:48:03.4793454Z #80 0.869 export _CE_M='\'''\'' 2024-08-20T21:48:03.4793866Z #80 0.869 export _CE_CONDA='\'''\'' 2024-08-20T21:48:03.4794428Z #80 0.869 export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2024-08-20T21:48:03.4794990Z #80 0.869 +++ PS1='(base) ' 2024-08-20T21:48:03.4796256Z #80 0.869 +++ export PATH=/opt/conda/bin:/opt/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-20T21:48:03.4798443Z #80 0.869 +++ PATH=/opt/conda/bin:/opt/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-20T21:48:03.4799748Z #80 0.869 +++ export CONDA_PREFIX=/opt/conda 2024-08-20T21:48:03.4800182Z #80 0.869 +++ CONDA_PREFIX=/opt/conda 2024-08-20T21:48:03.4800704Z #80 0.869 +++ export CONDA_SHLVL=1 2024-08-20T21:48:03.4801061Z #80 0.869 +++ CONDA_SHLVL=1 2024-08-20T21:48:03.4801429Z #80 0.869 +++ export CONDA_DEFAULT_ENV=base 2024-08-20T21:48:03.4801855Z #80 0.869 +++ CONDA_DEFAULT_ENV=base 2024-08-20T21:48:03.4802369Z #80 0.869 +++ export 'CONDA_PROMPT_MODIFIER=(base) ' 2024-08-20T21:48:03.4802928Z #80 0.869 +++ CONDA_PROMPT_MODIFIER='(base) ' 2024-08-20T21:48:03.4803414Z #80 0.869 +++ export CONDA_EXE=/opt/conda/bin/conda 2024-08-20T21:48:03.4803887Z #80 0.869 +++ CONDA_EXE=/opt/conda/bin/conda 2024-08-20T21:48:03.4804301Z #80 0.869 +++ export _CE_M= 2024-08-20T21:48:03.4804623Z #80 0.869 +++ _CE_M= 2024-08-20T21:48:03.4804909Z #80 0.869 +++ export _CE_CONDA= 2024-08-20T21:48:03.4805257Z #80 0.869 +++ _CE_CONDA= 2024-08-20T21:48:03.4805676Z #80 0.869 +++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2024-08-20T21:48:03.4806302Z #80 0.869 +++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2024-08-20T21:48:03.4806754Z #80 0.869 ++ __conda_hashr 2024-08-20T21:48:03.4807124Z #80 0.869 ++ '[' -n '' ']' 2024-08-20T21:48:03.4807472Z #80 0.869 ++ '[' -n '' ']' 2024-08-20T21:48:03.4807800Z #80 0.869 ++ hash -r 2024-08-20T21:48:03.7072998Z #80 0.869 + conda activate py_3.12 2024-08-20T21:48:03.7073566Z #80 0.869 + local cmd=activate 2024-08-20T21:48:03.7073955Z #80 0.869 + case "$cmd" in 2024-08-20T21:48:03.7074354Z #80 0.869 + __conda_activate activate py_3.12 2024-08-20T21:48:03.7075039Z #80 0.869 + '[' -n '' ']' 2024-08-20T21:48:03.7075485Z #80 0.869 + local ask_conda 2024-08-20T21:48:03.7075881Z #80 0.870 ++ PS1='(base) ' 2024-08-20T21:48:03.7076307Z #80 0.870 ++ __conda_exe shell.posix activate py_3.12 2024-08-20T21:48:03.7076888Z #80 0.870 ++ /opt/conda/bin/conda shell.posix activate py_3.12 2024-08-20T21:48:03.7077517Z #80 0.950 + ask_conda='PS1='\''(py_3.12) '\'' 2024-08-20T21:48:03.7079173Z #80 0.950 export PATH='\''/opt/conda/envs/py_3.12/bin:/opt/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2024-08-20T21:48:03.7081004Z #80 0.950 export CONDA_PREFIX='\''/opt/conda/envs/py_3.12'\'' 2024-08-20T21:48:03.7081578Z #80 0.950 export CONDA_SHLVL='\''2'\'' 2024-08-20T21:48:03.7082110Z #80 0.950 export CONDA_DEFAULT_ENV='\''py_3.12'\'' 2024-08-20T21:48:03.7082728Z #80 0.950 export CONDA_PROMPT_MODIFIER='\''(py_3.12) '\'' 2024-08-20T21:48:03.7083319Z #80 0.950 export CONDA_PREFIX_1='\''/opt/conda'\'' 2024-08-20T21:48:03.7084191Z #80 0.950 export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2024-08-20T21:48:03.7084733Z #80 0.950 export _CE_M='\'''\'' 2024-08-20T21:48:03.7085141Z #80 0.950 export _CE_CONDA='\'''\'' 2024-08-20T21:48:03.7085736Z #80 0.950 export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2024-08-20T21:48:03.7086456Z #80 0.950 + eval 'PS1='\''(py_3.12) '\'' 2024-08-20T21:48:03.7088055Z #80 0.950 export PATH='\''/opt/conda/envs/py_3.12/bin:/opt/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2024-08-20T21:48:03.7089541Z #80 0.950 export CONDA_PREFIX='\''/opt/conda/envs/py_3.12'\'' 2024-08-20T21:48:03.7090086Z #80 0.950 export CONDA_SHLVL='\''2'\'' 2024-08-20T21:48:03.7090566Z #80 0.950 export CONDA_DEFAULT_ENV='\''py_3.12'\'' 2024-08-20T21:48:03.7091118Z #80 0.950 export CONDA_PROMPT_MODIFIER='\''(py_3.12) '\'' 2024-08-20T21:48:03.7091680Z #80 0.950 export CONDA_PREFIX_1='\''/opt/conda'\'' 2024-08-20T21:48:03.7092239Z #80 0.950 export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2024-08-20T21:48:03.7092715Z #80 0.950 export _CE_M='\'''\'' 2024-08-20T21:48:03.7093106Z #80 0.950 export _CE_CONDA='\'''\'' 2024-08-20T21:48:03.7093647Z #80 0.950 export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2024-08-20T21:48:03.7094161Z #80 0.950 ++ PS1='(py_3.12) ' 2024-08-20T21:48:03.7095413Z #80 0.950 ++ export PATH=/opt/conda/envs/py_3.12/bin:/opt/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-20T21:48:03.7097831Z #80 0.950 ++ PATH=/opt/conda/envs/py_3.12/bin:/opt/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-20T21:48:03.7099232Z #80 0.950 ++ export CONDA_PREFIX=/opt/conda/envs/py_3.12 2024-08-20T21:48:03.7099748Z #80 0.950 ++ CONDA_PREFIX=/opt/conda/envs/py_3.12 2024-08-20T21:48:03.7100206Z #80 0.950 ++ export CONDA_SHLVL=2 2024-08-20T21:48:03.7100569Z #80 0.950 ++ CONDA_SHLVL=2 2024-08-20T21:48:03.7100929Z #80 0.950 ++ export CONDA_DEFAULT_ENV=py_3.12 2024-08-20T21:48:03.7101367Z #80 0.950 ++ CONDA_DEFAULT_ENV=py_3.12 2024-08-20T21:48:03.7101900Z #80 0.950 ++ export 'CONDA_PROMPT_MODIFIER=(py_3.12) ' 2024-08-20T21:48:03.7102551Z #80 0.950 ++ CONDA_PROMPT_MODIFIER='(py_3.12) ' 2024-08-20T21:48:03.7103173Z #80 0.950 ++ export CONDA_PREFIX_1=/opt/conda 2024-08-20T21:48:03.7103591Z #80 0.950 ++ CONDA_PREFIX_1=/opt/conda 2024-08-20T21:48:03.7104001Z #80 0.950 ++ export CONDA_EXE=/opt/conda/bin/conda 2024-08-20T21:48:03.7104457Z #80 0.950 ++ CONDA_EXE=/opt/conda/bin/conda 2024-08-20T21:48:03.7104861Z #80 0.950 ++ export _CE_M= 2024-08-20T21:48:03.7105154Z #80 0.950 ++ _CE_M= 2024-08-20T21:48:03.7105442Z #80 0.950 ++ export _CE_CONDA= 2024-08-20T21:48:03.7105766Z #80 0.950 ++ _CE_CONDA= 2024-08-20T21:48:03.7106144Z #80 0.950 ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2024-08-20T21:48:03.7106663Z #80 0.950 ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2024-08-20T21:48:03.7107101Z #80 0.950 + __conda_hashr 2024-08-20T21:48:03.7107431Z #80 0.950 + '[' -n '' ']' 2024-08-20T21:48:03.7107772Z #80 0.950 + '[' -n '' ']' 2024-08-20T21:48:03.7108082Z #80 0.950 + hash -r 2024-08-20T21:48:03.7108383Z #80 0.950 + '[' -n 22.04 ']' 2024-08-20T21:48:03.7108706Z #80 0.950 + apt update 2024-08-20T21:48:03.7108997Z #80 0.954 2024-08-20T21:48:03.7109486Z #80 0.954 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2024-08-20T21:48:03.7110088Z #80 0.954 2024-08-20T21:48:03.7277428Z #80 1.125 Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-08-20T21:48:03.8792282Z #80 1.126 Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] 2024-08-20T21:48:04.1405255Z #80 1.538 Get:3 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2173 kB] 2024-08-20T21:48:04.2990960Z #80 1.538 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-08-20T21:48:04.2992059Z #80 1.637 Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-08-20T21:48:04.2993198Z #80 1.696 Get:6 https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu jammy InRelease [24.6 kB] 2024-08-20T21:48:04.4742800Z #80 1.736 Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] 2024-08-20T21:48:04.4744223Z #80 1.872 Get:8 https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu jammy/main amd64 Packages [17.4 kB] 2024-08-20T21:48:04.6239078Z #80 1.935 Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2867 kB] 2024-08-20T21:48:04.6240287Z #80 2.021 Get:10 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB] 2024-08-20T21:48:04.7743132Z #80 2.021 Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1135 kB] 2024-08-20T21:48:04.9881987Z #80 2.386 Get:12 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] 2024-08-20T21:48:05.1157397Z #80 2.386 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] 2024-08-20T21:48:05.1158395Z #80 2.433 Get:14 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] 2024-08-20T21:48:05.1159617Z #80 2.438 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.8 kB] 2024-08-20T21:48:05.1160872Z #80 2.438 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2968 kB] 2024-08-20T21:48:05.1162031Z #80 2.513 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1424 kB] 2024-08-20T21:48:05.2206207Z #80 2.554 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2452 kB] 2024-08-20T21:48:05.2207351Z #80 2.618 Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.0 kB] 2024-08-20T21:48:05.3718181Z #80 2.619 Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [33.7 kB] 2024-08-20T21:48:06.0248743Z #80 3.422 Fetched 33.6 MB in 2s (13.7 MB/s) 2024-08-20T21:48:06.7405981Z #80 3.422 Reading package lists... 2024-08-20T21:48:06.8934705Z #80 4.152 Building dependency tree... 2024-08-20T21:48:07.0920794Z #80 4.291 Reading state information... 2024-08-20T21:48:07.0921772Z #80 4.305 10 packages can be upgraded. Run 'apt list --upgradable' to see them. 2024-08-20T21:48:07.0923090Z #80 4.306 + apt-get install -y lld liblld-15-dev libpng-dev libjpeg-dev libgl-dev libopenblas-dev libeigen3-dev libatlas-base-dev libzstd-dev 2024-08-20T21:48:07.6554451Z #80 4.339 Reading package lists... 2024-08-20T21:48:07.8045965Z #80 5.067 Building dependency tree... 2024-08-20T21:48:07.9459125Z #80 5.202 Reading state information... 2024-08-20T21:48:07.9460119Z #80 5.343 libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-08-20T21:48:07.9460923Z #80 5.343 libpng-dev is already the newest version (1.6.37-3build5). 2024-08-20T21:48:07.9461594Z #80 5.343 libpng-dev set to manually installed. 2024-08-20T21:48:07.9462338Z #80 5.343 libatlas-base-dev is already the newest version (3.10.3-12ubuntu1). 2024-08-20T21:48:07.9463220Z #80 5.343 The following packages were automatically installed and are no longer required: 2024-08-20T21:48:08.0477516Z #80 5.343 cmake-data dh-elpa-helper emacsen-common libarchive13 libjsoncpp25 librhash0 2024-08-20T21:48:08.0478283Z #80 5.344 libuv1 2024-08-20T21:48:08.0478759Z #80 5.344 Use 'apt autoremove' to remove them. 2024-08-20T21:48:08.0479374Z #80 5.344 The following additional packages will be installed: 2024-08-20T21:48:08.0480242Z #80 5.344 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 2024-08-20T21:48:08.0481305Z #80 5.344 libdrm2 libedit2 libgl1 libgl1-amber-dri libgl1-mesa-dri libglapi-mesa 2024-08-20T21:48:08.0482236Z #80 5.344 libglvnd0 libglx-dev libglx-mesa0 libglx0 liblld-15 libllvm14 libllvm15 2024-08-20T21:48:08.0483203Z #80 5.344 libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libpciaccess0 2024-08-20T21:48:08.0484431Z #80 5.344 libsensors-config libsensors5 libx11-xcb1 libxcb-dri2-0 libxcb-dri3-0 2024-08-20T21:48:08.0485344Z #80 5.344 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-shm0 libxcb-sync1 2024-08-20T21:48:08.0486223Z #80 5.345 libxcb-xfixes0 libxfixes3 libxshmfence1 libxxf86vm1 lld-14 lld-15 2024-08-20T21:48:08.0486821Z #80 5.345 Suggested packages: 2024-08-20T21:48:08.0487344Z #80 5.345 libeigen3-doc libmpfrc++-dev pciutils lm-sensors 2024-08-20T21:48:08.0487957Z #80 5.445 The following NEW packages will be installed: 2024-08-20T21:48:08.0488773Z #80 5.445 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 2024-08-20T21:48:08.0489677Z #80 5.445 libdrm2 libedit2 libeigen3-dev libgl-dev libgl1 libgl1-amber-dri 2024-08-20T21:48:08.0490583Z #80 5.445 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-dev libglx-mesa0 libglx0 2024-08-20T21:48:08.0491463Z #80 5.445 liblld-15 liblld-15-dev libllvm14 libllvm15 libopenblas-dev 2024-08-20T21:48:08.1499895Z #80 5.445 libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libpciaccess0 2024-08-20T21:48:08.1500911Z #80 5.445 libsensors-config libsensors5 libx11-xcb1 libxcb-dri2-0 libxcb-dri3-0 2024-08-20T21:48:08.1501831Z #80 5.445 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-shm0 libxcb-sync1 2024-08-20T21:48:08.1502764Z #80 5.445 libxcb-xfixes0 libxfixes3 libxshmfence1 libxxf86vm1 libzstd-dev lld lld-14 2024-08-20T21:48:08.1503444Z #80 5.446 lld-15 2024-08-20T21:48:08.1503929Z #80 5.488 0 upgraded, 44 newly installed, 0 to remove and 10 not upgraded. 2024-08-20T21:48:08.1504522Z #80 5.488 Need to get 80.6 MB of archives. 2024-08-20T21:48:08.1505143Z #80 5.488 After this operation, 421 MB of additional disk space will be used. 2024-08-20T21:48:08.1506355Z #80 5.488 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-common all 2.4.113-2~ubuntu0.22.04.1 [5450 B] 2024-08-20T21:48:08.1507813Z #80 5.502 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm2 amd64 2.4.113-2~ubuntu0.22.04.1 [38.1 kB] 2024-08-20T21:48:08.1509143Z #80 5.521 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] 2024-08-20T21:48:08.1510541Z #80 5.544 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-amdgpu1 amd64 2.4.113-2~ubuntu0.22.04.1 [19.9 kB] 2024-08-20T21:48:08.1511867Z #80 5.547 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpciaccess0 amd64 0.16-3 [19.1 kB] 2024-08-20T21:48:08.3415832Z #80 5.549 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-intel1 amd64 2.4.113-2~ubuntu0.22.04.1 [66.7 kB] 2024-08-20T21:48:08.3417396Z #80 5.558 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-nouveau2 amd64 2.4.113-2~ubuntu0.22.04.1 [17.5 kB] 2024-08-20T21:48:08.3418923Z #80 5.561 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-radeon1 amd64 2.4.113-2~ubuntu0.22.04.1 [21.6 kB] 2024-08-20T21:48:08.3420253Z #80 5.562 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd0 amd64 1.4.0-1 [73.6 kB] 2024-08-20T21:48:08.3421589Z #80 5.566 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglapi-mesa amd64 23.2.1-1ubuntu3.1~22.04.2 [37.1 kB] 2024-08-20T21:48:08.3423023Z #80 5.568 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-xcb1 amd64 2:1.7.5-1ubuntu0.3 [7802 B] 2024-08-20T21:48:08.3424339Z #80 5.568 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri2-0 amd64 1.14-3ubuntu3 [7206 B] 2024-08-20T21:48:08.3425594Z #80 5.569 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri3-0 amd64 1.14-3ubuntu3 [6968 B] 2024-08-20T21:48:08.3426822Z #80 5.574 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-glx0 amd64 1.14-3ubuntu3 [25.9 kB] 2024-08-20T21:48:08.3428080Z #80 5.575 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-present0 amd64 1.14-3ubuntu3 [5734 B] 2024-08-20T21:48:08.3429663Z #80 5.575 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-randr0 amd64 1.14-3ubuntu3 [18.3 kB] 2024-08-20T21:48:08.3430902Z #80 5.587 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5780 B] 2024-08-20T21:48:08.3432082Z #80 5.587 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-sync1 amd64 1.14-3ubuntu3 [9416 B] 2024-08-20T21:48:08.3433293Z #80 5.588 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-xfixes0 amd64 1.14-3ubuntu3 [9996 B] 2024-08-20T21:48:08.3434825Z #80 5.588 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB] 2024-08-20T21:48:08.3436015Z #80 5.588 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxshmfence1 amd64 1.3-1build4 [5394 B] 2024-08-20T21:48:08.3437266Z #80 5.588 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86vm1 amd64 1:1.1.4-1build3 [10.4 kB] 2024-08-20T21:48:08.3438621Z #80 5.589 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm15 amd64 1:15.0.7-0ubuntu0.22.04.3 [25.4 MB] 2024-08-20T21:48:08.3893055Z #80 5.787 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors-config all 1:3.6.0-7ubuntu1 [5274 B] 2024-08-20T21:48:08.4963990Z #80 5.787 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors5 amd64 1:3.6.0-7ubuntu1 [26.3 kB] 2024-08-20T21:48:08.4965465Z #80 5.787 Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgl1-mesa-dri amd64 23.2.1-1ubuntu3.1~22.04.2 [8860 kB] 2024-08-20T21:48:08.4966968Z #80 5.849 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglx-mesa0 amd64 23.2.1-1ubuntu3.1~22.04.2 [158 kB] 2024-08-20T21:48:08.4968256Z #80 5.850 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglx0 amd64 1.4.0-1 [41.0 kB] 2024-08-20T21:48:08.4969366Z #80 5.850 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl1 amd64 1.4.0-1 [110 kB] 2024-08-20T21:48:08.4970493Z #80 5.851 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglx-dev amd64 1.4.0-1 [14.1 kB] 2024-08-20T21:48:08.4971633Z #80 5.851 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl-dev amd64 1.4.0-1 [101 kB] 2024-08-20T21:48:08.4972964Z #80 5.852 Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgl1-amber-dri amd64 21.3.9-0ubuntu1~22.04.1 [4218 kB] 2024-08-20T21:48:08.4974441Z #80 5.882 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblld-15 amd64 1:15.0.7-0ubuntu0.22.04.3 [1697 kB] 2024-08-20T21:48:08.4975848Z #80 5.894 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lld-15 amd64 1:15.0.7-0ubuntu0.22.04.3 [1303 kB] 2024-08-20T21:48:08.6562559Z #80 5.903 Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblld-15-dev amd64 1:15.0.7-0ubuntu0.22.04.3 [13.3 kB] 2024-08-20T21:48:08.6564047Z #80 5.903 Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm14 amd64 1:14.0.0-1ubuntu1.1 [24.0 MB] 2024-08-20T21:48:08.6720542Z #80 6.069 Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopenblas0-pthread amd64 0.3.20+ds-1 [6803 kB] 2024-08-20T21:48:08.8861981Z #80 6.117 Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopenblas0 amd64 0.3.20+ds-1 [6098 B] 2024-08-20T21:48:08.8863383Z #80 6.117 Get:39 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopenblas-pthread-dev amd64 0.3.20+ds-1 [4634 kB] 2024-08-20T21:48:08.8864778Z #80 6.149 Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopenblas-dev amd64 0.3.20+ds-1 [18.6 kB] 2024-08-20T21:48:08.8866097Z #80 6.149 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libzstd-dev amd64 1.4.8+dfsg-3build1 [401 kB] 2024-08-20T21:48:08.8867430Z #80 6.153 Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 lld-14 amd64 1:14.0.0-1ubuntu1.1 [1249 kB] 2024-08-20T21:48:08.8868724Z #80 6.161 Get:43 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lld amd64 1:14.0-55~exp2 [3178 B] 2024-08-20T21:48:08.8869973Z #80 6.161 Get:44 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libeigen3-dev all 3.4.0-2ubuntu2 [1056 kB] 2024-08-20T21:48:08.8871320Z #80 6.283 debconf: delaying package configuration, since apt-utils is not installed 2024-08-20T21:48:09.0062199Z #80 6.305 Fetched 80.6 MB in 1s (113 MB/s) 2024-08-20T21:48:09.0063111Z #80 6.323 Selecting previously unselected package libdrm-common. 2024-08-20T21:48:09.0063667Z #80 6.323 (Reading database ... 2024-08-20T21:48:09.0064055Z (Reading database ... 5% 2024-08-20T21:48:09.0064377Z (Reading database ... 10% 2024-08-20T21:48:09.0064728Z (Reading database ... 15% 2024-08-20T21:48:09.0065058Z (Reading database ... 20% 2024-08-20T21:48:09.0065374Z (Reading database ... 25% 2024-08-20T21:48:09.0065708Z (Reading database ... 30% 2024-08-20T21:48:09.0066035Z (Reading database ... 35% 2024-08-20T21:48:09.0066350Z (Reading database ... 40% 2024-08-20T21:48:09.0066681Z (Reading database ... 45% 2024-08-20T21:48:09.0067008Z (Reading database ... 50% 2024-08-20T21:48:09.0067321Z (Reading database ... 55% 2024-08-20T21:48:09.0067649Z (Reading database ... 60% 2024-08-20T21:48:09.0067976Z (Reading database ... 65% 2024-08-20T21:48:09.0068297Z (Reading database ... 70% 2024-08-20T21:48:09.0068625Z (Reading database ... 75% 2024-08-20T21:48:09.0068951Z (Reading database ... 80% 2024-08-20T21:48:09.0069263Z (Reading database ... 85% 2024-08-20T21:48:09.0069590Z (Reading database ... 90% 2024-08-20T21:48:09.0069916Z (Reading database ... 95% 2024-08-20T21:48:09.0070231Z (Reading database ... 100% 2024-08-20T21:48:09.0070747Z (Reading database ... 28121 files and directories currently installed.) 2024-08-20T21:48:09.0071671Z #80 6.336 Preparing to unpack .../00-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ... 2024-08-20T21:48:09.0072504Z #80 6.339 Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... 2024-08-20T21:48:09.0073169Z #80 6.367 Selecting previously unselected package libdrm2:amd64. 2024-08-20T21:48:09.0074004Z #80 6.369 Preparing to unpack .../01-libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2024-08-20T21:48:09.0074813Z #80 6.376 Unpacking libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2024-08-20T21:48:09.0075481Z #80 6.404 Selecting previously unselected package libedit2:amd64. 2024-08-20T21:48:09.1065806Z #80 6.405 Preparing to unpack .../02-libedit2_3.1-20210910-1build1_amd64.deb ... 2024-08-20T21:48:09.1066648Z #80 6.409 Unpacking libedit2:amd64 (3.1-20210910-1build1) ... 2024-08-20T21:48:09.1067401Z #80 6.437 Selecting previously unselected package libdrm-amdgpu1:amd64. 2024-08-20T21:48:09.1068332Z #80 6.439 Preparing to unpack .../03-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2024-08-20T21:48:09.1069482Z #80 6.442 Unpacking libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2024-08-20T21:48:09.1070209Z #80 6.470 Selecting previously unselected package libpciaccess0:amd64. 2024-08-20T21:48:09.1071018Z #80 6.471 Preparing to unpack .../04-libpciaccess0_0.16-3_amd64.deb ... 2024-08-20T21:48:09.1071712Z #80 6.475 Unpacking libpciaccess0:amd64 (0.16-3) ... 2024-08-20T21:48:09.1072404Z #80 6.499 Selecting previously unselected package libdrm-intel1:amd64. 2024-08-20T21:48:09.1073311Z #80 6.501 Preparing to unpack .../05-libdrm-intel1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2024-08-20T21:48:09.1074202Z #80 6.504 Unpacking libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2024-08-20T21:48:09.2231215Z #80 6.529 Selecting previously unselected package libdrm-nouveau2:amd64. 2024-08-20T21:48:09.2232203Z #80 6.531 Preparing to unpack .../06-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2024-08-20T21:48:09.2233146Z #80 6.534 Unpacking libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2024-08-20T21:48:09.2234267Z #80 6.559 Selecting previously unselected package libdrm-radeon1:amd64. 2024-08-20T21:48:09.2235185Z #80 6.561 Preparing to unpack .../07-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2024-08-20T21:48:09.2236082Z #80 6.565 Unpacking libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2024-08-20T21:48:09.2236789Z #80 6.589 Selecting previously unselected package libglvnd0:amd64. 2024-08-20T21:48:09.2237539Z #80 6.591 Preparing to unpack .../08-libglvnd0_1.4.0-1_amd64.deb ... 2024-08-20T21:48:09.2238379Z #80 6.595 Unpacking libglvnd0:amd64 (1.4.0-1) ... 2024-08-20T21:48:09.2239081Z #80 6.620 Selecting previously unselected package libglapi-mesa:amd64. 2024-08-20T21:48:09.3445300Z #80 6.622 Preparing to unpack .../09-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.2_amd64.deb ... 2024-08-20T21:48:09.3447193Z #80 6.626 Unpacking libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.2) ... 2024-08-20T21:48:09.3448829Z #80 6.651 Selecting previously unselected package libx11-xcb1:amd64. 2024-08-20T21:48:09.3450714Z #80 6.653 Preparing to unpack .../10-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_amd64.deb ... 2024-08-20T21:48:09.3452229Z #80 6.657 Unpacking libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... 2024-08-20T21:48:09.3453659Z #80 6.682 Selecting previously unselected package libxcb-dri2-0:amd64. 2024-08-20T21:48:09.3455242Z #80 6.684 Preparing to unpack .../11-libxcb-dri2-0_1.14-3ubuntu3_amd64.deb ... 2024-08-20T21:48:09.3456667Z #80 6.687 Unpacking libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:09.3458041Z #80 6.711 Selecting previously unselected package libxcb-dri3-0:amd64. 2024-08-20T21:48:09.3459541Z #80 6.713 Preparing to unpack .../12-libxcb-dri3-0_1.14-3ubuntu3_amd64.deb ... 2024-08-20T21:48:09.3460923Z #80 6.716 Unpacking libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:09.3462235Z #80 6.742 Selecting previously unselected package libxcb-glx0:amd64. 2024-08-20T21:48:09.4460296Z #80 6.744 Preparing to unpack .../13-libxcb-glx0_1.14-3ubuntu3_amd64.deb ... 2024-08-20T21:48:09.4461108Z #80 6.748 Unpacking libxcb-glx0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:09.4461868Z #80 6.777 Selecting previously unselected package libxcb-present0:amd64. 2024-08-20T21:48:09.4462749Z #80 6.779 Preparing to unpack .../14-libxcb-present0_1.14-3ubuntu3_amd64.deb ... 2024-08-20T21:48:09.4463531Z #80 6.782 Unpacking libxcb-present0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:09.4464285Z #80 6.809 Selecting previously unselected package libxcb-randr0:amd64. 2024-08-20T21:48:09.4465131Z #80 6.811 Preparing to unpack .../15-libxcb-randr0_1.14-3ubuntu3_amd64.deb ... 2024-08-20T21:48:09.4465875Z #80 6.815 Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:09.4466709Z #80 6.843 Selecting previously unselected package libxcb-shm0:amd64. 2024-08-20T21:48:09.5496406Z #80 6.845 Preparing to unpack .../16-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... 2024-08-20T21:48:09.5497292Z #80 6.849 Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:09.5498343Z #80 6.876 Selecting previously unselected package libxcb-sync1:amd64. 2024-08-20T21:48:09.5499172Z #80 6.878 Preparing to unpack .../17-libxcb-sync1_1.14-3ubuntu3_amd64.deb ... 2024-08-20T21:48:09.5499919Z #80 6.881 Unpacking libxcb-sync1:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:09.5500640Z #80 6.910 Selecting previously unselected package libxcb-xfixes0:amd64. 2024-08-20T21:48:09.5501489Z #80 6.912 Preparing to unpack .../18-libxcb-xfixes0_1.14-3ubuntu3_amd64.deb ... 2024-08-20T21:48:09.5502254Z #80 6.915 Unpacking libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:09.5502899Z #80 6.941 Selecting previously unselected package libxfixes3:amd64. 2024-08-20T21:48:09.5503690Z #80 6.943 Preparing to unpack .../19-libxfixes3_1%3a6.0.0-1_amd64.deb ... 2024-08-20T21:48:09.5504382Z #80 6.947 Unpacking libxfixes3:amd64 (1:6.0.0-1) ... 2024-08-20T21:48:09.7898324Z #80 6.973 Selecting previously unselected package libxshmfence1:amd64. 2024-08-20T21:48:09.7899411Z #80 6.975 Preparing to unpack .../20-libxshmfence1_1.3-1build4_amd64.deb ... 2024-08-20T21:48:09.7900179Z #80 6.979 Unpacking libxshmfence1:amd64 (1.3-1build4) ... 2024-08-20T21:48:09.7900831Z #80 7.003 Selecting previously unselected package libxxf86vm1:amd64. 2024-08-20T21:48:09.7901683Z #80 7.005 Preparing to unpack .../21-libxxf86vm1_1%3a1.1.4-1build3_amd64.deb ... 2024-08-20T21:48:09.7902453Z #80 7.008 Unpacking libxxf86vm1:amd64 (1:1.1.4-1build3) ... 2024-08-20T21:48:09.7903091Z #80 7.031 Selecting previously unselected package libllvm15:amd64. 2024-08-20T21:48:09.7904191Z #80 7.033 Preparing to unpack .../22-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ... 2024-08-20T21:48:09.7905068Z #80 7.037 Unpacking libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... 2024-08-20T21:48:09.9486009Z #80 7.346 Selecting previously unselected package libsensors-config. 2024-08-20T21:48:10.0538054Z #80 7.349 Preparing to unpack .../23-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ... 2024-08-20T21:48:10.0538917Z #80 7.351 Unpacking libsensors-config (1:3.6.0-7ubuntu1) ... 2024-08-20T21:48:10.0539608Z #80 7.379 Selecting previously unselected package libsensors5:amd64. 2024-08-20T21:48:10.0540456Z #80 7.382 Preparing to unpack .../24-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ... 2024-08-20T21:48:10.0541221Z #80 7.410 Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ... 2024-08-20T21:48:10.0541973Z #80 7.442 Selecting previously unselected package libgl1-mesa-dri:amd64. 2024-08-20T21:48:10.0542906Z #80 7.444 Preparing to unpack .../25-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.2_amd64.deb ... 2024-08-20T21:48:10.0543900Z #80 7.451 Unpacking libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.2) ... 2024-08-20T21:48:10.1689442Z #80 7.566 Selecting previously unselected package libglx-mesa0:amd64. 2024-08-20T21:48:10.2721627Z #80 7.569 Preparing to unpack .../26-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.2_amd64.deb ... 2024-08-20T21:48:10.2722558Z #80 7.572 Unpacking libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.2) ... 2024-08-20T21:48:10.2723248Z #80 7.600 Selecting previously unselected package libglx0:amd64. 2024-08-20T21:48:10.2724015Z #80 7.602 Preparing to unpack .../27-libglx0_1.4.0-1_amd64.deb ... 2024-08-20T21:48:10.2724652Z #80 7.606 Unpacking libglx0:amd64 (1.4.0-1) ... 2024-08-20T21:48:10.2725209Z #80 7.635 Selecting previously unselected package libgl1:amd64. 2024-08-20T21:48:10.2725930Z #80 7.637 Preparing to unpack .../28-libgl1_1.4.0-1_amd64.deb ... 2024-08-20T21:48:10.2726549Z #80 7.640 Unpacking libgl1:amd64 (1.4.0-1) ... 2024-08-20T21:48:10.2727195Z #80 7.664 Selecting previously unselected package libglx-dev:amd64. 2024-08-20T21:48:10.2727984Z #80 7.666 Preparing to unpack .../29-libglx-dev_1.4.0-1_amd64.deb ... 2024-08-20T21:48:10.2728639Z #80 7.669 Unpacking libglx-dev:amd64 (1.4.0-1) ... 2024-08-20T21:48:10.3963135Z #80 7.692 Selecting previously unselected package libgl-dev:amd64. 2024-08-20T21:48:10.3963959Z #80 7.694 Preparing to unpack .../30-libgl-dev_1.4.0-1_amd64.deb ... 2024-08-20T21:48:10.3964633Z #80 7.697 Unpacking libgl-dev:amd64 (1.4.0-1) ... 2024-08-20T21:48:10.3965570Z #80 7.723 Selecting previously unselected package libgl1-amber-dri:amd64. 2024-08-20T21:48:10.3966491Z #80 7.725 Preparing to unpack .../31-libgl1-amber-dri_21.3.9-0ubuntu1~22.04.1_amd64.deb ... 2024-08-20T21:48:10.3967398Z #80 7.728 Unpacking libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... 2024-08-20T21:48:10.3968151Z #80 7.794 Selecting previously unselected package liblld-15. 2024-08-20T21:48:10.4969563Z #80 7.796 Preparing to unpack .../32-liblld-15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ... 2024-08-20T21:48:10.4970451Z #80 7.799 Unpacking liblld-15 (1:15.0.7-0ubuntu0.22.04.3) ... 2024-08-20T21:48:10.4971131Z #80 7.849 Selecting previously unselected package lld-15. 2024-08-20T21:48:10.4971941Z #80 7.851 Preparing to unpack .../33-lld-15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ... 2024-08-20T21:48:10.4972723Z #80 7.854 Unpacking lld-15 (1:15.0.7-0ubuntu0.22.04.3) ... 2024-08-20T21:48:10.4973421Z #80 7.890 Selecting previously unselected package liblld-15-dev. 2024-08-20T21:48:10.4974307Z #80 7.892 Preparing to unpack .../34-liblld-15-dev_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ... 2024-08-20T21:48:10.4975172Z #80 7.894 Unpacking liblld-15-dev (1:15.0.7-0ubuntu0.22.04.3) ... 2024-08-20T21:48:10.6779958Z #80 7.920 Selecting previously unselected package libllvm14:amd64. 2024-08-20T21:48:10.6781036Z #80 7.921 Preparing to unpack .../35-libllvm14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... 2024-08-20T21:48:10.6781831Z #80 7.925 Unpacking libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... 2024-08-20T21:48:10.8263871Z #80 8.224 Selecting previously unselected package libopenblas0-pthread:amd64. 2024-08-20T21:48:10.9582322Z #80 8.226 Preparing to unpack .../36-libopenblas0-pthread_0.3.20+ds-1_amd64.deb ... 2024-08-20T21:48:10.9583201Z #80 8.229 Unpacking libopenblas0-pthread:amd64 (0.3.20+ds-1) ... 2024-08-20T21:48:10.9583914Z #80 8.356 Selecting previously unselected package libopenblas0:amd64. 2024-08-20T21:48:11.1443814Z #80 8.358 Preparing to unpack .../37-libopenblas0_0.3.20+ds-1_amd64.deb ... 2024-08-20T21:48:11.1444640Z #80 8.361 Unpacking libopenblas0:amd64 (0.3.20+ds-1) ... 2024-08-20T21:48:11.1445445Z #80 8.386 Selecting previously unselected package libopenblas-pthread-dev:amd64. 2024-08-20T21:48:11.1446411Z #80 8.388 Preparing to unpack .../38-libopenblas-pthread-dev_0.3.20+ds-1_amd64.deb ... 2024-08-20T21:48:11.1447266Z #80 8.391 Unpacking libopenblas-pthread-dev:amd64 (0.3.20+ds-1) ... 2024-08-20T21:48:11.1453599Z #80 8.543 Selecting previously unselected package libopenblas-dev:amd64. 2024-08-20T21:48:11.2472761Z #80 8.545 Preparing to unpack .../39-libopenblas-dev_0.3.20+ds-1_amd64.deb ... 2024-08-20T21:48:11.2473624Z #80 8.548 Unpacking libopenblas-dev:amd64 (0.3.20+ds-1) ... 2024-08-20T21:48:11.2474375Z #80 8.571 Selecting previously unselected package libzstd-dev:amd64. 2024-08-20T21:48:11.2475234Z #80 8.573 Preparing to unpack .../40-libzstd-dev_1.4.8+dfsg-3build1_amd64.deb ... 2024-08-20T21:48:11.2476038Z #80 8.577 Unpacking libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... 2024-08-20T21:48:11.2476717Z #80 8.604 Selecting previously unselected package lld-14. 2024-08-20T21:48:11.2477494Z #80 8.606 Preparing to unpack .../41-lld-14_1%3a14.0.0-1ubuntu1.1_amd64.deb ... 2024-08-20T21:48:11.2478217Z #80 8.609 Unpacking lld-14 (1:14.0.0-1ubuntu1.1) ... 2024-08-20T21:48:11.2478780Z #80 8.645 Selecting previously unselected package lld:amd64. 2024-08-20T21:48:11.3868070Z #80 8.646 Preparing to unpack .../42-lld_1%3a14.0-55~exp2_amd64.deb ... 2024-08-20T21:48:11.3868810Z #80 8.650 Unpacking lld:amd64 (1:14.0-55~exp2) ... 2024-08-20T21:48:11.3869490Z #80 8.674 Selecting previously unselected package libeigen3-dev. 2024-08-20T21:48:11.3870308Z #80 8.676 Preparing to unpack .../43-libeigen3-dev_3.4.0-2ubuntu2_all.deb ... 2024-08-20T21:48:11.3871055Z #80 8.679 Unpacking libeigen3-dev (3.4.0-2ubuntu2) ... 2024-08-20T21:48:11.3871692Z #80 8.784 Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:11.4883556Z #80 8.793 Setting up libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... 2024-08-20T21:48:11.4885010Z #80 8.801 Setting up libpciaccess0:amd64 (0.16-3) ... 2024-08-20T21:48:11.4885698Z #80 8.808 Setting up libopenblas0-pthread:amd64 (0.3.20+ds-1) ... 2024-08-20T21:48:11.4887232Z #80 8.818 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode 2024-08-20T21:48:11.4889469Z #80 8.821 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode 2024-08-20T21:48:11.4891778Z #80 8.824 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so.0 to provide /usr/lib/x86_64-linux-gnu/libopenblas.so.0 (libopenblas.so.0-x86_64-linux-gnu) in auto mode 2024-08-20T21:48:11.4893229Z #80 8.829 Setting up libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:11.4893929Z #80 8.838 Setting up libzstd-dev:amd64 (1.4.8+dfsg-3build1) ... 2024-08-20T21:48:11.4894568Z #80 8.847 Setting up libglvnd0:amd64 (1.4.0-1) ... 2024-08-20T21:48:11.4895163Z #80 8.855 Setting up libxcb-glx0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:11.4895829Z #80 8.864 Setting up libedit2:amd64 (3.1-20210910-1build1) ... 2024-08-20T21:48:11.4896620Z #80 8.872 Setting up libsensors-config (1:3.6.0-7ubuntu1) ... 2024-08-20T21:48:11.4897261Z #80 8.886 Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:11.5941938Z #80 8.894 Setting up libxxf86vm1:amd64 (1:1.1.4-1build3) ... 2024-08-20T21:48:11.5944011Z #80 8.902 Setting up libxcb-present0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:11.5946229Z #80 8.911 Setting up libxfixes3:amd64 (1:6.0.0-1) ... 2024-08-20T21:48:11.5948119Z #80 8.921 Setting up libxcb-sync1:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:11.5949960Z #80 8.930 Setting up libeigen3-dev (3.4.0-2ubuntu2) ... 2024-08-20T21:48:11.5950998Z #80 8.938 Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ... 2024-08-20T21:48:11.5951713Z #80 8.946 Setting up libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.2) ... 2024-08-20T21:48:11.5952439Z #80 8.955 Setting up libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:11.5953103Z #80 8.965 Setting up libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ... 2024-08-20T21:48:11.5953737Z #80 8.974 Setting up libopenblas0:amd64 (0.3.20+ds-1) ... 2024-08-20T21:48:11.5954369Z #80 8.982 Setting up libxshmfence1:amd64 (1.3-1build4) ... 2024-08-20T21:48:11.5955014Z #80 8.991 Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ... 2024-08-20T21:48:11.6981247Z #80 9.002 Setting up libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... 2024-08-20T21:48:11.6982161Z #80 9.012 Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... 2024-08-20T21:48:11.6982947Z #80 9.021 Setting up libopenblas-pthread-dev:amd64 (0.3.20+ds-1) ... 2024-08-20T21:48:11.6984456Z #80 9.029 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode 2024-08-20T21:48:11.6986608Z #80 9.033 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode 2024-08-20T21:48:11.6988861Z #80 9.036 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so to provide /usr/lib/x86_64-linux-gnu/libopenblas.so (libopenblas.so-x86_64-linux-gnu) in auto mode 2024-08-20T21:48:11.6990301Z #80 9.043 Setting up liblld-15 (1:15.0.7-0ubuntu0.22.04.3) ... 2024-08-20T21:48:11.6990986Z #80 9.053 Setting up libopenblas-dev:amd64 (0.3.20+ds-1) ... 2024-08-20T21:48:11.6991639Z #80 9.063 Setting up lld-15 (1:15.0.7-0ubuntu0.22.04.3) ... 2024-08-20T21:48:11.6992263Z #80 9.074 Setting up lld-14 (1:14.0.0-1ubuntu1.1) ... 2024-08-20T21:48:11.6992934Z #80 9.085 Setting up libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2024-08-20T21:48:11.6993655Z #80 9.095 Setting up liblld-15-dev (1:15.0.7-0ubuntu0.22.04.3) ... 2024-08-20T21:48:11.7992743Z #80 9.104 Setting up libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2024-08-20T21:48:11.7994277Z #80 9.114 Setting up libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2024-08-20T21:48:11.7995111Z #80 9.124 Setting up libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2024-08-20T21:48:11.7995807Z #80 9.134 Setting up lld:amd64 (1:14.0-55~exp2) ... 2024-08-20T21:48:11.7996509Z #80 9.143 Setting up libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2024-08-20T21:48:11.7997314Z #80 9.153 Setting up libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.2) ... 2024-08-20T21:48:11.7998186Z #80 9.168 Setting up libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... 2024-08-20T21:48:11.7998990Z #80 9.178 Setting up libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.2) ... 2024-08-20T21:48:11.7999638Z #80 9.187 Setting up libglx0:amd64 (1.4.0-1) ... 2024-08-20T21:48:11.8000186Z #80 9.197 Setting up libgl1:amd64 (1.4.0-1) ... 2024-08-20T21:48:12.0292155Z #80 9.206 Setting up libglx-dev:amd64 (1.4.0-1) ... 2024-08-20T21:48:12.0292777Z #80 9.215 Setting up libgl-dev:amd64 (1.4.0-1) ... 2024-08-20T21:48:12.0293470Z #80 9.225 Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2024-08-20T21:48:12.0294086Z #80 9.276 + conda_install numpy scipy imageio cmake ninja 2024-08-20T21:48:12.0294961Z #80 9.276 + as_jenkins conda install -q -n py_3.12 -y python=3.12 numpy scipy imageio cmake ninja 2024-08-20T21:48:12.0298055Z #80 9.276 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/envs/py_3.12/bin:/opt/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda install -q -n py_3.12 -y python=3.12 numpy scipy imageio cmake ninja 2024-08-20T21:48:12.8100109Z #80 10.21 Channels: 2024-08-20T21:48:12.8100967Z #80 10.21 - defaults 2024-08-20T21:48:12.8101380Z #80 10.21 - conda-forge 2024-08-20T21:48:12.8101785Z #80 10.21 Platform: linux-64 2024-08-20T21:48:26.4801812Z #80 10.21 Collecting package metadata (repodata.json): ...working... done 2024-08-20T21:48:27.9988120Z #80 23.88 Solving environment: ...working... done 2024-08-20T21:48:29.3640079Z #80 26.76 2024-08-20T21:48:29.3640447Z #80 26.76 ## Package Plan ## 2024-08-20T21:48:29.3640807Z #80 26.76 2024-08-20T21:48:29.3641197Z #80 26.76 environment location: /opt/conda/envs/py_3.12 2024-08-20T21:48:29.3641667Z #80 26.76 2024-08-20T21:48:29.3641939Z #80 26.76 added / updated specs: 2024-08-20T21:48:29.3642493Z #80 26.76 - cmake 2024-08-20T21:48:29.3642829Z #80 26.76 - imageio 2024-08-20T21:48:29.3643167Z #80 26.76 - ninja 2024-08-20T21:48:29.3643499Z #80 26.76 - numpy 2024-08-20T21:48:29.3643836Z #80 26.76 - python=3.12 2024-08-20T21:48:29.3644190Z #80 26.76 - scipy 2024-08-20T21:48:29.3644459Z #80 26.76 2024-08-20T21:48:29.3644704Z #80 26.76 2024-08-20T21:48:29.3645045Z #80 26.76 The following packages will be downloaded: 2024-08-20T21:48:29.3645481Z #80 26.76 2024-08-20T21:48:29.3645825Z #80 26.76 package | build 2024-08-20T21:48:29.3646433Z #80 26.76 ---------------------------|----------------- 2024-08-20T21:48:29.3647104Z #80 26.76 freetype-2.12.1 | h4a9f257_0 626 KB 2024-08-20T21:48:29.3647873Z #80 26.76 imageio-2.33.1 | py312h06a4308_0 599 KB 2024-08-20T21:48:29.3648607Z #80 26.76 jpeg-9e | h5eee18b_3 262 KB 2024-08-20T21:48:29.3649317Z #80 26.76 lcms2-2.12 | h3be6417_0 312 KB 2024-08-20T21:48:29.3650040Z #80 26.76 lerc-3.0 | h295c915_0 196 KB 2024-08-20T21:48:29.3650770Z #80 26.76 libdeflate-1.17 | h5eee18b_1 64 KB 2024-08-20T21:48:29.3651522Z #80 26.76 libpng-1.6.39 | h5eee18b_0 304 KB 2024-08-20T21:48:29.3652246Z #80 26.76 libtiff-4.5.1 | h6a678d5_0 533 KB 2024-08-20T21:48:29.3652995Z #80 26.76 libwebp-base-1.3.2 | h5eee18b_0 387 KB 2024-08-20T21:48:29.3654011Z #80 26.76 ninja-1.10.2 | h06a4308_5 8 KB 2024-08-20T21:48:29.3654741Z #80 26.76 ninja-base-1.10.2 | hd09550d_5 109 KB 2024-08-20T21:48:29.3655490Z #80 26.76 numpy-1.26.4 | py312h2809609_0 10 KB 2024-08-20T21:48:29.3656243Z #80 26.76 numpy-base-1.26.4 | py312he1a6c75_0 7.7 MB 2024-08-20T21:48:29.3656991Z #80 26.76 openjpeg-2.5.2 | he7f1fd0_0 371 KB 2024-08-20T21:48:29.3657752Z #80 26.76 pillow-10.4.0 | py312h5eee18b_0 946 KB 2024-08-20T21:48:29.3658490Z #80 26.76 scipy-1.13.1 | py312h2809609_0 23.7 MB 2024-08-20T21:48:29.3659180Z #80 26.76 ------------------------------------------------------------ 2024-08-20T21:48:29.3659744Z #80 26.76 Total: 36.0 MB 2024-08-20T21:48:29.3660203Z #80 26.76 2024-08-20T21:48:29.3660564Z #80 26.76 The following NEW packages will be INSTALLED: 2024-08-20T21:48:29.3661009Z #80 26.76 2024-08-20T21:48:29.3661681Z #80 26.76 freetype pkgs/main/linux-64::freetype-2.12.1-h4a9f257_0 2024-08-20T21:48:29.3662554Z #80 26.76 imageio pkgs/main/linux-64::imageio-2.33.1-py312h06a4308_0 2024-08-20T21:48:29.3663352Z #80 26.76 jpeg pkgs/main/linux-64::jpeg-9e-h5eee18b_3 2024-08-20T21:48:29.3664122Z #80 26.76 lcms2 pkgs/main/linux-64::lcms2-2.12-h3be6417_0 2024-08-20T21:48:29.3665015Z #80 26.76 lerc pkgs/main/linux-64::lerc-3.0-h295c915_0 2024-08-20T21:48:29.3665823Z #80 26.76 libdeflate pkgs/main/linux-64::libdeflate-1.17-h5eee18b_1 2024-08-20T21:48:29.3666663Z #80 26.76 libpng pkgs/main/linux-64::libpng-1.6.39-h5eee18b_0 2024-08-20T21:48:29.3667478Z #80 26.76 libtiff pkgs/main/linux-64::libtiff-4.5.1-h6a678d5_0 2024-08-20T21:48:29.3668359Z #80 26.76 libwebp-base pkgs/main/linux-64::libwebp-base-1.3.2-h5eee18b_0 2024-08-20T21:48:29.3669202Z #80 26.76 ninja pkgs/main/linux-64::ninja-1.10.2-h06a4308_5 2024-08-20T21:48:29.3670047Z #80 26.76 ninja-base pkgs/main/linux-64::ninja-base-1.10.2-hd09550d_5 2024-08-20T21:48:29.3670914Z #80 26.76 openjpeg pkgs/main/linux-64::openjpeg-2.5.2-he7f1fd0_0 2024-08-20T21:48:29.3671749Z #80 26.76 pillow pkgs/main/linux-64::pillow-10.4.0-py312h5eee18b_0 2024-08-20T21:48:29.3672598Z #80 26.76 pybind11-abi pkgs/main/noarch::pybind11-abi-5-hd3eb1b0_0 2024-08-20T21:48:29.3673445Z #80 26.76 scipy pkgs/main/linux-64::scipy-1.13.1-py312h2809609_0 2024-08-20T21:48:29.3673965Z #80 26.76 2024-08-20T21:48:29.3674291Z #80 26.76 The following packages will be UPDATED: 2024-08-20T21:48:29.3674724Z #80 26.76 2024-08-20T21:48:29.3675247Z #80 26.76 numpy 1.26.0-py312h2809609_0 --> 1.26.4-py312h2809609_0 2024-08-20T21:48:29.3676103Z #80 26.76 numpy-base 1.26.0-py312he1a6c75_0 --> 1.26.4-py312he1a6c75_0 2024-08-20T21:48:29.3676688Z #80 26.76 2024-08-20T21:48:29.3676914Z #80 26.76 2024-08-20T21:48:29.5871117Z #80 26.76 Preparing transaction: ...working... done 2024-08-20T21:48:30.2019111Z #80 26.83 Verifying transaction: ...working... done 2024-08-20T21:48:35.5594755Z #80 27.60 Executing transaction: ...working... done 2024-08-20T21:48:35.7974704Z #80 33.19 + git clone --depth 1 --branch release/16.x --recursive https://github.com/llvm/llvm-project.git 2024-08-20T21:48:35.9494073Z #80 33.20 Cloning into 'llvm-project'... 2024-08-20T21:49:37.5225078Z #80 94.81 Updating files: 9% (12500/126307) 2024-08-20T21:49:37.5225575Z Updating files: 10% (12631/126307) 2024-08-20T21:49:37.5226895Z Updating files: 11% (13894/126307) 2024-08-20T21:49:37.6462984Z Updating files: 12% (15157/126307) 2024-08-20T21:49:37.7547235Z Updating files: 13% (16420/126307) 2024-08-20T21:49:37.7547720Z Updating files: 14% (17683/126307) 2024-08-20T21:49:37.7548116Z Updating files: 15% (18947/126307) 2024-08-20T21:49:37.9086115Z Updating files: 16% (20210/126307) 2024-08-20T21:49:37.9086629Z Updating files: 17% (21473/126307) 2024-08-20T21:49:38.0397818Z Updating files: 18% (22736/126307) 2024-08-20T21:49:38.0398290Z Updating files: 19% (23999/126307) 2024-08-20T21:49:38.1499498Z Updating files: 20% (25262/126307) 2024-08-20T21:49:38.1499937Z Updating files: 21% (26525/126307) 2024-08-20T21:49:38.3088120Z Updating files: 22% (27788/126307) 2024-08-20T21:49:38.3088575Z Updating files: 23% (29051/126307) 2024-08-20T21:49:38.4565004Z Updating files: 24% (30314/126307) 2024-08-20T21:49:38.4565446Z Updating files: 25% (31577/126307) 2024-08-20T21:49:38.4565838Z Updating files: 25% (31648/126307) 2024-08-20T21:49:38.5955091Z Updating files: 26% (32840/126307) 2024-08-20T21:49:38.5955616Z Updating files: 27% (34103/126307) 2024-08-20T21:49:38.7107720Z Updating files: 28% (35366/126307) 2024-08-20T21:49:38.7108217Z Updating files: 29% (36630/126307) 2024-08-20T21:49:38.8419215Z Updating files: 30% (37893/126307) 2024-08-20T21:49:38.8419742Z Updating files: 31% (39156/126307) 2024-08-20T21:49:38.9610472Z Updating files: 32% (40419/126307) 2024-08-20T21:49:38.9610894Z Updating files: 33% (41682/126307) 2024-08-20T21:49:39.0807043Z Updating files: 34% (42945/126307) 2024-08-20T21:49:39.0807543Z Updating files: 35% (44208/126307) 2024-08-20T21:49:39.2355075Z Updating files: 36% (45471/126307) 2024-08-20T21:49:39.2355579Z Updating files: 37% (46734/126307) 2024-08-20T21:49:39.3604966Z Updating files: 38% (47997/126307) 2024-08-20T21:49:39.3605707Z Updating files: 39% (49260/126307) 2024-08-20T21:49:39.4990002Z Updating files: 40% (50523/126307) 2024-08-20T21:49:39.4990554Z Updating files: 40% (51703/126307) 2024-08-20T21:49:39.4990942Z Updating files: 41% (51786/126307) 2024-08-20T21:49:39.6459674Z Updating files: 42% (53049/126307) 2024-08-20T21:49:39.6460149Z Updating files: 43% (54313/126307) 2024-08-20T21:49:39.7483953Z Updating files: 44% (55576/126307) 2024-08-20T21:49:39.9241547Z Updating files: 45% (56839/126307) 2024-08-20T21:49:39.9242068Z Updating files: 46% (58102/126307) 2024-08-20T21:49:40.1115165Z Updating files: 47% (59365/126307) 2024-08-20T21:49:40.1115670Z Updating files: 48% (60628/126307) 2024-08-20T21:49:40.2390189Z Updating files: 49% (61891/126307) 2024-08-20T21:49:40.3854513Z Updating files: 50% (63154/126307) 2024-08-20T21:49:40.5144987Z Updating files: 51% (64417/126307) 2024-08-20T21:49:40.5145446Z Updating files: 51% (64577/126307) 2024-08-20T21:49:40.6614776Z Updating files: 52% (65680/126307) 2024-08-20T21:49:40.8276362Z Updating files: 53% (66943/126307) 2024-08-20T21:49:40.8276869Z Updating files: 54% (68206/126307) 2024-08-20T21:49:40.9803972Z Updating files: 55% (69469/126307) 2024-08-20T21:49:40.9804419Z Updating files: 56% (70732/126307) 2024-08-20T21:49:41.0843489Z Updating files: 57% (71995/126307) 2024-08-20T21:49:41.2472058Z Updating files: 58% (73259/126307) 2024-08-20T21:49:41.2472602Z Updating files: 59% (74522/126307) 2024-08-20T21:49:41.3669391Z Updating files: 60% (75785/126307) 2024-08-20T21:49:41.3669903Z Updating files: 61% (77048/126307) 2024-08-20T21:49:41.4876668Z Updating files: 62% (78311/126307) 2024-08-20T21:49:41.4877131Z Updating files: 62% (79259/126307) 2024-08-20T21:49:41.6912374Z Updating files: 63% (79574/126307) 2024-08-20T21:49:41.6912854Z Updating files: 64% (80837/126307) 2024-08-20T21:49:41.6913225Z Updating files: 65% (82100/126307) 2024-08-20T21:49:41.8245200Z Updating files: 66% (83363/126307) 2024-08-20T21:49:41.8245678Z Updating files: 67% (84626/126307) 2024-08-20T21:49:41.9901950Z Updating files: 68% (85889/126307) 2024-08-20T21:49:41.9902403Z Updating files: 69% (87152/126307) 2024-08-20T21:49:42.2152638Z Updating files: 70% (88415/126307) 2024-08-20T21:49:42.2316218Z Updating files: 71% (89678/126307) 2024-08-20T21:49:42.3501667Z Updating files: 72% (90942/126307) 2024-08-20T21:49:42.3502186Z Updating files: 73% (92205/126307) 2024-08-20T21:49:42.5035854Z Updating files: 74% (93468/126307) 2024-08-20T21:49:42.5036600Z Updating files: 75% (94731/126307) 2024-08-20T21:49:42.5036998Z Updating files: 75% (94859/126307) 2024-08-20T21:49:42.6557602Z Updating files: 76% (95994/126307) 2024-08-20T21:49:42.6558123Z Updating files: 77% (97257/126307) 2024-08-20T21:49:42.7901327Z Updating files: 78% (98520/126307) 2024-08-20T21:49:42.7901850Z Updating files: 79% (99783/126307) 2024-08-20T21:49:42.9151183Z Updating files: 80% (101046/126307) 2024-08-20T21:49:42.9151678Z Updating files: 81% (102309/126307) 2024-08-20T21:49:43.0581700Z Updating files: 82% (103572/126307) 2024-08-20T21:49:43.0582226Z Updating files: 83% (104835/126307) 2024-08-20T21:49:43.1992266Z Updating files: 84% (106098/126307) 2024-08-20T21:49:43.1992807Z Updating files: 85% (107361/126307) 2024-08-20T21:49:43.3224412Z Updating files: 86% (108625/126307) 2024-08-20T21:49:43.3224930Z Updating files: 87% (109888/126307) 2024-08-20T21:49:43.4796371Z Updating files: 88% (111151/126307) 2024-08-20T21:49:43.4796848Z Updating files: 88% (112383/126307) 2024-08-20T21:49:43.4797229Z Updating files: 89% (112414/126307) 2024-08-20T21:49:43.6794159Z Updating files: 90% (113677/126307) 2024-08-20T21:49:43.6794707Z Updating files: 91% (114940/126307) 2024-08-20T21:49:43.8505784Z Updating files: 92% (116203/126307) 2024-08-20T21:49:43.8506301Z Updating files: 93% (117466/126307) 2024-08-20T21:49:43.9562390Z Updating files: 94% (118729/126307) 2024-08-20T21:49:44.1158489Z Updating files: 95% (119992/126307) 2024-08-20T21:49:44.1159021Z Updating files: 96% (121255/126307) 2024-08-20T21:49:44.2601618Z Updating files: 97% (122518/126307) 2024-08-20T21:49:44.2602148Z Updating files: 98% (123781/126307) 2024-08-20T21:49:44.4978239Z Updating files: 99% (125044/126307) 2024-08-20T21:49:44.4978735Z Updating files: 100% (126307/126307) 2024-08-20T21:49:44.4979176Z Updating files: 100% (126307/126307), done. 2024-08-20T21:49:44.5569168Z #80 102.0 + cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS=clang '-DLLVM_TARGETS_TO_BUILD=X86;NVPTX' -DLLVM_ENABLE_TERMINFO=OFF -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_ENABLE_EH=ON -DLLVM_ENABLE_RTTI=ON -DLLVM_BUILD_32_BITS=OFF -S llvm-project/llvm -B llvm-build -G Ninja 2024-08-20T21:49:44.6594740Z #80 102.0 -- The C compiler identification is GNU 11.4.0 2024-08-20T21:49:44.6595503Z #80 102.1 -- The CXX compiler identification is GNU 11.4.0 2024-08-20T21:49:44.7950663Z #80 102.1 -- The ASM compiler identification is GNU 2024-08-20T21:49:44.7951329Z #80 102.1 -- Found assembler: /usr/bin/cc 2024-08-20T21:49:44.7951833Z #80 102.1 -- Detecting C compiler ABI info 2024-08-20T21:49:44.7952376Z #80 102.1 -- Detecting C compiler ABI info - done 2024-08-20T21:49:44.7953034Z #80 102.1 -- Check for working C compiler: /usr/bin/cc - skipped 2024-08-20T21:49:44.7953638Z #80 102.1 -- Detecting C compile features 2024-08-20T21:49:44.7954148Z #80 102.1 -- Detecting C compile features - done 2024-08-20T21:49:44.7954688Z #80 102.1 -- Detecting CXX compiler ABI info 2024-08-20T21:49:44.7955255Z #80 102.2 -- Detecting CXX compiler ABI info - done 2024-08-20T21:49:44.9605083Z #80 102.2 -- Check for working CXX compiler: /usr/bin/c++ - skipped 2024-08-20T21:49:44.9605762Z #80 102.2 -- Detecting CXX compile features 2024-08-20T21:49:44.9606317Z #80 102.2 -- Detecting CXX compile features - done 2024-08-20T21:49:44.9606831Z #80 102.2 -- bolt project is disabled 2024-08-20T21:49:44.9607284Z #80 102.2 -- clang project is enabled 2024-08-20T21:49:44.9607791Z #80 102.2 -- clang-tools-extra project is disabled 2024-08-20T21:49:44.9608324Z #80 102.2 -- compiler-rt project is disabled 2024-08-20T21:49:44.9608898Z #80 102.2 -- cross-project-tests project is disabled 2024-08-20T21:49:44.9609436Z #80 102.2 -- libc project is disabled 2024-08-20T21:49:44.9609877Z #80 102.2 -- libclc project is disabled 2024-08-20T21:49:44.9610330Z #80 102.2 -- lld project is disabled 2024-08-20T21:49:44.9610773Z #80 102.2 -- lldb project is disabled 2024-08-20T21:49:44.9611203Z #80 102.2 -- mlir project is disabled 2024-08-20T21:49:44.9611874Z #80 102.2 -- openmp project is disabled 2024-08-20T21:49:44.9612337Z #80 102.2 -- polly project is disabled 2024-08-20T21:49:44.9612779Z #80 102.2 -- pstl project is disabled 2024-08-20T21:49:44.9613221Z #80 102.2 -- flang project is disabled 2024-08-20T21:49:45.1541843Z #80 102.6 -- Found Python3: /opt/conda/envs/py_3.12/bin/python3.12 (found suitable version "3.12.4", minimum required is "3.6") found components: Interpreter 2024-08-20T21:49:45.2568474Z #80 102.6 -- Looking for dlfcn.h 2024-08-20T21:49:45.2569005Z #80 102.6 -- Looking for dlfcn.h - found 2024-08-20T21:49:45.2569500Z #80 102.6 -- Looking for errno.h 2024-08-20T21:49:45.2569937Z #80 102.7 -- Looking for errno.h - found 2024-08-20T21:49:45.3582306Z #80 102.7 -- Looking for fcntl.h 2024-08-20T21:49:45.3582880Z #80 102.7 -- Looking for fcntl.h - found 2024-08-20T21:49:45.3583359Z #80 102.7 -- Looking for link.h 2024-08-20T21:49:45.3583776Z #80 102.8 -- Looking for link.h - found 2024-08-20T21:49:45.3584248Z #80 102.8 -- Looking for malloc/malloc.h 2024-08-20T21:49:45.4821153Z #80 102.8 -- Looking for malloc/malloc.h - not found 2024-08-20T21:49:45.4821784Z #80 102.8 -- Looking for pthread.h 2024-08-20T21:49:45.4822251Z #80 102.8 -- Looking for pthread.h - found 2024-08-20T21:49:45.4822709Z #80 102.8 -- Looking for signal.h 2024-08-20T21:49:45.4823150Z #80 102.9 -- Looking for signal.h - found 2024-08-20T21:49:45.4823613Z #80 102.9 -- Looking for sys/ioctl.h 2024-08-20T21:49:45.6301775Z #80 102.9 -- Looking for sys/ioctl.h - found 2024-08-20T21:49:45.6302378Z #80 102.9 -- Looking for sys/mman.h 2024-08-20T21:49:45.6303108Z #80 103.0 -- Looking for sys/mman.h - found 2024-08-20T21:49:45.6303590Z #80 103.0 -- Looking for sys/param.h 2024-08-20T21:49:45.6304075Z #80 103.0 -- Looking for sys/param.h - found 2024-08-20T21:49:45.7739005Z #80 103.0 -- Looking for sys/resource.h 2024-08-20T21:49:45.7739645Z #80 103.1 -- Looking for sys/resource.h - found 2024-08-20T21:49:45.7740154Z #80 103.1 -- Looking for sys/stat.h 2024-08-20T21:49:45.7740650Z #80 103.1 -- Looking for sys/stat.h - found 2024-08-20T21:49:45.7741111Z #80 103.1 -- Looking for sys/time.h 2024-08-20T21:49:45.7741572Z #80 103.2 -- Looking for sys/time.h - found 2024-08-20T21:49:45.9183519Z #80 103.2 -- Looking for sys/types.h 2024-08-20T21:49:45.9184231Z #80 103.2 -- Looking for sys/types.h - found 2024-08-20T21:49:45.9184728Z #80 103.2 -- Looking for sysexits.h 2024-08-20T21:49:45.9185190Z #80 103.3 -- Looking for sysexits.h - found 2024-08-20T21:49:45.9185676Z #80 103.3 -- Looking for termios.h 2024-08-20T21:49:45.9186130Z #80 103.3 -- Looking for termios.h - found 2024-08-20T21:49:45.9186601Z #80 103.3 -- Looking for unistd.h 2024-08-20T21:49:46.0198264Z #80 103.4 -- Looking for unistd.h - found 2024-08-20T21:49:46.0198855Z #80 103.4 -- Looking for valgrind/valgrind.h 2024-08-20T21:49:46.0199423Z #80 103.4 -- Looking for valgrind/valgrind.h - found 2024-08-20T21:49:46.0199919Z #80 103.4 -- Looking for fenv.h 2024-08-20T21:49:46.1637429Z #80 103.5 -- Looking for fenv.h - found 2024-08-20T21:49:46.1638052Z #80 103.5 -- Looking for FE_ALL_EXCEPT 2024-08-20T21:49:46.1638548Z #80 103.5 -- Looking for FE_ALL_EXCEPT - found 2024-08-20T21:49:46.1639049Z #80 103.5 -- Looking for FE_INEXACT 2024-08-20T21:49:46.1639509Z #80 103.6 -- Looking for FE_INEXACT - found 2024-08-20T21:49:46.1640055Z #80 103.6 -- Looking for mach/mach.h 2024-08-20T21:49:46.3027801Z #80 103.6 -- Looking for mach/mach.h - not found 2024-08-20T21:49:46.3028483Z #80 103.6 -- Looking for CrashReporterClient.h 2024-08-20T21:49:46.3029104Z #80 103.6 -- Looking for CrashReporterClient.h - not found 2024-08-20T21:49:46.3029667Z #80 103.6 -- Looking for linux/magic.h 2024-08-20T21:49:46.3030156Z #80 103.7 -- Looking for linux/magic.h - found 2024-08-20T21:49:46.3030704Z #80 103.7 -- Looking for pthread_create in pthread 2024-08-20T21:49:46.3031301Z #80 103.7 -- Looking for pthread_create in pthread - found 2024-08-20T21:49:46.3031931Z #80 103.7 -- Looking for pthread_rwlock_init in pthread 2024-08-20T21:49:46.4484595Z #80 103.7 -- Looking for pthread_rwlock_init in pthread - found 2024-08-20T21:49:46.4486169Z #80 103.7 -- Looking for pthread_mutex_lock in pthread 2024-08-20T21:49:46.4486817Z #80 103.8 -- Looking for pthread_mutex_lock in pthread - found 2024-08-20T21:49:46.4487391Z #80 103.8 -- Looking for dlopen in dl 2024-08-20T21:49:46.4487875Z #80 103.8 -- Looking for dlopen in dl - found 2024-08-20T21:49:46.5897361Z #80 103.8 -- Looking for clock_gettime in rt 2024-08-20T21:49:46.5898055Z #80 103.9 -- Looking for clock_gettime in rt - found 2024-08-20T21:49:46.5898656Z #80 103.9 -- Looking for pfm_initialize in pfm 2024-08-20T21:49:46.5899294Z #80 103.9 -- Looking for pfm_initialize in pfm - not found 2024-08-20T21:49:46.5899911Z #80 103.9 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-08-20T21:49:46.5900561Z #80 104.0 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2024-08-20T21:49:46.7318050Z #80 104.0 -- Found Threads: TRUE 2024-08-20T21:49:46.7318929Z #80 104.0 -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") 2024-08-20T21:49:46.7319645Z #80 104.0 -- Looking for compress2 2024-08-20T21:49:46.7320200Z #80 104.1 -- Looking for compress2 - found 2024-08-20T21:49:46.7320931Z #80 104.1 -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) 2024-08-20T21:49:46.7321593Z #80 104.1 -- Looking for histedit.h 2024-08-20T21:49:46.7322058Z #80 104.1 -- Looking for histedit.h - found 2024-08-20T21:49:46.8480689Z #80 104.1 -- Found LibEdit: /opt/conda/envs/py_3.12/include (found version "2.11") 2024-08-20T21:49:46.8481532Z #80 104.1 -- Looking for xar_open in xar 2024-08-20T21:49:46.8482299Z #80 104.2 -- Looking for xar_open in xar - not found 2024-08-20T21:49:46.8482841Z #80 104.2 -- Looking for arc4random 2024-08-20T21:49:46.8483331Z #80 104.2 -- Looking for arc4random - not found 2024-08-20T21:49:46.8483820Z #80 104.2 -- Looking for backtrace 2024-08-20T21:49:46.8484258Z #80 104.2 -- Looking for backtrace - found 2024-08-20T21:49:46.8484897Z #80 104.2 -- backtrace facility detected in default set of libraries 2024-08-20T21:49:46.9785036Z #80 104.2 -- Found Backtrace: /usr/include 2024-08-20T21:49:46.9785790Z #80 104.2 -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW 2024-08-20T21:49:46.9786732Z #80 104.3 -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed 2024-08-20T21:49:46.9787421Z #80 104.3 -- Looking for __register_frame 2024-08-20T21:49:46.9787942Z #80 104.3 -- Looking for __register_frame - found 2024-08-20T21:49:46.9788468Z #80 104.3 -- Looking for __deregister_frame 2024-08-20T21:49:46.9789009Z #80 104.4 -- Looking for __deregister_frame - found 2024-08-20T21:49:46.9789561Z #80 104.4 -- Looking for __unw_add_dynamic_fde 2024-08-20T21:49:47.1282511Z #80 104.4 -- Looking for __unw_add_dynamic_fde - not found 2024-08-20T21:49:47.1283184Z #80 104.4 -- Looking for _Unwind_Backtrace 2024-08-20T21:49:47.1283706Z #80 104.5 -- Looking for _Unwind_Backtrace - found 2024-08-20T21:49:47.1284235Z #80 104.5 -- Looking for getpagesize 2024-08-20T21:49:47.1284732Z #80 104.5 -- Looking for getpagesize - found 2024-08-20T21:49:47.2289674Z #80 104.5 -- Looking for sysconf 2024-08-20T21:49:47.2290201Z #80 104.6 -- Looking for sysconf - found 2024-08-20T21:49:47.2290665Z #80 104.6 -- Looking for getrusage 2024-08-20T21:49:47.2291108Z #80 104.6 -- Looking for getrusage - found 2024-08-20T21:49:47.3306711Z #80 104.6 -- Looking for setrlimit 2024-08-20T21:49:47.3307319Z #80 104.7 -- Looking for setrlimit - found 2024-08-20T21:49:47.3307775Z #80 104.7 -- Looking for isatty 2024-08-20T21:49:47.3308205Z #80 104.7 -- Looking for isatty - found 2024-08-20T21:49:47.4819335Z #80 104.7 -- Looking for futimens 2024-08-20T21:49:47.4820094Z #80 104.8 -- Looking for futimens - found 2024-08-20T21:49:47.4820552Z #80 104.8 -- Looking for futimes 2024-08-20T21:49:47.4820994Z #80 104.8 -- Looking for futimes - found 2024-08-20T21:49:47.4821457Z #80 104.8 -- Looking for sigaltstack 2024-08-20T21:49:47.4821920Z #80 104.9 -- Looking for sigaltstack - found 2024-08-20T21:49:47.6090680Z #80 104.9 -- Looking for mallctl 2024-08-20T21:49:47.6091597Z #80 104.9 -- Looking for mallctl - not found 2024-08-20T21:49:47.6092071Z #80 104.9 -- Looking for mallinfo 2024-08-20T21:49:47.6092528Z #80 105.0 -- Looking for mallinfo - found 2024-08-20T21:49:47.6092991Z #80 105.0 -- Looking for mallinfo2 2024-08-20T21:49:47.6093430Z #80 105.0 -- Looking for mallinfo2 - found 2024-08-20T21:49:47.7600168Z #80 105.0 -- Looking for malloc_zone_statistics 2024-08-20T21:49:47.7601009Z #80 105.0 -- Looking for malloc_zone_statistics - not found 2024-08-20T21:49:47.7601582Z #80 105.0 -- Looking for getrlimit 2024-08-20T21:49:47.7602081Z #80 105.1 -- Looking for getrlimit - found 2024-08-20T21:49:47.7602550Z #80 105.1 -- Looking for posix_spawn 2024-08-20T21:49:47.7603045Z #80 105.2 -- Looking for posix_spawn - found 2024-08-20T21:49:47.7603517Z #80 105.2 -- Looking for pread 2024-08-20T21:49:47.8850656Z #80 105.2 -- Looking for pread - found 2024-08-20T21:49:47.8851197Z #80 105.2 -- Looking for sbrk 2024-08-20T21:49:47.8851646Z #80 105.3 -- Looking for sbrk - found 2024-08-20T21:49:47.9860872Z #80 105.3 -- Looking for strerror 2024-08-20T21:49:47.9862076Z #80 105.3 -- Looking for strerror - found 2024-08-20T21:49:47.9862604Z #80 105.3 -- Looking for strerror_r 2024-08-20T21:49:47.9863070Z #80 105.4 -- Looking for strerror_r - found 2024-08-20T21:49:48.0907497Z #80 105.4 -- Looking for strerror_s 2024-08-20T21:49:48.0908135Z #80 105.4 -- Looking for strerror_s - not found 2024-08-20T21:49:48.0908635Z #80 105.4 -- Looking for setenv 2024-08-20T21:49:48.0909082Z #80 105.5 -- Looking for setenv - found 2024-08-20T21:49:48.0909925Z #80 105.5 -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 2024-08-20T21:49:48.0910728Z #80 105.5 -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed 2024-08-20T21:49:48.1921153Z #80 105.5 -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 2024-08-20T21:49:48.1921962Z #80 105.5 -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success 2024-08-20T21:49:48.1922570Z #80 105.5 -- Looking for __GLIBC__ 2024-08-20T21:49:48.1923049Z #80 105.6 -- Looking for __GLIBC__ - found 2024-08-20T21:49:48.2948393Z #80 105.6 -- Looking for pthread_getname_np 2024-08-20T21:49:48.2949175Z #80 105.6 -- Looking for pthread_getname_np - found 2024-08-20T21:49:48.2949734Z #80 105.6 -- Looking for pthread_setname_np 2024-08-20T21:49:48.2950276Z #80 105.7 -- Looking for pthread_setname_np - found 2024-08-20T21:49:48.4155296Z #80 105.7 -- Looking for dlopen 2024-08-20T21:49:48.4155852Z #80 105.7 -- Looking for dlopen - found 2024-08-20T21:49:48.4156309Z #80 105.7 -- Looking for dladdr 2024-08-20T21:49:48.4156747Z #80 105.8 -- Looking for dladdr - found 2024-08-20T21:49:48.4157232Z #80 105.8 -- Looking for proc_pid_rusage 2024-08-20T21:49:48.4157768Z #80 105.8 -- Looking for proc_pid_rusage - not found 2024-08-20T21:49:48.5883081Z #80 105.8 -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB 2024-08-20T21:49:48.5883841Z #80 105.9 -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success 2024-08-20T21:49:48.5884565Z #80 105.9 -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB 2024-08-20T21:49:48.5885280Z #80 106.0 -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success 2024-08-20T21:49:48.7004088Z #80 106.0 -- Performing Test LLVM_HAS_ATOMICS 2024-08-20T21:49:48.7004767Z #80 106.0 -- Performing Test LLVM_HAS_ATOMICS - Success 2024-08-20T21:49:48.7005425Z #80 106.0 -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG 2024-08-20T21:49:48.7006135Z #80 106.1 -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success 2024-08-20T21:49:48.8010265Z #80 106.1 -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG 2024-08-20T21:49:48.8011251Z #80 106.1 -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed 2024-08-20T21:49:48.8012027Z #80 106.1 -- Performing Test HAS_MAYBE_UNINITIALIZED 2024-08-20T21:49:48.8012678Z #80 106.2 -- Performing Test HAS_MAYBE_UNINITIALIZED - Success 2024-08-20T21:49:48.8013278Z #80 106.2 -- Native target architecture is X86 2024-08-20T21:49:48.8013756Z #80 106.2 -- Threads enabled. 2024-08-20T21:49:48.8014375Z #80 106.2 -- Doxygen disabled. 2024-08-20T21:49:48.8014766Z #80 106.2 -- Ninja version: 1.10.2 2024-08-20T21:49:48.8015469Z #80 106.2 -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 2024-08-20T21:49:48.8016428Z #80 106.2 -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 2024-08-20T21:49:48.9306161Z #80 106.2 -- OCaml bindings disabled. 2024-08-20T21:49:48.9306944Z #80 106.2 -- Found Python module pygments 2024-08-20T21:49:48.9307588Z #80 106.2 -- Found Python module pygments.lexers.c_cpp 2024-08-20T21:49:48.9308158Z #80 106.3 -- Found Python module yaml 2024-08-20T21:49:48.9308687Z #80 106.3 -- LLVM host triple: x86_64-unknown-linux-gnu 2024-08-20T21:49:48.9309358Z #80 106.3 -- LLVM default target triple: x86_64-unknown-linux-gnu 2024-08-20T21:49:48.9309982Z #80 106.3 -- Performing Test C_SUPPORTS_FPIC 2024-08-20T21:49:48.9310542Z #80 106.3 -- Performing Test C_SUPPORTS_FPIC - Success 2024-08-20T21:49:49.0337366Z #80 106.3 -- Performing Test CXX_SUPPORTS_FPIC 2024-08-20T21:49:49.0338038Z #80 106.4 -- Performing Test CXX_SUPPORTS_FPIC - Success 2024-08-20T21:49:49.0338583Z #80 106.4 -- Building with -fPIC 2024-08-20T21:49:49.0339154Z #80 106.4 -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION 2024-08-20T21:49:49.0339953Z #80 106.4 -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success 2024-08-20T21:49:49.1461572Z #80 106.4 -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION 2024-08-20T21:49:49.1462486Z #80 106.5 -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success 2024-08-20T21:49:49.1463564Z #80 106.5 -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG 2024-08-20T21:49:49.1464416Z #80 106.5 -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success 2024-08-20T21:49:49.2502408Z #80 106.5 -- Performing Test C_SUPPORTS_WERROR_DATE_TIME 2024-08-20T21:49:49.2503174Z #80 106.6 -- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success 2024-08-20T21:49:49.2503911Z #80 106.6 -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME 2024-08-20T21:49:49.2504625Z #80 106.6 -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success 2024-08-20T21:49:49.3728446Z #80 106.6 -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW 2024-08-20T21:49:49.3729399Z #80 106.7 -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed 2024-08-20T21:49:49.3730290Z #80 106.7 -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG 2024-08-20T21:49:49.3731177Z #80 106.7 -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success 2024-08-20T21:49:49.3732023Z #80 106.7 -- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG 2024-08-20T21:49:49.3732832Z #80 106.8 -- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed 2024-08-20T21:49:49.5084154Z #80 106.8 -- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG 2024-08-20T21:49:49.5085035Z #80 106.8 -- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed 2024-08-20T21:49:49.5085877Z #80 106.8 -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG 2024-08-20T21:49:49.5086674Z #80 106.8 -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success 2024-08-20T21:49:49.5087469Z #80 106.8 -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG 2024-08-20T21:49:49.5088266Z #80 106.9 -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success 2024-08-20T21:49:49.6229089Z #80 106.9 -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG 2024-08-20T21:49:49.6229974Z #80 106.9 -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed 2024-08-20T21:49:49.6230806Z #80 106.9 -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG 2024-08-20T21:49:49.6231638Z #80 107.0 -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed 2024-08-20T21:49:49.6232423Z #80 107.0 -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG 2024-08-20T21:49:49.6233183Z #80 107.0 -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Success 2024-08-20T21:49:49.7354896Z #80 107.0 -- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG 2024-08-20T21:49:49.7356002Z #80 107.1 -- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG - Success 2024-08-20T21:49:49.7356765Z #80 107.1 -- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG 2024-08-20T21:49:49.7357521Z #80 107.1 -- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG - Success 2024-08-20T21:49:49.8746184Z #80 107.1 -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG 2024-08-20T21:49:49.8747058Z #80 107.2 -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success 2024-08-20T21:49:49.8747855Z #80 107.2 -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR 2024-08-20T21:49:49.8748634Z #80 107.2 -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - Failed 2024-08-20T21:49:49.8749411Z #80 107.2 -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG 2024-08-20T21:49:49.8750172Z #80 107.3 -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success 2024-08-20T21:49:49.9831390Z #80 107.3 -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL 2024-08-20T21:49:49.9832321Z #80 107.3 -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success 2024-08-20T21:49:49.9833071Z #80 107.3 -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP 2024-08-20T21:49:49.9833941Z #80 107.4 -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed 2024-08-20T21:49:49.9834649Z #80 107.4 -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG 2024-08-20T21:49:49.9835400Z #80 107.4 -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Failed 2024-08-20T21:49:50.0914193Z #80 107.4 -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG 2024-08-20T21:49:50.0915308Z #80 107.4 -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Failed 2024-08-20T21:49:50.0916117Z #80 107.4 -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG 2024-08-20T21:49:50.0916956Z #80 107.5 -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success 2024-08-20T21:49:50.0917770Z #80 107.5 -- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG 2024-08-20T21:49:50.0918565Z #80 107.5 -- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG - Failed 2024-08-20T21:49:50.2310934Z #80 107.5 -- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG 2024-08-20T21:49:50.2311893Z #80 107.5 -- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSPPORTED_FLAG - Success 2024-08-20T21:49:50.2312708Z #80 107.5 -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS 2024-08-20T21:49:50.2313454Z #80 107.6 -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Failed 2024-08-20T21:49:50.2314199Z #80 107.6 -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS 2024-08-20T21:49:50.2314960Z #80 107.6 -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success 2024-08-20T21:49:50.3356649Z #80 107.6 -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS 2024-08-20T21:49:50.3357527Z #80 107.7 -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success 2024-08-20T21:49:50.3358274Z #80 107.7 -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS 2024-08-20T21:49:50.3358999Z #80 107.7 -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success 2024-08-20T21:49:50.4415393Z #80 107.7 -- Performing Test C_SUPPORTS_FDATA_SECTIONS 2024-08-20T21:49:50.4416194Z #80 107.8 -- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success 2024-08-20T21:49:50.4416889Z #80 107.8 -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS 2024-08-20T21:49:50.4417570Z #80 107.8 -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success 2024-08-20T21:49:50.6149374Z #80 107.8 -- Looking for os_signpost_interval_begin 2024-08-20T21:49:50.6150179Z #80 107.9 -- Looking for os_signpost_interval_begin - not found 2024-08-20T21:49:50.7840963Z #80 108.2 -- Linker detection: GNU ld 2024-08-20T21:49:50.9079845Z #80 108.2 -- Performing Test HAS_WERROR_GLOBAL_CTORS 2024-08-20T21:49:50.9080708Z #80 108.2 -- Performing Test HAS_WERROR_GLOBAL_CTORS - Failed 2024-08-20T21:49:50.9081278Z #80 108.2 -- Looking for __x86_64__ 2024-08-20T21:49:50.9081781Z #80 108.3 -- Looking for __x86_64__ - found 2024-08-20T21:49:50.9082386Z #80 108.3 -- Found Git: /usr/bin/git (found version "2.34.1") 2024-08-20T21:49:51.1038080Z #80 108.5 -- Targeting X86 2024-08-20T21:49:51.2279936Z #80 108.5 -- Targeting NVPTX 2024-08-20T21:49:51.4432706Z #80 108.6 -- Looking for sys/resource.h 2024-08-20T21:49:51.4433354Z #80 108.7 -- Looking for sys/resource.h - found 2024-08-20T21:49:51.4434106Z #80 108.7 -- Clang version: 16.0.6 2024-08-20T21:49:51.4434714Z #80 108.7 -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG 2024-08-20T21:49:51.4435534Z #80 108.7 -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed 2024-08-20T21:49:51.4436250Z #80 108.8 -- Looking for include file sys/inotify.h 2024-08-20T21:49:51.6475107Z #80 108.9 -- Looking for include file sys/inotify.h - found 2024-08-20T21:49:52.3841218Z #80 109.8 -- Registering ExampleIRTransforms as a pass plugin (static build: OFF) 2024-08-20T21:49:52.6000233Z #80 109.8 -- Registering Bye as a pass plugin (static build: OFF) 2024-08-20T21:49:53.5076319Z #80 110.9 -- Failed to find LLVM FileCheck 2024-08-20T21:49:54.2082804Z #80 111.6 -- git version: v0.0.0 normalized to 0.0.0 2024-08-20T21:49:54.2083388Z #80 111.6 -- Version: 1.6.0 2024-08-20T21:49:54.3311395Z #80 111.6 -- Looking for shm_open in rt 2024-08-20T21:49:54.3311991Z #80 111.7 -- Looking for shm_open in rt - found 2024-08-20T21:49:54.3312577Z #80 111.7 -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2024-08-20T21:49:54.3313230Z #80 111.7 -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2024-08-20T21:49:54.4586859Z #80 111.7 -- Performing Test HAVE_CXX_FLAG_WALL 2024-08-20T21:49:54.4587560Z #80 111.8 -- Performing Test HAVE_CXX_FLAG_WALL - Success 2024-08-20T21:49:54.4588375Z #80 111.8 -- Performing Test HAVE_CXX_FLAG_WEXTRA 2024-08-20T21:49:54.4588989Z #80 111.9 -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2024-08-20T21:49:54.5860227Z #80 111.9 -- Performing Test HAVE_CXX_FLAG_WSHADOW 2024-08-20T21:49:54.5860932Z #80 111.9 -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2024-08-20T21:49:54.5861640Z #80 111.9 -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2024-08-20T21:49:54.5862375Z #80 112.0 -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2024-08-20T21:49:54.7122883Z #80 112.0 -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2024-08-20T21:49:54.7123627Z #80 112.0 -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2024-08-20T21:49:54.7124297Z #80 112.0 -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2024-08-20T21:49:54.7125015Z #80 112.1 -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2024-08-20T21:49:54.8184623Z #80 112.1 -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2024-08-20T21:49:54.8185453Z #80 112.2 -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2024-08-20T21:49:54.8186176Z #80 112.2 -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2024-08-20T21:49:54.8186882Z #80 112.2 -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2024-08-20T21:49:54.9447260Z #80 112.2 -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2024-08-20T21:49:54.9448124Z #80 112.3 -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2024-08-20T21:49:54.9448905Z #80 112.3 -- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS 2024-08-20T21:49:54.9449610Z #80 112.3 -- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - Success 2024-08-20T21:49:55.0738329Z #80 112.3 -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2024-08-20T21:49:55.0739126Z #80 112.4 -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2024-08-20T21:49:55.0739806Z #80 112.4 -- Performing Test HAVE_CXX_FLAG_WD654 2024-08-20T21:49:55.0740407Z #80 112.4 -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2024-08-20T21:49:55.0741042Z #80 112.4 -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2024-08-20T21:49:55.0741727Z #80 112.5 -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2024-08-20T21:49:55.3206137Z #80 112.5 -- Performing Test HAVE_CXX_FLAG_COVERAGE 2024-08-20T21:49:55.3206906Z #80 112.5 -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2024-08-20T21:49:55.3207633Z #80 112.5 -- Performing Test HAVE_GNU_POSIX_REGEX 2024-08-20T21:49:55.3208203Z #80 112.5 -- Performing Test HAVE_GNU_POSIX_REGEX 2024-08-20T21:49:55.3209120Z #80 112.6 -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2024-08-20T21:49:55.3209771Z #80 112.6 -- Performing Test HAVE_POSIX_REGEX 2024-08-20T21:49:55.3210296Z #80 112.6 -- Performing Test HAVE_POSIX_REGEX 2024-08-20T21:49:55.3739704Z #80 112.8 -- Performing Test HAVE_POSIX_REGEX -- success 2024-08-20T21:49:55.4954983Z #80 112.8 -- Performing Test HAVE_STEADY_CLOCK 2024-08-20T21:49:55.4955609Z #80 112.8 -- Performing Test HAVE_STEADY_CLOCK 2024-08-20T21:49:55.4956208Z #80 112.9 -- Performing Test HAVE_STEADY_CLOCK -- success 2024-08-20T21:49:55.6987849Z #80 112.9 -- Configuring done (11.0s) 2024-08-20T21:49:56.7196440Z #80 114.1 CMake Warning at cmake/modules/AddLLVM.cmake:965 (add_executable): 2024-08-20T21:49:56.7197977Z #80 114.1 Cannot generate a safe runtime search path for target clang-repl because 2024-08-20T21:49:56.7198800Z #80 114.1 files in some directories may conflict with libraries in implicit 2024-08-20T21:49:56.7199499Z #80 114.1 directories: 2024-08-20T21:49:56.7199894Z #80 114.1 2024-08-20T21:49:56.7200554Z #80 114.1 runtime library [libz.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in: 2024-08-20T21:49:56.7201266Z #80 114.1 /opt/conda/envs/py_3.12/lib 2024-08-20T21:49:56.7202078Z #80 114.1 runtime library [libzstd.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in: 2024-08-20T21:49:56.7202790Z #80 114.1 /opt/conda/envs/py_3.12/lib 2024-08-20T21:49:56.7203169Z #80 114.1 2024-08-20T21:49:56.7203565Z #80 114.1 Some of these libraries may not be found correctly. 2024-08-20T21:49:56.7204358Z #80 114.1 Call Stack (most recent call first): 2024-08-20T21:49:56.7205139Z #80 114.1 /llvm-project/clang/cmake/modules/AddClang.cmake:146 (add_llvm_executable) 2024-08-20T21:49:56.7206146Z #80 114.1 /llvm-project/clang/cmake/modules/AddClang.cmake:165 (add_clang_executable) 2024-08-20T21:49:56.7207126Z #80 114.1 /llvm-project/clang/tools/clang-repl/CMakeLists.txt:10 (add_clang_tool) 2024-08-20T21:49:56.7207731Z #80 114.1 2024-08-20T21:49:56.7207969Z #80 114.1 2024-08-20T21:49:57.4846818Z #80 114.9 CMake Warning at cmake/modules/AddLLVM.cmake:963 (add_executable): 2024-08-20T21:49:57.4847970Z #80 114.9 Cannot generate a safe runtime search path for target Kaleidoscope-Ch8 2024-08-20T21:49:57.4848842Z #80 114.9 because files in some directories may conflict with libraries in implicit 2024-08-20T21:49:57.4849480Z #80 114.9 directories: 2024-08-20T21:49:57.4849783Z #80 114.9 2024-08-20T21:49:57.4850459Z #80 114.9 runtime library [libz.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in: 2024-08-20T21:49:57.4851151Z #80 114.9 /opt/conda/envs/py_3.12/lib 2024-08-20T21:49:57.4851962Z #80 114.9 runtime library [libzstd.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in: 2024-08-20T21:49:57.4852672Z #80 114.9 /opt/conda/envs/py_3.12/lib 2024-08-20T21:49:57.4853049Z #80 114.9 2024-08-20T21:49:57.4853437Z #80 114.9 Some of these libraries may not be found correctly. 2024-08-20T21:49:57.4854010Z #80 114.9 Call Stack (most recent call first): 2024-08-20T21:49:57.4854568Z #80 114.9 cmake/modules/AddLLVM.cmake:1365 (add_llvm_executable) 2024-08-20T21:49:57.4855259Z #80 114.9 examples/Kaleidoscope/CMakeLists.txt:6 (add_llvm_example) 2024-08-20T21:49:57.4856076Z #80 114.9 examples/Kaleidoscope/Chapter8/CMakeLists.txt:5 (add_kaleidoscope_chapter) 2024-08-20T21:49:57.4856701Z #80 114.9 2024-08-20T21:49:57.4856944Z #80 114.9 2024-08-20T21:49:58.3070596Z #80 115.7 CMake Warning at cmake/modules/AddLLVM.cmake:963 (add_executable): 2024-08-20T21:49:58.3071576Z #80 115.7 Cannot generate a safe runtime search path for target LineEditorTests 2024-08-20T21:49:58.3072432Z #80 115.7 because files in some directories may conflict with libraries in implicit 2024-08-20T21:49:58.3073066Z #80 115.7 directories: 2024-08-20T21:49:58.3073376Z #80 115.7 2024-08-20T21:49:58.3074170Z #80 115.7 runtime library [libz.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in: 2024-08-20T21:49:58.3075107Z #80 115.7 /opt/conda/envs/py_3.12/lib 2024-08-20T21:49:58.3075930Z #80 115.7 runtime library [libzstd.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in: 2024-08-20T21:49:58.3076642Z #80 115.7 /opt/conda/envs/py_3.12/lib 2024-08-20T21:49:58.3077017Z #80 115.7 2024-08-20T21:49:58.3077408Z #80 115.7 Some of these libraries may not be found correctly. 2024-08-20T21:49:58.3077976Z #80 115.7 Call Stack (most recent call first): 2024-08-20T21:49:58.3078530Z #80 115.7 cmake/modules/AddLLVM.cmake:1579 (add_llvm_executable) 2024-08-20T21:49:58.3079141Z #80 115.7 unittests/CMakeLists.txt:5 (add_unittest) 2024-08-20T21:49:58.3079759Z #80 115.7 unittests/LineEditor/CMakeLists.txt:6 (add_llvm_unittest) 2024-08-20T21:49:58.3080376Z #80 115.7 2024-08-20T21:49:58.3080620Z #80 115.7 2024-08-20T21:49:58.4503133Z #80 115.8 -- Generating done (2.3s) 2024-08-20T21:49:58.6242460Z #80 115.9 -- Build files have been written to: /llvm-build 2024-08-20T21:49:58.7968340Z #80 116.2 + cmake --build llvm-build 2024-08-20T21:49:59.1600449Z #80 116.6 [1/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ABIBreak.cpp.o 2024-08-20T21:49:59.2780287Z #80 116.6 [2/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/AutoConvert.cpp.o 2024-08-20T21:49:59.2782049Z #80 116.6 [3/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/COM.cpp.o 2024-08-20T21:49:59.2783813Z #80 116.7 [4/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ExtensibleRTTI.cpp.o 2024-08-20T21:49:59.4086301Z #80 116.8 [5/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BuryPointer.cpp.o 2024-08-20T21:49:59.5091851Z #80 116.9 [6/3615] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/Demangle.cpp.o 2024-08-20T21:49:59.6100602Z #80 117.0 [7/3615] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/DLangDemangle.cpp.o 2024-08-20T21:49:59.7211094Z #80 117.1 [8/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.cpp.o 2024-08-20T21:49:59.7213120Z #80 117.1 [9/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DivisionByConstantInfo.cpp.o 2024-08-20T21:49:59.7215160Z #80 117.1 [10/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o 2024-08-20T21:49:59.8404253Z #80 117.2 [11/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CrashRecoveryContext.cpp.o 2024-08-20T21:49:59.9445570Z #80 117.3 [12/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o 2024-08-20T21:49:59.9447547Z #80 117.3 [13/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CSKYAttributes.cpp.o 2024-08-20T21:49:59.9449534Z #80 117.3 [14/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/AddressRanges.cpp.o 2024-08-20T21:50:00.0551598Z #80 117.4 [15/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CRC.cpp.o 2024-08-20T21:50:00.0553322Z #80 117.4 [16/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o 2024-08-20T21:50:00.0555235Z #80 117.4 [17/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/circular_raw_ostream.cpp.o 2024-08-20T21:50:00.0557118Z #80 117.4 [18/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DJB.cpp.o 2024-08-20T21:50:00.0558929Z #80 117.5 [19/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributes.cpp.o 2024-08-20T21:50:00.1769578Z #80 117.5 [20/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APSInt.cpp.o 2024-08-20T21:50:00.1771464Z #80 117.5 [21/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o 2024-08-20T21:50:00.1773205Z #80 117.6 [22/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Chrono.cpp.o 2024-08-20T21:50:00.1774992Z #80 117.6 [23/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o 2024-08-20T21:50:00.3049523Z #80 117.6 [24/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTFWrapper.cpp.o 2024-08-20T21:50:00.3052023Z #80 117.7 [25/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamError.cpp.o 2024-08-20T21:50:00.4298023Z #80 117.8 [26/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Base64.cpp.o 2024-08-20T21:50:00.5479306Z #80 117.8 [27/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Hashing.cpp.o 2024-08-20T21:50:00.5481372Z #80 117.9 [28/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DeltaAlgorithm.cpp.o 2024-08-20T21:50:00.5483410Z #80 117.9 [29/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Compression.cpp.o 2024-08-20T21:50:00.5485311Z #80 117.9 [30/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MemAlloc.cpp.o 2024-08-20T21:50:00.6573228Z #80 118.0 [31/3615] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/RustDemangle.cpp.o 2024-08-20T21:50:00.6575274Z #80 118.0 [32/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CSKYAttributeParser.cpp.o 2024-08-20T21:50:00.6577103Z #80 118.0 [33/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MathExtras.cpp.o 2024-08-20T21:50:00.6578955Z #80 118.0 [34/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o 2024-08-20T21:50:00.6581018Z #80 118.1 [35/3615] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangleNodes.cpp.o 2024-08-20T21:50:00.8045355Z #80 118.1 [36/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o 2024-08-20T21:50:00.8049279Z #80 118.1 [37/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o 2024-08-20T21:50:00.8051540Z #80 118.1 [38/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/InstructionCost.cpp.o 2024-08-20T21:50:00.8053514Z #80 118.1 [39/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FormatVariadic.cpp.o 2024-08-20T21:50:00.8055389Z #80 118.1 [40/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Debug.cpp.o 2024-08-20T21:50:00.8057259Z #80 118.1 [41/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o 2024-08-20T21:50:00.8059017Z #80 118.2 [42/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/InitLLVM.cpp.o 2024-08-20T21:50:00.9245695Z #80 118.2 [43/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DataExtractor.cpp.o 2024-08-20T21:50:00.9247540Z #80 118.2 [44/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LEB128.cpp.o 2024-08-20T21:50:00.9249443Z #80 118.2 [45/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamWriter.cpp.o 2024-08-20T21:50:00.9251453Z #80 118.3 [46/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamRef.cpp.o 2024-08-20T21:50:00.9253319Z #80 118.3 [47/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o 2024-08-20T21:50:01.1550798Z #80 118.3 [48/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamReader.cpp.o 2024-08-20T21:50:01.1552889Z #80 118.4 [49/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LineIterator.cpp.o 2024-08-20T21:50:01.1554649Z #80 118.4 [50/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Locale.cpp.o 2024-08-20T21:50:01.1905463Z #80 118.6 [51/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LowLevelType.cpp.o 2024-08-20T21:50:01.2985054Z #80 118.7 [52/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o 2024-08-20T21:50:01.2987143Z #80 118.7 [53/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CodeGenCoverage.cpp.o 2024-08-20T21:50:01.4285035Z #80 118.7 [54/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ManagedStatic.cpp.o 2024-08-20T21:50:01.4286976Z #80 118.7 [55/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBufferRef.cpp.o 2024-08-20T21:50:01.4288805Z #80 118.7 [56/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Error.cpp.o 2024-08-20T21:50:01.4290929Z #80 118.8 [57/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CachePruning.cpp.o 2024-08-20T21:50:01.4292685Z #80 118.8 [58/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Optional.cpp.o 2024-08-20T21:50:01.4294487Z #80 118.8 [59/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MSP430Attributes.cpp.o 2024-08-20T21:50:01.5338072Z #80 118.9 [60/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileCollector.cpp.o 2024-08-20T21:50:01.5340099Z #80 118.9 [61/3615] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangle.cpp.o 2024-08-20T21:50:01.5342226Z #80 118.9 [62/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/GlobPattern.cpp.o 2024-08-20T21:50:01.6402295Z #80 118.9 [63/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributes.cpp.o 2024-08-20T21:50:01.6404849Z #80 119.0 [64/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signposts.cpp.o 2024-08-20T21:50:01.6407275Z #80 119.0 [65/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/AMDGPUMetadata.cpp.o 2024-08-20T21:50:01.7609468Z #80 119.1 [66/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/PrettyStackTrace.cpp.o 2024-08-20T21:50:01.7611947Z #80 119.1 [67/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DebugCounter.cpp.o 2024-08-20T21:50:01.7614761Z #80 119.1 [68/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/OptimizedStructLayout.cpp.o 2024-08-20T21:50:01.7617470Z #80 119.1 [69/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o 2024-08-20T21:50:01.7619767Z #80 119.1 [70/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMAttributeParser.cpp.o 2024-08-20T21:50:01.7622254Z #80 119.1 [71/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DAGDeltaAlgorithm.cpp.o 2024-08-20T21:50:01.7624707Z #80 119.1 [72/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Caching.cpp.o 2024-08-20T21:50:01.7626661Z #80 119.1 [73/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MD5.cpp.o 2024-08-20T21:50:01.7628649Z #80 119.1 [74/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Regex.cpp.o 2024-08-20T21:50:01.7630748Z #80 119.2 [75/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SmallPtrSet.cpp.o 2024-08-20T21:50:01.9035062Z #80 119.2 [76/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/PluginLoader.cpp.o 2024-08-20T21:50:01.9037992Z #80 119.2 [77/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributeParser.cpp.o 2024-08-20T21:50:01.9040520Z #80 119.2 [78/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o 2024-08-20T21:50:01.9043266Z #80 119.3 [79/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/NativeFormatting.cpp.o 2024-08-20T21:50:01.9045570Z #80 119.3 [80/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MSP430AttributeParser.cpp.o 2024-08-20T21:50:02.0183334Z #80 119.4 [81/3615] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regerror.c.o 2024-08-20T21:50:02.1218232Z #80 119.4 [82/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SHA1.cpp.o 2024-08-20T21:50:02.1220967Z #80 119.4 [83/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SmallVector.cpp.o 2024-08-20T21:50:02.1223112Z #80 119.5 [84/3615] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regfree.c.o 2024-08-20T21:50:02.1225290Z #80 119.5 [85/3615] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regstrlcpy.c.o 2024-08-20T21:50:02.1227451Z #80 119.5 [86/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APFixedPoint.cpp.o 2024-08-20T21:50:02.2317631Z #80 119.6 [87/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringMap.cpp.o 2024-08-20T21:50:02.2320359Z #80 119.6 [88/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributeParser.cpp.o 2024-08-20T21:50:02.2322685Z #80 119.6 [89/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o 2024-08-20T21:50:02.3683185Z #80 119.6 [90/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Atomic.cpp.o 2024-08-20T21:50:02.3686120Z #80 119.6 [91/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeNameToCodepointGenerated.cpp.o 2024-08-20T21:50:02.3688501Z #80 119.7 [92/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SHA256.cpp.o 2024-08-20T21:50:02.3692166Z #80 119.8 [93/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o 2024-08-20T21:50:02.5288905Z #80 119.8 [94/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o 2024-08-20T21:50:02.5291037Z #80 119.8 [95/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RandomNumberGenerator.cpp.o 2024-08-20T21:50:02.5293134Z #80 119.8 [96/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o 2024-08-20T21:50:02.5295364Z #80 119.9 [97/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LockFileManager.cpp.o 2024-08-20T21:50:02.6317112Z #80 120.0 [98/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Errno.cpp.o 2024-08-20T21:50:02.6318977Z #80 120.0 [99/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o 2024-08-20T21:50:02.6321060Z #80 120.0 [100/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeCaseFold.cpp.o 2024-08-20T21:50:02.6323955Z #80 120.0 [101/3615] Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse2_x86-64_unix.S.o 2024-08-20T21:50:02.6326151Z #80 120.0 [102/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/raw_os_ostream.cpp.o 2024-08-20T21:50:02.6328037Z #80 120.0 [103/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o 2024-08-20T21:50:02.6329996Z #80 120.0 [104/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/VersionTuple.cpp.o 2024-08-20T21:50:02.6331806Z #80 120.0 [105/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/KnownBits.cpp.o 2024-08-20T21:50:02.7448818Z #80 120.0 [106/3615] Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse41_x86-64_unix.S.o 2024-08-20T21:50:02.7451629Z #80 120.0 [107/3615] Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_avx512_x86-64_unix.S.o 2024-08-20T21:50:02.7454329Z #80 120.0 [108/3615] Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_avx2_x86-64_unix.S.o 2024-08-20T21:50:02.7456480Z #80 120.1 [109/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Unicode.cpp.o 2024-08-20T21:50:02.7458298Z #80 120.1 [110/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBuffer.cpp.o 2024-08-20T21:50:02.7460476Z #80 120.1 [111/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TrigramIndex.cpp.o 2024-08-20T21:50:02.8515718Z #80 120.2 [112/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Twine.cpp.o 2024-08-20T21:50:02.9536548Z #80 120.3 [113/3615] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regcomp.c.o 2024-08-20T21:50:02.9538309Z #80 120.3 [114/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TypeSize.cpp.o 2024-08-20T21:50:02.9539991Z #80 120.3 [115/3615] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regexec.c.o 2024-08-20T21:50:02.9541904Z #80 120.3 [116/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SymbolRemappingReader.cpp.o 2024-08-20T21:50:02.9543892Z #80 120.3 [117/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Parallel.cpp.o 2024-08-20T21:50:02.9545772Z #80 120.4 [118/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SuffixTree.cpp.o 2024-08-20T21:50:03.1138652Z #80 120.4 [119/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/xxhash.cpp.o 2024-08-20T21:50:03.1140653Z #80 120.4 [120/3615] Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_neon.c.o 2024-08-20T21:50:03.1143031Z #80 120.4 [121/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ToolOutputFile.cpp.o 2024-08-20T21:50:03.1145153Z #80 120.5 [122/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TarWriter.cpp.o 2024-08-20T21:50:03.2296560Z #80 120.5 [123/3615] Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_dispatch.c.o 2024-08-20T21:50:03.2298732Z #80 120.6 [124/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Z3Solver.cpp.o 2024-08-20T21:50:03.3640103Z #80 120.8 [125/3615] Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_portable.c.o 2024-08-20T21:50:03.4734070Z #80 120.8 [126/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o 2024-08-20T21:50:03.4735885Z #80 120.8 [127/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o 2024-08-20T21:50:03.4737772Z #80 120.8 [128/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o 2024-08-20T21:50:03.4739715Z #80 120.9 [129/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DynamicLibrary.cpp.o 2024-08-20T21:50:03.6738398Z #80 120.9 [130/3615] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackendSkeleton.cpp.o 2024-08-20T21:50:03.6740837Z #80 121.0 [131/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeNameToCodepoint.cpp.o 2024-08-20T21:50:03.6743206Z #80 121.1 [132/3615] Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3.c.o 2024-08-20T21:50:03.8314685Z #80 121.1 [133/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o 2024-08-20T21:50:03.8316805Z #80 121.1 [134/3615] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o 2024-08-20T21:50:03.8318782Z #80 121.1 [135/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringRef.cpp.o 2024-08-20T21:50:03.8321076Z #80 121.2 [136/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/WithColor.cpp.o 2024-08-20T21:50:04.0428919Z #80 121.2 [137/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Threading.cpp.o 2024-08-20T21:50:04.0430831Z #80 121.3 [138/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Statistic.cpp.o 2024-08-20T21:50:04.0432729Z #80 121.4 [139/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Memory.cpp.o 2024-08-20T21:50:04.1944586Z #80 121.4 [140/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/JSON.cpp.o 2024-08-20T21:50:04.1946579Z #80 121.5 [141/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o 2024-08-20T21:50:04.1948519Z #80 121.6 [142/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.o 2024-08-20T21:50:04.3636567Z #80 121.6 [143/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ScopedPrinter.cpp.o 2024-08-20T21:50:04.3638583Z #80 121.8 [144/3615] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o 2024-08-20T21:50:04.4805928Z #80 121.9 [145/3615] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o 2024-08-20T21:50:04.6805785Z #80 121.9 [146/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o 2024-08-20T21:50:04.6807878Z #80 122.1 [147/3615] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o 2024-08-20T21:50:04.7946438Z #80 122.2 [148/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/raw_ostream.cpp.o 2024-08-20T21:50:04.7948097Z #80 122.2 [149/3615] Linking CXX static library lib/libLLVMDemangle.a 2024-08-20T21:50:04.9784101Z #80 122.3 [150/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TimeProfiler.cpp.o 2024-08-20T21:50:04.9785806Z #80 122.4 [151/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RISCVISAInfo.cpp.o 2024-08-20T21:50:05.1931464Z #80 122.4 [152/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/Attributes.cpp.o 2024-08-20T21:50:05.1934196Z #80 122.5 [153/3615] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/DetailedRecordsBackend.cpp.o 2024-08-20T21:50:05.1936191Z #80 122.6 [154/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o 2024-08-20T21:50:05.4411378Z #80 122.6 [155/3615] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Parser.cpp.o 2024-08-20T21:50:05.4413202Z #80 122.7 [156/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o 2024-08-20T21:50:05.5177502Z #80 122.9 [157/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenHwModes.cpp.o 2024-08-20T21:50:05.7055978Z #80 122.9 [158/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Timer.cpp.o 2024-08-20T21:50:05.7057902Z #80 122.9 [159/3615] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o 2024-08-20T21:50:05.7059785Z #80 123.0 [160/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o 2024-08-20T21:50:05.8585852Z #80 123.3 [161/3615] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/JSONBackend.cpp.o 2024-08-20T21:50:06.0502902Z #80 123.3 [162/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o 2024-08-20T21:50:06.3125970Z #80 123.7 [163/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Path.cpp.o 2024-08-20T21:50:06.4898583Z #80 123.9 [164/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DisassemblerEmitter.cpp.o 2024-08-20T21:50:06.6232631Z #80 123.9 [165/3615] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o 2024-08-20T21:50:06.6234677Z #80 124.0 [166/3615] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o 2024-08-20T21:50:06.8007917Z #80 124.0 [167/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/Types.cpp.o 2024-08-20T21:50:06.8009861Z #80 124.0 [168/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterInst.cpp.o 2024-08-20T21:50:06.8011821Z #80 124.0 [169/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptEmitter.cpp.o 2024-08-20T21:50:06.8547903Z #80 124.3 [170/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/ExegesisEmitter.cpp.o 2024-08-20T21:50:06.9612911Z #80 124.4 [171/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CommandLine.cpp.o 2024-08-20T21:50:07.0829974Z #80 124.5 [172/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptRSTEmitter.cpp.o 2024-08-20T21:50:07.2405083Z #80 124.5 [173/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86ModRMFilters.cpp.o 2024-08-20T21:50:07.3091621Z #80 124.7 [174/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/SDNodeProperties.cpp.o 2024-08-20T21:50:07.5978118Z #80 125.0 [175/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcher.cpp.o 2024-08-20T21:50:07.7102049Z #80 125.0 [176/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenMapTable.cpp.o 2024-08-20T21:50:07.7104515Z #80 125.1 [177/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o 2024-08-20T21:50:07.9280895Z #80 125.3 [178/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/InfoByHwMode.cpp.o 2024-08-20T21:50:08.1398845Z #80 125.4 [179/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeEmitterGen.cpp.o 2024-08-20T21:50:08.1401466Z #80 125.4 [180/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CallingConvEmitter.cpp.o 2024-08-20T21:50:08.1404045Z #80 125.4 [181/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/RISCVTargetDefEmitter.cpp.o 2024-08-20T21:50:08.1406141Z #80 125.5 [182/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DirectiveEmitter.cpp.o 2024-08-20T21:50:08.2932825Z #80 125.5 [183/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/PredicateExpander.cpp.o 2024-08-20T21:50:08.3467439Z #80 125.7 [184/3615] Generating VCSRevision.h 2024-08-20T21:50:08.5951900Z #80 126.0 [185/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetFeatureInfo.cpp.o 2024-08-20T21:50:08.7098179Z #80 126.0 [186/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelEmitter.cpp.o 2024-08-20T21:50:08.7100229Z #80 126.1 [187/3615] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagEdge.cpp.o 2024-08-20T21:50:08.8156662Z #80 126.2 [188/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenInstruction.cpp.o 2024-08-20T21:50:08.8158167Z #80 126.2 [189/3615] Creating export file for LLVMHello 2024-08-20T21:50:08.9259765Z #80 126.3 [190/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrDocsEmitter.cpp.o 2024-08-20T21:50:09.0688901Z #80 126.4 [191/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/TableGen.cpp.o 2024-08-20T21:50:09.0690995Z #80 126.4 [192/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ItaniumManglingCanonicalizer.cpp.o 2024-08-20T21:50:09.0693669Z #80 126.4 [193/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptParserEmitter.cpp.o 2024-08-20T21:50:09.0696269Z #80 126.5 [194/3615] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagPredicateDependencyEdge.cpp.o 2024-08-20T21:50:09.1939963Z #80 126.6 [195/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86DisassemblerTables.cpp.o 2024-08-20T21:50:09.3568882Z #80 126.8 [196/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAEmitter.cpp.o 2024-08-20T21:50:09.4846268Z #80 126.8 [197/3615] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/CodeExpander.cpp.o 2024-08-20T21:50:09.4849311Z #80 126.8 [198/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterBankEmitter.cpp.o 2024-08-20T21:50:09.4851847Z #80 126.9 [199/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CTagsEmitter.cpp.o 2024-08-20T21:50:09.5940475Z #80 126.9 [200/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAPacketizerEmitter.cpp.o 2024-08-20T21:50:09.5942869Z #80 127.0 [201/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DXILEmitter.cpp.o 2024-08-20T21:50:09.7208066Z #80 127.1 [202/3615] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagOperands.cpp.o 2024-08-20T21:50:09.7211413Z #80 127.1 [203/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/WebAssemblyDisassemblerEmitter.cpp.o 2024-08-20T21:50:09.7213974Z #80 127.1 [204/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o 2024-08-20T21:50:09.8985658Z #80 127.3 [205/3615] Building CXX object lib/Extensions/CMakeFiles/LLVMExtensions.dir/Extensions.cpp.o 2024-08-20T21:50:10.0356349Z #80 127.3 [206/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86EVEX2VEXTablesEmitter.cpp.o 2024-08-20T21:50:10.0358941Z #80 127.3 [207/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86MnemonicTables.cpp.o 2024-08-20T21:50:10.0361486Z #80 127.3 [208/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86RecognizableInstr.cpp.o 2024-08-20T21:50:10.0363887Z #80 127.3 [209/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherGen.cpp.o 2024-08-20T21:50:10.0366568Z #80 127.4 [210/3615] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagPredicate.cpp.o 2024-08-20T21:50:10.1419848Z #80 127.5 [211/3615] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/Arg.cpp.o 2024-08-20T21:50:10.3006827Z #80 127.5 [212/3615] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagInstr.cpp.o 2024-08-20T21:50:10.4397733Z #80 127.8 [213/3615] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFError.cpp.o 2024-08-20T21:50:10.5959077Z #80 127.9 [214/3615] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDag.cpp.o 2024-08-20T21:50:10.5962663Z #80 127.9 [215/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o 2024-08-20T21:50:10.5964527Z #80 127.9 [216/3615] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/Option.cpp.o 2024-08-20T21:50:10.5966320Z #80 128.0 [217/3615] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/VirtualFileSystem.cpp.o 2024-08-20T21:50:10.8084892Z #80 128.0 [218/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewError.cpp.o 2024-08-20T21:50:10.8087139Z #80 128.1 [219/3615] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFCommon.cpp.o 2024-08-20T21:50:10.8089619Z #80 128.1 [220/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86FoldTablesEmitter.cpp.o 2024-08-20T21:50:10.8091721Z #80 128.2 [221/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Line.cpp.o 2024-08-20T21:50:10.9691224Z #80 128.3 [222/3615] Linking CXX static library lib/libLLVMSupport.a 2024-08-20T21:50:10.9692751Z #80 128.4 [223/3615] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/ArgList.cpp.o 2024-08-20T21:50:11.1490609Z #80 128.4 [224/3615] Linking CXX static library lib/libLLVMExtensions.a 2024-08-20T21:50:11.1493007Z #80 128.4 [225/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/AppendingTypeTableBuilder.cpp.o 2024-08-20T21:50:11.1496166Z #80 128.4 [226/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/VarLenCodeEmitterGen.cpp.o 2024-08-20T21:50:11.1498464Z #80 128.5 [227/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsection.cpp.o 2024-08-20T21:50:11.3064789Z #80 128.7 [228/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossExSubsection.cpp.o 2024-08-20T21:50:11.4769480Z #80 128.8 [229/3615] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o 2024-08-20T21:50:11.4771939Z #80 128.9 [230/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/IntrinsicEmitter.cpp.o 2024-08-20T21:50:11.5973372Z #80 128.9 [231/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewRecordIO.cpp.o 2024-08-20T21:50:11.5976001Z #80 128.9 [232/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionRecord.cpp.o 2024-08-20T21:50:11.5978742Z #80 129.0 [233/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolRVASubsection.cpp.o 2024-08-20T21:50:11.7285214Z #80 129.0 [234/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugChecksumsSubsection.cpp.o 2024-08-20T21:50:11.7287514Z #80 129.0 [235/3615] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Record.cpp.o 2024-08-20T21:50:11.7289788Z #80 129.1 [236/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugFrameDataSubsection.cpp.o 2024-08-20T21:50:11.7292617Z #80 129.1 [237/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugInlineeLinesSubsection.cpp.o 2024-08-20T21:50:11.8457505Z #80 129.2 [238/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossImpSubsection.cpp.o 2024-08-20T21:50:11.8460309Z #80 129.2 [239/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugLinesSubsection.cpp.o 2024-08-20T21:50:11.9468806Z #80 129.3 [240/3615] Linking CXX static library lib/libLLVMTableGen.a 2024-08-20T21:50:11.9471617Z #80 129.3 [241/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugStringTableSubsection.cpp.o 2024-08-20T21:50:11.9474800Z #80 129.3 [242/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CompressInstEmitter.cpp.o 2024-08-20T21:50:11.9477146Z #80 129.3 [243/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/FastISelEmitter.cpp.o 2024-08-20T21:50:11.9479999Z #80 129.3 [244/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolsSubsection.cpp.o 2024-08-20T21:50:12.0747153Z #80 129.4 [245/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenTarget.cpp.o 2024-08-20T21:50:12.0749379Z #80 129.4 [246/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Formatters.cpp.o 2024-08-20T21:50:12.0752117Z #80 129.4 [247/3615] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MappedBlockStream.cpp.o 2024-08-20T21:50:12.0754161Z #80 129.4 [248/3615] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o 2024-08-20T21:50:12.0755716Z #80 129.5 [249/3615] Building C object utils/count/CMakeFiles/count.dir/count.c.o 2024-08-20T21:50:12.1857486Z #80 129.5 [250/3615] Linking CXX static library lib/libLLVMOption.a 2024-08-20T21:50:12.1858542Z #80 129.5 [251/3615] Creating export file for LTO 2024-08-20T21:50:12.1859397Z #80 129.6 [252/3615] Linking C executable bin/count 2024-08-20T21:50:12.1861197Z #80 129.6 [253/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionVisitor.cpp.o 2024-08-20T21:50:12.3706569Z #80 129.7 [254/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/ContinuationRecordBuilder.cpp.o 2024-08-20T21:50:12.3709028Z #80 129.8 [255/3615] Building CXX object lib/Bitstream/Reader/CMakeFiles/LLVMBitstreamReader.dir/BitstreamReader.cpp.o 2024-08-20T21:50:12.4877954Z #80 129.8 [256/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/SearchableTableEmitter.cpp.o 2024-08-20T21:50:12.4879955Z #80 129.9 [257/3615] Linking CXX static library lib/libLLVMBitstreamReader.a 2024-08-20T21:50:12.6233020Z #80 129.9 [258/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/GlobalTypeTableBuilder.cpp.o 2024-08-20T21:50:12.6236083Z #80 130.0 [259/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVSymbolVisitor.cpp.o 2024-08-20T21:50:12.7596632Z #80 130.0 [260/3615] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFBuilder.cpp.o 2024-08-20T21:50:12.7598383Z #80 130.2 [261/3615] Linking CXX static library lib/libLLVMDebugInfoMSF.a 2024-08-20T21:50:12.8642211Z #80 130.3 [262/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/StringsAndChecksums.cpp.o 2024-08-20T21:50:13.0355275Z #80 130.4 [263/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/MergingTypeTableBuilder.cpp.o 2024-08-20T21:50:13.1835139Z #80 130.5 [264/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordSerialization.cpp.o 2024-08-20T21:50:13.1837855Z #80 130.5 [265/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeHashing.cpp.o 2024-08-20T21:50:13.1840867Z #80 130.5 [266/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterEmitter.cpp.o 2024-08-20T21:50:13.1843206Z #80 130.6 [267/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/GICombinerEmitter.cpp.o 2024-08-20T21:50:13.3046826Z #80 130.6 [268/3615] Building CXX object lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/LineEditor.cpp.o 2024-08-20T21:50:13.3049165Z #80 130.7 [269/3615] Building CXX object lib/WindowsManifest/CMakeFiles/LLVMWindowsManifest.dir/WindowsManifestMerger.cpp.o 2024-08-20T21:50:13.3051336Z #80 130.7 [270/3615] Linking CXX static library lib/libLLVMLineEditor.a 2024-08-20T21:50:13.4710568Z #80 130.7 [271/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolSerializer.cpp.o 2024-08-20T21:50:13.4712632Z #80 130.7 [272/3615] Linking CXX static library lib/libLLVMWindowsManifest.a 2024-08-20T21:50:13.4714037Z #80 130.8 [273/3615] Building CXX object utils/not/CMakeFiles/not.dir/not.cpp.o 2024-08-20T21:50:13.4716405Z #80 130.9 [274/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeTableCollection.cpp.o 2024-08-20T21:50:13.5717874Z #80 130.9 [275/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndex.cpp.o 2024-08-20T21:50:13.5720440Z #80 131.0 [276/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVTypeVisitor.cpp.o 2024-08-20T21:50:13.5722487Z #80 131.0 [277/3615] Copying clang's lzcntintrin.h... 2024-08-20T21:50:13.6744223Z #80 131.0 [278/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordName.cpp.o 2024-08-20T21:50:13.6746483Z #80 131.0 [279/3615] Copying clang's __clang_cuda_builtin_vars.h... 2024-08-20T21:50:13.6747758Z #80 131.0 [280/3615] Copying clang's __clang_cuda_cmath.h... 2024-08-20T21:50:13.6749003Z #80 131.0 [281/3615] Copying clang's __clang_cuda_complex_builtins.h... 2024-08-20T21:50:13.6750356Z #80 131.0 [282/3615] Copying clang's __clang_cuda_device_functions.h... 2024-08-20T21:50:13.6751761Z #80 131.0 [283/3615] Copying clang's __clang_cuda_libdevice_declares.h... 2024-08-20T21:50:13.6753092Z #80 131.0 [284/3615] Copying clang's __clang_cuda_intrinsics.h... 2024-08-20T21:50:13.6754855Z #80 131.0 [285/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrInfoEmitter.cpp.o 2024-08-20T21:50:13.6756676Z #80 131.0 [286/3615] Copying clang's __clang_cuda_math.h... 2024-08-20T21:50:13.6757931Z #80 131.0 [287/3615] Copying clang's __clang_cuda_runtime_wrapper.h... 2024-08-20T21:50:13.6759678Z #80 131.0 [288/3615] Copying clang's __clang_cuda_math_forward_declares.h... 2024-08-20T21:50:13.6761345Z #80 131.0 [289/3615] Copying clang's __clang_cuda_texture_intrinsics.h... 2024-08-20T21:50:13.6762704Z #80 131.0 [290/3615] Copying clang's __clang_hip_cmath.h... 2024-08-20T21:50:13.6764595Z #80 131.0 [291/3615] Building CXX object utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o 2024-08-20T21:50:13.6766374Z #80 131.1 [292/3615] Copying clang's __clang_hip_math.h... 2024-08-20T21:50:13.6767868Z #80 131.1 [293/3615] Copying clang's __clang_hip_runtime_wrapper.h... 2024-08-20T21:50:13.6769249Z #80 131.1 [294/3615] Copying clang's __clang_hip_libdevice_declares.h... 2024-08-20T21:50:13.6770555Z #80 131.1 [295/3615] Copying clang's __clang_hip_stdlib.h... 2024-08-20T21:50:13.7754789Z #80 131.1 [296/3615] Copying clang's __wmmintrin_aes.h... 2024-08-20T21:50:13.7756669Z #80 131.1 [297/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/LazyRandomTypeCollection.cpp.o 2024-08-20T21:50:13.7758729Z #80 131.1 [298/3615] Copying clang's __wmmintrin_pclmul.h... 2024-08-20T21:50:13.7759759Z #80 131.1 [299/3615] Copying clang's altivec.h... 2024-08-20T21:50:13.7760812Z #80 131.1 [300/3615] Copying clang's adxintrin.h... 2024-08-20T21:50:13.7761745Z #80 131.1 [301/3615] Copying clang's amxintrin.h... 2024-08-20T21:50:13.7762646Z #80 131.1 [302/3615] Copying clang's arm64intr.h... 2024-08-20T21:50:13.7763472Z #80 131.1 [303/3615] Linking CXX executable bin/not 2024-08-20T21:50:13.7764351Z #80 131.1 [304/3615] Copying clang's arm_acle.h... 2024-08-20T21:50:13.7765478Z #80 131.1 [305/3615] Copying clang's amxfp16intrin.h... 2024-08-20T21:50:13.7766429Z #80 131.1 [306/3615] Copying clang's ammintrin.h... 2024-08-20T21:50:13.7767314Z #80 131.1 [307/3615] Copying clang's arm_cmse.h... 2024-08-20T21:50:13.7768188Z #80 131.1 [308/3615] Copying clang's armintr.h... 2024-08-20T21:50:13.7769160Z #80 131.1 [309/3615] Copying clang's arm_neon_sve_bridge.h... 2024-08-20T21:50:13.7770242Z #80 131.1 [310/3615] Copying clang's avx2intrin.h... 2024-08-20T21:50:13.7771301Z #80 131.1 [311/3615] Copying clang's avx512bf16intrin.h... 2024-08-20T21:50:13.7772440Z #80 131.1 [312/3615] Copying clang's avx512cdintrin.h... 2024-08-20T21:50:13.7773692Z #80 131.1 [313/3615] Copying clang's avx512bitalgintrin.h... 2024-08-20T21:50:13.7774786Z #80 131.1 [314/3615] Copying clang's avx512dqintrin.h... 2024-08-20T21:50:13.7775919Z #80 131.1 [315/3615] Copying clang's avx512erintrin.h... 2024-08-20T21:50:13.7777397Z #80 131.1 [316/3615] Copying clang's avx512fintrin.h... 2024-08-20T21:50:13.7778418Z #80 131.2 [317/3615] Copying clang's avx512fp16intrin.h... 2024-08-20T21:50:13.7779602Z #80 131.2 [318/3615] Copying clang's avx512bwintrin.h... 2024-08-20T21:50:13.7780754Z #80 131.2 [319/3615] Copying clang's avx512ifmaintrin.h... 2024-08-20T21:50:13.7781910Z #80 131.2 [320/3615] Copying clang's avx512ifmavlintrin.h... 2024-08-20T21:50:13.7783076Z #80 131.2 [321/3615] Copying clang's avx512vbmi2intrin.h... 2024-08-20T21:50:13.7811709Z #80 131.2 [322/3615] Copying clang's avx512pfintrin.h... 2024-08-20T21:50:13.8845998Z #80 131.2 [323/3615] Copying clang's avx512vbmiintrin.h... 2024-08-20T21:50:13.8847389Z #80 131.2 [324/3615] Copying clang's avx512vbmivlintrin.h... 2024-08-20T21:50:13.8848590Z #80 131.2 [325/3615] Copying clang's avx512vlbf16intrin.h... 2024-08-20T21:50:13.8850361Z #80 131.2 [326/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndexDiscovery.cpp.o 2024-08-20T21:50:13.8852263Z #80 131.2 [327/3615] Copying clang's avx512vlbitalgintrin.h... 2024-08-20T21:50:13.8853403Z #80 131.2 [328/3615] Copying clang's avx512vlbwintrin.h... 2024-08-20T21:50:13.8854540Z #80 131.2 [329/3615] Copying clang's avx512vlcdintrin.h... 2024-08-20T21:50:13.8855684Z #80 131.2 [330/3615] Copying clang's avx512vldqintrin.h... 2024-08-20T21:50:13.8856746Z #80 131.2 [331/3615] Copying clang's avx512vlfp16intrin.h... 2024-08-20T21:50:13.8857906Z #80 131.2 [332/3615] Copying clang's avx512vlvbmi2intrin.h... 2024-08-20T21:50:13.8859514Z #80 131.2 [333/3615] Copying clang's avx512vlvp2intersectintrin.h... 2024-08-20T21:50:13.8860753Z #80 131.2 [334/3615] Copying clang's avx512vnniintrin.h... 2024-08-20T21:50:13.8861790Z #80 131.2 [335/3615] Copying clang's avx512vlintrin.h... 2024-08-20T21:50:13.8863123Z #80 131.2 [336/3615] Linking CXX executable bin/llvm-PerfectShuffle 2024-08-20T21:50:13.8864333Z #80 131.2 [337/3615] Copying clang's avx512vlvnniintrin.h... 2024-08-20T21:50:13.8865538Z #80 131.2 [338/3615] Copying clang's avx512vp2intersectintrin.h... 2024-08-20T21:50:13.8866730Z #80 131.2 [339/3615] Copying clang's avx512vpopcntdqintrin.h... 2024-08-20T21:50:13.8867806Z #80 131.2 [340/3615] Copying clang's avx512vpopcntdqvlintrin.h... 2024-08-20T21:50:13.8868755Z #80 131.2 [341/3615] Copying clang's avxifmaintrin.h... 2024-08-20T21:50:13.8869639Z #80 131.2 [342/3615] Copying clang's avxneconvertintrin.h... 2024-08-20T21:50:13.8870561Z #80 131.2 [343/3615] Copying clang's avxvnniint8intrin.h... 2024-08-20T21:50:13.8871489Z #80 131.2 [344/3615] Copying clang's avxvnniintrin.h... 2024-08-20T21:50:13.8872306Z #80 131.2 [345/3615] Copying clang's avxintrin.h... 2024-08-20T21:50:13.8873145Z #80 131.2 [346/3615] Copying clang's bmiintrin.h... 2024-08-20T21:50:13.8873900Z #80 131.2 [347/3615] Copying clang's bmi2intrin.h... 2024-08-20T21:50:13.8874684Z #80 131.2 [348/3615] Copying clang's builtins.h... 2024-08-20T21:50:13.8875482Z #80 131.2 [349/3615] Copying clang's cet.h... 2024-08-20T21:50:13.8876283Z #80 131.2 [350/3615] Copying clang's cetintrin.h... 2024-08-20T21:50:13.8877086Z #80 131.2 [351/3615] Copying clang's cldemoteintrin.h... 2024-08-20T21:50:13.8877950Z #80 131.2 [352/3615] Copying clang's clwbintrin.h... 2024-08-20T21:50:13.8878772Z #80 131.2 [353/3615] Copying clang's clflushoptintrin.h... 2024-08-20T21:50:13.8880021Z #80 131.2 [354/3615] Copying clang's clzerointrin.h... 2024-08-20T21:50:13.8880949Z #80 131.2 [355/3615] Copying clang's cmpccxaddintrin.h... 2024-08-20T21:50:13.8881957Z #80 131.2 [356/3615] Copying clang's cpuid.h... 2024-08-20T21:50:13.8882786Z #80 131.3 [357/3615] Copying clang's cuda_wrappers/complex... 2024-08-20T21:50:13.8883724Z #80 131.3 [358/3615] Copying clang's cuda_wrappers/cmath... 2024-08-20T21:50:13.8884625Z #80 131.3 [359/3615] Copying clang's cuda_wrappers/new... 2024-08-20T21:50:13.8885492Z #80 131.3 [360/3615] Copying clang's crc32intrin.h... 2024-08-20T21:50:13.8886576Z #80 131.3 [361/3615] Copying clang's cuda_wrappers/algorithm... 2024-08-20T21:50:13.8887873Z #80 131.3 [362/3615] Copying clang's enqcmdintrin.h... 2024-08-20T21:50:13.8888730Z #80 131.3 [363/3615] Copying clang's f16cintrin.h... 2024-08-20T21:50:13.8889583Z #80 131.3 [364/3615] Copying clang's fma4intrin.h... 2024-08-20T21:50:13.8890451Z #80 131.3 [365/3615] Copying clang's fmaintrin.h... 2024-08-20T21:50:13.8891311Z #80 131.3 [366/3615] Copying clang's fxsrintrin.h... 2024-08-20T21:50:13.8892321Z #80 131.3 [367/3615] Copying clang's hexagon_circ_brev_intrinsics.h... 2024-08-20T21:50:13.8893421Z #80 131.3 [368/3615] Copying clang's hexagon_protos.h... 2024-08-20T21:50:13.8894300Z #80 131.3 [369/3615] Copying clang's emmintrin.h... 2024-08-20T21:50:13.9854058Z #80 131.3 [370/3615] Copying clang's gfniintrin.h... 2024-08-20T21:50:13.9855176Z #80 131.3 [371/3615] Copying clang's hexagon_types.h... 2024-08-20T21:50:13.9856181Z #80 131.3 [372/3615] Copying clang's hlsl.h... 2024-08-20T21:50:13.9857106Z #80 131.3 [373/3615] Copying clang's hresetintrin.h... 2024-08-20T21:50:13.9858300Z #80 131.3 [374/3615] Copying clang's htmintrin.h... 2024-08-20T21:50:13.9859259Z #80 131.3 [375/3615] Copying clang's htmxlintrin.h... 2024-08-20T21:50:13.9860287Z #80 131.3 [376/3615] Copying clang's ia32intrin.h... 2024-08-20T21:50:13.9861315Z #80 131.3 [377/3615] Copying clang's hvx_hexagon_protos.h... 2024-08-20T21:50:13.9862371Z #80 131.3 [378/3615] Copying clang's immintrin.h... 2024-08-20T21:50:13.9863289Z #80 131.3 [379/3615] Copying clang's intrin.h... 2024-08-20T21:50:13.9864888Z #80 131.3 [380/3615] Copying clang's invpcidintrin.h... 2024-08-20T21:50:13.9866321Z #80 131.3 [381/3615] Copying clang's keylockerintrin.h... 2024-08-20T21:50:13.9867393Z #80 131.3 [382/3615] Copying clang's lwpintrin.h... 2024-08-20T21:50:13.9868401Z #80 131.3 [383/3615] Copying clang's larchintrin.h... 2024-08-20T21:50:13.9869416Z #80 131.3 [384/3615] Copying clang's mm3dnow.h... 2024-08-20T21:50:13.9870381Z #80 131.3 [385/3615] Copying clang's mm_malloc.h... 2024-08-20T21:50:13.9871384Z #80 131.3 [386/3615] Copying clang's mmintrin.h... 2024-08-20T21:50:13.9872573Z #80 131.3 [387/3615] Copying clang's movdirintrin.h... 2024-08-20T21:50:13.9873561Z #80 131.3 [388/3615] Copying clang's msa.h... 2024-08-20T21:50:13.9874512Z #80 131.3 [389/3615] Copying clang's mwaitxintrin.h... 2024-08-20T21:50:13.9876227Z #80 131.3 [390/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/DecoderEmitter.cpp.o 2024-08-20T21:50:13.9877904Z #80 131.3 [391/3615] Copying clang's nmmintrin.h... 2024-08-20T21:50:13.9879716Z #80 131.3 [392/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordHelpers.cpp.o 2024-08-20T21:50:13.9881828Z #80 131.3 [393/3615] Copying clang's opencl-c.h... 2024-08-20T21:50:13.9883024Z #80 131.3 [394/3615] Copying clang's openmp_wrappers/math.h... 2024-08-20T21:50:13.9884257Z #80 131.3 [395/3615] Copying clang's pconfigintrin.h... 2024-08-20T21:50:13.9885320Z #80 131.3 [396/3615] Copying clang's pmmintrin.h... 2024-08-20T21:50:13.9886399Z #80 131.3 [397/3615] Copying clang's pkuintrin.h... 2024-08-20T21:50:13.9887590Z #80 131.3 [398/3615] Copying clang's ppc_wrappers/bmi2intrin.h... 2024-08-20T21:50:13.9888820Z #80 131.3 [399/3615] Copying clang's popcntintrin.h... 2024-08-20T21:50:13.9890189Z #80 131.3 [400/3615] Copying clang's ppc_wrappers/mm_malloc.h... 2024-08-20T21:50:13.9891523Z #80 131.3 [401/3615] Copying clang's ppc_wrappers/bmiintrin.h... 2024-08-20T21:50:13.9893017Z #80 131.3 [402/3615] Copying clang's ppc_wrappers/emmintrin.h... 2024-08-20T21:50:13.9894309Z #80 131.3 [403/3615] Copying clang's ppc_wrappers/immintrin.h... 2024-08-20T21:50:13.9895613Z #80 131.3 [404/3615] Copying clang's ppc_wrappers/pmmintrin.h... 2024-08-20T21:50:13.9896877Z #80 131.3 [405/3615] Copying clang's ppc_wrappers/tmmintrin.h... 2024-08-20T21:50:13.9898277Z #80 131.3 [406/3615] Copying clang's ppc_wrappers/smmintrin.h... 2024-08-20T21:50:13.9899601Z #80 131.3 [407/3615] Copying clang's ppc_wrappers/mmintrin.h... 2024-08-20T21:50:13.9901184Z #80 131.3 [408/3615] Copying clang's prfchiintrin.h... 2024-08-20T21:50:13.9902411Z #80 131.3 [409/3615] Copying clang's ppc_wrappers/x86intrin.h... 2024-08-20T21:50:13.9903671Z #80 131.3 [410/3615] Copying clang's ppc_wrappers/xmmintrin.h... 2024-08-20T21:50:13.9904938Z #80 131.3 [411/3615] Copying clang's ptwriteintrin.h... 2024-08-20T21:50:13.9906036Z #80 131.3 [412/3615] Copying clang's raointintrin.h... 2024-08-20T21:50:13.9907202Z #80 131.3 [413/3615] Copying clang's prfchwintrin.h... 2024-08-20T21:50:13.9908594Z #80 131.3 [414/3615] Copying clang's ppc_wrappers/x86gprintrin.h... 2024-08-20T21:50:13.9909817Z #80 131.4 [415/3615] Copying clang's rdpruintrin.h... 2024-08-20T21:50:13.9910854Z #80 131.4 [416/3615] Copying clang's rdseedintrin.h... 2024-08-20T21:50:13.9912056Z #80 131.4 [417/3615] Copying clang's rtmintrin.h... 2024-08-20T21:50:13.9913089Z #80 131.4 [418/3615] Copying clang's s390intrin.h... 2024-08-20T21:50:13.9914045Z #80 131.4 [419/3615] Copying clang's shaintrin.h... 2024-08-20T21:50:13.9915050Z #80 131.4 [420/3615] Copying clang's sgxintrin.h... 2024-08-20T21:50:13.9916162Z #80 131.4 [421/3615] Copying clang's serializeintrin.h... 2024-08-20T21:50:13.9917213Z #80 131.4 [422/3615] Copying clang's tbmintrin.h... 2024-08-20T21:50:13.9918168Z #80 131.4 [423/3615] Copying clang's tmmintrin.h... 2024-08-20T21:50:13.9919160Z #80 131.4 [424/3615] Copying clang's tsxldtrkintrin.h... 2024-08-20T21:50:13.9920309Z #80 131.4 [425/3615] Copying clang's vecintrin.h... 2024-08-20T21:50:13.9921281Z #80 131.4 [426/3615] Copying clang's smmintrin.h... 2024-08-20T21:50:13.9922523Z #80 131.4 [427/3615] Copying clang's uintrintrin.h... 2024-08-20T21:50:13.9923533Z #80 131.4 [428/3615] Copying clang's velintrin.h... 2024-08-20T21:50:13.9924502Z #80 131.4 [429/3615] Copying clang's vaesintrin.h... 2024-08-20T21:50:13.9925566Z #80 131.4 [430/3615] Copying clang's vpclmulqdqintrin.h... 2024-08-20T21:50:13.9926663Z #80 131.4 [431/3615] Copying clang's velintrin_gen.h... 2024-08-20T21:50:13.9927721Z #80 131.4 [432/3615] Copying clang's waitpkgintrin.h... 2024-08-20T21:50:13.9928752Z #80 131.4 [433/3615] Copying clang's wmmintrin.h... 2024-08-20T21:50:13.9929729Z #80 131.4 [434/3615] Copying clang's wasm_simd128.h... 2024-08-20T21:50:13.9930895Z #80 131.4 [435/3615] Copying clang's x86gprintrin.h... 2024-08-20T21:50:13.9932109Z #80 131.4 [436/3615] Copying clang's x86intrin.h... 2024-08-20T21:50:13.9933169Z #80 131.4 [437/3615] Copying clang's velintrin_approx.h... 2024-08-20T21:50:14.0881457Z #80 131.4 [438/3615] Copying clang's wbnoinvdintrin.h... 2024-08-20T21:50:14.0882678Z #80 131.4 [439/3615] Copying clang's xmmintrin.h... 2024-08-20T21:50:14.0883783Z #80 131.4 [440/3615] Copying clang's xsavecintrin.h... 2024-08-20T21:50:14.0884852Z #80 131.4 [441/3615] Copying clang's xopintrin.h... 2024-08-20T21:50:14.0885956Z #80 131.4 [442/3615] Copying clang's xsaveoptintrin.h... 2024-08-20T21:50:14.0887067Z #80 131.4 [443/3615] Copying clang's xsavesintrin.h... 2024-08-20T21:50:14.0888112Z #80 131.4 [444/3615] Copying clang's xsaveintrin.h... 2024-08-20T21:50:14.0889238Z #80 131.4 [445/3615] Copying clang's xtestintrin.h... 2024-08-20T21:50:14.0890405Z #80 131.4 [446/3615] Copying clang's __stddef_max_align_t.h... 2024-08-20T21:50:14.0891587Z #80 131.4 [447/3615] Generating ../../../../bin/scan-build 2024-08-20T21:50:14.0892950Z #80 131.4 [448/3615] Generating ../../../../libexec/ccc-analyzer 2024-08-20T21:50:14.0894037Z #80 131.4 [449/3615] Copying clang's float.h... 2024-08-20T21:50:14.0895059Z #80 131.4 [450/3615] Creating export file for SampleAnalyzerPlugin 2024-08-20T21:50:14.0896433Z #80 131.4 [451/3615] Creating export file for CheckerOptionHandlingAnalyzerPlugin 2024-08-20T21:50:14.0897955Z #80 131.4 [452/3615] Creating export file for CheckerDependencyHandlingAnalyzerPlugin 2024-08-20T21:50:14.0899425Z #80 131.4 [453/3615] Copying clang's hlsl/hlsl_basic_types.h... 2024-08-20T21:50:14.0900578Z #80 131.4 [454/3615] Copying clang's hlsl/hlsl_intrinsics.h... 2024-08-20T21:50:14.0901635Z #80 131.4 [455/3615] Copying clang's inttypes.h... 2024-08-20T21:50:14.0902999Z #80 131.4 [456/3615] Copying clang's iso646.h... 2024-08-20T21:50:14.0903948Z #80 131.4 [457/3615] Copying clang's limits.h... 2024-08-20T21:50:14.0905041Z #80 131.4 [458/3615] Generating ../../../../libexec/c++-analyzer 2024-08-20T21:50:14.0906538Z #80 131.4 [459/3615] Copying clang's openmp_wrappers/__clang_openmp_device_functions.h... 2024-08-20T21:50:14.0908024Z #80 131.4 [460/3615] Copying clang's openmp_wrappers/cmath... 2024-08-20T21:50:14.0909154Z #80 131.4 [461/3615] Copying clang's opencl-c-base.h... 2024-08-20T21:50:14.0910372Z #80 131.4 [462/3615] Copying clang's openmp_wrappers/complex... 2024-08-20T21:50:14.0911961Z #80 131.4 [463/3615] Copying clang's openmp_wrappers/complex.h... 2024-08-20T21:50:14.0913255Z #80 131.4 [464/3615] Generating ../../../../share/man/man1/scan-build.1 2024-08-20T21:50:14.0914493Z #80 131.4 [465/3615] Copying clang's module.modulemap... 2024-08-20T21:50:14.0915803Z #80 131.4 [466/3615] Copying clang's openmp_wrappers/complex_cmath.h... 2024-08-20T21:50:14.0917140Z #80 131.4 [467/3615] Copying clang's openmp_wrappers/new... 2024-08-20T21:50:14.0918248Z #80 131.4 [468/3615] Copying clang's stdalign.h... 2024-08-20T21:50:14.0919278Z #80 131.4 [469/3615] Copying clang's stdarg.h... 2024-08-20T21:50:14.0920486Z #80 131.4 [470/3615] Copying clang's stdatomic.h... 2024-08-20T21:50:14.0921540Z #80 131.4 [471/3615] Copying clang's stdbool.h... 2024-08-20T21:50:14.0922527Z #80 131.4 [472/3615] Copying clang's stddef.h... 2024-08-20T21:50:14.0923528Z #80 131.4 [473/3615] Copying clang's stdint.h... 2024-08-20T21:50:14.0924932Z #80 131.5 [474/3615] Copying clang's stdnoreturn.h... 2024-08-20T21:50:14.0925981Z #80 131.5 [475/3615] Copying clang's unwind.h... 2024-08-20T21:50:14.0926927Z #80 131.5 [476/3615] Copying clang's tgmath.h... 2024-08-20T21:50:14.0927921Z #80 131.5 [477/3615] Copying clang's vadefs.h... 2024-08-20T21:50:14.0928912Z #80 131.5 [478/3615] Copying clang's varargs.h... 2024-08-20T21:50:14.0929946Z #80 131.5 [479/3615] Generating ../../../../bin/scan-build-py 2024-08-20T21:50:14.0931301Z #80 131.5 [480/3615] Generating ../../../../share/scan-build/scanview.css 2024-08-20T21:50:14.0932798Z #80 131.5 [481/3615] Generating ../../../../share/scan-build/sorttable.js 2024-08-20T21:50:14.0934384Z #80 131.5 [482/3615] Generating ../../../../bin/analyze-build 2024-08-20T21:50:14.0935617Z #80 131.5 [483/3615] Generating ../../../../bin/intercept-build 2024-08-20T21:50:14.0936729Z #80 131.5 [484/3615] Generating ../../../../lib/libear/ear.c 2024-08-20T21:50:14.2508879Z #80 131.5 [485/3615] Generating ../../../../lib/libear/__init__.py 2024-08-20T21:50:14.2510636Z #80 131.5 [486/3615] Generating ../../../../lib/libear/config.h.in 2024-08-20T21:50:14.2512393Z #80 131.5 [487/3615] Generating ../../../../lib/libscanbuild/__init__.py 2024-08-20T21:50:14.2513975Z #80 131.5 [488/3615] Generating ../../../../lib/libscanbuild/analyze.py 2024-08-20T21:50:14.2515539Z #80 131.5 [489/3615] Generating ../../../../lib/libscanbuild/arguments.py 2024-08-20T21:50:14.2517070Z #80 131.5 [490/3615] Generating ../../../../lib/libscanbuild/clang.py 2024-08-20T21:50:14.2518656Z #80 131.5 [491/3615] Generating ../../../../lib/libscanbuild/compilation.py 2024-08-20T21:50:14.2520423Z #80 131.5 [492/3615] Generating ../../../../lib/libscanbuild/intercept.py 2024-08-20T21:50:14.2522038Z #80 131.5 [493/3615] Generating ../../../../lib/libscanbuild/report.py 2024-08-20T21:50:14.2523909Z #80 131.5 [494/3615] Generating ../../../../libexec/analyze-c++ 2024-08-20T21:50:14.2525480Z #80 131.5 [495/3615] Generating ../../../../libexec/intercept-c++ 2024-08-20T21:50:14.2527084Z #80 131.5 [496/3615] Generating ../../../../libexec/intercept-cc 2024-08-20T21:50:14.2528677Z #80 131.5 [497/3615] Generating ../../../../lib/libscanbuild/resources/sorttable.js 2024-08-20T21:50:14.2548194Z #80 131.5 [498/3615] Generating ../../../../lib/libscanbuild/shell.py 2024-08-20T21:50:14.2549580Z #80 131.5 [499/3615] Generating ../../../../lib/libscanbuild/resources/scanview.css 2024-08-20T21:50:14.2551350Z #80 131.5 [500/3615] Generating ../../../../lib/libscanbuild/resources/selectable.js 2024-08-20T21:50:14.2552953Z #80 131.5 [501/3615] Generating ../../../../bin/scan-view 2024-08-20T21:50:14.2554826Z #80 131.5 [502/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ASTTableGen.cpp.o 2024-08-20T21:50:14.2556711Z #80 131.6 [503/3615] Generating ../../../../libexec/analyze-cc 2024-08-20T21:50:14.2558002Z #80 131.6 [504/3615] Generating ../../../../share/scan-view/Reporter.py 2024-08-20T21:50:14.2559344Z #80 131.6 [505/3615] Generating ../../../../share/scan-view/ScanView.py 2024-08-20T21:50:14.2560967Z #80 131.6 [506/3615] Generating ../../../../share/scan-view/bugcatcher.ico 2024-08-20T21:50:14.2562360Z #80 131.6 [507/3615] Generating ../../../../share/scan-view/startfile.py 2024-08-20T21:50:14.2564524Z #80 131.6 [508/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDataCollectorsEmitter.cpp.o 2024-08-20T21:50:14.2567183Z #80 131.6 [509/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordMapping.cpp.o 2024-08-20T21:50:14.4125521Z #80 131.8 [510/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SimpleTypeSerializer.cpp.o 2024-08-20T21:50:14.5478816Z #80 131.9 [511/3615] Building CXX object utils/split-file/CMakeFiles/split-file.dir/split-file.cpp.o 2024-08-20T21:50:14.6931094Z #80 132.0 [512/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeStreamMerger.cpp.o 2024-08-20T21:50:14.6934529Z #80 132.1 [513/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordHelpers.cpp.o 2024-08-20T21:50:14.8446439Z #80 132.1 [514/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o 2024-08-20T21:50:14.8448466Z #80 132.1 [515/3615] Creating export file for BugpointPasses 2024-08-20T21:50:14.8450176Z #80 132.1 [516/3615] Building CXX object utils/yaml-bench/CMakeFiles/yaml-bench.dir/YAMLBench.cpp.o 2024-08-20T21:50:14.8451832Z #80 132.2 [517/3615] Linking CXX executable bin/split-file 2024-08-20T21:50:14.9697373Z #80 132.3 [518/3615] Creating export file for Remarks 2024-08-20T21:50:14.9699466Z #80 132.4 [519/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2024-08-20T21:50:15.0949197Z #80 132.4 [520/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o 2024-08-20T21:50:15.0952460Z #80 132.5 [521/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o 2024-08-20T21:50:15.0969706Z #80 132.5 [522/3615] Linking CXX executable bin/yaml-bench 2024-08-20T21:50:15.1980672Z #80 132.6 [523/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTNodesEmitter.cpp.o 2024-08-20T21:50:15.1983385Z #80 132.6 [524/3615] Building CXX object utils/UnicodeData/CMakeFiles/UnicodeNameMappingGenerator.dir/UnicodeNameMappingGenerator.cpp.o 2024-08-20T21:50:15.3093406Z #80 132.6 [525/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangTypeNodesEmitter.cpp.o 2024-08-20T21:50:15.3095957Z #80 132.7 [526/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2024-08-20T21:50:15.3098160Z #80 132.7 [527/3615] Building CXX object unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/ExportedFuncs.cpp.o 2024-08-20T21:50:15.4191932Z #80 132.7 [528/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2024-08-20T21:50:15.4194528Z #80 132.8 [529/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpcodesEmitter.cpp.o 2024-08-20T21:50:15.4197303Z #80 132.8 [530/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSACheckersEmitter.cpp.o 2024-08-20T21:50:15.4200416Z #80 132.8 [531/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetEmitter.cpp.o 2024-08-20T21:50:15.4202912Z #80 132.8 [532/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2024-08-20T21:50:15.4204707Z #80 132.8 [533/3615] Linking CXX static library lib/libDynamicLibraryLib.a 2024-08-20T21:50:15.5314159Z #80 132.8 [534/3615] Linking CXX executable bin/UnicodeNameMappingGenerator 2024-08-20T21:50:15.5315984Z #80 132.9 [535/3615] Building CXX object unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/PipSqueak.cpp.o 2024-08-20T21:50:15.5318675Z #80 132.9 [536/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2024-08-20T21:50:15.5321107Z #80 132.9 [537/3615] Building CXX object unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/PipSqueak.cpp.o 2024-08-20T21:50:15.6344599Z #80 133.0 [538/3615] Linking CXX shared module unittests/Support/DynamicLibrary/SecondLib.so 2024-08-20T21:50:15.6347060Z #80 133.0 [539/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2024-08-20T21:50:15.6349000Z #80 133.0 [540/3615] Linking CXX shared module unittests/Support/DynamicLibrary/PipSqueak.so 2024-08-20T21:50:15.7627297Z #80 133.1 [541/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2024-08-20T21:50:15.7629842Z #80 133.2 [542/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2024-08-20T21:50:15.9022585Z #80 133.2 [543/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2024-08-20T21:50:15.9024779Z #80 133.2 [544/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2024-08-20T21:50:15.9027055Z #80 133.3 [545/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/TableGen.cpp.o 2024-08-20T21:50:15.9029081Z #80 133.3 [546/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2024-08-20T21:50:16.0454039Z #80 133.4 [547/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2024-08-20T21:50:16.0455496Z #80 133.4 [548/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSyntaxEmitter.cpp.o 2024-08-20T21:50:16.1961472Z #80 133.5 [549/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeDumpVisitor.cpp.o 2024-08-20T21:50:16.1964117Z #80 133.5 [550/3615] Building CXX object utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchTree.cpp.o 2024-08-20T21:50:16.1966123Z #80 133.6 [551/3615] Linking CXX static library lib/libLLVMTableGenGlobalISel.a 2024-08-20T21:50:16.2968934Z #80 133.6 [552/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenSchedule.cpp.o 2024-08-20T21:50:16.2971343Z #80 133.6 [553/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2024-08-20T21:50:16.2973558Z #80 133.7 [554/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolDumper.cpp.o 2024-08-20T21:50:16.4455648Z #80 133.7 [555/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2024-08-20T21:50:16.4457680Z #80 133.7 [556/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2024-08-20T21:50:16.4460098Z #80 133.8 [557/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOptionDocEmitter.cpp.o 2024-08-20T21:50:16.6617454Z #80 134.1 [558/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTPropertiesEmitter.cpp.o 2024-08-20T21:50:16.8867749Z #80 134.2 [559/3615] Building CXX object tools/llvm-undname/CMakeFiles/llvm-undname.dir/llvm-undname.cpp.o 2024-08-20T21:50:16.8869058Z #80 134.3 [560/3615] Building CXX object tools/clang/lib/Support/CMakeFiles/obj.clangSupport.dir/RISCVVIntrinsicUtils.cpp.o 2024-08-20T21:50:17.0810724Z #80 134.3 [561/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2024-08-20T21:50:17.0811819Z #80 134.3 [562/3615] Linking CXX executable bin/llvm-undname 2024-08-20T21:50:17.0812912Z #80 134.3 [563/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmMatcherEmitter.cpp.o 2024-08-20T21:50:17.0813830Z #80 134.3 [564/3615] Linking CXX static library lib/libclangSupport.a 2024-08-20T21:50:17.0914969Z #80 134.5 [565/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2024-08-20T21:50:17.2848048Z #80 134.5 [566/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2024-08-20T21:50:17.2849463Z #80 134.5 [567/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordMapping.cpp.o 2024-08-20T21:50:17.2894397Z #80 134.7 [568/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpenCLBuiltinEmitter.cpp.o 2024-08-20T21:50:17.3918671Z #80 134.7 [569/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/RISCVVEmitter.cpp.o 2024-08-20T21:50:17.3920092Z #80 134.8 [570/3615] Building CXX object lib/FileCheck/CMakeFiles/LLVMFileCheck.dir/FileCheck.cpp.o 2024-08-20T21:50:17.3921002Z #80 134.8 [571/3615] Linking CXX static library lib/libLLVMFileCheck.a 2024-08-20T21:50:17.5675936Z #80 134.8 [572/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/SveEmitter.cpp.o 2024-08-20T21:50:17.5679328Z #80 134.9 [573/3615] Building CXX object utils/FileCheck/CMakeFiles/FileCheck.dir/FileCheck.cpp.o 2024-08-20T21:50:17.5681748Z #80 135.0 [574/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenRegisters.cpp.o 2024-08-20T21:50:17.7935500Z #80 135.0 [575/3615] Linking CXX executable bin/FileCheck 2024-08-20T21:50:17.9194058Z #80 135.3 [576/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterInfoEmitter.cpp.o 2024-08-20T21:50:18.1375265Z #80 135.4 [577/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2024-08-20T21:50:18.1376822Z #80 135.5 [578/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o 2024-08-20T21:50:18.4567306Z #80 135.9 [579/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o 2024-08-20T21:50:19.3826955Z #80 136.8 [580/3615] Building CXX object third-party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2024-08-20T21:50:19.6078413Z #80 136.8 [581/3615] Linking CXX static library lib/libbenchmark.a 2024-08-20T21:50:19.6079189Z #80 136.9 [582/3615] Linking CXX static library lib/libbenchmark_main.a 2024-08-20T21:50:19.8847517Z #80 137.3 [583/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/NeonEmitter.cpp.o 2024-08-20T21:50:20.1618693Z #80 137.6 [584/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/MveEmitter.cpp.o 2024-08-20T21:50:20.9454417Z #80 138.3 [585/3615] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/EnumTables.cpp.o 2024-08-20T21:50:21.1828614Z #80 138.4 [586/3615] Linking CXX static library lib/libLLVMDebugInfoCodeView.a 2024-08-20T21:50:22.0178862Z #80 139.4 [587/3615] Building CXX object tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangAttrEmitter.cpp.o 2024-08-20T21:50:22.2408825Z #80 139.6 [588/3615] Linking CXX executable bin/clang-tblgen 2024-08-20T21:50:22.3587501Z #80 139.6 [589/3615] Building StmtNodes.inc... 2024-08-20T21:50:22.3588109Z #80 139.6 [590/3615] Building DeclNodes.inc... 2024-08-20T21:50:22.3588588Z #80 139.6 [591/3615] Building TypeNodes.inc... 2024-08-20T21:50:22.3589145Z #80 139.6 [592/3615] Building AbstractBasicReader.inc... 2024-08-20T21:50:22.3589711Z #80 139.7 [593/3615] Building AbstractBasicWriter.inc... 2024-08-20T21:50:22.3590275Z #80 139.7 [594/3615] Building AbstractTypeReader.inc... 2024-08-20T21:50:22.3591071Z #80 139.7 [595/3615] Building AbstractTypeWriter.inc... 2024-08-20T21:50:22.3591599Z #80 139.7 [596/3615] Building CommentNodes.inc... 2024-08-20T21:50:22.3592100Z #80 139.7 [597/3615] Building CommentHTMLTags.inc... 2024-08-20T21:50:22.3592695Z #80 139.7 [598/3615] Building CommentHTMLTagsProperties.inc... 2024-08-20T21:50:22.3593426Z #80 139.7 [599/3615] Building CommentHTMLNamedCharacterReferences.inc... 2024-08-20T21:50:22.3594096Z #80 139.7 [600/3615] Building CommentCommandInfo.inc... 2024-08-20T21:50:22.3594656Z #80 139.7 [601/3615] Building CommentCommandList.inc... 2024-08-20T21:50:22.3595209Z #80 139.7 [602/3615] Building StmtDataCollectors.inc... 2024-08-20T21:50:22.3595717Z #80 139.7 [603/3615] Building AttrPCHWrite.inc... 2024-08-20T21:50:22.3596242Z #80 139.7 [604/3615] Building AttrTextNodeDump.inc... 2024-08-20T21:50:22.3596784Z #80 139.7 [605/3615] Building AttrNodeTraverse.inc... 2024-08-20T21:50:22.3597303Z #80 139.7 [606/3615] Building arm_cde_builtin_cg.inc... 2024-08-20T21:50:22.3597795Z #80 139.7 [607/3615] Building arm_fp16.inc... 2024-08-20T21:50:22.3598280Z #80 139.7 [608/3615] Building arm_cde_builtins.inc... 2024-08-20T21:50:22.3598770Z #80 139.7 [609/3615] Building AttrVisitor.inc... 2024-08-20T21:50:22.3599289Z #80 139.7 [610/3615] Building arm_cde_builtin_sema.inc... 2024-08-20T21:50:22.3599860Z #80 139.7 [611/3615] Building arm_cde_builtin_aliases.inc... 2024-08-20T21:50:22.3600473Z #80 139.7 [612/3615] Building Attrs.inc... 2024-08-20T21:50:22.3600902Z #80 139.7 [613/3615] Building Nodes.inc... 2024-08-20T21:50:22.3601472Z #80 139.7 [614/3615] Building NodeClasses.inc... 2024-08-20T21:50:22.3602007Z #80 139.7 [615/3615] Building AttrSubMatchRulesList.inc... 2024-08-20T21:50:22.3602538Z #80 139.7 [616/3615] Building Checkers.inc... 2024-08-20T21:50:22.3602998Z #80 139.7 [617/3615] Building AttrList.inc... 2024-08-20T21:50:22.3603452Z #80 139.7 [618/3615] Building AttrImpl.inc... 2024-08-20T21:50:22.3603937Z #80 139.7 [619/3615] Building arm_sve_typeflags.inc... 2024-08-20T21:50:22.3604517Z #80 139.7 [620/3615] Building AttrSpellingListIndex.inc... 2024-08-20T21:50:22.3605108Z #80 139.7 [621/3615] Building AttrHasAttributeImpl.inc... 2024-08-20T21:50:22.3605798Z #80 139.7 [622/3615] Building AttrSubMatchRulesParserStringSwitches.inc... 2024-08-20T21:50:22.3606537Z #80 139.7 [623/3615] Building AttrParserStringSwitches.inc... 2024-08-20T21:50:22.3607136Z #80 139.7 [624/3615] Building AttrParsedAttrList.inc... 2024-08-20T21:50:22.3607717Z #80 139.7 [625/3615] Building AttrTemplateInstantiate.inc... 2024-08-20T21:50:22.3608275Z #80 139.7 [626/3615] Building AttrPCHRead.inc... 2024-08-20T21:50:22.3608805Z #80 139.7 [627/3615] Building AttrParsedAttrKinds.inc... 2024-08-20T21:50:22.3609364Z #80 139.7 [628/3615] Building AttrParsedAttrImpl.inc... 2024-08-20T21:50:22.3609921Z #80 139.7 [629/3615] Building arm_mve_builtin_sema.inc... 2024-08-20T21:50:22.3610424Z #80 139.7 [630/3615] Building arm_neon.inc... 2024-08-20T21:50:22.3610926Z #80 139.7 [631/3615] Building arm_mve_builtin_aliases.inc... 2024-08-20T21:50:22.3611492Z #80 139.7 [632/3615] Building arm_mve_builtins.inc... 2024-08-20T21:50:22.3612044Z #80 139.7 [633/3615] Building DiagnosticIndexName.inc... 2024-08-20T21:50:22.3612630Z #80 139.7 [634/3615] Building DiagnosticFrontendKinds.inc... 2024-08-20T21:50:22.3613221Z #80 139.7 [635/3615] Building DiagnosticLexKinds.inc... 2024-08-20T21:50:22.3613799Z #80 139.7 [636/3615] Building DiagnosticDriverKinds.inc... 2024-08-20T21:50:22.3614375Z #80 139.7 [637/3615] Building DiagnosticASTKinds.inc... 2024-08-20T21:50:22.3614951Z #80 139.7 [638/3615] Building DiagnosticCrossTUKinds.inc... 2024-08-20T21:50:22.3615555Z #80 139.7 [639/3615] Building DiagnosticCommonKinds.inc... 2024-08-20T21:50:22.3616121Z #80 139.7 [640/3615] Building DiagnosticGroups.inc... 2024-08-20T21:50:22.3616686Z #80 139.7 [641/3615] Building DiagnosticAnalysisKinds.inc... 2024-08-20T21:50:22.3617306Z #80 139.7 [642/3615] Building DiagnosticCommentKinds.inc... 2024-08-20T21:50:22.3617939Z #80 139.7 [643/3615] Building DiagnosticRefactoringKinds.inc... 2024-08-20T21:50:22.3618637Z #80 139.7 [644/3615] Building DiagnosticParseKinds.inc... 2024-08-20T21:50:22.3619282Z #80 139.7 [645/3615] Building DiagnosticSerializationKinds.inc... 2024-08-20T21:50:22.3619922Z #80 139.7 [646/3615] Building DiagnosticSemaKinds.inc... 2024-08-20T21:50:22.3620465Z #80 139.7 [647/3615] Building arm_mve_builtin_cg.inc... 2024-08-20T21:50:22.3620994Z #80 139.8 [648/3615] Building arm_sve_builtins.inc... 2024-08-20T21:50:22.5481245Z #80 139.8 [649/3615] Building riscv_vector_builtin_sema.inc... 2024-08-20T21:50:22.5481909Z #80 139.8 [650/3615] Building arm_sve_builtin_cg.inc... 2024-08-20T21:50:22.5482479Z #80 139.8 [651/3615] Building arm_sve_sema_rangechecks.inc... 2024-08-20T21:50:22.5483077Z #80 139.8 [652/3615] Building riscv_vector_builtins.inc... 2024-08-20T21:50:22.5483658Z #80 139.8 [653/3615] Building riscv_vector_builtin_cg.inc... 2024-08-20T21:50:24.4712650Z #80 141.9 [654/3615] Building CXX object utils/TableGen/CMakeFiles/llvm-tblgen.dir/GlobalISelEmitter.cpp.o 2024-08-20T21:50:24.7946587Z #80 142.2 [655/3615] Linking CXX executable bin/llvm-tblgen 2024-08-20T21:50:24.9105078Z #80 142.2 [656/3615] Building OMP.h.inc... 2024-08-20T21:50:24.9105951Z #80 142.2 [657/3615] Building OMP.inc... 2024-08-20T21:50:24.9106687Z #80 142.2 [658/3615] Building Attributes.inc... 2024-08-20T21:50:24.9107480Z #80 142.2 [659/3615] Building ACC.h.inc... 2024-08-20T21:50:24.9108212Z #80 142.2 [660/3615] Building ACC.inc... 2024-08-20T21:50:24.9108991Z #80 142.2 [661/3615] Building COFFOptions.inc... 2024-08-20T21:50:24.9110106Z #80 142.2 [662/3615] Building Options.inc... 2024-08-20T21:50:24.9110827Z #80 142.2 [663/3615] Building Options.inc... 2024-08-20T21:50:24.9111639Z #80 142.2 [664/3615] Building Options.inc... 2024-08-20T21:50:24.9112424Z #80 142.2 [665/3615] Building Opts.inc... 2024-08-20T21:50:24.9113191Z #80 142.2 [666/3615] Building Options.inc... 2024-08-20T21:50:24.9113980Z #80 142.2 [667/3615] Building Opts.inc... 2024-08-20T21:50:24.9114742Z #80 142.2 [668/3615] Building Opts.inc... 2024-08-20T21:50:24.9115501Z #80 142.2 [669/3615] Building LipoOpts.inc... 2024-08-20T21:50:24.9116308Z #80 142.2 [670/3615] Building Opts.inc... 2024-08-20T21:50:24.9117063Z #80 142.2 [671/3615] Building Opts.inc... 2024-08-20T21:50:24.9117809Z #80 142.2 [672/3615] Building Opts.inc... 2024-08-20T21:50:24.9118553Z #80 142.2 [673/3615] Building Opts.inc... 2024-08-20T21:50:24.9119309Z #80 142.2 [674/3615] Building Opts.inc... 2024-08-20T21:50:24.9120212Z #80 142.2 [675/3615] Building Opts.inc... 2024-08-20T21:50:24.9120958Z #80 142.2 [676/3615] Building Opts.inc... 2024-08-20T21:50:24.9121718Z #80 142.2 [677/3615] Building Opts.inc... 2024-08-20T21:50:24.9122545Z #80 142.2 [678/3615] Building ObjcopyOpts.inc... 2024-08-20T21:50:24.9123427Z #80 142.2 [679/3615] Building ObjdumpOpts.inc... 2024-08-20T21:50:24.9124260Z #80 142.2 [680/3615] Building Opts.inc... 2024-08-20T21:50:24.9125027Z #80 142.3 [681/3615] Building Options.inc... 2024-08-20T21:50:25.0632434Z #80 142.5 [682/3615] Building IntrinsicsX86.h... 2024-08-20T21:50:25.2859033Z #80 142.5 [683/3615] Building IntrinsicsBPF.h... 2024-08-20T21:50:25.2860020Z #80 142.5 [684/3615] Building IntrinsicsDirectX.h... 2024-08-20T21:50:25.2860933Z #80 142.5 [685/3615] Building IntrinsicsAMDGPU.h... 2024-08-20T21:50:25.2861802Z #80 142.5 [686/3615] Building IntrinsicsARM.h... 2024-08-20T21:50:25.2862656Z #80 142.5 [687/3615] Building IntrinsicsPowerPC.h... 2024-08-20T21:50:25.2863547Z #80 142.5 [688/3615] Building IntrinsicEnums.inc... 2024-08-20T21:50:25.2864486Z #80 142.5 [689/3615] Building IntrinsicsAArch64.h... 2024-08-20T21:50:25.2865400Z #80 142.5 [690/3615] Building IntrinsicsLoongArch.h... 2024-08-20T21:50:25.2866314Z #80 142.5 [691/3615] Building IntrinsicsNVPTX.h... 2024-08-20T21:50:25.2867193Z #80 142.5 [692/3615] Building IntrinsicsR600.h... 2024-08-20T21:50:25.2868068Z #80 142.5 [693/3615] Building IntrinsicsSPIRV.h... 2024-08-20T21:50:25.2868968Z #80 142.5 [694/3615] Building IntrinsicsHexagon.h... 2024-08-20T21:50:25.2870388Z #80 142.5 [695/3615] Building IntrinsicsRISCV.h... 2024-08-20T21:50:25.2871254Z #80 142.5 [696/3615] Building IntrinsicsVE.h... 2024-08-20T21:50:25.2872139Z #80 142.5 [697/3615] Building IntrinsicsWebAssembly.h... 2024-08-20T21:50:25.2873062Z #80 142.5 [698/3615] Building IntrinsicsXCore.h... 2024-08-20T21:50:25.2873924Z #80 142.5 [699/3615] Building IntrinsicsS390.h... 2024-08-20T21:50:25.2874771Z #80 142.5 [700/3615] Building IntrinsicsMips.h... 2024-08-20T21:50:25.2875637Z #80 142.5 [701/3615] Building IntrinsicImpl.inc... 2024-08-20T21:50:25.6504255Z #80 143.0 [702/3615] Building CXX object lib/Frontend/OpenACC/CMakeFiles/LLVMFrontendOpenACC.dir/ACC.cpp.o 2024-08-20T21:50:25.8010368Z #80 143.1 [703/3615] Linking CXX static library lib/libLLVMFrontendOpenACC.a 2024-08-20T21:50:25.8012125Z #80 143.2 [704/3615] Building CXX object tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesTypes.cpp.o 2024-08-20T21:50:26.4236312Z #80 143.8 [705/3615] Building CXX object tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/DirectoryScanner.cpp.o 2024-08-20T21:50:26.6194683Z #80 144.0 [706/3615] Building RISCVTargetParserDef.inc... 2024-08-20T21:50:26.9300928Z #80 144.3 [707/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderMap.cpp.o 2024-08-20T21:50:27.1364479Z #80 144.4 [708/3615] Building CXX object tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/linux/DirectoryWatcher-linux.cpp.o 2024-08-20T21:50:27.3508655Z #80 144.7 [709/3615] Building X86GenRegisterInfo.inc... 2024-08-20T21:50:27.4753573Z #80 144.8 [710/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ScratchBuffer.cpp.o 2024-08-20T21:50:27.4756209Z #80 144.8 [711/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/DependencyDirectivesScanner.cpp.o 2024-08-20T21:50:27.4758552Z #80 144.9 [712/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCallbacks.cpp.o 2024-08-20T21:50:27.7431306Z #80 145.1 [713/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPConditionalDirectiveRecord.cpp.o 2024-08-20T21:50:27.9494797Z #80 145.3 [714/3615] Building CXX object lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/Hello.cpp.o 2024-08-20T21:50:28.5048896Z #80 145.9 [715/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessingRecord.cpp.o 2024-08-20T21:50:28.6577498Z #80 145.9 [716/3615] Building CXX object tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesYAMLCompiler.cpp.o 2024-08-20T21:50:28.8820858Z #80 146.3 [717/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCaching.cpp.o 2024-08-20T21:50:29.0050173Z #80 146.4 [718/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroArgs.cpp.o 2024-08-20T21:50:29.0052089Z #80 146.4 [719/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenConcatenation.cpp.o 2024-08-20T21:50:29.2024389Z #80 146.6 [720/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroInfo.cpp.o 2024-08-20T21:50:29.6695453Z #80 147.1 [721/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessorLexer.cpp.o 2024-08-20T21:50:29.9289054Z #80 147.3 [722/3615] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/InclusionRewriter.cpp.o 2024-08-20T21:50:30.1096919Z #80 147.4 [723/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGTargetInfo.cpp.o 2024-08-20T21:50:30.1789115Z #80 147.6 [724/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenLexer.cpp.o 2024-08-20T21:50:30.3720991Z #80 147.6 [725/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/InitHeaderSearch.cpp.o 2024-08-20T21:50:30.7147188Z #80 148.1 [726/3615] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkParser.cpp.o 2024-08-20T21:50:30.9204680Z #80 148.3 [727/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/BuiltinGCs.cpp.o 2024-08-20T21:50:31.2218150Z #80 148.6 [728/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AbstractCallSite.cpp.o 2024-08-20T21:50:31.5542393Z #80 149.0 [729/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.o 2024-08-20T21:50:31.6885475Z #80 149.1 [730/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPExpressions.cpp.o 2024-08-20T21:50:31.8082640Z #80 149.2 [731/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPLexerChange.cpp.o 2024-08-20T21:50:32.1573575Z #80 149.6 [732/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o 2024-08-20T21:50:32.3167914Z #80 149.7 [733/3615] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCode.cpp.o 2024-08-20T21:50:32.4374951Z #80 149.8 [734/3615] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/CommentToXML.cpp.o 2024-08-20T21:50:32.4377051Z #80 149.8 [735/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Pragma.cpp.o 2024-08-20T21:50:32.6226446Z #80 149.9 [736/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/LiteralSupport.cpp.o 2024-08-20T21:50:32.7443639Z #80 150.1 [737/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Lexer.cpp.o 2024-08-20T21:50:32.9723581Z #80 150.2 [738/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGAddressAnalysis.cpp.o 2024-08-20T21:50:32.9726505Z #80 150.2 [739/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Preprocessor.cpp.o 2024-08-20T21:50:33.0982363Z #80 150.5 [740/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/GVMaterializer.cpp.o 2024-08-20T21:50:33.3972159Z #80 150.8 [741/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPMacroExpansion.cpp.o 2024-08-20T21:50:33.5534389Z #80 150.8 [742/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPDirectives.cpp.o 2024-08-20T21:50:33.5536317Z #80 151.0 [743/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticHandler.cpp.o 2024-08-20T21:50:33.7929535Z #80 151.2 [744/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderSearch.cpp.o 2024-08-20T21:50:33.9400606Z #80 151.3 [745/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/GCStrategy.cpp.o 2024-08-20T21:50:34.1904057Z #80 151.6 [746/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticPrinter.cpp.o 2024-08-20T21:50:34.4018867Z #80 151.8 [747/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/BasicBlock.cpp.o 2024-08-20T21:50:35.0471342Z #80 152.4 [748/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DataLayout.cpp.o 2024-08-20T21:50:35.3979007Z #80 152.8 [749/3615] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/API.cpp.o 2024-08-20T21:50:35.5813792Z #80 152.8 [750/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGPrinter.cpp.o 2024-08-20T21:50:35.7522428Z #80 153.1 [751/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IRPrintingPasses.cpp.o 2024-08-20T21:50:35.8915157Z #80 153.3 [752/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/SSAContext.cpp.o 2024-08-20T21:50:36.0953204Z #80 153.3 [753/3615] Building X86GenSubtargetInfo.inc... 2024-08-20T21:50:36.1499331Z #80 153.5 [754/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/FPEnv.cpp.o 2024-08-20T21:50:36.2581112Z #80 153.7 [755/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGDumper.cpp.o 2024-08-20T21:50:36.5580301Z #80 154.0 [756/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseInit.cpp.o 2024-08-20T21:50:36.6947108Z #80 154.0 [757/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantRange.cpp.o 2024-08-20T21:50:36.6948602Z #80 154.1 [758/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugLoc.cpp.o 2024-08-20T21:50:36.7947459Z #80 154.2 [759/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantFold.cpp.o 2024-08-20T21:50:36.9794013Z #80 154.2 [760/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Attributes.cpp.o 2024-08-20T21:50:36.9795945Z #80 154.4 [761/3615] Building CXX object tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ModuleMap.cpp.o 2024-08-20T21:50:37.1522244Z #80 154.4 [762/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseAST.cpp.o 2024-08-20T21:50:37.5583190Z #80 155.0 [763/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseHLSL.cpp.o 2024-08-20T21:50:38.1227828Z #80 155.5 [764/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticInfo.cpp.o 2024-08-20T21:50:38.3041456Z #80 155.7 [765/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Mangler.cpp.o 2024-08-20T21:50:38.4072325Z #80 155.7 [766/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/StatepointLowering.cpp.o 2024-08-20T21:50:38.4074487Z #80 155.8 [767/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/MDBuilder.cpp.o 2024-08-20T21:50:38.5516843Z #80 155.9 [768/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AccelTable.cpp.o 2024-08-20T21:50:38.5518968Z #80 155.9 [769/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/OptBisect.cpp.o 2024-08-20T21:50:38.7402451Z #80 156.1 [770/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMRemarkStreamer.cpp.o 2024-08-20T21:50:38.8826999Z #80 156.3 [771/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DIBuilder.cpp.o 2024-08-20T21:50:39.1190072Z #80 156.4 [772/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/StructuralHash.cpp.o 2024-08-20T21:50:39.1298704Z #80 156.5 [773/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassInstrumentation.cpp.o 2024-08-20T21:50:39.3335486Z #80 156.6 [774/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassRegistry.cpp.o 2024-08-20T21:50:39.3972160Z #80 156.8 [775/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/InlineAsm.cpp.o 2024-08-20T21:50:39.8877465Z #80 157.3 [776/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Globals.cpp.o 2024-08-20T21:50:40.0854287Z #80 157.3 [777/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Operator.cpp.o 2024-08-20T21:50:40.0855813Z #80 157.3 [778/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Pass.cpp.o 2024-08-20T21:50:40.2113386Z #80 157.6 [779/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Instruction.cpp.o 2024-08-20T21:50:40.3540067Z #80 157.8 [780/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ProfileSummary.cpp.o 2024-08-20T21:50:40.4596483Z #80 157.8 [781/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMContext.cpp.o 2024-08-20T21:50:40.6513099Z #80 157.9 [782/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Use.cpp.o 2024-08-20T21:50:40.6515342Z #80 157.9 [783/3615] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Parsing.cpp.o 2024-08-20T21:50:40.6518210Z #80 157.9 [784/3615] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCodeBuilders.cpp.o 2024-08-20T21:50:40.6520669Z #80 157.9 [785/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugInfo.cpp.o 2024-08-20T21:50:40.6522351Z #80 157.9 [786/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IRBuilder.cpp.o 2024-08-20T21:50:40.6524574Z #80 158.0 [787/3615] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RangeSelector.cpp.o 2024-08-20T21:50:40.7548682Z #80 158.1 [788/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ProfDataUtils.cpp.o 2024-08-20T21:50:40.7550394Z #80 158.2 [789/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Core.cpp.o 2024-08-20T21:50:40.7553192Z #80 158.2 /llvm-project/llvm/lib/IR/Core.cpp: In function 'void LLVMContextSetDiagnosticHandler(LLVMContextRef, LLVMDiagnosticHandler, void*)': 2024-08-20T21:50:40.7558725Z #80 158.2 /llvm-project/llvm/lib/IR/Core.cpp:103:22: warning: cast between incompatible function types from 'LLVMDiagnosticHandler' {aka 'void (*)(LLVMOpaqueDiagnosticInfo*, void*)'} to 'llvm::DiagnosticHandler::DiagnosticHandlerTy' {aka 'void (*)(const llvm::DiagnosticInfo&, void*)'} [-Wcast-function-type] 2024-08-20T21:50:40.7562664Z #80 158.2 103 | LLVM_EXTENSION reinterpret_cast( 2024-08-20T21:50:40.7564109Z #80 158.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:50:40.7564967Z #80 158.2 104 | Handler), 2024-08-20T21:50:40.7565592Z #80 158.2 | ~~~~~~~~ 2024-08-20T21:50:40.7567759Z #80 158.2 /llvm-project/llvm/lib/IR/Core.cpp: In function 'void (* LLVMContextGetDiagnosticHandler(LLVMContextRef))(LLVMDiagnosticInfoRef, void*)': 2024-08-20T21:50:40.7573141Z #80 158.2 /llvm-project/llvm/lib/IR/Core.cpp:109:25: warning: cast between incompatible function types from 'llvm::DiagnosticHandler::DiagnosticHandlerTy' {aka 'void (*)(const llvm::DiagnosticInfo&, void*)'} to 'LLVMDiagnosticHandler' {aka 'void (*)(LLVMOpaqueDiagnosticInfo*, void*)'} [-Wcast-function-type] 2024-08-20T21:50:40.7577419Z #80 158.2 109 | return LLVM_EXTENSION reinterpret_cast( 2024-08-20T21:50:40.7578697Z #80 158.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:50:40.7810536Z #80 158.2 110 | unwrap(C)->getDiagnosticHandlerCallBack()); 2024-08-20T21:50:40.7811954Z #80 158.2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:50:40.7814458Z #80 158.2 /llvm-project/llvm/lib/IR/Core.cpp: In function 'LLVMOpaqueValue* LLVMAddGlobal(LLVMModuleRef, LLVMTypeRef, const char*)': 2024-08-20T21:50:40.7818439Z #80 158.2 /llvm-project/llvm/lib/IR/Core.cpp:2087:77: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:50:40.7821219Z #80 158.2 2087 | GlobalValue::ExternalLinkage, nullptr, Name)); 2024-08-20T21:50:40.7822425Z #80 158.2 | ^ 2024-08-20T21:50:40.7823739Z #80 158.2 In file included from /llvm-project/llvm/lib/IR/Core.cpp:23: 2024-08-20T21:50:40.7826396Z #80 158.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:50:40.7828296Z #80 158.2 73 | return User::operator new(s, 1); 2024-08-20T21:50:40.7829221Z #80 158.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:50:40.7831538Z #80 158.2 /llvm-project/llvm/lib/IR/Core.cpp: In function 'LLVMOpaqueValue* LLVMAddGlobalInAddressSpace(LLVMModuleRef, LLVMTypeRef, const char*, unsigned int)': 2024-08-20T21:50:40.7835963Z #80 158.2 /llvm-project/llvm/lib/IR/Core.cpp:2096:46: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:50:40.7838570Z #80 158.2 2096 | AddressSpace)); 2024-08-20T21:50:40.7839537Z #80 158.2 | ^ 2024-08-20T21:50:40.7840944Z #80 158.2 In file included from /llvm-project/llvm/lib/IR/Core.cpp:23: 2024-08-20T21:50:40.7843504Z #80 158.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:50:40.7845508Z #80 158.2 73 | return User::operator new(s, 1); 2024-08-20T21:50:40.7846386Z #80 158.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:50:40.8958515Z #80 158.2 [790/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IntrinsicInst.cpp.o 2024-08-20T21:50:40.8960806Z #80 158.3 [791/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseCXXInlineMethods.cpp.o 2024-08-20T21:50:41.0125168Z #80 158.4 [792/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassTimingInfo.cpp.o 2024-08-20T21:50:41.3583326Z #80 158.8 [793/3615] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Transformer.cpp.o 2024-08-20T21:50:41.4873360Z #80 158.9 [794/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PrintPasses.cpp.o 2024-08-20T21:50:41.9815591Z #80 159.4 [795/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ValueSymbolTable.cpp.o 2024-08-20T21:50:42.1418328Z #80 159.4 [796/3615] Building CXX object lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/OpDescriptor.cpp.o 2024-08-20T21:50:42.1420385Z #80 159.5 [797/3615] Building CXX object lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSStub.cpp.o 2024-08-20T21:50:42.1422598Z #80 159.5 [798/3615] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Stencil.cpp.o 2024-08-20T21:50:42.1424872Z #80 159.5 [799/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExprCXX.cpp.o 2024-08-20T21:50:42.3609282Z #80 159.6 [800/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseObjc.cpp.o 2024-08-20T21:50:42.4310670Z #80 159.8 [801/3615] Building CXX object lib/FuzzMutate/CMakeFiles/LLVMFuzzerCLI.dir/FuzzerCLI.cpp.o 2024-08-20T21:50:42.5594425Z #80 160.0 [802/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Statepoint.cpp.o 2024-08-20T21:50:42.6899782Z #80 160.0 [803/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ReplaceConstant.cpp.o 2024-08-20T21:50:42.6902050Z #80 160.1 [804/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExpr.cpp.o 2024-08-20T21:50:42.8866626Z #80 160.1 [805/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PseudoProbe.cpp.o 2024-08-20T21:50:42.8868268Z #80 160.1 [806/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Constants.cpp.o 2024-08-20T21:50:42.8869956Z #80 160.1 [807/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LegacyPassManager.cpp.o 2024-08-20T21:50:42.8871718Z #80 160.3 [808/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassManager.cpp.o 2024-08-20T21:50:43.5439533Z #80 160.9 [809/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Module.cpp.o 2024-08-20T21:50:43.6591138Z #80 160.9 In lambda function, 2024-08-20T21:50:43.6594818Z #80 160.9 inlined from 'static Ret llvm::function_ref::callback_fn(intptr_t, Params ...) [with Callable = llvm::Module::getOrInsertGlobal(llvm::StringRef, llvm::Type*)::; Ret = llvm::GlobalVariable*; Params = {}]' at /llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:52: 2024-08-20T21:50:43.6599873Z #80 160.9 /llvm-project/llvm/lib/IR/Module.cpp:229:44: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:50:43.6602342Z #80 160.9 229 | nullptr, Name); 2024-08-20T21:50:43.6603295Z #80 160.9 | ^ 2024-08-20T21:50:43.6604525Z #80 160.9 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:50:43.6605898Z #80 160.9 from /llvm-project/llvm/lib/IR/Module.cpp:13: 2024-08-20T21:50:43.6609602Z #80 160.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In static member function 'static Ret llvm::function_ref::callback_fn(intptr_t, Params ...) [with Callable = llvm::Module::getOrInsertGlobal(llvm::StringRef, llvm::Type*)::; Ret = llvm::GlobalVariable*; Params = {}]': 2024-08-20T21:50:43.6613973Z #80 160.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:50:43.6615947Z #80 160.9 73 | return User::operator new(s, 1); 2024-08-20T21:50:43.6616722Z #80 160.9 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:50:43.6617398Z #80 160.9 In lambda function, 2024-08-20T21:50:43.6620846Z #80 160.9 inlined from 'static Ret llvm::function_ref::callback_fn(intptr_t, Params ...) [with Callable = llvm::Module::getOrInsertGlobal(llvm::StringRef, llvm::Type*)::; Ret = llvm::GlobalVariable*; Params = {}]' at /llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:52, 2024-08-20T21:50:43.6625388Z #80 160.9 inlined from 'Ret llvm::function_ref::operator()(Params ...) const [with Ret = llvm::GlobalVariable*; Params = {}]' at /llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:68:12, 2024-08-20T21:50:43.6629029Z #80 160.9 inlined from 'llvm::Constant* llvm::Module::getOrInsertGlobal(llvm::StringRef, llvm::Type*, llvm::function_ref)' at /llvm-project/llvm/lib/IR/Module.cpp:211:30, 2024-08-20T21:50:43.6632161Z #80 160.9 inlined from 'llvm::Constant* llvm::Module::getOrInsertGlobal(llvm::StringRef, llvm::Type*)' at /llvm-project/llvm/lib/IR/Module.cpp:227:27: 2024-08-20T21:50:43.6636092Z #80 160.9 /llvm-project/llvm/lib/IR/Module.cpp:229:44: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:50:43.6638378Z #80 160.9 229 | nullptr, Name); 2024-08-20T21:50:43.6639208Z #80 160.9 | ^ 2024-08-20T21:50:43.6640519Z #80 160.9 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:50:43.6642094Z #80 160.9 from /llvm-project/llvm/lib/IR/Module.cpp:13: 2024-08-20T21:50:43.6644344Z #80 160.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::Constant* llvm::Module::getOrInsertGlobal(llvm::StringRef, llvm::Type*)': 2024-08-20T21:50:43.6647365Z #80 160.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:50:43.6649111Z #80 160.9 73 | return User::operator new(s, 1); 2024-08-20T21:50:43.6649889Z #80 160.9 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:50:43.6651044Z #80 161.1 [810/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGen.cpp.o 2024-08-20T21:50:43.7607687Z #80 161.1 [811/3615] Building CXX object tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RewriteRule.cpp.o 2024-08-20T21:50:43.7610224Z #80 161.2 [812/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/TypedPointerType.cpp.o 2024-08-20T21:50:43.8770577Z #80 161.2 [813/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Dominators.cpp.o 2024-08-20T21:50:43.8772736Z #80 161.2 [814/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDeclCXX.cpp.o 2024-08-20T21:50:43.8774846Z #80 161.3 [815/3615] Building CXX object lib/IRReader/CMakeFiles/LLVMIRReader.dir/IRReader.cpp.o 2024-08-20T21:50:44.0447920Z #80 161.3 [816/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ModuleSummaryIndex.cpp.o 2024-08-20T21:50:44.0449895Z #80 161.4 [817/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AsmWriter.cpp.o 2024-08-20T21:50:44.0451472Z #80 161.4 [818/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/User.cpp.o 2024-08-20T21:50:44.0453496Z #80 161.4 [819/3615] Building CXX object lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSHandler.cpp.o 2024-08-20T21:50:44.2760930Z #80 161.5 [820/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/TypeFinder.cpp.o 2024-08-20T21:50:44.3003822Z #80 161.7 [821/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o 2024-08-20T21:50:44.6925299Z #80 162.1 [822/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseOpenMP.cpp.o 2024-08-20T21:50:44.7952925Z #80 162.1 [823/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Function.cpp.o 2024-08-20T21:50:44.7955054Z #80 162.2 [824/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicBlockSectionsProfileReader.cpp.o 2024-08-20T21:50:44.9076766Z #80 162.3 [825/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/VectorBuilder.cpp.o 2024-08-20T21:50:44.9078545Z #80 162.3 [826/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Instructions.cpp.o 2024-08-20T21:50:44.9080531Z #80 162.3 [827/3615] Building CXX object lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/Operations.cpp.o 2024-08-20T21:50:45.0203144Z #80 162.4 [828/3615] Building CXX object lib/IRPrinter/CMakeFiles/LLVMIRPrinter.dir/IRPrintingPasses.cpp.o 2024-08-20T21:50:45.2609412Z #80 162.5 [829/3615] Building CXX object lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/RandomIRBuilder.cpp.o 2024-08-20T21:50:46.1207968Z #80 163.5 [830/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Type.cpp.o 2024-08-20T21:50:46.3132996Z #80 163.6 [831/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/SafepointIRVerifier.cpp.o 2024-08-20T21:50:46.6752910Z #80 164.1 [832/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDecl.cpp.o 2024-08-20T21:50:46.8718780Z #80 164.3 [833/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BreakFalseDeps.cpp.o 2024-08-20T21:50:47.0724771Z #80 164.3 [834/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMContextImpl.cpp.o 2024-08-20T21:50:47.0726671Z #80 164.3 [835/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugInfoMetadata.cpp.o 2024-08-20T21:50:47.1242128Z #80 164.5 [836/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFGuardLongjmp.cpp.o 2024-08-20T21:50:47.3046949Z #80 164.6 [837/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Value.cpp.o 2024-08-20T21:50:47.3218857Z #80 164.7 [838/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o 2024-08-20T21:50:47.4957231Z #80 164.9 [839/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchRelaxation.cpp.o 2024-08-20T21:50:47.6253720Z #80 165.0 [840/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EdgeBundles.cpp.o 2024-08-20T21:50:47.7780202Z #80 165.2 [841/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicBlockSections.cpp.o 2024-08-20T21:50:48.0081508Z #80 165.3 [842/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadataPrinter.cpp.o 2024-08-20T21:50:48.2948460Z #80 165.7 [843/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DeadMachineInstructionElim.cpp.o 2024-08-20T21:50:48.5243022Z #80 165.8 [844/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGISel.cpp.o 2024-08-20T21:50:48.5245258Z #80 165.9 [845/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DetectDeadLanes.cpp.o 2024-08-20T21:50:48.7622535Z #80 166.0 [846/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFIFixup.cpp.o 2024-08-20T21:50:48.7624683Z #80 166.0 [847/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EHContGuardCatchret.cpp.o 2024-08-20T21:50:48.8269744Z #80 166.2 [848/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenCommonISel.cpp.o 2024-08-20T21:50:49.0060757Z #80 166.4 [849/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CalcSpillWeights.cpp.o 2024-08-20T21:50:49.2002297Z #80 166.4 [850/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFIInstrInserter.cpp.o 2024-08-20T21:50:49.2531208Z #80 166.7 [851/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandPostRAPseudos.cpp.o 2024-08-20T21:50:49.4115347Z #80 166.7 [852/3615] Building CXX object lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/ELFObjHandler.cpp.o 2024-08-20T21:50:49.4117474Z #80 166.8 [853/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FEntryInserter.cpp.o 2024-08-20T21:50:49.5408215Z #80 166.9 [854/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExecutionDomainFix.cpp.o 2024-08-20T21:50:49.7162942Z #80 167.0 [855/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CallingConvLower.cpp.o 2024-08-20T21:50:49.7165264Z #80 167.1 [856/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadata.cpp.o 2024-08-20T21:50:49.8269985Z #80 167.2 [857/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicTargetTransformInfo.cpp.o 2024-08-20T21:50:50.0916510Z #80 167.5 [858/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o 2024-08-20T21:50:50.2398525Z #80 167.6 [859/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPassBuilder.cpp.o 2024-08-20T21:50:50.3761015Z #80 167.7 [860/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FaultMaps.cpp.o 2024-08-20T21:50:50.3762993Z #80 167.7 [861/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.o 2024-08-20T21:50:50.3764756Z #80 167.8 [862/3615] Building CXX object lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/IRMutator.cpp.o 2024-08-20T21:50:50.6173771Z #80 167.9 [863/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandReductions.cpp.o 2024-08-20T21:50:51.5051025Z #80 168.9 [864/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DwarfEHPrepare.cpp.o 2024-08-20T21:50:51.6676194Z #80 169.1 [865/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandMemCmp.cpp.o 2024-08-20T21:50:51.8233019Z #80 169.2 [866/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandLargeDivRem.cpp.o 2024-08-20T21:50:51.9873458Z #80 169.2 [867/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CommandFlags.cpp.o 2024-08-20T21:50:52.0279387Z #80 169.4 [868/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FinalizeISel.cpp.o 2024-08-20T21:50:52.2346078Z #80 169.5 [869/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.o 2024-08-20T21:50:52.3058380Z #80 169.7 [870/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IntrinsicLowering.cpp.o 2024-08-20T21:50:52.4548102Z #80 169.7 [871/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AtomicExpandPass.cpp.o 2024-08-20T21:50:52.4550170Z #80 169.8 [872/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterferenceCache.cpp.o 2024-08-20T21:50:52.4552333Z #80 169.9 [873/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ComplexDeinterleavingPass.cpp.o 2024-08-20T21:50:52.5944588Z #80 169.9 [874/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchFolding.cpp.o 2024-08-20T21:50:52.5946596Z #80 169.9 [875/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DFAPacketizer.cpp.o 2024-08-20T21:50:52.5948586Z #80 170.0 [876/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IndirectBrExpandPass.cpp.o 2024-08-20T21:50:52.8136928Z #80 170.2 [877/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandVectorPredication.cpp.o 2024-08-20T21:50:53.0399558Z #80 170.3 [878/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CriticalAntiDepBreaker.cpp.o 2024-08-20T21:50:53.2955969Z #80 170.7 [879/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/JMCInstrumenter.cpp.o 2024-08-20T21:50:53.4240786Z #80 170.7 [880/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EarlyIfConversion.cpp.o 2024-08-20T21:50:53.4242378Z #80 170.8 [881/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowLevelType.cpp.o 2024-08-20T21:50:53.5399895Z #80 170.9 [882/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ImplicitNullChecks.cpp.o 2024-08-20T21:50:53.7154565Z #80 171.0 [883/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegUnits.cpp.o 2024-08-20T21:50:53.9186159Z #80 171.3 [884/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LivePhysRegs.cpp.o 2024-08-20T21:50:54.0273981Z #80 171.4 [885/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalCalc.cpp.o 2024-08-20T21:50:54.0275978Z #80 171.4 [886/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalUnion.cpp.o 2024-08-20T21:50:54.2854321Z #80 171.7 [887/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandLargeFpConvert.cpp.o 2024-08-20T21:50:54.4555351Z #80 171.9 [888/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LatencyPriorityQueue.cpp.o 2024-08-20T21:50:54.5724418Z #80 171.9 [889/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveStacks.cpp.o 2024-08-20T21:50:54.5726442Z #80 171.9 [890/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LexicalScopes.cpp.o 2024-08-20T21:50:54.5728673Z #80 172.0 [891/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LoopTraversal.cpp.o 2024-08-20T21:50:54.7195557Z #80 172.0 [892/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GlobalMerge.cpp.o 2024-08-20T21:50:54.7197474Z #80 172.1 [893/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Metadata.cpp.o 2024-08-20T21:50:54.9120284Z #80 172.1 [894/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegMatrix.cpp.o 2024-08-20T21:50:54.9122440Z #80 172.2 [895/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeShrink.cpp.o 2024-08-20T21:50:54.9124473Z #80 172.3 [896/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowerEmuTLS.cpp.o 2024-08-20T21:50:55.1536297Z #80 172.4 [897/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBranchProbabilityInfo.cpp.o 2024-08-20T21:50:55.4848026Z #80 172.9 [898/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCRootLowering.cpp.o 2024-08-20T21:50:55.7411745Z #80 173.1 [899/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeCalc.cpp.o 2024-08-20T21:50:55.9048932Z #80 173.3 [900/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeEdit.cpp.o 2024-08-20T21:50:56.0892092Z #80 173.3 [901/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LocalStackSlotAllocation.cpp.o 2024-08-20T21:50:56.1971816Z #80 173.6 [902/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/HardwareLoops.cpp.o 2024-08-20T21:50:56.4355544Z #80 173.7 [903/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LazyMachineBlockFrequencyInfo.cpp.o 2024-08-20T21:50:56.4357484Z #80 173.7 [904/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveInterval.cpp.o 2024-08-20T21:50:56.4909094Z #80 173.9 [905/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FixupStatepointCallerSaved.cpp.o 2024-08-20T21:50:57.2084748Z #80 174.6 [906/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedAccessPass.cpp.o 2024-08-20T21:50:57.4417858Z #80 174.8 [907/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPrinterPass.cpp.o 2024-08-20T21:50:57.7481691Z #80 175.1 [908/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCFGPrinter.cpp.o 2024-08-20T21:50:57.9849492Z #80 175.4 [909/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFrameInfo.cpp.o 2024-08-20T21:50:58.2324661Z #80 175.6 [910/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCheckDebugify.cpp.o 2024-08-20T21:50:58.4009625Z #80 175.8 [911/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominanceFrontier.cpp.o 2024-08-20T21:50:58.5151664Z #80 175.9 [912/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveVariables.cpp.o 2024-08-20T21:50:58.5153612Z #80 175.9 [913/3615] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Verifier.cpp.o 2024-08-20T21:50:58.7405367Z #80 176.1 [914/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AssignmentTrackingAnalysis.cpp.o 2024-08-20T21:50:58.8928011Z #80 176.1 [915/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfoImpls.cpp.o 2024-08-20T21:50:58.9354813Z #80 176.3 [916/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IfConversion.cpp.o 2024-08-20T21:50:59.0934355Z #80 176.4 [917/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o 2024-08-20T21:50:59.0936912Z #80 176.5 [918/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCombiner.cpp.o 2024-08-20T21:50:59.2393140Z #80 176.5 [919/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAG.cpp.o 2024-08-20T21:50:59.2395147Z #80 176.6 [920/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervals.cpp.o 2024-08-20T21:50:59.2397086Z #80 176.6 [921/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleSlotTracker.cpp.o 2024-08-20T21:50:59.2399318Z #80 176.6 [922/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopUtils.cpp.o 2024-08-20T21:50:59.2401336Z #80 176.6 [923/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstrBundle.cpp.o 2024-08-20T21:50:59.4065105Z #80 176.8 [924/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCopyPropagation.cpp.o 2024-08-20T21:50:59.5844835Z #80 177.0 [925/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InlineSpiller.cpp.o 2024-08-20T21:50:59.7528607Z #80 177.0 [926/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLateInstrsCleanup.cpp.o 2024-08-20T21:50:59.7531044Z #80 177.1 [927/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOptimizationRemarkEmitter.cpp.o 2024-08-20T21:50:59.9131160Z #80 177.2 [928/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionSplitter.cpp.o 2024-08-20T21:50:59.9133912Z #80 177.3 [929/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedLoadCombinePass.cpp.o 2024-08-20T21:51:00.0240696Z #80 177.4 [930/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MultiHazardRecognizer.cpp.o 2024-08-20T21:51:00.3183030Z #80 177.7 [931/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfo.cpp.o 2024-08-20T21:51:00.3185579Z #80 177.7 In constructor 'llvm::MachineModuleInfo::MachineModuleInfo(const llvm::LLVMTargetMachine*)', 2024-08-20T21:51:00.3188650Z #80 177.7 inlined from 'llvm::MachineModuleInfoWrapperPass::MachineModuleInfoWrapperPass(const llvm::LLVMTargetMachine*)' at /llvm-project/llvm/lib/CodeGen/MachineModuleInfo.cpp:170:26, 2024-08-20T21:51:00.3193895Z #80 177.7 inlined from 'llvm::Pass* llvm::callDefaultCtor() [with PassName = llvm::MachineModuleInfoWrapperPass; typename std::enable_if{}, bool>::type = true]' at /llvm-project/llvm/lib/CodeGen/MachineModuleInfo.cpp:168:1: 2024-08-20T21:51:00.3197773Z #80 177.7 /llvm-project/llvm/lib/CodeGen/MachineModuleInfo.cpp:74:51: warning: 'this' pointer is null [-Wnonnull] 2024-08-20T21:51:00.3199889Z #80 177.7 74 | Context.setObjectFileInfo(TM->getObjFileLowering()); 2024-08-20T21:51:00.3201198Z #80 177.7 | ~~~~~~~~~~~~~~~~~~~~~~^~ 2024-08-20T21:51:00.6394309Z #80 178.0 [932/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSizeOpts.cpp.o 2024-08-20T21:51:00.7508233Z #80 178.1 [933/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCycleAnalysis.cpp.o 2024-08-20T21:51:00.7510510Z #80 178.1 [934/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCSE.cpp.o 2024-08-20T21:51:00.7512680Z #80 178.1 [935/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSSAContext.cpp.o 2024-08-20T21:51:00.8518278Z #80 178.2 [936/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/NonRelocatableStringpool.cpp.o 2024-08-20T21:51:01.0646171Z #80 178.5 [937/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDebugify.cpp.o 2024-08-20T21:51:01.2137374Z #80 178.6 [938/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominators.cpp.o 2024-08-20T21:51:01.3665467Z #80 178.8 [939/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPass.cpp.o 2024-08-20T21:51:01.5114576Z #80 178.9 [940/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockFrequencyInfo.cpp.o 2024-08-20T21:51:01.8106753Z #80 179.2 [941/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MBFIWrapper.cpp.o 2024-08-20T21:51:01.9190954Z #80 179.3 [942/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegisterInfo.cpp.o 2024-08-20T21:51:01.9192696Z #80 179.3 [943/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRYamlMapping.cpp.o 2024-08-20T21:51:02.2754264Z #80 179.7 [944/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOperand.cpp.o 2024-08-20T21:51:02.4114102Z #80 179.8 [945/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrintingPass.cpp.o 2024-08-20T21:51:02.5926352Z #80 179.8 [946/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePassManager.cpp.o 2024-08-20T21:51:02.5928539Z #80 180.0 [947/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStripDebug.cpp.o 2024-08-20T21:51:02.8627235Z #80 180.3 [948/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/OptimizePHIs.cpp.o 2024-08-20T21:51:03.2104037Z #80 180.6 [949/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIEliminationUtils.cpp.o 2024-08-20T21:51:03.3973953Z #80 180.8 [950/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PatchableFunction.cpp.o 2024-08-20T21:51:03.9014892Z #80 181.3 [951/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePostDominators.cpp.o 2024-08-20T21:51:04.1057702Z #80 181.5 [952/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopInfo.cpp.o 2024-08-20T21:51:04.3066167Z #80 181.7 [953/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugVariables.cpp.o 2024-08-20T21:51:04.4157962Z #80 181.8 [954/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSSAUpdater.cpp.o 2024-08-20T21:51:04.5629437Z #80 182.0 [955/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegionInfo.cpp.o 2024-08-20T21:51:04.7325068Z #80 182.0 [956/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBasicBlock.cpp.o 2024-08-20T21:51:04.7327170Z #80 182.0 [957/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRFSDiscriminator.cpp.o 2024-08-20T21:51:04.7329401Z #80 182.0 [958/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRAHazardRecognizer.cpp.o 2024-08-20T21:51:04.8683873Z #80 182.3 [959/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ParallelCG.cpp.o 2024-08-20T21:51:05.1675080Z #80 182.6 [960/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoSourceValue.cpp.o 2024-08-20T21:51:05.3467527Z #80 182.6 [961/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MLRegallocPriorityAdvisor.cpp.o 2024-08-20T21:51:05.3469594Z #80 182.7 [962/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstr.cpp.o 2024-08-20T21:51:05.5917779Z #80 182.8 [963/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFRegisters.cpp.o 2024-08-20T21:51:05.7456646Z #80 183.1 [964/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PreISelIntrinsicLowering.cpp.o 2024-08-20T21:51:06.0256932Z #80 183.4 [965/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ProcessImplicitDefs.cpp.o 2024-08-20T21:51:06.2059103Z #80 183.4 [966/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLICM.cpp.o 2024-08-20T21:51:06.2061064Z #80 183.4 [967/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoProbeInserter.cpp.o 2024-08-20T21:51:06.2063111Z #80 183.5 [968/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineTraceMetrics.cpp.o 2024-08-20T21:51:06.5639756Z #80 184.0 [969/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MacroFusion.cpp.o 2024-08-20T21:51:06.8037712Z #80 184.1 [970/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineUniformityAnalysis.cpp.o 2024-08-20T21:51:07.0230920Z #80 184.4 [971/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterClassInfo.cpp.o 2024-08-20T21:51:07.2155684Z #80 184.4 [972/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOutliner.cpp.o 2024-08-20T21:51:07.2157782Z #80 184.5 [973/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LLVMTargetMachine.cpp.o 2024-08-20T21:51:07.4158850Z #80 184.8 [974/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunction.cpp.o 2024-08-20T21:51:07.5308332Z #80 184.9 [975/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocScore.cpp.o 2024-08-20T21:51:07.7172518Z #80 185.0 [976/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocPriorityAdvisor.cpp.o 2024-08-20T21:51:07.7174766Z #80 185.0 [977/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocEvictionAdvisor.cpp.o 2024-08-20T21:51:07.8326313Z #80 185.2 [978/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBase.cpp.o 2024-08-20T21:51:07.9632556Z #80 185.2 [979/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRNamerPass.cpp.o 2024-08-20T21:51:07.9634846Z #80 185.4 [980/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MLRegallocEvictAdvisor.cpp.o 2024-08-20T21:51:08.1412109Z #80 185.5 [981/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterBank.cpp.o 2024-08-20T21:51:08.2534514Z #80 185.7 [982/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBasic.cpp.o 2024-08-20T21:51:08.4245542Z #80 185.7 [983/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockPlacement.cpp.o 2024-08-20T21:51:08.4247829Z #80 185.7 [984/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReachingDefAnalysis.cpp.o 2024-08-20T21:51:08.8305706Z #80 186.2 [985/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PeepholeOptimizer.cpp.o 2024-08-20T21:51:09.0052961Z #80 186.3 [986/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStableHash.cpp.o 2024-08-20T21:51:09.0729992Z #80 186.5 [987/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRVRegNamerUtils.cpp.o 2024-08-20T21:51:09.3757323Z #80 186.8 [988/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.o 2024-08-20T21:51:09.5583163Z #80 186.9 [989/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.o 2024-08-20T21:51:09.5585132Z #80 187.0 [990/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RemoveRedundantDebugValues.cpp.o 2024-08-20T21:51:09.7454784Z #80 187.0 [991/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoCollector.cpp.o 2024-08-20T21:51:09.9023472Z #80 187.3 [992/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterPressure.cpp.o 2024-08-20T21:51:10.0634625Z #80 187.3 [993/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRASchedulerList.cpp.o 2024-08-20T21:51:10.0636850Z #80 187.5 [994/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterScavenging.cpp.o 2024-08-20T21:51:10.2797210Z #80 187.7 [995/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RenameIndependentSubregs.cpp.o 2024-08-20T21:51:10.4654325Z #80 187.7 [996/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRSampleProfile.cpp.o 2024-08-20T21:51:10.4749086Z #80 187.9 [997/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIElimination.cpp.o 2024-08-20T21:51:10.6848958Z #80 187.9 [998/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSink.cpp.o 2024-08-20T21:51:10.6851039Z #80 187.9 [999/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.o 2024-08-20T21:51:10.7267424Z #80 188.1 [1000/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStackLayout.cpp.o 2024-08-20T21:51:10.9058150Z #80 188.3 [1001/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRCanonicalizerPass.cpp.o 2024-08-20T21:51:11.2980995Z #80 188.7 [1002/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocFast.cpp.o 2024-08-20T21:51:11.4982584Z #80 188.9 [1003/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SlotIndexes.cpp.o 2024-08-20T21:51:11.6134653Z #80 189.0 [1004/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMapLivenessAnalysis.cpp.o 2024-08-20T21:51:11.7876257Z #80 189.0 [1005/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterBankInfo.cpp.o 2024-08-20T21:51:11.8380570Z #80 189.2 [1006/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReplaceWithVeclib.cpp.o 2024-08-20T21:51:11.9818663Z #80 189.4 [1007/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SanitizerBinaryMetadata.cpp.o 2024-08-20T21:51:12.2011418Z #80 189.6 [1008/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSubtargetInfo.cpp.o 2024-08-20T21:51:12.3794187Z #80 189.7 [1009/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineScheduler.cpp.o 2024-08-20T21:51:12.3796358Z #80 189.8 [1010/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineVerifier.cpp.o 2024-08-20T21:51:12.5355078Z #80 189.9 [1011/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ModuloSchedule.cpp.o 2024-08-20T21:51:12.9313263Z #80 190.3 [1012/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PrologEpilogInserter.cpp.o 2024-08-20T21:51:13.0827532Z #80 190.4 [1013/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SpillPlacement.cpp.o 2024-08-20T21:51:13.0829883Z #80 190.4 [1014/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrinter.cpp.o 2024-08-20T21:51:13.0831679Z #80 190.4 [1015/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPrepare.cpp.o 2024-08-20T21:51:13.0833516Z #80 190.5 [1016/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGPrinter.cpp.o 2024-08-20T21:51:13.2018301Z #80 190.6 [1017/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ValueTypes.cpp.o 2024-08-20T21:51:13.4896726Z #80 190.9 [1018/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetOptionsImpl.cpp.o 2024-08-20T21:51:13.6322708Z #80 190.9 [1019/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShadowStackGCLowering.cpp.o 2024-08-20T21:51:13.6326325Z #80 190.9 /llvm-project/llvm/lib/CodeGen/ShadowStackGCLowering.cpp: In member function 'llvm::Constant* {anonymous}::ShadowStackGCLowering::GetFrameMap(llvm::Function&)': 2024-08-20T21:51:13.6330721Z #80 190.9 /llvm-project/llvm/lib/CodeGen/ShadowStackGCLowering.cpp:153:58: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:13.6333982Z #80 190.9 153 | "__gc_" + F.getName()); 2024-08-20T21:51:13.6334958Z #80 190.9 | ^ 2024-08-20T21:51:13.6336401Z #80 190.9 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:13.6337992Z #80 190.9 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:13.6339640Z #80 190.9 from /llvm-project/llvm/include/llvm/IR/Dominators.h:30, 2024-08-20T21:51:13.6341226Z #80 190.9 from /llvm-project/llvm/include/llvm/Analysis/DomTreeUpdater.h:18, 2024-08-20T21:51:13.6343000Z #80 190.9 from /llvm-project/llvm/lib/CodeGen/ShadowStackGCLowering.cpp:20: 2024-08-20T21:51:13.6345671Z #80 190.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:13.6347661Z #80 190.9 73 | return User::operator new(s, 1); 2024-08-20T21:51:13.6348516Z #80 190.9 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:13.6351133Z #80 190.9 /llvm-project/llvm/lib/CodeGen/ShadowStackGCLowering.cpp: In member function 'virtual bool {anonymous}::ShadowStackGCLowering::doInitialization(llvm::Module&)': 2024-08-20T21:51:13.6356680Z #80 190.9 /llvm-project/llvm/lib/CodeGen/ShadowStackGCLowering.cpp:218:70: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:13.6479762Z #80 190.9 218 | Constant::getNullValue(StackEntryPtrTy), "llvm_gc_root_chain"); 2024-08-20T21:51:13.6481166Z #80 190.9 | ^ 2024-08-20T21:51:13.6482876Z #80 190.9 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:13.6484386Z #80 190.9 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:13.6485835Z #80 190.9 from /llvm-project/llvm/include/llvm/IR/Dominators.h:30, 2024-08-20T21:51:13.6487465Z #80 190.9 from /llvm-project/llvm/include/llvm/Analysis/DomTreeUpdater.h:18, 2024-08-20T21:51:13.6489215Z #80 190.9 from /llvm-project/llvm/lib/CodeGen/ShadowStackGCLowering.cpp:20: 2024-08-20T21:51:13.6492049Z #80 190.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:13.6494091Z #80 190.9 73 | return User::operator new(s, 1); 2024-08-20T21:51:13.6495056Z #80 190.9 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:13.6496553Z #80 191.0 [1020/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFGraph.cpp.o 2024-08-20T21:51:14.0559665Z #80 191.5 [1021/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SjLjEHPrepare.cpp.o 2024-08-20T21:51:14.2437149Z #80 191.6 [1022/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetFrameLoweringImpl.cpp.o 2024-08-20T21:51:14.4631433Z #80 191.7 [1023/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFLiveness.cpp.o 2024-08-20T21:51:14.6015165Z #80 192.0 [1024/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScoreboardHazardRecognizer.cpp.o 2024-08-20T21:51:14.7462900Z #80 192.1 [1025/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMaps.cpp.o 2024-08-20T21:51:14.9557492Z #80 192.2 [1026/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSchedule.cpp.o 2024-08-20T21:51:14.9559417Z #80 192.2 [1027/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAG.cpp.o 2024-08-20T21:51:14.9933554Z #80 192.4 [1028/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplication.cpp.o 2024-08-20T21:51:15.1496533Z #80 192.5 [1029/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocPBQP.cpp.o 2024-08-20T21:51:16.1848534Z #80 193.6 [1030/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackSlotColoring.cpp.o 2024-08-20T21:51:16.6249540Z #80 194.0 [1031/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetRegisterInfo.cpp.o 2024-08-20T21:51:16.8061060Z #80 194.2 [1032/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/LiveDebugValues.cpp.o 2024-08-20T21:51:17.0930228Z #80 194.5 [1033/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackFrameLayoutAnalysisPass.cpp.o 2024-08-20T21:51:17.2090963Z #80 194.6 [1034/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WasmEHPrepare.cpp.o 2024-08-20T21:51:17.4067572Z #80 194.6 [1035/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterCoalescer.cpp.o 2024-08-20T21:51:17.4070235Z #80 194.7 [1036/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSymbolEnumerator.cpp.o 2024-08-20T21:51:17.4072692Z #80 194.8 [1037/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplicator.cpp.o 2024-08-20T21:51:17.6079584Z #80 195.0 [1038/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/UnreachableBlockElim.cpp.o 2024-08-20T21:51:17.7299758Z #80 195.1 [1039/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSourceFile.cpp.o 2024-08-20T21:51:17.8680717Z #80 195.2 [1040/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShrinkWrap.cpp.o 2024-08-20T21:51:17.8682593Z #80 195.2 [1041/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStack.cpp.o 2024-08-20T21:51:17.8684486Z #80 195.2 [1042/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetPassConfig.cpp.o 2024-08-20T21:51:17.8686513Z #80 195.3 [1043/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackProtector.cpp.o 2024-08-20T21:51:18.0079275Z #80 195.4 [1044/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackColoring.cpp.o 2024-08-20T21:51:18.0081374Z #80 195.4 [1045/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocGreedy.cpp.o 2024-08-20T21:51:18.1367327Z #80 195.5 [1046/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwitchLoweringUtils.cpp.o 2024-08-20T21:51:18.2809448Z #80 195.6 [1047/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeArray.cpp.o 2024-08-20T21:51:18.2811641Z #80 195.7 [1048/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePipeliner.cpp.o 2024-08-20T21:51:18.4780999Z #80 195.7 [1049/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeBuiltin.cpp.o 2024-08-20T21:51:18.4783285Z #80 195.9 [1050/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGInstrs.cpp.o 2024-08-20T21:51:18.6430912Z #80 195.9 [1051/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/VirtRegMap.cpp.o 2024-08-20T21:51:18.6765567Z #80 196.1 [1052/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwiftErrorValueTracking.cpp.o 2024-08-20T21:51:19.0604380Z #80 196.5 [1053/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Interval.cpp.o 2024-08-20T21:51:19.2802302Z #80 196.7 [1054/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeTypedef.cpp.o 2024-08-20T21:51:19.3848500Z #80 196.7 [1055/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeVTShape.cpp.o 2024-08-20T21:51:19.3851294Z #80 196.8 [1056/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeUDT.cpp.o 2024-08-20T21:51:19.6727888Z #80 197.1 [1057/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypePointer.cpp.o 2024-08-20T21:51:19.8664055Z #80 197.2 [1058/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SelectOptimize.cpp.o 2024-08-20T21:51:19.8667485Z #80 197.2 [1059/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetInstrInfo.cpp.o 2024-08-20T21:51:19.8669767Z #80 197.3 [1060/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeFunctionSig.cpp.o 2024-08-20T21:51:20.1394991Z #80 197.5 [1061/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NamedStreamMap.cpp.o 2024-08-20T21:51:20.2454851Z #80 197.6 [1062/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeEnum.cpp.o 2024-08-20T21:51:20.2456983Z #80 197.6 [1063/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SplitKit.cpp.o 2024-08-20T21:51:20.4393419Z #80 197.7 [1064/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TwoAddressInstructionPass.cpp.o 2024-08-20T21:51:20.5832562Z #80 198.0 [1065/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringObjectFileImpl.cpp.o 2024-08-20T21:51:20.8033024Z #80 198.0 [1066/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/XRayInstrumentation.cpp.o 2024-08-20T21:51:20.9286616Z #80 198.3 [1067/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TypePromotion.cpp.o 2024-08-20T21:51:21.1087963Z #80 198.4 [1068/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IntervalPartition.cpp.o 2024-08-20T21:51:21.2466022Z #80 198.6 [1069/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBlockFrequencyInfo.cpp.o 2024-08-20T21:51:21.4157473Z #80 198.7 [1070/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/VLIWMachineScheduler.cpp.o 2024-08-20T21:51:21.5148996Z #80 198.9 [1071/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFile.cpp.o 2024-08-20T21:51:21.7137832Z #80 199.0 [1072/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WinEHPrepare.cpp.o 2024-08-20T21:51:21.7219282Z #80 199.1 [1073/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringBase.cpp.o 2024-08-20T21:51:21.7222752Z #80 199.1 /llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp: In member function 'virtual void llvm::TargetLoweringBase::insertSSPDeclarations(llvm::Module&) const': 2024-08-20T21:51:21.7227641Z #80 199.1 /llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp:1978:54: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:21.7230574Z #80 199.1 1978 | "__stack_chk_guard"); 2024-08-20T21:51:21.7231652Z #80 199.1 | ^ 2024-08-20T21:51:21.7233033Z #80 199.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:21.7234864Z #80 199.1 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:21.7236976Z #80 199.1 from /llvm-project/llvm/include/llvm/Analysis/TargetTransformInfo.h:27, 2024-08-20T21:51:21.7238816Z #80 199.1 from /llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp:21: 2024-08-20T21:51:21.7241602Z #80 199.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:21.7243617Z #80 199.1 73 | return User::operator new(s, 1); 2024-08-20T21:51:21.7244566Z #80 199.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:21.7247543Z #80 199.1 /llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp: In member function 'llvm::Value* llvm::TargetLoweringBase::getDefaultSafeStackPointerLocation(llvm::IRBuilderBase&, bool) const': 2024-08-20T21:51:21.7252293Z #80 199.1 /llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp:1887:45: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:21.7255095Z #80 199.1 1887 | UnsafeStackPtrVar, nullptr, TLSModel); 2024-08-20T21:51:21.7256093Z #80 199.1 | ^ 2024-08-20T21:51:21.7257446Z #80 199.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:21.7259005Z #80 199.1 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:21.7260666Z #80 199.1 from /llvm-project/llvm/include/llvm/Analysis/TargetTransformInfo.h:27, 2024-08-20T21:51:21.7262413Z #80 199.1 from /llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp:21: 2024-08-20T21:51:21.7264997Z #80 199.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:21.7267206Z #80 199.1 73 | return User::operator new(s, 1); 2024-08-20T21:51:21.7268139Z #80 199.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:22.0604382Z #80 199.5 [1074/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFileBuilder.cpp.o 2024-08-20T21:51:22.1641464Z #80 199.6 [1075/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypesGeneric.cpp.o 2024-08-20T21:51:22.1643799Z #80 199.6 [1076/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBranchProbabilityInfo.cpp.o 2024-08-20T21:51:22.4699303Z #80 199.9 [1077/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ResourcePriorityQueue.cpp.o 2024-08-20T21:51:22.6032020Z #80 199.9 [1078/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AddressPool.cpp.o 2024-08-20T21:51:22.6034484Z #80 200.0 [1079/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypes.cpp.o 2024-08-20T21:51:22.6037043Z #80 200.0 [1080/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGVLIW.cpp.o 2024-08-20T21:51:22.7050110Z #80 200.1 [1081/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GlobalISel.cpp.o 2024-08-20T21:51:22.7052199Z #80 200.1 [1082/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ARMException.cpp.o 2024-08-20T21:51:22.8351332Z #80 200.2 [1083/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/InstrEmitter.cpp.o 2024-08-20T21:51:23.5143254Z #80 200.9 [1084/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterDwarf.cpp.o 2024-08-20T21:51:23.6553336Z #80 200.9 [1085/3615] Building CXX object lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MILexer.cpp.o 2024-08-20T21:51:23.6555707Z #80 201.1 [1086/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorOps.cpp.o 2024-08-20T21:51:23.8710021Z #80 201.1 [1087/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGFast.cpp.o 2024-08-20T21:51:23.8712717Z #80 201.3 [1088/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSession.cpp.o 2024-08-20T21:51:24.0508942Z #80 201.4 [1089/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AIXException.cpp.o 2024-08-20T21:51:24.2150182Z #80 201.6 [1090/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FunctionLoweringInfo.cpp.o 2024-08-20T21:51:24.6514328Z #80 202.0 [1091/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfStringPool.cpp.o 2024-08-20T21:51:24.7902136Z #80 202.1 [1092/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeFloatTypes.cpp.o 2024-08-20T21:51:24.7904743Z #80 202.2 [1093/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCFIException.cpp.o 2024-08-20T21:51:25.5742894Z #80 203.0 [1094/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGSDNodes.cpp.o 2024-08-20T21:51:25.6903031Z #80 203.1 [1095/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ErlangGCPrinter.cpp.o 2024-08-20T21:51:25.9359997Z #80 203.3 [1096/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterInlineAsm.cpp.o 2024-08-20T21:51:26.3132957Z #80 203.7 [1097/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/OcamlGCPrinter.cpp.o 2024-08-20T21:51:26.4900123Z #80 203.7 [1098/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FastISel.cpp.o 2024-08-20T21:51:26.4902393Z #80 203.7 [1099/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WasmException.cpp.o 2024-08-20T21:51:26.4904633Z #80 203.9 [1100/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelChangeObserver.cpp.o 2024-08-20T21:51:26.6915533Z #80 204.0 [1101/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizeMutations.cpp.o 2024-08-20T21:51:26.6917802Z #80 204.1 [1102/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinCFGuard.cpp.o 2024-08-20T21:51:26.9223649Z #80 204.2 [1103/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/PseudoProbePrinter.cpp.o 2024-08-20T21:51:27.0309574Z #80 204.4 [1104/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyCallGraph.cpp.o 2024-08-20T21:51:27.1937258Z #80 204.4 [1105/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/EHStreamer.cpp.o 2024-08-20T21:51:27.2246767Z #80 204.6 [1106/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalityPredicates.cpp.o 2024-08-20T21:51:27.4592655Z #80 204.9 [1107/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/COFF.cpp.o 2024-08-20T21:51:27.5835975Z #80 205.0 [1108/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGRRList.cpp.o 2024-08-20T21:51:27.6903369Z #80 205.0 [1109/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/DXContainer.cpp.o 2024-08-20T21:51:27.6905828Z #80 205.0 [1110/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelector.cpp.o 2024-08-20T21:51:27.6908210Z #80 205.1 [1111/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugLocStream.cpp.o 2024-08-20T21:51:27.8894987Z #80 205.1 [1112/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Minidump.cpp.o 2024-08-20T21:51:28.0260260Z #80 205.4 [1113/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEMIRBuilder.cpp.o 2024-08-20T21:51:28.1935832Z #80 205.6 [1114/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIE.cpp.o 2024-08-20T21:51:28.3348806Z #80 205.7 [1115/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/AMDGPUMetadataVerifier.cpp.o 2024-08-20T21:51:28.5429059Z #80 205.8 [1116/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/ELF.cpp.o 2024-08-20T21:51:28.5797853Z #80 206.0 [1117/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Magic.cpp.o 2024-08-20T21:51:28.7258819Z #80 206.0 [1118/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MachO.cpp.o 2024-08-20T21:51:28.7260663Z #80 206.1 [1119/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfFile.cpp.o 2024-08-20T21:51:28.8477974Z #80 206.2 [1120/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEInfo.cpp.o 2024-08-20T21:51:28.8480206Z #80 206.2 [1121/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Wasm.cpp.o 2024-08-20T21:51:28.9648516Z #80 206.3 [1122/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LostDebugLocObserver.cpp.o 2024-08-20T21:51:28.9650901Z #80 206.3 [1123/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Combiner.cpp.o 2024-08-20T21:51:28.9653357Z #80 206.3 [1124/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackWriter.cpp.o 2024-08-20T21:51:28.9655537Z #80 206.3 [1125/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIEHash.cpp.o 2024-08-20T21:51:28.9657815Z #80 206.4 [1126/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfExpression.cpp.o 2024-08-20T21:51:29.1182309Z #80 206.4 [1127/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DbgEntityHistoryCalculator.cpp.o 2024-08-20T21:51:29.1184954Z #80 206.5 [1128/3615] Building CXX object lib/DWARFLinkerParallel/CMakeFiles/LLVMDWARFLinkerParallel.dir/DWARFLinker.cpp.o 2024-08-20T21:51:29.3133812Z #80 206.6 [1129/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugHandlerBase.cpp.o 2024-08-20T21:51:29.3135846Z #80 206.6 [1130/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackReader.cpp.o 2024-08-20T21:51:29.3138496Z #80 206.7 [1131/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerInfo.cpp.o 2024-08-20T21:51:29.4884588Z #80 206.9 [1132/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/VarLocBasedImpl.cpp.o 2024-08-20T21:51:29.6475070Z #80 206.9 [1133/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/XCOFF.cpp.o 2024-08-20T21:51:29.7560482Z #80 207.2 [1134/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegacyLegalizerInfo.cpp.o 2024-08-20T21:51:29.8706219Z #80 207.2 [1135/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Dwarf.cpp.o 2024-08-20T21:51:29.8708433Z #80 207.3 [1136/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeIntegerTypes.cpp.o 2024-08-20T21:51:29.9739069Z #80 207.4 [1137/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocumentYAML.cpp.o 2024-08-20T21:51:30.1618927Z #80 207.4 [1138/3615] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocument.cpp.o 2024-08-20T21:51:30.9254213Z #80 208.3 [1139/3615] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitReader.cpp.o 2024-08-20T21:51:31.1438273Z #80 208.4 [1140/3615] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/ValueList.cpp.o 2024-08-20T21:51:31.3732491Z #80 208.8 [1141/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfUnit.cpp.o 2024-08-20T21:51:31.5368973Z #80 208.8 [1142/3615] Building CXX object lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMP.cpp.o 2024-08-20T21:51:31.5873795Z #80 209.0 [1143/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCompileUnit.cpp.o 2024-08-20T21:51:31.8135196Z #80 209.1 [1144/3615] Building CXX object lib/Frontend/HLSL/CMakeFiles/LLVMFrontendHLSL.dir/HLSLResource.cpp.o 2024-08-20T21:51:31.8728247Z #80 209.3 [1145/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InlineAsmLowering.cpp.o 2024-08-20T21:51:32.0617635Z #80 209.3 [1146/3615] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitWriter.cpp.o 2024-08-20T21:51:32.0619894Z #80 209.4 [1147/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelKnownBits.cpp.o 2024-08-20T21:51:32.0622320Z #80 209.5 [1148/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ASanStackFrameLayout.cpp.o 2024-08-20T21:51:32.1777090Z #80 209.5 [1149/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeDAG.cpp.o 2024-08-20T21:51:32.1779458Z #80 209.5 [1150/3615] Building CXX object lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerDeclContext.cpp.o 2024-08-20T21:51:32.1781942Z #80 209.6 [1151/3615] Building CXX object lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerCompileUnit.cpp.o 2024-08-20T21:51:32.2899954Z #80 209.6 [1152/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinException.cpp.o 2024-08-20T21:51:32.2902381Z #80 209.7 [1153/3615] Building CXX object lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPContext.cpp.o 2024-08-20T21:51:32.8020062Z #80 210.2 [1154/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CallLowering.cpp.o 2024-08-20T21:51:32.9410329Z #80 210.3 [1155/3615] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriterPass.cpp.o 2024-08-20T21:51:33.0472613Z #80 210.4 [1156/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AMDGPUEmitPrintf.cpp.o 2024-08-20T21:51:33.1601546Z #80 210.5 [1157/3615] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeAnalyzer.cpp.o 2024-08-20T21:51:33.1604077Z #80 210.6 [1158/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelect.cpp.o 2024-08-20T21:51:33.5354672Z #80 210.9 [1159/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegBankSelect.cpp.o 2024-08-20T21:51:34.0799568Z #80 211.5 [1160/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeAliases.cpp.o 2024-08-20T21:51:34.5488613Z #80 211.9 [1161/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Localizer.cpp.o 2024-08-20T21:51:34.7931964Z #80 212.0 [1162/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CtorUtils.cpp.o 2024-08-20T21:51:34.8615435Z #80 212.3 [1163/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorTypes.cpp.o 2024-08-20T21:51:35.0201440Z #80 212.3 [1164/3615] Building CXX object lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIParser.cpp.o 2024-08-20T21:51:35.0203893Z #80 212.3 [1165/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Legalizer.cpp.o 2024-08-20T21:51:35.4390539Z #80 212.8 [1166/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AddDiscriminators.cpp.o 2024-08-20T21:51:35.6318315Z #80 213.0 [1167/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DemoteRegToStack.cpp.o 2024-08-20T21:51:35.8264258Z #80 213.0 [1168/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallGraphUpdater.cpp.o 2024-08-20T21:51:35.8266500Z #80 213.1 [1169/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/MachineIRBuilder.cpp.o 2024-08-20T21:51:35.8268752Z #80 213.2 [1170/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallPromotionUtils.cpp.o 2024-08-20T21:51:36.0080862Z #80 213.4 [1171/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LoadStoreOpt.cpp.o 2024-08-20T21:51:36.4905764Z #80 213.9 [1172/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EscapeEnumerator.cpp.o 2024-08-20T21:51:36.5928084Z #80 213.9 [1173/3615] Building CXX object lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIRParser.cpp.o 2024-08-20T21:51:36.5930558Z #80 214.0 [1174/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BuildLibCalls.cpp.o 2024-08-20T21:51:36.7502074Z #80 214.1 [1175/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeMoverUtils.cpp.o 2024-08-20T21:51:36.7504875Z #80 214.1 [1176/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BypassSlowDivision.cpp.o 2024-08-20T21:51:36.8689274Z #80 214.2 [1177/3615] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/ValueEnumerator.cpp.o 2024-08-20T21:51:36.8691837Z #80 214.2 [1178/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeFreezeInLoops.cpp.o 2024-08-20T21:51:36.8694317Z #80 214.3 [1179/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/HelloWorld.cpp.o 2024-08-20T21:51:37.0779268Z #80 214.5 [1180/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneModule.cpp.o 2024-08-20T21:51:37.0783551Z #80 214.5 /llvm-project/llvm/lib/Transforms/Utils/CloneModule.cpp: In function 'std::unique_ptr llvm::CloneModule(const llvm::Module&, llvm::ValueToValueMapTy&, llvm::function_ref)': 2024-08-20T21:51:37.0788909Z #80 214.5 /llvm-project/llvm/lib/Transforms/Utils/CloneModule.cpp:68:63: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:37.0792225Z #80 214.5 68 | I.getThreadLocalMode(), I.getType()->getAddressSpace()); 2024-08-20T21:51:37.0793441Z #80 214.5 | ^ 2024-08-20T21:51:37.0794878Z #80 214.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:37.0796580Z #80 214.5 from /llvm-project/llvm/lib/Transforms/Utils/CloneModule.cpp:15: 2024-08-20T21:51:37.0799297Z #80 214.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:37.0801520Z #80 214.5 73 | return User::operator new(s, 1); 2024-08-20T21:51:37.0802417Z #80 214.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:37.0806160Z #80 214.5 /llvm-project/llvm/lib/Transforms/Utils/CloneModule.cpp:98:63: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:37.0809320Z #80 214.5 98 | I.getType()->getAddressSpace()); 2024-08-20T21:51:37.0810419Z #80 214.5 | ^ 2024-08-20T21:51:37.0811762Z #80 214.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:37.0813568Z #80 214.5 from /llvm-project/llvm/lib/Transforms/Utils/CloneModule.cpp:15: 2024-08-20T21:51:37.0816236Z #80 214.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:37.0818275Z #80 214.5 73 | return User::operator new(s, 1); 2024-08-20T21:51:37.0819173Z #80 214.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:37.2878190Z #80 214.7 [1181/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InstructionNamer.cpp.o 2024-08-20T21:51:37.5025022Z #80 214.7 [1182/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionImportUtils.cpp.o 2024-08-20T21:51:37.5027545Z #80 214.8 [1183/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionComparator.cpp.o 2024-08-20T21:51:37.5030372Z #80 214.9 [1184/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EntryExitInstrumenter.cpp.o 2024-08-20T21:51:37.7020969Z #80 214.9 [1185/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Utils.cpp.o 2024-08-20T21:51:37.7023345Z #80 215.1 [1186/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GlobalStatus.cpp.o 2024-08-20T21:51:37.8626066Z #80 215.3 [1187/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeLayout.cpp.o 2024-08-20T21:51:38.0751509Z #80 215.5 [1188/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FlattenCFG.cpp.o 2024-08-20T21:51:38.2520933Z #80 215.5 [1189/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BreakCriticalEdges.cpp.o 2024-08-20T21:51:38.3147451Z #80 215.7 [1190/3615] Building CXX object lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFStreamer.cpp.o 2024-08-20T21:51:38.4819497Z #80 215.9 [1191/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AssumeBundleBuilder.cpp.o 2024-08-20T21:51:39.0931647Z #80 216.5 [1192/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Evaluator.cpp.o 2024-08-20T21:51:39.4065884Z #80 216.8 [1193/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/IntegerDivision.cpp.o 2024-08-20T21:51:39.5898127Z #80 216.8 [1194/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerIFunc.cpp.o 2024-08-20T21:51:40.0344121Z #80 217.4 [1195/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerAtomic.cpp.o 2024-08-20T21:51:40.2024974Z #80 217.4 [1196/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GuardUtils.cpp.o 2024-08-20T21:51:40.2027263Z #80 217.5 [1197/3615] Building CXX object lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinker.cpp.o 2024-08-20T21:51:40.2029552Z #80 217.6 [1198/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerInvoke.cpp.o 2024-08-20T21:51:40.3485248Z #80 217.7 [1199/3615] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o 2024-08-20T21:51:40.4781482Z #80 217.8 [1200/3615] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/InstrRefBasedImpl.cpp.o 2024-08-20T21:51:40.4784098Z #80 217.8 [1201/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerGlobalDtors.cpp.o 2024-08-20T21:51:40.4786884Z #80 217.9 [1202/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FixIrreducible.cpp.o 2024-08-20T21:51:40.7365709Z #80 218.1 [1203/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InjectTLIMappings.cpp.o 2024-08-20T21:51:40.9657820Z #80 218.4 [1204/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BasicBlockUtils.cpp.o 2024-08-20T21:51:41.1377067Z #80 218.4 [1205/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Mem2Reg.cpp.o 2024-08-20T21:51:41.1948761Z #80 218.6 [1206/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o 2024-08-20T21:51:41.3465769Z #80 218.6 [1207/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/NameAnonGlobals.cpp.o 2024-08-20T21:51:41.3468375Z #80 218.7 [1208/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MetaRenamer.cpp.o 2024-08-20T21:51:41.5735239Z #80 218.8 [1209/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MatrixUtils.cpp.o 2024-08-20T21:51:42.1142770Z #80 219.5 [1210/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MisExpect.cpp.o 2024-08-20T21:51:42.4303150Z #80 219.8 [1211/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Debugify.cpp.o 2024-08-20T21:51:42.6596426Z #80 219.9 [1212/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneFunction.cpp.o 2024-08-20T21:51:42.6968679Z #80 220.1 [1213/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o 2024-08-20T21:51:42.9312254Z #80 220.3 [1214/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LibCallsShrinkWrap.cpp.o 2024-08-20T21:51:43.0712399Z #80 220.5 [1215/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeExtractor.cpp.o 2024-08-20T21:51:43.3080751Z #80 220.6 [1216/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MemoryOpRemark.cpp.o 2024-08-20T21:51:43.5614008Z #80 221.0 [1217/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SanitizerStats.cpp.o 2024-08-20T21:51:43.5617137Z #80 221.0 /llvm-project/llvm/lib/Transforms/Utils/SanitizerStats.cpp: In constructor 'llvm::SanitizerStatReport::SanitizerStatReport(llvm::Module*)': 2024-08-20T21:51:43.5620721Z #80 221.0 /llvm-project/llvm/lib/Transforms/Utils/SanitizerStats.cpp:28:75: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:43.5623601Z #80 221.0 28 | GlobalValue::InternalLinkage, nullptr); 2024-08-20T21:51:43.5624623Z #80 221.0 | ^ 2024-08-20T21:51:43.5626153Z #80 221.0 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:51:43.5627911Z #80 221.0 from /llvm-project/llvm/include/llvm/Transforms/Utils/SanitizerStats.h:16, 2024-08-20T21:51:43.5629588Z #80 221.0 from /llvm-project/llvm/lib/Transforms/Utils/SanitizerStats.cpp:13: 2024-08-20T21:51:43.5631809Z #80 221.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:43.5633564Z #80 221.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:43.5634709Z #80 221.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:43.5636880Z #80 221.0 /llvm-project/llvm/lib/Transforms/Utils/SanitizerStats.cpp: In member function 'void llvm::SanitizerStatReport::finish()': 2024-08-20T21:51:43.5641246Z #80 221.0 /llvm-project/llvm/lib/Transforms/Utils/SanitizerStats.cpp:87:65: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:43.5645131Z #80 221.0 87 | ConstantArray::get(makeModuleStatsArrayTy(), Inits)})); 2024-08-20T21:51:43.5646384Z #80 221.0 | ^ 2024-08-20T21:51:43.5647953Z #80 221.0 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:51:43.5649818Z #80 221.0 from /llvm-project/llvm/include/llvm/Transforms/Utils/SanitizerStats.h:16, 2024-08-20T21:51:43.5651721Z #80 221.0 from /llvm-project/llvm/lib/Transforms/Utils/SanitizerStats.cpp:13: 2024-08-20T21:51:43.5654548Z #80 221.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:43.5656817Z #80 221.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:43.5657786Z #80 221.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:43.6650191Z #80 221.0 [1218/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/IRTranslator.cpp.o 2024-08-20T21:51:43.6655160Z #80 221.1 [1219/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerSwitch.cpp.o 2024-08-20T21:51:43.7993537Z #80 221.1 [1220/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SizeOpts.cpp.o 2024-08-20T21:51:43.7995354Z #80 221.2 [1221/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Utils.cpp.o 2024-08-20T21:51:43.9754851Z #80 221.2 [1222/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/RelLookupTableConverter.cpp.o 2024-08-20T21:51:44.0464000Z #80 221.4 [1223/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MemoryTaggingSupport.cpp.o 2024-08-20T21:51:44.2104452Z #80 221.6 [1224/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerMemIntrinsics.cpp.o 2024-08-20T21:51:44.4582904Z #80 221.7 [1225/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ModuleUtils.cpp.o 2024-08-20T21:51:44.4586974Z #80 221.7 /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp: In function 'void appendToGlobalArray.constprop(llvm::StringRef, llvm::Module&, llvm::Function*, int, llvm::Constant*)': 2024-08-20T21:51:44.4591861Z #80 221.7 /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp:66:77: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:44.4594941Z #80 221.7 66 | GlobalValue::AppendingLinkage, NewInit, ArrayName); 2024-08-20T21:51:44.4596275Z #80 221.7 | ^ 2024-08-20T21:51:44.4597718Z #80 221.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:44.4599316Z #80 221.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:44.4601220Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/LoopAnalysisManager.h:32, 2024-08-20T21:51:44.4603017Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/LoopAccessAnalysis.h:18, 2024-08-20T21:51:44.4604703Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/VectorUtils.h:18, 2024-08-20T21:51:44.4606331Z #80 221.7 from /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp:14: 2024-08-20T21:51:44.4608988Z #80 221.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:44.4610833Z #80 221.7 73 | return User::operator new(s, 1); 2024-08-20T21:51:44.4611684Z #80 221.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:44.4614433Z #80 221.7 /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp: In function 'bool llvm::lowerGlobalIFuncUsersAsGlobalCtor(llvm::Module&, llvm::ArrayRef)': 2024-08-20T21:51:44.4619517Z #80 221.7 /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp:407:73: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:44.4622630Z #80 221.7 407 | GlobalVariable::NotThreadLocal, DL.getDefaultGlobalsAddressSpace()); 2024-08-20T21:51:44.4624026Z #80 221.7 | ^ 2024-08-20T21:51:44.4625563Z #80 221.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:44.4627072Z #80 221.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:44.4628707Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/LoopAnalysisManager.h:32, 2024-08-20T21:51:44.4630576Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/LoopAccessAnalysis.h:18, 2024-08-20T21:51:44.4632288Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/VectorUtils.h:18, 2024-08-20T21:51:44.4634249Z #80 221.7 from /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp:14: 2024-08-20T21:51:44.4636898Z #80 221.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:44.4639020Z #80 221.7 73 | return User::operator new(s, 1); 2024-08-20T21:51:44.4640026Z #80 221.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:44.4645231Z #80 221.7 /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp: In function 'void removeFromUsedList(llvm::Module&, llvm::StringRef, llvm::function_ref)': 2024-08-20T21:51:44.4649951Z #80 221.7 /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp:139:75: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:44.4653099Z #80 221.7 139 | GV->getThreadLocalMode(), GV->getAddressSpace()); 2024-08-20T21:51:44.4654230Z #80 221.7 | ^ 2024-08-20T21:51:44.4655608Z #80 221.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:44.4657129Z #80 221.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:44.4658772Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/LoopAnalysisManager.h:32, 2024-08-20T21:51:44.5004879Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/LoopAccessAnalysis.h:18, 2024-08-20T21:51:44.5006700Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/VectorUtils.h:18, 2024-08-20T21:51:44.5008285Z #80 221.7 from /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp:14: 2024-08-20T21:51:44.5011086Z #80 221.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:44.5013084Z #80 221.7 73 | return User::operator new(s, 1); 2024-08-20T21:51:44.5013981Z #80 221.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:44.5016607Z #80 221.7 /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp: In function 'void appendToUsedList(llvm::Module&, llvm::StringRef, llvm::ArrayRef)': 2024-08-20T21:51:44.5021118Z #80 221.7 /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp:105:37: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:44.5023918Z #80 221.7 105 | Name); 2024-08-20T21:51:44.5024794Z #80 221.7 | ^ 2024-08-20T21:51:44.5026138Z #80 221.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:44.5028055Z #80 221.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:44.5029711Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/LoopAnalysisManager.h:32, 2024-08-20T21:51:44.6534908Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/LoopAccessAnalysis.h:18, 2024-08-20T21:51:44.6539429Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/VectorUtils.h:18, 2024-08-20T21:51:44.6543558Z #80 221.7 from /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp:14: 2024-08-20T21:51:44.6548861Z #80 221.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:44.6553393Z #80 221.7 73 | return User::operator new(s, 1); 2024-08-20T21:51:44.6556637Z #80 221.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:44.6562205Z #80 221.7 /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp: In function 'void llvm::embedBufferInModule(llvm::Module&, llvm::MemoryBufferRef, llvm::StringRef, llvm::Align)': 2024-08-20T21:51:44.6569554Z #80 221.7 /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp:363:45: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:44.6575214Z #80 221.7 363 | ModuleConstant, "llvm.embedded.object"); 2024-08-20T21:51:44.6579260Z #80 221.7 | ^ 2024-08-20T21:51:44.6583296Z #80 221.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:44.6587415Z #80 221.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:44.6591673Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/LoopAnalysisManager.h:32, 2024-08-20T21:51:44.6596192Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/LoopAccessAnalysis.h:18, 2024-08-20T21:51:44.6601034Z #80 221.7 from /llvm-project/llvm/include/llvm/Analysis/VectorUtils.h:18, 2024-08-20T21:51:44.6605137Z #80 221.7 from /llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp:14: 2024-08-20T21:51:44.6610227Z #80 221.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:44.6613401Z #80 221.7 73 | return User::operator new(s, 1); 2024-08-20T21:51:44.6615902Z #80 221.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:44.6618409Z #80 221.9 [1226/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripGCRelocates.cpp.o 2024-08-20T21:51:44.6621250Z #80 222.1 [1227/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SampleProfileLoaderBaseUtil.cpp.o 2024-08-20T21:51:44.8815866Z #80 222.3 [1228/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CombinerHelper.cpp.o 2024-08-20T21:51:45.0435801Z #80 222.4 [1229/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyFunctionExitNodes.cpp.o 2024-08-20T21:51:45.2269319Z #80 222.5 [1230/3615] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerHelper.cpp.o 2024-08-20T21:51:45.2271879Z #80 222.6 [1231/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SampleProfileInference.cpp.o 2024-08-20T21:51:45.3501520Z #80 222.7 [1232/3615] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfDebug.cpp.o 2024-08-20T21:51:45.3504085Z #80 222.7 [1233/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopRotationUtils.cpp.o 2024-08-20T21:51:45.5604739Z #80 223.0 [1234/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripNonLineTableDebugInfo.cpp.o 2024-08-20T21:51:45.7164919Z #80 223.0 [1235/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LCSSA.cpp.o 2024-08-20T21:51:46.2413481Z #80 223.6 [1236/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SymbolRewriter.cpp.o 2024-08-20T21:51:46.4928296Z #80 223.9 [1237/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopSimplify.cpp.o 2024-08-20T21:51:46.9371450Z #80 224.3 [1238/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopPeel.cpp.o 2024-08-20T21:51:47.1009850Z #80 224.5 [1239/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SplitModule.cpp.o 2024-08-20T21:51:47.2563216Z #80 224.6 [1240/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdaterBulk.cpp.o 2024-08-20T21:51:47.2565596Z #80 224.7 [1241/3615] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriter.cpp.o 2024-08-20T21:51:47.2569578Z #80 224.7 /llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp: In function 'void llvm::embedBitcodeInModule(llvm::Module&, llvm::MemoryBufferRef, bool, bool, const std::vector >&)': 2024-08-20T21:51:47.2574790Z #80 224.7 /llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:5190:21: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:47.2577509Z #80 224.7 5190 | ModuleConstant); 2024-08-20T21:51:47.2578651Z #80 224.7 | ^ 2024-08-20T21:51:47.2579889Z #80 224.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:47.2581614Z #80 224.7 from /llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h:28, 2024-08-20T21:51:47.2583389Z #80 224.7 from /llvm-project/llvm/include/llvm/Bitcode/BitcodeWriter.h:17, 2024-08-20T21:51:47.2585017Z #80 224.7 from /llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:13: 2024-08-20T21:51:47.2587588Z #80 224.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:47.2589446Z #80 224.7 73 | return User::operator new(s, 1); 2024-08-20T21:51:47.2590309Z #80 224.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:47.2593758Z #80 224.7 /llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:5216:46: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:47.2596708Z #80 224.7 5216 | CmdConstant); 2024-08-20T21:51:47.2597669Z #80 224.7 | ^ 2024-08-20T21:51:47.2599157Z #80 224.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:47.2600934Z #80 224.7 from /llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h:28, 2024-08-20T21:51:47.2602466Z #80 224.7 from /llvm-project/llvm/include/llvm/Bitcode/BitcodeWriter.h:17, 2024-08-20T21:51:47.2604079Z #80 224.7 from /llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:13: 2024-08-20T21:51:47.2606461Z #80 224.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:47.2608255Z #80 224.7 73 | return User::operator new(s, 1); 2024-08-20T21:51:47.2609052Z #80 224.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:47.2612309Z #80 224.7 /llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:5238:69: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:47.2615388Z #80 224.7 5238 | llvm::ConstantArray::get(ATy, UsedArray), "llvm.compiler.used"); 2024-08-20T21:51:47.2617140Z #80 224.7 | ^ 2024-08-20T21:51:47.2618622Z #80 224.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:47.2620220Z #80 224.7 from /llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h:28, 2024-08-20T21:51:47.2621807Z #80 224.7 from /llvm-project/llvm/include/llvm/Bitcode/BitcodeWriter.h:17, 2024-08-20T21:51:47.2623394Z #80 224.7 from /llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:13: 2024-08-20T21:51:47.2626253Z #80 224.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:47.2628112Z #80 224.7 73 | return User::operator new(s, 1); 2024-08-20T21:51:47.2628966Z #80 224.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:47.6529624Z #80 225.0 [1242/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyLoopExits.cpp.o 2024-08-20T21:51:47.8208975Z #80 225.1 [1243/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PredicateInfo.cpp.o 2024-08-20T21:51:47.8211236Z #80 225.1 [1244/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollRuntime.cpp.o 2024-08-20T21:51:47.8213492Z #80 225.1 [1245/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdater.cpp.o 2024-08-20T21:51:47.8216188Z #80 225.2 [1246/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollAndJam.cpp.o 2024-08-20T21:51:48.0323145Z #80 225.4 [1247/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnroll.cpp.o 2024-08-20T21:51:48.4897784Z #80 225.9 [1248/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/Instrumentation.cpp.o 2024-08-20T21:51:48.6993859Z #80 226.1 [1249/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/VNCoercion.cpp.o 2024-08-20T21:51:48.8996812Z #80 226.1 [1250/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopVersioning.cpp.o 2024-08-20T21:51:49.0019174Z #80 226.4 [1251/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PromoteMemoryToRegister.cpp.o 2024-08-20T21:51:49.1682737Z #80 226.6 [1252/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/BoundsChecking.cpp.o 2024-08-20T21:51:49.3356857Z #80 226.6 [1253/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/CGProfile.cpp.o 2024-08-20T21:51:49.5663551Z #80 227.0 [1254/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUtils.cpp.o 2024-08-20T21:51:49.8148094Z #80 227.1 [1255/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ValueMapper.cpp.o 2024-08-20T21:51:50.0038630Z #80 227.4 [1256/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/KCFI.cpp.o 2024-08-20T21:51:50.1205213Z #80 227.4 [1257/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SCCPSolver.cpp.o 2024-08-20T21:51:50.1207849Z #80 227.5 [1258/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PoisonChecking.cpp.o 2024-08-20T21:51:50.2271436Z #80 227.6 [1259/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrOrderFile.cpp.o 2024-08-20T21:51:50.2274240Z #80 227.6 In member function 'void {anonymous}::InstrOrderFile::createOrderFileData(llvm::Module&)', 2024-08-20T21:51:50.2277004Z #80 227.6 inlined from 'bool {anonymous}::InstrOrderFile::run(llvm::Module&)' at /llvm-project/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp:152:24, 2024-08-20T21:51:50.2281048Z #80 227.6 inlined from 'llvm::PreservedAnalyses llvm::InstrOrderFilePass::run(llvm::Module&, llvm::ModuleAnalysisManager&)' at /llvm-project/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp:170:27: 2024-08-20T21:51:50.2286466Z #80 227.6 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp:75:72: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:50.2289354Z #80 227.6 75 | Constant::getNullValue(BufferTy), SymbolName); 2024-08-20T21:51:50.2290496Z #80 227.6 | ^ 2024-08-20T21:51:50.2292005Z #80 227.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:50.2293577Z #80 227.6 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:50.2295396Z #80 227.6 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h:14, 2024-08-20T21:51:50.2297507Z #80 227.6 from /llvm-project/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp:11: 2024-08-20T21:51:50.2300778Z #80 227.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::PreservedAnalyses llvm::InstrOrderFilePass::run(llvm::Module&, llvm::ModuleAnalysisManager&)': 2024-08-20T21:51:50.2304559Z #80 227.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:50.2306425Z #80 227.6 73 | return User::operator new(s, 1); 2024-08-20T21:51:50.2307803Z #80 227.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:50.2309423Z #80 227.6 In member function 'void {anonymous}::InstrOrderFile::createOrderFileData(llvm::Module&)', 2024-08-20T21:51:50.2312232Z #80 227.6 inlined from 'bool {anonymous}::InstrOrderFile::run(llvm::Module&)' at /llvm-project/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp:152:24, 2024-08-20T21:51:50.2316159Z #80 227.6 inlined from 'llvm::PreservedAnalyses llvm::InstrOrderFilePass::run(llvm::Module&, llvm::ModuleAnalysisManager&)' at /llvm-project/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp:170:27: 2024-08-20T21:51:50.2321528Z #80 227.6 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp:82:68: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:50.2324549Z #80 227.6 82 | Constant::getNullValue(IdxTy), IndexName); 2024-08-20T21:51:50.2325649Z #80 227.6 | ^ 2024-08-20T21:51:50.2327083Z #80 227.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:50.2328591Z #80 227.6 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:50.2330436Z #80 227.6 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h:14, 2024-08-20T21:51:50.2332533Z #80 227.6 from /llvm-project/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp:11: 2024-08-20T21:51:50.2336133Z #80 227.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::PreservedAnalyses llvm::InstrOrderFilePass::run(llvm::Module&, llvm::ModuleAnalysisManager&)': 2024-08-20T21:51:50.2339849Z #80 227.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:50.2341819Z #80 227.6 73 | return User::operator new(s, 1); 2024-08-20T21:51:50.2342647Z #80 227.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:50.2344291Z #80 227.6 In member function 'void {anonymous}::InstrOrderFile::createOrderFileData(llvm::Module&)', 2024-08-20T21:51:50.2346956Z #80 227.6 inlined from 'bool {anonymous}::InstrOrderFile::run(llvm::Module&)' at /llvm-project/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp:152:24, 2024-08-20T21:51:50.2351550Z #80 227.6 inlined from 'llvm::PreservedAnalyses llvm::InstrOrderFilePass::run(llvm::Module&, llvm::ModuleAnalysisManager&)' at /llvm-project/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp:170:27: 2024-08-20T21:51:50.2356530Z #80 227.6 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp:86:74: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:50.2359879Z #80 227.6 86 | Constant::getNullValue(MapTy), BitMapName); 2024-08-20T21:51:50.2361026Z #80 227.6 | ^ 2024-08-20T21:51:50.2362504Z #80 227.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:50.2364052Z #80 227.6 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:50.2365962Z #80 227.6 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h:14, 2024-08-20T21:51:50.2368149Z #80 227.6 from /llvm-project/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp:11: 2024-08-20T21:51:50.2371381Z #80 227.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::PreservedAnalyses llvm::InstrOrderFilePass::run(llvm::Module&, llvm::ModuleAnalysisManager&)': 2024-08-20T21:51:50.2375666Z #80 227.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:50.2377890Z #80 227.6 73 | return User::operator new(s, 1); 2024-08-20T21:51:50.2378770Z #80 227.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:50.3455022Z #80 227.7 [1260/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ValueProfileCollector.cpp.o 2024-08-20T21:51:50.6864931Z #80 228.1 [1261/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerBinaryMetadata.cpp.o 2024-08-20T21:51:50.8809625Z #80 228.1 [1262/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemProfiler.cpp.o 2024-08-20T21:51:51.1442008Z #80 228.5 [1263/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o 2024-08-20T21:51:51.2902561Z #80 228.7 [1264/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Local.cpp.o 2024-08-20T21:51:51.4323720Z #80 228.8 [1265/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InlineFunction.cpp.o 2024-08-20T21:51:51.6957114Z #80 229.1 [1266/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyIndVar.cpp.o 2024-08-20T21:51:51.8440468Z #80 229.2 [1267/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyLibCalls.cpp.o 2024-08-20T21:51:52.5034385Z #80 229.9 [1268/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAtomicRMW.cpp.o 2024-08-20T21:51:52.6776834Z #80 230.1 [1269/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOMemOPSizeOpt.cpp.o 2024-08-20T21:51:52.8417725Z #80 230.2 [1270/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o 2024-08-20T21:51:52.9618980Z #80 230.4 [1271/3615] Building CXX object lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/TruncInstCombine.cpp.o 2024-08-20T21:51:53.2235608Z #80 230.6 [1272/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AnnotationRemarks.cpp.o 2024-08-20T21:51:53.7470384Z #80 231.1 [1273/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ScalarEvolutionExpander.cpp.o 2024-08-20T21:51:53.9383790Z #80 231.2 [1274/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ThreadSanitizer.cpp.o 2024-08-20T21:51:53.9387242Z #80 231.3 [1275/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerCoverage.cpp.o 2024-08-20T21:51:54.0894554Z #80 231.3 /llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp: In member function 'llvm::GlobalVariable* {anonymous}::ModuleSanitizerCoverage::CreateFunctionLocalArrayInSection(size_t, llvm::Function&, llvm::Type*, const char*)': 2024-08-20T21:51:54.0900391Z #80 231.3 /llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp:718:55: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:54.0903652Z #80 231.3 718 | Constant::getNullValue(ArrayTy), "__sancov_gen_"); 2024-08-20T21:51:54.0904811Z #80 231.3 | ^ 2024-08-20T21:51:54.0906293Z #80 231.3 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:54.0907789Z #80 231.3 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:54.0909640Z #80 231.3 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h:18, 2024-08-20T21:51:54.0911724Z #80 231.3 from /llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp:13: 2024-08-20T21:51:54.0914868Z #80 231.3 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:54.0916988Z #80 231.3 73 | return User::operator new(s, 1); 2024-08-20T21:51:54.0917909Z #80 231.3 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:54.0920171Z #80 231.3 In member function 'void {anonymous}::ModuleSanitizerCoverage::InjectTraceForSwitch(llvm::Function&, llvm::ArrayRef)', 2024-08-20T21:51:54.0924594Z #80 231.3 inlined from 'void {anonymous}::ModuleSanitizerCoverage::instrumentFunction(llvm::Function&, {anonymous}::DomTreeCallback, {anonymous}::PostDomTreeCallback)' at /llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp:707:23: 2024-08-20T21:51:54.0930138Z #80 231.3 /llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp:857:43: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:54.0933893Z #80 231.3 857 | "__sancov_gen_cov_switch_values"); 2024-08-20T21:51:54.0934886Z #80 231.3 | ^ 2024-08-20T21:51:54.0936453Z #80 231.3 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:54.0938092Z #80 231.3 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:54.0940053Z #80 231.3 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h:18, 2024-08-20T21:51:54.0942262Z #80 231.3 from /llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp:13: 2024-08-20T21:51:54.0946058Z #80 231.3 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'void {anonymous}::ModuleSanitizerCoverage::instrumentFunction(llvm::Function&, {anonymous}::DomTreeCallback, {anonymous}::PostDomTreeCallback)': 2024-08-20T21:51:54.0950274Z #80 231.3 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:54.0952300Z #80 231.3 73 | return User::operator new(s, 1); 2024-08-20T21:51:54.0953206Z #80 231.3 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:54.0956575Z #80 231.3 /llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp: In member function 'std::pair {anonymous}::ModuleSanitizerCoverage::CreateSecStartEnd(llvm::Module&, const char*, llvm::Type*)': 2024-08-20T21:51:54.0962957Z #80 231.3 /llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp:328:50: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:54.0966205Z #80 231.3 328 | getSectionStart(Section)); 2024-08-20T21:51:54.0967240Z #80 231.3 | ^ 2024-08-20T21:51:54.0968674Z #80 231.3 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:54.0970238Z #80 231.3 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:54.0972186Z #80 231.3 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h:18, 2024-08-20T21:51:54.0974437Z #80 231.3 from /llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp:13: 2024-08-20T21:51:54.0977377Z #80 231.3 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:54.0979450Z #80 231.3 73 | return User::operator new(s, 1); 2024-08-20T21:51:54.0980331Z #80 231.3 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:54.0986133Z #80 231.3 /llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp:332:48: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:54.0989532Z #80 231.3 332 | getSectionEnd(Section)); 2024-08-20T21:51:54.0990611Z #80 231.3 | ^ 2024-08-20T21:51:54.0992018Z #80 231.3 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:54.0993651Z #80 231.3 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:54.0995694Z #80 231.3 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h:18, 2024-08-20T21:51:54.0997902Z #80 231.3 from /llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp:13: 2024-08-20T21:51:54.1001110Z #80 231.3 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:54.1003212Z #80 231.3 73 | return User::operator new(s, 1); 2024-08-20T21:51:54.1004173Z #80 231.3 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:54.3689435Z #80 231.8 [1276/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/BDCE.cpp.o 2024-08-20T21:51:54.6194980Z #80 232.0 [1277/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrProfiling.cpp.o 2024-08-20T21:51:54.7893196Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp: In member function 'llvm::GlobalVariable* llvm::InstrProfiling::createRegionCounters(llvm::InstrProfInstBase*, llvm::StringRef, llvm::GlobalValue::LinkageTypes)': 2024-08-20T21:51:54.7900590Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:852:33: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:54.7903654Z #80 232.0 852 | Name); 2024-08-20T21:51:54.7904509Z #80 232.0 | ^ 2024-08-20T21:51:54.7905933Z #80 232.0 In file included from /llvm-project/llvm/include/llvm/IR/IntrinsicInst.h:31, 2024-08-20T21:51:54.7908016Z #80 232.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h:18, 2024-08-20T21:51:54.7910217Z #80 232.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:15: 2024-08-20T21:51:54.7913576Z #80 232.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:54.7915679Z #80 232.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:54.7916777Z #80 232.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:54.7920611Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:857:68: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:54.7923838Z #80 232.0 857 | Constant::getNullValue(CounterTy), Name); 2024-08-20T21:51:54.7924948Z #80 232.0 | ^ 2024-08-20T21:51:54.7926506Z #80 232.0 In file included from /llvm-project/llvm/include/llvm/IR/IntrinsicInst.h:31, 2024-08-20T21:51:54.7928650Z #80 232.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h:18, 2024-08-20T21:51:54.7930965Z #80 232.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:15: 2024-08-20T21:51:54.7935400Z #80 232.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:54.7937287Z #80 232.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:54.7938220Z #80 232.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:54.7940872Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp: In member function 'bool llvm::InstrProfiling::emitRuntimeHook()': 2024-08-20T21:51:54.7945489Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:1213:67: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:54.7948710Z #80 232.0 1213 | nullptr, getInstrProfRuntimeHookVarName()); 2024-08-20T21:51:54.7949663Z #80 232.0 | ^ 2024-08-20T21:51:54.7950917Z #80 232.0 In file included from /llvm-project/llvm/include/llvm/IR/IntrinsicInst.h:31, 2024-08-20T21:51:54.7952747Z #80 232.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h:18, 2024-08-20T21:51:54.7954880Z #80 232.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:15: 2024-08-20T21:51:54.7957752Z #80 232.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:54.7960034Z #80 232.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:54.7960952Z #80 232.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:54.7963380Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp: In member function 'void llvm::InstrProfiling::emitVNodes()': 2024-08-20T21:51:54.7968020Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:1116:68: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:54.7971341Z #80 232.0 1116 | Constant::getNullValue(VNodesTy), getInstrProfVNodesVarName()); 2024-08-20T21:51:54.7972659Z #80 232.0 | ^ 2024-08-20T21:51:54.7974265Z #80 232.0 In file included from /llvm-project/llvm/include/llvm/IR/IntrinsicInst.h:31, 2024-08-20T21:51:54.7976460Z #80 232.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h:18, 2024-08-20T21:51:54.7978728Z #80 232.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:15: 2024-08-20T21:51:54.7981997Z #80 232.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:54.7984031Z #80 232.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:54.7984974Z #80 232.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:54.7987134Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp: In member function 'void llvm::InstrProfiling::emitNameData()': 2024-08-20T21:51:54.7991387Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:1141:59: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:54.7994265Z #80 232.0 1141 | getInstrProfNamesVarName()); 2024-08-20T21:51:54.7995367Z #80 232.0 | ^ 2024-08-20T21:51:54.7996900Z #80 232.0 In file included from /llvm-project/llvm/include/llvm/IR/IntrinsicInst.h:31, 2024-08-20T21:51:54.7999113Z #80 232.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h:18, 2024-08-20T21:51:54.8001594Z #80 232.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:15: 2024-08-20T21:51:54.8004536Z #80 232.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:54.8006919Z #80 232.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:54.8007830Z #80 232.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:54.8010884Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp: In member function 'llvm::GlobalVariable* llvm::InstrProfiling::getOrCreateRegionCounters(llvm::InstrProfInstBase*)': 2024-08-20T21:51:54.8016294Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:991:64: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:54.8019665Z #80 232.0 991 | getVarName(Inc, getInstrProfValuesVarPrefix(), Renamed)); 2024-08-20T21:51:54.8020858Z #80 232.0 | ^ 2024-08-20T21:51:54.8022440Z #80 232.0 In file included from /llvm-project/llvm/include/llvm/IR/IntrinsicInst.h:31, 2024-08-20T21:51:54.8024552Z #80 232.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h:18, 2024-08-20T21:51:54.8026785Z #80 232.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:15: 2024-08-20T21:51:54.8029722Z #80 232.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:54.8031699Z #80 232.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:54.8032609Z #80 232.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:54.8036274Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:1043:74: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:54.8040101Z #80 232.0 1043 | new GlobalVariable(*M, DataTy, false, Linkage, nullptr, DataVarName); 2024-08-20T21:51:54.8041424Z #80 232.0 | ^ 2024-08-20T21:51:54.8043002Z #80 232.0 In file included from /llvm-project/llvm/include/llvm/IR/IntrinsicInst.h:31, 2024-08-20T21:51:54.8045042Z #80 232.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h:18, 2024-08-20T21:51:54.8047225Z #80 232.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:15: 2024-08-20T21:51:54.8050463Z #80 232.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:54.8052512Z #80 232.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:54.8053437Z #80 232.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:54.8056271Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp: In member function 'llvm::Value* llvm::InstrProfiling::getCounterAddress(llvm::InstrProfInstBase*)': 2024-08-20T21:51:54.8061187Z #80 232.0 /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:690:76: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:54.8064554Z #80 232.0 690 | Constant::getNullValue(Int64Ty), getInstrProfCounterBiasVarName()); 2024-08-20T21:51:54.8065958Z #80 232.0 | ^ 2024-08-20T21:51:54.8067448Z #80 232.0 In file included from /llvm-project/llvm/include/llvm/IR/IntrinsicInst.h:31, 2024-08-20T21:51:54.8069484Z #80 232.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h:18, 2024-08-20T21:51:54.8071771Z #80 232.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:15: 2024-08-20T21:51:54.8075155Z #80 232.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:54.8077457Z #80 232.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:54.8078375Z #80 232.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:54.8080193Z #80 232.0 [1278/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/FlattenCFGPass.cpp.o 2024-08-20T21:51:54.8083107Z #80 232.2 [1279/3615] Building CXX object lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/AggressiveInstCombine.cpp.o 2024-08-20T21:51:55.1119567Z #80 232.5 [1280/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/GCOVProfiling.cpp.o 2024-08-20T21:51:55.2665255Z #80 232.5 /llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp: In member function 'llvm::Function* {anonymous}::GCOVProfiler::insertCounterWriteout(llvm::ArrayRef >)': 2024-08-20T21:51:55.2671030Z #80 232.5 /llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp:1159:69: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.2674240Z #80 232.5 1159 | Twine("__llvm_internal_gcov_emit_function_args.") + Twine(i)); 2024-08-20T21:51:55.2675431Z #80 232.5 | ^ 2024-08-20T21:51:55.2676903Z #80 232.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.2678431Z #80 232.5 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.2680180Z #80 232.5 from /llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfo.h:16, 2024-08-20T21:51:55.2681975Z #80 232.5 from /llvm-project/llvm/lib/Transforms/Instrumentation/CFGMST.h:19, 2024-08-20T21:51:55.2683883Z #80 232.5 from /llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp:16: 2024-08-20T21:51:55.2686647Z #80 232.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.2688592Z #80 232.5 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.2689442Z #80 232.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.2693218Z #80 232.5 /llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp:1168:65: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.2696409Z #80 232.5 1168 | Twine("__llvm_internal_gcov_emit_arcs_args.") + Twine(i)); 2024-08-20T21:51:55.2697652Z #80 232.5 | ^ 2024-08-20T21:51:55.2699107Z #80 232.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.2700647Z #80 232.5 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.2702335Z #80 232.5 from /llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfo.h:16, 2024-08-20T21:51:55.2704088Z #80 232.5 from /llvm-project/llvm/lib/Transforms/Instrumentation/CFGMST.h:19, 2024-08-20T21:51:55.2705862Z #80 232.5 from /llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp:16: 2024-08-20T21:51:55.2708621Z #80 232.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.2710486Z #80 232.5 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.2711342Z #80 232.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.2715082Z #80 232.5 /llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp:1201:44: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.2718324Z #80 232.5 1201 | "__llvm_internal_gcov_emit_file_info"); 2024-08-20T21:51:55.2719308Z #80 232.5 | ^ 2024-08-20T21:51:55.2720951Z #80 232.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.2722513Z #80 232.5 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.2724432Z #80 232.5 from /llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfo.h:16, 2024-08-20T21:51:55.2726212Z #80 232.5 from /llvm-project/llvm/lib/Transforms/Instrumentation/CFGMST.h:19, 2024-08-20T21:51:55.2728026Z #80 232.5 from /llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp:16: 2024-08-20T21:51:55.2730633Z #80 232.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.2732676Z #80 232.5 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.2733559Z #80 232.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.2738229Z #80 232.5 /llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp: In function 'bool {anonymous}::GCOVProfiler::emitProfileNotes(llvm::NamedMDNode*, bool, llvm::function_ref, llvm::function_ref, llvm::function_ref)': 2024-08-20T21:51:55.2744812Z #80 232.5 /llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp:914:65: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.2748011Z #80 232.5 914 | Constant::getNullValue(CounterTy), "__llvm_gcov_ctr"); 2024-08-20T21:51:55.2749203Z #80 232.5 | ^ 2024-08-20T21:51:55.2750664Z #80 232.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.2752125Z #80 232.5 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.2753797Z #80 232.5 from /llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfo.h:16, 2024-08-20T21:51:55.2755950Z #80 232.5 from /llvm-project/llvm/lib/Transforms/Instrumentation/CFGMST.h:19, 2024-08-20T21:51:55.2757809Z #80 232.5 from /llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp:16: 2024-08-20T21:51:55.2760876Z #80 232.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.2762868Z #80 232.5 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.2763760Z #80 232.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.5195922Z #80 232.9 [1281/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IVUsersPrinter.cpp.o 2024-08-20T21:51:55.7636253Z #80 233.2 [1282/3615] Building CXX object lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPIRBuilder.cpp.o 2024-08-20T21:51:55.9138651Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp: In member function 'llvm::GlobalValue* llvm::OpenMPIRBuilder::createGlobalFlag(unsigned int, llvm::StringRef)': 2024-08-20T21:51:55.9143607Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:548:62: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.9146819Z #80 233.2 548 | ConstantInt::get(I32Ty, Value), Name); 2024-08-20T21:51:55.9147958Z #80 233.2 | ^ 2024-08-20T21:51:55.9149923Z #80 233.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.9151562Z #80 233.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.9153193Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:51:55.9154894Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:51:55.9156774Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:51:55.9158553Z #80 233.2 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:51:55.9160588Z #80 233.2 from /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:15: 2024-08-20T21:51:55.9163390Z #80 233.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.9165511Z #80 233.2 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.9166418Z #80 233.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.9169352Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp: In member function 'void llvm::OpenMPIRBuilder::emitOffloadingEntry(llvm::Constant*, llvm::StringRef, uint64_t, int32_t, llvm::StringRef)': 2024-08-20T21:51:55.9174406Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:790:60: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.9177607Z #80 233.2 790 | ".omp_offloading.entry_name"); 2024-08-20T21:51:55.9178726Z #80 233.2 | ^ 2024-08-20T21:51:55.9180232Z #80 233.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.9181901Z #80 233.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.9183570Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:51:55.9185293Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:51:55.9187053Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:51:55.9189344Z #80 233.2 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:51:55.9191177Z #80 233.2 from /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:15: 2024-08-20T21:51:55.9193989Z #80 233.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.9196106Z #80 233.2 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.9197029Z #80 233.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.9200692Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:808:56: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.9203882Z #80 233.2 808 | M.getDataLayout().getDefaultGlobalsAddressSpace()); 2024-08-20T21:51:55.9205103Z #80 233.2 | ^ 2024-08-20T21:51:55.9206588Z #80 233.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.9208233Z #80 233.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.9209875Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:51:55.9211574Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:51:55.9213344Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:51:55.9215432Z #80 233.2 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:51:55.9217217Z #80 233.2 from /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:15: 2024-08-20T21:51:55.9219849Z #80 233.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.9221958Z #80 233.2 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.9222864Z #80 233.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.9225841Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp: In member function 'llvm::Constant* llvm::OpenMPIRBuilder::createOutlinedFunctionID(llvm::Function*, llvm::StringRef)': 2024-08-20T21:51:55.9230670Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:3966:65: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.9234175Z #80 233.2 3966 | Constant::getNullValue(Builder.getInt8Ty()), EntryFnIDName); 2024-08-20T21:51:55.9235474Z #80 233.2 | ^ 2024-08-20T21:51:55.9237079Z #80 233.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.9238742Z #80 233.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.9240547Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:51:55.9242184Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:51:55.9244102Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:51:55.9245926Z #80 233.2 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:51:55.9247661Z #80 233.2 from /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:15: 2024-08-20T21:51:55.9250223Z #80 233.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.9252209Z #80 233.2 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.9253131Z #80 233.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.9256262Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp: In member function 'llvm::Constant* llvm::OpenMPIRBuilder::createTargetRegionEntryAddr(llvm::Function*, llvm::StringRef)': 2024-08-20T21:51:55.9260953Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:3978:63: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.9264039Z #80 233.2 3978 | Constant::getNullValue(Builder.getInt8Ty()), EntryFnName); 2024-08-20T21:51:55.9265275Z #80 233.2 | ^ 2024-08-20T21:51:55.9266855Z #80 233.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.9268395Z #80 233.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.9270010Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:51:55.9271653Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:51:55.9273309Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:51:55.9275059Z #80 233.2 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:51:55.9276799Z #80 233.2 from /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:15: 2024-08-20T21:51:55.9280052Z #80 233.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.9282157Z #80 233.2 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.9283048Z #80 233.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.9286236Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp: In member function 'llvm::GlobalVariable* llvm::OpenMPIRBuilder::getOrCreateInternalVariable(llvm::Type*, const llvm::StringRef&, unsigned int)': 2024-08-20T21:51:55.9291328Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:4059:76: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.9294493Z #80 233.2 4059 | /*InsertBefore=*/nullptr, GlobalValue::NotThreadLocal, AddressSpace); 2024-08-20T21:51:55.9295866Z #80 233.2 | ^ 2024-08-20T21:51:55.9297380Z #80 233.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.9298952Z #80 233.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.9300530Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:51:55.9302180Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:51:55.9303854Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:51:55.9305687Z #80 233.2 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:51:55.9307436Z #80 233.2 from /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:15: 2024-08-20T21:51:55.9309990Z #80 233.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.9311980Z #80 233.2 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.9312859Z #80 233.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.9315926Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp: In member function 'llvm::GlobalVariable* llvm::OpenMPIRBuilder::createOffloadMaptypes(llvm::SmallVectorImpl&, std::string)': 2024-08-20T21:51:55.9320981Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:4079:14: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.9323555Z #80 233.2 4079 | VarName); 2024-08-20T21:51:55.9324136Z #80 233.2 | ^ 2024-08-20T21:51:55.9325307Z #80 233.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.9326785Z #80 233.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.9328353Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:51:55.9329941Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:51:55.9331545Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:51:55.9333306Z #80 233.2 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:51:55.9335272Z #80 233.2 from /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:15: 2024-08-20T21:51:55.9337879Z #80 233.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.9339815Z #80 233.2 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.9340672Z #80 233.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.9344085Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp: In member function 'llvm::GlobalVariable* llvm::OpenMPIRBuilder::createOffloadMapnames(llvm::SmallVectorImpl&, std::string)': 2024-08-20T21:51:55.9349321Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:4724:14: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.9352006Z #80 233.2 4724 | VarName); 2024-08-20T21:51:55.9352595Z #80 233.2 | ^ 2024-08-20T21:51:55.9353773Z #80 233.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.9355357Z #80 233.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.9356823Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:51:55.9358388Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:51:55.9360199Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:51:55.9362025Z #80 233.2 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:51:55.9363797Z #80 233.2 from /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:15: 2024-08-20T21:51:55.9366622Z #80 233.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.9368638Z #80 233.2 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.9369547Z #80 233.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.9372568Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp: In member function 'llvm::Constant* llvm::OpenMPIRBuilder::getOrCreateIdent(llvm::Constant*, uint32_t, llvm::omp::IdentFlag, unsigned int)': 2024-08-20T21:51:55.9377574Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:584:60: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.9380637Z #80 233.2 584 | M.getDataLayout().getDefaultGlobalsAddressSpace()); 2024-08-20T21:51:55.9381867Z #80 233.2 | ^ 2024-08-20T21:51:55.9383766Z #80 233.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.9385358Z #80 233.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.9386991Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:51:55.9388645Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:51:55.9390334Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:51:55.9392228Z #80 233.2 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:51:55.9394065Z #80 233.2 from /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:15: 2024-08-20T21:51:55.9396804Z #80 233.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.9398892Z #80 233.2 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.9400025Z #80 233.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:55.9402936Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp: In function 'llvm::Constant* llvm::OpenMPIRBuilder::getOrCreateIdent(llvm::Constant*, uint32_t, llvm::omp::IdentFlag, unsigned int)': 2024-08-20T21:51:55.9408023Z #80 233.2 /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:584:60: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:55.9411125Z #80 233.2 584 | M.getDataLayout().getDefaultGlobalsAddressSpace()); 2024-08-20T21:51:55.9412267Z #80 233.2 | ^ 2024-08-20T21:51:55.9413659Z #80 233.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:55.9415208Z #80 233.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:55.9416911Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:51:55.9418445Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:51:55.9420116Z #80 233.2 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:51:55.9421976Z #80 233.2 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:51:55.9423825Z #80 233.2 from /llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:15: 2024-08-20T21:51:55.9426410Z #80 233.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:55.9428419Z #80 233.2 73 | return User::operator new(s, 1); 2024-08-20T21:51:55.9429321Z #80 233.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:56.0037491Z #80 233.4 [1283/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineNegator.cpp.o 2024-08-20T21:51:56.2102325Z #80 233.5 [1284/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DCE.cpp.o 2024-08-20T21:51:56.3092129Z #80 233.7 [1285/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AlignmentFromAssumptions.cpp.o 2024-08-20T21:51:57.3834857Z #80 234.8 [1286/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/HWAddressSanitizer.cpp.o 2024-08-20T21:51:57.3836740Z #80 234.8 In lambda function, 2024-08-20T21:51:57.3840614Z #80 234.8 inlined from 'static Ret llvm::function_ref::callback_fn(intptr_t, Params ...) [with Callable = {anonymous}::HWAddressSanitizer::initializeModule()::; Ret = llvm::GlobalVariable*; Params = {}]' at /llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:52: 2024-08-20T21:51:57.3846459Z #80 234.8 /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:624:72: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:57.3849402Z #80 234.8 624 | GlobalVariable::InitialExecTLSModel); 2024-08-20T21:51:57.3850447Z #80 234.8 | ^ 2024-08-20T21:51:57.3851758Z #80 234.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:57.3853088Z #80 234.8 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:57.3854846Z #80 234.8 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h:17, 2024-08-20T21:51:57.3856855Z #80 234.8 from /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:14: 2024-08-20T21:51:57.3861025Z #80 234.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In static member function 'static Ret llvm::function_ref::callback_fn(intptr_t, Params ...) [with Callable = {anonymous}::HWAddressSanitizer::initializeModule()::; Ret = llvm::GlobalVariable*; Params = {}]': 2024-08-20T21:51:57.3865593Z #80 234.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:57.3867721Z #80 234.8 73 | return User::operator new(s, 1); 2024-08-20T21:51:57.3868995Z #80 234.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:57.3871536Z #80 234.8 /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp: In member function 'void {anonymous}::HWAddressSanitizer::createHwasanCtorComdat()': 2024-08-20T21:51:57.3876455Z #80 234.8 /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:499:59: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:57.3879991Z #80 234.8 499 | nullptr, "__start_hwasan_globals"); 2024-08-20T21:51:57.3881174Z #80 234.8 | ^ 2024-08-20T21:51:57.3882544Z #80 234.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:57.3884055Z #80 234.8 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:57.3886204Z #80 234.8 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h:17, 2024-08-20T21:51:57.3888535Z #80 234.8 from /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:14: 2024-08-20T21:51:57.3891506Z #80 234.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:57.3893489Z #80 234.8 73 | return User::operator new(s, 1); 2024-08-20T21:51:57.3894337Z #80 234.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:57.3897903Z #80 234.8 /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:503:58: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:57.3901157Z #80 234.8 503 | nullptr, "__stop_hwasan_globals"); 2024-08-20T21:51:57.3902275Z #80 234.8 | ^ 2024-08-20T21:51:57.3903752Z #80 234.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:57.3905508Z #80 234.8 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:57.3907535Z #80 234.8 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h:17, 2024-08-20T21:51:57.3910218Z #80 234.8 from /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:14: 2024-08-20T21:51:57.3913161Z #80 234.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:57.3915232Z #80 234.8 73 | return User::operator new(s, 1); 2024-08-20T21:51:57.3916136Z #80 234.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:57.3920104Z #80 234.8 /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:514:79: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:57.3923417Z #80 234.8 514 | GlobalValue::PrivateLinkage, nullptr, kHwasanNoteName); 2024-08-20T21:51:57.3924743Z #80 234.8 | ^ 2024-08-20T21:51:57.3926254Z #80 234.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:57.3927672Z #80 234.8 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:57.3929487Z #80 234.8 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h:17, 2024-08-20T21:51:57.3931642Z #80 234.8 from /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:14: 2024-08-20T21:51:57.3935323Z #80 234.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:57.3937513Z #80 234.8 73 | return User::operator new(s, 1); 2024-08-20T21:51:57.3938592Z #80 234.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:57.3942022Z #80 234.8 /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:538:64: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:57.3945165Z #80 234.8 538 | Constant::getNullValue(Int8Arr0Ty), "hwasan.dummy.global"); 2024-08-20T21:51:57.3946412Z #80 234.8 | ^ 2024-08-20T21:51:57.3947833Z #80 234.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:57.3949426Z #80 234.8 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:57.3951223Z #80 234.8 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h:17, 2024-08-20T21:51:57.3953341Z #80 234.8 from /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:14: 2024-08-20T21:51:57.3956561Z #80 234.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:57.3958585Z #80 234.8 73 | return User::operator new(s, 1); 2024-08-20T21:51:57.3959545Z #80 234.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:57.3961597Z #80 234.8 In member function 'void {anonymous}::HWAddressSanitizer::instrumentGlobal(llvm::GlobalVariable*, uint8_t)', 2024-08-20T21:51:57.3964830Z #80 234.8 inlined from 'void {anonymous}::HWAddressSanitizer::instrumentGlobals()' at /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:1613:21, 2024-08-20T21:51:57.3968752Z #80 234.8 inlined from 'void {anonymous}::HWAddressSanitizer::initializeModule()' at /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:609:24, 2024-08-20T21:51:57.3972978Z #80 234.8 inlined from '{anonymous}::HWAddressSanitizer::HWAddressSanitizer(llvm::Module&, bool, bool, const llvm::StackSafetyGlobalInfo*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:280:21, 2024-08-20T21:51:57.3977605Z #80 234.8 inlined from 'llvm::PreservedAnalyses llvm::HWAddressSanitizerPass::run(llvm::Module&, llvm::ModuleAnalysisManager&)' at /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:422:75: 2024-08-20T21:51:57.3983129Z #80 234.8 /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:1519:61: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:57.3986349Z #80 234.8 1519 | GV->getName() + ".hwasan"); 2024-08-20T21:51:57.3987412Z #80 234.8 | ^ 2024-08-20T21:51:57.3988777Z #80 234.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:57.3990097Z #80 234.8 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:57.3991867Z #80 234.8 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h:17, 2024-08-20T21:51:57.3993978Z #80 234.8 from /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:14: 2024-08-20T21:51:57.3997077Z #80 234.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::PreservedAnalyses llvm::HWAddressSanitizerPass::run(llvm::Module&, llvm::ModuleAnalysisManager&)': 2024-08-20T21:51:57.4001013Z #80 234.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:57.4003257Z #80 234.8 73 | return User::operator new(s, 1); 2024-08-20T21:51:57.4004143Z #80 234.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:57.4005979Z #80 234.8 In member function 'void {anonymous}::HWAddressSanitizer::instrumentGlobal(llvm::GlobalVariable*, uint8_t)', 2024-08-20T21:51:57.4009097Z #80 234.8 inlined from 'void {anonymous}::HWAddressSanitizer::instrumentGlobals()' at /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:1613:21, 2024-08-20T21:51:57.4012775Z #80 234.8 inlined from 'void {anonymous}::HWAddressSanitizer::initializeModule()' at /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:609:24, 2024-08-20T21:51:57.4016958Z #80 234.8 inlined from '{anonymous}::HWAddressSanitizer::HWAddressSanitizer(llvm::Module&, bool, bool, const llvm::StackSafetyGlobalInfo*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:280:21, 2024-08-20T21:51:57.4021504Z #80 234.8 inlined from 'llvm::PreservedAnalyses llvm::HWAddressSanitizerPass::run(llvm::Module&, llvm::ModuleAnalysisManager&)' at /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:422:75: 2024-08-20T21:51:57.4026583Z #80 234.8 /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:1548:73: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:57.4029831Z #80 234.8 1548 | nullptr, GV->getName() + ".hwasan.descriptor"); 2024-08-20T21:51:57.4048002Z #80 234.8 | ^ 2024-08-20T21:51:57.4049478Z #80 234.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:57.4050908Z #80 234.8 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:57.4052655Z #80 234.8 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h:17, 2024-08-20T21:51:57.4054832Z #80 234.8 from /llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:14: 2024-08-20T21:51:57.4058262Z #80 234.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::PreservedAnalyses llvm::HWAddressSanitizerPass::run(llvm::Module&, llvm::ModuleAnalysisManager&)': 2024-08-20T21:51:57.4062464Z #80 234.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:57.4065041Z #80 234.8 73 | return User::operator new(s, 1); 2024-08-20T21:51:57.4065946Z #80 234.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:57.5723278Z #80 234.8 [1287/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineLoadStoreAlloca.cpp.o 2024-08-20T21:51:57.8637535Z #80 235.3 [1288/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/DataFlowSanitizer.cpp.o 2024-08-20T21:51:58.0663962Z #80 235.3 [1289/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineShifts.cpp.o 2024-08-20T21:51:58.1669079Z #80 235.6 [1290/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DivRemPairs.cpp.o 2024-08-20T21:51:58.2984372Z #80 235.6 [1291/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CorrelatedValuePropagation.cpp.o 2024-08-20T21:51:58.2986848Z #80 235.7 [1292/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombinePHI.cpp.o 2024-08-20T21:51:58.4862226Z #80 235.9 [1293/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineMulDivRem.cpp.o 2024-08-20T21:51:58.7335722Z #80 236.1 [1294/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCasts.cpp.o 2024-08-20T21:51:58.9836231Z #80 236.2 [1295/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ControlHeightReduction.cpp.o 2024-08-20T21:51:58.9838721Z #80 236.2 [1296/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Float2Int.cpp.o 2024-08-20T21:51:59.0977466Z #80 236.5 [1297/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CallSiteSplitting.cpp.o 2024-08-20T21:51:59.1983534Z #80 236.6 [1298/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ADCE.cpp.o 2024-08-20T21:51:59.3057964Z #80 236.7 [1299/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSimplifyDemanded.cpp.o 2024-08-20T21:51:59.6024067Z #80 237.0 [1300/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InstSimplifyPass.cpp.o 2024-08-20T21:51:59.8139412Z #80 237.0 [1301/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/AddressSanitizer.cpp.o 2024-08-20T21:51:59.8144025Z #80 237.0 /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: In member function 'llvm::GlobalVariable* {anonymous}::ModuleAddressSanitizer::CreateMetadataGlobal(llvm::Module&, llvm::Constant*, llvm::StringRef)': 2024-08-20T21:51:59.8149377Z #80 237.0 /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2009:82: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:59.8152633Z #80 237.0 2009 | Twine("__asan_global_") + GlobalValue::dropLLVMManglingEscape(OriginalName)); 2024-08-20T21:51:59.8154348Z #80 237.0 | ^ 2024-08-20T21:51:59.8155833Z #80 237.0 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:59.8157400Z #80 237.0 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:59.8159348Z #80 237.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h:16, 2024-08-20T21:51:59.8161708Z #80 237.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:18: 2024-08-20T21:51:59.8164472Z #80 237.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:59.8166402Z #80 237.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:59.8167604Z #80 237.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:59.8170313Z #80 237.0 In member function 'void {anonymous}::ModuleAddressSanitizer::InstrumentGlobalsELF(llvm::IRBuilder<>&, llvm::Module&, llvm::ArrayRef, llvm::ArrayRef, const string&)', 2024-08-20T21:51:59.8174654Z #80 237.0 inlined from 'bool {anonymous}::ModuleAddressSanitizer::InstrumentGlobals(llvm::IRBuilder<>&, llvm::Module&, bool*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2404:25: 2024-08-20T21:51:59.8179577Z #80 237.0 /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2097:68: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:59.8182884Z #80 237.0 2097 | ConstantInt::get(IntptrTy, 0), kAsanGlobalsRegisteredFlagName); 2024-08-20T21:51:59.8184240Z #80 237.0 | ^ 2024-08-20T21:51:59.8185663Z #80 237.0 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:59.8187214Z #80 237.0 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:59.8189147Z #80 237.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h:16, 2024-08-20T21:51:59.8191159Z #80 237.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:18: 2024-08-20T21:51:59.8194690Z #80 237.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In function 'bool {anonymous}::ModuleAddressSanitizer::InstrumentGlobals(llvm::IRBuilder<>&, llvm::Module&, bool*)': 2024-08-20T21:51:59.8198585Z #80 237.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:59.8200748Z #80 237.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:59.8201628Z #80 237.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:59.8204440Z #80 237.0 In member function 'void {anonymous}::ModuleAddressSanitizer::InstrumentGlobalsELF(llvm::IRBuilder<>&, llvm::Module&, llvm::ArrayRef, llvm::ArrayRef, const string&)', 2024-08-20T21:51:59.8208906Z #80 237.0 inlined from 'bool {anonymous}::ModuleAddressSanitizer::InstrumentGlobals(llvm::IRBuilder<>&, llvm::Module&, bool*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2404:25: 2024-08-20T21:51:59.8214049Z #80 237.0 /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2103:46: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:59.8217201Z #80 237.0 2103 | "__start_" + getGlobalMetadataSection()); 2024-08-20T21:51:59.8218308Z #80 237.0 | ^ 2024-08-20T21:51:59.8219756Z #80 237.0 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:59.8221345Z #80 237.0 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:59.8223303Z #80 237.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h:16, 2024-08-20T21:51:59.8225533Z #80 237.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:18: 2024-08-20T21:51:59.8228655Z #80 237.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In function 'bool {anonymous}::ModuleAddressSanitizer::InstrumentGlobals(llvm::IRBuilder<>&, llvm::Module&, bool*)': 2024-08-20T21:51:59.8232281Z #80 237.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:59.8234516Z #80 237.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:59.8235744Z #80 237.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:59.8238623Z #80 237.0 In member function 'void {anonymous}::ModuleAddressSanitizer::InstrumentGlobalsELF(llvm::IRBuilder<>&, llvm::Module&, llvm::ArrayRef, llvm::ArrayRef, const string&)', 2024-08-20T21:51:59.8243189Z #80 237.0 inlined from 'bool {anonymous}::ModuleAddressSanitizer::InstrumentGlobals(llvm::IRBuilder<>&, llvm::Module&, bool*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2404:25: 2024-08-20T21:51:59.8248409Z #80 237.0 /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2107:45: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:59.8251588Z #80 237.0 2107 | "__stop_" + getGlobalMetadataSection()); 2024-08-20T21:51:59.8252641Z #80 237.0 | ^ 2024-08-20T21:51:59.8254111Z #80 237.0 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:59.8255708Z #80 237.0 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:59.8257643Z #80 237.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h:16, 2024-08-20T21:51:59.8259702Z #80 237.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:18: 2024-08-20T21:51:59.8262998Z #80 237.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In function 'bool {anonymous}::ModuleAddressSanitizer::InstrumentGlobals(llvm::IRBuilder<>&, llvm::Module&, bool*)': 2024-08-20T21:51:59.8266755Z #80 237.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:59.8268717Z #80 237.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:59.8269631Z #80 237.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:59.8272620Z #80 237.0 In member function 'void {anonymous}::ModuleAddressSanitizer::InstrumentGlobalsWithMetadataArray(llvm::IRBuilder<>&, llvm::Module&, llvm::ArrayRef, llvm::ArrayRef)', 2024-08-20T21:51:59.8277043Z #80 237.0 inlined from 'bool {anonymous}::ModuleAddressSanitizer::InstrumentGlobals(llvm::IRBuilder<>&, llvm::Module&, bool*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2411:39: 2024-08-20T21:51:59.8282411Z #80 237.0 /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2201:74: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:59.8285800Z #80 237.0 2201 | ConstantArray::get(ArrayOfGlobalStructTy, MetadataInitializers), ""); 2024-08-20T21:51:59.8287122Z #80 237.0 | ^ 2024-08-20T21:51:59.8288618Z #80 237.0 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:59.8290144Z #80 237.0 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:59.8292046Z #80 237.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h:16, 2024-08-20T21:51:59.8294179Z #80 237.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:18: 2024-08-20T21:51:59.8297403Z #80 237.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In function 'bool {anonymous}::ModuleAddressSanitizer::InstrumentGlobals(llvm::IRBuilder<>&, llvm::Module&, bool*)': 2024-08-20T21:51:59.8301194Z #80 237.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:59.8303143Z #80 237.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:59.8304644Z #80 237.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:59.8307285Z #80 237.0 In member function 'void {anonymous}::ModuleAddressSanitizer::InstrumentGlobalsMachO(llvm::IRBuilder<>&, llvm::Module&, llvm::ArrayRef, llvm::ArrayRef)', 2024-08-20T21:51:59.8311423Z #80 237.0 inlined from 'bool {anonymous}::ModuleAddressSanitizer::InstrumentGlobals(llvm::IRBuilder<>&, llvm::Module&, bool*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2409:27: 2024-08-20T21:51:59.8316445Z #80 237.0 /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2152:47: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:59.8319189Z #80 237.0 2152 | Twine("__asan_binder_") + G->getName()); 2024-08-20T21:51:59.8320444Z #80 237.0 | ^ 2024-08-20T21:51:59.8321791Z #80 237.0 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:59.8323451Z #80 237.0 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:59.8325373Z #80 237.0 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h:16, 2024-08-20T21:51:59.8327748Z #80 237.0 from /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:18: 2024-08-20T21:51:59.8331226Z #80 237.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In function 'bool {anonymous}::ModuleAddressSanitizer::InstrumentGlobals(llvm::IRBuilder<>&, llvm::Module&, bool*)': 2024-08-20T21:51:59.8335166Z #80 237.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:59.8337223Z #80 237.0 73 | return User::operator new(s, 1); 2024-08-20T21:51:59.8338111Z #80 237.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:59.8340894Z #80 237.1 In member function 'void {anonymous}::ModuleAddressSanitizer::InstrumentGlobalsMachO(llvm::IRBuilder<>&, llvm::Module&, llvm::ArrayRef, llvm::ArrayRef)', 2024-08-20T21:51:59.8345213Z #80 237.1 inlined from 'bool {anonymous}::ModuleAddressSanitizer::InstrumentGlobals(llvm::IRBuilder<>&, llvm::Module&, bool*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2409:27: 2024-08-20T21:51:59.8350388Z #80 237.1 /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2172:68: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:59.8353711Z #80 237.1 2172 | ConstantInt::get(IntptrTy, 0), kAsanGlobalsRegisteredFlagName); 2024-08-20T21:51:59.8355025Z #80 237.1 | ^ 2024-08-20T21:51:59.8356547Z #80 237.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:59.8357965Z #80 237.1 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:59.8359434Z #80 237.1 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h:16, 2024-08-20T21:51:59.8361546Z #80 237.1 from /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:18: 2024-08-20T21:51:59.8364181Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In function 'bool {anonymous}::ModuleAddressSanitizer::InstrumentGlobals(llvm::IRBuilder<>&, llvm::Module&, bool*)': 2024-08-20T21:51:59.8367244Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:59.8368885Z #80 237.1 73 | return User::operator new(s, 1); 2024-08-20T21:51:59.8369636Z #80 237.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:59.8372892Z #80 237.1 /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2306:54: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:59.8375592Z #80 237.1 2306 | G->getThreadLocalMode(), G->getAddressSpace()); 2024-08-20T21:51:59.8376472Z #80 237.1 | ^ 2024-08-20T21:51:59.8377583Z #80 237.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:59.8378801Z #80 237.1 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:59.8380230Z #80 237.1 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h:16, 2024-08-20T21:51:59.8381885Z #80 237.1 from /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:18: 2024-08-20T21:51:59.8384100Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:59.8385646Z #80 237.1 73 | return User::operator new(s, 1); 2024-08-20T21:51:59.8386331Z #80 237.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:59.8390884Z #80 237.1 /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2361:61: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:59.8393613Z #80 237.1 2361 | NewGlobal->getThreadLocalMode()); 2024-08-20T21:51:59.8394430Z #80 237.1 | ^ 2024-08-20T21:51:59.8395584Z #80 237.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:51:59.8396860Z #80 237.1 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:51:59.8398363Z #80 237.1 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h:16, 2024-08-20T21:51:59.8400271Z #80 237.1 from /llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:18: 2024-08-20T21:51:59.8402631Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:51:59.8404256Z #80 237.1 73 | return User::operator new(s, 1); 2024-08-20T21:51:59.8405010Z #80 237.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:51:59.8406472Z #80 237.1 [1302/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemorySanitizer.cpp.o 2024-08-20T21:51:59.8407835Z #80 237.1 In lambda function, 2024-08-20T21:51:59.8410731Z #80 237.1 inlined from 'static Ret llvm::function_ref::callback_fn(intptr_t, Params ...) [with Callable = {anonymous}::MemorySanitizer::initializeModule(llvm::Module&)::; Ret = llvm::GlobalVariable*; Params = {}]' at /llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:52: 2024-08-20T21:51:59.8415370Z #80 237.1 /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:1011:63: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:51:59.8417842Z #80 237.1 1011 | IRB.getInt32(TrackOrigins), "__msan_track_origins"); 2024-08-20T21:52:00.1468785Z #80 237.1 | ^ 2024-08-20T21:52:00.1470907Z #80 237.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:00.1472660Z #80 237.1 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:00.1474450Z #80 237.1 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:17, 2024-08-20T21:52:00.1477206Z #80 237.1 from /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:145: 2024-08-20T21:52:00.1506977Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In static member function 'static Ret llvm::function_ref::callback_fn(intptr_t, Params ...) [with Callable = {anonymous}::MemorySanitizer::initializeModule(llvm::Module&)::; Ret = llvm::GlobalVariable*; Params = {}]': 2024-08-20T21:52:00.1512389Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:00.1514428Z #80 237.1 73 | return User::operator new(s, 1); 2024-08-20T21:52:00.1515329Z #80 237.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:00.1516095Z #80 237.1 In lambda function, 2024-08-20T21:52:00.1519867Z #80 237.1 inlined from 'static Ret llvm::function_ref::callback_fn(intptr_t, Params ...) [with Callable = {anonymous}::MemorySanitizer::initializeModule(llvm::Module&)::; Ret = llvm::GlobalVariable*; Params = {}]' at /llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:52: 2024-08-20T21:52:00.1528890Z #80 237.1 /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:1018:77: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:00.1532361Z #80 237.1 1018 | IRB.getInt32(Recover), "__msan_keep_going"); 2024-08-20T21:52:00.1533557Z #80 237.1 | ^ 2024-08-20T21:52:00.1535353Z #80 237.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:00.1536893Z #80 237.1 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:00.1538724Z #80 237.1 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:17, 2024-08-20T21:52:00.1540891Z #80 237.1 from /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:145: 2024-08-20T21:52:00.1545251Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In static member function 'static Ret llvm::function_ref::callback_fn(intptr_t, Params ...) [with Callable = {anonymous}::MemorySanitizer::initializeModule(llvm::Module&)::; Ret = llvm::GlobalVariable*; Params = {}]': 2024-08-20T21:52:00.1550088Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:00.1552122Z #80 237.1 73 | return User::operator new(s, 1); 2024-08-20T21:52:00.1553111Z #80 237.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:00.1554048Z #80 237.1 In lambda function, 2024-08-20T21:52:00.1557530Z #80 237.1 inlined from 'static Ret llvm::function_ref::callback_fn(intptr_t, Params ...) [with Callable = getOrInsertGlobal(llvm::Module&, llvm::StringRef, llvm::Type*)::; Ret = llvm::GlobalVariable*; Params = {}]' at /llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:45:52: 2024-08-20T21:52:00.1563327Z #80 237.1 /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:794:66: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:00.1566373Z #80 237.1 794 | GlobalVariable::InitialExecTLSModel); 2024-08-20T21:52:00.1567472Z #80 237.1 | ^ 2024-08-20T21:52:00.1568825Z #80 237.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:00.1570349Z #80 237.1 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:00.1572557Z #80 237.1 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:17, 2024-08-20T21:52:00.1574643Z #80 237.1 from /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:145: 2024-08-20T21:52:00.1579201Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In static member function 'static Ret llvm::function_ref::callback_fn(intptr_t, Params ...) [with Callable = getOrInsertGlobal(llvm::Module&, llvm::StringRef, llvm::Type*)::; Ret = llvm::GlobalVariable*; Params = {}]': 2024-08-20T21:52:00.1583889Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:00.1585856Z #80 237.1 73 | return User::operator new(s, 1); 2024-08-20T21:52:00.1586712Z #80 237.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:00.1588460Z #80 237.1 In function 'llvm::GlobalVariable* createPrivateConstGlobalForString(llvm::Module&, llvm::StringRef)', 2024-08-20T21:52:00.1592116Z #80 237.1 inlined from 'llvm::Value* {anonymous}::MemorySanitizerVisitor::getLocalVarDescription(llvm::AllocaInst&)' at /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:4288:45, 2024-08-20T21:52:00.1596478Z #80 237.1 inlined from 'void {anonymous}::MemorySanitizerVisitor::poisonAllocaKmsan(llvm::AllocaInst&, llvm::IRBuilder<>&, llvm::Value*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:4321:42, 2024-08-20T21:52:00.1601554Z #80 237.1 inlined from 'void {anonymous}::MemorySanitizerVisitor::instrumentAlloca(llvm::AllocaInst&, llvm::Instruction*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:4344:24: 2024-08-20T21:52:00.1606815Z #80 237.1 /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:729:70: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:00.1610210Z #80 237.1 729 | GlobalValue::PrivateLinkage, StrConst, ""); 2024-08-20T21:52:00.1611333Z #80 237.1 | ^ 2024-08-20T21:52:00.1612760Z #80 237.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:00.1614299Z #80 237.1 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:00.1616149Z #80 237.1 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:17, 2024-08-20T21:52:00.1618301Z #80 237.1 from /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:145: 2024-08-20T21:52:00.1621358Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'void {anonymous}::MemorySanitizerVisitor::instrumentAlloca(llvm::AllocaInst&, llvm::Instruction*)': 2024-08-20T21:52:00.1624738Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:00.1626652Z #80 237.1 73 | return User::operator new(s, 1); 2024-08-20T21:52:00.1627484Z #80 237.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:00.1629235Z #80 237.1 In member function 'llvm::Value* {anonymous}::MemorySanitizerVisitor::getLocalVarIdptr(llvm::AllocaInst&)', 2024-08-20T21:52:00.1633186Z #80 237.1 inlined from 'void {anonymous}::MemorySanitizerVisitor::poisonAllocaUserspace(llvm::AllocaInst&, llvm::IRBuilder<>&, llvm::Value*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:4305:38, 2024-08-20T21:52:00.1638085Z #80 237.1 inlined from 'void {anonymous}::MemorySanitizerVisitor::instrumentAlloca(llvm::AllocaInst&, llvm::Instruction*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:4346:28: 2024-08-20T21:52:00.1643435Z #80 237.1 /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:4284:39: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:00.1646758Z #80 237.1 4284 | IntConst); 2024-08-20T21:52:00.1647655Z #80 237.1 | ^ 2024-08-20T21:52:00.1648963Z #80 237.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:00.1650496Z #80 237.1 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:00.1652339Z #80 237.1 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:17, 2024-08-20T21:52:00.1654374Z #80 237.1 from /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:145: 2024-08-20T21:52:00.1657491Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'void {anonymous}::MemorySanitizerVisitor::instrumentAlloca(llvm::AllocaInst&, llvm::Instruction*)': 2024-08-20T21:52:00.1661361Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:00.1663361Z #80 237.1 73 | return User::operator new(s, 1); 2024-08-20T21:52:00.1664238Z #80 237.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:00.1666008Z #80 237.1 In function 'llvm::GlobalVariable* createPrivateConstGlobalForString(llvm::Module&, llvm::StringRef)', 2024-08-20T21:52:00.1669949Z #80 237.1 inlined from 'llvm::Value* {anonymous}::MemorySanitizerVisitor::getLocalVarDescription(llvm::AllocaInst&)' at /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:4288:45, 2024-08-20T21:52:00.1674505Z #80 237.1 inlined from 'void {anonymous}::MemorySanitizerVisitor::poisonAllocaUserspace(llvm::AllocaInst&, llvm::IRBuilder<>&, llvm::Value*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:4307:46, 2024-08-20T21:52:00.1679154Z #80 237.1 inlined from 'void {anonymous}::MemorySanitizerVisitor::instrumentAlloca(llvm::AllocaInst&, llvm::Instruction*)' at /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:4346:28: 2024-08-20T21:52:00.1684332Z #80 237.1 /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:729:70: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:00.1687550Z #80 237.1 729 | GlobalValue::PrivateLinkage, StrConst, ""); 2024-08-20T21:52:00.1688708Z #80 237.1 | ^ 2024-08-20T21:52:00.1690140Z #80 237.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:00.1691742Z #80 237.1 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:00.1693810Z #80 237.1 from /llvm-project/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h:17, 2024-08-20T21:52:00.1695907Z #80 237.1 from /llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:145: 2024-08-20T21:52:00.1699052Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'void {anonymous}::MemorySanitizerVisitor::instrumentAlloca(llvm::AllocaInst&, llvm::Instruction*)': 2024-08-20T21:52:00.1702780Z #80 237.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:00.1704789Z #80 237.1 73 | return User::operator new(s, 1); 2024-08-20T21:52:00.1705677Z #80 237.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:00.1707273Z #80 237.1 [1303/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstantHoisting.cpp.o 2024-08-20T21:52:00.1709674Z #80 237.1 [1304/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAddSub.cpp.o 2024-08-20T21:52:00.1712534Z #80 237.4 [1305/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstraintElimination.cpp.o 2024-08-20T21:52:00.1715181Z #80 237.5 [1306/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopAccessAnalysisPrinter.cpp.o 2024-08-20T21:52:00.6645694Z #80 238.1 [1307/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineVectorOps.cpp.o 2024-08-20T21:52:01.1042382Z #80 238.5 [1308/3615] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeReader.cpp.o 2024-08-20T21:52:01.7600914Z #80 239.2 [1309/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GuardWidening.cpp.o 2024-08-20T21:52:01.9009750Z #80 239.3 [1310/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSelect.cpp.o 2024-08-20T21:52:02.2275740Z #80 239.6 [1311/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InferAddressSpaces.cpp.o 2024-08-20T21:52:02.4590242Z #80 239.7 [1312/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerGuardIntrinsic.cpp.o 2024-08-20T21:52:02.6562660Z #80 240.1 [1313/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/EarlyCSE.cpp.o 2024-08-20T21:52:02.8608729Z #80 240.3 [1314/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MakeGuardsExplicit.cpp.o 2024-08-20T21:52:03.0311368Z #80 240.4 [1315/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerAtomicPass.cpp.o 2024-08-20T21:52:03.2179357Z #80 240.6 [1316/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNSink.cpp.o 2024-08-20T21:52:03.4252143Z #80 240.8 [1317/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAndOrXor.cpp.o 2024-08-20T21:52:03.6447469Z #80 240.9 [1318/3615] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyCFG.cpp.o 2024-08-20T21:52:03.6449620Z #80 241.0 [1319/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DFAJumpThreading.cpp.o 2024-08-20T21:52:03.8370718Z #80 241.2 [1320/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSink.cpp.o 2024-08-20T21:52:04.0055936Z #80 241.3 [1321/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopBoundSplit.cpp.o 2024-08-20T21:52:04.0471119Z #80 241.4 [1322/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DeadStoreElimination.cpp.o 2024-08-20T21:52:04.2774689Z #80 241.5 [1323/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDataPrefetch.cpp.o 2024-08-20T21:52:04.2777279Z #80 241.5 [1324/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InductiveRangeCheckElimination.cpp.o 2024-08-20T21:52:04.4365951Z #80 241.8 [1325/3615] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOInstrumentation.cpp.o 2024-08-20T21:52:04.5827521Z #80 241.9 [1326/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDeletion.cpp.o 2024-08-20T21:52:04.5829936Z #80 242.0 [1327/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNHoist.cpp.o 2024-08-20T21:52:04.7569183Z #80 242.0 [1328/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerExpectIntrinsic.cpp.o 2024-08-20T21:52:04.7715641Z #80 242.2 [1329/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerWidenableCondition.cpp.o 2024-08-20T21:52:04.8755723Z #80 242.3 [1330/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstructionCombining.cpp.o 2024-08-20T21:52:05.1049773Z #80 242.5 [1331/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergedLoadStoreMotion.cpp.o 2024-08-20T21:52:05.2741227Z #80 242.7 [1332/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCalls.cpp.o 2024-08-20T21:52:05.4686580Z #80 242.9 [1333/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInstSimplify.cpp.o 2024-08-20T21:52:05.9505394Z #80 243.3 [1334/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFuse.cpp.o 2024-08-20T21:52:06.3196999Z #80 243.7 [1335/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerConstantIntrinsics.cpp.o 2024-08-20T21:52:06.4264256Z #80 243.8 [1336/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IndVarSimplify.cpp.o 2024-08-20T21:52:06.8799719Z #80 244.3 [1337/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollAndJamPass.cpp.o 2024-08-20T21:52:07.0502061Z #80 244.3 [1338/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalar.cpp.o 2024-08-20T21:52:07.0504293Z #80 244.4 [1339/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRotation.cpp.o 2024-08-20T21:52:07.2631286Z #80 244.5 [1340/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPassManager.cpp.o 2024-08-20T21:52:07.2633889Z #80 244.5 [1341/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reg2Mem.cpp.o 2024-08-20T21:52:07.4096047Z #80 244.8 [1342/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDistribute.cpp.o 2024-08-20T21:52:07.7363055Z #80 245.1 [1343/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVN.cpp.o 2024-08-20T21:52:07.9354505Z #80 245.1 [1344/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BarrierNoopPass.cpp.o 2024-08-20T21:52:08.0432022Z #80 245.2 [1345/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SCCP.cpp.o 2024-08-20T21:52:08.0434523Z #80 245.4 [1346/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/JumpThreading.cpp.o 2024-08-20T21:52:08.1550115Z #80 245.5 [1347/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PartiallyInlineLibCalls.cpp.o 2024-08-20T21:52:08.1552645Z #80 245.5 [1348/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFlatten.cpp.o 2024-08-20T21:52:08.1555082Z #80 245.6 [1349/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.o 2024-08-20T21:52:08.4119265Z #80 245.8 [1350/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPredication.cpp.o 2024-08-20T21:52:08.5449871Z #80 245.9 [1351/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Sink.cpp.o 2024-08-20T21:52:08.7155665Z #80 246.0 [1352/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Annotation2Metadata.cpp.o 2024-08-20T21:52:08.7762669Z #80 246.2 [1353/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopLoadElimination.cpp.o 2024-08-20T21:52:08.9680335Z #80 246.4 [1354/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergeICmps.cpp.o 2024-08-20T21:52:09.2935950Z #80 246.7 [1355/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MemCpyOptimizer.cpp.o 2024-08-20T21:52:09.5243105Z #80 246.7 [1356/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInterchange.cpp.o 2024-08-20T21:52:09.5245373Z #80 246.8 [1357/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LICM.cpp.o 2024-08-20T21:52:09.5247585Z #80 246.9 [1358/3615] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCompares.cpp.o 2024-08-20T21:52:09.9860007Z #80 247.4 [1359/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SpeculativeExecution.cpp.o 2024-08-20T21:52:10.1569193Z #80 247.6 [1360/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollPass.cpp.o 2024-08-20T21:52:10.2734887Z #80 247.6 [1361/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ExtractGV.cpp.o 2024-08-20T21:52:10.2736861Z #80 247.7 [1362/3615] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/DAGCombiner.cpp.o 2024-08-20T21:52:10.4147551Z #80 247.7 [1363/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/TLSVariableHoist.cpp.o 2024-08-20T21:52:10.4150001Z #80 247.7 [1364/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRerollPass.cpp.o 2024-08-20T21:52:10.4151915Z #80 247.8 [1365/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimplifyCFGPass.cpp.o 2024-08-20T21:52:10.4153981Z #80 247.8 [1366/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ConstantMerge.cpp.o 2024-08-20T21:52:10.5936891Z #80 247.8 [1367/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ElimAvailExtern.cpp.o 2024-08-20T21:52:10.6431711Z #80 248.0 [1368/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/WarnMissedTransforms.cpp.o 2024-08-20T21:52:10.7670825Z #80 248.2 [1369/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PlaceSafepoints.cpp.o 2024-08-20T21:52:10.8749508Z #80 248.3 [1370/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AlwaysInliner.cpp.o 2024-08-20T21:52:10.8751729Z #80 248.3 [1371/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.o 2024-08-20T21:52:11.0770545Z #80 248.3 [1372/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ForceFunctionAttrs.cpp.o 2024-08-20T21:52:11.3019998Z #80 248.7 [1373/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ScalarizeMaskedMemIntrin.cpp.o 2024-08-20T21:52:11.5058525Z #80 248.7 [1374/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopIdiomRecognize.cpp.o 2024-08-20T21:52:11.5060778Z #80 248.8 [1375/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalSplit.cpp.o 2024-08-20T21:52:11.5818746Z #80 249.0 [1376/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NaryReassociate.cpp.o 2024-08-20T21:52:11.7961957Z #80 249.0 [1377/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StraightLineStrengthReduce.cpp.o 2024-08-20T21:52:11.7964270Z #80 249.1 [1378/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IPO.cpp.o 2024-08-20T21:52:11.7966147Z #80 249.2 [1379/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CrossDSOCFI.cpp.o 2024-08-20T21:52:12.0587002Z #80 249.5 [1380/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BlockExtractor.cpp.o 2024-08-20T21:52:12.3422053Z #80 249.7 [1381/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InferFunctionAttrs.cpp.o 2024-08-20T21:52:12.6392387Z #80 250.0 [1382/3615] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/Vectorize.cpp.o 2024-08-20T21:52:12.7723738Z #80 250.1 [1383/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CalledValuePropagation.cpp.o 2024-08-20T21:52:12.7726318Z #80 250.2 [1384/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SeparateConstOffsetFromGEP.cpp.o 2024-08-20T21:52:13.7112336Z #80 251.1 [1385/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripDeadPrototypes.cpp.o 2024-08-20T21:52:13.9371428Z #80 251.2 [1386/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ArgumentPromotion.cpp.o 2024-08-20T21:52:13.9373535Z #80 251.2 [1387/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalarizer.cpp.o 2024-08-20T21:52:13.9375472Z #80 251.2 [1388/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InlineSimple.cpp.o 2024-08-20T21:52:13.9563823Z #80 251.4 [1389/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LoopExtractor.cpp.o 2024-08-20T21:52:14.0729507Z #80 251.4 [1390/3615] Linking CXX shared module lib/LLVMHello.so 2024-08-20T21:52:14.0731377Z #80 251.5 [1391/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/TailRecursionElimination.cpp.o 2024-08-20T21:52:14.9181743Z #80 252.3 [1392/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Internalize.cpp.o 2024-08-20T21:52:15.1617074Z #80 252.6 [1393/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/DeadArgumentElimination.cpp.o 2024-08-20T21:52:15.3569779Z #80 252.6 [1394/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SyntheticCountsPropagation.cpp.o 2024-08-20T21:52:15.4953591Z #80 252.9 [1395/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StructurizeCFG.cpp.o 2024-08-20T21:52:15.8426716Z #80 253.2 [1396/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerMatrixIntrinsics.cpp.o 2024-08-20T21:52:16.0749856Z #80 253.3 [1397/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalDCE.cpp.o 2024-08-20T21:52:16.3491014Z #80 253.7 [1398/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reassociate.cpp.o 2024-08-20T21:52:16.5288627Z #80 253.9 [1399/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/HotColdSplitting.cpp.o 2024-08-20T21:52:16.7763433Z #80 254.0 [1400/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleContextTracker.cpp.o 2024-08-20T21:52:16.9114853Z #80 254.3 [1401/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripSymbols.cpp.o 2024-08-20T21:52:17.0509010Z #80 254.4 [1402/3615] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCAPElim.cpp.o 2024-08-20T21:52:17.4281865Z #80 254.8 [1403/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionSpecialization.cpp.o 2024-08-20T21:52:17.7429819Z #80 255.1 [1404/3615] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCExpand.cpp.o 2024-08-20T21:52:17.8816875Z #80 255.2 [1405/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/RewriteStatepointsForGC.cpp.o 2024-08-20T21:52:18.1228987Z #80 255.2 [1406/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ModuleInliner.cpp.o 2024-08-20T21:52:18.1231183Z #80 255.3 [1407/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PassManagerBuilder.cpp.o 2024-08-20T21:52:18.1233475Z #80 255.5 [1408/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/MergeFunctions.cpp.o 2024-08-20T21:52:18.4726760Z #80 255.9 [1409/3615] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysisEvaluator.cpp.o 2024-08-20T21:52:18.6141709Z #80 256.0 [1410/3615] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARC.cpp.o 2024-08-20T21:52:19.0749517Z #80 256.5 [1411/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SCCP.cpp.o 2024-08-20T21:52:19.2515104Z #80 256.5 [1412/3615] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/Target.cpp.o 2024-08-20T21:52:19.2928531Z #80 256.7 [1413/3615] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/DependencyAnalysis.cpp.o 2024-08-20T21:52:19.4792369Z #80 256.7 [1414/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfileProbe.cpp.o 2024-08-20T21:52:19.8153180Z #80 257.2 [1415/3615] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/PtrState.cpp.o 2024-08-20T21:52:20.0420627Z #80 257.3 [1416/3615] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysis.cpp.o 2024-08-20T21:52:20.0422872Z #80 257.3 [1417/3615] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCContract.cpp.o 2024-08-20T21:52:20.2994575Z #80 257.7 [1418/3615] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoadStoreVectorizer.cpp.o 2024-08-20T21:52:20.5369628Z #80 257.8 [1419/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionAttrs.cpp.o 2024-08-20T21:52:20.5371665Z #80 257.8 [1420/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionImport.cpp.o 2024-08-20T21:52:20.5373761Z #80 257.8 [1421/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisSummary.cpp.o 2024-08-20T21:52:20.8435424Z #80 258.2 [1422/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalOpt.cpp.o 2024-08-20T21:52:20.8440623Z #80 258.2 /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp: In function 'void setUsedInitializer(llvm::GlobalVariable&, const llvm::SmallPtrSetImpl&)': 2024-08-20T21:52:20.8446922Z #80 258.2 /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:2162:64: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:20.8451020Z #80 258.2 2162 | ConstantArray::get(ATy, UsedArray), ""); 2024-08-20T21:52:20.8452589Z #80 258.2 | ^ 2024-08-20T21:52:20.8508485Z #80 258.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:20.8510085Z #80 258.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:20.8511660Z #80 258.2 from /llvm-project/llvm/include/llvm/Transforms/IPO/GlobalOpt.h:18, 2024-08-20T21:52:20.8513605Z #80 258.2 from /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:15: 2024-08-20T21:52:20.8516126Z #80 258.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:20.8517989Z #80 258.2 73 | return User::operator new(s, 1); 2024-08-20T21:52:20.8518861Z #80 258.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:20.8848494Z #80 258.2 /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp: In function 'bool TryToShrinkGlobalToBoolean(llvm::GlobalVariable*, llvm::Constant*)': 2024-08-20T21:52:20.8856224Z #80 258.2 /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:1159:78: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:20.8862493Z #80 258.2 1159 | GV->getType()->getAddressSpace()); 2024-08-20T21:52:20.8867205Z #80 258.2 | ^ 2024-08-20T21:52:20.8872375Z #80 258.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:20.8877683Z #80 258.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:20.8883319Z #80 258.2 from /llvm-project/llvm/include/llvm/Transforms/IPO/GlobalOpt.h:18, 2024-08-20T21:52:20.8888812Z #80 258.2 from /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:15: 2024-08-20T21:52:20.8895650Z #80 258.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:20.8901639Z #80 258.2 73 | return User::operator new(s, 1); 2024-08-20T21:52:20.8905967Z #80 258.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:20.8912130Z #80 258.2 /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp: In function 'llvm::GlobalVariable* SRAGlobal(llvm::GlobalVariable*, const llvm::DataLayout&)': 2024-08-20T21:52:20.8921174Z #80 258.2 /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:524:56: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:20.8927821Z #80 258.2 524 | GV->getThreadLocalMode(), GV->getAddressSpace()); 2024-08-20T21:52:20.8931095Z #80 258.2 | ^ 2024-08-20T21:52:20.8934429Z #80 258.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:20.8936983Z #80 258.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:20.8938646Z #80 258.2 from /llvm-project/llvm/include/llvm/Transforms/IPO/GlobalOpt.h:18, 2024-08-20T21:52:20.8940273Z #80 258.2 from /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:15: 2024-08-20T21:52:20.8943081Z #80 258.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:20.8945239Z #80 258.2 73 | return User::operator new(s, 1); 2024-08-20T21:52:20.8946197Z #80 258.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:20.8949690Z #80 258.2 /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp: In function 'llvm::GlobalVariable* OptimizeGlobalAddressOfAllocation(llvm::GlobalVariable*, llvm::CallInst*, uint64_t, llvm::Constant*, const llvm::DataLayout&, llvm::TargetLibraryInfo*)': 2024-08-20T21:52:20.8955236Z #80 258.2 /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:977:12: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:20.8957927Z #80 258.2 977 | delete InitBool; 2024-08-20T21:52:20.8958598Z #80 258.2 | ^~~~~~~~ 2024-08-20T21:52:20.8960386Z #80 258.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:20.8961995Z #80 258.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:20.8963639Z #80 258.2 from /llvm-project/llvm/include/llvm/Transforms/IPO/GlobalOpt.h:18, 2024-08-20T21:52:20.8965265Z #80 258.2 from /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:15: 2024-08-20T21:52:20.8967864Z #80 258.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:20.8970041Z #80 258.2 73 | return User::operator new(s, 1); 2024-08-20T21:52:20.8970920Z #80 258.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:20.8974001Z #80 258.2 /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:876:31: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:20.8976861Z #80 258.2 876 | GV->getThreadLocalMode()); 2024-08-20T21:52:20.8977713Z #80 258.2 | ^ 2024-08-20T21:52:20.8978971Z #80 258.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:20.9936367Z #80 258.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:20.9938898Z #80 258.2 from /llvm-project/llvm/include/llvm/Transforms/IPO/GlobalOpt.h:18, 2024-08-20T21:52:20.9940689Z #80 258.2 from /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:15: 2024-08-20T21:52:20.9943430Z #80 258.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:20.9945499Z #80 258.2 73 | return User::operator new(s, 1); 2024-08-20T21:52:20.9946448Z #80 258.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:20.9949772Z #80 258.2 /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:916:71: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:20.9953072Z #80 258.2 916 | GV->getName()+".init", GV->getThreadLocalMode()); 2024-08-20T21:52:20.9954231Z #80 258.2 | ^ 2024-08-20T21:52:20.9956132Z #80 258.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:20.9957690Z #80 258.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:20.9959320Z #80 258.2 from /llvm-project/llvm/include/llvm/Transforms/IPO/GlobalOpt.h:18, 2024-08-20T21:52:20.9961137Z #80 258.2 from /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:15: 2024-08-20T21:52:20.9963738Z #80 258.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:20.9965732Z #80 258.2 73 | return User::operator new(s, 1); 2024-08-20T21:52:20.9966624Z #80 258.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:20.9970198Z #80 258.2 In function 'bool processInternalGlobal(llvm::GlobalVariable*, const llvm::GlobalStatus&, llvm::function_ref, llvm::function_ref, llvm::function_ref)', 2024-08-20T21:52:20.9976405Z #80 258.2 inlined from 'bool processGlobal(llvm::GlobalValue&, llvm::function_ref, llvm::function_ref, llvm::function_ref)' at /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:1699:31: 2024-08-20T21:52:20.9982341Z #80 258.2 /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:1615:34: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:20.9985363Z #80 258.2 1615 | GV->getAddressSpace()); 2024-08-20T21:52:20.9986220Z #80 258.2 | ^ 2024-08-20T21:52:20.9987607Z #80 258.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:20.9989186Z #80 258.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:20.9990739Z #80 258.2 from /llvm-project/llvm/include/llvm/Transforms/IPO/GlobalOpt.h:18, 2024-08-20T21:52:20.9992383Z #80 258.2 from /llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp:15: 2024-08-20T21:52:20.9996501Z #80 258.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In function 'bool processGlobal(llvm::GlobalValue&, llvm::function_ref, llvm::function_ref, llvm::function_ref)': 2024-08-20T21:52:21.0001608Z #80 258.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:21.0003670Z #80 258.2 73 | return User::operator new(s, 1); 2024-08-20T21:52:21.0004517Z #80 258.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:21.4401514Z #80 258.8 [1423/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Analysis.cpp.o 2024-08-20T21:52:21.6419852Z #80 259.0 [1424/3615] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroConditionalWrapper.cpp.o 2024-08-20T21:52:21.8160363Z #80 259.1 [1425/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Inliner.cpp.o 2024-08-20T21:52:21.8162528Z #80 259.2 [1426/3615] Building CXX object lib/Transforms/CFGuard/CMakeFiles/LLVMCFGuard.dir/CFGuard.cpp.o 2024-08-20T21:52:22.0229899Z #80 259.3 [1427/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NewGVN.cpp.o 2024-08-20T21:52:22.0809841Z #80 259.5 [1428/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PartialInlining.cpp.o 2024-08-20T21:52:22.3106580Z #80 259.5 [1429/3615] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroEarly.cpp.o 2024-08-20T21:52:22.3108928Z #80 259.5 [1430/3615] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroCleanup.cpp.o 2024-08-20T21:52:22.3111610Z #80 259.5 [1431/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ThinLTOBitcodeWriter.cpp.o 2024-08-20T21:52:22.3114018Z #80 259.6 [1432/3615] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorizationLegality.cpp.o 2024-08-20T21:52:22.3116467Z #80 259.6 [1433/3615] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/Coroutines.cpp.o 2024-08-20T21:52:22.4071716Z #80 259.8 [1434/3615] Building CXX object lib/Linker/CMakeFiles/LLVMLinker.dir/LinkModules.cpp.o 2024-08-20T21:52:22.4075221Z #80 259.8 /llvm-project/llvm/lib/Linker/LinkModules.cpp: In function 'void {anonymous}::ModuleLinker::dropReplacedComdat(llvm::GlobalValue&, const llvm::DenseSet&)': 2024-08-20T21:52:22.4079849Z #80 259.8 /llvm-project/llvm/lib/Linker/LinkModules.cpp:454:53: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:22.4082804Z #80 259.8 454 | /*Initializer*/ nullptr); 2024-08-20T21:52:22.4084055Z #80 259.8 | ^ 2024-08-20T21:52:22.4085665Z #80 259.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:22.4087193Z #80 259.8 from /llvm-project/llvm/lib/Linker/LinkModules.cpp:19: 2024-08-20T21:52:22.4090298Z #80 259.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:22.4092330Z #80 259.8 73 | return User::operator new(s, 1); 2024-08-20T21:52:22.4093392Z #80 259.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:22.4095231Z #80 259.8 /llvm-project/llvm/lib/Linker/LinkModules.cpp: In member function 'bool {anonymous}::ModuleLinker::run()': 2024-08-20T21:52:22.4099167Z #80 259.8 /llvm-project/llvm/lib/Linker/LinkModules.cpp:542:62: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:22.4101942Z #80 259.8 542 | Var->getInitializer()); 2024-08-20T21:52:22.4102897Z #80 259.8 | ^ 2024-08-20T21:52:22.4104244Z #80 259.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:22.4105758Z #80 259.8 from /llvm-project/llvm/lib/Linker/LinkModules.cpp:19: 2024-08-20T21:52:22.4108311Z #80 259.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:22.4110590Z #80 259.8 73 | return User::operator new(s, 1); 2024-08-20T21:52:22.4111505Z #80 259.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:22.6476724Z #80 260.0 [1435/3615] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanSLP.cpp.o 2024-08-20T21:52:22.8486725Z #80 260.1 [1436/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SROA.cpp.o 2024-08-20T21:52:22.8489080Z #80 260.1 In file included from /llvm-project/llvm/lib/Transforms/Scalar/SROA.cpp:25: 2024-08-20T21:52:22.8492576Z #80 260.1 /llvm-project/llvm/include/llvm/Transforms/Scalar/SROA.h:95:7: warning: 'llvm::SROAPass' declared with greater visibility than the type of its field 'llvm::SROAPass::SelectsToRewrite' [-Wattributes] 2024-08-20T21:52:22.8495519Z #80 260.1 95 | class SROAPass : public PassInfoMixin { 2024-08-20T21:52:22.8496504Z #80 260.1 | ^~~~~~~~ 2024-08-20T21:52:22.8497836Z #80 260.2 [1437/3615] Building CXX object tools/llvm-as/CMakeFiles/llvm-as.dir/llvm-as.cpp.o 2024-08-20T21:52:23.1094202Z #80 260.5 [1438/3615] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanHCFGBuilder.cpp.o 2024-08-20T21:52:23.2857923Z #80 260.5 [1439/3615] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCOpts.cpp.o 2024-08-20T21:52:23.4603291Z #80 260.9 [1440/3615] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroElide.cpp.o 2024-08-20T21:52:23.6033304Z #80 260.9 [1441/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFGSCCPrinter.cpp.o 2024-08-20T21:52:23.6035825Z #80 261.0 [1442/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopStrengthReduce.cpp.o 2024-08-20T21:52:23.8379114Z #80 261.1 [1443/3615] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanVerifier.cpp.o 2024-08-20T21:52:23.9960684Z #80 261.4 [1444/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisEvaluator.cpp.o 2024-08-20T21:52:24.1291494Z #80 261.5 [1445/3615] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanRecipes.cpp.o 2024-08-20T21:52:24.2360604Z #80 261.6 [1446/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysis.cpp.o 2024-08-20T21:52:24.4000945Z #80 261.6 [1447/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstraintSystem.cpp.o 2024-08-20T21:52:24.4712594Z #80 261.9 [1448/3615] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanTransforms.cpp.o 2024-08-20T21:52:24.5825934Z #80 262.0 [1449/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFG.cpp.o 2024-08-20T21:52:24.8688450Z #80 262.3 [1450/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DevelopmentModeInlineAdvisor.cpp.o 2024-08-20T21:52:25.1279825Z #80 262.5 [1451/3615] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VectorCombine.cpp.o 2024-08-20T21:52:25.2954619Z #80 262.7 [1452/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasSetTracker.cpp.o 2024-08-20T21:52:25.5612338Z #80 263.0 [1453/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumeBundleQueries.cpp.o 2024-08-20T21:52:25.8764221Z #80 263.3 [1454/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CodeMetrics.cpp.o 2024-08-20T21:52:26.0351473Z #80 263.4 [1455/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfoImpl.cpp.o 2024-08-20T21:52:26.2803446Z #80 263.5 [1456/3615] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimpleLoopUnswitch.cpp.o 2024-08-20T21:52:26.2805550Z #80 263.5 [1457/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IROutliner.cpp.o 2024-08-20T21:52:26.3011553Z #80 263.7 [1458/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CmpInstAnalysis.cpp.o 2024-08-20T21:52:26.4940250Z #80 263.9 [1459/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumptionCache.cpp.o 2024-08-20T21:52:26.6322248Z #80 264.0 [1460/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/EHPersonalities.cpp.o 2024-08-20T21:52:27.0068881Z #80 264.4 [1461/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallPrinter.cpp.o 2024-08-20T21:52:27.1895742Z #80 264.6 [1462/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDGPrinter.cpp.o 2024-08-20T21:52:27.3498626Z #80 264.6 [1463/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CostModel.cpp.o 2024-08-20T21:52:27.3500429Z #80 264.7 [1464/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFGPrinter.cpp.o 2024-08-20T21:52:27.5353387Z #80 264.8 [1465/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CaptureTracking.cpp.o 2024-08-20T21:52:27.6053559Z #80 265.0 [1466/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/HeatUtils.cpp.o 2024-08-20T21:52:27.8336293Z #80 265.1 [1467/3615] Building CXX object lib/Linker/CMakeFiles/LLVMLinker.dir/IRMover.cpp.o 2024-08-20T21:52:27.8339246Z #80 265.1 In member function 'llvm::Expected {anonymous}::IRLinker::linkAppendingVarProto(llvm::GlobalVariable*, const llvm::GlobalVariable*)', 2024-08-20T21:52:27.8345259Z #80 265.1 inlined from 'llvm::Expected {anonymous}::IRLinker::linkGlobalValueProto(llvm::GlobalValue*, bool)' at /llvm-project/llvm/lib/Linker/IRMover.cpp:1036:59, 2024-08-20T21:52:27.8348676Z #80 265.1 inlined from 'llvm::Value* {anonymous}::IRLinker::materialize(llvm::Value*, bool)' at /llvm-project/llvm/lib/Linker/IRMover.cpp:600:78: 2024-08-20T21:52:27.8352664Z #80 265.1 /llvm-project/llvm/lib/Linker/IRMover.cpp:970:31: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:27.8355188Z #80 265.1 970 | SrcGV->getAddressSpace()); 2024-08-20T21:52:27.8356075Z #80 265.1 | ^ 2024-08-20T21:52:27.8357362Z #80 265.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:27.8358834Z #80 265.1 from /llvm-project/llvm/lib/Linker/IRMover.cpp:25: 2024-08-20T21:52:27.8361608Z #80 265.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::Value* {anonymous}::IRLinker::materialize(llvm::Value*, bool)': 2024-08-20T21:52:27.8365107Z #80 265.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:27.8367178Z #80 265.1 73 | return User::operator new(s, 1); 2024-08-20T21:52:27.8368106Z #80 265.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:27.8370368Z #80 265.1 In member function 'llvm::GlobalVariable* {anonymous}::IRLinker::copyGlobalVariableProto(const llvm::GlobalVariable*)', 2024-08-20T21:52:27.8373550Z #80 265.1 inlined from 'llvm::GlobalValue* {anonymous}::IRLinker::copyGlobalValueProto(const llvm::GlobalValue*, bool)' at /llvm-project/llvm/lib/Linker/IRMover.cpp:726:36, 2024-08-20T21:52:27.8377247Z #80 265.1 inlined from 'llvm::Expected {anonymous}::IRLinker::linkGlobalValueProto(llvm::GlobalValue*, bool)' at /llvm-project/llvm/lib/Linker/IRMover.cpp:1049:33, 2024-08-20T21:52:27.8380430Z #80 265.1 inlined from 'llvm::Value* {anonymous}::IRLinker::materialize(llvm::Value*, bool)' at /llvm-project/llvm/lib/Linker/IRMover.cpp:600:78: 2024-08-20T21:52:27.8384507Z #80 265.1 /llvm-project/llvm/lib/Linker/IRMover.cpp:659:50: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:27.8387558Z #80 265.1 659 | SGVar->getAddressSpace()); 2024-08-20T21:52:27.8388632Z #80 265.1 | ^ 2024-08-20T21:52:27.8390089Z #80 265.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:27.8391653Z #80 265.1 from /llvm-project/llvm/lib/Linker/IRMover.cpp:25: 2024-08-20T21:52:27.8394175Z #80 265.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::Value* {anonymous}::IRLinker::materialize(llvm::Value*, bool)': 2024-08-20T21:52:27.8397709Z #80 265.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:27.8399968Z #80 265.1 73 | return User::operator new(s, 1); 2024-08-20T21:52:27.8589062Z #80 265.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:27.8591969Z #80 265.1 In member function 'llvm::GlobalValue* {anonymous}::IRLinker::copyGlobalValueProto(const llvm::GlobalValue*, bool)', 2024-08-20T21:52:27.8596667Z #80 265.1 inlined from 'llvm::Expected {anonymous}::IRLinker::linkGlobalValueProto(llvm::GlobalValue*, bool)' at /llvm-project/llvm/lib/Linker/IRMover.cpp:1049:33, 2024-08-20T21:52:27.8601789Z #80 265.1 inlined from 'llvm::Value* {anonymous}::IRLinker::materialize(llvm::Value*, bool)' at /llvm-project/llvm/lib/Linker/IRMover.cpp:600:78: 2024-08-20T21:52:27.8609441Z #80 265.1 /llvm-project/llvm/lib/Linker/IRMover.cpp:743:79: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:27.8613771Z #80 265.1 743 | SGV->getThreadLocalMode(), SGV->getAddressSpace()); 2024-08-20T21:52:27.8616165Z #80 265.1 | ^ 2024-08-20T21:52:27.8618724Z #80 265.1 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:27.8621354Z #80 265.1 from /llvm-project/llvm/lib/Linker/IRMover.cpp:25: 2024-08-20T21:52:27.8624872Z #80 265.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::Value* {anonymous}::IRLinker::materialize(llvm::Value*, bool)': 2024-08-20T21:52:27.8629533Z #80 265.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:27.8641403Z #80 265.1 73 | return User::operator new(s, 1); 2024-08-20T21:52:27.8642321Z #80 265.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:27.8643802Z #80 265.1 [1468/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DominanceFrontier.cpp.o 2024-08-20T21:52:27.8645988Z #80 265.2 [1469/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Delinearization.cpp.o 2024-08-20T21:52:27.9493311Z #80 265.2 [1470/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraph.cpp.o 2024-08-20T21:52:27.9495642Z #80 265.3 [1471/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IndirectCallPromotionAnalysis.cpp.o 2024-08-20T21:52:27.9497947Z #80 265.3 [1472/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraphSCCPass.cpp.o 2024-08-20T21:52:28.2597495Z #80 265.7 [1473/3615] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlan.cpp.o 2024-08-20T21:52:28.4199796Z #80 265.7 [1474/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GuardUtils.cpp.o 2024-08-20T21:52:28.4868027Z #80 265.9 [1475/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CycleAnalysis.cpp.o 2024-08-20T21:52:28.7257639Z #80 266.0 [1476/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineSizeEstimatorAnalysis.cpp.o 2024-08-20T21:52:28.7260377Z #80 266.0 [1477/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ImportedFunctionsInliningStatistics.cpp.o 2024-08-20T21:52:29.2854208Z #80 266.7 [1478/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BranchProbabilityInfo.cpp.o 2024-08-20T21:52:29.4380517Z #80 266.7 [1479/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDG.cpp.o 2024-08-20T21:52:29.4382411Z #80 266.8 [1480/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfo.cpp.o 2024-08-20T21:52:29.4384480Z #80 266.8 [1481/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DivergenceAnalysis.cpp.o 2024-08-20T21:52:29.4386573Z #80 266.8 [1482/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomPrinter.cpp.o 2024-08-20T21:52:29.6320064Z #80 266.9 [1483/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/FunctionPropertiesAnalysis.cpp.o 2024-08-20T21:52:29.7933154Z #80 267.2 [1484/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LowerTypeTests.cpp.o 2024-08-20T21:52:29.7936578Z #80 267.2 In member function '{anonymous}::ByteArrayInfo* {anonymous}::LowerTypeTestsModule::createByteArray(llvm::lowertypetests::BitSetInfo&)', 2024-08-20T21:52:29.7941277Z #80 267.2 inlined from 'void {anonymous}::LowerTypeTestsModule::lowerTypeTestCalls(llvm::ArrayRef, llvm::Constant*, const llvm::DenseMap<{anonymous}::GlobalTypeMember*, long unsigned int>&)' at /llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp:1134:28: 2024-08-20T21:52:29.7946943Z #80 267.2 /llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp:577:75: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:29.7950134Z #80 267.2 577 | M, Int8Ty, /*isConstant=*/true, GlobalValue::PrivateLinkage, nullptr); 2024-08-20T21:52:29.7951445Z #80 267.2 | ^ 2024-08-20T21:52:29.7952956Z #80 267.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:29.7954710Z #80 267.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:29.7956515Z #80 267.2 from /llvm-project/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h:18, 2024-08-20T21:52:29.7958412Z #80 267.2 from /llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp:16: 2024-08-20T21:52:29.7962675Z #80 267.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'void {anonymous}::LowerTypeTestsModule::lowerTypeTestCalls(llvm::ArrayRef, llvm::Constant*, const llvm::DenseMap<{anonymous}::GlobalTypeMember*, long unsigned int>&)': 2024-08-20T21:52:29.7967507Z #80 267.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:29.7969545Z #80 267.2 73 | return User::operator new(s, 1); 2024-08-20T21:52:29.7970476Z #80 267.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:29.7973072Z #80 267.2 In member function '{anonymous}::ByteArrayInfo* {anonymous}::LowerTypeTestsModule::createByteArray(llvm::lowertypetests::BitSetInfo&)', 2024-08-20T21:52:29.7977525Z #80 267.2 inlined from 'void {anonymous}::LowerTypeTestsModule::lowerTypeTestCalls(llvm::ArrayRef, llvm::Constant*, const llvm::DenseMap<{anonymous}::GlobalTypeMember*, long unsigned int>&)' at /llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp:1134:28: 2024-08-20T21:52:29.7983157Z #80 267.2 /llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp:579:76: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:29.7986259Z #80 267.2 579 | GlobalValue::PrivateLinkage, nullptr); 2024-08-20T21:52:29.7987481Z #80 267.2 | ^ 2024-08-20T21:52:29.7988981Z #80 267.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:29.7990604Z #80 267.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:29.7992226Z #80 267.2 from /llvm-project/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h:18, 2024-08-20T21:52:29.7994092Z #80 267.2 from /llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp:16: 2024-08-20T21:52:29.8239107Z #80 267.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'void {anonymous}::LowerTypeTestsModule::lowerTypeTestCalls(llvm::ArrayRef, llvm::Constant*, const llvm::DenseMap<{anonymous}::GlobalTypeMember*, long unsigned int>&)': 2024-08-20T21:52:29.8338563Z #80 267.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:29.8735387Z #80 267.2 73 | return User::operator new(s, 1); 2024-08-20T21:52:29.8869271Z #80 267.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:29.8963444Z #80 267.2 /llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp: In member function 'void {anonymous}::LowerTypeTestsModule::allocateByteArrays()': 2024-08-20T21:52:29.8972083Z #80 267.2 /llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp:616:69: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:29.8975610Z #80 267.2 616 | GlobalValue::PrivateLinkage, ByteArrayConst); 2024-08-20T21:52:29.8976801Z #80 267.2 | ^ 2024-08-20T21:52:29.8978321Z #80 267.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:29.8980052Z #80 267.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:29.8981739Z #80 267.2 from /llvm-project/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h:18, 2024-08-20T21:52:29.8983496Z #80 267.2 from /llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp:16: 2024-08-20T21:52:29.8986038Z #80 267.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:29.8987892Z #80 267.2 73 | return User::operator new(s, 1); 2024-08-20T21:52:29.8988744Z #80 267.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:29.8991449Z #80 267.2 In member function 'void {anonymous}::LowerTypeTestsModule::buildBitSetsFromGlobalVariables(llvm::ArrayRef, llvm::ArrayRef<{anonymous}::GlobalTypeMember*>)', 2024-08-20T21:52:29.9439302Z #80 267.2 inlined from 'void {anonymous}::LowerTypeTestsModule::buildBitSetsFromDisjointSet(llvm::ArrayRef, llvm::ArrayRef<{anonymous}::GlobalTypeMember*>, llvm::ArrayRef<{anonymous}::ICallBranchFunnel*>)' at /llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp:1702:36: 2024-08-20T21:52:29.9445220Z #80 267.2 /llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp:845:62: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:29.9536064Z #80 267.2 845 | GlobalValue::PrivateLinkage, NewInit); 2024-08-20T21:52:29.9537268Z #80 267.2 | ^ 2024-08-20T21:52:29.9538701Z #80 267.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:29.9540675Z #80 267.2 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:29.9542174Z #80 267.2 from /llvm-project/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h:18, 2024-08-20T21:52:29.9543784Z #80 267.2 from /llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp:16: 2024-08-20T21:52:29.9547472Z #80 267.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'void {anonymous}::LowerTypeTestsModule::buildBitSetsFromDisjointSet(llvm::ArrayRef, llvm::ArrayRef<{anonymous}::GlobalTypeMember*>, llvm::ArrayRef<{anonymous}::ICallBranchFunnel*>)': 2024-08-20T21:52:29.9551665Z #80 267.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:29.9553515Z #80 267.2 73 | return User::operator new(s, 1); 2024-08-20T21:52:29.9554336Z #80 267.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:29.9555575Z #80 267.3 [1485/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DemandedBits.cpp.o 2024-08-20T21:52:30.2915853Z #80 267.7 [1486/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CGSCCPassManager.cpp.o 2024-08-20T21:52:30.4186031Z #80 267.7 [1487/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModelUnderTrainingRunner.cpp.o 2024-08-20T21:52:30.4188220Z #80 267.8 [1488/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Local.cpp.o 2024-08-20T21:52:30.4190091Z #80 267.8 [1489/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVUsers.cpp.o 2024-08-20T21:52:30.5470111Z #80 267.9 [1490/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomTreeUpdater.cpp.o 2024-08-20T21:52:30.5472196Z #80 267.9 [1491/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceGraphBuilder.cpp.o 2024-08-20T21:52:30.8166011Z #80 268.2 [1492/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BasicAliasAnalysis.cpp.o 2024-08-20T21:52:31.0656965Z #80 268.3 [1493/3615] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroSplit.cpp.o 2024-08-20T21:52:31.0659115Z #80 268.3 [1494/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/WholeProgramDevirt.cpp.o 2024-08-20T21:52:31.2360415Z #80 268.6 [1495/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionPrecedenceTracking.cpp.o 2024-08-20T21:52:31.4053129Z #80 268.8 [1496/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstCount.cpp.o 2024-08-20T21:52:31.6832468Z #80 269.1 [1497/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDerefPrinter.cpp.o 2024-08-20T21:52:32.1191484Z #80 269.5 [1498/3615] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroFrame.cpp.o 2024-08-20T21:52:32.2739530Z #80 269.7 [1499/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Attributor.cpp.o 2024-08-20T21:52:32.8827867Z #80 270.3 [1500/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopPass.cpp.o 2024-08-20T21:52:32.9949773Z #80 270.4 [1501/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVDescriptors.cpp.o 2024-08-20T21:52:33.1069264Z #80 270.5 [1502/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/NoInferenceModelRunner.cpp.o 2024-08-20T21:52:33.3161123Z #80 270.5 [1503/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstantFolding.cpp.o 2024-08-20T21:52:33.3163596Z #80 270.6 [1504/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDepPrinter.cpp.o 2024-08-20T21:52:33.3165712Z #80 270.6 [1505/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCInstKind.cpp.o 2024-08-20T21:52:33.3167830Z #80 270.7 [1506/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryProfileInfo.cpp.o 2024-08-20T21:52:33.4240852Z #80 270.8 [1507/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopUnrollAnalyzer.cpp.o 2024-08-20T21:52:33.4242971Z #80 270.8 [1508/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GlobalsModRef.cpp.o 2024-08-20T21:52:33.5540294Z #80 271.0 [1509/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAliasAnalysis.cpp.o 2024-08-20T21:52:33.6753991Z #80 271.0 [1510/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TFLiteUtils.cpp.o 2024-08-20T21:52:33.6756009Z #80 271.1 [1511/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopNestAnalysis.cpp.o 2024-08-20T21:52:33.7822258Z #80 271.1 [1512/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceAnalysis.cpp.o 2024-08-20T21:52:33.7824510Z #80 271.2 [1513/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LegacyDivergenceAnalysis.cpp.o 2024-08-20T21:52:33.9660319Z #80 271.2 [1514/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Lint.cpp.o 2024-08-20T21:52:33.9662242Z #80 271.2 [1515/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineOrder.cpp.o 2024-08-20T21:52:34.0315678Z #80 271.4 [1516/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Loads.cpp.o 2024-08-20T21:52:34.1761185Z #80 271.5 [1517/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAnalysisUtils.cpp.o 2024-08-20T21:52:34.1763482Z #80 271.6 [1518/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineAdvisor.cpp.o 2024-08-20T21:52:34.4935916Z #80 271.9 [1519/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleDebugInfoPrinter.cpp.o 2024-08-20T21:52:34.6973323Z #80 272.1 [1520/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAnalysisManager.cpp.o 2024-08-20T21:52:34.8627533Z #80 272.3 [1521/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OverflowInstAnalysis.cpp.o 2024-08-20T21:52:35.0286641Z #80 272.3 [1522/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PostDominators.cpp.o 2024-08-20T21:52:35.0288771Z #80 272.3 [1523/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopCacheAnalysis.cpp.o 2024-08-20T21:52:35.0497664Z #80 272.4 [1524/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryLocation.cpp.o 2024-08-20T21:52:35.2692942Z #80 272.7 [1525/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfile.cpp.o 2024-08-20T21:52:35.3755701Z #80 272.7 [1526/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Trace.cpp.o 2024-08-20T21:52:35.3757975Z #80 272.7 [1527/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IRSimilarityIdentifier.cpp.o 2024-08-20T21:52:35.3760543Z #80 272.8 [1528/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OptimizationRemarkEmitter.cpp.o 2024-08-20T21:52:35.5200186Z #80 272.9 [1529/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PtrUseVisitor.cpp.o 2024-08-20T21:52:35.9546159Z #80 273.4 [1530/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TrainingLogger.cpp.o 2024-08-20T21:52:36.0968339Z #80 273.5 [1531/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPass.cpp.o 2024-08-20T21:52:36.3058201Z #80 273.6 [1532/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TensorSpec.cpp.o 2024-08-20T21:52:36.3962544Z #80 273.8 [1533/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PHITransAddr.cpp.o 2024-08-20T21:52:36.5753961Z #80 273.8 [1534/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PhiValues.cpp.o 2024-08-20T21:52:36.6104427Z #80 274.0 [1535/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryBuiltins.cpp.o 2024-08-20T21:52:36.7699414Z #80 274.1 [1536/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLatticeUtils.cpp.o 2024-08-20T21:52:36.7701501Z #80 274.1 [1537/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLattice.cpp.o 2024-08-20T21:52:36.7703526Z #80 274.2 [1538/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ProfileSummaryInfo.cpp.o 2024-08-20T21:52:37.2026225Z #80 274.6 [1539/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionNormalization.cpp.o 2024-08-20T21:52:37.3485042Z #80 274.7 [1540/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MLInlineAdvisor.cpp.o 2024-08-20T21:52:37.5141790Z #80 274.8 [1541/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScopedNoAliasAA.cpp.o 2024-08-20T21:52:37.5143530Z #80 274.8 [1542/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionDivision.cpp.o 2024-08-20T21:52:37.5145066Z #80 274.9 [1543/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoCOFF.cpp.o 2024-08-20T21:52:37.6489687Z #80 274.9 [1544/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ReplayInlineAdvisor.cpp.o 2024-08-20T21:52:37.6491703Z #80 275.0 [1545/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCCodeEmitter.cpp.o 2024-08-20T21:52:37.7591069Z #80 275.2 [1546/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoGOFF.cpp.o 2024-08-20T21:52:37.8803482Z #80 275.3 [1547/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeBasedAliasAnalysis.cpp.o 2024-08-20T21:52:38.0063335Z #80 275.4 [1548/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoDarwin.cpp.o 2024-08-20T21:52:38.1094125Z #80 275.5 [1549/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionAliasAnalysis.cpp.o 2024-08-20T21:52:38.1096215Z #80 275.5 [1550/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoWasm.cpp.o 2024-08-20T21:52:38.2503081Z #80 275.6 [1551/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineCost.cpp.o 2024-08-20T21:52:38.3907213Z #80 275.7 [1552/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmBackend.cpp.o 2024-08-20T21:52:38.3909596Z #80 275.7 [1553/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPrinter.cpp.o 2024-08-20T21:52:38.3911466Z #80 275.7 [1554/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmMacro.cpp.o 2024-08-20T21:52:38.3913445Z #80 275.8 [1555/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SyncDependenceAnalysis.cpp.o 2024-08-20T21:52:38.5787997Z #80 276.0 [1556/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MustExecute.cpp.o 2024-08-20T21:52:38.8498892Z #80 276.2 [1557/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoXCOFF.cpp.o 2024-08-20T21:52:38.9579609Z #80 276.3 [1558/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyValueInfo.cpp.o 2024-08-20T21:52:38.9581862Z #80 276.4 [1559/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeMetadataUtils.cpp.o 2024-08-20T21:52:39.0695626Z #80 276.5 [1560/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoELF.cpp.o 2024-08-20T21:52:39.3097421Z #80 276.7 [1561/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCELFObjectTargetWriter.cpp.o 2024-08-20T21:52:39.4107937Z #80 276.8 [1562/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInst.cpp.o 2024-08-20T21:52:39.5824007Z #80 277.0 [1563/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VFABIDemangling.cpp.o 2024-08-20T21:52:39.7551570Z #80 277.0 [1564/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrAnalysis.cpp.o 2024-08-20T21:52:39.7966157Z #80 277.2 [1565/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfo.cpp.o 2024-08-20T21:52:39.8989116Z #80 277.2 [1566/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/ConstantPools.cpp.o 2024-08-20T21:52:39.8990848Z #80 277.2 [1567/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCLabel.cpp.o 2024-08-20T21:52:39.8992867Z #80 277.2 [1568/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryDependenceAnalysis.cpp.o 2024-08-20T21:52:39.8994909Z #80 277.3 [1569/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrInfo.cpp.o 2024-08-20T21:52:40.0393778Z #80 277.3 [1570/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionInfo.cpp.o 2024-08-20T21:52:40.0395638Z #80 277.4 [1571/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrDesc.cpp.o 2024-08-20T21:52:40.2442005Z #80 277.5 [1572/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o 2024-08-20T21:52:40.2443990Z #80 277.5 [1573/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopInfo.cpp.o 2024-08-20T21:52:40.3100506Z #80 277.7 [1574/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SyntheticCountsUtils.cpp.o 2024-08-20T21:52:40.5215188Z #80 277.8 [1575/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSAUpdater.cpp.o 2024-08-20T21:52:40.6649223Z #80 278.1 [1576/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackLifetime.cpp.o 2024-08-20T21:52:40.8093141Z #80 278.2 [1577/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCLinkerOptimizationHint.cpp.o 2024-08-20T21:52:40.9109203Z #80 278.2 [1578/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCDXContainerStreamer.cpp.o 2024-08-20T21:52:40.9111376Z #80 278.2 [1579/3615] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/SummaryBasedOptimizations.cpp.o 2024-08-20T21:52:40.9113452Z #80 278.3 [1580/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCDXContainerWriter.cpp.o 2024-08-20T21:52:41.0788933Z #80 278.3 [1581/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCMachObjectTargetWriter.cpp.o 2024-08-20T21:52:41.0790991Z #80 278.4 [1582/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSchedule.cpp.o 2024-08-20T21:52:41.0792733Z #80 278.4 [1583/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCRegisterInfo.cpp.o 2024-08-20T21:52:41.0794572Z #80 278.4 [1584/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectWriter.cpp.o 2024-08-20T21:52:41.0796899Z #80 278.5 [1585/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionDXContainer.cpp.o 2024-08-20T21:52:41.1900483Z #80 278.5 [1586/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetLibraryInfo.cpp.o 2024-08-20T21:52:41.1902433Z #80 278.6 [1587/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionCOFF.cpp.o 2024-08-20T21:52:41.5817830Z #80 279.0 [1588/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionELF.cpp.o 2024-08-20T21:52:41.7600944Z #80 279.1 [1589/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAssembler.cpp.o 2024-08-20T21:52:41.7602517Z #80 279.2 [1590/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCFragment.cpp.o 2024-08-20T21:52:41.9098870Z #80 279.2 [1591/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCNullStreamer.cpp.o 2024-08-20T21:52:41.9100438Z #80 279.2 [1592/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptions.cpp.o 2024-08-20T21:52:41.9117561Z #80 279.2 [1593/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionWasm.cpp.o 2024-08-20T21:52:41.9118994Z #80 279.3 [1594/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCExpr.cpp.o 2024-08-20T21:52:42.0397963Z #80 279.4 [1595/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSA.cpp.o 2024-08-20T21:52:42.0399745Z #80 279.4 [1596/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAccessAnalysis.cpp.o 2024-08-20T21:52:42.0401245Z #80 279.4 [1597/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolELF.cpp.o 2024-08-20T21:52:42.0402879Z #80 279.4 [1598/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionXCOFF.cpp.o 2024-08-20T21:52:42.0404221Z #80 279.4 [1599/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionMachO.cpp.o 2024-08-20T21:52:42.1596925Z #80 279.4 [1600/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolXCOFF.cpp.o 2024-08-20T21:52:42.1598526Z #80 279.6 [1601/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCValue.cpp.o 2024-08-20T21:52:42.2815839Z #80 279.6 [1602/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/UniformityAnalysis.cpp.o 2024-08-20T21:52:42.2818034Z #80 279.6 [1603/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWasmObjectTargetWriter.cpp.o 2024-08-20T21:52:42.2819985Z #80 279.7 [1604/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSection.cpp.o 2024-08-20T21:52:42.3899523Z #80 279.8 [1605/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCCodeView.cpp.o 2024-08-20T21:52:42.5868062Z #80 280.0 [1606/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSubtargetInfo.cpp.o 2024-08-20T21:52:42.7588997Z #80 280.0 [1607/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWinEH.cpp.o 2024-08-20T21:52:42.7590751Z #80 280.2 [1608/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectFileInfo.cpp.o 2024-08-20T21:52:42.9447572Z #80 280.2 [1609/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/ELFObjectWriter.cpp.o 2024-08-20T21:52:42.9449455Z #80 280.2 [1610/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFObjectTargetWriter.cpp.o 2024-08-20T21:52:42.9451113Z #80 280.2 [1611/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCELFStreamer.cpp.o 2024-08-20T21:52:42.9452755Z #80 280.3 [1612/3615] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/UpdateCompilerUsed.cpp.o 2024-08-20T21:52:43.1221373Z #80 280.4 [1613/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptionsCommandFlags.cpp.o 2024-08-20T21:52:43.1331938Z #80 280.5 [1614/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbol.cpp.o 2024-08-20T21:52:43.3187029Z #80 280.7 [1615/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/GOFFAsmParser.cpp.o 2024-08-20T21:52:43.5026922Z #80 280.7 [1616/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/SubtargetFeature.cpp.o 2024-08-20T21:52:43.5152383Z #80 280.9 [1617/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/StringTableBuilder.cpp.o 2024-08-20T21:52:43.6200395Z #80 281.0 [1618/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/TargetRegistry.cpp.o 2024-08-20T21:52:43.6202180Z #80 281.0 [1619/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmStreamer.cpp.o 2024-08-20T21:52:43.7325843Z #80 281.0 [1620/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetTransformInfo.cpp.o 2024-08-20T21:52:43.7328094Z #80 281.1 [1621/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleSummaryAnalysis.cpp.o 2024-08-20T21:52:43.7330092Z #80 281.1 [1622/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/SPIRVObjectWriter.cpp.o 2024-08-20T21:52:43.9010924Z #80 281.1 [1623/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionSimplify.cpp.o 2024-08-20T21:52:43.9012840Z #80 281.2 [1624/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSPIRVStreamer.cpp.o 2024-08-20T21:52:43.9020365Z #80 281.2 [1625/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/HardwareUnit.cpp.o 2024-08-20T21:52:43.9022421Z #80 281.3 [1626/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCMachOStreamer.cpp.o 2024-08-20T21:52:44.1394512Z #80 281.4 [1627/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmLexer.cpp.o 2024-08-20T21:52:44.1396655Z #80 281.5 [1628/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/XCOFFAsmParser.cpp.o 2024-08-20T21:52:44.2810993Z #80 281.7 [1629/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmLexer.cpp.o 2024-08-20T21:52:44.4689182Z #80 281.7 [1630/3615] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCDisassembler.cpp.o 2024-08-20T21:52:44.4691538Z #80 281.8 [1631/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWasmStreamer.cpp.o 2024-08-20T21:52:44.4693738Z #80 281.9 [1632/3615] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCSymbolizer.cpp.o 2024-08-20T21:52:44.6652750Z #80 281.9 [1633/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParser.cpp.o 2024-08-20T21:52:44.6789936Z #80 282.1 [1634/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFStreamer.cpp.o 2024-08-20T21:52:44.8648359Z #80 282.1 [1635/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/CodeEmitter.cpp.o 2024-08-20T21:52:44.8650088Z #80 282.1 [1636/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCDwarf.cpp.o 2024-08-20T21:52:44.9090491Z #80 282.3 [1637/3615] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCRelocationInfo.cpp.o 2024-08-20T21:52:45.0655771Z #80 282.3 [1638/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectStreamer.cpp.o 2024-08-20T21:52:45.0657686Z #80 282.3 [1639/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCPseudoProbe.cpp.o 2024-08-20T21:52:45.0894837Z #80 282.5 [1640/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HWEventListener.cpp.o 2024-08-20T21:52:45.2873625Z #80 282.5 [1641/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWinCOFFStreamer.cpp.o 2024-08-20T21:52:45.3115881Z #80 282.7 [1642/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCTargetAsmParser.cpp.o 2024-08-20T21:52:45.4201467Z #80 282.8 [1643/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackSafetyAnalysis.cpp.o 2024-08-20T21:52:45.5813936Z #80 283.0 [1644/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/RetireControlUnit.cpp.o 2024-08-20T21:52:45.7193080Z #80 283.0 [1645/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParserExtension.cpp.o 2024-08-20T21:52:45.7195232Z #80 283.0 [1646/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/CustomBehaviour.cpp.o 2024-08-20T21:52:45.7197096Z #80 283.0 [1647/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/IncrementalSourceMgr.cpp.o 2024-08-20T21:52:45.7198854Z #80 283.1 [1648/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Instruction.cpp.o 2024-08-20T21:52:45.8808779Z #80 283.2 [1649/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFAsmParser.cpp.o 2024-08-20T21:52:45.8811275Z #80 283.2 [1650/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFMasmParser.cpp.o 2024-08-20T21:52:45.8813305Z #80 283.2 [1651/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/LSUnit.cpp.o 2024-08-20T21:52:45.8815498Z #80 283.3 [1652/3615] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCExternalSymbolizer.cpp.o 2024-08-20T21:52:46.1157233Z #80 283.5 [1653/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o 2024-08-20T21:52:46.2410355Z #80 283.6 [1654/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Pipeline.cpp.o 2024-08-20T21:52:46.3695236Z #80 283.7 [1655/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/RegisterFile.cpp.o 2024-08-20T21:52:46.3697061Z #80 283.8 [1656/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/MicroOpQueueStage.cpp.o 2024-08-20T21:52:46.4943483Z #80 283.9 [1657/3615] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/Disassembler.cpp.o 2024-08-20T21:52:46.5987504Z #80 283.9 [1658/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/ResourceManager.cpp.o 2024-08-20T21:52:46.5989638Z #80 283.9 [1659/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/DispatchStage.cpp.o 2024-08-20T21:52:46.5991432Z #80 284.0 [1660/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Context.cpp.o 2024-08-20T21:52:46.5993638Z #80 284.0 [1661/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VectorUtils.cpp.o 2024-08-20T21:52:46.7705793Z #80 284.0 [1662/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/InstructionTables.cpp.o 2024-08-20T21:52:46.7707771Z #80 284.1 [1663/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/ELFAsmParser.cpp.o 2024-08-20T21:52:46.7709907Z #80 284.1 [1664/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/Scheduler.cpp.o 2024-08-20T21:52:46.7711820Z #80 284.1 [1665/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Support.cpp.o 2024-08-20T21:52:46.7713802Z #80 284.1 [1666/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/WasmAsmParser.cpp.o 2024-08-20T21:52:46.7715893Z #80 284.1 [1667/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/Stage.cpp.o 2024-08-20T21:52:46.7717792Z #80 284.2 [1668/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/EntryStage.cpp.o 2024-08-20T21:52:46.9005243Z #80 284.2 [1669/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/ExecuteStage.cpp.o 2024-08-20T21:52:46.9007236Z #80 284.3 [1670/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/RetireStage.cpp.o 2024-08-20T21:52:47.0619429Z #80 284.5 [1671/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCStreamer.cpp.o 2024-08-20T21:52:47.1643641Z #80 284.5 [1672/3615] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOModule.cpp.o 2024-08-20T21:52:47.1645377Z #80 284.6 [1673/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWin64EH.cpp.o 2024-08-20T21:52:47.1647184Z #80 284.6 [1674/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MachObjectWriter.cpp.o 2024-08-20T21:52:47.3561731Z #80 284.8 [1675/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o 2024-08-20T21:52:47.4798287Z #80 284.8 [1676/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/CommonConfig.cpp.o 2024-08-20T21:52:47.4800111Z #80 284.9 [1677/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/View.cpp.o 2024-08-20T21:52:47.6738490Z #80 285.1 [1678/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/ConfigManager.cpp.o 2024-08-20T21:52:47.8761771Z #80 285.3 [1679/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/OpenMPOpt.cpp.o 2024-08-20T21:52:47.8764566Z #80 285.3 /llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp: In lambda function: 2024-08-20T21:52:47.8768741Z #80 285.3 /llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp:3761:56: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:47.8772459Z #80 285.3 3761 | static_cast(AddressSpace::Shared)); 2024-08-20T21:52:47.8773870Z #80 285.3 | ^ 2024-08-20T21:52:47.8775612Z #80 285.3 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:47.8777343Z #80 285.3 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:47.8779250Z #80 285.3 from /llvm-project/llvm/include/llvm/Analysis/TargetLibraryInfo.h:16, 2024-08-20T21:52:47.8781329Z #80 285.3 from /llvm-project/llvm/include/llvm/Analysis/LazyCallGraph.h:45, 2024-08-20T21:52:47.8783392Z #80 285.3 from /llvm-project/llvm/include/llvm/Analysis/CGSCCPassManager.h:92, 2024-08-20T21:52:47.8787115Z #80 285.3 from /llvm-project/llvm/include/llvm/Transforms/IPO/OpenMPOpt.h:12, 2024-08-20T21:52:47.8788765Z #80 285.3 from /llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp:20: 2024-08-20T21:52:47.8791402Z #80 285.3 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:47.8793493Z #80 285.3 73 | return User::operator new(s, 1); 2024-08-20T21:52:47.8794353Z #80 285.3 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:47.8797157Z #80 285.3 /llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp: In member function 'bool {anonymous}::OpenMPOpt::rewriteDeviceCodeStateMachine()': 2024-08-20T21:52:47.8801826Z #80 285.3 /llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp:2103:54: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:47.8805153Z #80 285.3 2103 | UndefValue::get(Int8Ty), F->getName() + ".ID"); 2024-08-20T21:52:47.8806276Z #80 285.3 | ^ 2024-08-20T21:52:47.8807697Z #80 285.3 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:47.8809264Z #80 285.3 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:47.8810875Z #80 285.3 from /llvm-project/llvm/include/llvm/Analysis/TargetLibraryInfo.h:16, 2024-08-20T21:52:47.8812641Z #80 285.3 from /llvm-project/llvm/include/llvm/Analysis/LazyCallGraph.h:45, 2024-08-20T21:52:47.8814257Z #80 285.3 from /llvm-project/llvm/include/llvm/Analysis/CGSCCPassManager.h:92, 2024-08-20T21:52:47.8816033Z #80 285.3 from /llvm-project/llvm/include/llvm/Transforms/IPO/OpenMPOpt.h:12, 2024-08-20T21:52:47.8817720Z #80 285.3 from /llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp:20: 2024-08-20T21:52:47.8820497Z #80 285.3 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:47.8822590Z #80 285.3 73 | return User::operator new(s, 1); 2024-08-20T21:52:47.8823486Z #80 285.3 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:47.8826249Z #80 285.3 /llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp: In member function 'virtual llvm::ChangeStatus {anonymous}::AAKernelInfoFunction::manifest(llvm::Attributor&)': 2024-08-20T21:52:47.8831102Z #80 285.3 /llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp:3664:65: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:47.8834799Z #80 285.3 3664 | Kernel->getName() + "_nested_parallelism"); 2024-08-20T21:52:47.8835949Z #80 285.3 | ^ 2024-08-20T21:52:47.8837777Z #80 285.3 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:47.8839609Z #80 285.3 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:47.8841351Z #80 285.3 from /llvm-project/llvm/include/llvm/Analysis/TargetLibraryInfo.h:16, 2024-08-20T21:52:47.8843136Z #80 285.3 from /llvm-project/llvm/include/llvm/Analysis/LazyCallGraph.h:45, 2024-08-20T21:52:47.8844967Z #80 285.3 from /llvm-project/llvm/include/llvm/Analysis/CGSCCPassManager.h:92, 2024-08-20T21:52:47.8846861Z #80 285.3 from /llvm-project/llvm/include/llvm/Transforms/IPO/OpenMPOpt.h:12, 2024-08-20T21:52:47.8848503Z #80 285.3 from /llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp:20: 2024-08-20T21:52:47.8851261Z #80 285.3 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:47.8853714Z #80 285.3 73 | return User::operator new(s, 1); 2024-08-20T21:52:47.8854629Z #80 285.3 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:47.8857377Z #80 285.3 /llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp: In member function 'virtual llvm::ChangeStatus {anonymous}::AAHeapToSharedFunction::manifest(llvm::Attributor&)': 2024-08-20T21:52:47.8862234Z #80 285.3 /llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp:3302:54: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:52:47.8865579Z #80 285.3 3302 | static_cast(AddressSpace::Shared)); 2024-08-20T21:52:47.8866606Z #80 285.3 | ^ 2024-08-20T21:52:47.8868080Z #80 285.3 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:52:47.8869687Z #80 285.3 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:52:47.8871452Z #80 285.3 from /llvm-project/llvm/include/llvm/Analysis/TargetLibraryInfo.h:16, 2024-08-20T21:52:47.8873306Z #80 285.3 from /llvm-project/llvm/include/llvm/Analysis/LazyCallGraph.h:45, 2024-08-20T21:52:47.8875092Z #80 285.3 from /llvm-project/llvm/include/llvm/Analysis/CGSCCPassManager.h:92, 2024-08-20T21:52:47.8876896Z #80 285.3 from /llvm-project/llvm/include/llvm/Transforms/IPO/OpenMPOpt.h:12, 2024-08-20T21:52:48.0746665Z #80 285.3 from /llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp:20: 2024-08-20T21:52:48.0749381Z #80 285.3 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:52:48.0751469Z #80 285.3 73 | return User::operator new(s, 1); 2024-08-20T21:52:48.0752435Z #80 285.3 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:52:48.0753992Z #80 285.3 [1680/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/InOrderIssueStage.cpp.o 2024-08-20T21:52:48.0756220Z #80 285.4 [1681/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DarwinAsmParser.cpp.o 2024-08-20T21:52:48.0758436Z #80 285.5 [1682/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/COFF/COFFWriter.cpp.o 2024-08-20T21:52:48.1762643Z #80 285.6 [1683/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/XCOFFObjectWriter.cpp.o 2024-08-20T21:52:48.2996415Z #80 285.6 [1684/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/COFF/COFFReader.cpp.o 2024-08-20T21:52:48.2998621Z #80 285.6 [1685/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/wasm/WasmReader.cpp.o 2024-08-20T21:52:48.3000867Z #80 285.7 [1686/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/XCOFF/XCOFFWriter.cpp.o 2024-08-20T21:52:48.3002868Z #80 285.7 [1687/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/wasm/WasmObject.cpp.o 2024-08-20T21:52:48.5019561Z #80 285.9 [1688/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/XCOFF/XCOFFReader.cpp.o 2024-08-20T21:52:48.6919035Z #80 285.9 [1689/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/wasm/WasmWriter.cpp.o 2024-08-20T21:52:48.7500754Z #80 286.1 [1690/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/FaultMapParser.cpp.o 2024-08-20T21:52:48.8822580Z #80 286.2 [1691/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Decompressor.cpp.o 2024-08-20T21:52:48.8824669Z #80 286.2 [1692/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/ObjCopy.cpp.o 2024-08-20T21:52:48.8826577Z #80 286.2 [1693/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/COFF/COFFObjcopy.cpp.o 2024-08-20T21:52:48.8828607Z #80 286.3 [1694/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/XCOFF/XCOFFObjcopy.cpp.o 2024-08-20T21:52:49.1032292Z #80 286.3 [1695/3615] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AttributorAttributes.cpp.o 2024-08-20T21:52:49.1034740Z #80 286.4 [1696/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/DXContainer.cpp.o 2024-08-20T21:52:49.1036544Z #80 286.4 [1697/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/Archive.cpp.o 2024-08-20T21:52:49.1038295Z #80 286.5 [1698/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Error.cpp.o 2024-08-20T21:52:49.2910066Z #80 286.5 [1699/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOLayoutBuilder.cpp.o 2024-08-20T21:52:49.5401774Z #80 286.9 [1700/3615] Building CXX object lib/MCA/CMakeFiles/LLVMMCA.dir/InstrBuilder.cpp.o 2024-08-20T21:52:49.6922428Z #80 287.0 [1701/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Binary.cpp.o 2024-08-20T21:52:49.6924401Z #80 287.0 [1702/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFModuleDefinition.cpp.o 2024-08-20T21:52:49.6926480Z #80 287.0 [1703/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/COFF/COFFObject.cpp.o 2024-08-20T21:52:49.6928502Z #80 287.0 [1704/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/wasm/WasmObjcopy.cpp.o 2024-08-20T21:52:49.6930543Z #80 287.1 [1705/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/WindowsMachineFlag.cpp.o 2024-08-20T21:52:49.8543337Z #80 287.3 [1706/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOObject.cpp.o 2024-08-20T21:52:49.9820722Z #80 287.3 [1707/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFImportFile.cpp.o 2024-08-20T21:52:49.9822917Z #80 287.3 [1708/3615] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorize.cpp.o 2024-08-20T21:52:49.9824873Z #80 287.4 [1709/3615] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WasmObjectWriter.cpp.o 2024-08-20T21:52:50.4109475Z #80 287.8 [1710/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOWriter.cpp.o 2024-08-20T21:52:50.5725849Z #80 287.8 [1711/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Minidump.cpp.o 2024-08-20T21:52:50.6389666Z #80 288.0 [1712/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Object.cpp.o 2024-08-20T21:52:50.7646288Z #80 288.1 [1713/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/BuildID.cpp.o 2024-08-20T21:52:50.7647902Z #80 288.2 [1714/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Archive.cpp.o 2024-08-20T21:52:50.8668538Z #80 288.2 [1715/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/TapiFile.cpp.o 2024-08-20T21:52:50.8670405Z #80 288.2 [1716/3615] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOCodeGenerator.cpp.o 2024-08-20T21:52:50.8672392Z #80 288.2 [1717/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveEmitter.cpp.o 2024-08-20T21:52:50.8674429Z #80 288.3 [1718/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversal.cpp.o 2024-08-20T21:52:50.9930971Z #80 288.4 [1719/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/SymbolicFile.cpp.o 2024-08-20T21:52:51.1669495Z #80 288.4 [1720/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/TapiUniversal.cpp.o 2024-08-20T21:52:51.1671574Z #80 288.5 [1721/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ObjectFile.cpp.o 2024-08-20T21:52:51.1673592Z #80 288.6 [1722/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRObjectFile.cpp.o 2024-08-20T21:52:51.3860934Z #80 288.8 [1723/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOReader.cpp.o 2024-08-20T21:52:51.6063297Z #80 288.9 [1724/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFObjectFile.cpp.o 2024-08-20T21:52:51.8119777Z #80 289.2 [1725/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ArchiveWriter.cpp.o 2024-08-20T21:52:51.9470404Z #80 289.3 [1726/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveYAML.cpp.o 2024-08-20T21:52:52.0850850Z #80 289.4 [1727/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/SymbolSize.cpp.o 2024-08-20T21:52:52.0852942Z #80 289.5 [1728/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypeHashing.cpp.o 2024-08-20T21:52:52.2405381Z #80 289.6 [1729/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/RelocationResolver.cpp.o 2024-08-20T21:52:52.6802395Z #80 290.1 [1730/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/OffloadEmitter.cpp.o 2024-08-20T21:52:52.8045181Z #80 290.2 [1731/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o 2024-08-20T21:52:52.8047398Z #80 290.2 [1732/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/ELF/ELFObjcopy.cpp.o 2024-08-20T21:52:52.9667689Z #80 290.4 [1733/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversalWriter.cpp.o 2024-08-20T21:52:53.0822727Z #80 290.4 [1734/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DXContainerYAML.cpp.o 2024-08-20T21:52:53.0825034Z #80 290.5 [1735/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueTracking.cpp.o 2024-08-20T21:52:53.2319550Z #80 290.5 [1736/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/RecordStreamer.cpp.o 2024-08-20T21:52:53.2321524Z #80 290.6 [1737/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/YAML.cpp.o 2024-08-20T21:52:53.2323123Z #80 290.6 [1738/3615] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOBackend.cpp.o 2024-08-20T21:52:53.2324843Z #80 290.6 [1739/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ModuleSymbolTable.cpp.o 2024-08-20T21:52:53.4142123Z #80 290.7 [1740/3615] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/Remark.cpp.o 2024-08-20T21:52:53.4144140Z #80 290.8 [1741/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpEmitter.cpp.o 2024-08-20T21:52:53.5576012Z #80 290.8 [1742/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/OffloadYAML.cpp.o 2024-08-20T21:52:53.5578062Z #80 290.8 [1743/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/MachO/MachOObjcopy.cpp.o 2024-08-20T21:52:53.5580163Z #80 290.8 [1744/3615] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkFormat.cpp.o 2024-08-20T21:52:53.5582039Z #80 291.0 [1745/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/OffloadBinary.cpp.o 2024-08-20T21:52:53.7236356Z #80 291.0 [1746/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/XCOFFObjectFile.cpp.o 2024-08-20T21:52:53.9693661Z #80 291.4 [1747/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFYAML.cpp.o 2024-08-20T21:52:54.4762390Z #80 291.9 [1748/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/WindowsResource.cpp.o 2024-08-20T21:52:54.6918079Z #80 291.9 [1749/3615] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStreamer.cpp.o 2024-08-20T21:52:54.6920274Z #80 291.9 [1750/3615] Building CXX object lib/Debuginfod/CMakeFiles/LLVMDebuginfod.dir/HTTPClient.cpp.o 2024-08-20T21:52:54.6922661Z #80 291.9 [1751/3615] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStringTable.cpp.o 2024-08-20T21:52:54.7708852Z #80 292.2 [1752/3615] Building CXX object lib/Debuginfod/CMakeFiles/LLVMDebuginfod.dir/BuildIDFetcher.cpp.o 2024-08-20T21:52:54.8970783Z #80 292.2 [1753/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DXContainerEmitter.cpp.o 2024-08-20T21:52:54.8973282Z #80 292.3 [1754/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFYAML.cpp.o 2024-08-20T21:52:55.0420588Z #80 292.4 [1755/3615] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkLinker.cpp.o 2024-08-20T21:52:55.0422868Z #80 292.4 [1756/3615] Building CXX object lib/Debuginfod/CMakeFiles/LLVMDebuginfod.dir/HTTPServer.cpp.o 2024-08-20T21:52:55.0425106Z #80 292.4 [1757/3615] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkSerializer.cpp.o 2024-08-20T21:52:55.2789497Z #80 292.5 [1758/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAddressRange.cpp.o 2024-08-20T21:52:55.2791919Z #80 292.5 [1759/3615] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/ThinLTOCodeGenerator.cpp.o 2024-08-20T21:52:55.4328788Z #80 292.8 [1760/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDataExtractor.cpp.o 2024-08-20T21:52:55.6329517Z #80 292.8 [1761/3615] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkParser.cpp.o 2024-08-20T21:52:55.6331740Z #80 292.9 [1762/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFEmitter.cpp.o 2024-08-20T21:52:55.6334462Z #80 292.9 [1763/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpYAML.cpp.o 2024-08-20T21:52:55.6337043Z #80 293.0 [1764/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAbbreviationDeclaration.cpp.o 2024-08-20T21:52:55.7775727Z #80 293.1 [1765/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFCompileUnit.cpp.o 2024-08-20T21:52:55.7778194Z #80 293.2 [1766/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFEmitter.cpp.o 2024-08-20T21:52:56.0155936Z #80 293.2 [1767/3615] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkSerializer.cpp.o 2024-08-20T21:52:56.0162928Z #80 293.3 [1768/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAbbrev.cpp.o 2024-08-20T21:52:56.2605352Z #80 293.7 [1769/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o 2024-08-20T21:52:56.3658256Z #80 293.7 [1770/3615] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkSerializer.cpp.o 2024-08-20T21:52:56.3660327Z #80 293.7 [1771/3615] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTO.cpp.o 2024-08-20T21:52:56.3662280Z #80 293.8 [1772/3615] Building CXX object lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkParser.cpp.o 2024-08-20T21:52:56.4838770Z #80 293.8 [1773/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOEmitter.cpp.o 2024-08-20T21:52:56.4840774Z #80 293.9 [1774/3615] Linking CXX static library lib/libLLVMRemarks.a 2024-08-20T21:52:56.6527788Z #80 293.9 [1775/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmEmitter.cpp.o 2024-08-20T21:52:56.6530050Z #80 294.0 [1776/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o 2024-08-20T21:52:56.8668224Z #80 294.1 [1777/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ObjectYAML.cpp.o 2024-08-20T21:52:56.8670238Z #80 294.1 [1778/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmYAML.cpp.o 2024-08-20T21:52:56.8672346Z #80 294.3 [1779/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/WasmObjectFile.cpp.o 2024-08-20T21:52:57.1714242Z #80 294.6 [1780/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAddr.cpp.o 2024-08-20T21:52:57.3314944Z #80 294.6 [1781/3615] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FileWriter.cpp.o 2024-08-20T21:52:57.3317767Z #80 294.7 [1782/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugInfoEntry.cpp.o 2024-08-20T21:52:57.4602084Z #80 294.8 [1783/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFGdbIndex.cpp.o 2024-08-20T21:52:57.4604693Z #80 294.8 [1784/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugPubTable.cpp.o 2024-08-20T21:52:57.4607271Z #80 294.8 [1785/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAranges.cpp.o 2024-08-20T21:52:57.4609906Z #80 294.9 [1786/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFLocationExpression.cpp.o 2024-08-20T21:52:57.5858185Z #80 295.0 [1787/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnitIndex.cpp.o 2024-08-20T21:52:57.7517505Z #80 295.0 [1788/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRangeList.cpp.o 2024-08-20T21:52:57.7520249Z #80 295.0 [1789/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugArangeSet.cpp.o 2024-08-20T21:52:57.7588807Z #80 295.2 [1790/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugMacro.cpp.o 2024-08-20T21:52:57.8877073Z #80 295.2 [1791/3615] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/Header.cpp.o 2024-08-20T21:52:57.8881433Z #80 295.2 [1792/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFEmitter.cpp.o 2024-08-20T21:52:57.8883668Z #80 295.3 [1793/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/yaml2obj.cpp.o 2024-08-20T21:52:58.0114437Z #80 295.4 [1794/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRnglists.cpp.o 2024-08-20T21:52:58.0117099Z #80 295.4 [1795/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypeUnit.cpp.o 2024-08-20T21:52:58.1601137Z #80 295.6 [1796/3615] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LookupResult.cpp.o 2024-08-20T21:52:58.2934539Z #80 295.7 [1797/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLoc.cpp.o 2024-08-20T21:52:58.4327198Z #80 295.8 [1798/3615] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/ExtractRanges.cpp.o 2024-08-20T21:52:58.5401045Z #80 295.9 [1799/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFExpression.cpp.o 2024-08-20T21:52:58.7374762Z #80 296.0 [1800/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFFormValue.cpp.o 2024-08-20T21:52:58.7377316Z #80 296.0 [1801/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypePrinter.cpp.o 2024-08-20T21:52:58.7379752Z #80 296.1 [1802/3615] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LineTable.cpp.o 2024-08-20T21:52:58.8915283Z #80 296.2 [1803/3615] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FunctionInfo.cpp.o 2024-08-20T21:52:58.8917684Z #80 296.2 [1804/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFListTable.cpp.o 2024-08-20T21:52:58.8920235Z #80 296.3 [1805/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLDebugSections.cpp.o 2024-08-20T21:52:59.0727381Z #80 296.5 [1806/3615] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/InlineInfo.cpp.o 2024-08-20T21:52:59.2475938Z #80 296.5 [1807/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypes.cpp.o 2024-08-20T21:52:59.3639305Z #80 296.8 [1808/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOObjectFile.cpp.o 2024-08-20T21:52:59.4853368Z #80 296.9 [1809/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugFrame.cpp.o 2024-08-20T21:52:59.6314467Z #80 296.9 [1810/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/GenericError.cpp.o 2024-08-20T21:52:59.6316999Z #80 297.0 [1811/3615] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymReader.cpp.o 2024-08-20T21:52:59.8417388Z #80 297.1 [1812/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVSupport.cpp.o 2024-08-20T21:53:00.0243147Z #80 297.4 [1813/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/IPDBSourceFile.cpp.o 2024-08-20T21:53:00.2054177Z #80 297.4 [1814/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAcceleratorTable.cpp.o 2024-08-20T21:53:00.2056758Z #80 297.4 [1815/3615] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/ObjectFileTransformer.cpp.o 2024-08-20T21:53:00.2059354Z #80 297.5 [1816/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDie.cpp.o 2024-08-20T21:53:00.3233510Z #80 297.7 [1817/3615] Building CXX object lib/Debuginfod/CMakeFiles/LLVMDebuginfod.dir/Debuginfod.cpp.o 2024-08-20T21:53:00.5192892Z #80 297.8 [1818/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLine.cpp.o 2024-08-20T21:53:00.5195186Z #80 297.8 [1819/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFYAML.cpp.o 2024-08-20T21:53:00.5197358Z #80 297.9 [1820/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolBlock.cpp.o 2024-08-20T21:53:00.7506028Z #80 297.9 [1821/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolAnnotation.cpp.o 2024-08-20T21:53:00.7508787Z #80 298.0 [1822/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBInterfaceAnchors.cpp.o 2024-08-20T21:53:00.8129451Z #80 298.2 [1823/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDB.cpp.o 2024-08-20T21:53:00.9206121Z #80 298.3 [1824/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandDetails.cpp.o 2024-08-20T21:53:00.9208478Z #80 298.3 [1825/3615] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymCreator.cpp.o 2024-08-20T21:53:01.1095795Z #80 298.4 [1826/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbol.cpp.o 2024-08-20T21:53:01.1097825Z #80 298.5 [1827/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandEnv.cpp.o 2024-08-20T21:53:01.2299769Z #80 298.6 [1828/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompiland.cpp.o 2024-08-20T21:53:01.2302200Z #80 298.6 [1829/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCustom.cpp.o 2024-08-20T21:53:01.2304396Z #80 298.6 [1830/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolData.cpp.o 2024-08-20T21:53:01.4480922Z #80 298.7 [1831/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBExtras.cpp.o 2024-08-20T21:53:01.4483395Z #80 298.7 [1832/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolExe.cpp.o 2024-08-20T21:53:01.4563107Z #80 298.9 [1833/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBContext.cpp.o 2024-08-20T21:53:01.5762350Z #80 299.0 [1834/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugEnd.cpp.o 2024-08-20T21:53:01.7191778Z #80 299.0 [1835/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLSymbols.cpp.o 2024-08-20T21:53:01.7194386Z #80 299.0 [1836/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugStart.cpp.o 2024-08-20T21:53:01.7197076Z #80 299.0 [1837/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolPublicSymbol.cpp.o 2024-08-20T21:53:01.7199751Z #80 299.1 [1838/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolLabel.cpp.o 2024-08-20T21:53:01.8853962Z #80 299.1 [1839/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnit.cpp.o 2024-08-20T21:53:01.9295798Z #80 299.3 [1840/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolThunk.cpp.o 2024-08-20T21:53:02.0843055Z #80 299.4 [1841/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFunc.cpp.o 2024-08-20T21:53:02.0845728Z #80 299.4 [1842/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeArray.cpp.o 2024-08-20T21:53:02.0847963Z #80 299.4 [1843/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBaseClass.cpp.o 2024-08-20T21:53:02.0850352Z #80 299.5 [1844/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVSort.cpp.o 2024-08-20T21:53:02.2000705Z #80 299.5 [1845/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeCustom.cpp.o 2024-08-20T21:53:02.2003179Z #80 299.6 [1846/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBuiltin.cpp.o 2024-08-20T21:53:02.3642008Z #80 299.6 [1847/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVLine.cpp.o 2024-08-20T21:53:02.3644749Z #80 299.6 [1848/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVObject.cpp.o 2024-08-20T21:53:02.3647690Z #80 299.8 [1849/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeDimension.cpp.o 2024-08-20T21:53:02.5096791Z #80 299.8 [1850/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeEnum.cpp.o 2024-08-20T21:53:02.5099530Z #80 299.9 [1851/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFriend.cpp.o 2024-08-20T21:53:02.6190477Z #80 300.0 [1852/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionArg.cpp.o 2024-08-20T21:53:02.6193222Z #80 300.0 [1853/3615] Building CXX object lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/DwarfTransformer.cpp.o 2024-08-20T21:53:02.7325896Z #80 300.0 [1854/3615] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o 2024-08-20T21:53:02.7328529Z #80 300.1 [1855/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVElement.cpp.o 2024-08-20T21:53:02.7331431Z #80 300.1 [1856/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeManaged.cpp.o 2024-08-20T21:53:02.7334256Z #80 300.1 [1857/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypePointer.cpp.o 2024-08-20T21:53:02.8996606Z #80 300.2 [1858/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeUDT.cpp.o 2024-08-20T21:53:02.8999317Z #80 300.2 [1859/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVRange.cpp.o 2024-08-20T21:53:02.9002399Z #80 300.2 [1860/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVLocation.cpp.o 2024-08-20T21:53:02.9005191Z #80 300.3 [1861/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeTypedef.cpp.o 2024-08-20T21:53:03.0094497Z #80 300.3 [1862/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTableShape.cpp.o 2024-08-20T21:53:03.0097158Z #80 300.4 [1863/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTable.cpp.o 2024-08-20T21:53:03.1399892Z #80 300.4 [1864/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/Hash.cpp.o 2024-08-20T21:53:03.1402507Z #80 300.5 [1865/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionSig.cpp.o 2024-08-20T21:53:03.1405389Z #80 300.5 [1866/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptor.cpp.o 2024-08-20T21:53:03.1408100Z #80 300.5 [1867/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUsingNamespace.cpp.o 2024-08-20T21:53:03.2523671Z #80 300.5 [1868/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUnknown.cpp.o 2024-08-20T21:53:03.2525563Z #80 300.6 [1869/3615] Linking CXX static library lib/libclangDirectoryWatcher.a 2024-08-20T21:53:03.2527576Z #80 300.6 [1870/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVCompare.cpp.o 2024-08-20T21:53:03.2530016Z #80 300.6 [1871/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymDumper.cpp.o 2024-08-20T21:53:03.5443268Z #80 300.9 [1872/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVSymbol.cpp.o 2024-08-20T21:53:03.7993639Z #80 301.2 [1873/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/EnumTables.cpp.o 2024-08-20T21:53:03.9307649Z #80 301.3 [1874/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/HashTable.cpp.o 2024-08-20T21:53:04.0577453Z #80 301.5 [1875/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptorBuilder.cpp.o 2024-08-20T21:53:04.1770946Z #80 301.5 [1876/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVType.cpp.o 2024-08-20T21:53:04.1774191Z #80 301.6 [1877/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVReader.cpp.o 2024-08-20T21:53:04.3832086Z #80 301.6 [1878/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumLineNumbers.cpp.o 2024-08-20T21:53:04.3835030Z #80 301.6 [1879/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStream.cpp.o 2024-08-20T21:53:04.3837577Z #80 301.6 [1880/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStreamBuilder.cpp.o 2024-08-20T21:53:04.3970658Z #80 301.8 [1881/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GlobalsStream.cpp.o 2024-08-20T21:53:04.5326448Z #80 301.9 [1882/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleList.cpp.o 2024-08-20T21:53:04.6516817Z #80 302.0 [1883/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InjectedSourceStream.cpp.o 2024-08-20T21:53:04.6519690Z #80 302.0 [1884/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumModules.cpp.o 2024-08-20T21:53:04.7633140Z #80 302.1 [1885/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/RawError.cpp.o 2024-08-20T21:53:04.7636123Z #80 302.1 [1886/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeCompilandSymbol.cpp.o 2024-08-20T21:53:04.7638890Z #80 302.2 [1887/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumSymbols.cpp.o 2024-08-20T21:53:04.9055409Z #80 302.2 [1888/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumTypes.cpp.o 2024-08-20T21:53:04.9057911Z #80 302.2 [1889/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeLineNumber.cpp.o 2024-08-20T21:53:04.9060470Z #80 302.3 [1890/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/FormatUtil.cpp.o 2024-08-20T21:53:05.0953473Z #80 302.3 [1891/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativePublicSymbol.cpp.o 2024-08-20T21:53:05.0956124Z #80 302.3 [1892/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFContext.cpp.o 2024-08-20T21:53:05.1055550Z #80 302.5 [1893/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumInjectedSources.cpp.o 2024-08-20T21:53:05.2285358Z #80 302.5 [1894/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTableBuilder.cpp.o 2024-08-20T21:53:05.2288028Z #80 302.6 [1895/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumGlobals.cpp.o 2024-08-20T21:53:05.2290462Z #80 302.6 [1896/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/UDTLayout.cpp.o 2024-08-20T21:53:05.3455311Z #80 302.7 [1897/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeRawSymbol.cpp.o 2024-08-20T21:53:05.3457924Z #80 302.7 [1898/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStream.cpp.o 2024-08-20T21:53:05.4546869Z #80 302.8 [1899/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTable.cpp.o 2024-08-20T21:53:05.4549650Z #80 302.9 [1900/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeExeSymbol.cpp.o 2024-08-20T21:53:05.6529475Z #80 302.9 [1901/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/ModuleDebugStream.cpp.o 2024-08-20T21:53:05.7556375Z #80 303.2 [1902/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVOptions.cpp.o 2024-08-20T21:53:05.9362879Z #80 303.2 [1903/3615] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/Markup.cpp.o 2024-08-20T21:53:05.9365564Z #80 303.2 [1904/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStream.cpp.o 2024-08-20T21:53:05.9367565Z #80 303.2 [1905/3615] Building CXX object lib/DWP/CMakeFiles/LLVMDWP.dir/DWPError.cpp.o 2024-08-20T21:53:05.9369678Z #80 303.3 [1906/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolStream.cpp.o 2024-08-20T21:53:06.1632393Z #80 303.4 [1907/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStreamBuilder.cpp.o 2024-08-20T21:53:06.1635592Z #80 303.4 [1908/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiHashing.cpp.o 2024-08-20T21:53:06.3767866Z #80 303.8 [1909/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFEmitter.cpp.o 2024-08-20T21:53:06.4955460Z #80 303.9 [1910/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ELF.cpp.o 2024-08-20T21:53:06.4957794Z #80 303.9 [1911/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStreamBuilder.cpp.o 2024-08-20T21:53:06.7119552Z #80 304.1 [1912/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/LinePrinter.cpp.o 2024-08-20T21:53:06.9423377Z #80 304.2 [1913/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/LVReaderHandler.cpp.o 2024-08-20T21:53:06.9426141Z #80 304.2 [1914/3615] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFVerifier.cpp.o 2024-08-20T21:53:07.1055800Z #80 304.5 [1915/3615] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/SectionMemoryManager.cpp.o 2024-08-20T21:53:07.2569651Z #80 304.5 [1916/3615] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/GDBRegistrationListener.cpp.o 2024-08-20T21:53:07.2572512Z #80 304.5 [1917/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeInlineSiteSymbol.cpp.o 2024-08-20T21:53:07.2574788Z #80 304.6 [1918/3615] Building CXX object lib/ObjCopy/CMakeFiles/LLVMObjCopy.dir/ELF/ELFObject.cpp.o 2024-08-20T21:53:07.2577207Z #80 304.7 [1919/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeFunctionSymbol.cpp.o 2024-08-20T21:53:07.5840836Z #80 305.0 [1920/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStream.cpp.o 2024-08-20T21:53:07.7500552Z #80 305.1 [1921/3615] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/TargetSelect.cpp.o 2024-08-20T21:53:07.8538645Z #80 305.3 [1922/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GSIStreamBuilder.cpp.o 2024-08-20T21:53:08.0802820Z #80 305.3 [1923/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Readers/LVBinaryReader.cpp.o 2024-08-20T21:53:08.1194982Z #80 305.5 [1924/3615] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/DIPrinter.cpp.o 2024-08-20T21:53:08.2205956Z #80 305.5 [1925/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO.cpp.o 2024-08-20T21:53:08.2207659Z #80 305.6 [1926/3615] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ELFObjectFile.cpp.o 2024-08-20T21:53:08.3630238Z #80 305.8 [1927/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Core/LVScope.cpp.o 2024-08-20T21:53:08.4769417Z #80 305.9 [1928/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InputFile.cpp.o 2024-08-20T21:53:08.6265900Z #80 305.9 [1929/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELFLinkGraphBuilder.cpp.o 2024-08-20T21:53:08.6268457Z #80 306.0 [1930/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/DWARFRecordSectionSplitter.cpp.o 2024-08-20T21:53:08.7539016Z #80 306.1 [1931/3615] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFYAML.cpp.o 2024-08-20T21:53:08.7541410Z #80 306.2 [1932/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF.cpp.o 2024-08-20T21:53:08.8964791Z #80 306.2 [1933/3615] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/MarkupFilter.cpp.o 2024-08-20T21:53:08.8967484Z #80 306.3 [1934/3615] Building CXX object lib/DebugInfo/LogicalView/CMakeFiles/LLVMDebugInfoLogicalView.dir/Readers/LVELFReader.cpp.o 2024-08-20T21:53:09.0913467Z #80 306.3 [1935/3615] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngineBindings.cpp.o 2024-08-20T21:53:09.0915959Z #80 306.4 [1936/3615] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SLPVectorizer.cpp.o 2024-08-20T21:53:09.0918410Z #80 306.5 [1937/3615] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/SymbolizableObjectFile.cpp.o 2024-08-20T21:53:09.3038408Z #80 306.5 [1938/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/COFF.cpp.o 2024-08-20T21:53:09.3040733Z #80 306.6 [1939/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/aarch64.cpp.o 2024-08-20T21:53:09.3042853Z #80 306.7 [1940/3615] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolution.cpp.o 2024-08-20T21:53:09.4641801Z #80 306.7 [1941/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/loongarch.cpp.o 2024-08-20T21:53:09.4644114Z #80 306.8 [1942/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/i386.cpp.o 2024-08-20T21:53:09.4646330Z #80 306.8 [1943/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/COFFDirectiveParser.cpp.o 2024-08-20T21:53:09.4648623Z #80 306.9 [1944/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/riscv.cpp.o 2024-08-20T21:53:09.7474701Z #80 307.1 [1945/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkGeneric.cpp.o 2024-08-20T21:53:09.8712182Z #80 307.3 [1946/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/x86_64.cpp.o 2024-08-20T21:53:10.5154907Z #80 307.9 [1947/3615] Building CXX object lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Interpreter.cpp.o 2024-08-20T21:53:10.9649353Z #80 308.4 [1948/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/EHFrameSupport.cpp.o 2024-08-20T21:53:11.2746453Z #80 308.7 [1949/3615] Building CXX object lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/ExternalFunctions.cpp.o 2024-08-20T21:53:11.5440059Z #80 308.9 [1950/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCDynamicLibrarySearchGenerator.cpp.o 2024-08-20T21:53:11.7852055Z #80 309.0 [1951/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkMemoryManager.cpp.o 2024-08-20T21:53:11.7854337Z #80 309.0 [1952/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLink.cpp.o 2024-08-20T21:53:11.7856597Z #80 309.0 [1953/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_arm64.cpp.o 2024-08-20T21:53:11.9839759Z #80 309.4 [1954/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_x86_64.cpp.o 2024-08-20T21:53:12.1358011Z #80 309.5 [1955/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCDebugObjectRegistrar.cpp.o 2024-08-20T21:53:12.2457743Z #80 309.6 [1956/3615] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/Symbolize.cpp.o 2024-08-20T21:53:12.4453357Z #80 309.7 [1957/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCGenericDylibManager.cpp.o 2024-08-20T21:53:12.4455909Z #80 309.7 [1958/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/JITTargetMachineBuilder.cpp.o 2024-08-20T21:53:12.4458199Z #80 309.7 [1959/3615] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolCache.cpp.o 2024-08-20T21:53:12.5397628Z #80 309.9 [1960/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebugUtils.cpp.o 2024-08-20T21:53:12.7718145Z #80 310.0 [1961/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachOLinkGraphBuilder.cpp.o 2024-08-20T21:53:12.7720836Z #80 310.0 [1962/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/COFF_x86_64.cpp.o 2024-08-20T21:53:12.8388018Z #80 310.2 [1963/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LookupAndRecordAddrs.cpp.o 2024-08-20T21:53:12.9434344Z #80 310.3 [1964/3615] Building CXX object lib/DWP/CMakeFiles/LLVMDWP.dir/DWP.cpp.o 2024-08-20T21:53:12.9436315Z #80 310.3 [1965/3615] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngine.cpp.o 2024-08-20T21:53:13.1481677Z #80 310.4 [1966/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/COFFLinkGraphBuilder.cpp.o 2024-08-20T21:53:13.1958456Z #80 310.6 [1967/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCEHFrameRegistrar.cpp.o 2024-08-20T21:53:13.3124846Z #80 310.6 [1968/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/TaskDispatch.cpp.o 2024-08-20T21:53:13.3127056Z #80 310.7 [1969/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IRCompileLayer.cpp.o 2024-08-20T21:53:13.4628704Z #80 310.7 [1970/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcABISupport.cpp.o 2024-08-20T21:53:13.4630825Z #80 310.9 [1971/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CompileUtils.cpp.o 2024-08-20T21:53:13.6210643Z #80 310.9 [1972/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IRTransformLayer.cpp.o 2024-08-20T21:53:13.7525634Z #80 311.1 [1973/3615] Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/OrcError.cpp.o 2024-08-20T21:53:14.0316189Z #80 311.4 [1974/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/COFFVCRuntimeSupport.cpp.o 2024-08-20T21:53:14.2395011Z #80 311.6 [1975/3615] Building CXX object lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/MCJIT.cpp.o 2024-08-20T21:53:14.4302175Z #80 311.7 [1976/3615] Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/OrcRTBridge.cpp.o 2024-08-20T21:53:14.4304692Z #80 311.7 [1977/3615] Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/AllocationActions.cpp.o 2024-08-20T21:53:14.4307674Z #80 311.8 [1978/3615] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/TargetExecutionUtils.cpp.o 2024-08-20T21:53:14.9146196Z #80 312.3 [1979/3615] Building CXX object lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/SimpleRemoteEPCUtils.cpp.o 2024-08-20T21:53:15.0646287Z #80 312.3 [1980/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_aarch64.cpp.o 2024-08-20T21:53:15.0648494Z #80 312.3 [1981/3615] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/JITLoaderGDB.cpp.o 2024-08-20T21:53:15.0650561Z #80 312.4 [1982/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_i386.cpp.o 2024-08-20T21:53:15.0652339Z #80 312.4 [1983/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_x86_64.cpp.o 2024-08-20T21:53:15.0654077Z #80 312.4 [1984/3615] Linking CXX static library lib/libLLVMOrcShared.a 2024-08-20T21:53:15.0656044Z #80 312.5 [1985/3615] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/RegisterEHFrames.cpp.o 2024-08-20T21:53:15.2032494Z #80 312.5 [1986/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Mangling.cpp.o 2024-08-20T21:53:15.2035052Z #80 312.6 [1987/3615] Building CXX object lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Execution.cpp.o 2024-08-20T21:53:15.3213325Z #80 312.6 [1988/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCGenericJITLinkMemoryManager.cpp.o 2024-08-20T21:53:15.3216279Z #80 312.7 [1989/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCGenericRTDyldMemoryManager.cpp.o 2024-08-20T21:53:15.3218918Z #80 312.7 [1990/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectTransformLayer.cpp.o 2024-08-20T21:53:15.5524098Z #80 312.8 [1991/3615] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RTDyldMemoryManager.cpp.o 2024-08-20T21:53:15.5654365Z #80 313.0 [1992/3615] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/OrcRTBootstrap.cpp.o 2024-08-20T21:53:15.7405014Z #80 313.1 [1993/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebuggerSupportPlugin.cpp.o 2024-08-20T21:53:15.9948991Z #80 313.4 [1994/3615] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/SimpleExecutorDylibManager.cpp.o 2024-08-20T21:53:16.1929761Z #80 313.4 [1995/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCIndirectionUtils.cpp.o 2024-08-20T21:53:16.1932437Z #80 313.4 [1996/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_loongarch.cpp.o 2024-08-20T21:53:16.3896478Z #80 313.8 [1997/3615] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetIntrinsicInfo.cpp.o 2024-08-20T21:53:16.6382821Z #80 313.9 [1998/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Layer.cpp.o 2024-08-20T21:53:16.6385544Z #80 313.9 [1999/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/MapperJITLinkMemoryManager.cpp.o 2024-08-20T21:53:16.8232993Z #80 314.2 [2000/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/MemoryMapper.cpp.o 2024-08-20T21:53:17.0041182Z #80 314.4 [2001/3615] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/SimpleRemoteEPCServer.cpp.o 2024-08-20T21:53:17.1298501Z #80 314.5 [2002/3615] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/SimpleExecutorMemoryManager.cpp.o 2024-08-20T21:53:17.2344303Z #80 314.6 [2003/3615] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/Targets/RuntimeDyldELFMips.cpp.o 2024-08-20T21:53:17.2347050Z #80 314.6 [2004/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutorProcessControl.cpp.o 2024-08-20T21:53:17.2349005Z #80 314.6 [2005/3615] Building X86GenRegisterBank.inc... 2024-08-20T21:53:17.2350645Z #80 314.6 [2006/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CompileOnDemandLayer.cpp.o 2024-08-20T21:53:17.4849587Z #80 314.7 [2007/3615] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_riscv.cpp.o 2024-08-20T21:53:17.4995379Z #80 314.9 [2008/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectFileInterface.cpp.o 2024-08-20T21:53:17.6023383Z #80 315.0 [2009/3615] Building X86GenCallingConv.inc... 2024-08-20T21:53:17.6024471Z #80 315.0 [2010/3615] Building NVPTXGenAsmWriter.inc... 2024-08-20T21:53:17.8035194Z #80 315.1 [2011/3615] Building NVPTXGenRegisterInfo.inc... 2024-08-20T21:53:17.8037601Z #80 315.1 [2012/3615] Building CXX object lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/ExecutorSharedMemoryMapperService.cpp.o 2024-08-20T21:53:17.8040604Z #80 315.2 [2013/3615] Building X86GenMnemonicTables.inc... 2024-08-20T21:53:18.0365349Z #80 315.4 [2014/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ThreadSafeModule.cpp.o 2024-08-20T21:53:18.1471404Z #80 315.5 [2015/3615] Building X86GenAsmWriter.inc... 2024-08-20T21:53:18.1472325Z #80 315.5 [2016/3615] Building X86GenAsmWriter1.inc... 2024-08-20T21:53:18.2904771Z #80 315.6 [2017/3615] Building X86GenExegesis.inc... 2024-08-20T21:53:18.2905938Z #80 315.7 [2018/3615] Building NVPTXGenSubtargetInfo.inc... 2024-08-20T21:53:18.3989304Z #80 315.8 [2019/3615] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/JITSymbol.cpp.o 2024-08-20T21:53:18.3990880Z #80 315.8 [2020/3615] Building X86GenEVEX2VEXTables.inc... 2024-08-20T21:53:18.5102892Z #80 315.9 [2021/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/SimpleRemoteEPC.cpp.o 2024-08-20T21:53:18.5105145Z #80 315.9 [2022/3615] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/OptimizationLevel.cpp.o 2024-08-20T21:53:18.5106473Z #80 315.9 [2023/3615] Building X86GenAsmMatcher.inc... 2024-08-20T21:53:18.6919106Z #80 315.9 [2024/3615] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldCOFF.cpp.o 2024-08-20T21:53:18.7483183Z #80 316.1 [2025/3615] Building NVPTXGenDAGISel.inc... 2024-08-20T21:53:18.9007928Z #80 316.1 [2026/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LazyReexports.cpp.o 2024-08-20T21:53:18.9334332Z #80 316.3 [2027/3615] Building X86GenDisassemblerTables.inc... 2024-08-20T21:53:19.1146874Z #80 316.4 [2028/3615] Building NVPTXGenInstrInfo.inc... 2024-08-20T21:53:19.1148461Z #80 316.5 [2029/3615] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachineC.cpp.o 2024-08-20T21:53:19.4593522Z #80 316.9 [2030/3615] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldMachO.cpp.o 2024-08-20T21:53:19.5983968Z #80 317.0 [2031/3615] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.o 2024-08-20T21:53:19.7900709Z #80 317.1 [2032/3615] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetLoweringObjectFile.cpp.o 2024-08-20T21:53:19.7903163Z #80 317.2 [2033/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/RTDyldObjectLinkingLayer.cpp.o 2024-08-20T21:53:19.9421687Z #80 317.2 [2034/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebugObjectManagerPlugin.cpp.o 2024-08-20T21:53:19.9699131Z #80 317.4 [2035/3615] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassPlugin.cpp.o 2024-08-20T21:53:20.0759833Z #80 317.4 [2036/3615] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/ARMTargetParserCommon.cpp.o 2024-08-20T21:53:20.0762371Z #80 317.4 [2037/3615] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/AArch64TargetParser.cpp.o 2024-08-20T21:53:20.0764572Z #80 317.5 [2038/3615] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachine.cpp.o 2024-08-20T21:53:20.4473424Z #80 317.8 [2039/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Speculation.cpp.o 2024-08-20T21:53:20.4475667Z #80 317.8 /llvm-project/llvm/lib/ExecutionEngine/Orc/Speculation.cpp: In lambda function: 2024-08-20T21:53:20.4479240Z #80 317.8 /llvm-project/llvm/lib/ExecutionEngine/Orc/Speculation.cpp:77:36: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:20.4482187Z #80 317.8 77 | nullptr, "__orc_speculator"); 2024-08-20T21:53:20.4483007Z #80 317.8 | ^ 2024-08-20T21:53:20.4484289Z #80 317.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:53:20.4486055Z #80 317.8 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h:17, 2024-08-20T21:53:20.4488448Z #80 317.8 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Mangling.h:17, 2024-08-20T21:53:20.4490380Z #80 317.8 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Layer.h:17, 2024-08-20T21:53:20.4492336Z #80 317.8 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h:18, 2024-08-20T21:53:20.4494292Z #80 317.8 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Speculation.h:19, 2024-08-20T21:53:20.4496261Z #80 317.8 from /llvm-project/llvm/lib/ExecutionEngine/Orc/Speculation.cpp:9: 2024-08-20T21:53:20.4498792Z #80 317.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:20.4500637Z #80 317.8 73 | return User::operator new(s, 1); 2024-08-20T21:53:20.4501476Z #80 317.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:20.4504506Z #80 317.8 /llvm-project/llvm/lib/ExecutionEngine/Orc/Speculation.cpp:95:58: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:20.4507267Z #80 317.8 95 | "__orc_speculate.guard.for." + Fn.getName()); 2024-08-20T21:53:20.4508340Z #80 317.8 | ^ 2024-08-20T21:53:20.4509639Z #80 317.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:53:20.4511390Z #80 317.8 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h:17, 2024-08-20T21:53:20.5182602Z #80 317.8 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Mangling.h:17, 2024-08-20T21:53:20.5187873Z #80 317.8 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Layer.h:17, 2024-08-20T21:53:20.5192800Z #80 317.8 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h:18, 2024-08-20T21:53:20.5197478Z #80 317.8 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Speculation.h:19, 2024-08-20T21:53:20.5202159Z #80 317.8 from /llvm-project/llvm/lib/ExecutionEngine/Orc/Speculation.cpp:9: 2024-08-20T21:53:20.5207612Z #80 317.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:20.5212281Z #80 317.8 73 | return User::operator new(s, 1); 2024-08-20T21:53:20.5215739Z #80 317.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:20.6543911Z #80 317.9 [2040/3615] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/MemProf.cpp.o 2024-08-20T21:53:20.6546399Z #80 317.9 [2041/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutionUtils.cpp.o 2024-08-20T21:53:21.4592338Z #80 318.9 [2042/3615] Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingWriter.cpp.o 2024-08-20T21:53:21.9488154Z #80 319.3 [2043/3615] Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLLexer.cpp.o 2024-08-20T21:53:22.1475040Z #80 319.5 [2044/3615] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyld.cpp.o 2024-08-20T21:53:22.3118040Z #80 319.6 [2045/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectLinkingLayer.cpp.o 2024-08-20T21:53:22.3120694Z #80 319.7 [2046/3615] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/ProfileSummaryBuilder.cpp.o 2024-08-20T21:53:22.4620893Z #80 319.9 [2047/3615] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/GCOV.cpp.o 2024-08-20T21:53:22.6059282Z #80 319.9 [2048/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAssignValidGlobalNames.cpp.o 2024-08-20T21:53:22.6063470Z #80 320.0 [2049/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcV2CBindings.cpp.o 2024-08-20T21:53:22.8015810Z #80 320.0 [2050/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/COFFPlatform.cpp.o 2024-08-20T21:53:22.9375319Z #80 320.3 [2051/3615] Building X86GenGlobalISel.inc... 2024-08-20T21:53:23.0556782Z #80 320.5 [2052/3615] Building X86GenFastISel.inc... 2024-08-20T21:53:23.1896890Z #80 320.6 [2053/3615] Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/Parser.cpp.o 2024-08-20T21:53:23.4690284Z #80 320.9 [2054/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LLJIT.cpp.o 2024-08-20T21:53:23.4696087Z #80 320.9 /llvm-project/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp: In member function 'llvm::Error {anonymous}::GenericLLVMIRPlatformSupport::setupJITDylib(llvm::orc::JITDylib&)': 2024-08-20T21:53:23.4702136Z #80 320.9 /llvm-project/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp:227:23: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:23.4706364Z #80 320.9 227 | "__dso_handle"); 2024-08-20T21:53:23.4708213Z #80 320.9 | ^ 2024-08-20T21:53:23.4710636Z #80 320.9 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:53:23.4713624Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h:17, 2024-08-20T21:53:23.4716789Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Mangling.h:17, 2024-08-20T21:53:23.4720022Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Layer.h:17, 2024-08-20T21:53:23.4723235Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:22, 2024-08-20T21:53:23.4726454Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h:16, 2024-08-20T21:53:23.4729439Z #80 320.9 from /llvm-project/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp:9: 2024-08-20T21:53:23.4733452Z #80 320.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:23.4737085Z #80 320.9 73 | return User::operator new(s, 1); 2024-08-20T21:53:23.4739115Z #80 320.9 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:23.4744290Z #80 320.9 /llvm-project/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp:237:53: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:23.4871721Z #80 320.9 237 | nullptr, "__lljit.platform_support_instance"); 2024-08-20T21:53:23.4872906Z #80 320.9 | ^ 2024-08-20T21:53:23.4874473Z #80 320.9 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:53:23.4876248Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h:17, 2024-08-20T21:53:23.4878654Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Mangling.h:17, 2024-08-20T21:53:23.4880691Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Layer.h:17, 2024-08-20T21:53:23.4882515Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:22, 2024-08-20T21:53:23.4884601Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h:16, 2024-08-20T21:53:23.4886388Z #80 320.9 from /llvm-project/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp:9: 2024-08-20T21:53:23.4889040Z #80 320.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:23.4891223Z #80 320.9 73 | return User::operator new(s, 1); 2024-08-20T21:53:23.4892440Z #80 320.9 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:23.4894531Z #80 320.9 In member function 'llvm::orc::ThreadSafeModule {anonymous}::GenericLLVMIRPlatformSupport::createPlatformRuntimeModule()', 2024-08-20T21:53:23.4897853Z #80 320.9 inlined from '{anonymous}::GenericLLVMIRPlatformSupport::GenericLLVMIRPlatformSupport(llvm::orc::LLJIT&)' at /llvm-project/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp:201:76: 2024-08-20T21:53:23.4902747Z #80 320.9 /llvm-project/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp:516:53: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:23.4905729Z #80 320.9 516 | nullptr, "__lljit.platform_support_instance"); 2024-08-20T21:53:23.4906801Z #80 320.9 | ^ 2024-08-20T21:53:23.4908209Z #80 320.9 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:53:23.4910074Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h:17, 2024-08-20T21:53:23.4912108Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Mangling.h:17, 2024-08-20T21:53:23.4913936Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Layer.h:17, 2024-08-20T21:53:23.4915989Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h:22, 2024-08-20T21:53:23.4917993Z #80 320.9 from /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h:16, 2024-08-20T21:53:23.4919933Z #80 320.9 from /llvm-project/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp:9: 2024-08-20T21:53:23.4922818Z #80 320.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In constructor '{anonymous}::GenericLLVMIRPlatformSupport::GenericLLVMIRPlatformSupport(llvm::orc::LLJIT&)': 2024-08-20T21:53:23.4926482Z #80 320.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:23.4928481Z #80 320.9 73 | return User::operator new(s, 1); 2024-08-20T21:53:23.4929375Z #80 320.9 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:23.6002029Z #80 320.9 [2055/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/SpeculateAnalyses.cpp.o 2024-08-20T21:53:23.6004558Z #80 321.0 [2056/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAllocaHoisting.cpp.o 2024-08-20T21:53:23.8210235Z #80 321.2 [2057/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAtomicLower.cpp.o 2024-08-20T21:53:24.0490901Z #80 321.3 [2058/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/MachOPlatform.cpp.o 2024-08-20T21:53:24.1287558Z #80 321.5 [2059/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ELFNixPlatform.cpp.o 2024-08-20T21:53:24.2325722Z #80 321.6 [2060/3615] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfCorrelator.cpp.o 2024-08-20T21:53:24.2328501Z #80 321.6 [2061/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXMCExpr.cpp.o 2024-08-20T21:53:24.4403641Z #80 321.7 [2062/3615] Building CXX object lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCAsmInfo.cpp.o 2024-08-20T21:53:24.4405477Z #80 321.7 [2063/3615] Building X86GenDAGISel.inc... 2024-08-20T21:53:24.5849170Z #80 322.0 [2064/3615] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProf.cpp.o 2024-08-20T21:53:24.5852922Z #80 322.0 /llvm-project/llvm/lib/ProfileData/InstrProf.cpp: In function 'llvm::GlobalVariable* llvm::createPGOFuncNameVar(llvm::Module&, llvm::GlobalValue::LinkageTypes, llvm::StringRef)': 2024-08-20T21:53:24.5857731Z #80 322.0 /llvm-project/llvm/lib/ProfileData/InstrProf.cpp:370:69: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:24.5861096Z #80 322.0 370 | getPGOFuncNameVarName(PGOFuncName, Linkage)); 2024-08-20T21:53:24.5862311Z #80 322.0 | ^ 2024-08-20T21:53:24.5863869Z #80 322.0 In file included from /llvm-project/llvm/lib/ProfileData/InstrProf.cpp:26: 2024-08-20T21:53:24.5866579Z #80 322.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:24.5868981Z #80 322.0 73 | return User::operator new(s, 1); 2024-08-20T21:53:24.5869974Z #80 322.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:24.5872198Z #80 322.0 /llvm-project/llvm/lib/ProfileData/InstrProf.cpp: In function 'void llvm::createProfileFileNameVar(llvm::Module&, llvm::StringRef)': 2024-08-20T21:53:24.5897906Z #80 322.0 /llvm-project/llvm/lib/ProfileData/InstrProf.cpp:1212:70: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:24.5900962Z #80 322.0 1212 | ProfileNameConst, INSTR_PROF_QUOTE(INSTR_PROF_PROFILE_NAME_VAR)); 2024-08-20T21:53:24.5902264Z #80 322.0 | ^ 2024-08-20T21:53:24.5903770Z #80 322.0 In file included from /llvm-project/llvm/lib/ProfileData/InstrProf.cpp:26: 2024-08-20T21:53:24.5906663Z #80 322.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:24.5908593Z #80 322.0 73 | return User::operator new(s, 1); 2024-08-20T21:53:24.5909482Z #80 322.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:25.0663674Z #80 322.5 [2065/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXImageOptimizer.cpp.o 2024-08-20T21:53:25.1692712Z #80 322.5 [2066/3615] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/LoongArchTargetParser.cpp.o 2024-08-20T21:53:25.1695066Z #80 322.6 [2067/3615] Building CXX object lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/NVPTXTargetInfo.cpp.o 2024-08-20T21:53:25.4234643Z #80 322.8 [2068/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Core.cpp.o 2024-08-20T21:53:25.5910805Z #80 322.8 [2069/3615] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/RISCVTargetParser.cpp.o 2024-08-20T21:53:25.5913219Z #80 322.9 [2070/3615] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/TargetParser.cpp.o 2024-08-20T21:53:25.5915549Z #80 322.9 [2071/3615] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfWriter.cpp.o 2024-08-20T21:53:25.5917991Z #80 323.0 [2072/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAlloca.cpp.o 2024-08-20T21:53:25.7000795Z #80 323.1 [2073/3615] Building CXX object tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/verify-uselistorder.cpp.o 2024-08-20T21:53:26.0326196Z #80 323.4 [2074/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMIntrRange.cpp.o 2024-08-20T21:53:26.1417467Z #80 323.5 [2075/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAggrCopies.cpp.o 2024-08-20T21:53:26.3355896Z #80 323.6 [2076/3615] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/X86TargetParser.cpp.o 2024-08-20T21:53:26.3358306Z #80 323.6 [2077/3615] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/CSKYTargetParser.cpp.o 2024-08-20T21:53:26.3360576Z #80 323.6 [2078/3615] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfWriter.cpp.o 2024-08-20T21:53:26.3362558Z #80 323.6 [2079/3615] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/ArchitectureSet.cpp.o 2024-08-20T21:53:26.3364834Z #80 323.7 [2080/3615] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IndirectionUtils.cpp.o 2024-08-20T21:53:26.3368756Z #80 323.7 /llvm-project/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp: In function 'llvm::GlobalVariable* llvm::orc::createImplPointer(llvm::PointerType&, llvm::Module&, const llvm::Twine&, llvm::Constant*)': 2024-08-20T21:53:26.3373584Z #80 323.7 /llvm-project/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp:260:68: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:26.3376869Z #80 323.7 260 | GlobalValue::NotThreadLocal, 0, true); 2024-08-20T21:53:26.3378030Z #80 323.7 | ^ 2024-08-20T21:53:26.3379478Z #80 323.7 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:53:26.3381261Z #80 323.7 from /llvm-project/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp:14: 2024-08-20T21:53:26.3383921Z #80 323.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:26.3385834Z #80 323.7 73 | return User::operator new(s, 1); 2024-08-20T21:53:26.3386718Z #80 323.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:26.3638824Z #80 323.7 /llvm-project/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp: In function 'llvm::GlobalVariable* llvm::orc::cloneGlobalVariableDecl(llvm::Module&, const llvm::GlobalVariable&, llvm::ValueToValueMapTy*)': 2024-08-20T21:53:26.3644503Z #80 323.7 /llvm-project/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp:357:63: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:26.3648475Z #80 323.7 357 | GV.getThreadLocalMode(), GV.getType()->getAddressSpace()); 2024-08-20T21:53:26.3835795Z #80 323.7 | ^ 2024-08-20T21:53:26.4036832Z #80 323.7 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:53:26.4236429Z #80 323.7 from /llvm-project/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp:14: 2024-08-20T21:53:26.4437338Z #80 323.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:26.4439685Z #80 323.7 73 | return User::operator new(s, 1); 2024-08-20T21:53:26.4440623Z #80 323.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:26.4633561Z #80 323.7 [2081/3615] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProf.cpp.o 2024-08-20T21:53:26.4636400Z #80 323.9 [2082/3615] Building CXX object lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXTargetStreamer.cpp.o 2024-08-20T21:53:26.7104887Z #80 323.9 [2083/3615] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Architecture.cpp.o 2024-08-20T21:53:26.7107401Z #80 324.0 [2084/3615] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/PackedVersion.cpp.o 2024-08-20T21:53:26.8716240Z #80 324.3 [2085/3615] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/Host.cpp.o 2024-08-20T21:53:27.0817334Z #80 324.3 [2086/3615] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Symbol.cpp.o 2024-08-20T21:53:27.0821166Z #80 324.5 [2087/3615] Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o 2024-08-20T21:53:27.2025341Z #80 324.5 [2088/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMReflect.cpp.o 2024-08-20T21:53:27.2027560Z #80 324.5 [2089/3615] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Platform.cpp.o 2024-08-20T21:53:27.2029590Z #80 324.6 [2090/3615] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfReader.cpp.o 2024-08-20T21:53:27.3288817Z #80 324.7 [2091/3615] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/ARMTargetParser.cpp.o 2024-08-20T21:53:27.3290984Z #80 324.7 [2092/3615] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Target.cpp.o 2024-08-20T21:53:27.4427889Z #80 324.8 [2093/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXGenericToNVVM.cpp.o 2024-08-20T21:53:27.4430366Z #80 324.8 [2094/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPrologEpilogPass.cpp.o 2024-08-20T21:53:27.5909170Z #80 324.9 [2095/3615] Building CXX object tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata-driver.cpp.o 2024-08-20T21:53:27.5911362Z #80 325.0 [2096/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/BlockPrinter.cpp.o 2024-08-20T21:53:27.7168841Z #80 325.0 [2097/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecords.cpp.o 2024-08-20T21:53:27.7170540Z #80 325.0 [2098/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/BlockVerifier.cpp.o 2024-08-20T21:53:27.7171891Z #80 325.1 [2099/3615] Generating VCSVersion.inc 2024-08-20T21:53:27.8191982Z #80 325.2 [2100/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/BlockIndexer.cpp.o 2024-08-20T21:53:27.8194177Z #80 325.2 [2101/3615] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/RawMemProfReader.cpp.o 2024-08-20T21:53:27.9678533Z #80 325.3 [2102/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXFrameLowering.cpp.o 2024-08-20T21:53:27.9680849Z #80 325.3 [2103/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FileHeaderReader.cpp.o 2024-08-20T21:53:27.9682651Z #80 325.4 [2104/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CLWarnings.cpp.o 2024-08-20T21:53:28.0753836Z #80 325.4 [2105/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceExpander.cpp.o 2024-08-20T21:53:28.0755963Z #80 325.4 [2106/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXProxyRegErasure.cpp.o 2024-08-20T21:53:28.0758037Z #80 325.4 [2107/3615] Building CXX object lib/TargetParser/CMakeFiles/LLVMTargetParser.dir/Triple.cpp.o 2024-08-20T21:53:28.0760076Z #80 325.4 [2108/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceWriter.cpp.o 2024-08-20T21:53:28.0761396Z #80 325.5 [2109/3615] Building X86GenInstrInfo.inc... 2024-08-20T21:53:28.2269907Z #80 325.5 [2110/3615] Linking CXX static library lib/libLLVMTargetParser.a 2024-08-20T21:53:28.2271198Z #80 325.6 [2111/3615] Linking CXX static library lib/libLLVMFuzzerCLI.a 2024-08-20T21:53:28.3634634Z #80 325.7 [2112/3615] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStubCommon.cpp.o 2024-08-20T21:53:28.3639010Z #80 325.8 [2113/3615] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilderBindings.cpp.o 2024-08-20T21:53:28.4746613Z #80 325.8 [2114/3615] Linking CXX static library lib/libLLVMBinaryFormat.a 2024-08-20T21:53:28.4747844Z #80 325.8 [2115/3615] Linking CXX static library lib/libLLVMOrcTargetProcess.a 2024-08-20T21:53:28.4751357Z #80 325.8 [2116/3615] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/InterfaceFile.cpp.o 2024-08-20T21:53:28.4752930Z #80 325.9 [2117/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecordProducer.cpp.o 2024-08-20T21:53:28.6047346Z #80 325.9 [2118/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXInstrInfo.cpp.o 2024-08-20T21:53:28.6052112Z #80 325.9 [2119/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/LogBuilderConsumer.cpp.o 2024-08-20T21:53:28.6057251Z #80 326.0 [2120/3615] Linking CXX static library lib/libLLVMMC.a 2024-08-20T21:53:28.6060069Z #80 326.0 [2121/3615] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfReader.cpp.o 2024-08-20T21:53:28.7209058Z #80 326.1 [2122/3615] Linking CXX static library lib/libLLVMMCDisassembler.a 2024-08-20T21:53:28.7210978Z #80 326.1 [2123/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CharInfo.cpp.o 2024-08-20T21:53:28.7213000Z #80 326.1 [2124/3615] Linking CXX static library lib/libLLVMMCParser.a 2024-08-20T21:53:28.7215539Z #80 326.1 [2125/3615] Building CXX object lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/DlltoolDriver.cpp.o 2024-08-20T21:53:28.8302793Z #80 326.1 [2126/3615] Linking CXX static library lib/libLLVMCore.a 2024-08-20T21:53:28.8304030Z #80 326.1 [2127/3615] Linking CXX static library lib/libLLVMMCA.a 2024-08-20T21:53:28.8305683Z #80 326.2 [2128/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPeephole.cpp.o 2024-08-20T21:53:28.8307700Z #80 326.2 [2129/3615] Linking CXX static library lib/libLLVMBitReader.a 2024-08-20T21:53:28.8309218Z #80 326.2 [2130/3615] Linking CXX static library lib/libLLVMFrontendHLSL.a 2024-08-20T21:53:28.9583968Z #80 326.2 [2131/3615] Linking CXX static library lib/libLLVMCFGuard.a 2024-08-20T21:53:28.9585773Z #80 326.4 [2132/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerArgs.cpp.o 2024-08-20T21:53:29.1640613Z #80 326.4 [2133/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Cuda.cpp.o 2024-08-20T21:53:29.1642556Z #80 326.4 [2134/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/RecordPrinter.cpp.o 2024-08-20T21:53:29.2239380Z #80 326.6 [2135/3615] Building CXX object lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCTargetDesc.cpp.o 2024-08-20T21:53:29.3525041Z #80 326.7 [2136/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/RecordInitializer.cpp.o 2024-08-20T21:53:29.5052911Z #80 326.8 [2137/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CodeGenOptions.cpp.o 2024-08-20T21:53:29.5055367Z #80 326.9 [2138/3615] Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingReader.cpp.o 2024-08-20T21:53:29.7965751Z #80 327.2 [2139/3615] Building CXX object lib/WindowsDriver/CMakeFiles/LLVMWindowsDriver.dir/MSVCPaths.cpp.o 2024-08-20T21:53:30.1402147Z #80 327.5 [2140/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Builtins.cpp.o 2024-08-20T21:53:30.3659583Z #80 327.6 [2141/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXRegisterInfo.cpp.o 2024-08-20T21:53:30.6237553Z #80 328.0 [2142/3615] Building CXX object tools/llvm-config/CMakeFiles/llvm-config.dir/llvm-config.cpp.o 2024-08-20T21:53:30.7738449Z #80 328.2 [2143/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXSubtarget.cpp.o 2024-08-20T21:53:31.0087951Z #80 328.2 [2144/3615] Building CXX object lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/LibDriver.cpp.o 2024-08-20T21:53:31.0090464Z #80 328.3 [2145/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXReplaceImageHandles.cpp.o 2024-08-20T21:53:31.0894478Z #80 328.5 [2146/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelDAGToDAG.cpp.o 2024-08-20T21:53:31.2450337Z #80 328.6 [2147/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/Profile.cpp.o 2024-08-20T21:53:31.3526216Z #80 328.7 [2148/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DarwinSDKInfo.cpp.o 2024-08-20T21:53:32.0387242Z #80 329.4 [2149/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/Trace.cpp.o 2024-08-20T21:53:32.1693958Z #80 329.5 [2150/3615] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldELF.cpp.o 2024-08-20T21:53:32.1696527Z #80 329.6 [2151/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXUtilities.cpp.o 2024-08-20T21:53:32.4114795Z #80 329.7 [2152/3615] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/InstrumentationMap.cpp.o 2024-08-20T21:53:32.9169562Z #80 330.3 [2153/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAsmPrinter.cpp.o 2024-08-20T21:53:33.0257804Z #80 330.4 [2154/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetTransformInfo.cpp.o 2024-08-20T21:53:33.7561993Z #80 331.2 [2155/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Diagnostic.cpp.o 2024-08-20T21:53:33.9433158Z #80 331.2 [2156/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelLowering.cpp.o 2024-08-20T21:53:34.1860207Z #80 331.6 [2157/3615] Building CXX object lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStub.cpp.o 2024-08-20T21:53:34.8574561Z #80 332.3 [2158/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreAMXConfig.cpp.o 2024-08-20T21:53:36.6231282Z #80 334.0 [2159/3615] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/StandardInstrumentations.cpp.o 2024-08-20T21:53:37.2116944Z #80 334.6 [2160/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidTrailingCall.cpp.o 2024-08-20T21:53:37.8419838Z #80 335.2 [2161/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXType.cpp.o 2024-08-20T21:53:37.9758675Z #80 335.3 [2162/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallLowering.cpp.o 2024-08-20T21:53:37.9760595Z #80 335.4 [2163/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerTileCopy.cpp.o 2024-08-20T21:53:38.4265074Z #80 335.8 [2164/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastTileConfig.cpp.o 2024-08-20T21:53:38.6673699Z #80 336.1 [2165/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXIntrinsics.cpp.o 2024-08-20T21:53:38.8794241Z #80 336.1 [2166/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallFrameOptimization.cpp.o 2024-08-20T21:53:38.9571193Z #80 336.4 [2167/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TileConfig.cpp.o 2024-08-20T21:53:39.4529725Z #80 336.8 [2168/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CmovConversion.cpp.o 2024-08-20T21:53:39.6761005Z #80 336.9 [2169/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupSetCC.cpp.o 2024-08-20T21:53:39.6894787Z #80 337.1 [2170/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFoldTables.cpp.o 2024-08-20T21:53:39.9048812Z #80 337.1 [2171/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FloatingPoint.cpp.o 2024-08-20T21:53:39.9051123Z #80 337.2 [2172/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DomainReassignment.cpp.o 2024-08-20T21:53:39.9710376Z #80 337.4 [2173/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFMA3Info.cpp.o 2024-08-20T21:53:40.1914812Z #80 337.4 [2174/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AsmPrinter.cpp.o 2024-08-20T21:53:40.1962786Z #80 337.6 [2175/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupBWInsts.cpp.o 2024-08-20T21:53:40.3985947Z #80 337.8 [2176/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastPreTileConfig.cpp.o 2024-08-20T21:53:40.5095201Z #80 337.8 [2177/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallingConv.cpp.o 2024-08-20T21:53:40.5097833Z #80 337.9 [2178/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticIDs.cpp.o 2024-08-20T21:53:40.6368006Z #80 338.0 [2179/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ExpandPseudo.cpp.o 2024-08-20T21:53:40.8173614Z #80 338.2 [2180/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DiscriminateMemOps.cpp.o 2024-08-20T21:53:41.0451634Z #80 338.3 [2181/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupLEAs.cpp.o 2024-08-20T21:53:41.4593386Z #80 338.9 [2182/3615] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetMachine.cpp.o 2024-08-20T21:53:41.7020652Z #80 339.1 [2183/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidStoreForwardingBlocks.cpp.o 2024-08-20T21:53:41.9323416Z #80 339.3 [2184/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ShuffleDecodeConstantPool.cpp.o 2024-08-20T21:53:42.1284886Z #80 339.5 [2185/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MachineFunctionInfo.cpp.o 2024-08-20T21:53:42.3055060Z #80 339.6 [2186/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DynAllocaExpander.cpp.o 2024-08-20T21:53:42.4138065Z #80 339.8 [2187/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectBranchTracking.cpp.o 2024-08-20T21:53:42.7271900Z #80 340.1 [2188/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreTileConfig.cpp.o 2024-08-20T21:53:42.8463518Z #80 340.2 [2189/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FlagsCopyLowering.cpp.o 2024-08-20T21:53:43.0886834Z #80 340.3 [2190/3615] Building CXX object lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXInstPrinter.cpp.o 2024-08-20T21:53:43.1203121Z #80 340.5 [2191/3615] Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLParser.cpp.o 2024-08-20T21:53:43.1205802Z #80 340.5 In function 'llvm::GlobalValue* createGlobalFwdRef(llvm::Module*, llvm::PointerType*)', 2024-08-20T21:53:43.1208873Z #80 340.5 inlined from 'llvm::GlobalValue* llvm::LLParser::getGlobalVal(unsigned int, llvm::Type*, llvm::LLParser::LocTy)' at /llvm-project/llvm/lib/AsmParser/LLParser.cpp:1665:43: 2024-08-20T21:53:43.1213343Z #80 340.5 /llvm-project/llvm/lib/AsmParser/LLParser.cpp:1582:53: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:43.1216575Z #80 340.5 1582 | PTy->getAddressSpace()); 2024-08-20T21:53:43.1217726Z #80 340.5 | ^ 2024-08-20T21:53:43.1219156Z #80 340.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:53:43.1220889Z #80 340.5 from /llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h:28, 2024-08-20T21:53:43.1222547Z #80 340.5 from /llvm-project/llvm/include/llvm/AsmParser/LLParser.h:22, 2024-08-20T21:53:43.1224057Z #80 340.5 from /llvm-project/llvm/lib/AsmParser/LLParser.cpp:13: 2024-08-20T21:53:43.1227152Z #80 340.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::GlobalValue* llvm::LLParser::getGlobalVal(unsigned int, llvm::Type*, llvm::LLParser::LocTy)': 2024-08-20T21:53:43.1231177Z #80 340.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:43.1233308Z #80 340.5 73 | return User::operator new(s, 1); 2024-08-20T21:53:43.1234600Z #80 340.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:43.1236277Z #80 340.5 In function 'llvm::GlobalValue* createGlobalFwdRef(llvm::Module*, llvm::PointerType*)', 2024-08-20T21:53:43.1239574Z #80 340.5 inlined from 'llvm::GlobalValue* llvm::LLParser::getGlobalVal(unsigned int, llvm::Type*, llvm::LLParser::LocTy)' at /llvm-project/llvm/lib/AsmParser/LLParser.cpp:1665:43: 2024-08-20T21:53:43.1244117Z #80 340.5 /llvm-project/llvm/lib/AsmParser/LLParser.cpp:1591:72: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:43.1247555Z #80 340.5 1591 | nullptr, GlobalVariable::NotThreadLocal, PTy->getAddressSpace()); 2024-08-20T21:53:43.1248990Z #80 340.5 | ^ 2024-08-20T21:53:43.1250452Z #80 340.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:53:43.1252139Z #80 340.5 from /llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h:28, 2024-08-20T21:53:43.1254094Z #80 340.5 from /llvm-project/llvm/include/llvm/AsmParser/LLParser.h:22, 2024-08-20T21:53:43.1255618Z #80 340.5 from /llvm-project/llvm/lib/AsmParser/LLParser.cpp:13: 2024-08-20T21:53:43.1258657Z #80 340.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::GlobalValue* llvm::LLParser::getGlobalVal(unsigned int, llvm::Type*, llvm::LLParser::LocTy)': 2024-08-20T21:53:43.1262585Z #80 340.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:43.1264629Z #80 340.5 73 | return User::operator new(s, 1); 2024-08-20T21:53:43.1265943Z #80 340.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:43.1267666Z #80 340.5 In function 'llvm::GlobalValue* createGlobalFwdRef(llvm::Module*, llvm::PointerType*)', 2024-08-20T21:53:43.1270726Z #80 340.5 inlined from 'llvm::GlobalValue* llvm::LLParser::getGlobalVal(const string&, llvm::Type*, llvm::LLParser::LocTy)' at /llvm-project/llvm/lib/AsmParser/LLParser.cpp:1637:43: 2024-08-20T21:53:43.1275290Z #80 340.5 /llvm-project/llvm/lib/AsmParser/LLParser.cpp:1582:53: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:43.1278399Z #80 340.5 1582 | PTy->getAddressSpace()); 2024-08-20T21:53:43.1279754Z #80 340.5 | ^ 2024-08-20T21:53:43.1281238Z #80 340.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:53:43.1283019Z #80 340.5 from /llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h:28, 2024-08-20T21:53:43.1284780Z #80 340.5 from /llvm-project/llvm/include/llvm/AsmParser/LLParser.h:22, 2024-08-20T21:53:43.1286408Z #80 340.5 from /llvm-project/llvm/lib/AsmParser/LLParser.cpp:13: 2024-08-20T21:53:43.1289526Z #80 340.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::GlobalValue* llvm::LLParser::getGlobalVal(const string&, llvm::Type*, llvm::LLParser::LocTy)': 2024-08-20T21:53:43.1293535Z #80 340.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:43.1295685Z #80 340.5 73 | return User::operator new(s, 1); 2024-08-20T21:53:43.1296626Z #80 340.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:43.1298311Z #80 340.5 In function 'llvm::GlobalValue* createGlobalFwdRef(llvm::Module*, llvm::PointerType*)', 2024-08-20T21:53:43.1301465Z #80 340.5 inlined from 'llvm::GlobalValue* llvm::LLParser::getGlobalVal(const string&, llvm::Type*, llvm::LLParser::LocTy)' at /llvm-project/llvm/lib/AsmParser/LLParser.cpp:1637:43: 2024-08-20T21:53:43.1305806Z #80 340.5 /llvm-project/llvm/lib/AsmParser/LLParser.cpp:1591:72: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:43.1309388Z #80 340.5 1591 | nullptr, GlobalVariable::NotThreadLocal, PTy->getAddressSpace()); 2024-08-20T21:53:43.1310798Z #80 340.5 | ^ 2024-08-20T21:53:43.1312095Z #80 340.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:53:43.1313607Z #80 340.5 from /llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h:28, 2024-08-20T21:53:43.1315056Z #80 340.5 from /llvm-project/llvm/include/llvm/AsmParser/LLParser.h:22, 2024-08-20T21:53:43.1316503Z #80 340.5 from /llvm-project/llvm/lib/AsmParser/LLParser.cpp:13: 2024-08-20T21:53:43.1319409Z #80 340.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::GlobalValue* llvm::LLParser::getGlobalVal(const string&, llvm::Type*, llvm::LLParser::LocTy)': 2024-08-20T21:53:43.1323591Z #80 340.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:43.1325548Z #80 340.5 73 | return User::operator new(s, 1); 2024-08-20T21:53:43.1326433Z #80 340.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:43.1328931Z #80 340.5 /llvm-project/llvm/lib/AsmParser/LLParser.cpp: In member function 'bool llvm::LLParser::parseValID(llvm::ValID&, llvm::LLParser::PerFunctionState*, llvm::Type*)': 2024-08-20T21:53:43.1434499Z #80 340.5 /llvm-project/llvm/lib/AsmParser/LLParser.cpp:3634:73: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:43.1438260Z #80 340.5 3634 | nullptr, "", nullptr, GlobalValue::NotThreadLocal, FwdDeclAS); 2024-08-20T21:53:43.1439675Z #80 340.5 | ^ 2024-08-20T21:53:43.1441341Z #80 340.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:53:43.1443066Z #80 340.5 from /llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h:28, 2024-08-20T21:53:43.1444978Z #80 340.5 from /llvm-project/llvm/include/llvm/AsmParser/LLParser.h:22, 2024-08-20T21:53:43.1446485Z #80 340.5 from /llvm-project/llvm/lib/AsmParser/LLParser.cpp:13: 2024-08-20T21:53:43.1448960Z #80 340.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:43.1450907Z #80 340.5 73 | return User::operator new(s, 1); 2024-08-20T21:53:43.1451775Z #80 340.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:43.1454937Z #80 340.5 /llvm-project/llvm/lib/AsmParser/LLParser.cpp:3698:73: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:43.1457926Z #80 340.5 3698 | nullptr, GlobalValue::NotThreadLocal); 2024-08-20T21:53:43.1459353Z #80 340.5 | ^ 2024-08-20T21:53:43.1460927Z #80 340.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:53:43.1462683Z #80 340.5 from /llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h:28, 2024-08-20T21:53:43.1464404Z #80 340.5 from /llvm-project/llvm/include/llvm/AsmParser/LLParser.h:22, 2024-08-20T21:53:43.1466024Z #80 340.5 from /llvm-project/llvm/lib/AsmParser/LLParser.cpp:13: 2024-08-20T21:53:43.1468662Z #80 340.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:43.1470792Z #80 340.5 73 | return User::operator new(s, 1); 2024-08-20T21:53:43.1471744Z #80 340.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:43.1475715Z #80 340.5 /llvm-project/llvm/lib/AsmParser/LLParser.cpp: In member function 'bool llvm::LLParser::parseGlobal(const string&, llvm::LLParser::LocTy, unsigned int, bool, unsigned int, unsigned int, bool, llvm::GlobalValue::ThreadLocalMode, llvm::GlobalValue::UnnamedAddr)': 2024-08-20T21:53:43.1481746Z #80 340.5 /llvm-project/llvm/lib/AsmParser/LLParser.cpp:1264:48: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:53:43.1484607Z #80 340.5 1264 | GlobalVariable::NotThreadLocal, AddrSpace); 2024-08-20T21:53:43.1485715Z #80 340.5 | ^ 2024-08-20T21:53:43.1487216Z #80 340.5 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:53:43.1488985Z #80 340.5 from /llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h:28, 2024-08-20T21:53:43.1490967Z #80 340.5 from /llvm-project/llvm/include/llvm/AsmParser/LLParser.h:22, 2024-08-20T21:53:43.1492449Z #80 340.5 from /llvm-project/llvm/lib/AsmParser/LLParser.cpp:13: 2024-08-20T21:53:43.1495096Z #80 340.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:53:43.1497200Z #80 340.5 73 | return User::operator new(s, 1); 2024-08-20T21:53:43.2502201Z #80 340.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:53:43.2504290Z #80 340.6 [2192/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetObjectFile.cpp.o 2024-08-20T21:53:43.4166939Z #80 340.7 [2193/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectThunks.cpp.o 2024-08-20T21:53:43.5339835Z #80 340.9 [2194/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmt.cpp.o 2024-08-20T21:53:43.9453685Z #80 341.3 [2195/3615] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilderPipelines.cpp.o 2024-08-20T21:53:43.9463590Z #80 341.3 In file included from /llvm-project/llvm/lib/Passes/PassBuilderPipelines.cpp:112: 2024-08-20T21:53:43.9467666Z #80 341.3 /llvm-project/llvm/include/llvm/Transforms/Scalar/SROA.h:95:7: warning: 'llvm::SROAPass' declared with greater visibility than the type of its field 'llvm::SROAPass::SelectsToRewrite' [-Wattributes] 2024-08-20T21:53:43.9470498Z #80 341.3 95 | class SROAPass : public PassInfoMixin { 2024-08-20T21:53:43.9471394Z #80 341.3 | ^~~~~~~~ 2024-08-20T21:53:44.1384271Z #80 341.4 [2196/3615] Building CXX object tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o 2024-08-20T21:53:44.2260034Z #80 341.6 [2197/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertPrefetch.cpp.o 2024-08-20T21:53:44.6312020Z #80 342.0 [2198/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ShuffleDecode.cpp.o 2024-08-20T21:53:44.9537607Z #80 342.4 [2199/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstPrinterCommon.cpp.o 2024-08-20T21:53:45.1647219Z #80 342.4 [2200/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InterleavedAccess.cpp.o 2024-08-20T21:53:45.1649752Z #80 342.4 [2201/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ATTInstPrinter.cpp.o 2024-08-20T21:53:45.2811308Z #80 342.7 [2202/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86IntelInstPrinter.cpp.o 2024-08-20T21:53:45.4166464Z #80 342.8 [2203/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/ReducerWorkItem.cpp.o 2024-08-20T21:53:45.5868451Z #80 342.9 [2204/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterBankInfo.cpp.o 2024-08-20T21:53:45.5870162Z #80 343.0 [2205/3615] Linking CXX static library lib/libLLVMNVPTXInfo.a 2024-08-20T21:53:45.7062650Z #80 343.1 [2206/3615] Linking CXX static library lib/libLLVMNVPTXDesc.a 2024-08-20T21:53:45.8304240Z #80 343.2 [2207/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86EvexToVex.cpp.o 2024-08-20T21:53:45.8306728Z #80 343.2 [2208/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmtAsm.cpp.o 2024-08-20T21:53:45.8308627Z #80 343.2 [2209/3615] Linking CXX static library lib/libLLVMAsmParser.a 2024-08-20T21:53:45.8309909Z #80 343.2 [2210/3615] Linking CXX static library lib/libLLVMTextAPI.a 2024-08-20T21:53:45.9861810Z #80 343.2 [2211/3615] Linking CXX static library lib/libLLVMIRReader.a 2024-08-20T21:53:45.9863316Z #80 343.3 [2212/3615] Linking CXX static library lib/libLLVMWindowsDriver.a 2024-08-20T21:53:45.9864969Z #80 343.3 [2213/3615] Building CXX object tools/lto/CMakeFiles/LTO.dir/LTODisassembler.cpp.o 2024-08-20T21:53:45.9867077Z #80 343.4 [2214/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParsePragma.cpp.o 2024-08-20T21:53:46.1083546Z #80 343.4 [2215/3615] Linking CXX static library lib/libLLVMObject.a 2024-08-20T21:53:46.1085460Z #80 343.5 [2216/3615] Building CXX object tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar-driver.cpp.o 2024-08-20T21:53:46.2667421Z #80 343.5 [2217/3615] Linking CXX static library lib/libLLVMInterfaceStub.a 2024-08-20T21:53:46.2668585Z #80 343.7 [2218/3615] Linking CXX static library lib/libLLVMObjCopy.a 2024-08-20T21:53:46.4549381Z #80 343.7 [2219/3615] Linking CXX static library lib/libLLVMObjectYAML.a 2024-08-20T21:53:46.4608780Z #80 343.9 [2220/3615] Linking CXX static library lib/libLLVMDebugInfoDWARF.a 2024-08-20T21:53:46.5728227Z #80 343.9 [2221/3615] Linking CXX static library lib/libLLVMDebugInfoPDB.a 2024-08-20T21:53:46.5729572Z #80 344.0 [2222/3615] Linking CXX static library lib/libLLVMDebugInfoGSYM.a 2024-08-20T21:53:46.6874137Z #80 344.1 [2223/3615] Linking CXX static library lib/libLLVMDebugInfoLogicalView.a 2024-08-20T21:53:46.8058917Z #80 344.1 [2224/3615] Building CXX object lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/X86TargetInfo.cpp.o 2024-08-20T21:53:46.8060960Z #80 344.1 [2225/3615] Linking CXX static library lib/libLLVMSymbolize.a 2024-08-20T21:53:46.8062686Z #80 344.2 [2226/3615] Linking CXX static library lib/libLLVMRuntimeDyld.a 2024-08-20T21:53:46.8064068Z #80 344.2 [2227/3615] Linking CXX static library lib/libLLVMJITLink.a 2024-08-20T21:53:46.9378083Z #80 344.2 [2228/3615] Linking CXX static library lib/libLLVMDebuginfod.a 2024-08-20T21:53:46.9379406Z #80 344.2 [2229/3615] Linking CXX static library lib/libLLVMX86Info.a 2024-08-20T21:53:46.9381094Z #80 344.2 [2230/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstComments.cpp.o 2024-08-20T21:53:46.9382920Z #80 344.2 [2231/3615] Linking CXX static library lib/libLLVMDlltoolDriver.a 2024-08-20T21:53:46.9384175Z #80 344.3 [2232/3615] Linking CXX static library lib/libLLVMLibDriver.a 2024-08-20T21:53:46.9385456Z #80 344.3 [2233/3615] Linking CXX static library lib/libLLVMProfileData.a 2024-08-20T21:53:46.9386585Z #80 344.3 [2234/3615] Linking CXX static library lib/libLLVMXRay.a 2024-08-20T21:53:46.9387988Z #80 344.3 [2235/3615] Linking CXX static library lib/libLLVMCoverage.a 2024-08-20T21:53:47.0484330Z #80 344.4 [2236/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionRetHardening.cpp.o 2024-08-20T21:53:47.0486628Z #80 344.4 [2237/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ExpressionTraits.cpp.o 2024-08-20T21:53:47.2485886Z #80 344.5 [2238/3615] Linking CXX executable bin/llvm-config 2024-08-20T21:53:47.2487634Z #80 344.5 [2239/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCAsmInfo.cpp.o 2024-08-20T21:53:47.2489801Z #80 344.6 [2240/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MacroFusion.cpp.o 2024-08-20T21:53:47.3853944Z #80 344.8 [2241/3615] Linking CXX static library lib/libLLVMAnalysis.a 2024-08-20T21:53:47.4916933Z #80 344.9 [2242/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86KCFI.cpp.o 2024-08-20T21:53:47.4919627Z #80 344.9 [2243/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FrameLowering.cpp.o 2024-08-20T21:53:47.6461312Z #80 344.9 [2244/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstructionSelector.cpp.o 2024-08-20T21:53:47.6463196Z #80 344.9 [2245/3615] Linking CXX static library lib/libLLVMIRPrinter.a 2024-08-20T21:53:47.6464514Z #80 344.9 [2246/3615] Linking CXX static library lib/libLLVMBitWriter.a 2024-08-20T21:53:47.6465821Z #80 345.0 [2247/3615] Linking CXX static library lib/libLLVMTarget.a 2024-08-20T21:53:47.6466851Z #80 345.0 [2248/3615] Linking CXX static library lib/libLLVMDWP.a 2024-08-20T21:53:47.7596293Z #80 345.2 [2249/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFObjectWriter.cpp.o 2024-08-20T21:53:47.8999712Z #80 345.2 [2250/3615] Linking CXX static library lib/libLLVMExecutionEngine.a 2024-08-20T21:53:47.9002037Z #80 345.2 [2251/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticOptions.cpp.o 2024-08-20T21:53:47.9004019Z #80 345.2 [2252/3615] Linking CXX static library lib/libLLVMTransformUtils.a 2024-08-20T21:53:47.9005358Z #80 345.2 [2253/3615] Linking CXX static library lib/libLLVMMCJIT.a 2024-08-20T21:53:47.9007202Z #80 345.3 [2254/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ELFObjectWriter.cpp.o 2024-08-20T21:53:48.0141506Z #80 345.3 [2255/3615] Linking CXX static library lib/libLLVMAggressiveInstCombine.a 2024-08-20T21:53:48.0143331Z #80 345.3 [2256/3615] Linking CXX static library lib/libLLVMInstrumentation.a 2024-08-20T21:53:48.0145414Z #80 345.4 [2257/3615] Building CXX object lib/Target/X86/MCA/CMakeFiles/LLVMX86TargetMCA.dir/X86CustomBehaviour.cpp.o 2024-08-20T21:53:48.0148339Z #80 345.4 [2258/3615] Building CXX object tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o 2024-08-20T21:53:48.0150742Z #80 345.4 [2259/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCCodeEmitter.cpp.o 2024-08-20T21:53:48.0152978Z #80 345.4 [2260/3615] Linking CXX static library lib/libLLVMObjCARCOpts.a 2024-08-20T21:53:48.2189782Z #80 345.4 [2261/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFStreamer.cpp.o 2024-08-20T21:53:48.2191811Z #80 345.4 [2262/3615] Linking CXX static library lib/libLLVMLinker.a 2024-08-20T21:53:48.2193135Z #80 345.4 [2263/3615] Linking CXX static library lib/libLLVMInstCombine.a 2024-08-20T21:53:48.2194436Z #80 345.5 [2264/3615] Linking CXX static library lib/libLLVMVectorize.a 2024-08-20T21:53:48.2196352Z #80 345.6 [2265/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OperatorPrecedence.cpp.o 2024-08-20T21:53:48.4506142Z #80 345.8 [2266/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstrRelaxTables.cpp.o 2024-08-20T21:53:48.6469914Z #80 345.9 [2267/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/MakeSupport.cpp.o 2024-08-20T21:53:48.6472448Z #80 345.9 [2268/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstCombineIntrinsic.cpp.o 2024-08-20T21:53:48.6474308Z #80 345.9 [2269/3615] Linking CXX static library lib/libLLVMScalarOpts.a 2024-08-20T21:53:48.6476295Z #80 345.9 [2270/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangStandards.cpp.o 2024-08-20T21:53:48.6478161Z #80 346.0 [2271/3615] Linking CXX static library lib/libLLVMFuzzMutate.a 2024-08-20T21:53:48.7643606Z #80 346.2 [2272/3615] Linking CXX static library lib/libLLVMFrontendOpenMP.a 2024-08-20T21:53:48.9606005Z #80 346.2 [2273/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MachObjectWriter.cpp.o 2024-08-20T21:53:48.9608228Z #80 346.2 [2274/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ObjCRuntime.cpp.o 2024-08-20T21:53:48.9610426Z #80 346.4 [2275/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileEntry.cpp.o 2024-08-20T21:53:49.0913633Z #80 346.4 [2276/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SelectionDAGInfo.cpp.o 2024-08-20T21:53:49.0916219Z #80 346.5 [2277/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileSystemStatCache.cpp.o 2024-08-20T21:53:49.2442149Z #80 346.5 [2278/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangOptions.cpp.o 2024-08-20T21:53:49.2443915Z #80 346.5 [2279/3615] Linking CXX static library lib/libLLVMipo.a 2024-08-20T21:53:49.2445463Z #80 346.6 [2280/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinEHState.cpp.o 2024-08-20T21:53:49.3693102Z #80 346.7 [2281/3615] Linking CXX static library lib/libLLVMCoroutines.a 2024-08-20T21:53:49.3694447Z #80 346.8 [2282/3615] Linking CXX static library lib/libLLVMCodeGen.a 2024-08-20T21:53:49.5196613Z #80 346.8 [2283/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeExecutionSideEffectSuppression.cpp.o 2024-08-20T21:53:49.5198704Z #80 346.8 [2284/3615] Linking CXX executable bin/llvm-profdata 2024-08-20T21:53:49.5199889Z #80 346.9 [2285/3615] Linking CXX static library lib/libLLVMMIRParser.a 2024-08-20T21:53:49.6396448Z #80 347.0 [2286/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ReturnThunks.cpp.o 2024-08-20T21:53:49.6398244Z #80 347.0 [2287/3615] Linking CXX static library lib/libLLVMInterpreter.a 2024-08-20T21:53:49.6399730Z #80 347.0 [2288/3615] Linking CXX static library lib/libLLVMAsmPrinter.a 2024-08-20T21:53:49.6401777Z #80 347.0 [2289/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PadShortFunction.cpp.o 2024-08-20T21:53:49.7563874Z #80 347.0 [2290/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Stack.cpp.o 2024-08-20T21:53:49.7566234Z #80 347.0 [2291/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SanitizerSpecialCaseList.cpp.o 2024-08-20T21:53:49.7568298Z #80 347.1 [2292/3615] Linking CXX static library lib/libLLVMSelectionDAG.a 2024-08-20T21:53:49.7569959Z #80 347.1 [2293/3615] Linking CXX static library lib/libLLVMDWARFLinker.a 2024-08-20T21:53:49.7571322Z #80 347.1 [2294/3615] Linking CXX static library lib/libLLVMDWARFLinkerParallel.a 2024-08-20T21:53:49.7572767Z #80 347.2 [2295/3615] Linking CXX static library lib/libLLVMGlobalISel.a 2024-08-20T21:53:49.8771070Z #80 347.2 [2296/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFTargetStreamer.cpp.o 2024-08-20T21:53:49.8773229Z #80 347.2 [2297/3615] Linking CXX static library lib/libLLVMNVPTXCodeGen.a 2024-08-20T21:53:49.8775103Z #80 347.2 [2298/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86AsmBackend.cpp.o 2024-08-20T21:53:49.8777475Z #80 347.2 [2299/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PartialReduction.cpp.o 2024-08-20T21:53:49.8779749Z #80 347.3 [2300/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LegalizerInfo.cpp.o 2024-08-20T21:53:50.0688982Z #80 347.5 [2301/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Sanitizers.cpp.o 2024-08-20T21:53:50.2092184Z #80 347.5 [2302/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenMPKinds.cpp.o 2024-08-20T21:53:50.2094706Z #80 347.6 [2303/3615] Building CXX object lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/X86Disassembler.cpp.o 2024-08-20T21:53:50.2097166Z #80 347.6 [2304/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86OptimizeLEAs.cpp.o 2024-08-20T21:53:50.4351755Z #80 347.7 [2305/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86VZeroUpper.cpp.o 2024-08-20T21:53:50.4353683Z #80 347.7 [2306/3615] Linking CXX static library lib/libLLVMX86Disassembler.a 2024-08-20T21:53:50.6431696Z #80 348.0 [2307/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastISel.cpp.o 2024-08-20T21:53:50.7520989Z #80 348.1 [2308/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/NoSanitizeList.cpp.o 2024-08-20T21:53:50.7523321Z #80 348.1 [2309/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertWait.cpp.o 2024-08-20T21:53:50.8749545Z #80 348.2 [2310/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ProfileList.cpp.o 2024-08-20T21:53:50.8751715Z #80 348.3 [2311/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenCLOptions.cpp.o 2024-08-20T21:53:51.1055365Z #80 348.3 [2312/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetID.cpp.o 2024-08-20T21:53:51.1057504Z #80 348.4 [2313/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterInfo.cpp.o 2024-08-20T21:53:51.5083052Z #80 348.9 [2314/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceLocation.cpp.o 2024-08-20T21:53:51.6909463Z #80 348.9 [2315/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/IdentifierTable.cpp.o 2024-08-20T21:53:51.7227574Z #80 349.1 [2316/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o 2024-08-20T21:53:51.8278713Z #80 349.2 [2317/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MCInstLower.cpp.o 2024-08-20T21:53:52.0397585Z #80 349.3 [2318/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Attributes.cpp.o 2024-08-20T21:53:52.0400226Z #80 349.4 [2319/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARC.cpp.o 2024-08-20T21:53:52.2115056Z #80 349.5 [2320/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/BPF.cpp.o 2024-08-20T21:53:52.2117352Z #80 349.5 [2321/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TokenKinds.cpp.o 2024-08-20T21:53:52.2119719Z #80 349.5 [2322/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TypeTraits.cpp.o 2024-08-20T21:53:52.4201472Z #80 349.8 [2323/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Lanai.cpp.o 2024-08-20T21:53:52.5747228Z #80 349.8 [2324/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionLoadHardening.cpp.o 2024-08-20T21:53:52.5749935Z #80 349.9 [2325/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/MSP430.cpp.o 2024-08-20T21:53:52.5752232Z #80 349.9 [2326/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/DirectX.cpp.o 2024-08-20T21:53:52.5754658Z #80 350.0 [2327/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/CSKY.cpp.o 2024-08-20T21:53:52.7671256Z #80 350.0 [2328/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Le64.cpp.o 2024-08-20T21:53:52.7673021Z #80 350.0 [2329/3615] Building Opcodes.inc... 2024-08-20T21:53:52.7674824Z #80 350.0 [2330/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MnemonicTables.cpp.o 2024-08-20T21:53:52.7677471Z #80 350.0 [2331/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/OSTargets.cpp.o 2024-08-20T21:53:52.7679031Z #80 350.0 [2332/3615] Building AttrDocTable.inc... 2024-08-20T21:53:52.8010581Z #80 350.2 [2333/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetInfo.cpp.o 2024-08-20T21:53:52.9077136Z #80 350.3 [2334/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayInstr.cpp.o 2024-08-20T21:53:53.1179174Z #80 350.3 [2335/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/LoongArch.cpp.o 2024-08-20T21:53:53.1181662Z #80 350.3 [2336/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Version.cpp.o 2024-08-20T21:53:53.1183979Z #80 350.4 [2337/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/M68k.cpp.o 2024-08-20T21:53:53.1186551Z #80 350.5 [2338/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Module.cpp.o 2024-08-20T21:53:53.2756119Z #80 350.7 [2339/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SPIR.cpp.o 2024-08-20T21:53:53.4056701Z #80 350.7 [2340/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Hexagon.cpp.o 2024-08-20T21:53:53.4059109Z #80 350.7 [2341/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/TCE.cpp.o 2024-08-20T21:53:53.4061428Z #80 350.8 [2342/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/NVPTX.cpp.o 2024-08-20T21:53:53.5601526Z #80 350.8 [2343/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PNaCl.cpp.o 2024-08-20T21:53:53.5745300Z #80 351.0 [2344/3615] Building CXX object tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar.cpp.o 2024-08-20T21:53:53.6773522Z #80 351.1 [2345/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Sparc.cpp.o 2024-08-20T21:53:53.8688487Z #80 351.1 [2346/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Warnings.cpp.o 2024-08-20T21:53:53.8690748Z #80 351.1 [2347/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86Subtarget.cpp.o 2024-08-20T21:53:53.8692996Z #80 351.1 [2348/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AMDGPU.cpp.o 2024-08-20T21:53:53.8790699Z #80 351.3 [2349/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/VE.cpp.o 2024-08-20T21:53:53.9854875Z #80 351.4 [2350/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SystemZ.cpp.o 2024-08-20T21:53:54.1653574Z #80 351.4 [2351/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Sarif.cpp.o 2024-08-20T21:53:54.2871260Z #80 351.7 [2352/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Mips.cpp.o 2024-08-20T21:53:54.5157958Z #80 351.7 [2353/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/WebAssembly.cpp.o 2024-08-20T21:53:54.5160621Z #80 351.7 [2354/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/XCore.cpp.o 2024-08-20T21:53:54.5163061Z #80 351.8 [2355/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AArch64.cpp.o 2024-08-20T21:53:54.6090419Z #80 352.0 [2356/3615] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCTargetDesc.cpp.o 2024-08-20T21:53:54.8343475Z #80 352.1 [2357/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayLists.cpp.o 2024-08-20T21:53:54.8345702Z #80 352.2 [2358/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AVR.cpp.o 2024-08-20T21:53:54.9512848Z #80 352.2 [2359/3615] Linking CXX static library lib/libLLVMX86Desc.a 2024-08-20T21:53:54.9514243Z #80 352.3 [2360/3615] Linking CXX static library lib/libLLVMX86TargetMCA.a 2024-08-20T21:53:54.9515996Z #80 352.3 [2361/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PPC.cpp.o 2024-08-20T21:53:55.1251937Z #80 352.4 [2362/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrInfo.cpp.o 2024-08-20T21:53:55.1254016Z #80 352.4 [2363/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARM.cpp.o 2024-08-20T21:53:55.1256085Z #80 352.5 [2364/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConsumer.cpp.o 2024-08-20T21:53:55.3353446Z #80 352.5 [2365/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentCommandTraits.cpp.o 2024-08-20T21:53:55.3355532Z #80 352.6 [2366/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeLoadHardening.cpp.o 2024-08-20T21:53:55.3357541Z #80 352.6 [2367/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/RISCV.cpp.o 2024-08-20T21:53:55.9908330Z #80 353.4 [2368/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceManager.cpp.o 2024-08-20T21:53:56.2407832Z #80 353.6 [2369/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentBriefParser.cpp.o 2024-08-20T21:53:56.6552049Z #80 354.1 [2370/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/X86.cpp.o 2024-08-20T21:53:56.8793699Z #80 354.3 [2371/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrDocTable.cpp.o 2024-08-20T21:53:57.0625519Z #80 354.3 [2372/3615] Building CXX object tools/lto/CMakeFiles/LTO.dir/lto.cpp.o 2024-08-20T21:53:57.4530852Z #80 354.9 [2373/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentLexer.cpp.o 2024-08-20T21:53:57.6318631Z #80 354.9 [2374/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConcept.cpp.o 2024-08-20T21:53:57.9498778Z #80 355.3 [2375/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclGroup.cpp.o 2024-08-20T21:53:58.4022995Z #80 355.8 [2376/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetMachine.cpp.o 2024-08-20T21:53:58.8832583Z #80 356.3 [2377/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Comment.cpp.o 2024-08-20T21:53:59.0101098Z #80 356.4 [2378/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DataCollection.cpp.o 2024-08-20T21:53:59.1856977Z #80 356.6 [2379/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetTransformInfo.cpp.o 2024-08-20T21:53:59.3237613Z #80 356.7 [2380/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComparisonCategories.cpp.o 2024-08-20T21:53:59.3240157Z #80 356.7 [2381/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentParser.cpp.o 2024-08-20T21:53:59.3242440Z #80 356.7 [2382/3615] Building CXX object lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o 2024-08-20T21:53:59.5287302Z #80 356.8 [2383/3615] Linking CXX static library lib/libLLVMX86AsmParser.a 2024-08-20T21:53:59.5289308Z #80 356.9 [2384/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTTypeTraits.cpp.o 2024-08-20T21:53:59.6383988Z #80 357.0 [2385/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o 2024-08-20T21:53:59.8400698Z #80 357.1 [2386/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclFriend.cpp.o 2024-08-20T21:53:59.8660817Z #80 357.3 [2387/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclOpenMP.cpp.o 2024-08-20T21:54:00.5756464Z #80 358.0 [2388/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/APValue.cpp.o 2024-08-20T21:54:00.7457191Z #80 358.0 [2389/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclarationName.cpp.o 2024-08-20T21:54:00.7516271Z #80 358.1 [2390/3615] Building CXX object tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets.cpp.o 2024-08-20T21:54:00.9715907Z #80 358.2 [2391/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Frame.cpp.o 2024-08-20T21:54:00.9718301Z #80 358.2 [2392/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComputeDependence.cpp.o 2024-08-20T21:54:00.9720860Z #80 358.4 [2393/3615] Linking CXX executable bin/llvm-ar 2024-08-20T21:54:01.0724951Z #80 358.4 [2394/3615] Generating ../../bin/llvm-ranlib 2024-08-20T21:54:01.0726113Z #80 358.5 [2395/3615] Generating ../../bin/llvm-lib 2024-08-20T21:54:01.2165359Z #80 358.5 [2396/3615] Generating ../../bin/llvm-dlltool 2024-08-20T21:54:01.2166632Z #80 358.5 [2397/3615] Linking CXX static library lib/libclangBasic.a 2024-08-20T21:54:01.2168282Z #80 358.6 [2398/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDiagnostic.cpp.o 2024-08-20T21:54:01.3850133Z #80 358.6 [2399/3615] Linking CXX static library lib/libclangAPINotes.a 2024-08-20T21:54:01.3866060Z #80 358.8 [2400/3615] Linking CXX static library lib/libclangLex.a 2024-08-20T21:54:01.6412449Z #80 359.0 [2401/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CXXInheritance.cpp.o 2024-08-20T21:54:01.8322956Z #80 359.2 [2402/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConcepts.cpp.o 2024-08-20T21:54:01.9707371Z #80 359.3 [2403/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeGenError.cpp.o 2024-08-20T21:54:01.9709537Z #80 359.3 [2404/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprObjC.cpp.o 2024-08-20T21:54:01.9711681Z #80 359.4 [2405/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTSource.cpp.o 2024-08-20T21:54:02.1548192Z #80 359.4 [2406/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprClassification.cpp.o 2024-08-20T21:54:02.3395912Z #80 359.7 [2407/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpStack.cpp.o 2024-08-20T21:54:02.5867258Z #80 360.0 [2408/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/FormatString.cpp.o 2024-08-20T21:54:02.8830993Z #80 360.3 [2409/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclTemplate.cpp.o 2024-08-20T21:54:03.7392046Z #80 361.1 [2410/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclObjC.cpp.o 2024-08-20T21:54:03.8932074Z #80 361.1 [2411/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Descriptor.cpp.o 2024-08-20T21:54:04.0234095Z #80 361.4 [2412/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/InheritViz.cpp.o 2024-08-20T21:54:04.1491037Z #80 361.5 [2413/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpBlock.cpp.o 2024-08-20T21:54:04.4876852Z #80 361.9 [2414/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Function.cpp.o 2024-08-20T21:54:04.7394582Z #80 362.1 [2415/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Source.cpp.o 2024-08-20T21:54:04.9250858Z #80 362.1 [2416/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTStructuralEquivalence.cpp.o 2024-08-20T21:54:04.9252806Z #80 362.2 [2417/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprCXX.cpp.o 2024-08-20T21:54:05.0087611Z #80 362.4 [2418/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/PrimType.cpp.o 2024-08-20T21:54:05.1847854Z #80 362.4 [2419/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclPrinter.cpp.o 2024-08-20T21:54:05.1849517Z #80 362.4 [2420/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTMerger.cpp.o 2024-08-20T21:54:05.3519332Z #80 362.7 [2421/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpState.cpp.o 2024-08-20T21:54:05.5155964Z #80 362.8 [2422/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentSema.cpp.o 2024-08-20T21:54:05.6345116Z #80 363.0 [2423/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclBase.cpp.o 2024-08-20T21:54:05.7622986Z #80 363.2 [2424/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Pointer.cpp.o 2024-08-20T21:54:05.8650322Z #80 363.3 [2425/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Record.cpp.o 2024-08-20T21:54:06.0963766Z #80 363.5 [2426/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpFrame.cpp.o 2024-08-20T21:54:06.2798839Z #80 363.7 [2427/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTentative.cpp.o 2024-08-20T21:54:06.7786317Z #80 364.2 [2428/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclCXX.cpp.o 2024-08-20T21:54:06.9958658Z #80 364.4 [2429/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeStmtGen.cpp.o 2024-08-20T21:54:07.4859045Z #80 364.9 [2430/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/State.cpp.o 2024-08-20T21:54:07.7102845Z #80 365.1 [2431/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o 2024-08-20T21:54:07.8526156Z #80 365.2 [2432/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeEmitter.cpp.o 2024-08-20T21:54:08.4168531Z #80 365.8 [2433/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/Parser.cpp.o 2024-08-20T21:54:08.6087374Z #80 365.9 [2434/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Context.cpp.o 2024-08-20T21:54:08.6541565Z #80 366.1 [2435/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NSAPI.cpp.o 2024-08-20T21:54:09.0436778Z #80 366.4 [2436/3615] Building CXX object tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTemplate.cpp.o 2024-08-20T21:54:09.1650518Z #80 366.5 [2437/3615] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Diagnostics.cpp.o 2024-08-20T21:54:09.1653419Z #80 366.6 [2438/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/SelectorLocationsKind.cpp.o 2024-08-20T21:54:09.5799046Z #80 367.0 [2439/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtIterator.cpp.o 2024-08-20T21:54:09.6905363Z #80 367.1 [2440/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NestedNameSpecifier.cpp.o 2024-08-20T21:54:09.8482821Z #80 367.2 [2441/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumCXXABI.cpp.o 2024-08-20T21:54:09.9973121Z #80 367.4 [2442/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Decl.cpp.o 2024-08-20T21:54:10.1423949Z #80 367.4 [2443/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ScanfFormatString.cpp.o 2024-08-20T21:54:10.1426451Z #80 367.5 [2444/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OSLog.cpp.o 2024-08-20T21:54:10.2867714Z #80 367.7 [2445/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/PrintfFormatString.cpp.o 2024-08-20T21:54:10.4031871Z #80 367.8 [2446/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeExprGen.cpp.o 2024-08-20T21:54:10.8029178Z #80 368.2 [2447/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayout.cpp.o 2024-08-20T21:54:11.0011129Z #80 368.4 [2448/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtCXX.cpp.o 2024-08-20T21:54:11.1026160Z #80 368.5 [2449/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Program.cpp.o 2024-08-20T21:54:11.3507463Z #80 368.7 [2450/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtObjC.cpp.o 2024-08-20T21:54:11.4640021Z #80 368.8 [2451/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMap.cpp.o 2024-08-20T21:54:11.4642331Z #80 368.9 [2452/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/QualTypeNames.cpp.o 2024-08-20T21:54:11.7073631Z #80 369.0 [2453/3615] Building OpenCLBuiltins.inc... 2024-08-20T21:54:11.7942663Z #80 369.2 [2454/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Randstruct.cpp.o 2024-08-20T21:54:12.0094225Z #80 369.4 [2455/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftCXXABI.cpp.o 2024-08-20T21:54:12.1755352Z #80 369.4 [2456/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RawCommentList.cpp.o 2024-08-20T21:54:12.1757604Z #80 369.6 [2457/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtViz.cpp.o 2024-08-20T21:54:12.2978575Z #80 369.7 [2458/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDumper.cpp.o 2024-08-20T21:54:12.6694329Z #80 370.1 [2459/3615] Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/GtestMatchers.cpp.o 2024-08-20T21:54:12.9281117Z #80 370.3 [2460/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Mangle.cpp.o 2024-08-20T21:54:13.1929269Z #80 370.6 [2461/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ODRHash.cpp.o 2024-08-20T21:54:13.5742048Z #80 371.0 [2462/3615] Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchersInternal.cpp.o 2024-08-20T21:54:13.9563832Z #80 371.4 [2463/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Expr.cpp.o 2024-08-20T21:54:14.2457091Z #80 371.6 [2464/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateName.cpp.o 2024-08-20T21:54:15.0248168Z #80 372.4 [2465/3615] Building CXX object tools/llvm-split/CMakeFiles/llvm-split.dir/llvm-split.cpp.o 2024-08-20T21:54:15.1353693Z #80 372.5 [2466/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateBase.cpp.o 2024-08-20T21:54:15.3863931Z #80 372.8 [2467/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporterLookupTable.cpp.o 2024-08-20T21:54:15.4966783Z #80 372.9 [2468/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTTBuilder.cpp.o 2024-08-20T21:54:15.6844892Z #80 372.9 [2469/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OpenMPClause.cpp.o 2024-08-20T21:54:15.6847331Z #80 373.1 [2470/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ODRDiagsEmitter.cpp.o 2024-08-20T21:54:16.1250354Z #80 373.5 [2471/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtOpenMP.cpp.o 2024-08-20T21:54:16.3519105Z #80 373.6 [2472/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Scope.cpp.o 2024-08-20T21:54:17.1329360Z #80 374.5 [2473/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypeLoc.cpp.o 2024-08-20T21:54:17.2999187Z #80 374.7 [2474/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConsumer.cpp.o 2024-08-20T21:54:17.9763994Z #80 375.4 [2475/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayoutBuilder.cpp.o 2024-08-20T21:54:18.2356862Z #80 375.6 [2476/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Stmt.cpp.o 2024-08-20T21:54:18.4156083Z #80 375.7 [2477/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/IdentifierResolver.cpp.o 2024-08-20T21:54:18.5556803Z #80 376.0 [2478/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtProfile.cpp.o 2024-08-20T21:54:18.7482308Z #80 376.1 [2479/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftMangle.cpp.o 2024-08-20T21:54:19.8027907Z #80 377.2 [2480/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMapContext.cpp.o 2024-08-20T21:54:19.9487764Z #80 377.2 [2481/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Interp.cpp.o 2024-08-20T21:54:19.9490064Z #80 377.2 In file included from /llvm-project/clang/lib/AST/Interp/Interp.cpp:9: 2024-08-20T21:54:19.9493474Z #80 377.2 /llvm-project/clang/lib/AST/Interp/Interp.h: In function 'bool clang::interp::InitGlobal(clang::interp::InterpState&, clang::interp::CodePtr, uint32_t) [with clang::interp::PrimType Name = clang::interp::PT_Bool; T = clang::interp::Boolean]': 2024-08-20T21:54:19.9497104Z #80 377.2 /llvm-project/clang/lib/AST/Interp/Interp.h:718:3: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2024-08-20T21:54:19.9498976Z #80 377.2 718 | S.P.getGlobal(I)->deref() = S.Stk.pop(); 2024-08-20T21:54:19.9499820Z #80 377.2 | ^ 2024-08-20T21:54:19.9500880Z #80 377.2 In file included from /llvm-project/clang/lib/AST/Interp/InterpFrame.h:17, 2024-08-20T21:54:20.0936352Z #80 377.2 from /llvm-project/clang/lib/AST/Interp/Interp.h:18, 2024-08-20T21:54:20.1036065Z #80 377.2 from /llvm-project/clang/lib/AST/Interp/Interp.cpp:9: 2024-08-20T21:54:20.1237592Z #80 377.2 /llvm-project/clang/lib/AST/Interp/Program.h:194:11: note: at offset 32 into destination object 'clang::interp::Program::Global::B' of size 32 2024-08-20T21:54:20.1435464Z #80 377.2 194 | Block B; 2024-08-20T21:54:20.1635376Z #80 377.2 | ^ 2024-08-20T21:54:20.1836277Z #80 377.3 [2482/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtPrinter.cpp.o 2024-08-20T21:54:20.4395164Z #80 377.8 [2483/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/JSONNodeDumper.cpp.o 2024-08-20T21:54:20.6366786Z #80 377.9 [2484/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ScopeInfo.cpp.o 2024-08-20T21:54:21.3893259Z #80 378.8 [2485/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumMangle.cpp.o 2024-08-20T21:54:21.6297783Z #80 379.0 [2486/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/EvalEmitter.cpp.o 2024-08-20T21:54:21.6300135Z #80 379.0 In file included from /llvm-project/clang/lib/AST/Interp/EvalEmitter.cpp:11: 2024-08-20T21:54:21.6302532Z #80 379.0 In function 'bool clang::interp::InitGlobal(clang::interp::InterpState&, clang::interp::CodePtr, uint32_t) [with clang::interp::PrimType Name = clang::interp::PT_Bool; T = clang::interp::Boolean]', 2024-08-20T21:54:21.6305690Z #80 379.0 inlined from 'bool clang::interp::EvalEmitter::emitInitGlobalBool(uint32_t, const clang::interp::SourceInfo&)' at /llvm-build/tools/clang/lib/AST/Opcodes.inc:8607:29, 2024-08-20T21:54:21.6308444Z #80 379.0 inlined from 'bool clang::interp::EvalEmitter::emitInitGlobalBool(uint32_t, const clang::interp::SourceInfo&)' at /llvm-build/tools/clang/lib/AST/Opcodes.inc:8604:6: 2024-08-20T21:54:21.6310952Z #80 379.0 /llvm-project/clang/lib/AST/Interp/Interp.h:718:3: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2024-08-20T21:54:21.6312659Z #80 379.0 718 | S.P.getGlobal(I)->deref() = S.Stk.pop(); 2024-08-20T21:54:21.6313322Z #80 379.0 | ^ 2024-08-20T21:54:21.6314164Z #80 379.0 In file included from /llvm-project/clang/lib/AST/Interp/EvalEmitter.h:21, 2024-08-20T21:54:21.6315372Z #80 379.0 from /llvm-project/clang/lib/AST/Interp/EvalEmitter.cpp:9: 2024-08-20T21:54:21.6317430Z #80 379.0 /llvm-project/clang/lib/AST/Interp/Program.h: In member function 'bool clang::interp::EvalEmitter::emitInitGlobalBool(uint32_t, const clang::interp::SourceInfo&)': 2024-08-20T21:54:21.6320420Z #80 379.0 /llvm-project/clang/lib/AST/Interp/Program.h:194:11: note: at offset 32 into destination object 'clang::interp::Program::Global::B' of size 32 2024-08-20T21:54:21.6321996Z #80 379.0 194 | Block B; 2024-08-20T21:54:21.6322471Z #80 379.0 | ^ 2024-08-20T21:54:21.7699161Z #80 379.1 [2487/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Type.cpp.o 2024-08-20T21:54:21.7701051Z #80 379.2 [2488/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DelayedDiagnostic.cpp.o 2024-08-20T21:54:22.1205246Z #80 379.5 [2489/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypePrinter.cpp.o 2024-08-20T21:54:23.6046886Z #80 381.0 [2490/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/MultiplexExternalSemaSource.cpp.o 2024-08-20T21:54:24.1524134Z #80 381.5 [2491/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/HLSLExternalSemaSource.cpp.o 2024-08-20T21:54:24.6005714Z #80 382.0 [2492/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DeclSpec.cpp.o 2024-08-20T21:54:25.9120099Z #80 383.3 [2493/3615] Building CXX object tools/clang/lib/CrossTU/CMakeFiles/obj.clangCrossTU.dir/CrossTranslationUnit.cpp.o 2024-08-20T21:54:26.3019944Z #80 383.7 [2494/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/CodeCompleteConsumer.cpp.o 2024-08-20T21:54:26.4881478Z #80 383.9 [2495/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/JumpDiagnostics.cpp.o 2024-08-20T21:54:26.7140357Z #80 384.0 [2496/3615] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/VariantValue.cpp.o 2024-08-20T21:54:26.8112507Z #80 384.2 [2497/3615] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Parser.cpp.o 2024-08-20T21:54:26.9707948Z #80 384.2 [2498/3615] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Marshallers.cpp.o 2024-08-20T21:54:26.9710627Z #80 384.4 [2499/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTableBuilder.cpp.o 2024-08-20T21:54:28.7865857Z #80 386.2 [2500/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TextNodeDumper.cpp.o 2024-08-20T21:54:29.1902824Z #80 386.6 [2501/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAccess.cpp.o 2024-08-20T21:54:29.6491758Z #80 387.0 [2502/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporter.cpp.o 2024-08-20T21:54:30.0380888Z #80 387.4 [2503/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTContext.cpp.o 2024-08-20T21:54:30.2708544Z #80 387.7 [2504/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGAtomic.cpp.o 2024-08-20T21:54:30.6797763Z #80 388.1 [2505/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCXXScopeSpec.cpp.o 2024-08-20T21:54:31.1790955Z #80 388.6 [2506/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaHLSL.cpp.o 2024-08-20T21:54:31.3736444Z #80 388.8 [2507/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrImpl.cpp.o 2024-08-20T21:54:32.9962352Z #80 390.4 [2508/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBlocks.cpp.o 2024-08-20T21:54:33.2246668Z #80 390.5 [2509/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExceptionSpec.cpp.o 2024-08-20T21:54:33.5022674Z #80 390.9 [2510/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaFixItUtils.cpp.o 2024-08-20T21:54:33.7841986Z #80 391.2 [2511/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCoroutine.cpp.o 2024-08-20T21:54:34.0863560Z #80 391.5 [2512/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCUDA.cpp.o 2024-08-20T21:54:34.2747878Z #80 391.5 [2513/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAttr.cpp.o 2024-08-20T21:54:34.2870432Z #80 391.7 [2514/3615] Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchFinder.cpp.o 2024-08-20T21:54:34.4934193Z #80 391.7 [2515/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/BackendUtil.cpp.o 2024-08-20T21:54:35.0221174Z #80 392.4 [2516/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ParsedAttr.cpp.o 2024-08-20T21:54:35.2169072Z #80 392.5 [2517/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCast.cpp.o 2024-08-20T21:54:37.3778470Z #80 394.8 [2518/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/TypeLocBuilder.cpp.o 2024-08-20T21:54:38.0618654Z #80 395.5 [2519/3615] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilder.cpp.o 2024-08-20T21:54:38.0620855Z #80 395.5 In file included from /llvm-project/llvm/lib/Passes/PassBuilder.cpp:212: 2024-08-20T21:54:38.0624237Z #80 395.5 /llvm-project/llvm/include/llvm/Transforms/Scalar/SROA.h:95:7: warning: 'llvm::SROAPass' declared with greater visibility than the type of its field 'llvm::SROAPass::SelectsToRewrite' [-Wattributes] 2024-08-20T21:54:38.0626893Z #80 395.5 95 | class SROAPass : public PassInfoMixin { 2024-08-20T21:54:38.0628171Z #80 395.5 | ^~~~~~~~ 2024-08-20T21:54:38.1654579Z #80 395.6 [2520/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaSYCL.cpp.o 2024-08-20T21:54:38.3295927Z #80 395.7 [2521/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprMember.cpp.o 2024-08-20T21:54:38.4321197Z #80 395.8 [2522/3615] Linking CXX static library lib/libLLVMPasses.a 2024-08-20T21:54:38.5593878Z #80 396.0 [2523/3615] Linking CXX static library lib/libLLVMLTO.a 2024-08-20T21:54:38.8457641Z #80 396.2 [2524/3615] Linking CXX static library lib/libLLVMOrcJIT.a 2024-08-20T21:54:39.0092537Z #80 396.4 [2525/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaModule.cpp.o 2024-08-20T21:54:39.7764959Z #80 397.2 [2526/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Sema.cpp.o 2024-08-20T21:54:40.6026689Z #80 398.0 [2527/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaRISCVVectorLookup.cpp.o 2024-08-20T21:54:41.1657888Z #80 398.6 [2528/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLambda.cpp.o 2024-08-20T21:54:42.1518767Z #80 399.5 [2529/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprObjC.cpp.o 2024-08-20T21:54:42.3013617Z #80 399.7 [2530/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaObjCProperty.cpp.o 2024-08-20T21:54:42.6253931Z #80 400.0 [2531/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaPseudoObject.cpp.o 2024-08-20T21:54:43.1020304Z #80 400.5 [2532/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAttr.cpp.o 2024-08-20T21:54:43.7331512Z #80 401.1 [2533/3615] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConstant.cpp.o 2024-08-20T21:54:44.3852037Z #80 401.8 [2534/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/AnalysisBasedWarnings.cpp.o 2024-08-20T21:54:44.6192099Z #80 401.9 [2535/3615] Linking CXX static library lib/libclangAST.a 2024-08-20T21:54:44.6886715Z #80 402.1 [2536/3615] Linking CXX static library lib/libclangASTMatchers.a 2024-08-20T21:54:45.2603259Z #80 402.7 [2537/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAsm.cpp.o 2024-08-20T21:54:47.6040793Z #80 405.0 [2538/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDARuntime.cpp.o 2024-08-20T21:54:47.7881761Z #80 405.2 [2539/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaInit.cpp.o 2024-08-20T21:54:48.2285973Z #80 405.6 [2540/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGLoopInfo.cpp.o 2024-08-20T21:54:48.9170693Z #80 406.3 [2541/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXX.cpp.o 2024-08-20T21:54:49.8301947Z #80 407.2 [2542/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDANV.cpp.o 2024-08-20T21:54:49.8306233Z #80 407.2 /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp: In member function 'llvm::Constant* {anonymous}::CGNVCUDARuntime::makeConstantArray.constprop(llvm::StringRef, llvm::StringRef, llvm::StringRef, unsigned int, bool)': 2024-08-20T21:54:49.8311390Z #80 407.2 /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:109:55: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:49.8314357Z #80 407.2 109 | llvm::GlobalValue::PrivateLinkage, Value, Name); 2024-08-20T21:54:49.8315525Z #80 407.2 | ^ 2024-08-20T21:54:49.8317032Z #80 407.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:49.8318646Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:49.8382371Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:54:49.8384263Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:54:49.8385673Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:15: 2024-08-20T21:54:49.8388193Z #80 407.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:49.8390224Z #80 407.2 73 | return User::operator new(s, 1); 2024-08-20T21:54:49.8391137Z #80 407.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:54:49.8393488Z #80 407.2 /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp: In member function 'llvm::Function* {anonymous}::CGNVCUDARuntime::makeRegisterGlobalsFn()': 2024-08-20T21:54:49.9039052Z #80 407.2 /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:621:49: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:49.9044248Z #80 407.2 621 | llvm::GlobalVariable::NotThreadLocal); 2024-08-20T21:54:49.9045346Z #80 407.2 | ^ 2024-08-20T21:54:49.9046843Z #80 407.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:49.9048389Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:49.9049957Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:54:49.9051835Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:54:49.9053294Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:15: 2024-08-20T21:54:49.9056007Z #80 407.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:50.0436244Z #80 407.2 73 | return User::operator new(s, 1); 2024-08-20T21:54:50.0437271Z #80 407.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:54:50.0442198Z #80 407.2 /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp: In member function 'llvm::Function* {anonymous}::CGNVCUDARuntime::makeModuleCtorFunction()': 2024-08-20T21:54:50.0468803Z #80 407.2 /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:772:45: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:50.0471516Z #80 407.2 772 | llvm::GlobalVariable::NotThreadLocal); 2024-08-20T21:54:50.0472484Z #80 407.2 | ^ 2024-08-20T21:54:50.0473949Z #80 407.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:50.0475470Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:50.0476887Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:54:50.0478140Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:54:50.0479672Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:15: 2024-08-20T21:54:50.0482154Z #80 407.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:50.0484107Z #80 407.2 73 | return User::operator new(s, 1); 2024-08-20T21:54:50.0485020Z #80 407.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:54:50.0488190Z #80 407.2 /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:837:30: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:50.0490794Z #80 407.2 837 | "__hip_gpubin_handle"); 2024-08-20T21:54:50.0491619Z #80 407.2 | ^ 2024-08-20T21:54:50.1335820Z #80 407.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:50.1340109Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:50.1341423Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:54:50.1342738Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:54:50.1344024Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:15: 2024-08-20T21:54:50.1346783Z #80 407.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:50.1348709Z #80 407.2 73 | return User::operator new(s, 1); 2024-08-20T21:54:50.1349557Z #80 407.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:54:50.1352541Z #80 407.2 /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:881:77: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:50.1355830Z #80 407.2 881 | llvm::ConstantPointerNull::get(VoidPtrPtrTy), "__cuda_gpubin_handle"); 2024-08-20T21:54:50.1357108Z #80 407.2 | ^ 2024-08-20T21:54:50.1358630Z #80 407.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:50.1360561Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:50.1362202Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:54:50.1363588Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:54:50.1364900Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:15: 2024-08-20T21:54:50.1367571Z #80 407.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:50.1369488Z #80 407.2 73 | return User::operator new(s, 1); 2024-08-20T21:54:50.1370612Z #80 407.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:54:50.1372190Z #80 407.2 In member function 'void {anonymous}::CGNVCUDARuntime::transformManagedVars()', 2024-08-20T21:54:50.1374854Z #80 407.2 inlined from 'virtual llvm::Function* {anonymous}::CGNVCUDARuntime::finalizeModule()' at /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:1162:25, 2024-08-20T21:54:50.1378099Z #80 407.2 inlined from 'virtual llvm::Function* {anonymous}::CGNVCUDARuntime::finalizeModule()' at /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:1160:17: 2024-08-20T21:54:50.1382322Z #80 407.2 /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:1106:70: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:50.1385252Z #80 407.2 1106 | CGM.getContext().getTargetAddressSpace(LangAS::cuda_device)); 2024-08-20T21:54:50.1386664Z #80 407.2 | ^ 2024-08-20T21:54:50.1388128Z #80 407.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:50.4836694Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:50.4838199Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:54:50.4840582Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:54:50.4842082Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:15: 2024-08-20T21:54:50.4844767Z #80 407.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual llvm::Function* {anonymous}::CGNVCUDARuntime::finalizeModule()': 2024-08-20T21:54:50.4848324Z #80 407.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:50.4850694Z #80 407.2 73 | return User::operator new(s, 1); 2024-08-20T21:54:50.4851638Z #80 407.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:54:50.4854517Z #80 407.2 /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp: In member function 'virtual llvm::GlobalValue* {anonymous}::CGNVCUDARuntime::getKernelHandle(llvm::Function*, clang::GlobalDecl)': 2024-08-20T21:54:50.4859215Z #80 407.2 /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:1211:70: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:50.4862282Z #80 407.2 1211 | GD.getWithKernelReferenceKind(KernelReferenceKind::Kernel))); 2024-08-20T21:54:50.4863628Z #80 407.2 | ^ 2024-08-20T21:54:50.4865448Z #80 407.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:50.4867018Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:50.4868474Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:54:50.4869922Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:54:50.4871308Z #80 407.2 from /llvm-project/clang/lib/CodeGen/CGCUDANV.cpp:15: 2024-08-20T21:54:50.4873855Z #80 407.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:50.4875907Z #80 407.2 73 | return User::operator new(s, 1); 2024-08-20T21:54:50.4876836Z #80 407.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:54:50.4878429Z #80 407.3 [2543/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXXABI.cpp.o 2024-08-20T21:54:51.1013963Z #80 408.5 [2544/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCleanup.cpp.o 2024-08-20T21:54:52.4871408Z #80 409.9 [2545/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCoroutine.cpp.o 2024-08-20T21:54:54.4312052Z #80 411.8 [2546/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGClass.cpp.o 2024-08-20T21:54:54.6406652Z #80 412.0 [2547/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDeclCXX.cpp.o 2024-08-20T21:54:54.7924198Z #80 412.0 /llvm-project/clang/lib/CodeGen/CGDeclCXX.cpp: In member function 'void clang::CodeGen::CodeGenModule::EmitPointerToInitFunc(const clang::VarDecl*, llvm::GlobalVariable*, llvm::Function*, clang::InitSegAttr*)': 2024-08-20T21:54:54.7929254Z #80 412.0 /llvm-project/clang/lib/CodeGen/CGDeclCXX.cpp:498:71: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:54.7932256Z #80 412.0 498 | llvm::GlobalValue::PrivateLinkage, InitFunc, "__cxx_init_fn_ptr"); 2024-08-20T21:54:54.7933851Z #80 412.0 | ^ 2024-08-20T21:54:54.7935527Z #80 412.0 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:54.7937112Z #80 412.0 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:54.7938617Z #80 412.0 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:54:54.7940145Z #80 412.0 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:54:54.7941596Z #80 412.0 from /llvm-project/clang/lib/CodeGen/CGDeclCXX.cpp:13: 2024-08-20T21:54:54.7944114Z #80 412.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:54.7946171Z #80 412.0 73 | return User::operator new(s, 1); 2024-08-20T21:54:54.7947513Z #80 412.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:54:54.7949985Z #80 412.0 /llvm-project/clang/lib/CodeGen/CGDeclCXX.cpp: In member function 'void clang::CodeGen::CodeGenModule::EmitCXXModuleInitFunc(clang::Module*)': 2024-08-20T21:54:54.7954100Z #80 412.0 /llvm-project/clang/lib/CodeGen/CGDeclCXX.cpp:739:76: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:54.7959421Z #80 412.0 739 | llvm::ConstantInt::get(Int8Ty, 0), InitFnName.str() + "__in_chrg"); 2024-08-20T21:54:54.7960672Z #80 412.0 | ^ 2024-08-20T21:54:54.7962055Z #80 412.0 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:54.7963622Z #80 412.0 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:54.7964894Z #80 412.0 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:54:54.7966194Z #80 412.0 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:54:54.7967420Z #80 412.0 from /llvm-project/clang/lib/CodeGen/CGDeclCXX.cpp:13: 2024-08-20T21:54:54.7969713Z #80 412.0 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:54.7971516Z #80 412.0 73 | return User::operator new(s, 1); 2024-08-20T21:54:54.7972469Z #80 412.0 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:54:55.6226715Z #80 413.0 [2548/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConcept.cpp.o 2024-08-20T21:54:55.8355552Z #80 413.1 [2549/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGHLSLRuntime.cpp.o 2024-08-20T21:54:55.9589337Z #80 413.4 [2550/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLookup.cpp.o 2024-08-20T21:54:56.8309473Z #80 414.2 [2551/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclObjC.cpp.o 2024-08-20T21:54:57.0610865Z #80 414.3 [2552/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGException.cpp.o 2024-08-20T21:54:57.3687690Z #80 414.8 [2553/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaChecking.cpp.o 2024-08-20T21:54:57.6051968Z #80 415.0 [2554/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprAgg.cpp.o 2024-08-20T21:54:58.0356312Z #80 415.4 [2555/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprCXX.cpp.o 2024-08-20T21:54:58.2474270Z #80 415.5 [2556/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprComplex.cpp.o 2024-08-20T21:54:58.2924392Z #80 415.7 [2557/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateVariadic.cpp.o 2024-08-20T21:54:58.4584690Z #80 415.7 [2558/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGGPUBuiltin.cpp.o 2024-08-20T21:54:59.2282859Z #80 416.6 [2559/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAvailability.cpp.o 2024-08-20T21:54:59.7742706Z #80 417.2 [2560/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaType.cpp.o 2024-08-20T21:54:59.9336293Z #80 417.2 [2561/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDecl.cpp.o 2024-08-20T21:54:59.9340451Z #80 417.2 /llvm-project/clang/lib/CodeGen/CGDecl.cpp: In member function 'llvm::GlobalVariable* clang::CodeGen::CodeGenFunction::AddInitializerToStaticVarDecl(const clang::VarDecl&, llvm::GlobalVariable*)': 2024-08-20T21:54:59.9345285Z #80 417.2 /llvm-project/clang/lib/CodeGen/CGDecl.cpp:380:51: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:59.9350584Z #80 417.2 380 | OldGV->getType()->getPointerAddressSpace()); 2024-08-20T21:54:59.9351755Z #80 417.2 | ^ 2024-08-20T21:54:59.9353124Z #80 417.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:59.9354649Z #80 417.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:59.9356043Z #80 417.2 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:54:59.9357366Z #80 417.2 from /llvm-project/clang/lib/CodeGen/CGDecl.cpp:13: 2024-08-20T21:54:59.9359953Z #80 417.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:59.9361780Z #80 417.2 73 | return User::operator new(s, 1); 2024-08-20T21:54:59.9362802Z #80 417.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:54:59.9364943Z #80 417.2 /llvm-project/clang/lib/CodeGen/CGDecl.cpp: In member function 'void clang::CodeGen::CodeGenModule::EmitOMPAllocateDecl(const clang::OMPAllocateDecl*)': 2024-08-20T21:54:59.9368514Z #80 417.2 /llvm-project/clang/lib/CodeGen/CGDecl.cpp:2687:71: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:59.9371315Z #80 417.2 2687 | llvm::GlobalVariable::NotThreadLocal, Entry->getAddressSpace()); 2024-08-20T21:54:59.9372753Z #80 417.2 | ^ 2024-08-20T21:54:59.9374165Z #80 417.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:59.9375631Z #80 417.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:59.9376961Z #80 417.2 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:54:59.9378258Z #80 417.2 from /llvm-project/clang/lib/CodeGen/CGDecl.cpp:13: 2024-08-20T21:54:59.9381067Z #80 417.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:59.9383156Z #80 417.2 73 | return User::operator new(s, 1); 2024-08-20T21:54:59.9384062Z #80 417.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:54:59.9386891Z #80 417.2 /llvm-project/clang/lib/CodeGen/CGDecl.cpp: In member function 'llvm::Constant* clang::CodeGen::CodeGenModule::getOrCreateStaticVarDecl(const clang::VarDecl&, llvm::GlobalValue::LinkageTypes)': 2024-08-20T21:54:59.9390949Z #80 417.2 /llvm-project/clang/lib/CodeGen/CGDecl.cpp:278:62: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:59.9393530Z #80 417.2 278 | nullptr, llvm::GlobalVariable::NotThreadLocal, TargetAS); 2024-08-20T21:54:59.9394751Z #80 417.2 | ^ 2024-08-20T21:54:59.9396296Z #80 417.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:59.9397939Z #80 417.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:59.9399373Z #80 417.2 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:54:59.9400987Z #80 417.2 from /llvm-project/clang/lib/CodeGen/CGDecl.cpp:13: 2024-08-20T21:54:59.9403758Z #80 417.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:59.9405885Z #80 417.2 73 | return User::operator new(s, 1); 2024-08-20T21:54:59.9406706Z #80 417.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:54:59.9409545Z #80 417.2 /llvm-project/clang/lib/CodeGen/CGDecl.cpp: In member function 'clang::CodeGen::Address clang::CodeGen::CodeGenModule::createUnnamedGlobalFrom(const clang::VarDecl&, llvm::Constant*, clang::CharUnits)': 2024-08-20T21:54:59.9414519Z #80 417.2 /llvm-project/clang/lib/CodeGen/CGDecl.cpp:1156:76: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:54:59.9417491Z #80 417.2 1156 | Constant, Name, InsertBefore, llvm::GlobalValue::NotThreadLocal, AS); 2024-08-20T21:54:59.9418740Z #80 417.2 | ^ 2024-08-20T21:54:59.9420230Z #80 417.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:54:59.9421682Z #80 417.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:54:59.9422943Z #80 417.2 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:54:59.9424298Z #80 417.2 from /llvm-project/clang/lib/CodeGen/CGDecl.cpp:13: 2024-08-20T21:54:59.9426536Z #80 417.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:54:59.9428327Z #80 417.2 73 | return User::operator new(s, 1); 2024-08-20T21:54:59.9429176Z #80 417.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:00.1536017Z #80 417.6 [2562/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCall.cpp.o 2024-08-20T21:55:00.3816021Z #80 417.6 [2563/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprConstant.cpp.o 2024-08-20T21:55:00.3819054Z #80 417.6 /llvm-project/clang/lib/CodeGen/CGExprConstant.cpp: In member function 'llvm::GlobalValue* clang::CodeGen::ConstantEmitter::getCurrentAddrPrivate()': 2024-08-20T21:55:00.3822864Z #80 417.6 /llvm-project/clang/lib/CodeGen/CGExprConstant.cpp:1467:98: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:00.3825933Z #80 417.6 1467 | CGM.getContext().getTargetAddressSpace(DestAddressSpace)); 2024-08-20T21:55:00.3827147Z #80 417.6 | ^ 2024-08-20T21:55:00.3828797Z #80 417.6 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:00.3829991Z #80 417.6 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:00.3831381Z #80 417.6 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:00.3832733Z #80 417.6 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:00.3834293Z #80 417.6 from /llvm-project/clang/lib/CodeGen/CGExprConstant.cpp:13: 2024-08-20T21:55:00.3836655Z #80 417.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:00.3838478Z #80 417.6 73 | return User::operator new(s, 1); 2024-08-20T21:55:00.3839290Z #80 417.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:00.3842464Z #80 417.6 /llvm-project/clang/lib/CodeGen/CGExprConstant.cpp: In function 'clang::CodeGen::ConstantAddress {anonymous}::tryEmitGlobalCompoundLiteral.constprop(clang::CodeGen::ConstantEmitter&, const clang::CompoundLiteralExpr*)': 2024-08-20T21:55:00.3847112Z #80 417.6 /llvm-project/clang/lib/CodeGen/CGExprConstant.cpp:940:73: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:00.3849872Z #80 417.6 940 | CGM.getContext().getTargetAddressSpace(addressSpace)); 2024-08-20T21:55:00.3850981Z #80 417.6 | ^ 2024-08-20T21:55:00.3852656Z #80 417.6 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:00.3854260Z #80 417.6 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:00.3855711Z #80 417.6 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:00.3857166Z #80 417.6 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:00.3858625Z #80 417.6 from /llvm-project/clang/lib/CodeGen/CGExprConstant.cpp:13: 2024-08-20T21:55:00.3861402Z #80 417.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:00.3863525Z #80 417.6 73 | return User::operator new(s, 1); 2024-08-20T21:55:00.3864454Z #80 417.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:01.3161810Z #80 418.7 [2564/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOverload.cpp.o 2024-08-20T21:55:03.0792060Z #80 420.5 [2565/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGNonTrivialStruct.cpp.o 2024-08-20T21:55:03.4882807Z #80 420.9 [2566/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCRuntime.cpp.o 2024-08-20T21:55:03.9480950Z #80 421.3 [2567/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenCLRuntime.cpp.o 2024-08-20T21:55:04.3907225Z #80 421.8 [2568/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExpr.cpp.o 2024-08-20T21:55:04.5237022Z #80 421.8 /llvm-project/clang/lib/CodeGen/CGExpr.cpp: In member function 'void clang::CodeGen::CodeGenFunction::EmitCfiSlowPathCheck(clang::SanitizerMask, llvm::Value*, llvm::ConstantInt*, llvm::Value*, llvm::ArrayRef)': 2024-08-20T21:55:04.5242336Z #80 421.8 /llvm-project/clang/lib/CodeGen/CGExpr.cpp:3394:76: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:04.5245313Z #80 421.8 3394 | llvm::GlobalVariable::PrivateLinkage, Info); 2024-08-20T21:55:04.5246509Z #80 421.8 | ^ 2024-08-20T21:55:04.5247997Z #80 421.8 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:04.5249447Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:04.5250826Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:04.5252181Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:04.5253451Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGExpr.cpp:14: 2024-08-20T21:55:04.5256169Z #80 421.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:04.5258557Z #80 421.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:04.5259501Z #80 421.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:04.5262774Z #80 421.8 /llvm-project/clang/lib/CodeGen/CGExpr.cpp: In function 'clang::CodeGen::Address createReferenceTemporary(clang::CodeGen::CodeGenFunction&, const clang::MaterializeTemporaryExpr*, const clang::Expr*, clang::CodeGen::Address*)': 2024-08-20T21:55:04.5267612Z #80 421.8 /llvm-project/clang/lib/CodeGen/CGExpr.cpp:411:55: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:04.5270352Z #80 421.8 411 | CGF.getContext().getTargetAddressSpace(AS)); 2024-08-20T21:55:04.5271488Z #80 421.8 | ^ 2024-08-20T21:55:04.5272959Z #80 421.8 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:04.5274879Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:04.5276341Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:04.5277793Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:04.5279132Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGExpr.cpp:14: 2024-08-20T21:55:04.5281870Z #80 421.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:04.5283916Z #80 421.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:04.5284813Z #80 421.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:04.5288551Z #80 421.8 /llvm-project/clang/lib/CodeGen/CGExpr.cpp: In member function 'void clang::CodeGen::CodeGenFunction::EmitCheck(llvm::ArrayRef >, clang::CodeGen::SanitizerHandler, llvm::ArrayRef, llvm::ArrayRef)': 2024-08-20T21:55:04.5294307Z #80 421.8 /llvm-project/clang/lib/CodeGen/CGExpr.cpp:3333:62: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:04.5297225Z #80 421.8 3333 | CGM.getDataLayout().getDefaultGlobalsAddressSpace()); 2024-08-20T21:55:04.5298681Z #80 421.8 | ^ 2024-08-20T21:55:04.5300194Z #80 421.8 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:04.5301777Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:04.5303252Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:04.5304707Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:04.5306091Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGExpr.cpp:14: 2024-08-20T21:55:04.5308767Z #80 421.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:04.5310811Z #80 421.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:04.5311690Z #80 421.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:04.5315491Z #80 421.8 /llvm-project/clang/lib/CodeGen/CGExpr.cpp: In member function 'void clang::CodeGen::CodeGenFunction::EmitCheck.constprop(llvm::ArrayRef >, clang::CodeGen::SanitizerHandler, llvm::ArrayRef, llvm::ArrayRef)': 2024-08-20T21:55:04.5321019Z #80 421.8 /llvm-project/clang/lib/CodeGen/CGExpr.cpp:3333:62: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:04.5323846Z #80 421.8 3333 | CGM.getDataLayout().getDefaultGlobalsAddressSpace()); 2024-08-20T21:55:04.5325097Z #80 421.8 | ^ 2024-08-20T21:55:04.5326609Z #80 421.8 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:04.5328209Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:04.5329691Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:04.5331114Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:04.5332454Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGExpr.cpp:14: 2024-08-20T21:55:04.5336896Z #80 421.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:04.5338935Z #80 421.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:04.5339691Z #80 421.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:04.5341868Z #80 421.8 /llvm-project/clang/lib/CodeGen/CGExpr.cpp: In member function 'llvm::Constant* clang::CodeGen::CodeGenFunction::EmitCheckTypeDescriptor(clang::QualType)': 2024-08-20T21:55:04.5345842Z #80 421.8 /llvm-project/clang/lib/CodeGen/CGExpr.cpp:3077:76: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:04.5348665Z #80 421.8 3077 | /*isConstant=*/true, llvm::GlobalVariable::PrivateLinkage, Descriptor); 2024-08-20T21:55:04.5350004Z #80 421.8 | ^ 2024-08-20T21:55:04.5351540Z #80 421.8 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:04.5353319Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:04.5354841Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:04.5356221Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:04.5357413Z #80 421.8 from /llvm-project/clang/lib/CodeGen/CGExpr.cpp:14: 2024-08-20T21:55:04.5360034Z #80 421.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:04.5362029Z #80 421.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:04.5363021Z #80 421.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:04.5364472Z #80 421.9 [2569/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCodeComplete.cpp.o 2024-08-20T21:55:05.5892459Z #80 423.0 [2570/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/VarBypassDetector.cpp.o 2024-08-20T21:55:05.8721086Z #80 423.3 [2571/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTBAA.cpp.o 2024-08-20T21:55:06.0691981Z #80 423.3 [2572/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprScalar.cpp.o 2024-08-20T21:55:06.5588881Z #80 424.0 [2573/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmt.cpp.o 2024-08-20T21:55:06.7256781Z #80 424.1 [2574/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclAttr.cpp.o 2024-08-20T21:55:06.9044647Z #80 424.3 [2575/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjC.cpp.o 2024-08-20T21:55:07.1367578Z #80 424.5 [2576/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ConstantInitBuilder.cpp.o 2024-08-20T21:55:07.1372459Z #80 424.5 /llvm-project/clang/lib/CodeGen/ConstantInitBuilder.cpp: In member function 'llvm::GlobalVariable* clang::CodeGen::ConstantInitBuilderBase::createGlobal(llvm::Constant*, const llvm::Twine&, clang::CharUnits, bool, llvm::GlobalValue::LinkageTypes, unsigned int)': 2024-08-20T21:55:07.1378285Z #80 424.5 /llvm-project/clang/lib/CodeGen/ConstantInitBuilder.cpp:81:50: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:07.1381184Z #80 424.5 81 | addressSpace); 2024-08-20T21:55:07.1382238Z #80 424.5 | ^ 2024-08-20T21:55:07.1383638Z #80 424.5 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:07.1385210Z #80 424.5 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:07.1386905Z #80 424.5 from /llvm-project/clang/lib/CodeGen/ConstantInitBuilder.cpp:16: 2024-08-20T21:55:07.1389764Z #80 424.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:07.1392166Z #80 424.5 73 | return User::operator new(s, 1); 2024-08-20T21:55:07.1393117Z #80 424.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:07.1395914Z #80 424.5 /llvm-project/clang/lib/CodeGen/ConstantInitBuilder.cpp: In member function 'llvm::Constant* clang::CodeGen::ConstantAggregateBuilderBase::getAddrOfPosition(llvm::Type*, size_t)': 2024-08-20T21:55:07.1401200Z #80 424.5 /llvm-project/clang/lib/CodeGen/ConstantInitBuilder.cpp:160:52: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:07.1404227Z #80 424.5 160 | nullptr, ""); 2024-08-20T21:55:07.1405266Z #80 424.5 | ^ 2024-08-20T21:55:07.1407053Z #80 424.5 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:07.1408616Z #80 424.5 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:07.1410217Z #80 424.5 from /llvm-project/clang/lib/CodeGen/ConstantInitBuilder.cpp:16: 2024-08-20T21:55:07.1413018Z #80 424.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:07.1415108Z #80 424.5 73 | return User::operator new(s, 1); 2024-08-20T21:55:07.1416029Z #80 424.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:07.1419226Z #80 424.5 /llvm-project/clang/lib/CodeGen/ConstantInitBuilder.cpp: In member function 'llvm::Constant* clang::CodeGen::ConstantAggregateBuilderBase::getAddrOfCurrentPosition(llvm::Type*)': 2024-08-20T21:55:07.1424119Z #80 424.5 /llvm-project/clang/lib/CodeGen/ConstantInitBuilder.cpp:174:41: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:07.1426931Z #80 424.5 174 | nullptr, ""); 2024-08-20T21:55:07.1428115Z #80 424.5 | ^ 2024-08-20T21:55:07.1429462Z #80 424.5 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:07.1430956Z #80 424.5 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:07.1432551Z #80 424.5 from /llvm-project/clang/lib/CodeGen/ConstantInitBuilder.cpp:16: 2024-08-20T21:55:07.1435630Z #80 424.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:07.1437718Z #80 424.5 73 | return User::operator new(s, 1); 2024-08-20T21:55:07.1438616Z #80 424.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:07.3690413Z #80 424.6 [2577/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CodeInjector.cpp.o 2024-08-20T21:55:07.6566204Z #80 425.1 [2578/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTT.cpp.o 2024-08-20T21:55:07.8294663Z #80 425.2 [2579/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGRecordLayoutBuilder.cpp.o 2024-08-20T21:55:08.5934859Z #80 426.0 [2580/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MacroPPCallbacks.cpp.o 2024-08-20T21:55:08.8465305Z #80 426.2 [2581/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCGNU.cpp.o 2024-08-20T21:55:09.0574021Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'virtual llvm::Constant* {anonymous}::CGObjCGNUstep2::GenerateEmptyProtocol(llvm::StringRef)': 2024-08-20T21:55:09.0578023Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1309:60: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0581388Z #80 426.2 1309 | llvm::GlobalValue::ExternalLinkage, nullptr, Name); 2024-08-20T21:55:09.0582573Z #80 426.2 | ^ 2024-08-20T21:55:09.0584098Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0585690Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0587232Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0588731Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0590208Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0592936Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0595326Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0596303Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0600091Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'auto {anonymous}::CGObjCGNUstep2::GetSectionBounds(llvm::StringRef)::::operator().constprop(llvm::StringRef, llvm::StringRef) const': 2024-08-20T21:55:09.0605974Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1511:20: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0608855Z #80 426.2 1511 | Section); 2024-08-20T21:55:09.0609587Z #80 426.2 | ^ 2024-08-20T21:55:09.0610939Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0612630Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0613773Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0615026Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0616099Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0617998Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0619548Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0620246Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0622715Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'virtual llvm::Value* {anonymous}::CGObjCGNUstep2::EmitIvarOffset(clang::CodeGen::CodeGenFunction&, const clang::ObjCInterfaceDecl*, const clang::ObjCIvarDecl*)': 2024-08-20T21:55:09.0626511Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1699:64: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0628794Z #80 426.2 1699 | llvm::GlobalValue::ExternalLinkage, nullptr, Name); 2024-08-20T21:55:09.0629670Z #80 426.2 | ^ 2024-08-20T21:55:09.0630776Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0631917Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0633149Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0634562Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0635591Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0637500Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0639300Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0640097Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0641832Z #80 426.2 In member function 'llvm::GlobalVariable* {anonymous}::CGObjCGNU::ObjCIvarOffsetVariable(const clang::ObjCInterfaceDecl*, const clang::ObjCIvarDecl*)', 2024-08-20T21:55:09.0644955Z #80 426.2 inlined from 'virtual llvm::Value* {anonymous}::CGObjCGNU::EmitIvarOffset(clang::CodeGen::CodeGenFunction&, const clang::ObjCInterfaceDecl*, const clang::ObjCIvarDecl*)' at /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:4178:50: 2024-08-20T21:55:09.0648568Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:4132:62: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0651074Z #80 426.2 4132 | llvm::GlobalValue::ExternalLinkage, nullptr, Name); 2024-08-20T21:55:09.0651974Z #80 426.2 | ^ 2024-08-20T21:55:09.0653124Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0654313Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0655398Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0656655Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0657739Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0660399Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual llvm::Value* {anonymous}::CGObjCGNU::EmitIvarOffset(clang::CodeGen::CodeGenFunction&, const clang::ObjCInterfaceDecl*, const clang::ObjCIvarDecl*)': 2024-08-20T21:55:09.0663831Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0665396Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0666104Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0668479Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:4189:52: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0670628Z #80 426.2 4189 | llvm::Constant::getNullValue(IntTy), name); 2024-08-20T21:55:09.0671482Z #80 426.2 | ^ 2024-08-20T21:55:09.0672611Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0673795Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0674941Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0676092Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0677194Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0679384Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0681150Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0681879Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0683532Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'void {anonymous}::CGObjCGNU::EmitClassRef(const string&)': 2024-08-20T21:55:09.0686668Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:2133:63: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0688985Z #80 426.2 2133 | nullptr, symbolName); 2024-08-20T21:55:09.0689817Z #80 426.2 | ^ 2024-08-20T21:55:09.0690958Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0692152Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0693302Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0694397Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0695481Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0697466Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0699432Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0700176Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0702628Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:2136:62: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0704951Z #80 426.2 2136 | llvm::GlobalValue::WeakAnyLinkage, ClassSymbol, symbolRef); 2024-08-20T21:55:09.0706002Z #80 426.2 | ^ 2024-08-20T21:55:09.0707180Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0708400Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0709554Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0710705Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0712033Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0714142Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0715688Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0716405Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0718529Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'virtual llvm::Value* {anonymous}::CGObjCObjFW::GetClassNamed(clang::CodeGen::CodeGenFunction&, const string&, bool)': 2024-08-20T21:55:09.0722214Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:2101:65: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0724389Z #80 426.2 2101 | nullptr, SymbolName); 2024-08-20T21:55:09.0725257Z #80 426.2 | ^ 2024-08-20T21:55:09.0726416Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0727594Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0728705Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0729826Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0730882Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0732831Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0734681Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0735653Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0737983Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'virtual clang::CodeGen::ConstantAddress {anonymous}::CGObjCGNU::GenerateConstantString(const clang::StringLiteral*)': 2024-08-20T21:55:09.0741637Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:2501:65: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0743917Z #80 426.2 2501 | llvm::GlobalValue::ExternalWeakLinkage, nullptr, Sym); 2024-08-20T21:55:09.0744886Z #80 426.2 | ^ 2024-08-20T21:55:09.0746040Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0747471Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0748626Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0749917Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0750995Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0752963Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0754513Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0755364Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0757295Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'llvm::Constant* {anonymous}::CGObjCGNU::ExportUniqueString(const string&, const string&, bool)': 2024-08-20T21:55:09.0760795Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:218:65: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0763158Z #80 426.2 218 | llvm::GlobalValue::LinkOnceODRLinkage, value, name); 2024-08-20T21:55:09.0764097Z #80 426.2 | ^ 2024-08-20T21:55:09.0765246Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0766441Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0767571Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0768673Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0769756Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0771716Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0773270Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0773976Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0775813Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'virtual llvm::Constant* {anonymous}::CGObjCGNUstep::GetEHType(clang::QualType)': 2024-08-20T21:55:09.0779052Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:2428:64: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0781432Z #80 426.2 2428 | nullptr, "__objc_id_type_info"); 2024-08-20T21:55:09.0782319Z #80 426.2 | ^ 2024-08-20T21:55:09.0783471Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0787139Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0788311Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0789442Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0790543Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0792542Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0794151Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0794861Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0797308Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:2457:58: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0799864Z #80 426.2 2457 | nullptr, vtableName); 2024-08-20T21:55:09.0800744Z #80 426.2 | ^ 2024-08-20T21:55:09.0801899Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0803114Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0804264Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0805512Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0806607Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0808763Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0810335Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0811026Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0812477Z #80 426.2 In member function 'llvm::Constant* {anonymous}::CGObjCGNUstep2::GetTypeString(llvm::StringRef)', 2024-08-20T21:55:09.0814877Z #80 426.2 inlined from 'virtual llvm::Constant* {anonymous}::CGObjCGNUstep2::GetConstantSelector(clang::Selector, const string&)' at /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1481:19: 2024-08-20T21:55:09.0818424Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1456:74: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0820768Z #80 426.2 1456 | true, llvm::GlobalValue::LinkOnceODRLinkage, Init, TypesVarName); 2024-08-20T21:55:09.0821797Z #80 426.2 | ^ 2024-08-20T21:55:09.0822975Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0824206Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0825389Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0826568Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0827707Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0830224Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual llvm::Constant* {anonymous}::CGObjCGNUstep2::GetConstantSelector(clang::Selector, const string&)': 2024-08-20T21:55:09.0833487Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0861832Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0862660Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0864647Z #80 426.2 In member function 'llvm::Constant* {anonymous}::CGObjCGNUstep2::GetTypeString(llvm::StringRef)', 2024-08-20T21:55:09.0867524Z #80 426.2 inlined from 'virtual llvm::Constant* {anonymous}::CGObjCGNUstep2::GenerateProtocolMethodList(llvm::ArrayRef)' at /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1186:17: 2024-08-20T21:55:09.0871620Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1456:74: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0874724Z #80 426.2 1456 | true, llvm::GlobalValue::LinkOnceODRLinkage, Init, TypesVarName); 2024-08-20T21:55:09.0875976Z #80 426.2 | ^ 2024-08-20T21:55:09.0877420Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0879131Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0880647Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0881998Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0883332Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0886603Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual llvm::Constant* {anonymous}::CGObjCGNUstep2::GenerateProtocolMethodList(llvm::ArrayRef)': 2024-08-20T21:55:09.0890267Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0891817Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0892550Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0895038Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'virtual clang::CodeGen::ConstantAddress {anonymous}::CGObjCGNUstep2::GenerateConstantString(const clang::StringLiteral*)': 2024-08-20T21:55:09.0898387Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1017:63: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0900643Z #80 426.2 1017 | llvm::GlobalValue::ExternalLinkage, nullptr, Sym); 2024-08-20T21:55:09.0901533Z #80 426.2 | ^ 2024-08-20T21:55:09.0902625Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0903785Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0904889Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0905959Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0907015Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0908919Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0910420Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0911122Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0913474Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1070:76: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0915729Z #80 426.2 1070 | /*isConstant=*/true, llvm::GlobalValue::PrivateLinkage, C, ".str"); 2024-08-20T21:55:09.0916738Z #80 426.2 | ^ 2024-08-20T21:55:09.0918145Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0919691Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0920757Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0921820Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0922851Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0924722Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0926187Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0926868Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0928786Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'llvm::GlobalVariable* {anonymous}::CGObjCGNUstep2::GetClassVar(llvm::StringRef, bool)': 2024-08-20T21:55:09.0931949Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1224:28: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0934207Z #80 426.2 1224 | nullptr, SymbolName); 2024-08-20T21:55:09.0934829Z #80 426.2 | ^ 2024-08-20T21:55:09.0936017Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0937129Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0938184Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0939352Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0940384Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0942420Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0944102Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0944797Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0947122Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1232:40: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0949167Z #80 426.2 1232 | nullptr, SymbolForClass(Name))); 2024-08-20T21:55:09.0950062Z #80 426.2 | ^ 2024-08-20T21:55:09.0951067Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0952202Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0953270Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0954329Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0955330Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0957172Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0958652Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0959303Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0961432Z #80 426.2 In member function 'std::pair {anonymous}::CGObjCGNUstep2::GetSectionBounds(llvm::StringRef)', 2024-08-20T21:55:09.0963654Z #80 426.2 inlined from 'virtual llvm::Function* {anonymous}::CGObjCGNUstep2::ModuleInitFunction()' at /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1553:37: 2024-08-20T21:55:09.0966837Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1524:16: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0968685Z #80 426.2 1524 | Section); 2024-08-20T21:55:09.0969171Z #80 426.2 | ^ 2024-08-20T21:55:09.0970072Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0971198Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0972255Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0973297Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0974323Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0976362Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual llvm::Function* {anonymous}::CGObjCGNUstep2::ModuleInitFunction()': 2024-08-20T21:55:09.0978923Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.0980587Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.0981256Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.0982854Z #80 426.2 In member function 'std::pair {anonymous}::CGObjCGNUstep2::GetSectionBounds(llvm::StringRef)', 2024-08-20T21:55:09.0985127Z #80 426.2 inlined from 'virtual llvm::Function* {anonymous}::CGObjCGNUstep2::ModuleInitFunction()' at /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1553:37: 2024-08-20T21:55:09.0988209Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1529:16: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.0990215Z #80 426.2 1529 | Section); 2024-08-20T21:55:09.0990811Z #80 426.2 | ^ 2024-08-20T21:55:09.0991736Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.0993014Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.0994077Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.0995127Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.0996152Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.0998056Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual llvm::Function* {anonymous}::CGObjCGNUstep2::ModuleInitFunction()': 2024-08-20T21:55:09.1000814Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.1002289Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.1002942Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.1005189Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1571:35: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.1007132Z #80 426.2 1571 | LoadFunction, ".objc_ctor"); 2024-08-20T21:55:09.1007825Z #80 426.2 | ^ 2024-08-20T21:55:09.1008808Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.1009939Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.1011017Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.1012397Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.1013447Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.1015355Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.1016872Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.1017546Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.1019867Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1673:39: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.1021890Z #80 426.2 1673 | Init, ".objc_early_init_ptr"); 2024-08-20T21:55:09.1022715Z #80 426.2 | ^ 2024-08-20T21:55:09.1023777Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.1024941Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.1026026Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.1027091Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.1028133Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.1030189Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.1031698Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.1032383Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.1034628Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'virtual llvm::Constant* {anonymous}::CGObjCGNUstep2::GenerateProtocolRef(const clang::ObjCProtocolDecl*)': 2024-08-20T21:55:09.1038200Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1380:61: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.1040630Z #80 426.2 1380 | llvm::GlobalValue::ExternalLinkage, nullptr, SymName); 2024-08-20T21:55:09.1041502Z #80 426.2 | ^ 2024-08-20T21:55:09.1042591Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.1043694Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.1044747Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.1045797Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.1046815Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.1048657Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.1050125Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.1050797Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.1053156Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'virtual llvm::Value* {anonymous}::CGObjCGNUstep2::GenerateProtocolRef(clang::CodeGen::CodeGenFunction&, const clang::ObjCProtocolDecl*)': 2024-08-20T21:55:09.1056732Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1331:75: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.1058976Z #80 426.2 1331 | llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName); 2024-08-20T21:55:09.1060226Z #80 426.2 | ^ 2024-08-20T21:55:09.1061345Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.1062517Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.1063603Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.1064662Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.1065721Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.1067606Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.1069126Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.1071019Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.1073064Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'virtual void {anonymous}::CGObjCGNUstep2::GenerateClass(const clang::ObjCImplementationDecl*)': 2024-08-20T21:55:09.1076477Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1786:72: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.1078820Z #80 426.2 1786 | llvm::GlobalValue::ExternalLinkage, nullptr, SuperClassName); 2024-08-20T21:55:09.1080150Z #80 426.2 | ^ 2024-08-20T21:55:09.1081388Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.1082631Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.1083873Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.1084994Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.1086356Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.1088394Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.1090001Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.1090759Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.1093184Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1864:36: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.1095303Z #80 426.2 1864 | OffsetValue, OffsetName); 2024-08-20T21:55:09.1096016Z #80 426.2 | ^ 2024-08-20T21:55:09.1097079Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.1098270Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.1099362Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.1100657Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.1101764Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.1103770Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.1105354Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.1106075Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.1108508Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:1996:72: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.1111002Z #80 426.2 1996 | classStruct, ManglePublicSymbol("OBJC_INIT_CLASS_") + className); 2024-08-20T21:55:09.1112046Z #80 426.2 | ^ 2024-08-20T21:55:09.1113206Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.1114385Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.1115498Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.1116614Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.1117715Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.1119988Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.1121547Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.1122253Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.1124290Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp: In member function 'virtual void {anonymous}::CGObjCGNU::GenerateClass(const clang::ObjCImplementationDecl*)': 2024-08-20T21:55:09.1127670Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:3512:45: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.1129697Z #80 426.2 3512 | classSymbolName); 2024-08-20T21:55:09.1130450Z #80 426.2 | ^ 2024-08-20T21:55:09.1131507Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.1132682Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.1134211Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.1135259Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.1136247Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.1138055Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.1139502Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.1140146Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.1142562Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:3570:34: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.1144560Z #80 426.2 3570 | OffsetValue, OffsetName); 2024-08-20T21:55:09.1145233Z #80 426.2 | ^ 2024-08-20T21:55:09.1146248Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.1147408Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.1148498Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.1149554Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.1150608Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.1152504Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.1153996Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.1154703Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.1157230Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:3665:77: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.1159621Z #80 426.2 3665 | false, llvm::GlobalValue::ExternalLinkage, offsetValue, Name); 2024-08-20T21:55:09.1160613Z #80 426.2 | ^ 2024-08-20T21:55:09.1161759Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.1163056Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.1164102Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.1165161Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.1166355Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.1168221Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.1169681Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.1170365Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.1171774Z #80 426.2 In member function 'llvm::Constant* {anonymous}::CGObjCGNU::ExportUniqueString(const string&, const string&, bool)', 2024-08-20T21:55:09.1173927Z #80 426.2 inlined from '{anonymous}::CGObjCGNU::ModuleInitFunction()::' at /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:3771:51: 2024-08-20T21:55:09.1176815Z #80 426.2 /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:218:65: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:09.1178930Z #80 426.2 218 | llvm::GlobalValue::LinkOnceODRLinkage, value, name); 2024-08-20T21:55:09.1179908Z #80 426.2 | ^ 2024-08-20T21:55:09.1180984Z #80 426.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:09.1182440Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:09.1183544Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:09.1184644Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:09.1185697Z #80 426.2 from /llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp:16: 2024-08-20T21:55:09.1186951Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In lambda function: 2024-08-20T21:55:09.1189038Z #80 426.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:09.1190706Z #80 426.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:09.1191401Z #80 426.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:09.1192597Z #80 426.3 [2582/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/PatternInit.cpp.o 2024-08-20T21:55:09.3710852Z #80 426.8 [2583/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CocoaConventions.cpp.o 2024-08-20T21:55:09.5043805Z #80 426.9 [2584/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SanitizerMetadata.cpp.o 2024-08-20T21:55:09.7967613Z #80 427.2 [2585/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenABITypes.cpp.o 2024-08-20T21:55:10.3519146Z #80 427.7 [2586/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGReachabilityAnalysis.cpp.o 2024-08-20T21:55:10.5537274Z #80 427.8 [2587/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiate.cpp.o 2024-08-20T21:55:10.8577607Z #80 428.3 [2588/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SwiftCallingConv.cpp.o 2024-08-20T21:55:11.2616192Z #80 428.7 [2589/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGStmtMap.cpp.o 2024-08-20T21:55:11.7199908Z #80 429.1 [2590/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/BodyFarm.cpp.o 2024-08-20T21:55:12.3219300Z #80 429.7 [2591/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ModuleBuilder.cpp.o 2024-08-20T21:55:12.4974650Z #80 429.7 [2592/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeGPU.cpp.o 2024-08-20T21:55:12.4978079Z #80 429.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp: In member function 'virtual void clang::CodeGen::CGOpenMPRuntimeGPU::clear()': 2024-08-20T21:55:12.4982697Z #80 429.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:3637:45: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.4985496Z #80 429.7 3637 | "_openmp_teams_reductions_buffer_$_"); 2024-08-20T21:55:12.4986503Z #80 429.7 | ^ 2024-08-20T21:55:12.4987912Z #80 429.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:55:12.4989659Z #80 429.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:55:12.4991303Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:55:12.4992974Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:55:12.4994665Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:55:12.4996505Z #80 429.7 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:55:12.4998428Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h:28, 2024-08-20T21:55:12.5000236Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h:17, 2024-08-20T21:55:12.5001849Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:14: 2024-08-20T21:55:12.5004549Z #80 429.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.5006580Z #80 429.7 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.5007450Z #80 429.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.5010788Z #80 429.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp: In member function 'virtual clang::CodeGen::Address clang::CodeGen::CGOpenMPRuntimeGPU::getAddressOfLocalVariable(clang::CodeGen::CodeGenFunction&, const clang::VarDecl*)': 2024-08-20T21:55:12.5016162Z #80 429.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:3358:51: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.5019108Z #80 429.7 3358 | CGM.getContext().getTargetAddressSpace(AS)); 2024-08-20T21:55:12.5020187Z #80 429.7 | ^ 2024-08-20T21:55:12.5021615Z #80 429.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:55:12.5023134Z #80 429.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:55:12.5024785Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:55:12.5026371Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:55:12.5028040Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:55:12.5030257Z #80 429.7 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:55:12.5031850Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h:28, 2024-08-20T21:55:12.5033472Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h:17, 2024-08-20T21:55:12.5035331Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:14: 2024-08-20T21:55:12.5037918Z #80 429.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.5040071Z #80 429.7 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.5040951Z #80 429.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.5044289Z #80 429.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp: In function 'llvm::Value* emitInterWarpCopyFunction(clang::CodeGen::CodeGenModule&, llvm::ArrayRef, clang::QualType, clang::SourceLocation)': 2024-08-20T21:55:12.5049837Z #80 429.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:1791:27: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.5052692Z #80 429.7 1791 | SharedAddressSpace); 2024-08-20T21:55:12.5053541Z #80 429.7 | ^ 2024-08-20T21:55:12.5055105Z #80 429.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:55:12.5056749Z #80 429.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:55:12.5058350Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:55:12.5060031Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:55:12.5061799Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:55:12.5063730Z #80 429.7 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:55:12.5065339Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h:28, 2024-08-20T21:55:12.5066880Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h:17, 2024-08-20T21:55:12.5068591Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:14: 2024-08-20T21:55:12.5071199Z #80 429.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.5073205Z #80 429.7 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.5074082Z #80 429.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.5075779Z #80 429.7 In function 'void setPropertyExecutionMode(clang::CodeGen::CodeGenModule&, llvm::StringRef, bool)', 2024-08-20T21:55:12.5080351Z #80 429.7 inlined from 'virtual void clang::CodeGen::CGOpenMPRuntimeGPU::emitTargetOutlinedFunction(const clang::OMPExecutableDirective&, llvm::StringRef, llvm::Function*&, llvm::Constant*&, bool, const clang::CodeGen::RegionCodeGenTy&)' at /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:857:27: 2024-08-20T21:55:12.5085956Z #80 429.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:835:32: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.5088647Z #80 429.7 835 | Twine(Name, "_exec_mode")); 2024-08-20T21:55:12.5089453Z #80 429.7 | ^ 2024-08-20T21:55:12.5090807Z #80 429.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:55:12.5092355Z #80 429.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:55:12.5094188Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:55:12.5095754Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:55:12.5097399Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:55:12.5099146Z #80 429.7 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:55:12.5100761Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h:28, 2024-08-20T21:55:12.5102299Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h:17, 2024-08-20T21:55:12.5103898Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:14: 2024-08-20T21:55:12.5107951Z #80 429.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual void clang::CodeGen::CGOpenMPRuntimeGPU::emitTargetOutlinedFunction(const clang::OMPExecutableDirective&, llvm::StringRef, llvm::Function*&, llvm::Constant*&, bool, const clang::CodeGen::RegionCodeGenTy&)': 2024-08-20T21:55:12.5112988Z #80 429.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.5115054Z #80 429.7 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.5115975Z #80 429.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.5121195Z #80 429.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp: In member function 'virtual void clang::CodeGen::CGOpenMPRuntimeGPU::emitReduction(clang::CodeGen::CodeGenFunction&, clang::SourceLocation, llvm::ArrayRef, llvm::ArrayRef, llvm::ArrayRef, llvm::ArrayRef, clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy)': 2024-08-20T21:55:12.5127916Z #80 429.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:2965:51: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.5130792Z #80 429.7 2965 | "_openmp_teams_reductions_buffer_$_$ptr"); 2024-08-20T21:55:12.5131840Z #80 429.7 | ^ 2024-08-20T21:55:12.5133217Z #80 429.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:55:12.5136065Z #80 429.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:55:12.5137667Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:55:12.5139230Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:55:12.5140821Z #80 429.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:55:12.5142649Z #80 429.7 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:55:12.5144375Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h:28, 2024-08-20T21:55:12.5145866Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h:17, 2024-08-20T21:55:12.5147465Z #80 429.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:14: 2024-08-20T21:55:12.5150127Z #80 429.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.5152065Z #80 429.7 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.5152898Z #80 429.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.5154546Z #80 429.7 [2593/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ConstructionContext.cpp.o 2024-08-20T21:55:12.6847322Z #80 430.1 [2594/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCMac.cpp.o 2024-08-20T21:55:12.8259452Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In member function 'llvm::GlobalVariable* {anonymous}::CGObjCCommonMac::CreateCStringLiteral(llvm::StringRef, {anonymous}::ObjCLabelType, bool, bool)': 2024-08-20T21:55:12.8264305Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:4191:79: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8267180Z #80 430.1 4191 | llvm::GlobalValue::PrivateLinkage, Value, Label); 2024-08-20T21:55:12.8268426Z #80 430.1 | ^ 2024-08-20T21:55:12.8269938Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8271488Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8273250Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8274600Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8277129Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8278980Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8280002Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8283166Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In member function 'void {anonymous}::CGObjCNonFragileABIMac::AddModuleClassList(llvm::ArrayRef, llvm::StringRef, llvm::StringRef)': 2024-08-20T21:55:12.8287818Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:6210:58: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8290708Z #80 430.1 6210 | llvm::GlobalValue::PrivateLinkage, Init, SymbolName); 2024-08-20T21:55:12.8292061Z #80 430.1 | ^ 2024-08-20T21:55:12.8293495Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8295036Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8296382Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8297754Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8300191Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8302163Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8303064Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8305887Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In function 'llvm::Constant* {anonymous}::CGObjCNonFragileABIMac::GetClassGlobal(llvm::StringRef, clang::CodeGen::ForDefinition_t, bool, bool)': 2024-08-20T21:55:12.8310524Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:7423:57: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8313214Z #80 430.1 7423 | nullptr, Name); 2024-08-20T21:55:12.8314290Z #80 430.1 | ^ 2024-08-20T21:55:12.8315797Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8317316Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8318655Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8320576Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8323038Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8325005Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8325885Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8328807Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In function 'llvm::GlobalVariable* {anonymous}::CGObjCCommonMac::CreateMetadataVar(llvm::Twine, llvm::Constant*, llvm::StringRef, clang::CharUnits, bool)': 2024-08-20T21:55:12.8333463Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:4143:74: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8338977Z #80 430.1 4143 | new llvm::GlobalVariable(CGM.getModule(), Ty, false, LT, Init, Name); 2024-08-20T21:55:12.8340191Z #80 430.1 | ^ 2024-08-20T21:55:12.8341601Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8342935Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8344230Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8345643Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8348973Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8350997Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8351903Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8354960Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In member function 'clang::CodeGen::ConstantAddress {anonymous}::CGObjCCommonMac::GenerateConstantNSString(const clang::StringLiteral*)': 2024-08-20T21:55:12.8361364Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:2020:57: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8364328Z #80 430.1 2020 | Linkage, C, ".str"); 2024-08-20T21:55:12.8365331Z #80 430.1 | ^ 2024-08-20T21:55:12.8366839Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8368451Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8369834Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8371349Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8374119Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8376240Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8377188Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8380393Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In function 'llvm::GlobalVariable* {anonymous}::CGObjCNonFragileABIMac::ObjCIvarOffsetVariable(const clang::ObjCInterfaceDecl*, const clang::ObjCIvarDecl*)': 2024-08-20T21:55:12.8385287Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:6878:53: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8388118Z #80 430.1 6878 | nullptr, Name.str()); 2024-08-20T21:55:12.8389199Z #80 430.1 | ^ 2024-08-20T21:55:12.8390960Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8392516Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8393919Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8395350Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8397940Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8400245Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8401135Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8404497Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In member function 'llvm::Value* {anonymous}::CGObjCNonFragileABIMac::EmitClassRefFromId(clang::CodeGen::CodeGenFunction&, clang::IdentifierInfo*, const clang::ObjCInterfaceDecl*)': 2024-08-20T21:55:12.8410098Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:7494:39: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8412970Z #80 430.1 7494 | "OBJC_CLASSLIST_REFERENCES_$_"); 2024-08-20T21:55:12.8413922Z #80 430.1 | ^ 2024-08-20T21:55:12.8415549Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8417126Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8418455Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8419851Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8422500Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8424783Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8425721Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8428700Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In member function 'llvm::Constant* {anonymous}::CGObjCNonFragileABIMac::GetInterfaceEHType(const clang::ObjCInterfaceDecl*, clang::CodeGen::ForDefinition_t)': 2024-08-20T21:55:12.8434107Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:7856:59: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8436914Z #80 430.1 7856 | nullptr, EHTypeName); 2024-08-20T21:55:12.8438049Z #80 430.1 | ^ 2024-08-20T21:55:12.8439768Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8441428Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8442864Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8444310Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8446978Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8449126Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8450094Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8453446Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:7871:44: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8456564Z #80 430.1 7871 | VTableName); 2024-08-20T21:55:12.8457597Z #80 430.1 | ^ 2024-08-20T21:55:12.8459145Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8460776Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8462220Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8463704Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8466412Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8468421Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8469373Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8472276Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In member function 'virtual llvm::Constant* {anonymous}::CGObjCNonFragileABIMac::GetEHType(clang::QualType)': 2024-08-20T21:55:12.8476790Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:7793:52: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8479705Z #80 430.1 7793 | "OBJC_EHTYPE_id"); 2024-08-20T21:55:12.8480760Z #80 430.1 | ^ 2024-08-20T21:55:12.8482581Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8484224Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8485604Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8487072Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8489856Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8492010Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8492965Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8495815Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In member function 'virtual llvm::Constant* {anonymous}::CGObjCMac::GetOrEmitProtocolRef(const clang::ObjCProtocolDecl*)': 2024-08-20T21:55:12.8500445Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:3083:79: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8503753Z #80 430.1 3083 | nullptr, "OBJC_PROTOCOL_" + PD->getName()); 2024-08-20T21:55:12.8505005Z #80 430.1 | ^ 2024-08-20T21:55:12.8506627Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8508221Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8509649Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8511142Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8513941Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8516048Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8517032Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8520210Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In member function 'virtual llvm::Constant* {anonymous}::CGObjCNonFragileABIMac::GetOrEmitProtocolRef(const clang::ObjCProtocolDecl*)': 2024-08-20T21:55:12.8525277Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:7021:55: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8528207Z #80 430.1 7021 | nullptr, Protocol); 2024-08-20T21:55:12.8529271Z #80 430.1 | ^ 2024-08-20T21:55:12.8530726Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8532201Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8533514Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8535172Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8537980Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8540026Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8541059Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8543027Z #80 430.1 In member function 'llvm::Constant* {anonymous}::CGObjCMac::EmitMetaClassRef(const clang::ObjCInterfaceDecl*)', 2024-08-20T21:55:12.8548928Z #80 430.1 inlined from 'virtual clang::CodeGen::RValue {anonymous}::CGObjCMac::GenerateMessageSendSuper(clang::CodeGen::CodeGenFunction&, clang::CodeGen::ReturnValueSlot, clang::QualType, clang::Selector, const clang::ObjCInterfaceDecl*, bool, llvm::Value*, bool, const clang::CodeGen::CallArgList&, const clang::ObjCMethodDecl*)' at /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:2091:54: 2024-08-20T21:55:12.8556061Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:3687:39: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8558994Z #80 430.1 3687 | Name); 2024-08-20T21:55:12.8560320Z #80 430.1 | ^ 2024-08-20T21:55:12.8561740Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8563367Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8564807Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8566205Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8571509Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual clang::CodeGen::RValue {anonymous}::CGObjCMac::GenerateMessageSendSuper(clang::CodeGen::CodeGenFunction&, clang::CodeGen::ReturnValueSlot, clang::QualType, clang::Selector, const clang::ObjCInterfaceDecl*, bool, llvm::Value*, bool, const clang::CodeGen::CallArgList&, const clang::ObjCMethodDecl*)': 2024-08-20T21:55:12.8577620Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8579756Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8580695Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8582638Z #80 430.1 In member function 'llvm::Value* {anonymous}::CGObjCMac::EmitSuperClassRef(const clang::ObjCInterfaceDecl*)', 2024-08-20T21:55:12.8588353Z #80 430.1 inlined from 'virtual clang::CodeGen::RValue {anonymous}::CGObjCMac::GenerateMessageSendSuper(clang::CodeGen::CodeGenFunction&, clang::CodeGen::ReturnValueSlot, clang::QualType, clang::Selector, const clang::ObjCInterfaceDecl*, bool, llvm::Value*, bool, const clang::CodeGen::CallArgList&, const clang::ObjCMethodDecl*)' at /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:2101:46: 2024-08-20T21:55:12.8594967Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:3701:39: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8598243Z #80 430.1 3701 | Name); 2024-08-20T21:55:12.8599224Z #80 430.1 | ^ 2024-08-20T21:55:12.8600926Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8602622Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8604134Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8605535Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8610498Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual clang::CodeGen::RValue {anonymous}::CGObjCMac::GenerateMessageSendSuper(clang::CodeGen::CodeGenFunction&, clang::CodeGen::ReturnValueSlot, clang::QualType, clang::Selector, const clang::ObjCInterfaceDecl*, bool, llvm::Value*, bool, const clang::CodeGen::CallArgList&, const clang::ObjCMethodDecl*)': 2024-08-20T21:55:12.8616892Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8618913Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8619836Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8622987Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In member function 'virtual llvm::Constant* {anonymous}::CGObjCNonFragileABIMac::GetOrEmitProtocol(const clang::ObjCProtocolDecl*)': 2024-08-20T21:55:12.8627733Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:7130:41: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8630597Z #80 430.1 7130 | ProtocolRef); 2024-08-20T21:55:12.8631736Z #80 430.1 | ^ 2024-08-20T21:55:12.8633200Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8635013Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8636306Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8637680Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8640295Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8642211Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8643064Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8646134Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In member function 'virtual llvm::Value* {anonymous}::CGObjCNonFragileABIMac::GenerateProtocolRef(clang::CodeGen::CodeGenFunction&, const clang::ObjCProtocolDecl*)': 2024-08-20T21:55:12.8650923Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:6647:47: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8653764Z #80 430.1 6647 | ProtocolName); 2024-08-20T21:55:12.8654805Z #80 430.1 | ^ 2024-08-20T21:55:12.8656296Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8657857Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8659244Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8660679Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8663552Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8665541Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8666456Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8669059Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In member function 'clang::CodeGen::Address {anonymous}::CGObjCNonFragileABIMac::EmitSelectorAddr(clang::Selector)': 2024-08-20T21:55:12.8673572Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:7649:36: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8676373Z #80 430.1 7649 | "OBJC_SELECTOR_REFERENCES_"); 2024-08-20T21:55:12.8677542Z #80 430.1 | ^ 2024-08-20T21:55:12.8678939Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8680602Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8681952Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8683300Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8686039Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8688009Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8688905Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8691565Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp: In member function 'virtual void {anonymous}::CGObjCNonFragileABIMac::GenerateClass(const clang::ObjCImplementationDecl*)': 2024-08-20T21:55:12.8696189Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:6498:53: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8698956Z #80 430.1 6498 | "_objc_empty_cache"); 2024-08-20T21:55:12.8699989Z #80 430.1 | ^ 2024-08-20T21:55:12.8701472Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8702992Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8704367Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8705727Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8708211Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8710226Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8711128Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8714198Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:6508:56: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8716855Z #80 430.1 6508 | "_objc_empty_vtable"); 2024-08-20T21:55:12.8717935Z #80 430.1 | ^ 2024-08-20T21:55:12.8719412Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8721189Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8722518Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8723925Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8726671Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8728622Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8729534Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8731944Z #80 430.1 In member function 'llvm::Value* {anonymous}::CGObjCNonFragileABIMac::EmitMetaClassRef(clang::CodeGen::CodeGenFunction&, const clang::ObjCInterfaceDecl*, bool)', 2024-08-20T21:55:12.8738184Z #80 430.1 inlined from 'virtual clang::CodeGen::RValue {anonymous}::CGObjCNonFragileABIMac::GenerateMessageSendSuper(clang::CodeGen::CodeGenFunction&, clang::CodeGen::ReturnValueSlot, clang::QualType, clang::Selector, const clang::ObjCInterfaceDecl*, bool, llvm::Value*, bool, const clang::CodeGen::CallArgList&, const clang::ObjCMethodDecl*)' at /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:7607:32: 2024-08-20T21:55:12.8744881Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:7555:79: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8747736Z #80 430.1 7555 | MetaClassGV, "OBJC_CLASSLIST_SUP_REFS_$_"); 2024-08-20T21:55:12.8748938Z #80 430.1 | ^ 2024-08-20T21:55:12.8750732Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8752256Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8753610Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8754993Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8760523Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual clang::CodeGen::RValue {anonymous}::CGObjCNonFragileABIMac::GenerateMessageSendSuper(clang::CodeGen::CodeGenFunction&, clang::CodeGen::ReturnValueSlot, clang::QualType, clang::Selector, const clang::ObjCInterfaceDecl*, bool, llvm::Value*, bool, const clang::CodeGen::CallArgList&, const clang::ObjCMethodDecl*)': 2024-08-20T21:55:12.8766312Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8768305Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8769210Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8771525Z #80 430.1 In member function 'llvm::Value* {anonymous}::CGObjCNonFragileABIMac::EmitSuperClassRef(clang::CodeGen::CodeGenFunction&, const clang::ObjCInterfaceDecl*)', 2024-08-20T21:55:12.8777442Z #80 430.1 inlined from 'virtual clang::CodeGen::RValue {anonymous}::CGObjCNonFragileABIMac::GenerateMessageSendSuper(clang::CodeGen::CodeGenFunction&, clang::CodeGen::ReturnValueSlot, clang::QualType, clang::Selector, const clang::ObjCInterfaceDecl*, bool, llvm::Value*, bool, const clang::CodeGen::CallArgList&, const clang::ObjCMethodDecl*)' at /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:7609:31: 2024-08-20T21:55:12.8783828Z #80 430.1 /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:7532:66: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:12.8786634Z #80 430.1 7532 | "OBJC_CLASSLIST_SUP_REFS_$_"); 2024-08-20T21:55:12.8787770Z #80 430.1 | ^ 2024-08-20T21:55:12.8789268Z #80 430.1 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:12.8790814Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:12.8792535Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGBlocks.h:16, 2024-08-20T21:55:12.8793905Z #80 430.1 from /llvm-project/clang/lib/CodeGen/CGObjCMac.cpp:13: 2024-08-20T21:55:12.8799044Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual clang::CodeGen::RValue {anonymous}::CGObjCNonFragileABIMac::GenerateMessageSendSuper(clang::CodeGen::CodeGenFunction&, clang::CodeGen::ReturnValueSlot, clang::QualType, clang::Selector, const clang::ObjCInterfaceDecl*, bool, llvm::Value*, bool, const clang::CodeGen::CallArgList&, const clang::ObjCMethodDecl*)': 2024-08-20T21:55:12.8805242Z #80 430.1 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:12.8807310Z #80 430.1 73 | return User::operator new(s, 1); 2024-08-20T21:55:12.8808450Z #80 430.1 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:12.8810010Z #80 430.2 [2595/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTables.cpp.o 2024-08-20T21:55:12.9506002Z #80 430.3 [2596/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ObjCNoReturn.cpp.o 2024-08-20T21:55:13.8839426Z #80 431.3 [2597/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/IssueHash.cpp.o 2024-08-20T21:55:14.0795625Z #80 431.5 [2598/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyLogical.cpp.o 2024-08-20T21:55:14.2560094Z #80 431.5 [2599/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Dominators.cpp.o 2024-08-20T21:55:14.5416431Z #80 431.9 [2600/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTypes.cpp.o 2024-08-20T21:55:14.8842145Z #80 432.3 [2601/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/MacroExpansionContext.cpp.o 2024-08-20T21:55:15.0861487Z #80 432.3 [2602/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyTIL.cpp.o 2024-08-20T21:55:15.0864284Z #80 432.5 [2603/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/AnalysisDeclContext.cpp.o 2024-08-20T21:55:15.3323001Z #80 432.6 [2604/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmt.cpp.o 2024-08-20T21:55:15.3325604Z #80 432.6 [2605/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PostOrderCFGView.cpp.o 2024-08-20T21:55:16.5779531Z #80 434.0 [2606/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CloneDetection.cpp.o 2024-08-20T21:55:16.7960197Z #80 434.2 [2607/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Consumed.cpp.o 2024-08-20T21:55:17.2969161Z #80 434.7 [2608/3615] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/Value.cpp.o 2024-08-20T21:55:17.5730118Z #80 435.0 [2609/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDecl.cpp.o 2024-08-20T21:55:17.7232349Z #80 435.0 [2610/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiateDecl.cpp.o 2024-08-20T21:55:17.7235036Z #80 435.1 [2611/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ProgramPoint.cpp.o 2024-08-20T21:55:17.9120853Z #80 435.2 [2612/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclCXX.cpp.o 2024-08-20T21:55:17.9123335Z #80 435.3 [2613/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CallGraph.cpp.o 2024-08-20T21:55:19.2447635Z #80 436.6 [2614/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ReachableCode.cpp.o 2024-08-20T21:55:19.4603627Z #80 436.9 [2615/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PathDiagnostic.cpp.o 2024-08-20T21:55:19.6055644Z #80 436.9 [2616/3615] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/ControlFlowContext.cpp.o 2024-08-20T21:55:19.6058514Z #80 437.0 [2617/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/LiveVariables.cpp.o 2024-08-20T21:55:20.0179191Z #80 437.4 [2618/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenFunction.cpp.o 2024-08-20T21:55:20.1257642Z #80 437.4 [2619/3615] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/APIIgnoresList.cpp.o 2024-08-20T21:55:20.1260750Z #80 437.5 [2620/3615] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/WatchedLiteralsSolver.cpp.o 2024-08-20T21:55:20.1263870Z #80 437.5 [2621/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CoverageMappingGen.cpp.o 2024-08-20T21:55:20.1268930Z #80 437.5 /llvm-project/clang/lib/CodeGen/CoverageMappingGen.cpp: In member function 'void clang::CodeGen::CoverageMappingModuleGen::emitFunctionMappingRecord(const clang::CodeGen::CoverageMappingModuleGen::FunctionInfo&, uint64_t)': 2024-08-20T21:55:20.1274618Z #80 437.5 /llvm-project/clang/lib/CodeGen/CoverageMappingGen.cpp:1650:21: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:20.1277569Z #80 437.5 1650 | FuncRecordName); 2024-08-20T21:55:20.1278512Z #80 437.5 | ^ 2024-08-20T21:55:20.1280044Z #80 437.5 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:20.1281689Z #80 437.5 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:20.1283240Z #80 437.5 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:20.1284902Z #80 437.5 from /llvm-project/clang/lib/CodeGen/CoverageMappingGen.cpp:14: 2024-08-20T21:55:20.1287858Z #80 437.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:20.1290014Z #80 437.5 73 | return User::operator new(s, 1); 2024-08-20T21:55:20.1290950Z #80 437.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:20.1293310Z #80 437.5 /llvm-project/clang/lib/CodeGen/CoverageMappingGen.cpp: In member function 'void clang::CodeGen::CoverageMappingModuleGen::emit()': 2024-08-20T21:55:20.1297623Z #80 437.5 /llvm-project/clang/lib/CodeGen/CoverageMappingGen.cpp:1749:52: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:20.1300738Z #80 437.5 1749 | CovDataVal, llvm::getCoverageMappingVarName()); 2024-08-20T21:55:20.1301726Z #80 437.5 | ^ 2024-08-20T21:55:20.1303138Z #80 437.5 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:20.1304524Z #80 437.5 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:20.1305858Z #80 437.5 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:20.1307432Z #80 437.5 from /llvm-project/clang/lib/CodeGen/CoverageMappingGen.cpp:14: 2024-08-20T21:55:20.1309791Z #80 437.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:20.1311547Z #80 437.5 73 | return User::operator new(s, 1); 2024-08-20T21:55:20.1312355Z #80 437.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:20.1315521Z #80 437.5 /llvm-project/clang/lib/CodeGen/CoverageMappingGen.cpp:1765:67: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:20.1318633Z #80 437.5 1765 | llvm::getCoverageUnusedNamesVarName()); 2024-08-20T21:55:20.1319948Z #80 437.5 | ^ 2024-08-20T21:55:20.1321374Z #80 437.5 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:20.1322808Z #80 437.5 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:20.1324142Z #80 437.5 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:20.1325525Z #80 437.5 from /llvm-project/clang/lib/CodeGen/CoverageMappingGen.cpp:14: 2024-08-20T21:55:20.1327997Z #80 437.5 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:20.1330023Z #80 437.5 73 | return User::operator new(s, 1); 2024-08-20T21:55:20.1330895Z #80 437.5 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:20.3484071Z #80 437.6 [2622/3615] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/DebugSupport.cpp.o 2024-08-20T21:55:20.5071591Z #80 437.9 [2623/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ItaniumCXXABI.cpp.o 2024-08-20T21:55:20.7091704Z #80 437.9 /llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp: In member function 'llvm::Constant* {anonymous}::ItaniumRTTIBuilder::BuildTypeInfo(clang::QualType, llvm::GlobalValue::LinkageTypes, llvm::GlobalValue::VisibilityTypes, llvm::GlobalValue::DLLStorageClassTypes)': 2024-08-20T21:55:20.7097745Z #80 437.9 /llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp:3856:72: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:20.7100885Z #80 437.9 3856 | /*isConstant=*/true, Linkage, Init, Name); 2024-08-20T21:55:20.7102263Z #80 437.9 | ^ 2024-08-20T21:55:20.7103816Z #80 437.9 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:20.7105435Z #80 437.9 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:20.7106888Z #80 437.9 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:20.7108409Z #80 437.9 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:20.7109938Z #80 437.9 from /llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp:20: 2024-08-20T21:55:20.7112652Z #80 437.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:20.7114741Z #80 437.9 73 | return User::operator new(s, 1); 2024-08-20T21:55:20.7115627Z #80 437.9 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:20.7117615Z #80 437.9 In member function 'llvm::Constant* {anonymous}::ItaniumRTTIBuilder::GetAddrOfExternalRTTIDescriptor(clang::QualType)', 2024-08-20T21:55:20.7121226Z #80 437.9 inlined from 'llvm::Constant* {anonymous}::ItaniumRTTIBuilder::BuildTypeInfo(clang::QualType)' at /llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp:3697:43: 2024-08-20T21:55:20.7125789Z #80 437.9 /llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp:3209:39: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:20.7128648Z #80 437.9 3209 | Name); 2024-08-20T21:55:20.7129596Z #80 437.9 | ^ 2024-08-20T21:55:20.7131034Z #80 437.9 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:20.7132629Z #80 437.9 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:20.7134715Z #80 437.9 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:20.7136235Z #80 437.9 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:20.7137784Z #80 437.9 from /llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp:20: 2024-08-20T21:55:20.7140711Z #80 437.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::Constant* {anonymous}::ItaniumRTTIBuilder::BuildTypeInfo(clang::QualType)': 2024-08-20T21:55:20.7144368Z #80 437.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:20.7146249Z #80 437.9 73 | return User::operator new(s, 1); 2024-08-20T21:55:20.7147077Z #80 437.9 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:20.7150617Z #80 437.9 /llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp: In member function 'virtual void {anonymous}::ItaniumCXXABI::EmitGuardedInit(clang::CodeGen::CodeGenFunction&, const clang::VarDecl&, llvm::GlobalVariable*, bool)': 2024-08-20T21:55:20.7155883Z #80 437.9 /llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp:2395:53: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:20.7158830Z #80 437.9 2395 | guardName.str()); 2024-08-20T21:55:20.7160367Z #80 437.9 | ^ 2024-08-20T21:55:20.7161943Z #80 437.9 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:20.7163495Z #80 437.9 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:20.7164979Z #80 437.9 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:20.7166504Z #80 437.9 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:20.7168157Z #80 437.9 from /llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp:20: 2024-08-20T21:55:20.7170906Z #80 437.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:20.7173170Z #80 437.9 73 | return User::operator new(s, 1); 2024-08-20T21:55:20.7174130Z #80 437.9 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:20.7178379Z #80 437.9 /llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp: In member function 'virtual void {anonymous}::ItaniumCXXABI::EmitThreadLocalInitFuncs(clang::CodeGen::CodeGenModule&, llvm::ArrayRef, llvm::ArrayRef, llvm::ArrayRef)': 2024-08-20T21:55:20.7184482Z #80 437.9 /llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp:2854:61: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:20.7187659Z #80 437.9 2854 | llvm::ConstantInt::get(CGM.Int8Ty, 0), "__tls_guard"); 2024-08-20T21:55:20.7188857Z #80 437.9 | ^ 2024-08-20T21:55:20.7190444Z #80 437.9 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:20.7192109Z #80 437.9 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:20.7193674Z #80 437.9 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:20.7195230Z #80 437.9 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:20.7196763Z #80 437.9 from /llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp:20: 2024-08-20T21:55:20.7199304Z #80 437.9 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:20.7201870Z #80 437.9 73 | return User::operator new(s, 1); 2024-08-20T21:55:20.7202683Z #80 437.9 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:20.7203975Z #80 438.0 [2624/3615] Building CXX object tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/EditedSource.cpp.o 2024-08-20T21:55:20.8188630Z #80 438.2 [2625/3615] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/DeltaTree.cpp.o 2024-08-20T21:55:21.0807177Z #80 438.5 [2626/3615] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/AvailabilityInfo.cpp.o 2024-08-20T21:55:21.3284621Z #80 438.7 [2627/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFG.cpp.o 2024-08-20T21:55:21.4743283Z #80 438.7 [2628/3615] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/RewriteRope.cpp.o 2024-08-20T21:55:21.4745689Z #80 438.9 [2629/3615] Building CXX object tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/Commit.cpp.o 2024-08-20T21:55:21.6744300Z #80 438.9 [2630/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyCommon.cpp.o 2024-08-20T21:55:21.7876749Z #80 439.2 [2631/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MicrosoftCXXABI.cpp.o 2024-08-20T21:55:21.9436611Z #80 439.2 In member function 'llvm::GlobalVariable* {anonymous}::MicrosoftCXXABI::getImageBase()', 2024-08-20T21:55:21.9439859Z #80 439.2 inlined from 'llvm::Constant* {anonymous}::MicrosoftCXXABI::getImageRelativeConstant(llvm::Constant*)' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:575:53, 2024-08-20T21:55:21.9443772Z #80 439.2 inlined from 'llvm::Constant* {anonymous}::MicrosoftCXXABI::getImageRelativeConstant(llvm::Constant*)' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:567:19: 2024-08-20T21:55:21.9448393Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:562:70: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:21.9452362Z #80 439.2 562 | /*Initializer=*/nullptr, Name); 2024-08-20T21:55:21.9453543Z #80 439.2 | ^ 2024-08-20T21:55:21.9455110Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:21.9456736Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:21.9458240Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:21.9459763Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:21.9461296Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:21.9464187Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::Constant* {anonymous}::MicrosoftCXXABI::getImageRelativeConstant(llvm::Constant*)': 2024-08-20T21:55:21.9468041Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:21.9470063Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:21.9470971Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:21.9471750Z #80 439.2 In lambda function, 2024-08-20T21:55:21.9475490Z #80 439.2 inlined from 'virtual void {anonymous}::MicrosoftCXXABI::EmitThreadLocalInitFuncs(clang::CodeGen::CodeGenModule&, llvm::ArrayRef, llvm::ArrayRef, llvm::ArrayRef)' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:2403:15: 2024-08-20T21:55:21.9481511Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:2387:52: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:21.9485059Z #80 439.2 2387 | Twine(InitFunc->getName(), "$initializer$")); 2024-08-20T21:55:21.9486197Z #80 439.2 | ^ 2024-08-20T21:55:21.9487637Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:21.9489279Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:21.9490805Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:21.9492322Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:21.9494014Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:21.9498647Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual void {anonymous}::MicrosoftCXXABI::EmitThreadLocalInitFuncs(clang::CodeGen::CodeGenModule&, llvm::ArrayRef, llvm::ArrayRef, llvm::ArrayRef)': 2024-08-20T21:55:21.9504153Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:21.9506339Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:21.9507303Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:21.9508113Z #80 439.2 In lambda function, 2024-08-20T21:55:21.9512010Z #80 439.2 inlined from 'virtual void {anonymous}::MicrosoftCXXABI::EmitThreadLocalInitFuncs(clang::CodeGen::CodeGenModule&, llvm::ArrayRef, llvm::ArrayRef, llvm::ArrayRef)' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:2416:13: 2024-08-20T21:55:21.9517728Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:2387:52: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:21.9521050Z #80 439.2 2387 | Twine(InitFunc->getName(), "$initializer$")); 2024-08-20T21:55:21.9522143Z #80 439.2 | ^ 2024-08-20T21:55:21.9523610Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:21.9525209Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:21.9526730Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:21.9528239Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:21.9529773Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:21.9534518Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual void {anonymous}::MicrosoftCXXABI::EmitThreadLocalInitFuncs(clang::CodeGen::CodeGenModule&, llvm::ArrayRef, llvm::ArrayRef, llvm::ArrayRef)': 2024-08-20T21:55:21.9539553Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:21.9541702Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:21.9542796Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:21.9545499Z #80 439.2 In member function 'llvm::GlobalVariable* {anonymous}::MicrosoftCXXABI::getAddrOfVirtualDisplacementMap(const clang::CXXRecordDecl*, const clang::CXXRecordDecl*)', 2024-08-20T21:55:21.9551848Z #80 439.2 inlined from 'llvm::Value* {anonymous}::MicrosoftCXXABI::EmitNonNullMemberPointerConversion(const clang::MemberPointerType*, const clang::MemberPointerType*, clang::CastKind, clang::CastExpr::path_const_iterator, clang::CastExpr::path_const_iterator, llvm::Value*, clang::CodeGen::CGBuilderTy&)' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:3406:44: 2024-08-20T21:55:21.9561038Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:387:42: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:21.9564050Z #80 439.2 387 | /*Initializer=*/Init, MangledName); 2024-08-20T21:55:21.9565097Z #80 439.2 | ^ 2024-08-20T21:55:21.9566533Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:21.9568061Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:21.9569552Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:21.9571032Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:21.9572690Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:21.9577646Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::Value* {anonymous}::MicrosoftCXXABI::EmitNonNullMemberPointerConversion(const clang::MemberPointerType*, const clang::MemberPointerType*, clang::CastKind, clang::CastExpr::path_const_iterator, clang::CastExpr::path_const_iterator, llvm::Value*, clang::CodeGen::CGBuilderTy&)': 2024-08-20T21:55:21.9583830Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:21.9586032Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:21.9587001Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:21.9588687Z #80 439.2 In function 'llvm::GlobalVariable* getTypeInfoVTable(clang::CodeGen::CodeGenModule&)', 2024-08-20T21:55:21.9591969Z #80 439.2 inlined from 'virtual llvm::Constant* {anonymous}::MicrosoftCXXABI::getAddrOfRTTIDescriptor(clang::QualType)' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:4014:22: 2024-08-20T21:55:21.9597052Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:3600:71: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:21.9936204Z #80 439.2 3600 | /*Initializer=*/nullptr, MangledName); 2024-08-20T21:55:21.9937436Z #80 439.2 | ^ 2024-08-20T21:55:21.9939155Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:21.9941385Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:22.0236103Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:22.0536401Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:22.0736297Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:22.0837459Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual llvm::Constant* {anonymous}::MicrosoftCXXABI::getAddrOfRTTIDescriptor(clang::QualType)': 2024-08-20T21:55:22.1037122Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:22.1235970Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:22.1635629Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:22.1838445Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:4023:18: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:22.1935515Z #80 439.2 4023 | MangledName); 2024-08-20T21:55:22.2035430Z #80 439.2 | ^ 2024-08-20T21:55:22.2236379Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:22.2436073Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:22.2636251Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:22.2638014Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:22.2936257Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:22.3037271Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:22.3039758Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:22.3040633Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:22.3043144Z #80 439.2 In member function 'llvm::GlobalVariable* {anonymous}::MSRTTIBuilder::getBaseClassDescriptor(const {anonymous}::MSRTTIClass&)', 2024-08-20T21:55:22.3047007Z #80 439.2 inlined from 'llvm::GlobalVariable* {anonymous}::MSRTTIBuilder::getBaseClassArray(llvm::SmallVectorImpl<{anonymous}::MSRTTIClass>&)' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:3826:60, 2024-08-20T21:55:22.3051289Z #80 439.2 inlined from 'llvm::GlobalVariable* {anonymous}::MSRTTIBuilder::getClassHierarchyDescriptor()' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:3784:34: 2024-08-20T21:55:22.3056336Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:3860:68: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:22.3059712Z #80 439.2 3860 | /*Initializer=*/nullptr, MangledName); 2024-08-20T21:55:22.3060813Z #80 439.2 | ^ 2024-08-20T21:55:22.3062436Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:22.3064229Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:22.3065632Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:22.3067001Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:22.3068395Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:22.3071160Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::GlobalVariable* {anonymous}::MSRTTIBuilder::getClassHierarchyDescriptor()': 2024-08-20T21:55:22.3074772Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:22.3076739Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:22.3077608Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:22.3079993Z #80 439.2 In member function 'llvm::GlobalVariable* {anonymous}::MSRTTIBuilder::getBaseClassArray(llvm::SmallVectorImpl<{anonymous}::MSRTTIClass>&)', 2024-08-20T21:55:22.3083350Z #80 439.2 inlined from 'llvm::GlobalVariable* {anonymous}::MSRTTIBuilder::getClassHierarchyDescriptor()' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:3784:34: 2024-08-20T21:55:22.3087744Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:3818:68: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:22.3090626Z #80 439.2 3818 | /*Initializer=*/nullptr, MangledName); 2024-08-20T21:55:22.3091793Z #80 439.2 | ^ 2024-08-20T21:55:22.3093326Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:22.3436681Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:22.3438660Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:22.3457761Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:22.3486406Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:22.3490771Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'llvm::GlobalVariable* {anonymous}::MSRTTIBuilder::getClassHierarchyDescriptor()': 2024-08-20T21:55:22.3737357Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:22.3935601Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:22.4135699Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:22.4338066Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:3780:50: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:22.4462406Z #80 439.2 3780 | MangledName); 2024-08-20T21:55:22.4635763Z #80 439.2 | ^ 2024-08-20T21:55:22.4637958Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:22.4640024Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:22.4641534Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:22.4642968Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:22.4644414Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:22.4647238Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:22.4649322Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:22.4650239Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:22.4653193Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp: In member function 'llvm::Constant* {anonymous}::MicrosoftCXXABI::getCatchableType(clang::QualType, uint32_t, int32_t, uint32_t)': 2024-08-20T21:55:22.4658145Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:4260:61: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:22.4661467Z #80 439.2 4260 | llvm::ConstantStruct::get(CTType, Fields), MangledName); 2024-08-20T21:55:22.4662807Z #80 439.2 | ^ 2024-08-20T21:55:22.4664320Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:22.4665820Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:22.4667278Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:22.4668715Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:22.4670117Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:22.4672654Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:22.4674903Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:22.4675868Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:22.4679091Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp: In member function 'virtual llvm::GlobalVariable* {anonymous}::MicrosoftCXXABI::getAddrOfVTable(const clang::CXXRecordDecl*, clang::CharUnits)': 2024-08-20T21:55:22.4684619Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:1878:72: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:22.4687573Z #80 439.2 1878 | /*Initializer=*/nullptr, VTableName); 2024-08-20T21:55:22.4688768Z #80 439.2 | ^ 2024-08-20T21:55:22.4690371Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:22.4691936Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:22.4693362Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:22.4695209Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:22.4696665Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:22.4699122Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:22.4701091Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:22.4702000Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:22.4704128Z #80 439.2 In member function 'llvm::GlobalVariable* {anonymous}::MSRTTIBuilder::getCompleteObjectLocator(const clang::VPtrInfo&)', 2024-08-20T21:55:22.4707876Z #80 439.2 inlined from 'llvm::GlobalVariable* {anonymous}::MicrosoftCXXABI::getMSCompleteObjectLocator(const clang::CXXRecordDecl*, const clang::VPtrInfo&)' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:4033:59, 2024-08-20T21:55:22.4712646Z #80 439.2 inlined from 'virtual void {anonymous}::MicrosoftCXXABI::emitVTableDefinitions(clang::CodeGen::CodeGenVTables&, const clang::CXXRecordDecl*)' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:1739:40: 2024-08-20T21:55:22.4717549Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:3906:41: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:22.4720815Z #80 439.2 3906 | /*Initializer=*/nullptr, MangledName); 2024-08-20T21:55:22.4721780Z #80 439.2 | ^ 2024-08-20T21:55:22.4723271Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:22.4724932Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:22.4726389Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:22.4727881Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:22.4729390Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:22.4732884Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual void {anonymous}::MicrosoftCXXABI::emitVTableDefinitions(clang::CodeGen::CodeGenVTables&, const clang::CXXRecordDecl*)': 2024-08-20T21:55:22.4737464Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:22.4739660Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:22.4740557Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:22.4742439Z #80 439.2 In function 'clang::CodeGen::ConstantAddress getInitThreadEpochPtr(clang::CodeGen::CodeGenModule&)', 2024-08-20T21:55:22.4746417Z #80 439.2 inlined from 'virtual void {anonymous}::MicrosoftCXXABI::EmitGuardedInit(clang::CodeGen::CodeGenFunction&, const clang::VarDecl&, llvm::GlobalVariable*, bool)' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:2726:49: 2024-08-20T21:55:22.4752246Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:2522:77: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:22.4755618Z #80 439.2 2522 | /*InsertBefore=*/nullptr, llvm::GlobalVariable::GeneralDynamicTLSModel); 2024-08-20T21:55:22.4757191Z #80 439.2 | ^ 2024-08-20T21:55:22.4758893Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:22.4760735Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:22.4762240Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:22.4763989Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:22.4765565Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:22.4769006Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual void {anonymous}::MicrosoftCXXABI::EmitGuardedInit(clang::CodeGen::CodeGenFunction&, const clang::VarDecl&, llvm::GlobalVariable*, bool)': 2024-08-20T21:55:22.4773664Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:22.4775617Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:22.4776517Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:22.4779669Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:2663:73: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:22.4782899Z #80 439.2 2663 | GV->getLinkage(), Zero, GuardName.str()); 2024-08-20T21:55:22.4784310Z #80 439.2 | ^ 2024-08-20T21:55:22.4785863Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:22.4787416Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:22.4788760Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:22.4790158Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:22.4791630Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:22.4794201Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:22.4796084Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:22.4796967Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:22.4798907Z #80 439.2 In member function 'llvm::GlobalVariable* {anonymous}::MicrosoftCXXABI::getCatchableTypeArray(clang::QualType)', 2024-08-20T21:55:22.4802433Z #80 439.2 inlined from 'virtual llvm::GlobalVariable* {anonymous}::MicrosoftCXXABI::getThrowInfo(clang::QualType)' at /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:4392:52: 2024-08-20T21:55:22.4806943Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:4378:62: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:22.4809941Z #80 439.2 4378 | llvm::ConstantStruct::get(CTAType, Fields), MangledName); 2024-08-20T21:55:22.4811174Z #80 439.2 | ^ 2024-08-20T21:55:22.4814302Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:22.4815861Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:22.4817332Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:22.4818710Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:22.4820167Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:22.4823053Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h: In member function 'virtual llvm::GlobalVariable* {anonymous}::MicrosoftCXXABI::getThrowInfo(clang::QualType)': 2024-08-20T21:55:22.4826779Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:22.4828958Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:22.4829888Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:22.4833141Z #80 439.2 /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:4447:67: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:22.4836425Z #80 439.2 4447 | llvm::ConstantStruct::get(TIType, Fields), MangledName.str()); 2024-08-20T21:55:22.4837652Z #80 439.2 | ^ 2024-08-20T21:55:22.4839393Z #80 439.2 In file included from /llvm-project/llvm/include/llvm/IR/IRBuilder.h:31, 2024-08-20T21:55:22.4841034Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGBuilder.h:15, 2024-08-20T21:55:22.4842501Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CodeGenFunction.h:16, 2024-08-20T21:55:22.4843966Z #80 439.2 from /llvm-project/clang/lib/CodeGen/CGCXXABI.h:17, 2024-08-20T21:55:22.4845662Z #80 439.2 from /llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: 2024-08-20T21:55:22.4848613Z #80 439.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:22.4850737Z #80 439.2 73 | return User::operator new(s, 1); 2024-08-20T21:55:22.4851672Z #80 439.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:22.4853433Z #80 439.7 [2632/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenAction.cpp.o 2024-08-20T21:55:22.6720998Z #80 440.1 [2633/3615] Building CXX object tools/clang/lib/Analysis/FlowSensitive/Models/CMakeFiles/obj.clangAnalysisFlowSensitiveModels.dir/ChromiumCheckModel.cpp.o 2024-08-20T21:55:22.8698120Z #80 440.3 [2634/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/UninitializedValues.cpp.o 2024-08-20T21:55:23.0453903Z #80 440.3 [2635/3615] Building CXX object tools/clang/lib/Analysis/plugins/SampleAnalyzer/CMakeFiles/SampleAnalyzerPlugin.dir/MainCallChecker.cpp.o 2024-08-20T21:55:23.3058089Z #80 440.7 [2636/3615] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/TokenRewriter.cpp.o 2024-08-20T21:55:23.4817779Z #80 440.9 [2637/3615] Building CXX object tools/clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeFiles/CheckerOptionHandlingAnalyzerPlugin.dir/CheckerOptionHandling.cpp.o 2024-08-20T21:55:23.6555029Z #80 440.9 [2638/3615] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/DataflowEnvironment.cpp.o 2024-08-20T21:55:23.7688943Z #80 441.2 [2639/3615] Building CXX object tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/RewriteObjCFoundationAPI.cpp.o 2024-08-20T21:55:23.9126979Z #80 441.3 [2640/3615] Linking CXX static library lib/libclangEdit.a 2024-08-20T21:55:23.9130302Z #80 441.3 [2641/3615] Building CXX object tools/clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeFiles/CheckerDependencyHandlingAnalyzerPlugin.dir/CheckerDependencyHandling.cpp.o 2024-08-20T21:55:24.0414741Z #80 441.3 [2642/3615] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/Transfer.cpp.o 2024-08-20T21:55:24.0417626Z #80 441.4 [2643/3615] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/TypeErasedDataflowAnalysis.cpp.o 2024-08-20T21:55:24.1482468Z #80 441.5 [2644/3615] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/Rewriter.cpp.o 2024-08-20T21:55:24.3166987Z #80 441.7 [2645/3615] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o 2024-08-20T21:55:24.5298369Z #80 441.8 [2646/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/FileRemapper.cpp.o 2024-08-20T21:55:24.7211988Z #80 442.1 [2647/3615] Linking CXX static library lib/libLLVMX86CodeGen.a 2024-08-20T21:55:24.8606003Z #80 442.1 [2648/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateDeduction.cpp.o 2024-08-20T21:55:24.8608693Z #80 442.1 [2649/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/PlistReporter.cpp.o 2024-08-20T21:55:24.8612128Z #80 442.3 [2650/3615] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/TypedefUnderlyingTypeResolver.cpp.o 2024-08-20T21:55:25.0335554Z #80 442.3 [2651/3615] Building CXX object tools/clang/lib/Analysis/FlowSensitive/CMakeFiles/obj.clangAnalysisFlowSensitive.dir/DataflowAnalysisContext.cpp.o 2024-08-20T21:55:25.1882739Z #80 442.6 [2652/3615] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/HTMLRewrite.cpp.o 2024-08-20T21:55:25.3147309Z #80 442.7 [2653/3615] Linking CXX static library lib/libclangRewrite.a 2024-08-20T21:55:25.3149937Z #80 442.7 [2654/3615] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/Serialization/SerializerBase.cpp.o 2024-08-20T21:55:25.9813460Z #80 443.4 [2655/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafety.cpp.o 2024-08-20T21:55:26.2683870Z #80 443.7 [2656/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Action.cpp.o 2024-08-20T21:55:26.5163146Z #80 443.9 [2657/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDebugInfo.cpp.o 2024-08-20T21:55:26.6486220Z #80 444.0 [2658/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/DriverOptions.cpp.o 2024-08-20T21:55:26.6488606Z #80 444.0 [2659/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Phases.cpp.o 2024-08-20T21:55:27.3017622Z #80 444.7 [2660/3615] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/DeclarationFragments.cpp.o 2024-08-20T21:55:27.5014613Z #80 444.9 [2661/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Distro.cpp.o 2024-08-20T21:55:27.6842590Z #80 445.1 [2662/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CalledOnceCheck.cpp.o 2024-08-20T21:55:27.8909716Z #80 445.3 [2663/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/OptionUtils.cpp.o 2024-08-20T21:55:28.1408506Z #80 445.4 [2664/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Tool.cpp.o 2024-08-20T21:55:28.5685354Z #80 446.0 [2665/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Compilation.cpp.o 2024-08-20T21:55:29.0177541Z #80 446.4 [2666/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprCXX.cpp.o 2024-08-20T21:55:29.1981352Z #80 446.4 [2667/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmtOpenMP.cpp.o 2024-08-20T21:55:29.6264736Z #80 447.0 [2668/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Multilib.cpp.o 2024-08-20T21:55:29.7626302Z #80 447.0 [2669/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Job.cpp.o 2024-08-20T21:55:29.7628698Z #80 447.2 [2670/3615] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/Serialization/SymbolGraphSerializer.cpp.o 2024-08-20T21:55:30.3144722Z #80 447.7 [2671/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/RetainSummaryManager.cpp.o 2024-08-20T21:55:30.5174061Z #80 447.8 [2672/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetInfo.cpp.o 2024-08-20T21:55:30.5525626Z #80 447.9 [2673/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMTActions.cpp.o 2024-08-20T21:55:30.7255161Z #80 448.0 [2674/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/LoongArch.cpp.o 2024-08-20T21:55:30.8355544Z #80 448.2 [2675/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/CSKY.cpp.o 2024-08-20T21:55:30.9391681Z #80 448.3 [2676/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/AArch64.cpp.o 2024-08-20T21:55:31.3032550Z #80 448.7 [2677/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/OffloadBundler.cpp.o 2024-08-20T21:55:31.6819720Z #80 449.1 [2678/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/PPC.cpp.o 2024-08-20T21:55:32.0279707Z #80 449.4 [2679/3615] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/ExtractAPIVisitor.cpp.o 2024-08-20T21:55:32.2323394Z #80 449.4 [2680/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/M68k.cpp.o 2024-08-20T21:55:32.2325788Z #80 449.5 [2681/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/SystemZ.cpp.o 2024-08-20T21:55:32.2328216Z #80 449.6 [2682/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransformActions.cpp.o 2024-08-20T21:55:32.4635054Z #80 449.7 [2683/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Sparc.cpp.o 2024-08-20T21:55:32.5108954Z #80 449.9 [2684/3615] Linking CXX shared library lib/libLTO.so.16 2024-08-20T21:55:32.6385091Z #80 449.9 [2685/3615] Creating library symlink lib/libLTO.so 2024-08-20T21:55:32.6386730Z #80 450.0 [2686/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/VE.cpp.o 2024-08-20T21:55:32.7649292Z #80 450.2 [2687/3615] Linking CXX executable bin/llvm-lto 2024-08-20T21:55:32.9384616Z #80 450.3 [2688/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Mips.cpp.o 2024-08-20T21:55:33.2624479Z #80 450.7 [2689/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/ARM.cpp.o 2024-08-20T21:55:33.7414182Z #80 451.1 [2690/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChain.cpp.o 2024-08-20T21:55:33.8888300Z #80 451.2 [2691/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/SanitizerArgs.cpp.o 2024-08-20T21:55:33.8891044Z #80 451.3 [2692/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/RISCV.cpp.o 2024-08-20T21:55:34.0085504Z #80 451.4 [2693/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/X86.cpp.o 2024-08-20T21:55:34.2394535Z #80 451.5 [2694/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ObjectFilePCHContainerOperations.cpp.o 2024-08-20T21:55:34.2397095Z #80 451.5 [2695/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Ananas.cpp.o 2024-08-20T21:55:34.4520011Z #80 451.8 [2696/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenPGO.cpp.o 2024-08-20T21:55:34.6416346Z #80 451.9 [2697/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Contiki.cpp.o 2024-08-20T21:55:34.7939621Z #80 452.2 [2698/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPUOpenMP.cpp.o 2024-08-20T21:55:35.2572142Z #80 452.7 [2699/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CloudABI.cpp.o 2024-08-20T21:55:35.4906586Z #80 452.9 [2700/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AVR.cpp.o 2024-08-20T21:55:35.9307271Z #80 453.3 [2701/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AIX.cpp.o 2024-08-20T21:55:36.1116279Z #80 453.4 [2702/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CrossWindows.cpp.o 2024-08-20T21:55:36.3810886Z #80 453.8 [2703/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Haiku.cpp.o 2024-08-20T21:55:36.6193711Z #80 454.0 [2704/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/DragonFly.cpp.o 2024-08-20T21:55:36.8214394Z #80 454.2 [2705/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CSKYToolChain.cpp.o 2024-08-20T21:55:36.9358557Z #80 454.3 [2706/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Flang.cpp.o 2024-08-20T21:55:37.1705904Z #80 454.6 [2707/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/BareMetal.cpp.o 2024-08-20T21:55:37.2891935Z #80 454.7 [2708/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntime.cpp.o 2024-08-20T21:55:37.2896340Z #80 454.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp: In member function 'virtual bool clang::CodeGen::CGOpenMPRuntime::emitDeclareTargetVarDefinition(const clang::VarDecl*, llvm::GlobalVariable*, bool)': 2024-08-20T21:55:37.2902031Z #80 454.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp:1900:75: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:37.2905422Z #80 454.7 1900 | llvm::Constant::getNullValue(CGM.Int8Ty), Twine(Buffer, "_ctor")); 2024-08-20T21:55:37.2906819Z #80 454.7 | ^ 2024-08-20T21:55:37.2908445Z #80 454.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:55:37.2910143Z #80 454.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:55:37.2911835Z #80 454.7 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:55:37.2913574Z #80 454.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:55:37.2915418Z #80 454.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:55:37.2917470Z #80 454.7 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:55:37.2919307Z #80 454.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h:28, 2024-08-20T21:55:37.2921187Z #80 454.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp:13: 2024-08-20T21:55:37.2924195Z #80 454.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:37.2926358Z #80 454.7 73 | return User::operator new(s, 1); 2024-08-20T21:55:37.2927306Z #80 454.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:37.2930732Z #80 454.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp:1950:75: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:37.2934338Z #80 454.7 1950 | llvm::Constant::getNullValue(CGM.Int8Ty), Twine(Buffer, "_dtor")); 2024-08-20T21:55:37.2935932Z #80 454.7 | ^ 2024-08-20T21:55:37.2937408Z #80 454.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:55:37.2939036Z #80 454.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:55:37.2940735Z #80 454.7 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:55:37.2942465Z #80 454.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:55:37.2944167Z #80 454.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:55:37.2946078Z #80 454.7 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:55:37.2947858Z #80 454.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h:28, 2024-08-20T21:55:37.2949707Z #80 454.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp:13: 2024-08-20T21:55:37.2952501Z #80 454.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:37.2954592Z #80 454.7 73 | return User::operator new(s, 1); 2024-08-20T21:55:37.2955489Z #80 454.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:37.2959829Z #80 454.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp: In function 'void emitInitWithReductionInitializer(clang::CodeGen::CodeGenFunction&, const clang::OMPDeclareReductionDecl*, const clang::Expr*, clang::CodeGen::Address, clang::CodeGen::Address, clang::QualType)': 2024-08-20T21:55:37.2965787Z #80 454.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp:649:54: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:37.2968934Z #80 454.7 649 | llvm::GlobalValue::PrivateLinkage, Init, Name); 2024-08-20T21:55:37.2970244Z #80 454.7 | ^ 2024-08-20T21:55:37.2971666Z #80 454.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:55:37.2973322Z #80 454.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:55:37.2974893Z #80 454.7 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:55:37.2976640Z #80 454.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:55:37.2978374Z #80 454.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:55:37.2980318Z #80 454.7 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:55:37.2982127Z #80 454.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h:28, 2024-08-20T21:55:37.2983934Z #80 454.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp:13: 2024-08-20T21:55:37.2986774Z #80 454.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:37.2988841Z #80 454.7 73 | return User::operator new(s, 1); 2024-08-20T21:55:37.2989818Z #80 454.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:37.2993646Z #80 454.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp: In function 'void emitOffloadingArrays(clang::CodeGen::CodeGenFunction&, {anonymous}::MappableExprsHandler::MapCombinedInfoTy&, clang::CodeGen::CGOpenMPRuntime::TargetDataInfo&, llvm::OpenMPIRBuilder&, bool)': 2024-08-20T21:55:37.2999642Z #80 454.7 /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp:9171:66: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:37.3003169Z #80 454.7 9171 | llvm::GlobalValue::PrivateLinkage, SizesArrayInit, Name); 2024-08-20T21:55:37.3004495Z #80 454.7 | ^ 2024-08-20T21:55:37.3006039Z #80 454.7 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:55:37.3007689Z #80 454.7 from /llvm-project/llvm/include/llvm/IR/PassManager.h:46, 2024-08-20T21:55:37.3009406Z #80 454.7 from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44, 2024-08-20T21:55:37.3011201Z #80 454.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93, 2024-08-20T21:55:37.3013055Z #80 454.7 from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37, 2024-08-20T21:55:37.3015025Z #80 454.7 from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17, 2024-08-20T21:55:37.3016926Z #80 454.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h:28, 2024-08-20T21:55:37.3018416Z #80 454.7 from /llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp:13: 2024-08-20T21:55:37.3020941Z #80 454.7 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:37.3023139Z #80 454.7 73 | return User::operator new(s, 1); 2024-08-20T21:55:37.3024038Z #80 454.7 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:37.5320823Z #80 454.9 [2709/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIPUtility.cpp.o 2024-08-20T21:55:37.6841323Z #80 455.1 [2710/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HLSL.cpp.o 2024-08-20T21:55:37.8913474Z #80 455.1 [2711/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPU.cpp.o 2024-08-20T21:55:38.6837700Z #80 456.1 [2712/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/FreeBSD.cpp.o 2024-08-20T21:55:38.8454381Z #80 456.1 [2713/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIPSPV.cpp.o 2024-08-20T21:55:39.0473953Z #80 456.4 [2714/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIPAMD.cpp.o 2024-08-20T21:55:39.2310766Z #80 456.5 [2715/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ExprMutationAnalyzer.cpp.o 2024-08-20T21:55:39.2801335Z #80 456.7 [2716/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hurd.cpp.o 2024-08-20T21:55:39.4295590Z #80 456.8 [2717/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMT.cpp.o 2024-08-20T21:55:39.5335521Z #80 456.9 [2718/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Cuda.cpp.o 2024-08-20T21:55:40.0270619Z #80 457.4 [2719/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Minix.cpp.o 2024-08-20T21:55:40.4501710Z #80 457.8 [2720/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MipsLinux.cpp.o 2024-08-20T21:55:40.7210272Z #80 458.1 [2721/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Fuchsia.cpp.o 2024-08-20T21:55:40.9672954Z #80 458.4 [2722/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hexagon.cpp.o 2024-08-20T21:55:41.1328052Z #80 458.5 [2723/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/TCE.cpp.o 2024-08-20T21:55:41.3084212Z #80 458.7 [2724/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSP430.cpp.o 2024-08-20T21:55:41.5512061Z #80 458.7 [2725/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Myriad.cpp.o 2024-08-20T21:55:41.5514425Z #80 458.8 [2726/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransARCAssign.cpp.o 2024-08-20T21:55:41.5517150Z #80 458.8 [2727/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NaCl.cpp.o 2024-08-20T21:55:41.9360795Z #80 459.3 [2728/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAPIUses.cpp.o 2024-08-20T21:55:42.0679025Z #80 459.5 [2729/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PS4CPU.cpp.o 2024-08-20T21:55:42.2056328Z #80 459.6 [2730/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/SPIRV.cpp.o 2024-08-20T21:55:42.3660295Z #80 459.6 [2731/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/VEToolchain.cpp.o 2024-08-20T21:55:42.4021727Z #80 459.8 [2732/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/RISCVToolchain.cpp.o 2024-08-20T21:55:42.5200677Z #80 459.9 [2733/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PPCFreeBSD.cpp.o 2024-08-20T21:55:42.5203345Z #80 459.9 [2734/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PPCLinux.cpp.o 2024-08-20T21:55:42.6748590Z #80 459.9 [2735/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCCalls.cpp.o 2024-08-20T21:55:42.6751395Z #80 460.0 [2736/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Linux.cpp.o 2024-08-20T21:55:42.6754089Z #80 460.0 [2737/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CommonArgs.cpp.o 2024-08-20T21:55:42.6756717Z #80 460.1 [2738/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Solaris.cpp.o 2024-08-20T21:55:42.8122697Z #80 460.1 [2739/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/XCore.cpp.o 2024-08-20T21:55:42.8125578Z #80 460.2 [2740/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MinGW.cpp.o 2024-08-20T21:55:42.8128177Z #80 460.2 [2741/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NetBSD.cpp.o 2024-08-20T21:55:43.0516203Z #80 460.4 [2742/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/OpenBSD.cpp.o 2024-08-20T21:55:43.1567273Z #80 460.6 [2743/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Darwin.cpp.o 2024-08-20T21:55:43.3126086Z #80 460.6 [2744/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Types.cpp.o 2024-08-20T21:55:43.3128415Z #80 460.7 [2745/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSVC.cpp.o 2024-08-20T21:55:43.5398782Z #80 460.9 [2746/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFileExtension.cpp.o 2024-08-20T21:55:43.7574698Z #80 460.9 [2747/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/ZOS.cpp.o 2024-08-20T21:55:43.7577292Z #80 461.0 [2748/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/InterfaceStubs.cpp.o 2024-08-20T21:55:43.7579959Z #80 461.0 [2749/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/InMemoryModuleCache.cpp.o 2024-08-20T21:55:43.7582729Z #80 461.2 [2750/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransEmptyStatementsAndDealloc.cpp.o 2024-08-20T21:55:43.9282752Z #80 461.2 [2751/3615] Building CXX object tools/clang/lib/Analysis/FlowSensitive/Models/CMakeFiles/obj.clangAnalysisFlowSensitiveModels.dir/UncheckedOptionalAccessModel.cpp.o 2024-08-20T21:55:44.4195300Z #80 461.8 [2752/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedDiagnosticConsumer.cpp.o 2024-08-20T21:55:44.7582323Z #80 462.2 [2753/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Gnu.cpp.o 2024-08-20T21:55:44.9911677Z #80 462.2 [2754/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/PCHContainerOperations.cpp.o 2024-08-20T21:55:44.9914366Z #80 462.4 [2755/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/WebAssembly.cpp.o 2024-08-20T21:55:45.1593912Z #80 462.6 [2756/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProperties.cpp.o 2024-08-20T21:55:45.3432452Z #80 462.6 [2757/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransZeroOutPropsInDealloc.cpp.o 2024-08-20T21:55:45.9193573Z #80 463.3 [2758/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendOptions.cpp.o 2024-08-20T21:55:46.1555178Z #80 463.4 [2759/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFile.cpp.o 2024-08-20T21:55:46.1874426Z #80 463.6 [2760/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTCommon.cpp.o 2024-08-20T21:55:46.4353256Z #80 463.7 [2761/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCAttrs.cpp.o 2024-08-20T21:55:46.5585690Z #80 464.0 [2762/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Driver.cpp.o 2024-08-20T21:55:46.7848983Z #80 464.2 [2763/3615] Building CXX object tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/OptReport.cpp.o 2024-08-20T21:55:46.8894983Z #80 464.3 [2764/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/XRayArgs.cpp.o 2024-08-20T21:55:46.9972177Z #80 464.4 [2765/3615] Building CXX object tools/clang/lib/ExtractAPI/CMakeFiles/obj.clangExtractAPI.dir/ExtractAPIConsumer.cpp.o 2024-08-20T21:55:48.0756315Z #80 465.5 [2766/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/MultiplexConsumer.cpp.o 2024-08-20T21:55:48.2539599Z #80 465.7 [2767/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LayoutOverrideSource.cpp.o 2024-08-20T21:55:48.4956839Z #80 465.9 [2768/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplate.cpp.o 2024-08-20T21:55:48.7081476Z #80 466.0 [2769/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyGraph.cpp.o 2024-08-20T21:55:48.7163959Z #80 466.1 [2770/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LogDiagnosticPrinter.cpp.o 2024-08-20T21:55:48.9051638Z #80 466.2 [2771/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DiagnosticRenderer.cpp.o 2024-08-20T21:55:49.3583116Z #80 466.8 [2772/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnusedInitDelegate.cpp.o 2024-08-20T21:55:49.6676627Z #80 467.1 [2773/3615] Building CXX object tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/UnsafeBufferUsage.cpp.o 2024-08-20T21:55:49.9801154Z #80 467.4 [2774/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOpenMP.cpp.o 2024-08-20T21:55:49.9803602Z #80 467.4 In file included from /llvm-project/llvm/include/llvm/ADT/APSInt.h:18, 2024-08-20T21:55:49.9805132Z #80 467.4 from /llvm-project/llvm/include/llvm/ADT/APFixedPoint.h:19, 2024-08-20T21:55:49.9806565Z #80 467.4 from /llvm-project/clang/include/clang/AST/APValue.h:17, 2024-08-20T21:55:49.9807934Z #80 467.4 from /llvm-project/clang/include/clang/AST/Decl.h:16, 2024-08-20T21:55:49.9809525Z #80 467.4 from /llvm-project/clang/lib/Sema/CoroutineStmtBuilder.h:16, 2024-08-20T21:55:49.9810933Z #80 467.4 from /llvm-project/clang/lib/Sema/TreeTransform.h:16, 2024-08-20T21:55:49.9812328Z #80 467.4 from /llvm-project/clang/lib/Sema/SemaOpenMP.cpp:14: 2024-08-20T21:55:49.9813964Z #80 467.4 In destructor 'llvm::APInt::~APInt()', 2024-08-20T21:55:49.9815533Z #80 467.4 inlined from 'llvm::APSInt::~APSInt()' at /llvm-project/llvm/include/llvm/ADT/APSInt.h:23:21, 2024-08-20T21:55:49.9819110Z #80 467.4 inlined from 'bool checkOMPArraySectionConstantForReduction(clang::ASTContext&, const clang::OMPArraySectionExpr*, bool&, llvm::SmallVectorImpl&)' at /llvm-project/clang/lib/Sema/SemaOpenMP.cpp:19026:45, 2024-08-20T21:55:49.9825957Z #80 467.4 inlined from 'bool actOnOMPReductionKindClause(clang::Sema&, {anonymous}::DSAStackTy*, clang::OpenMPClauseKind, llvm::ArrayRef, clang::SourceLocation, clang::SourceLocation, clang::SourceLocation, clang::SourceLocation, clang::CXXScopeSpec&, const clang::DeclarationNameInfo&, llvm::ArrayRef, {anonymous}::ReductionData&)' at /llvm-project/clang/lib/Sema/SemaOpenMP.cpp:19384:68: 2024-08-20T21:55:49.9832433Z #80 467.4 /llvm-project/llvm/include/llvm/ADT/APInt.h:169:18: warning: 'void operator delete [](void*)' called on a pointer to an unallocated object '1' [-Wfree-nonheap-object] 2024-08-20T21:55:49.9834975Z #80 467.4 169 | delete[] U.pVal; 2024-08-20T21:55:49.9835709Z #80 467.4 | ^~~~ 2024-08-20T21:55:49.9836759Z #80 467.4 In destructor 'llvm::APInt::~APInt()', 2024-08-20T21:55:49.9838418Z #80 467.4 inlined from 'llvm::APSInt::~APSInt()' at /llvm-project/llvm/include/llvm/ADT/APSInt.h:23:21, 2024-08-20T21:55:49.9842407Z #80 467.4 inlined from 'bool checkOMPArraySectionConstantForReduction(clang::ASTContext&, const clang::OMPArraySectionExpr*, bool&, llvm::SmallVectorImpl&)' at /llvm-project/clang/lib/Sema/SemaOpenMP.cpp:19045:45, 2024-08-20T21:55:49.9849545Z #80 467.4 inlined from 'bool actOnOMPReductionKindClause(clang::Sema&, {anonymous}::DSAStackTy*, clang::OpenMPClauseKind, llvm::ArrayRef, clang::SourceLocation, clang::SourceLocation, clang::SourceLocation, clang::SourceLocation, clang::CXXScopeSpec&, const clang::DeclarationNameInfo&, llvm::ArrayRef, {anonymous}::ReductionData&)' at /llvm-project/clang/lib/Sema/SemaOpenMP.cpp:19384:68: 2024-08-20T21:55:49.9855580Z #80 467.4 /llvm-project/llvm/include/llvm/ADT/APInt.h:169:18: warning: 'void operator delete [](void*)' called on a pointer to an unallocated object '1' [-Wfree-nonheap-object] 2024-08-20T21:55:49.9857739Z #80 467.4 169 | delete[] U.pVal; 2024-08-20T21:55:49.9858470Z #80 467.4 | ^~~~ 2024-08-20T21:55:50.2278203Z #80 467.4 [2775/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticBuffer.cpp.o 2024-08-20T21:55:50.2280273Z #80 467.4 [2776/3615] Linking CXX static library lib/libclangAnalysis.a 2024-08-20T21:55:50.2282208Z #80 467.4 [2777/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/HeaderIncludeGen.cpp.o 2024-08-20T21:55:50.2284262Z #80 467.5 [2778/3615] Linking CXX static library lib/libclangAnalysisFlowSensitive.a 2024-08-20T21:55:50.2676676Z #80 467.7 [2779/3615] Linking CXX static library lib/libclangAnalysisFlowSensitiveModels.a 2024-08-20T21:55:50.4289503Z #80 467.7 [2780/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticReader.cpp.o 2024-08-20T21:55:50.4292279Z #80 467.8 [2781/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenModule.cpp.o 2024-08-20T21:55:50.4295973Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In function 'void emitUsed(clang::CodeGen::CodeGenModule&, llvm::StringRef, std::vector&)': 2024-08-20T21:55:50.4300634Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:2557:53: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4303606Z #80 467.8 2557 | llvm::ConstantArray::get(ATy, UsedArray), Name); 2024-08-20T21:55:50.4305090Z #80 467.8 | ^ 2024-08-20T21:55:50.4306567Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4308162Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4309659Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4312491Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4314509Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4315455Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4317785Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In member function 'void clang::CodeGen::CodeGenModule::EmitGlobalAnnotations()': 2024-08-20T21:55:50.4322792Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:2842:71: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4325858Z #80 467.8 2842 | Array, "llvm.global.annotations"); 2024-08-20T21:55:50.4326916Z #80 467.8 | ^ 2024-08-20T21:55:50.4328440Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4330352Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4331954Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4334850Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4336945Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4337882Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4340718Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In member function 'llvm::Constant* clang::CodeGen::CodeGenModule::EmitAnnotationString(llvm::StringRef)': 2024-08-20T21:55:50.4345259Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:2856:43: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4348424Z #80 467.8 2856 | ConstGlobalsPtrTy->getAddressSpace()); 2024-08-20T21:55:50.4349430Z #80 467.8 | ^ 2024-08-20T21:55:50.4350824Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4352422Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4353980Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4356650Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4358661Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4359786Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4363225Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In member function 'llvm::GlobalVariable* clang::CodeGen::CodeGenModule::CreateOrReplaceCXXRuntimeVariable(llvm::StringRef, llvm::Type*, llvm::GlobalValue::LinkageTypes, llvm::Align)': 2024-08-20T21:55:50.4368812Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4586:55: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4371816Z #80 467.8 4586 | Linkage, nullptr, Name); 2024-08-20T21:55:50.4373282Z #80 467.8 | ^ 2024-08-20T21:55:50.4374688Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4376278Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4377773Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4380340Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4382332Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4383205Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4386585Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In function 'llvm::GlobalVariable* GenerateStringLiteral(llvm::Constant*, llvm::GlobalValue::LinkageTypes, clang::CodeGen::CodeGenModule&, llvm::StringRef, clang::CharUnits)': 2024-08-20T21:55:50.4392086Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:5888:63: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4395175Z #80 467.8 5888 | nullptr, llvm::GlobalVariable::NotThreadLocal, AddrSpace); 2024-08-20T21:55:50.4396357Z #80 467.8 | ^ 2024-08-20T21:55:50.4398170Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4399987Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4401610Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4404164Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4406303Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4407411Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4410175Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In member function 'llvm::GlobalVariable* clang::CodeGen::CodeGenModule::GetOrCreateRTTIProxyGlobalVariable(llvm::Constant*)': 2024-08-20T21:55:50.4414978Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:1993:26: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4417650Z #80 467.8 1993 | "__llvm_rtti_proxy"); 2024-08-20T21:55:50.4418478Z #80 467.8 | ^ 2024-08-20T21:55:50.4419797Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4421363Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4422951Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4425534Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4427810Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4428729Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4431517Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In member function 'llvm::Constant* clang::CodeGen::CodeGenModule::EmitAnnotationArgs(const clang::AnnotateAttr*)': 2024-08-20T21:55:50.4436851Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:2903:46: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4439904Z #80 467.8 2903 | ".args"); 2024-08-20T21:55:50.4441190Z #80 467.8 | ^ 2024-08-20T21:55:50.4442656Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4444252Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4445736Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4448419Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4450390Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4451304Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4454623Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In member function 'clang::CodeGen::ConstantAddress clang::CodeGen::CodeGenModule::GetAddrOfUnnamedGlobalConstantDecl(const clang::UnnamedGlobalConstantDecl*)': 2024-08-20T21:55:50.4459984Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:3199:50: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4462895Z #80 467.8 3199 | ".constant"); 2024-08-20T21:55:50.4463928Z #80 467.8 | ^ 2024-08-20T21:55:50.4465415Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4467227Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4468766Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4471394Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4473466Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4474410Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4477986Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In member function 'clang::CodeGen::ConstantAddress clang::CodeGen::CodeGenModule::GetAddrOfGlobalTemporary(const clang::MaterializeTemporaryExpr*, const clang::Expr*)': 2024-08-20T21:55:50.4483349Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6024:18: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4486070Z #80 467.8 6024 | nullptr); 2024-08-20T21:55:50.4486747Z #80 467.8 | ^ 2024-08-20T21:55:50.4487982Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4489607Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4491145Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4493798Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4495826Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4496760Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4499979Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6096:79: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4503294Z #80 467.8 6096 | /*InsertBefore=*/nullptr, llvm::GlobalVariable::NotThreadLocal, TargetAS); 2024-08-20T21:55:50.4504715Z #80 467.8 | ^ 2024-08-20T21:55:50.4506331Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4508171Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4509708Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4512276Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4514371Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4515278Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4518454Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In member function 'clang::CodeGen::ConstantAddress clang::CodeGen::CodeGenModule::GetAddrOfTemplateParamObject(const clang::TemplateParamObjectDecl*)': 2024-08-20T21:55:50.4523734Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:3228:77: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4527170Z #80 467.8 3228 | /*isConstant=*/true, llvm::GlobalValue::LinkOnceODRLinkage, Init, Name); 2024-08-20T21:55:50.4528543Z #80 467.8 | ^ 2024-08-20T21:55:50.4530074Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4531638Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4533343Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4637532Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4639791Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4640730Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4644025Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In member function 'clang::CodeGen::ConstantAddress clang::CodeGen::CodeGenModule::GetAddrOfMSGuidDecl(const clang::MSGuidDecl*)': 2024-08-20T21:55:50.4648761Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:3162:77: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4651894Z #80 467.8 3162 | /*isConstant=*/true, llvm::GlobalValue::LinkOnceODRLinkage, Init, Name); 2024-08-20T21:55:50.4653348Z #80 467.8 | ^ 2024-08-20T21:55:50.4654851Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4656407Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4657942Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4660935Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4663048Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4663979Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4667440Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In member function 'llvm::Constant* clang::CodeGen::CodeGenModule::GetOrCreateLLVMGlobal(llvm::StringRef, llvm::Type*, clang::LangAS, const clang::VarDecl*, clang::CodeGen::ForDefinition_t)': 2024-08-20T21:55:50.4672676Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4405:53: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4675622Z #80 467.8 4405 | getContext().getTargetAddressSpace(DAddrSpace)); 2024-08-20T21:55:50.4676987Z #80 467.8 | ^ 2024-08-20T21:55:50.4678440Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4680142Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4681581Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4684294Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4686327Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4687221Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4690078Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In member function 'clang::CodeGen::ConstantAddress clang::CodeGen::CodeGenModule::GetAddrOfConstantCFString(const clang::StringLiteral*)': 2024-08-20T21:55:50.4695334Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:5727:76: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4698120Z #80 467.8 5727 | llvm::GlobalValue::PrivateLinkage, C, ".str"); 2024-08-20T21:55:50.4699363Z #80 467.8 | ^ 2024-08-20T21:55:50.4700882Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4702682Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4704359Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4707079Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4709062Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4710122Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.4712314Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp: In member function 'void clang::CodeGen::CodeGenModule::Release()': 2024-08-20T21:55:50.4716567Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:593:47: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.4719733Z #80 467.8 593 | llvm::GlobalVariable::NotThreadLocal); 2024-08-20T21:55:50.4720831Z #80 467.8 | ^ 2024-08-20T21:55:50.4722352Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.4724070Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.4725618Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.4728289Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.4730358Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.4731258Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.6097925Z #80 467.8 /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:626:78: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:55:50.6101232Z #80 467.8 626 | llvm::ConstantArray::get(ATy, UsedArray), "__clang_gpu_used_external"); 2024-08-20T21:55:50.6102591Z #80 467.8 | ^ 2024-08-20T21:55:50.6104224Z #80 467.8 In file included from /llvm-project/clang/lib/CodeGen/CGVTables.h:22, 2024-08-20T21:55:50.6106180Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.h:16, 2024-08-20T21:55:50.6107706Z #80 467.8 from /llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:13: 2024-08-20T21:55:50.6110324Z #80 467.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:55:50.6112274Z #80 467.8 73 | return User::operator new(s, 1); 2024-08-20T21:55:50.6113237Z #80 467.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:55:50.6115155Z #80 467.9 [2782/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransRetainReleaseDealloc.cpp.o 2024-08-20T21:55:50.6117904Z #80 467.9 [2783/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SARIFDiagnosticPrinter.cpp.o 2024-08-20T21:55:50.6121194Z #80 468.0 [2784/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleManager.cpp.o 2024-08-20T21:55:50.8511453Z #80 468.1 [2785/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SARIFDiagnostic.cpp.o 2024-08-20T21:55:50.9512589Z #80 468.3 [2786/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProtectedScope.cpp.o 2024-08-20T21:55:51.2788241Z #80 468.7 [2787/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticPrinter.cpp.o 2024-08-20T21:55:51.4412159Z #80 468.8 [2788/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnbridgedCasts.cpp.o 2024-08-20T21:55:52.2549013Z #80 469.7 [2789/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GlobalModuleIndex.cpp.o 2024-08-20T21:55:52.4007242Z #80 469.7 [2790/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrintPreprocessedOutput.cpp.o 2024-08-20T21:55:52.4010052Z #80 469.8 [2791/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnostic.cpp.o 2024-08-20T21:55:52.7013640Z #80 470.1 [2792/3615] Building CXX object tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/IncludeStyle.cpp.o 2024-08-20T21:55:53.1274748Z #80 470.5 [2793/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CreateInvocationFromCommandLine.cpp.o 2024-08-20T21:55:53.3260846Z #80 470.6 [2794/3615] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FixItRewriter.cpp.o 2024-08-20T21:55:53.4619503Z #80 470.9 [2795/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticPrinter.cpp.o 2024-08-20T21:55:53.7686054Z #80 471.2 [2796/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTMerge.cpp.o 2024-08-20T21:55:53.8862501Z #80 471.3 [2797/3615] Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Diagnostic.cpp.o 2024-08-20T21:55:54.3177898Z #80 471.7 [2798/3615] Building CXX object tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/HeaderAnalysis.cpp.o 2024-08-20T21:55:54.4821098Z #80 471.9 [2799/3615] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/HTMLPrint.cpp.o 2024-08-20T21:55:54.6192989Z #80 471.9 [2800/3615] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteMacros.cpp.o 2024-08-20T21:55:54.6195925Z #80 472.0 [2801/3615] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteTest.cpp.o 2024-08-20T21:55:54.8689951Z #80 472.3 [2802/3615] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/SymbolOccurrences.cpp.o 2024-08-20T21:55:55.3021488Z #80 472.7 [2803/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GeneratePCH.cpp.o 2024-08-20T21:55:56.1662596Z #80 473.6 [2804/3615] Building CXX object tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/HeaderIncludes.cpp.o 2024-08-20T21:55:56.7231025Z #80 474.1 [2805/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/VerifyDiagnosticConsumer.cpp.o 2024-08-20T21:55:56.9634755Z #80 474.4 [2806/3615] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelectionRequirements.cpp.o 2024-08-20T21:55:57.0644638Z #80 474.5 [2807/3615] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/SourceExtraction.cpp.o 2024-08-20T21:55:57.0647354Z #80 474.5 [2808/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyFile.cpp.o 2024-08-20T21:55:57.4116015Z #80 474.8 [2809/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransBlockObjCVariable.cpp.o 2024-08-20T21:55:57.9097099Z #80 475.3 [2810/3615] Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Replacement.cpp.o 2024-08-20T21:55:58.1084149Z #80 475.4 [2811/3615] Linking CXX static library lib/libclangToolingCore.a 2024-08-20T21:55:58.1086028Z #80 475.5 [2812/3615] Linking CXX static library lib/libclangToolingInclusions.a 2024-08-20T21:55:58.6352855Z #80 476.0 [2813/3615] Building CXX object tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Clang.cpp.o 2024-08-20T21:55:58.6356728Z #80 476.0 /llvm-project/clang/lib/Driver/ToolChains/Clang.cpp: In member function 'void clang::driver::tools::Clang::AddPPCTargetArgs(const llvm::opt::ArgList&, llvm::opt::ArgStringList&) const': 2024-08-20T21:55:58.6360172Z #80 476.0 /llvm-project/clang/lib/Driver/ToolChains/Clang.cpp:1993:18: warning: unused variable 'A' [-Wunused-variable] 2024-08-20T21:55:58.6362063Z #80 476.0 1993 | if (const Arg *A = Args.getLastArg(options::OPT_mtune_EQ)) { 2024-08-20T21:55:58.6363071Z #80 476.0 | ^ 2024-08-20T21:55:58.7720340Z #80 476.1 [2814/3615] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Nodes.cpp.o 2024-08-20T21:55:58.7722872Z #80 476.2 [2815/3615] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Lookup.cpp.o 2024-08-20T21:55:59.0164518Z #80 476.4 [2816/3615] Linking CXX static library lib/libclangDriver.a 2024-08-20T21:55:59.3025221Z #80 476.7 [2817/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterStmt.cpp.o 2024-08-20T21:55:59.4915615Z #80 476.7 [2818/3615] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/ComputeReplacements.cpp.o 2024-08-20T21:55:59.4918636Z #80 476.7 [2819/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ModuleDependencyCollector.cpp.o 2024-08-20T21:55:59.6292499Z #80 477.0 [2820/3615] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/TokenBufferTokenManager.cpp.o 2024-08-20T21:55:59.7647076Z #80 477.2 [2821/3615] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tree.cpp.o 2024-08-20T21:56:00.1096899Z #80 477.5 [2822/3615] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/Extract.cpp.o 2024-08-20T21:56:00.2863855Z #80 477.7 [2823/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedIncludesSource.cpp.o 2024-08-20T21:56:01.1109062Z #80 478.5 [2824/3615] Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningService.cpp.o 2024-08-20T21:56:01.2854191Z #80 478.5 [2825/3615] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Mutations.cpp.o 2024-08-20T21:56:01.5984956Z #80 479.0 [2826/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitPreprocessor.cpp.o 2024-08-20T21:56:01.9040633Z #80 479.3 [2827/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterDecl.cpp.o 2024-08-20T21:56:02.0943107Z #80 479.3 [2828/3615] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Synthesis.cpp.o 2024-08-20T21:56:02.4386531Z #80 479.8 [2829/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderStmt.cpp.o 2024-08-20T21:56:02.6759945Z #80 479.9 [2830/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/APSIntType.cpp.o 2024-08-20T21:56:02.6763340Z #80 479.9 [2831/3615] Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningFilesystem.cpp.o 2024-08-20T21:56:02.6787978Z #80 480.1 [2832/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAutoreleasePool.cpp.o 2024-08-20T21:56:02.9800972Z #80 480.4 [2833/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TestModuleFileExtension.cpp.o 2024-08-20T21:56:03.6757854Z #80 481.1 [2834/3615] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/RefactoringActions.cpp.o 2024-08-20T21:56:03.9037509Z #80 481.2 [2835/3615] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/AtomicChange.cpp.o 2024-08-20T21:56:03.9619813Z #80 481.4 [2836/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrecompiledPreamble.cpp.o 2024-08-20T21:56:04.1745606Z #80 481.6 [2837/3615] Building CXX object tools/clang/lib/FrontendTool/CMakeFiles/obj.clangFrontendTool.dir/ExecuteCompilerInvocation.cpp.o 2024-08-20T21:56:04.5535105Z #80 482.0 [2838/3615] Building CXX object tools/clang/lib/IndexSerialization/CMakeFiles/obj.clangIndexSerialization.dir/SerializablePathCollection.cpp.o 2024-08-20T21:56:04.7776938Z #80 482.0 [2839/3615] Linking CXX static library lib/libclangIndexSerialization.a 2024-08-20T21:56:04.9887793Z #80 482.4 [2840/3615] Building CXX object tools/clang/lib/Tooling/Inclusions/Stdlib/CMakeFiles/obj.clangToolingInclusionsStdlib.dir/StandardLibrary.cpp.o 2024-08-20T21:56:05.2206099Z #80 482.4 [2841/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendAction.cpp.o 2024-08-20T21:56:05.2209473Z #80 482.4 [2842/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BlockCounter.cpp.o 2024-08-20T21:56:05.2212062Z #80 482.5 [2843/3615] Linking CXX static library lib/libclangToolingInclusionsStdlib.a 2024-08-20T21:56:05.5664950Z #80 483.0 [2844/3615] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tokens.cpp.o 2024-08-20T21:56:05.7192007Z #80 483.1 [2845/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CommonBugCategories.cpp.o 2024-08-20T21:56:05.7194768Z #80 483.1 [2846/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendActions.cpp.o 2024-08-20T21:56:05.9401362Z #80 483.3 [2847/3615] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/FileIndexRecord.cpp.o 2024-08-20T21:56:06.3331470Z #80 483.7 [2848/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ObjCMT.cpp.o 2024-08-20T21:56:06.7362948Z #80 484.1 [2849/3615] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexSymbol.cpp.o 2024-08-20T21:56:07.4937324Z #80 484.9 [2850/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInstance.cpp.o 2024-08-20T21:56:07.6834604Z #80 485.1 [2851/3615] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FrontendActions.cpp.o 2024-08-20T21:56:08.1717373Z #80 485.6 [2852/3615] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/RenamingAction.cpp.o 2024-08-20T21:56:08.4760583Z #80 485.9 [2853/3615] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteObjC.cpp.o 2024-08-20T21:56:08.9245581Z #80 486.3 [2854/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTUnit.cpp.o 2024-08-20T21:56:09.3696494Z #80 486.8 [2855/3615] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingContext.cpp.o 2024-08-20T21:56:09.6485765Z #80 487.0 [2856/3615] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexDecl.cpp.o 2024-08-20T21:56:09.8266419Z #80 487.2 [2857/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BasicValueFactory.cpp.o 2024-08-20T21:56:10.0520337Z #80 487.3 [2858/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalyzerOptions.cpp.o 2024-08-20T21:56:10.3502059Z #80 487.7 [2859/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Checker.cpp.o 2024-08-20T21:56:10.8428872Z #80 488.2 [2860/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerRegistryData.cpp.o 2024-08-20T21:56:11.0575143Z #80 488.3 [2861/3615] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/Transforms.cpp.o 2024-08-20T21:56:11.6684829Z #80 489.1 [2862/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerHelpers.cpp.o 2024-08-20T21:56:11.9794595Z #80 489.4 [2863/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/FunctionSummary.cpp.o 2024-08-20T21:56:12.1318851Z #80 489.5 [2864/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTConsumers.cpp.o 2024-08-20T21:56:12.2320822Z #80 489.6 [2865/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ConstraintManager.cpp.o 2024-08-20T21:56:12.3812814Z #80 489.8 [2866/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalysisManager.cpp.o 2024-08-20T21:56:12.5763818Z #80 490.0 [2867/3615] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/USRGeneration.cpp.o 2024-08-20T21:56:12.8161151Z #80 490.1 [2868/3615] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteModernObjC.cpp.o 2024-08-20T21:56:13.1520726Z #80 490.5 [2869/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicExtent.cpp.o 2024-08-20T21:56:13.3534503Z #80 490.6 [2870/3615] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Registry.cpp.o 2024-08-20T21:56:13.7469584Z #80 491.1 [2871/3615] Linking CXX static library lib/libclangDynamicASTMatchers.a 2024-08-20T21:56:13.9337471Z #80 491.3 [2872/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CallDescription.cpp.o 2024-08-20T21:56:14.7819888Z #80 492.2 [2873/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerContext.cpp.o 2024-08-20T21:56:15.2903099Z #80 492.7 [2874/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderDecl.cpp.o 2024-08-20T21:56:15.4695808Z #80 492.9 [2875/3615] Building CXX object tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExpr.cpp.o 2024-08-20T21:56:15.7020387Z #80 492.9 [2876/3615] Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningTool.cpp.o 2024-08-20T21:56:15.7958516Z #80 493.2 [2877/3615] Building CXX object tools/clang/lib/Tooling/DumpTool/CMakeFiles/clang-ast-dump.dir/ASTSrcLocProcessor.cpp.o 2024-08-20T21:56:16.1318846Z #80 493.5 [2878/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InterfaceStubFunctionsConsumer.cpp.o 2024-08-20T21:56:16.5865978Z #80 494.0 [2879/3615] Linking CXX static library lib/libclangSema.a 2024-08-20T21:56:16.7584054Z #80 494.1 [2880/3615] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingAction.cpp.o 2024-08-20T21:56:16.7585900Z #80 494.2 [2881/3615] Linking CXX static library lib/libclangParse.a 2024-08-20T21:56:17.0932085Z #80 494.5 [2882/3615] Building CXX object tools/clang/lib/Tooling/DumpTool/CMakeFiles/clang-ast-dump.dir/ClangSrcLocDump.cpp.o 2024-08-20T21:56:17.3170641Z #80 494.6 [2883/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicType.cpp.o 2024-08-20T21:56:17.3668469Z #80 494.8 [2884/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CoreEngine.cpp.o 2024-08-20T21:56:17.5064765Z #80 494.9 [2885/3615] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelection.cpp.o 2024-08-20T21:56:17.7393737Z #80 495.1 [2886/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Environment.cpp.o 2024-08-20T21:56:18.4377052Z #80 495.8 [2887/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangedConstraintManager.cpp.o 2024-08-20T21:56:18.8483608Z #80 496.2 [2888/3615] Building CXX object tools/clang/lib/Tooling/ASTDiff/CMakeFiles/obj.clangToolingASTDiff.dir/ASTDiff.cpp.o 2024-08-20T21:56:19.0611548Z #80 496.3 [2889/3615] Linking CXX static library lib/libclangToolingASTDiff.a 2024-08-20T21:56:19.0911779Z #80 496.5 [2890/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExplodedGraph.cpp.o 2024-08-20T21:56:19.2239656Z #80 496.6 [2891/3615] Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningWorker.cpp.o 2024-08-20T21:56:19.3248012Z #80 496.7 [2892/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CallEvent.cpp.o 2024-08-20T21:56:19.4745231Z #80 496.9 [2893/3615] Building CXX object tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/ModuleDepCollector.cpp.o 2024-08-20T21:56:19.7011165Z #80 496.9 [2894/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerManager.cpp.o 2024-08-20T21:56:20.5963354Z #80 498.0 [2895/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineObjC.cpp.o 2024-08-20T21:56:20.7278905Z #80 498.1 [2896/3615] Building CXX object tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/BuildTree.cpp.o 2024-08-20T21:56:20.9493917Z #80 498.2 [2897/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCXX.cpp.o 2024-08-20T21:56:20.9979009Z #80 498.4 [2898/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineC.cpp.o 2024-08-20T21:56:21.4595420Z #80 498.9 [2899/3615] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexTypeSourceInfo.cpp.o 2024-08-20T21:56:21.6551276Z #80 498.9 [2900/3615] Building CXX object tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexBody.cpp.o 2024-08-20T21:56:21.8058094Z #80 499.2 [2901/3615] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFindingAction.cpp.o 2024-08-20T21:56:22.3917307Z #80 499.8 [2902/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o 2024-08-20T21:56:22.8938090Z #80 500.3 [2903/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/PlistDiagnostics.cpp.o 2024-08-20T21:56:23.0232924Z #80 500.4 [2904/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleConstraintManager.cpp.o 2024-08-20T21:56:23.1654025Z #80 500.6 [2905/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SymbolManager.cpp.o 2024-08-20T21:56:23.3322072Z #80 500.6 [2906/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/MemRegion.cpp.o 2024-08-20T21:56:23.3798150Z #80 500.8 [2907/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCallAndReturn.cpp.o 2024-08-20T21:56:23.5181657Z #80 500.9 [2908/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/WorkList.cpp.o 2024-08-20T21:56:23.6957044Z #80 500.9 [2909/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporter.cpp.o 2024-08-20T21:56:23.9502277Z #80 501.3 [2910/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SVals.cpp.o 2024-08-20T21:56:24.0510825Z #80 501.4 [2911/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ProgramState.cpp.o 2024-08-20T21:56:24.0513958Z #80 501.4 [2912/3615] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFinder.cpp.o 2024-08-20T21:56:24.2071991Z #80 501.6 [2913/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SMTConstraintManager.cpp.o 2024-08-20T21:56:24.4161227Z #80 501.7 [2914/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SarifDiagnostics.cpp.o 2024-08-20T21:56:24.4164773Z #80 501.8 [2915/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Store.cpp.o 2024-08-20T21:56:25.6220762Z #80 503.0 [2916/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriter.cpp.o 2024-08-20T21:56:26.0866064Z #80 503.5 [2917/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/TextDiagnostics.cpp.o 2024-08-20T21:56:26.2613441Z #80 503.5 [2918/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SValBuilder.cpp.o 2024-08-20T21:56:26.2616445Z #80 503.7 [2919/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleSValBuilder.cpp.o 2024-08-20T21:56:26.3640952Z #80 503.8 [2920/3615] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRLocFinder.cpp.o 2024-08-20T21:56:26.9473600Z #80 504.3 [2921/3615] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBuiltin.cpp.o 2024-08-20T21:56:27.1222147Z #80 504.4 [2922/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalysisOrderChecker.cpp.o 2024-08-20T21:56:27.5027081Z #80 504.9 [2923/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalyzerStatsChecker.cpp.o 2024-08-20T21:56:27.7028541Z #80 505.1 [2924/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundChecker.cpp.o 2024-08-20T21:56:28.1561592Z #80 505.6 [2925/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundCheckerV2.cpp.o 2024-08-20T21:56:28.5126313Z #80 505.9 [2926/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopWidening.cpp.o 2024-08-20T21:56:28.6329296Z #80 505.9 [2927/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BlockInCriticalSectionChecker.cpp.o 2024-08-20T21:56:28.6333324Z #80 506.0 [2928/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BoolAssignmentChecker.cpp.o 2024-08-20T21:56:28.8437749Z #80 506.2 [2929/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BuiltinFunctionChecker.cpp.o 2024-08-20T21:56:29.8101634Z #80 507.2 [2930/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngine.cpp.o 2024-08-20T21:56:29.9949200Z #80 507.4 [2931/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangeConstraintManager.cpp.o 2024-08-20T21:56:30.1239168Z #80 507.5 [2932/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCInstMethSignature.cpp.o 2024-08-20T21:56:30.3440835Z #80 507.6 [2933/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastSizeChecker.cpp.o 2024-08-20T21:56:31.0097585Z #80 508.4 [2934/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckerDocumentation.cpp.o 2024-08-20T21:56:31.9246056Z #80 509.3 [2935/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringSyntaxChecker.cpp.o 2024-08-20T21:56:32.2090558Z #80 509.6 [2936/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastValueChecker.cpp.o 2024-08-20T21:56:32.4073223Z #80 509.8 [2937/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckPlacementNew.cpp.o 2024-08-20T21:56:32.5834835Z #80 510.0 [2938/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ChrootChecker.cpp.o 2024-08-20T21:56:32.8364579Z #80 510.2 [2939/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CallAndMessageChecker.cpp.o 2024-08-20T21:56:33.0270561Z #80 510.3 [2940/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BasicObjCFoundationChecks.cpp.o 2024-08-20T21:56:33.1521885Z #80 510.5 [2941/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSizeofPointer.cpp.o 2024-08-20T21:56:33.6538231Z #80 511.1 [2942/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ConversionChecker.cpp.o 2024-08-20T21:56:33.8561663Z #80 511.1 [2943/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CXXSelfAssignmentChecker.cpp.o 2024-08-20T21:56:34.1281366Z #80 511.5 [2944/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugContainerModeling.cpp.o 2024-08-20T21:56:34.3179854Z #80 511.5 [2945/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeleteWithNonVirtualDtorChecker.cpp.o 2024-08-20T21:56:34.3183061Z #80 511.6 [2946/3615] Building CXX object tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInvocation.cpp.o 2024-08-20T21:56:34.3186002Z #80 511.7 [2947/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporterVisitors.cpp.o 2024-08-20T21:56:34.4667680Z #80 511.9 [2948/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugIteratorModeling.cpp.o 2024-08-20T21:56:34.8039870Z #80 512.2 [2949/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DivZeroChecker.cpp.o 2024-08-20T21:56:34.9243410Z #80 512.3 [2950/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringChecker.cpp.o 2024-08-20T21:56:34.9246595Z #80 512.3 [2951/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypeChecker.cpp.o 2024-08-20T21:56:35.0423294Z #80 512.4 [2952/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCDealloc.cpp.o 2024-08-20T21:56:35.1820421Z #80 512.6 [2953/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CloneChecker.cpp.o 2024-08-20T21:56:35.5675424Z #80 513.0 [2954/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopUnrolling.cpp.o 2024-08-20T21:56:35.6948269Z #80 513.0 [2955/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSecuritySyntaxOnly.cpp.o 2024-08-20T21:56:35.6952127Z #80 513.1 [2956/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/EnumCastOutOfRangeChecker.cpp.o 2024-08-20T21:56:36.2282645Z #80 513.6 [2957/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DereferenceChecker.cpp.o 2024-08-20T21:56:36.6949519Z #80 514.1 [2958/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ErrnoChecker.cpp.o 2024-08-20T21:56:37.1527841Z #80 514.5 [2959/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o 2024-08-20T21:56:37.2882654Z #80 514.7 [2960/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RegionStore.cpp.o 2024-08-20T21:56:37.5152979Z #80 514.7 [2961/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ErrnoModeling.cpp.o 2024-08-20T21:56:37.5156384Z #80 514.8 [2962/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DirectIvarAssignment.cpp.o 2024-08-20T21:56:37.6322881Z #80 515.0 [2963/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Iterator.cpp.o 2024-08-20T21:56:37.9585168Z #80 515.4 [2964/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ErrnoTesterChecker.cpp.o 2024-08-20T21:56:38.4156799Z #80 515.8 [2965/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GTestChecker.cpp.o 2024-08-20T21:56:38.5802201Z #80 515.8 [2966/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ContainerModeling.cpp.o 2024-08-20T21:56:39.0145139Z #80 516.4 [2967/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InvalidatedIteratorChecker.cpp.o 2024-08-20T21:56:41.0076842Z #80 518.4 [2968/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/cert/InvalidPtrChecker.cpp.o 2024-08-20T21:56:41.3513055Z #80 518.7 [2969/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorRangeChecker.cpp.o 2024-08-20T21:56:41.5944403Z #80 518.8 [2970/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InnerPointerChecker.cpp.o 2024-08-20T21:56:41.7793904Z #80 519.0 [2971/3615] Building CXX object tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReader.cpp.o 2024-08-20T21:56:41.7797201Z #80 519.2 [2972/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LLVMConventionsChecker.cpp.o 2024-08-20T21:56:41.9592646Z #80 519.2 [2973/3615] Linking CXX static library lib/libclangSerialization.a 2024-08-20T21:56:42.0835416Z #80 519.5 [2974/3615] Linking CXX static library lib/libclangFrontend.a 2024-08-20T21:56:42.3605844Z #80 519.8 [2975/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ExprInspectionChecker.cpp.o 2024-08-20T21:56:42.6422497Z #80 520.0 [2976/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FuchsiaHandleChecker.cpp.o 2024-08-20T21:56:42.8158385Z #80 520.1 [2977/3615] Linking CXX static library lib/libclangCodeGen.a 2024-08-20T21:56:42.8160117Z #80 520.1 [2978/3615] Linking CXX static library lib/libclangARCMigrate.a 2024-08-20T21:56:42.8162079Z #80 520.1 [2979/3615] Linking CXX static library lib/libclangRewriteFrontend.a 2024-08-20T21:56:42.8164396Z #80 520.2 [2980/3615] Linking CXX static library lib/libclangToolingSyntax.a 2024-08-20T21:56:43.0747201Z #80 520.5 [2981/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MismatchedIteratorChecker.cpp.o 2024-08-20T21:56:43.6222461Z #80 521.0 [2982/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastToStructChecker.cpp.o 2024-08-20T21:56:43.8040269Z #80 521.1 [2983/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorModeling.cpp.o 2024-08-20T21:56:44.1446723Z #80 521.5 [2984/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIFunctionClassifier.cpp.o 2024-08-20T21:56:44.5861293Z #80 522.0 [2985/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIBugReporter.cpp.o 2024-08-20T21:56:44.6897213Z #80 522.1 [2986/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSKeychainAPIChecker.cpp.o 2024-08-20T21:56:44.9334937Z #80 522.2 [2987/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MmapWriteExecChecker.cpp.o 2024-08-20T21:56:45.0934256Z #80 522.5 [2988/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonnullGlobalConstantsChecker.cpp.o 2024-08-20T21:56:45.2657740Z #80 522.5 [2989/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSXAPIChecker.cpp.o 2024-08-20T21:56:45.2763104Z #80 522.7 [2990/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSAutoreleasePoolChecker.cpp.o 2024-08-20T21:56:45.4544504Z #80 522.9 [2991/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NoReturnFunctionChecker.cpp.o 2024-08-20T21:56:45.7034171Z #80 523.1 [2992/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAtSyncChecker.cpp.o 2024-08-20T21:56:46.5138795Z #80 523.9 [2993/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocSizeofChecker.cpp.o 2024-08-20T21:56:46.9166215Z #80 524.3 [2994/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IvarInvalidationChecker.cpp.o 2024-08-20T21:56:47.0818276Z #80 524.3 [2995/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCPropertyChecker.cpp.o 2024-08-20T21:56:47.1942755Z #80 524.6 [2996/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSErrorChecker.cpp.o 2024-08-20T21:56:47.5086277Z #80 524.9 [2997/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonNullParamChecker.cpp.o 2024-08-20T21:56:47.6870965Z #80 525.1 [2998/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocOverflowSecurityChecker.cpp.o 2024-08-20T21:56:47.8200933Z #80 525.2 [2999/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIChecker.cpp.o 2024-08-20T21:56:47.8204424Z #80 525.2 [3000/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MoveChecker.cpp.o 2024-08-20T21:56:48.1357093Z #80 525.5 [3001/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCUnusedIVarsChecker.cpp.o 2024-08-20T21:56:48.7911159Z #80 526.2 [3002/3615] Linking CXX executable bin/clang-ast-dump 2024-08-20T21:56:48.9041588Z #80 526.3 [3003/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersASTChecker.cpp.o 2024-08-20T21:56:48.9045163Z #80 526.3 [3004/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GCDAntipatternChecker.cpp.o 2024-08-20T21:56:49.0356501Z #80 526.4 [3005/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersChecker.cpp.o 2024-08-20T21:56:49.2358986Z #80 526.5 [3006/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MIGChecker.cpp.o 2024-08-20T21:56:49.5682493Z #80 527.0 [3007/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSuperDeallocChecker.cpp.o 2024-08-20T21:56:49.8144289Z #80 527.2 [3008/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSelfInitChecker.cpp.o 2024-08-20T21:56:50.0338749Z #80 527.2 [3009/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugCheckers.cpp.o 2024-08-20T21:56:50.0342017Z #80 527.3 [3010/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NullabilityChecker.cpp.o 2024-08-20T21:56:50.1344294Z #80 527.5 [3011/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeadStoresChecker.cpp.o 2024-08-20T21:56:50.8707800Z #80 528.3 [3012/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerArithChecker.cpp.o 2024-08-20T21:56:51.6125827Z #80 529.0 [3013/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSubChecker.cpp.o 2024-08-20T21:56:51.7622230Z #80 529.2 [3014/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/cert/PutenvWithAutoChecker.cpp.o 2024-08-20T21:56:52.5816818Z #80 530.0 [3015/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypePropagation.cpp.o 2024-08-20T21:56:53.0274140Z #80 530.4 [3016/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GenericTaintChecker.cpp.o 2024-08-20T21:56:53.4421562Z #80 530.8 [3017/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IdenticalExprChecker.cpp.o 2024-08-20T21:56:53.6361164Z #80 531.0 [3018/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnPointerRangeChecker.cpp.o 2024-08-20T21:56:54.2738420Z #80 531.7 [3019/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnUndefChecker.cpp.o 2024-08-20T21:56:54.5735105Z #80 532.0 [3020/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnValueChecker.cpp.o 2024-08-20T21:56:54.9730148Z #80 532.4 [3021/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrChecker.cpp.o 2024-08-20T21:56:55.2224757Z #80 532.5 [3022/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PthreadLockChecker.cpp.o 2024-08-20T21:56:56.2048782Z #80 533.6 [3023/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StringChecker.cpp.o 2024-08-20T21:56:56.4438732Z #80 533.8 [3024/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SimpleStreamChecker.cpp.o 2024-08-20T21:56:56.5700352Z #80 533.9 [3025/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/STLAlgorithmModeling.cpp.o 2024-08-20T21:56:56.5706130Z #80 533.9 [3026/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountDiagnostics.cpp.o 2024-08-20T21:56:56.5710037Z #80 534.0 [3027/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o 2024-08-20T21:56:56.8749183Z #80 534.3 [3028/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/ASTUtils.cpp.o 2024-08-20T21:56:57.1244992Z #80 534.4 [3029/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TraversalChecker.cpp.o 2024-08-20T21:56:57.7431614Z #80 535.1 [3030/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TaintTesterChecker.cpp.o 2024-08-20T21:56:57.9054473Z #80 535.2 [3031/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountChecker.cpp.o 2024-08-20T21:56:57.9058100Z #80 535.3 [3032/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrModeling.cpp.o 2024-08-20T21:56:58.1492031Z #80 535.3 [3033/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TrustReturnsNonnullChecker.cpp.o 2024-08-20T21:56:58.1495623Z #80 535.3 [3034/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/PtrTypesSemantics.cpp.o 2024-08-20T21:56:58.1497646Z #80 535.4 [3035/3615] ASTNodeAPI.json 2024-08-20T21:56:58.1560715Z #80 535.6 [3036/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefResultChecker.cpp.o 2024-08-20T21:56:58.3537832Z #80 535.6 [3037/3615] NodeIntrospection.inc 2024-08-20T21:56:58.3540076Z #80 535.6 /llvm-project/clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py:26: SyntaxWarning: invalid escape sequence '\*' 2024-08-20T21:56:58.3541598Z #80 535.6 """ 2024-08-20T21:56:58.3543338Z #80 535.8 [3038/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefBranchChecker.cpp.o 2024-08-20T21:56:58.6389123Z #80 536.0 [3039/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/OSObjectCStyleCast.cpp.o 2024-08-20T21:56:58.8388905Z #80 536.1 [3040/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o 2024-08-20T21:56:58.8392476Z #80 536.1 [3041/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerIterationChecker.cpp.o 2024-08-20T21:56:58.9389455Z #80 536.3 [3042/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelConsumer.cpp.o 2024-08-20T21:56:59.0472733Z #80 536.4 [3043/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAutoreleaseWriteChecker.cpp.o 2024-08-20T21:56:59.3619968Z #80 536.8 [3044/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Taint.cpp.o 2024-08-20T21:56:59.4695661Z #80 536.8 [3045/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedNewArraySizeChecker.cpp.o 2024-08-20T21:56:59.4699275Z #80 536.9 [3046/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedPointee.cpp.o 2024-08-20T21:56:59.6516479Z #80 537.0 [3047/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TestAfterDivZeroChecker.cpp.o 2024-08-20T21:56:59.8944830Z #80 537.1 [3048/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o 2024-08-20T21:56:59.8948403Z #80 537.1 [3049/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefCapturedBlockVarChecker.cpp.o 2024-08-20T21:57:00.0544204Z #80 537.5 [3050/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o 2024-08-20T21:57:00.1807375Z #80 537.5 [3051/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ArgumentsAdjusters.cpp.o 2024-08-20T21:57:00.1810277Z #80 537.6 [3052/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TrustNonnullChecker.cpp.o 2024-08-20T21:57:00.4022154Z #80 537.6 [3053/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StreamChecker.cpp.o 2024-08-20T21:57:00.7429305Z #80 538.1 [3054/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatToken.cpp.o 2024-08-20T21:57:00.8995466Z #80 538.3 [3055/3615] Building C object tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/c-arcmt-test.c.o 2024-08-20T21:57:01.0372807Z #80 538.4 [3056/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ExpandResponseFilesCompilationDatabase.cpp.o 2024-08-20T21:57:01.1427451Z #80 538.5 [3057/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FileMatchTrie.cpp.o 2024-08-20T21:57:01.2740737Z #80 538.6 [3058/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSortingChecker.cpp.o 2024-08-20T21:57:01.2744201Z #80 538.7 [3059/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o 2024-08-20T21:57:01.4107369Z #80 538.7 [3060/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o 2024-08-20T21:57:01.4110994Z #80 538.8 [3061/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCMissingSuperCallChecker.cpp.o 2024-08-20T21:57:01.5220125Z #80 538.9 [3062/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/AffectedRangeManager.cpp.o 2024-08-20T21:57:01.7280297Z #80 539.0 [3063/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VforkChecker.cpp.o 2024-08-20T21:57:01.7284072Z #80 539.0 [3064/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CreateCheckerManager.cpp.o 2024-08-20T21:57:02.0306244Z #80 539.4 [3065/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NumberObjectConversionChecker.cpp.o 2024-08-20T21:57:02.2545726Z #80 539.7 [3066/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/BreakableToken.cpp.o 2024-08-20T21:57:02.3547465Z #80 539.8 [3067/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/IntegerLiteralSeparatorFixer.cpp.o 2024-08-20T21:57:02.5276452Z #80 539.9 [3068/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LocalizationChecker.cpp.o 2024-08-20T21:57:02.7452964Z #80 540.0 [3069/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FixIt.cpp.o 2024-08-20T21:57:02.7455312Z #80 540.0 [3070/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/MacroCallReconstructor.cpp.o 2024-08-20T21:57:02.9773457Z #80 540.4 [3071/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/DefinitionBlockSeparator.cpp.o 2024-08-20T21:57:03.2586007Z #80 540.7 [3072/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocChecker.cpp.o 2024-08-20T21:57:03.5655724Z #80 541.0 [3073/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PaddingChecker.cpp.o 2024-08-20T21:57:03.7922306Z #80 541.0 [3074/3615] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/diagtool_main.cpp.o 2024-08-20T21:57:03.7925584Z #80 541.0 [3075/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ValistChecker.cpp.o 2024-08-20T21:57:03.7928519Z #80 541.2 [3076/3615] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagTool.cpp.o 2024-08-20T21:57:04.4812201Z #80 541.9 [3077/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatTokenLexer.cpp.o 2024-08-20T21:57:04.6608626Z #80 541.9 [3078/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/FrontendActions.cpp.o 2024-08-20T21:57:04.6819299Z #80 542.1 [3079/3615] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/FindDiagnosticID.cpp.o 2024-08-20T21:57:04.8312509Z #80 542.2 [3080/3615] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ListWarnings.cpp.o 2024-08-20T21:57:05.0109845Z #80 542.3 [3081/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RunLoopAutoreleaseLeakChecker.cpp.o 2024-08-20T21:57:05.0112773Z #80 542.4 [3082/3615] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagnosticNames.cpp.o 2024-08-20T21:57:05.1871610Z #80 542.4 [3083/3615] Building C object tools/clang/tools/clang-fuzzer/dictionary/CMakeFiles/clang-fuzzer-dictionary.dir/dictionary.c.o 2024-08-20T21:57:05.1873570Z #80 542.4 [3084/3615] Building LinkerWrapperOpts.inc... 2024-08-20T21:57:05.2005458Z #80 542.6 [3085/3615] Linking CXX executable bin/clang-fuzzer-dictionary 2024-08-20T21:57:05.3017984Z #80 542.7 [3086/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/ContinuationIndenter.cpp.o 2024-08-20T21:57:05.4265842Z #80 542.8 [3087/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o 2024-08-20T21:57:05.5993606Z #80 542.8 [3088/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/InterpolatingCompilationDatabase.cpp.o 2024-08-20T21:57:06.0655187Z #80 543.5 [3089/3615] Building CXX object tools/clang/tools/apinotes-test/CMakeFiles/apinotes-test.dir/APINotesTest.cpp.o 2024-08-20T21:57:06.2110161Z #80 543.5 [3090/3615] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/TreeView.cpp.o 2024-08-20T21:57:06.2112387Z #80 543.6 [3091/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/NamespaceEndCommentsFixer.cpp.o 2024-08-20T21:57:06.4647120Z #80 543.9 [3092/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/MacroExpander.cpp.o 2024-08-20T21:57:06.6535472Z #80 543.9 [3093/3615] Linking CXX executable bin/apinotes-test 2024-08-20T21:57:06.9591603Z #80 544.4 [3094/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CheckerRegistry.cpp.o 2024-08-20T21:57:07.4101568Z #80 544.8 [3095/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/GuessTargetAndModeCompilationDatabase.cpp.o 2024-08-20T21:57:07.6484621Z #80 545.0 [3096/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineFormatter.cpp.o 2024-08-20T21:57:07.8493518Z #80 545.1 [3097/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UsingDeclarationsSorter.cpp.o 2024-08-20T21:57:07.8496517Z #80 545.1 [3098/3615] Building CXX object tools/clang/tools/clang-shlib/CMakeFiles/clang-cpp.dir/clang-shlib.cpp.o 2024-08-20T21:57:07.8498779Z #80 545.1 [3099/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/QualifierAlignmentFixer.cpp.o 2024-08-20T21:57:07.9885791Z #80 545.4 [3100/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/SortJavaScriptImports.cpp.o 2024-08-20T21:57:08.1663435Z #80 545.4 [3101/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnalyzer.cpp.o 2024-08-20T21:57:08.3590832Z #80 545.8 [3102/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Execution.cpp.o 2024-08-20T21:57:08.4649860Z #80 545.8 [3103/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalyzerHelpFlags.cpp.o 2024-08-20T21:57:08.4652866Z #80 545.9 [3104/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CommonOptionsParser.cpp.o 2024-08-20T21:57:08.7004990Z #80 546.1 [3105/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineParser.cpp.o 2024-08-20T21:57:09.1256796Z #80 546.5 [3106/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/StandaloneExecution.cpp.o 2024-08-20T21:57:09.3661922Z #80 546.6 [3107/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Refactoring.cpp.o 2024-08-20T21:57:09.3665147Z #80 546.6 [3108/3615] Building C object tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.o 2024-08-20T21:57:09.3668455Z #80 546.6 [3109/3615] Building CXX object tools/clang/tools/clang-linker-wrapper/CMakeFiles/clang-linker-wrapper.dir/OffloadWrapper.cpp.o 2024-08-20T21:57:09.3672664Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp: In function 'llvm::GlobalVariable* {anonymous}::createFatbinDesc(llvm::Module&, llvm::ArrayRef, bool)': 2024-08-20T21:57:09.3677863Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:307:52: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:09.3681323Z #80 546.6 307 | ".fatbin_image"); 2024-08-20T21:57:09.3682559Z #80 546.6 | ^ 2024-08-20T21:57:09.3684251Z #80 546.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:09.3686254Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.h:13, 2024-08-20T21:57:09.3688438Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:9: 2024-08-20T21:57:09.3694371Z #80 546.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:09.3696465Z #80 546.6 73 | return User::operator new(s, 1); 2024-08-20T21:57:09.3697674Z #80 546.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:09.3701114Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:326:62: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:09.3704162Z #80 546.6 326 | FatbinInitializer, ".fatbin_wrapper"); 2024-08-20T21:57:09.3705329Z #80 546.6 | ^ 2024-08-20T21:57:09.3708972Z #80 546.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:09.3710765Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.h:13, 2024-08-20T21:57:09.3713110Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:9: 2024-08-20T21:57:09.3718268Z #80 546.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:09.3720550Z #80 546.6 73 | return User::operator new(s, 1); 2024-08-20T21:57:09.3721507Z #80 546.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:09.3725120Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:337:79: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:09.3728784Z #80 546.6 337 | IsHIP ? "__dummy.hip_offloading.entry" : "__dummy.cuda_offloading.entry"); 2024-08-20T21:57:09.3730024Z #80 546.6 | ^ 2024-08-20T21:57:09.3731582Z #80 546.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:09.4201581Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.h:13, 2024-08-20T21:57:09.4203629Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:9: 2024-08-20T21:57:09.4208534Z #80 546.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:09.4210886Z #80 546.6 73 | return User::operator new(s, 1); 2024-08-20T21:57:09.4211668Z #80 546.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:09.4214620Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp: In function 'llvm::GlobalVariable* {anonymous}::createBinDesc(llvm::Module&, llvm::ArrayRef >)': 2024-08-20T21:57:09.4219641Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:156:64: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:09.4223095Z #80 546.6 156 | /*Initializer*/ nullptr, "__start_omp_offloading_entries"); 2024-08-20T21:57:09.4224359Z #80 546.6 | ^ 2024-08-20T21:57:09.4225753Z #80 546.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:09.4227472Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.h:13, 2024-08-20T21:57:09.4229460Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:9: 2024-08-20T21:57:09.4232337Z #80 546.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:09.5370171Z #80 546.6 73 | return User::operator new(s, 1); 2024-08-20T21:57:09.5371150Z #80 546.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:09.5374959Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:160:63: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:09.5378719Z #80 546.6 160 | /*Initializer*/ nullptr, "__stop_omp_offloading_entries"); 2024-08-20T21:57:09.5379950Z #80 546.6 | ^ 2024-08-20T21:57:09.5381361Z #80 546.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:09.5383227Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.h:13, 2024-08-20T21:57:09.5385175Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:9: 2024-08-20T21:57:09.5388092Z #80 546.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:09.5390089Z #80 546.6 73 | return User::operator new(s, 1); 2024-08-20T21:57:09.5393569Z #80 546.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:09.5397047Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:172:37: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:09.5400283Z #80 546.6 172 | "__dummy.omp_offloading.entry"); 2024-08-20T21:57:09.5401258Z #80 546.6 | ^ 2024-08-20T21:57:09.5402636Z #80 546.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:09.5404700Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.h:13, 2024-08-20T21:57:09.5420910Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:9: 2024-08-20T21:57:09.5438894Z #80 546.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:09.5441265Z #80 546.6 73 | return User::operator new(s, 1); 2024-08-20T21:57:09.5444210Z #80 546.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:09.5448026Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:186:68: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:09.5451277Z #80 546.6 186 | ".omp_offloading.device_image"); 2024-08-20T21:57:09.5452478Z #80 546.6 | ^ 2024-08-20T21:57:09.5454005Z #80 546.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:09.5455864Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.h:13, 2024-08-20T21:57:09.5457882Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:9: 2024-08-20T21:57:09.5460823Z #80 546.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:09.5463024Z #80 546.6 73 | return User::operator new(s, 1); 2024-08-20T21:57:09.5463977Z #80 546.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:09.5467493Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:210:57: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:09.5471107Z #80 546.6 210 | ".omp_offloading.device_images"); 2024-08-20T21:57:09.5472329Z #80 546.6 | ^ 2024-08-20T21:57:09.5473878Z #80 546.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:09.5475802Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.h:13, 2024-08-20T21:57:09.5478289Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:9: 2024-08-20T21:57:09.5481603Z #80 546.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:09.5483737Z #80 546.6 73 | return User::operator new(s, 1); 2024-08-20T21:57:09.5484744Z #80 546.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:09.5488549Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:224:57: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:09.5491661Z #80 546.6 224 | ".omp_offloading.descriptor"); 2024-08-20T21:57:09.5493093Z #80 546.6 | ^ 2024-08-20T21:57:09.5494670Z #80 546.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:09.5496597Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.h:13, 2024-08-20T21:57:09.5498634Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:9: 2024-08-20T21:57:09.5501577Z #80 546.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:09.5503918Z #80 546.6 73 | return User::operator new(s, 1); 2024-08-20T21:57:09.5504900Z #80 546.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:09.5507651Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp: In function 'llvm::Function* {anonymous}::createRegisterGlobalsFunction(llvm::Module&, bool)': 2024-08-20T21:57:09.5512509Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:397:67: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:09.5515784Z #80 546.6 397 | : "__start_cuda_offloading_entries"); 2024-08-20T21:57:09.5516959Z #80 546.6 | ^ 2024-08-20T21:57:09.5518600Z #80 546.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:09.5520632Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.h:13, 2024-08-20T21:57:09.5522619Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:9: 2024-08-20T21:57:09.5525546Z #80 546.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:09.5527653Z #80 546.6 73 | return User::operator new(s, 1); 2024-08-20T21:57:09.5528635Z #80 546.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:09.5532064Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:404:66: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:09.5535742Z #80 546.6 404 | : "__stop_cuda_offloading_entries"); 2024-08-20T21:57:09.5536866Z #80 546.6 | ^ 2024-08-20T21:57:09.5538422Z #80 546.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:09.5540283Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.h:13, 2024-08-20T21:57:09.5542266Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:9: 2024-08-20T21:57:09.5545178Z #80 546.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:09.5547649Z #80 546.6 73 | return User::operator new(s, 1); 2024-08-20T21:57:09.5548643Z #80 546.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:09.5551639Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp: In function 'void {anonymous}::createRegisterFatbinFunction(llvm::Module&, llvm::GlobalVariable*, bool)': 2024-08-20T21:57:09.5557036Z #80 546.6 /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:562:59: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:09.5560405Z #80 546.6 562 | IsHIP ? ".hip.binary_handle" : ".cuda.binary_handle"); 2024-08-20T21:57:09.5561561Z #80 546.6 | ^ 2024-08-20T21:57:09.5563159Z #80 546.6 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:09.5565052Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.h:13, 2024-08-20T21:57:09.5567071Z #80 546.6 from /llvm-project/clang/tools/clang-linker-wrapper/OffloadWrapper.cpp:9: 2024-08-20T21:57:09.5570072Z #80 546.6 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:09.5572129Z #80 546.6 73 | return User::operator new(s, 1); 2024-08-20T21:57:09.5573351Z #80 546.6 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:09.5575411Z #80 546.8 [3110/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/JSONCompilationDatabase.cpp.o 2024-08-20T21:57:09.5637638Z #80 546.8 [3111/3615] Building CXX object tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/ClangCheck.cpp.o 2024-08-20T21:57:09.5864309Z #80 547.0 [3112/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/WhitespaceManager.cpp.o 2024-08-20T21:57:09.7085740Z #80 547.0 [3113/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/AllTUsExecution.cpp.o 2024-08-20T21:57:09.7106536Z #80 547.1 [3114/3615] Building CXX object tools/clang/tools/clang-offload-packager/CMakeFiles/clang-offload-packager.dir/ClangOffloadPackager.cpp.o 2024-08-20T21:57:09.8204830Z #80 547.2 [3115/3615] Building CXX object tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/ClangOffloadBundler.cpp.o 2024-08-20T21:57:09.9831127Z #80 547.2 [3116/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CompilationDatabase.cpp.o 2024-08-20T21:57:09.9834233Z #80 547.2 [3117/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnnotator.cpp.o 2024-08-20T21:57:09.9837160Z #80 547.2 [3118/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/BuildSystem.cpp.o 2024-08-20T21:57:10.8739318Z #80 548.3 [3119/3615] Linking CXX executable bin/clang-offload-packager 2024-08-20T21:57:11.1706558Z #80 548.6 [3120/3615] Building CXX object tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalExecutor.cpp.o 2024-08-20T21:57:11.4910964Z #80 548.9 [3121/3615] Linking CXX executable bin/clang-offload-bundler 2024-08-20T21:57:11.6987163Z #80 548.9 [3122/3615] Building CXX object tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/ClangFormat.cpp.o 2024-08-20T21:57:11.6989575Z #80 549.0 [3123/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCompilationDatabase.cpp.o 2024-08-20T21:57:11.6992178Z #80 549.1 [3124/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/FatalErrorHandler.cpp.o 2024-08-20T21:57:12.2440349Z #80 549.6 [3125/3615] Building CXX object tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/Format.cpp.o 2024-08-20T21:57:12.4159944Z #80 549.8 [3126/3615] Linking CXX static library lib/libclangFormat.a 2024-08-20T21:57:12.5684520Z #80 550.0 [3127/3615] Linking CXX static library lib/libclangIndex.a 2024-08-20T21:57:12.6885614Z #80 550.1 [3128/3615] Linking CXX static library lib/libclangCrossTU.a 2024-08-20T21:57:12.8505074Z #80 550.1 [3129/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexer.cpp.o 2024-08-20T21:57:12.8506852Z #80 550.2 [3130/3615] Linking CXX static library lib/libclangExtractAPI.a 2024-08-20T21:57:13.0847083Z #80 550.3 [3131/3615] Linking CXX static library lib/libclangToolingRefactoring.a 2024-08-20T21:57:13.0849888Z #80 550.3 [3132/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedObjectChecker.cpp.o 2024-08-20T21:57:13.2131720Z #80 550.6 [3133/3615] Linking CXX static library lib/libclangTransformer.a 2024-08-20T21:57:13.4385503Z #80 550.6 [3134/3615] Building CXX object tools/clang/tools/amdgpu-arch/CMakeFiles/amdgpu-arch.dir/AMDGPUArch.cpp.o 2024-08-20T21:57:13.4388129Z #80 550.7 [3135/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCXX.cpp.o 2024-08-20T21:57:13.4390052Z #80 550.7 [3136/3615] Linking CXX static library lib/libclangStaticAnalyzerCore.a 2024-08-20T21:57:13.5751328Z #80 551.0 [3137/3615] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ShowEnabledWarnings.cpp.o 2024-08-20T21:57:13.6982421Z #80 551.1 [3138/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXLoadedDiagnostic.cpp.o 2024-08-20T21:57:13.8868967Z #80 551.1 [3139/3615] Linking CXX executable bin/amdgpu-arch 2024-08-20T21:57:13.8870357Z #80 551.3 [3140/3615] Linking CXX executable bin/clang-format 2024-08-20T21:57:14.3372736Z #80 551.7 [3141/3615] Building CXX object tools/clang/tools/clang-diff/CMakeFiles/clang-diff.dir/ClangDiff.cpp.o 2024-08-20T21:57:14.4470105Z #80 551.8 [3142/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Tooling.cpp.o 2024-08-20T21:57:14.4472935Z #80 551.8 [3143/3615] Building CXX object tools/clang/tools/nvptx-arch/CMakeFiles/nvptx-arch.dir/NVPTXArch.cpp.o 2024-08-20T21:57:14.6405470Z #80 551.9 [3144/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o 2024-08-20T21:57:14.8417355Z #80 552.2 [3145/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/ARCMigrate.cpp.o 2024-08-20T21:57:14.9798913Z #80 552.4 [3146/3615] Linking CXX executable bin/nvptx-arch 2024-08-20T21:57:15.2683892Z #80 552.7 [3147/3615] Building CXX object tools/clang/tools/clang-fuzzer/handle-cxx/CMakeFiles/obj.clangHandleCXX.dir/handle_cxx.cpp.o 2024-08-20T21:57:15.5829050Z #80 553.0 [3148/3615] Building CXX object tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/TestSupport.cpp.o 2024-08-20T21:57:15.7630526Z #80 553.2 [3149/3615] Linking CXX executable bin/llvm-opt-report 2024-08-20T21:57:16.6967404Z #80 554.1 [3150/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexDiagnostic.cpp.o 2024-08-20T21:57:16.8036339Z #80 554.2 [3151/3615] Building CXX object tools/clang/tools/clang-fuzzer/handle-llvm/CMakeFiles/obj.clangHandleLLVM.dir/handle_llvm.cpp.o 2024-08-20T21:57:16.9522578Z #80 554.3 [3152/3615] Linking CXX static library lib/libclangHandleLLVM.a 2024-08-20T21:57:16.9524390Z #80 554.3 [3153/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexUSRs.cpp.o 2024-08-20T21:57:17.4944567Z #80 554.9 [3154/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/TestRunner.cpp.o 2024-08-20T21:57:17.6615482Z #80 554.9 [3155/3615] Building CXX object tools/llvm-debuginfod-find/CMakeFiles/llvm-debuginfod-find.dir/llvm-debuginfod-find.cpp.o 2024-08-20T21:57:17.7327022Z #80 555.1 [3156/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXComment.cpp.o 2024-08-20T21:57:17.8441934Z #80 555.2 [3157/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RefCntblBaseVirtualDtorChecker.cpp.o 2024-08-20T21:57:17.8446063Z #80 555.2 [3158/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/NoUncountedMembersChecker.cpp.o 2024-08-20T21:57:17.9483945Z #80 555.3 [3159/3615] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/BugDriver.cpp.o 2024-08-20T21:57:17.9485432Z #80 555.3 [3160/3615] Linking CXX executable bin/diagtool 2024-08-20T21:57:18.1339476Z #80 555.4 [3161/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexInclusionStack.cpp.o 2024-08-20T21:57:18.1342311Z #80 555.4 [3162/3615] Building CXX object tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/ClangRename.cpp.o 2024-08-20T21:57:18.1345324Z #80 555.4 [3163/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedCallArgsChecker.cpp.o 2024-08-20T21:57:18.1349186Z #80 555.4 [3164/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLambdaCapturesChecker.cpp.o 2024-08-20T21:57:18.1352138Z #80 555.5 [3165/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXSourceLocation.cpp.o 2024-08-20T21:57:18.2468745Z #80 555.6 [3166/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/NodeIntrospection.cpp.o 2024-08-20T21:57:18.2472203Z #80 555.6 [3167/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLocalVarsChecker.cpp.o 2024-08-20T21:57:18.2474906Z #80 555.6 [3168/3615] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o 2024-08-20T21:57:18.4288038Z #80 555.7 [3169/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexHigh.cpp.o 2024-08-20T21:57:18.4291057Z #80 555.7 [3170/3615] Building CXX object tools/llvm-tapi-diff/CMakeFiles/llvm-tapi-diff.dir/llvm-tapi-diff.cpp.o 2024-08-20T21:57:18.4293517Z #80 555.7 [3171/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXStoredDiagnostic.cpp.o 2024-08-20T21:57:18.5911417Z #80 556.0 [3172/3615] Building CXX object tools/clang/tools/clang-extdef-mapping/CMakeFiles/clang-extdef-mapping.dir/ClangExtDefMapGen.cpp.o 2024-08-20T21:57:18.7188851Z #80 556.0 [3173/3615] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/CFBundle.cpp.o 2024-08-20T21:57:18.7190741Z #80 556.0 [3174/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXString.cpp.o 2024-08-20T21:57:18.7193003Z #80 556.1 [3175/3615] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/attributes.c.o 2024-08-20T21:57:18.8443751Z #80 556.2 [3176/3615] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/calc.c.o 2024-08-20T21:57:18.8446175Z #80 556.2 [3177/3615] Building CXX object tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/arcmt-test.cpp.o 2024-08-20T21:57:18.8448290Z #80 556.2 [3178/3615] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/debuginfo.c.o 2024-08-20T21:57:18.9989804Z #80 556.3 [3179/3615] Building CXX object tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Interpreter.cpp.o 2024-08-20T21:57:18.9992358Z #80 556.3 [3180/3615] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/diagnostic.c.o 2024-08-20T21:57:18.9994346Z #80 556.4 [3181/3615] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/disassemble.c.o 2024-08-20T21:57:19.1220270Z #80 556.4 [3182/3615] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/include-all.c.o 2024-08-20T21:57:19.1222372Z #80 556.4 [3183/3615] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/helpers.c.o 2024-08-20T21:57:19.1224265Z #80 556.5 [3184/3615] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o 2024-08-20T21:57:19.2288627Z #80 556.5 [3185/3615] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/main.c.o 2024-08-20T21:57:19.2290898Z #80 556.5 [3186/3615] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o 2024-08-20T21:57:19.2292779Z #80 556.6 [3187/3615] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/targets.c.o 2024-08-20T21:57:19.3797608Z #80 556.7 [3188/3615] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o 2024-08-20T21:57:19.3799787Z #80 556.8 [3189/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/Rewrite.cpp.o 2024-08-20T21:57:19.5455162Z #80 556.8 [3190/3615] Building CXX object tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/clang-import-test.cpp.o 2024-08-20T21:57:19.7453366Z #80 557.1 [3191/3615] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/FindBugs.cpp.o 2024-08-20T21:57:19.8984355Z #80 557.3 [3192/3615] Linking CXX executable bin/llvm-as 2024-08-20T21:57:20.0548685Z #80 557.3 [3193/3615] Building CXX object tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o 2024-08-20T21:57:20.1740555Z #80 557.6 [3194/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCursor.cpp.o 2024-08-20T21:57:20.3533989Z #80 557.6 [3195/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/DeltaManager.cpp.o 2024-08-20T21:57:20.3536530Z #80 557.6 [3196/3615] Building CXX object tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/RefactoringCallbacks.cpp.o 2024-08-20T21:57:20.3714718Z #80 557.8 [3197/3615] Linking CXX static library lib/libclangTooling.a 2024-08-20T21:57:20.5814258Z #80 557.8 [3198/3615] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/Reproducer.cpp.o 2024-08-20T21:57:20.5816366Z #80 557.8 [3199/3615] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o 2024-08-20T21:57:20.5820107Z #80 557.8 /llvm-project/llvm/tools/bugpoint/ExtractFunction.cpp: In function 'void SplitStaticCtorDtor(const char*, llvm::Module*, llvm::Module*, llvm::ValueToValueMapTy&)': 2024-08-20T21:57:20.5825238Z #80 557.8 /llvm-project/llvm/tools/bugpoint/ExtractFunction.cpp:290:73: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:20.5828513Z #80 557.8 290 | GlobalValue::AppendingLinkage, M1Init, GlobalName); 2024-08-20T21:57:20.5829793Z #80 557.8 | ^ 2024-08-20T21:57:20.5831391Z #80 557.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:20.5833159Z #80 557.8 from /llvm-project/llvm/tools/bugpoint/ExtractFunction.cpp:20: 2024-08-20T21:57:20.5836383Z #80 557.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:20.5838502Z #80 557.8 73 | return User::operator new(s, 1); 2024-08-20T21:57:20.5839489Z #80 557.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:20.5843007Z #80 557.8 /llvm-project/llvm/tools/bugpoint/ExtractFunction.cpp:301:73: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:20.5846109Z #80 557.8 301 | GlobalValue::AppendingLinkage, M2Init, GlobalName); 2024-08-20T21:57:20.5847400Z #80 557.8 | ^ 2024-08-20T21:57:20.5848952Z #80 557.8 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:20.5850576Z #80 557.8 from /llvm-project/llvm/tools/bugpoint/ExtractFunction.cpp:20: 2024-08-20T21:57:20.5853371Z #80 557.8 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:20.5855530Z #80 557.8 73 | return User::operator new(s, 1); 2024-08-20T21:57:20.5856776Z #80 557.8 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:20.5858771Z #80 557.8 [3200/3615] Building CXX object tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/ClangRefactor.cpp.o 2024-08-20T21:57:20.5860750Z #80 557.8 [3201/3615] Linking CXX static library lib/libclangHandleCXX.a 2024-08-20T21:57:20.5875309Z #80 558.0 [3202/3615] Building CXX object tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/llvm-bcanalyzer.cpp.o 2024-08-20T21:57:20.8520950Z #80 558.2 [3203/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXType.cpp.o 2024-08-20T21:57:21.0040795Z #80 558.3 [3204/3615] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/SymbolMap.cpp.o 2024-08-20T21:57:21.0043469Z #80 558.3 [3205/3615] Building CXX object tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/ChildTarget.cpp.o 2024-08-20T21:57:21.0046279Z #80 558.3 [3206/3615] Building CXX object tools/llvm-cfi-verify/CMakeFiles/llvm-cfi-verify.dir/llvm-cfi-verify.cpp.o 2024-08-20T21:57:21.0048110Z #80 558.4 [3207/3615] Linking CXX executable bin/llvm-bcanalyzer 2024-08-20T21:57:21.1120200Z #80 558.5 [3208/3615] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/llvm-cov.cpp.o 2024-08-20T21:57:21.1122402Z #80 558.5 [3209/3615] Building CXX object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/echo.cpp.o 2024-08-20T21:57:21.3059330Z #80 558.7 [3210/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Analysis.cpp.o 2024-08-20T21:57:21.4864912Z #80 558.7 [3211/3615] Linking CXX executable bin/lli-child-target 2024-08-20T21:57:21.6231076Z #80 559.0 [3212/3615] Building CXX object tools/llvm-stress/CMakeFiles/llvm-stress.dir/llvm-stress.cpp.o 2024-08-20T21:57:22.1746991Z #80 559.6 [3213/3615] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ToolRunner.cpp.o 2024-08-20T21:57:22.3413535Z #80 559.6 [3214/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXIndexDataConsumer.cpp.o 2024-08-20T21:57:22.3431103Z #80 559.7 [3215/3615] Building CXX object tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o 2024-08-20T21:57:22.4582670Z #80 559.8 [3216/3615] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/BinaryHolder.cpp.o 2024-08-20T21:57:22.4585218Z #80 559.9 [3217/3615] Building CXX object tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/llvm-cxxfilt-driver.cpp.o 2024-08-20T21:57:22.6095852Z #80 559.9 [3218/3615] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageFilters.cpp.o 2024-08-20T21:57:22.6098174Z #80 560.0 [3219/3615] Building CXX object tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/Error.cpp.o 2024-08-20T21:57:22.7918000Z #80 560.2 [3220/3615] Building CXX object tools/llvm-tapi-diff/CMakeFiles/llvm-tapi-diff.dir/DiffEngine.cpp.o 2024-08-20T21:57:23.0165021Z #80 560.4 [3221/3615] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o 2024-08-20T21:57:23.1517043Z #80 560.4 [3222/3615] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterLcov.cpp.o 2024-08-20T21:57:23.1519509Z #80 560.5 [3223/3615] Building CXX object tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/core_main.cpp.o 2024-08-20T21:57:23.3987326Z #80 560.8 [3224/3615] Building CXX object tools/lli/CMakeFiles/lli.dir/ExecutionUtils.cpp.o 2024-08-20T21:57:23.6133155Z #80 560.9 [3225/3615] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/DebugMap.cpp.o 2024-08-20T21:57:23.7021442Z #80 561.1 [3226/3615] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageSummaryInfo.cpp.o 2024-08-20T21:57:23.8684076Z #80 561.1 [3227/3615] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/MachODebugMapParser.cpp.o 2024-08-20T21:57:23.8686648Z #80 561.2 [3228/3615] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/gcov.cpp.o 2024-08-20T21:57:23.8689402Z #80 561.3 [3229/3615] Building CXX object tools/llvm-dlang-demangle-fuzzer/CMakeFiles/llvm-dlang-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o 2024-08-20T21:57:24.0838844Z #80 561.4 [3230/3615] Linking CXX executable bin/llvm-debuginfod-find 2024-08-20T21:57:24.0846572Z #80 561.5 [3231/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/Indexing.cpp.o 2024-08-20T21:57:24.2301342Z #80 561.5 [3232/3615] Linking CXX executable bin/llvm-tapi-diff 2024-08-20T21:57:24.2302991Z #80 561.6 [3233/3615] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewText.cpp.o 2024-08-20T21:57:24.2305501Z #80 561.6 [3234/3615] Building CXX object tools/llvm-dlang-demangle-fuzzer/CMakeFiles/llvm-dlang-demangle-fuzzer.dir/llvm-dlang-demangle-fuzzer.cpp.o 2024-08-20T21:57:24.3553276Z #80 561.7 [3235/3615] Building CXX object tools/llvm-cat/CMakeFiles/llvm-cat.dir/llvm-cat.cpp.o 2024-08-20T21:57:24.3555126Z #80 561.7 [3236/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCodeCompletion.cpp.o 2024-08-20T21:57:24.3557489Z #80 561.8 [3237/3615] Building CXX object tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/llvm-cxxfilt.cpp.o 2024-08-20T21:57:24.4674425Z #80 561.8 [3238/3615] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/TestingSupport.cpp.o 2024-08-20T21:57:24.4678233Z #80 561.9 [3239/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StdLibraryFunctionsChecker.cpp.o 2024-08-20T21:57:24.5743757Z #80 561.9 [3240/3615] Linking CXX executable bin/llvm-dlang-demangle-fuzzer 2024-08-20T21:57:24.5745187Z #80 562.0 [3241/3615] Building CXX object tools/llvm-diff/lib/CMakeFiles/LLVMDiff.dir/DiffLog.cpp.o 2024-08-20T21:57:24.7442358Z #80 562.1 [3242/3615] Building CXX object tools/clang/tools/clang-linker-wrapper/CMakeFiles/clang-linker-wrapper.dir/ClangLinkerWrapper.cpp.o 2024-08-20T21:57:24.8693877Z #80 562.2 [3243/3615] Linking CXX executable bin/llvm-cxxfilt 2024-08-20T21:57:24.8695539Z #80 562.3 [3244/3615] Building CXX object tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/llvm-cvtres.cpp.o 2024-08-20T21:57:25.0974020Z #80 562.5 [3245/3615] Linking CXX executable bin/arcmt-test 2024-08-20T21:57:25.2000994Z #80 562.6 [3246/3615] Building CXX object tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/GraphBuilder.cpp.o 2024-08-20T21:57:25.3375976Z #80 562.7 [3247/3615] Linking CXX static library lib/libclangStaticAnalyzerCheckers.a 2024-08-20T21:57:25.5254017Z #80 562.8 [3248/3615] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o 2024-08-20T21:57:25.6261492Z #80 563.0 [3249/3615] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewHTML.cpp.o 2024-08-20T21:57:25.8089741Z #80 563.1 [3250/3615] Building CXX object tools/llvm-cxxmap/CMakeFiles/llvm-cxxmap.dir/llvm-cxxmap.cpp.o 2024-08-20T21:57:25.8091946Z #80 563.2 [3251/3615] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/Miscompilation.cpp.o 2024-08-20T21:57:25.8095883Z #80 563.2 /llvm-project/llvm/tools/bugpoint/Miscompilation.cpp: In function 'std::unique_ptr CleanupAndPrepareModules(llvm::BugDriver&, std::unique_ptr, llvm::Module*)': 2024-08-20T21:57:25.8101115Z #80 563.2 /llvm-project/llvm/tools/bugpoint/Miscompilation.cpp:850:76: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:25.8104758Z #80 563.2 850 | GlobalValue::InternalLinkage, InitArray, F->getName() + "_name"); 2024-08-20T21:57:25.8106305Z #80 563.2 | ^ 2024-08-20T21:57:25.8107887Z #80 563.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:25.8109616Z #80 563.2 from /llvm-project/llvm/tools/bugpoint/Miscompilation.cpp:21: 2024-08-20T21:57:25.8112399Z #80 563.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:25.8114622Z #80 563.2 73 | return User::operator new(s, 1); 2024-08-20T21:57:25.8115815Z #80 563.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:25.8119244Z #80 563.2 /llvm-project/llvm/tools/bugpoint/Miscompilation.cpp:870:79: warning: 'static void llvm::GlobalVariable::operator delete(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 2024-08-20T21:57:25.8122956Z #80 563.2 870 | GlobalValue::InternalLinkage, NullPtr, F->getName() + ".fpcache"); 2024-08-20T21:57:25.8124315Z #80 563.2 | ^ 2024-08-20T21:57:25.8125780Z #80 563.2 In file included from /llvm-project/llvm/include/llvm/IR/Module.h:28, 2024-08-20T21:57:25.8127465Z #80 563.2 from /llvm-project/llvm/tools/bugpoint/Miscompilation.cpp:21: 2024-08-20T21:57:25.8130438Z #80 563.2 /llvm-project/llvm/include/llvm/IR/GlobalVariable.h:73:30: note: returned from 'static void* llvm::User::operator new(size_t, unsigned int)' 2024-08-20T21:57:25.8132880Z #80 563.2 73 | return User::operator new(s, 1); 2024-08-20T21:57:25.8134165Z #80 563.2 | ~~~~~~~~~~~~~~~~~~^~~~~~ 2024-08-20T21:57:25.9588054Z #80 563.2 [3252/3615] Linking CXX executable bin/llvm-cat 2024-08-20T21:57:25.9589360Z #80 563.4 [3253/3615] Linking CXX executable bin/llvm-cvtres 2024-08-20T21:57:26.0666406Z #80 563.4 [3254/3615] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterJson.cpp.o 2024-08-20T21:57:26.0669351Z #80 563.4 [3255/3615] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageReport.cpp.o 2024-08-20T21:57:26.0671953Z #80 563.5 [3256/3615] Building CXX object tools/llvm-diff/lib/CMakeFiles/LLVMDiff.dir/DiffConsumer.cpp.o 2024-08-20T21:57:26.1846947Z #80 563.5 [3257/3615] Linking CXX executable bin/llvm-cxxmap 2024-08-20T21:57:26.1848902Z #80 563.6 [3258/3615] Building CXX object tools/llvm-debuginfod/CMakeFiles/llvm-debuginfod.dir/llvm-debuginfod.cpp.o 2024-08-20T21:57:26.1851184Z #80 563.6 [3259/3615] Building CXX object tools/llvm-diff/CMakeFiles/llvm-diff.dir/llvm-diff.cpp.o 2024-08-20T21:57:26.4115485Z #80 563.8 [3260/3615] Linking CXX executable bin/llvm-c-test 2024-08-20T21:57:26.7099535Z #80 564.1 [3261/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Error.cpp.o 2024-08-20T21:57:26.8138058Z #80 564.2 [3262/3615] Linking CXX executable bin/clang-extdef-mapping 2024-08-20T21:57:27.0550185Z #80 564.2 [3263/3615] Linking CXX executable bin/clang-rename 2024-08-20T21:57:27.0551553Z #80 564.2 [3264/3615] Linking CXX executable bin/clang-refactor 2024-08-20T21:57:27.0553494Z #80 564.3 [3265/3615] Building CXX object tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/SectionSizes.cpp.o 2024-08-20T21:57:27.0555240Z #80 564.3 [3266/3615] Linking CXX executable bin/clang-diff 2024-08-20T21:57:27.0610951Z #80 564.5 [3267/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/RegisterValue.cpp.o 2024-08-20T21:57:27.2543061Z #80 564.5 [3268/3615] Building CXX object tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/llvm-opt-fuzzer.cpp.o 2024-08-20T21:57:27.2546587Z #80 564.5 [3269/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/CodeTemplate.cpp.o 2024-08-20T21:57:27.2902606Z #80 564.7 [3270/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/PerfHelper.cpp.o 2024-08-20T21:57:27.5287419Z #80 564.8 [3271/3615] Building CXX object tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/llvm-ifs-driver.cpp.o 2024-08-20T21:57:27.5290158Z #80 564.9 [3272/3615] Building CXX object tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/DummyISelFuzzer.cpp.o 2024-08-20T21:57:27.6829588Z #80 565.0 [3273/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/RegisterAliasing.cpp.o 2024-08-20T21:57:27.6832656Z #80 565.1 [3274/3615] Linking CXX executable bin/llvm-debuginfod 2024-08-20T21:57:27.7987871Z #80 565.2 [3275/3615] Building CXX object tools/llvm-itanium-demangle-fuzzer/CMakeFiles/llvm-itanium-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o 2024-08-20T21:57:27.9187539Z #80 565.2 [3276/3615] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o 2024-08-20T21:57:27.9192421Z #80 565.3 [3277/3615] Linking CXX static library lib/libclangStaticAnalyzerFrontend.a 2024-08-20T21:57:28.0589703Z #80 565.4 [3278/3615] Building CXX object tools/llvm-itanium-demangle-fuzzer/CMakeFiles/llvm-itanium-demangle-fuzzer.dir/llvm-itanium-demangle-fuzzer.cpp.o 2024-08-20T21:57:28.0595153Z #80 565.4 [3279/3615] Building CXX object tools/llvm-debuginfo-analyzer/CMakeFiles/llvm-debuginfo-analyzer.dir/llvm-debuginfo-analyzer.cpp.o 2024-08-20T21:57:28.0600206Z #80 565.5 [3280/3615] Building CXX object tools/llvm-exegesis/lib/X86/CMakeFiles/LLVMExegesisX86.dir/X86Counter.cpp.o 2024-08-20T21:57:28.2533005Z #80 565.5 [3281/3615] Linking CXX static library lib/libclangFrontendTool.a 2024-08-20T21:57:28.2535393Z #80 565.7 [3282/3615] Linking CXX static library lib/libclangDependencyScanning.a 2024-08-20T21:57:28.3597595Z #80 565.8 [3283/3615] Linking CXX static library lib/libclangInterpreter.a 2024-08-20T21:57:28.5238643Z #80 565.9 [3284/3615] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o 2024-08-20T21:57:28.6475955Z #80 566.0 [3285/3615] Building CXX object tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/FileAnalysis.cpp.o 2024-08-20T21:57:28.8800162Z #80 566.3 [3286/3615] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/MachOUtils.cpp.o 2024-08-20T21:57:28.9992121Z #80 566.3 [3287/3615] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/bugpoint.cpp.o 2024-08-20T21:57:28.9994508Z #80 566.3 [3288/3615] Building CXX object tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/ErrorCollector.cpp.o 2024-08-20T21:57:28.9996145Z #80 566.4 [3289/3615] Linking CXX static library lib/libLLVMCFIVerify.a 2024-08-20T21:57:29.1395718Z #80 566.4 [3290/3615] Building CXX object tools/llc/CMakeFiles/llc.dir/llc.cpp.o 2024-08-20T21:57:29.1398263Z #80 566.4 [3291/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/MCInstrDescView.cpp.o 2024-08-20T21:57:29.1401589Z #80 566.5 [3292/3615] Linking CXX executable bin/llvm-itanium-demangle-fuzzer 2024-08-20T21:57:29.3282341Z #80 566.6 [3293/3615] Building CXX object tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/llvm-cxxdump.cpp.o 2024-08-20T21:57:29.4310300Z #80 566.8 [3294/3615] Linking CXX executable bin/clang-import-test 2024-08-20T21:57:29.6439843Z #80 567.0 [3295/3615] Building CXX object tools/llvm-diff/lib/CMakeFiles/LLVMDiff.dir/DifferenceEngine.cpp.o 2024-08-20T21:57:29.8592001Z #80 567.1 [3296/3615] Building CXX object tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/Statistics.cpp.o 2024-08-20T21:57:29.8593754Z #80 567.1 [3297/3615] Linking CXX static library lib/libLLVMDiff.a 2024-08-20T21:57:30.4661269Z #80 567.9 [3298/3615] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/dsymutil.cpp.o 2024-08-20T21:57:30.6837426Z #80 568.1 [3299/3615] Building CXX object tools/clang/tools/clang-scan-deps/CMakeFiles/clang-scan-deps.dir/ClangScanDeps.cpp.o 2024-08-20T21:57:30.8739766Z #80 568.2 [3300/3615] Linking CXX executable bin/llvm-diff 2024-08-20T21:57:30.8740932Z #80 568.3 [3301/3615] Linking CXX executable bin/llvm-cxxdump 2024-08-20T21:57:30.9987714Z #80 568.3 [3302/3615] Linking CXX executable bin/llvm-cfi-verify 2024-08-20T21:57:30.9989596Z #80 568.4 [3303/3615] Building CXX object tools/llvm-lipo/CMakeFiles/llvm-lipo.dir/llvm-lipo-driver.cpp.o 2024-08-20T21:57:31.1194077Z #80 568.5 [3304/3615] Building CXX object tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o 2024-08-20T21:57:31.3055176Z #80 568.6 [3305/3615] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/DwarfLinkerForBinary.cpp.o 2024-08-20T21:57:31.9842790Z #80 569.4 [3306/3615] Building CXX object tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/llvm-ifs.cpp.o 2024-08-20T21:57:32.1754914Z #80 569.4 [3307/3615] Building CXX object tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/llvm-dwarfdump.cpp.o 2024-08-20T21:57:32.1756953Z #80 569.4 [3308/3615] Building CXX object tools/llvm-dis/CMakeFiles/llvm-dis.dir/llvm-dis.cpp.o 2024-08-20T21:57:32.2679030Z #80 569.7 [3309/3615] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CodeCoverage.cpp.o 2024-08-20T21:57:32.4233167Z #80 569.8 [3310/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/LatencyBenchmarkRunner.cpp.o 2024-08-20T21:57:32.5505271Z #80 569.9 [3311/3615] Building CXX object tools/llvm-jitlink/llvm-jitlink-executor/CMakeFiles/llvm-jitlink-executor.dir/llvm-jitlink-executor.cpp.o 2024-08-20T21:57:32.5507364Z #80 569.9 [3312/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetFile.cpp.o 2024-08-20T21:57:32.7262651Z #80 570.0 [3313/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SchedClassResolution.cpp.o 2024-08-20T21:57:32.7264836Z #80 570.1 [3314/3615] Linking CXX executable bin/clang-linker-wrapper 2024-08-20T21:57:32.9024448Z #80 570.1 [3315/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/BenchmarkResult.cpp.o 2024-08-20T21:57:32.9054346Z #80 570.3 [3316/3615] Linking CXX executable bin/llvm-dis 2024-08-20T21:57:33.0489135Z #80 570.4 [3317/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SerialSnippetGenerator.cpp.o 2024-08-20T21:57:33.0490878Z #80 570.4 [3318/3615] Linking CXX executable bin/llvm-jitlink-executor 2024-08-20T21:57:33.0492403Z #80 570.4 [3319/3615] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/clang-driver.cpp.o 2024-08-20T21:57:33.1785551Z #80 570.5 [3320/3615] Linking CXX shared module lib/CheckerDependencyHandlingAnalyzerPlugin.so 2024-08-20T21:57:33.1787093Z #80 570.6 [3321/3615] Linking CXX executable bin/llvm-ifs 2024-08-20T21:57:33.4018498Z #80 570.6 [3322/3615] Building CXX object tools/llvm-debuginfo-analyzer/CMakeFiles/llvm-debuginfo-analyzer.dir/Options.cpp.o 2024-08-20T21:57:33.4020850Z #80 570.7 [3323/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/BenchmarkRunner.cpp.o 2024-08-20T21:57:33.4022676Z #80 570.8 [3324/3615] Linking CXX shared module lib/SampleAnalyzerPlugin.so 2024-08-20T21:57:33.5096251Z #80 570.8 [3325/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/UopsBenchmarkRunner.cpp.o 2024-08-20T21:57:33.5098245Z #80 570.9 [3326/3615] Building CXX object tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/llvm-isel-fuzzer.cpp.o 2024-08-20T21:57:33.7146217Z #80 570.9 [3327/3615] Linking CXX shared module lib/CheckerOptionHandlingAnalyzerPlugin.so 2024-08-20T21:57:33.7149045Z #80 570.9 [3328/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/ParallelSnippetGenerator.cpp.o 2024-08-20T21:57:33.7151237Z #80 570.9 [3329/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/LlvmState.cpp.o 2024-08-20T21:57:33.7153214Z #80 571.0 [3330/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Clustering.cpp.o 2024-08-20T21:57:33.7155192Z #80 571.1 [3331/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Target.cpp.o 2024-08-20T21:57:33.9363539Z #80 571.1 [3332/3615] Linking CXX executable bin/llvm-dwarfdump 2024-08-20T21:57:33.9365043Z #80 571.2 [3333/3615] Linking CXX executable bin/llvm-cov 2024-08-20T21:57:34.0288741Z #80 571.4 [3334/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Assembler.cpp.o 2024-08-20T21:57:34.1482684Z #80 571.5 [3335/3615] Building CXX object tools/llvm-microsoft-demangle-fuzzer/CMakeFiles/llvm-microsoft-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o 2024-08-20T21:57:34.3156179Z #80 571.6 [3336/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetRepetitor.cpp.o 2024-08-20T21:57:34.4149847Z #80 571.8 [3337/3615] Building CXX object tools/llvm-dwarfutil/CMakeFiles/llvm-dwarfutil.dir/DebugInfoLinker.cpp.o 2024-08-20T21:57:34.6797437Z #80 572.1 [3338/3615] Building CXX object tools/llvm-microsoft-demangle-fuzzer/CMakeFiles/llvm-microsoft-demangle-fuzzer.dir/llvm-microsoft-demangle-fuzzer.cpp.o 2024-08-20T21:57:34.9034166Z #80 572.1 [3339/3615] Building CXX object tools/llvm-gsymutil/CMakeFiles/llvm-gsymutil.dir/llvm-gsymutil.cpp.o 2024-08-20T21:57:34.9036055Z #80 572.1 [3340/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndex.cpp.o 2024-08-20T21:57:34.9258085Z #80 572.3 [3341/3615] Building CXX object tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-elf.cpp.o 2024-08-20T21:57:35.0785848Z #80 572.4 [3342/3615] Linking CXX executable bin/llvm-debuginfo-analyzer 2024-08-20T21:57:35.0787112Z #80 572.4 [3343/3615] Linking CXX executable bin/llvm-microsoft-demangle-fuzzer 2024-08-20T21:57:35.0788502Z #80 572.5 [3344/3615] Building CXX object tools/llvm-mt/CMakeFiles/llvm-mt.dir/llvm-mt-driver.cpp.o 2024-08-20T21:57:35.1920325Z #80 572.6 [3345/3615] Building CXX object tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-macho.cpp.o 2024-08-20T21:57:35.1923019Z #80 572.6 [3346/3615] Building CXX object tools/llvm-nm/CMakeFiles/llvm-nm.dir/llvm-nm-driver.cpp.o 2024-08-20T21:57:35.3937546Z #80 572.6 [3347/3615] Building CXX object tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-coff.cpp.o 2024-08-20T21:57:35.3939202Z #80 572.6 [3348/3615] Building OtoolOpts.inc... 2024-08-20T21:57:35.3941013Z #80 572.6 [3349/3615] Building CXX object tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetGenerator.cpp.o 2024-08-20T21:57:35.3942783Z #80 572.6 [3350/3615] Building InstallNameToolOpts.inc... 2024-08-20T21:57:35.3944968Z #80 572.6 [3351/3615] Building CXX object tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/DummyOptFuzzer.cpp.o 2024-08-20T21:57:35.5003187Z #80 572.9 [3352/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/InstructionView.cpp.o 2024-08-20T21:57:35.6026443Z #80 573.0 [3353/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/RetireControlUnitStatistics.cpp.o 2024-08-20T21:57:35.6028452Z #80 573.0 [3354/3615] Building BitcodeStripOpts.inc... 2024-08-20T21:57:35.6029494Z #80 573.0 [3355/3615] Building StripOpts.inc... 2024-08-20T21:57:35.7648004Z #80 573.0 [3356/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/RegisterFileStatistics.cpp.o 2024-08-20T21:57:35.7650096Z #80 573.0 [3357/3615] Linking CXX static library lib/libLLVMExegesis.a 2024-08-20T21:57:35.7652051Z #80 573.0 [3358/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/CodeRegion.cpp.o 2024-08-20T21:57:35.7654374Z #80 573.1 [3359/3615] Building CXX object tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/llvm-objcopy-driver.cpp.o 2024-08-20T21:57:35.7656649Z #80 573.1 [3360/3615] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXExtractAPI.cpp.o 2024-08-20T21:57:35.7659047Z #80 573.2 [3361/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/DispatchStatistics.cpp.o 2024-08-20T21:57:35.9440725Z #80 573.3 [3362/3615] Building CXX object tools/llvm-mc/CMakeFiles/llvm-mc.dir/Disassembler.cpp.o 2024-08-20T21:57:35.9443016Z #80 573.3 [3363/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/SummaryView.cpp.o 2024-08-20T21:57:36.1652321Z #80 573.4 [3364/3615] Linking CXX executable bin/llc 2024-08-20T21:57:36.1654393Z #80 573.4 [3365/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/SchedulerStatistics.cpp.o 2024-08-20T21:57:36.1676825Z #80 573.6 [3366/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/PipelinePrinter.cpp.o 2024-08-20T21:57:36.3075947Z #80 573.6 [3367/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/ResourcePressureView.cpp.o 2024-08-20T21:57:36.3078504Z #80 573.7 [3368/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/InstructionInfoView.cpp.o 2024-08-20T21:57:36.4770888Z #80 573.9 [3369/3615] Linking CXX executable bin/llvm-dwp 2024-08-20T21:57:36.7087539Z #80 574.1 [3370/3615] Linking CXX executable bin/dsymutil 2024-08-20T21:57:36.8091339Z #80 574.2 [3371/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/TimelineView.cpp.o 2024-08-20T21:57:36.9492856Z #80 574.2 [3372/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/BottleneckAnalysis.cpp.o 2024-08-20T21:57:36.9495329Z #80 574.2 [3373/3615] Building CXX object tools/llvm-exegesis/CMakeFiles/llvm-exegesis.dir/llvm-exegesis.cpp.o 2024-08-20T21:57:36.9496960Z #80 574.3 [3374/3615] Linking CXX executable bin/bugpoint 2024-08-20T21:57:37.1851194Z #80 574.6 [3375/3615] Building CXX object tools/llvm-mt/CMakeFiles/llvm-mt.dir/llvm-mt.cpp.o 2024-08-20T21:57:37.7881184Z #80 575.2 [3376/3615] Linking CXX executable bin/llvm-mt 2024-08-20T21:57:37.9249237Z #80 575.2 [3377/3615] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1gen_reproducer_main.cpp.o 2024-08-20T21:57:37.9251953Z #80 575.3 [3378/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/CodeRegionGenerator.cpp.o 2024-08-20T21:57:38.0299665Z #80 575.3 [3379/3615] Building CXX object tools/llvm-link/CMakeFiles/llvm-link.dir/llvm-link.cpp.o 2024-08-20T21:57:38.0301999Z #80 575.4 [3380/3615] Building CXX object tools/llvm-lipo/CMakeFiles/llvm-lipo.dir/llvm-lipo.cpp.o 2024-08-20T21:57:38.1718460Z #80 575.4 [3381/3615] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/WasmDump.cpp.o 2024-08-20T21:57:38.1721103Z #80 575.6 [3382/3615] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/XCOFFDump.cpp.o 2024-08-20T21:57:38.2919806Z #80 575.7 [3383/3615] Building CXX object tools/llvm-ml/CMakeFiles/llvm-ml.dir/Disassembler.cpp.o 2024-08-20T21:57:38.4894439Z #80 575.9 [3384/3615] Building CXX object tools/llvm-libtool-darwin/CMakeFiles/llvm-libtool-darwin.dir/llvm-libtool-darwin.cpp.o 2024-08-20T21:57:38.6653208Z #80 575.9 [3385/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyBuiltinDumper.cpp.o 2024-08-20T21:57:38.7582741Z #80 576.2 [3386/3615] Linking CXX executable bin/llvm-isel-fuzzer 2024-08-20T21:57:38.9746586Z #80 576.4 [3387/3615] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/OffloadDump.cpp.o 2024-08-20T21:57:39.0966848Z #80 576.5 [3388/3615] Building CXX object tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/llvm-modextract.cpp.o 2024-08-20T21:57:39.2267023Z #80 576.5 [3389/3615] Building CXX object tools/llvm-extract/CMakeFiles/llvm-extract.dir/llvm-extract.cpp.o 2024-08-20T21:57:39.2269386Z #80 576.6 [3390/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassDefinitionDumper.cpp.o 2024-08-20T21:57:39.4331902Z #80 576.8 [3391/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassLayoutGraphicalDumper.cpp.o 2024-08-20T21:57:39.5360002Z #80 576.9 [3392/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyExternalSymbolDumper.cpp.o 2024-08-20T21:57:39.6972461Z #80 577.1 [3393/3615] Linking CXX executable bin/llvm-lipo 2024-08-20T21:57:39.9455032Z #80 577.2 [3394/3615] Linking CXX executable bin/llvm-link 2024-08-20T21:57:39.9456471Z #80 577.2 [3395/3615] Building CXX object tools/llvm-mc/CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o 2024-08-20T21:57:39.9812571Z #80 577.4 [3396/3615] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/COFFDump.cpp.o 2024-08-20T21:57:40.0830126Z #80 577.4 [3397/3615] Linking CXX executable bin/llvm-gsymutil 2024-08-20T21:57:40.0832291Z #80 577.5 [3398/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyEnumDumper.cpp.o 2024-08-20T21:57:40.3291407Z #80 577.5 [3399/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyCompilandDumper.cpp.o 2024-08-20T21:57:40.3292931Z #80 577.5 [3400/3615] Building WindresOpts.inc... 2024-08-20T21:57:40.3294026Z #80 577.6 [3401/3615] Linking CXX executable bin/llvm-libtool-darwin 2024-08-20T21:57:40.3295198Z #80 577.6 [3402/3615] Building CXX object tools/lli/CMakeFiles/lli.dir/lli.cpp.o 2024-08-20T21:57:40.3426162Z #80 577.7 [3403/3615] Building CXX object tools/llvm-ml/CMakeFiles/llvm-ml.dir/llvm-ml.cpp.o 2024-08-20T21:57:40.4868977Z #80 577.8 [3404/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypedefDumper.cpp.o 2024-08-20T21:57:40.4870942Z #80 577.9 [3405/3615] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1as_main.cpp.o 2024-08-20T21:57:40.6191611Z #80 578.0 [3406/3615] Linking CXX executable bin/llvm-mc 2024-08-20T21:57:40.7786720Z #80 578.0 [3407/3615] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/SourcePrinter.cpp.o 2024-08-20T21:57:40.7789403Z #80 578.1 [3408/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyFunctionDumper.cpp.o 2024-08-20T21:57:40.7791754Z #80 578.2 [3409/3615] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/llvm-rc-driver.cpp.o 2024-08-20T21:57:40.9549260Z #80 578.2 [3410/3615] Linking CXX executable bin/llvm-modextract 2024-08-20T21:57:41.0710144Z #80 578.5 [3411/3615] Linking CXX executable bin/clang-check 2024-08-20T21:57:41.1724744Z #80 578.6 [3412/3615] Linking CXX executable bin/llvm-ml 2024-08-20T21:57:41.3039806Z #80 578.6 [3413/3615] Building CXX object tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/llvm-objcopy.cpp.o 2024-08-20T21:57:41.3236784Z #80 578.7 [3414/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/BytesOutputStyle.cpp.o 2024-08-20T21:57:41.5403442Z #80 578.7 [3415/3615] Building CXX object tools/llvm-dwarfutil/CMakeFiles/llvm-dwarfutil.dir/llvm-dwarfutil.cpp.o 2024-08-20T21:57:41.5406051Z #80 578.8 [3416/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyVariableDumper.cpp.o 2024-08-20T21:57:41.5408628Z #80 578.9 [3417/3615] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptCppFilter.cpp.o 2024-08-20T21:57:41.7388426Z #80 579.0 [3418/3615] Building CXX object tools/llvm-exegesis/lib/X86/CMakeFiles/LLVMExegesisX86.dir/Target.cpp.o 2024-08-20T21:57:41.7390238Z #80 579.1 [3419/3615] Linking CXX static library lib/libLLVMExegesisX86.a 2024-08-20T21:57:41.8924759Z #80 579.3 [3420/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/ExplainOutputStyle.cpp.o 2024-08-20T21:57:42.1148541Z #80 579.4 [3421/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PdbYaml.cpp.o 2024-08-20T21:57:42.1531952Z #80 579.6 [3422/3615] Building CXX object tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/TestPasses.cpp.o 2024-08-20T21:57:42.2885321Z #80 579.6 [3423/3615] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptToken.cpp.o 2024-08-20T21:57:42.2887730Z #80 579.6 [3424/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypeDumper.cpp.o 2024-08-20T21:57:42.2890115Z #80 579.7 [3425/3615] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/llvm-readobj-driver.cpp.o 2024-08-20T21:57:42.5160262Z #80 579.7 [3426/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/StreamUtil.cpp.o 2024-08-20T21:57:42.5161925Z #80 579.8 [3427/3615] Linking CXX shared module lib/BugpointPasses.so 2024-08-20T21:57:42.9379961Z #80 580.3 [3428/3615] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/driver.cpp.o 2024-08-20T21:57:43.0651896Z #80 580.5 [3429/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/TypeReferenceTracker.cpp.o 2024-08-20T21:57:43.2003323Z #80 580.6 [3430/3615] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFImportDumper.cpp.o 2024-08-20T21:57:43.3249035Z #80 580.7 [3431/3615] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptStmt.cpp.o 2024-08-20T21:57:43.4545838Z #80 580.8 [3432/3615] Building CXX object tools/llvm-mca/CMakeFiles/llvm-mca.dir/llvm-mca.cpp.o 2024-08-20T21:57:43.4548113Z #80 580.9 [3433/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalTypeDumper.cpp.o 2024-08-20T21:57:43.5737167Z #80 581.0 [3434/3615] Linking CXX executable bin/llvm-opt-fuzzer 2024-08-20T21:57:43.8582998Z #80 581.3 [3435/3615] Linking CXX executable bin/llvm-extract 2024-08-20T21:57:44.2598243Z #80 581.7 [3436/3615] Linking CXX executable bin/llvm-mca 2024-08-20T21:57:44.5018512Z #80 581.9 [3437/3615] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WindowsResourceDumper.cpp.o 2024-08-20T21:57:44.6403748Z #80 581.9 [3438/3615] Building CXX object tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/llvm-lto2.cpp.o 2024-08-20T21:57:44.6406208Z #80 582.0 [3439/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceAliases.cpp.o 2024-08-20T21:57:44.6408660Z #80 582.0 [3440/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalSymbolDumper.cpp.o 2024-08-20T21:57:44.8652749Z #80 582.1 [3441/3615] Linking CXX executable bin/clang-scan-deps 2024-08-20T21:57:44.8654569Z #80 582.1 [3442/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/Utils.cpp.o 2024-08-20T21:57:44.9409037Z #80 582.3 [3443/3615] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WasmDumper.cpp.o 2024-08-20T21:57:45.2602927Z #80 582.7 [3444/3615] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/Win64EHDumper.cpp.o 2024-08-20T21:57:45.4453968Z #80 582.7 [3445/3615] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceFileWriter.cpp.o 2024-08-20T21:57:45.5189480Z #80 582.9 [3446/3615] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ObjDumper.cpp.o 2024-08-20T21:57:45.7064569Z #80 583.1 [3447/3615] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ARMWinEHPrinter.cpp.o 2024-08-20T21:57:45.8498885Z #80 583.2 [3448/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceFunctionBodies.cpp.o 2024-08-20T21:57:45.8501724Z #80 583.2 [3449/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalObjects.cpp.o 2024-08-20T21:57:45.9663389Z #80 583.4 [3450/3615] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/llvm-rc.cpp.o 2024-08-20T21:57:46.0822423Z #80 583.4 [3451/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalValues.cpp.o 2024-08-20T21:57:46.0825306Z #80 583.5 [3452/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/YAMLOutputStyle.cpp.o 2024-08-20T21:57:46.3160316Z #80 583.7 [3453/3615] Building CXX object tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ObjcopyOptions.cpp.o 2024-08-20T21:57:46.4664260Z #80 583.9 [3454/3615] Linking CXX executable bin/lli 2024-08-20T21:57:46.6258093Z #80 583.9 [3455/3615] Linking CXX executable bin/clang-repl 2024-08-20T21:57:46.6259373Z #80 584.0 [3456/3615] Linking CXX shared library lib/libclang.so.16.0.6 2024-08-20T21:57:46.8387273Z #80 584.0 [3457/3615] Creating library symlink lib/libclang.so.16 lib/libclang.so 2024-08-20T21:57:46.8389567Z #80 584.0 [3458/3615] Building CXX object tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptParser.cpp.o 2024-08-20T21:57:46.8391367Z #80 584.1 [3459/3615] Linking CXX executable bin/llvm-dwarfutil 2024-08-20T21:57:46.9199724Z #80 584.3 [3460/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceModuleData.cpp.o 2024-08-20T21:57:47.0855774Z #80 584.3 [3461/3615] Linking CXX executable bin/c-arcmt-test 2024-08-20T21:57:47.2377066Z #80 584.6 [3462/3615] Linking CXX executable bin/llvm-exegesis 2024-08-20T21:57:47.3594665Z #80 584.7 [3463/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceFunctions.cpp.o 2024-08-20T21:57:47.3597200Z #80 584.8 [3464/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalVarInitializers.cpp.o 2024-08-20T21:57:47.6193226Z #80 585.0 [3465/3615] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/XCOFFDumper.cpp.o 2024-08-20T21:57:47.7672725Z #80 585.1 [3466/3615] Building CXX object tools/llvm-nm/CMakeFiles/llvm-nm.dir/llvm-nm.cpp.o 2024-08-20T21:57:47.7674423Z #80 585.2 [3467/3615] Linking CXX executable bin/llvm-objcopy 2024-08-20T21:57:47.8679873Z #80 585.2 [3468/3615] Linking CXX executable bin/llvm-rc 2024-08-20T21:57:47.8681137Z #80 585.2 [3469/3615] Generating ../../bin/llvm-install-name-tool 2024-08-20T21:57:47.8682629Z #80 585.2 [3470/3615] Generating ../../bin/llvm-bitcode-strip 2024-08-20T21:57:47.8684658Z #80 585.3 [3471/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceSpecialGlobals.cpp.o 2024-08-20T21:57:47.8686545Z #80 585.3 [3472/3615] Generating ../../bin/llvm-strip 2024-08-20T21:57:47.8687592Z #80 585.3 [3473/3615] Generating ../../bin/llvm-windres 2024-08-20T21:57:48.0513091Z #80 585.4 [3474/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceAttributes.cpp.o 2024-08-20T21:57:48.2457043Z #80 585.6 [3475/3615] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/ELFDump.cpp.o 2024-08-20T21:57:48.3685157Z #80 585.7 [3476/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceDIMetadata.cpp.o 2024-08-20T21:57:48.3687750Z #80 585.7 [3477/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceArguments.cpp.o 2024-08-20T21:57:48.3691185Z #80 585.8 [3478/3615] Building CXX object tools/llvm-rust-demangle-fuzzer/CMakeFiles/llvm-rust-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o 2024-08-20T21:57:48.5453587Z #80 585.8 [3479/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInvokes.cpp.o 2024-08-20T21:57:48.6363809Z #80 586.0 [3480/3615] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/MachODumper.cpp.o 2024-08-20T21:57:48.7491537Z #80 586.1 [3481/3615] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/llvm-readobj.cpp.o 2024-08-20T21:57:48.7494801Z #80 586.1 [3482/3615] Building CXX object tools/llvm-rust-demangle-fuzzer/CMakeFiles/llvm-rust-demangle-fuzzer.dir/llvm-rust-demangle-fuzzer.cpp.o 2024-08-20T21:57:48.7498178Z #80 586.1 [3483/3615] Building CXX object tools/llvm-special-case-list-fuzzer/CMakeFiles/llvm-special-case-list-fuzzer.dir/DummySpecialCaseListFuzzer.cpp.o 2024-08-20T21:57:48.7501401Z #80 586.1 [3484/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInstructionFlags.cpp.o 2024-08-20T21:57:48.7503747Z #80 586.1 [3485/3615] Linking CXX shared library lib/libclang-cpp.so.16 2024-08-20T21:57:48.7505644Z #80 586.1 [3486/3615] Building CXX object tools/llvm-size/CMakeFiles/llvm-size.dir/llvm-size-driver.cpp.o 2024-08-20T21:57:48.7507477Z #80 586.1 [3487/3615] Creating library symlink lib/libclang-cpp.so 2024-08-20T21:57:48.8815307Z #80 586.1 [3488/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInstructions.cpp.o 2024-08-20T21:57:48.8817913Z #80 586.3 [3489/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalVars.cpp.o 2024-08-20T21:57:49.0863019Z #80 586.3 [3490/3615] Linking CXX executable bin/llvm-rust-demangle-fuzzer 2024-08-20T21:57:49.0865189Z #80 586.3 [3491/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceBasicBlocks.cpp.o 2024-08-20T21:57:49.1512375Z #80 586.5 [3492/3615] Linking CXX executable bin/llvm-nm 2024-08-20T21:57:49.5546116Z #80 587.0 [3493/3615] Linking CXX executable bin/llvm-stress 2024-08-20T21:57:49.7003837Z #80 587.0 [3494/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceMetadata.cpp.o 2024-08-20T21:57:49.7005814Z #80 587.0 [3495/3615] Building CXX object tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/MissingFrameInferrer.cpp.o 2024-08-20T21:57:49.7008136Z #80 587.1 [3496/3615] Building CXX object tools/llvm-special-case-list-fuzzer/CMakeFiles/llvm-special-case-list-fuzzer.dir/special-case-list-fuzzer.cpp.o 2024-08-20T21:57:50.0578184Z #80 587.5 [3497/3615] Building CXX object tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/llvm-profgen.cpp.o 2024-08-20T21:57:50.2417357Z #80 587.5 [3498/3615] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o 2024-08-20T21:57:50.2419683Z #80 587.5 [3499/3615] Linking CXX executable bin/llvm-special-case-list-fuzzer 2024-08-20T21:57:50.2421718Z #80 587.6 [3500/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceMemoryOperations.cpp.o 2024-08-20T21:57:50.4612552Z #80 587.7 [3501/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperands.cpp.o 2024-08-20T21:57:50.4614428Z #80 587.7 [3502/3615] Linking CXX executable bin/llvm-split 2024-08-20T21:57:50.5909688Z #80 588.0 [3503/3615] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/llvm-xray.cpp.o 2024-08-20T21:57:50.6924669Z #80 588.1 [3504/3615] Building CXX object tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/CSPreInliner.cpp.o 2024-08-20T21:57:50.8186503Z #80 588.1 [3505/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInstructionFlagsMIR.cpp.o 2024-08-20T21:57:50.8189765Z #80 588.1 [3506/3615] Building CXX object tools/llvm-yaml-numeric-parser-fuzzer/CMakeFiles/llvm-yaml-numeric-parser-fuzzer.dir/DummyYAMLNumericParserFuzzer.cpp.o 2024-08-20T21:57:50.8193372Z #80 588.2 [3507/3615] Building CXX object tools/llvm-yaml-parser-fuzzer/CMakeFiles/llvm-yaml-parser-fuzzer.dir/DummyYAMLParserFuzzer.cpp.o 2024-08-20T21:57:51.1314168Z #80 588.5 [3508/3615] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-color-helper.cpp.o 2024-08-20T21:57:51.2657665Z #80 588.6 [3509/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceIRReferences.cpp.o 2024-08-20T21:57:51.2660160Z #80 588.6 [3510/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/Delta.cpp.o 2024-08-20T21:57:51.2662786Z #80 588.6 [3511/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceUsingSimplifyCFG.cpp.o 2024-08-20T21:57:51.2665303Z #80 588.7 [3512/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/SimplifyInstructions.cpp.o 2024-08-20T21:57:51.3972666Z #80 588.7 [3513/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsSkip.cpp.o 2024-08-20T21:57:51.3975126Z #80 588.8 [3514/3615] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/func-id-helper.cpp.o 2024-08-20T21:57:51.3977667Z #80 588.8 [3515/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOpcodes.cpp.o 2024-08-20T21:57:51.6276959Z #80 588.8 [3516/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceVirtualRegisters.cpp.o 2024-08-20T21:57:51.6279698Z #80 588.9 [3517/3615] Building CXX object tools/llvm-strings/CMakeFiles/llvm-strings.dir/llvm-strings.cpp.o 2024-08-20T21:57:51.6281931Z #80 588.9 [3518/3615] Building CXX object tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink.cpp.o 2024-08-20T21:57:51.7344737Z #80 589.1 [3519/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/llvm-pdbutil.cpp.o 2024-08-20T21:57:51.8661769Z #80 589.2 [3520/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandBundles.cpp.o 2024-08-20T21:57:51.8664480Z #80 589.3 [3521/3615] Building CXX object tools/llvm-remarkutil/CMakeFiles/llvm-remarkutil.dir/RemarkUtil.cpp.o 2024-08-20T21:57:52.0020289Z #80 589.3 [3522/3615] Linking CXX executable bin/llvm-strings 2024-08-20T21:57:52.0021854Z #80 589.4 [3523/3615] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-registry.cpp.o 2024-08-20T21:57:52.0024181Z #80 589.4 [3524/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/StripDebugInfo.cpp.o 2024-08-20T21:57:52.1108849Z #80 589.5 [3525/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceRegisterMasks.cpp.o 2024-08-20T21:57:52.2287657Z #80 589.5 [3526/3615] Building CXX object tools/llvm-yaml-parser-fuzzer/CMakeFiles/llvm-yaml-parser-fuzzer.dir/yaml-parser-fuzzer.cpp.o 2024-08-20T21:57:52.2290270Z #80 589.6 [3527/3615] Building CXX object tools/remarks-shlib/CMakeFiles/Remarks.dir/libremarks.cpp.o 2024-08-20T21:57:52.3504745Z #80 589.6 [3528/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandsToArgs.cpp.o 2024-08-20T21:57:52.3506789Z #80 589.6 [3529/3615] Linking CXX executable bin/llvm-remarkutil 2024-08-20T21:57:52.3509738Z #80 589.7 [3530/3615] Building CXX object tools/llvm-yaml-numeric-parser-fuzzer/CMakeFiles/llvm-yaml-numeric-parser-fuzzer.dir/yaml-numeric-parser-fuzzer.cpp.o 2024-08-20T21:57:52.3512756Z #80 589.7 [3531/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceRegisterUses.cpp.o 2024-08-20T21:57:52.4805168Z #80 589.7 [3532/3615] Linking CXX shared library lib/libRemarks.so.16 2024-08-20T21:57:52.4806499Z #80 589.8 [3533/3615] Creating library symlink lib/libRemarks.so 2024-08-20T21:57:52.4808236Z #80 589.9 [3534/3615] Linking CXX executable bin/llvm-yaml-parser-fuzzer 2024-08-20T21:57:52.5988052Z #80 589.9 [3535/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/llvm-reduce.cpp.o 2024-08-20T21:57:52.5990033Z #80 590.0 [3536/3615] Linking CXX executable bin/llvm-yaml-numeric-parser-fuzzer 2024-08-20T21:57:52.7754901Z #80 590.0 [3537/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInstructionsMIR.cpp.o 2024-08-20T21:57:52.8150089Z #80 590.2 [3538/3615] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-fdr-dump.cpp.o 2024-08-20T21:57:52.9312588Z #80 590.3 [3539/3615] Linking CXX executable bin/llvm-lto2 2024-08-20T21:57:53.0834562Z #80 590.3 [3540/3615] Copying llvm-locstats into /llvm-build/./bin 2024-08-20T21:57:53.0836289Z #80 590.4 [3541/3615] Building CXX object tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/PerfReader.cpp.o 2024-08-20T21:57:53.0838707Z #80 590.5 [3542/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceRegisterDefs.cpp.o 2024-08-20T21:57:53.4659703Z #80 590.9 [3543/3615] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-extract.cpp.o 2024-08-20T21:57:53.6044955Z #80 590.9 [3544/3615] Building CXX object tools/llvm-remark-size-diff/CMakeFiles/llvm-remark-size-diff.dir/RemarkSizeDiff.cpp.o 2024-08-20T21:57:53.6047615Z #80 591.0 [3545/3615] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFDumper.cpp.o 2024-08-20T21:57:53.7200409Z #80 591.1 [3546/3615] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/minidump2yaml.cpp.o 2024-08-20T21:57:53.8269263Z #80 591.2 [3547/3615] Linking CXX executable bin/llvm-remark-size-diff 2024-08-20T21:57:54.0344893Z #80 591.4 [3548/3615] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/archive2yaml.cpp.o 2024-08-20T21:57:54.1780198Z #80 591.4 [3549/3615] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/offload2yaml.cpp.o 2024-08-20T21:57:54.1781422Z #80 591.5 [3550/3615] Linking CXX executable bin/verify-uselistorder 2024-08-20T21:57:54.1782274Z #80 591.6 [3551/3615] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/obj2yaml.cpp.o 2024-08-20T21:57:54.3589291Z #80 591.6 [3552/3615] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/dxcontainer2yaml.cpp.o 2024-08-20T21:57:54.3590421Z #80 591.7 [3553/3615] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/xcoff2yaml.cpp.o 2024-08-20T21:57:54.3591724Z #80 591.8 [3554/3615] Building CXX object tools/llvm-sim/CMakeFiles/llvm-sim.dir/llvm-sim.cpp.o 2024-08-20T21:57:54.4794155Z #80 591.8 [3555/3615] Building CXX object tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/llvm-symbolizer.cpp.o 2024-08-20T21:57:54.4795911Z #80 591.9 [3556/3615] Building CXX object tools/opt/CMakeFiles/opt.dir/AnalysisWrappers.cpp.o 2024-08-20T21:57:54.6675745Z #80 592.1 [3557/3615] Linking CXX executable bin/llvm-jitlink 2024-08-20T21:57:54.7946234Z #80 592.1 [3558/3615] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/DumpOutputStyle.cpp.o 2024-08-20T21:57:54.7948126Z #80 592.2 [3559/3615] Building CXX object tools/llvm-tli-checker/CMakeFiles/llvm-tli-checker.dir/llvm-tli-checker.cpp.o 2024-08-20T21:57:54.9191884Z #80 592.3 [3560/3615] Linking CXX executable bin/llvm-sim 2024-08-20T21:57:55.2190246Z #80 592.6 [3561/3615] Building CXX object tools/llvm-size/CMakeFiles/llvm-size.dir/llvm-size.cpp.o 2024-08-20T21:57:55.3421897Z #80 592.7 [3562/3615] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/RunIRPasses.cpp.o 2024-08-20T21:57:55.3424439Z #80 592.7 [3563/3615] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph-diff.cpp.o 2024-08-20T21:57:55.5565760Z #80 593.0 [3564/3615] Linking CXX executable bin/llvm-symbolizer 2024-08-20T21:57:55.6927492Z #80 593.0 [3565/3615] Generating ../../bin/llvm-addr2line 2024-08-20T21:57:55.6928504Z #80 593.1 [3566/3615] Linking CXX executable bin/c-index-test 2024-08-20T21:57:55.8572349Z #80 593.1 [3567/3615] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/coff2yaml.cpp.o 2024-08-20T21:57:55.8867863Z #80 593.3 [3568/3615] Linking CXX executable bin/llvm-tli-checker 2024-08-20T21:57:56.0738725Z #80 593.3 [3569/3615] Linking CXX executable bin/llvm-pdbutil 2024-08-20T21:57:56.0740170Z #80 593.5 [3570/3615] Building CXX object tools/sanstats/CMakeFiles/sanstats.dir/sanstats.cpp.o 2024-08-20T21:57:56.1742941Z #80 593.5 [3571/3615] Linking CXX executable bin/llvm-size 2024-08-20T21:57:56.1744637Z #80 593.5 [3572/3615] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph.cpp.o 2024-08-20T21:57:56.1746625Z #80 593.5 [3573/3615] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-converter.cpp.o 2024-08-20T21:57:56.1748658Z #80 593.6 [3574/3615] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-stacks.cpp.o 2024-08-20T21:57:56.1750363Z #80 593.6 [3575/3615] Building CXX object tools/opt/CMakeFiles/opt.dir/BreakpointPrinter.cpp.o 2024-08-20T21:57:56.3839360Z #80 593.6 [3576/3615] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/dwarf2yaml.cpp.o 2024-08-20T21:57:56.4600998Z #80 593.9 [3577/3615] Building CXX object tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/ProfileGenerator.cpp.o 2024-08-20T21:57:56.6528954Z #80 593.9 [3578/3615] Building CXX object tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2obj.cpp.o 2024-08-20T21:57:56.6531250Z #80 593.9 [3579/3615] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/MachODump.cpp.o 2024-08-20T21:57:56.8183195Z #80 594.2 [3580/3615] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/wasm2yaml.cpp.o 2024-08-20T21:57:57.0122928Z #80 594.4 [3581/3615] Building CXX object tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/ProfiledBinary.cpp.o 2024-08-20T21:57:57.2128230Z #80 594.5 [3582/3615] Linking CXX executable bin/sanstats 2024-08-20T21:57:57.2129802Z #80 594.6 [3583/3615] Building CXX object tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/llvm-rtdyld.cpp.o 2024-08-20T21:57:57.3987291Z #80 594.6 [3584/3615] Linking CXX executable bin/yaml2obj 2024-08-20T21:57:57.4773529Z #80 594.9 [3585/3615] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/llvm-objdump.cpp.o 2024-08-20T21:57:57.9408224Z #80 595.3 [3586/3615] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-account.cpp.o 2024-08-20T21:57:58.0725085Z #80 595.5 [3587/3615] Building CXX object unittests/Passes/CMakeFiles/DoublerPlugin.dir/DoublerPlugin.cpp.o 2024-08-20T21:57:58.2407210Z #80 595.5 [3588/3615] Linking CXX executable bin/llvm-rtdyld 2024-08-20T21:57:58.2408386Z #80 595.5 [3589/3615] Linking CXX shared module unittests/Passes/DoublerPlugin.so 2024-08-20T21:57:58.2410064Z #80 595.6 [3590/3615] Building CXX object unittests/Analysis/CMakeFiles/InlineAdvisorPlugin.dir/InlineAdvisorPlugin.cpp.o 2024-08-20T21:57:58.3781335Z #80 595.7 [3591/3615] Building CXX object unittests/Passes/CMakeFiles/TestPlugin.dir/TestPlugin.cpp.o 2024-08-20T21:57:58.3783312Z #80 595.7 [3592/3615] Linking CXX shared module unittests/Analysis/InlineAdvisorPlugin.so 2024-08-20T21:57:58.3784801Z #80 595.7 [3593/3615] Linking CXX shared module unittests/Passes/TestPlugin.so 2024-08-20T21:57:58.3786209Z #80 595.8 [3594/3615] Building CXX object examples/Bye/CMakeFiles/Bye.dir/Bye.cpp.o 2024-08-20T21:57:58.5891312Z #80 595.8 [3595/3615] Linking CXX shared module lib/Bye.so 2024-08-20T21:57:58.6033453Z #80 596.0 [3596/3615] Linking CXX executable bin/llvm-profgen 2024-08-20T21:57:58.7058165Z #80 596.1 [3597/3615] Linking CXX executable bin/llvm-objdump 2024-08-20T21:57:58.8623560Z #80 596.1 [3598/3615] Generating ../../bin/llvm-otool 2024-08-20T21:57:58.8970819Z #80 596.3 [3599/3615] Linking CXX executable bin/llvm-xray 2024-08-20T21:57:59.0128248Z #80 596.4 [3600/3615] Building CXX object examples/IRTransforms/CMakeFiles/ExampleIRTransforms.dir/SimplifyCFG.cpp.o 2024-08-20T21:57:59.0130186Z #80 596.4 [3601/3615] Linking CXX shared module lib/ExampleIRTransforms.so 2024-08-20T21:58:00.2145728Z #80 597.6 [3602/3615] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/macho2yaml.cpp.o 2024-08-20T21:58:00.3839590Z #80 597.8 [3603/3615] Linking CXX executable bin/llvm-reduce 2024-08-20T21:58:00.5290442Z #80 597.9 [3604/3615] Building CXX object tools/sancov/CMakeFiles/sancov.dir/sancov.cpp.o 2024-08-20T21:58:01.3829591Z #80 598.8 [3605/3615] Linking CXX executable bin/sancov 2024-08-20T21:58:01.6066573Z #80 598.9 [3606/3615] Building CXX object tools/opt/CMakeFiles/opt.dir/NewPMDriver.cpp.o 2024-08-20T21:58:02.6383877Z #80 600.0 [3607/3615] Linking CXX executable bin/clang-16 2024-08-20T21:58:02.8081672Z #80 600.1 [3608/3615] Creating executable symlink bin/clang 2024-08-20T21:58:02.9363055Z #80 600.3 [3609/3615] Building CXX object tools/opt/CMakeFiles/opt.dir/opt.cpp.o 2024-08-20T21:58:07.7385093Z #80 605.1 [3610/3615] Linking CXX executable bin/opt 2024-08-20T21:58:12.5447265Z #80 609.9 [3611/3615] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/elf2yaml.cpp.o 2024-08-20T21:58:13.2890348Z #80 610.7 [3612/3615] Linking CXX executable bin/obj2yaml 2024-08-20T21:58:30.5960727Z #80 628.0 [3613/3615] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ELFDumper.cpp.o 2024-08-20T21:58:31.3276042Z #80 628.7 [3614/3615] Linking CXX executable bin/llvm-readobj 2024-08-20T21:58:31.4274983Z #80 628.7 [3615/3615] Generating ../../bin/llvm-readelf 2024-08-20T21:58:31.4275694Z #80 628.7 + cmake --install llvm-build --prefix llvm-install 2024-08-20T21:58:31.4276615Z #80 628.7 -- Install configuration: "Release" 2024-08-20T21:58:31.4277180Z #80 628.7 -- Installing: //llvm-install/include/llvm 2024-08-20T21:58:31.4277954Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT 2024-08-20T21:58:31.4280069Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/APFixedPoint.h 2024-08-20T21:58:31.4280881Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/APFloat.h 2024-08-20T21:58:31.4281585Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/APInt.h 2024-08-20T21:58:31.4282917Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/APSInt.h 2024-08-20T21:58:31.4283774Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/AddressRanges.h 2024-08-20T21:58:31.4284554Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/AllocatorList.h 2024-08-20T21:58:31.4285298Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/Any.h 2024-08-20T21:58:31.4286004Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/ArrayRef.h 2024-08-20T21:58:31.4286743Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/BitVector.h 2024-08-20T21:58:31.4287494Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/Bitfields.h 2024-08-20T21:58:31.4288251Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/BitmaskEnum.h 2024-08-20T21:58:31.4289075Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/BreadthFirstIterator.h 2024-08-20T21:58:31.4289942Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/CachedHashString.h 2024-08-20T21:58:31.4290875Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/CoalescingBitVector.h 2024-08-20T21:58:31.4291755Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/CombinationGenerator.h 2024-08-20T21:58:31.4292623Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/DAGDeltaAlgorithm.h 2024-08-20T21:58:31.4293447Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/DeltaAlgorithm.h 2024-08-20T21:58:31.4294202Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/DenseMap.h 2024-08-20T21:58:31.4294963Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/DenseMapInfo.h 2024-08-20T21:58:31.4295837Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/DenseSet.h 2024-08-20T21:58:31.4296618Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/DepthFirstIterator.h 2024-08-20T21:58:31.4297446Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/DirectedGraph.h 2024-08-20T21:58:31.4298251Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/EnumeratedArray.h 2024-08-20T21:58:31.4299038Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/EpochTracker.h 2024-08-20T21:58:31.4299863Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/EquivalenceClasses.h 2024-08-20T21:58:31.4300716Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/FloatingPointMode.h 2024-08-20T21:58:31.4301515Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/FoldingSet.h 2024-08-20T21:58:31.4302278Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/FunctionExtras.h 2024-08-20T21:58:31.4303166Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/GenericCycleImpl.h 2024-08-20T21:58:31.4304013Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/GenericCycleInfo.h 2024-08-20T21:58:31.4304837Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/GenericSSAContext.h 2024-08-20T21:58:31.4305706Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/GenericUniformityImpl.h 2024-08-20T21:58:31.4306596Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/GenericUniformityInfo.h 2024-08-20T21:58:31.4307405Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/GraphTraits.h 2024-08-20T21:58:31.4308193Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/Hashing.h 2024-08-20T21:58:31.4308950Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/ImmutableList.h 2024-08-20T21:58:31.4309731Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/ImmutableMap.h 2024-08-20T21:58:31.4310493Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/ImmutableSet.h 2024-08-20T21:58:31.4311256Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/IndexedMap.h 2024-08-20T21:58:31.4312052Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/IntEqClasses.h 2024-08-20T21:58:31.4312809Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/IntervalMap.h 2024-08-20T21:58:31.4313570Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/IntervalTree.h 2024-08-20T21:58:31.4314382Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/IntrusiveRefCntPtr.h 2024-08-20T21:58:31.4315158Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/MapVector.h 2024-08-20T21:58:31.4315879Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/None.h 2024-08-20T21:58:31.4316592Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/Optional.h 2024-08-20T21:58:31.4317344Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/PackedVector.h 2024-08-20T21:58:31.4318146Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/PointerEmbeddedInt.h 2024-08-20T21:58:31.4318971Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/PointerIntPair.h 2024-08-20T21:58:31.4319878Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/PointerSumType.h 2024-08-20T21:58:31.4320664Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/PointerUnion.h 2024-08-20T21:58:31.4321481Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/PostOrderIterator.h 2024-08-20T21:58:31.4322298Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/PriorityQueue.h 2024-08-20T21:58:31.4323091Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/PriorityWorklist.h 2024-08-20T21:58:31.4323890Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/SCCIterator.h 2024-08-20T21:58:31.4324640Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/STLExtras.h 2024-08-20T21:58:31.4325418Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/STLForwardCompat.h 2024-08-20T21:58:31.4326263Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/STLFunctionalExtras.h 2024-08-20T21:58:31.4327071Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/ScopeExit.h 2024-08-20T21:58:31.4327900Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/ScopedHashTable.h 2024-08-20T21:58:31.4328650Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/Sequence.h 2024-08-20T21:58:31.4329407Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/SetOperations.h 2024-08-20T21:58:31.4330170Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/SetVector.h 2024-08-20T21:58:31.4330926Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/SmallBitVector.h 2024-08-20T21:58:31.4331715Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/SmallPtrSet.h 2024-08-20T21:58:31.4332462Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/SmallSet.h 2024-08-20T21:58:31.4333198Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/SmallString.h 2024-08-20T21:58:31.4334104Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/SmallVector.h 2024-08-20T21:58:31.4334935Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/SparseBitVector.h 2024-08-20T21:58:31.4335735Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/SparseMultiSet.h 2024-08-20T21:58:31.4336507Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/SparseSet.h 2024-08-20T21:58:31.4337247Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/Statistic.h 2024-08-20T21:58:31.4338010Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/StringExtras.h 2024-08-20T21:58:31.4338755Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/StringMap.h 2024-08-20T21:58:31.4339582Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/StringMapEntry.h 2024-08-20T21:58:31.4340352Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/StringRef.h 2024-08-20T21:58:31.4341077Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/StringSet.h 2024-08-20T21:58:31.4341835Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/StringSwitch.h 2024-08-20T21:58:31.4342622Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/TinyPtrVector.h 2024-08-20T21:58:31.4343358Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/Triple.h 2024-08-20T21:58:31.4344101Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/Twine.h 2024-08-20T21:58:31.4344827Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/TypeSwitch.h 2024-08-20T21:58:31.4345577Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/Uniformity.h 2024-08-20T21:58:31.4346329Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/UniqueVector.h 2024-08-20T21:58:31.4347051Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/bit.h 2024-08-20T21:58:31.4347782Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/edit_distance.h 2024-08-20T21:58:31.4348578Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/fallible_iterator.h 2024-08-20T21:58:31.4349353Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/identity.h 2024-08-20T21:58:31.4350070Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/ilist.h 2024-08-20T21:58:31.4350779Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/ilist_base.h 2024-08-20T21:58:31.4351546Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/ilist_iterator.h 2024-08-20T21:58:31.4352315Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/ilist_node.h 2024-08-20T21:58:31.4353077Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/ilist_node_base.h 2024-08-20T21:58:31.4353892Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/ilist_node_options.h 2024-08-20T21:58:31.4354672Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/iterator.h 2024-08-20T21:58:31.4355431Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/iterator_range.h 2024-08-20T21:58:31.4356194Z #80 628.7 -- Installing: //llvm-install/include/llvm/ADT/simple_ilist.h 2024-08-20T21:58:31.4356910Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis 2024-08-20T21:58:31.4357674Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/AliasAnalysis.h 2024-08-20T21:58:31.4358580Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/AliasAnalysisEvaluator.h 2024-08-20T21:58:31.4359549Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/AliasSetTracker.h 2024-08-20T21:58:31.4360534Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/AssumeBundleQueries.h 2024-08-20T21:58:31.4361422Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/AssumptionCache.h 2024-08-20T21:58:31.4362309Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/BasicAliasAnalysis.h 2024-08-20T21:58:31.4363216Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/BlockFrequencyInfo.h 2024-08-20T21:58:31.4364159Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/BlockFrequencyInfoImpl.h 2024-08-20T21:58:31.4365114Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/BranchProbabilityInfo.h 2024-08-20T21:58:31.4365954Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/CFG.h 2024-08-20T21:58:31.4366778Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/CFGPrinter.h 2024-08-20T21:58:31.4367604Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/CFGSCCPrinter.h 2024-08-20T21:58:31.4368476Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/CGSCCPassManager.h 2024-08-20T21:58:31.4369321Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/CallGraph.h 2024-08-20T21:58:31.4370149Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/CallGraphSCCPass.h 2024-08-20T21:58:31.4371010Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/CallPrinter.h 2024-08-20T21:58:31.4371904Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/CaptureTracking.h 2024-08-20T21:58:31.4372781Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/CmpInstAnalysis.h 2024-08-20T21:58:31.4373619Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/CodeMetrics.h 2024-08-20T21:58:31.4374470Z #80 628.7 -- Installing: //llvm-install/include/llvm/Analysis/ConstantFolding.h 2024-08-20T21:58:31.4375347Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ConstraintSystem.h 2024-08-20T21:58:31.4376207Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/CostModel.h 2024-08-20T21:58:31.4377036Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/CycleAnalysis.h 2024-08-20T21:58:31.4377821Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/DDG.h 2024-08-20T21:58:31.4378574Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/DDGPrinter.h 2024-08-20T21:58:31.4379434Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/DOTGraphTraitsPass.h 2024-08-20T21:58:31.4380324Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/Delinearization.h 2024-08-20T21:58:31.4381166Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/DemandedBits.h 2024-08-20T21:58:31.4382037Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/DependenceAnalysis.h 2024-08-20T21:58:31.4382980Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/DependenceGraphBuilder.h 2024-08-20T21:58:31.4383924Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/DivergenceAnalysis.h 2024-08-20T21:58:31.4384768Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/DomPrinter.h 2024-08-20T21:58:31.4385602Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/DomTreeUpdater.h 2024-08-20T21:58:31.4386476Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/DominanceFrontier.h 2024-08-20T21:58:31.4387393Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/DominanceFrontierImpl.h 2024-08-20T21:58:31.4388310Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/EHPersonalities.h 2024-08-20T21:58:31.4389264Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/FunctionPropertiesAnalysis.h 2024-08-20T21:58:31.4390195Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/GlobalsModRef.h 2024-08-20T21:58:31.4391009Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/GuardUtils.h 2024-08-20T21:58:31.4391863Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/HeatUtils.h 2024-08-20T21:58:31.4392753Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/IRSimilarityIdentifier.h 2024-08-20T21:58:31.4393649Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/IVDescriptors.h 2024-08-20T21:58:31.4394458Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/IVUsers.h 2024-08-20T21:58:31.4395403Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/IndirectCallPromotionAnalysis.h 2024-08-20T21:58:31.4396403Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/IndirectCallVisitor.h 2024-08-20T21:58:31.4397298Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/InlineAdvisor.h 2024-08-20T21:58:31.4398118Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/InlineCost.h 2024-08-20T21:58:31.4399009Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/InlineModelFeatureMaps.h 2024-08-20T21:58:31.4400020Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/InlineOrder.h 2024-08-20T21:58:31.4400975Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h 2024-08-20T21:58:31.4401902Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/InstCount.h 2024-08-20T21:58:31.4402743Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/InstSimplifyFolder.h 2024-08-20T21:58:31.4403753Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/InstructionPrecedenceTracking.h 2024-08-20T21:58:31.4404800Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/InstructionSimplify.h 2024-08-20T21:58:31.4405653Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/Interval.h 2024-08-20T21:58:31.4406488Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/IntervalIterator.h 2024-08-20T21:58:31.4407377Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/IntervalPartition.h 2024-08-20T21:58:31.4408337Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/IteratedDominanceFrontier.h 2024-08-20T21:58:31.4409351Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LazyBlockFrequencyInfo.h 2024-08-20T21:58:31.4421261Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LazyBranchProbabilityInfo.h 2024-08-20T21:58:31.4422362Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LazyCallGraph.h 2024-08-20T21:58:31.4423229Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LazyValueInfo.h 2024-08-20T21:58:31.4424167Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LegacyDivergenceAnalysis.h 2024-08-20T21:58:31.4425044Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/Lint.h 2024-08-20T21:58:31.4425796Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/Loads.h 2024-08-20T21:58:31.4426629Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LoopAccessAnalysis.h 2024-08-20T21:58:31.4427543Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LoopAnalysisManager.h 2024-08-20T21:58:31.4428463Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LoopCacheAnalysis.h 2024-08-20T21:58:31.4429304Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LoopInfo.h 2024-08-20T21:58:31.4430110Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LoopInfoImpl.h 2024-08-20T21:58:31.4430951Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LoopIterator.h 2024-08-20T21:58:31.4431814Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LoopNestAnalysis.h 2024-08-20T21:58:31.4432637Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LoopPass.h 2024-08-20T21:58:31.4433486Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/LoopUnrollAnalyzer.h 2024-08-20T21:58:31.4434525Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/MLInlineAdvisor.h 2024-08-20T21:58:31.4435387Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/MLModelRunner.h 2024-08-20T21:58:31.4436364Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/MemDerefPrinter.h 2024-08-20T21:58:31.4437237Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/MemoryBuiltins.h 2024-08-20T21:58:31.4438175Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/MemoryDependenceAnalysis.h 2024-08-20T21:58:31.4439093Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/MemoryLocation.h 2024-08-20T21:58:31.4440062Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/MemoryProfileInfo.h 2024-08-20T21:58:31.4440910Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/MemorySSA.h 2024-08-20T21:58:31.4441742Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/MemorySSAUpdater.h 2024-08-20T21:58:31.4442692Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ModelUnderTrainingRunner.h 2024-08-20T21:58:31.4443676Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ModuleDebugInfoPrinter.h 2024-08-20T21:58:31.4444713Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ModuleSummaryAnalysis.h 2024-08-20T21:58:31.4445601Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/MustExecute.h 2024-08-20T21:58:31.4446510Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/NoInferenceModelRunner.h 2024-08-20T21:58:31.4447479Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ObjCARCAliasAnalysis.h 2024-08-20T21:58:31.4448417Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ObjCARCAnalysisUtils.h 2024-08-20T21:58:31.4449373Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ObjCARCInstKind.h 2024-08-20T21:58:31.4450226Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ObjCARCUtil.h 2024-08-20T21:58:31.4451156Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/OptimizationRemarkEmitter.h 2024-08-20T21:58:31.4452122Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/OverflowInstAnalysis.h 2024-08-20T21:58:31.4453023Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/PHITransAddr.h 2024-08-20T21:58:31.4453835Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/Passes.h 2024-08-20T21:58:31.4454650Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/PhiValues.h 2024-08-20T21:58:31.4455485Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/PostDominators.h 2024-08-20T21:58:31.4456367Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ProfileSummaryInfo.h 2024-08-20T21:58:31.4457228Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/PtrUseVisitor.h 2024-08-20T21:58:31.4458057Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/RegionInfo.h 2024-08-20T21:58:31.4458895Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/RegionInfoImpl.h 2024-08-20T21:58:31.4459753Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/RegionIterator.h 2024-08-20T21:58:31.4460969Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/RegionPass.h 2024-08-20T21:58:31.4461802Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/RegionPrinter.h 2024-08-20T21:58:31.4462717Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ReleaseModeModelRunner.h 2024-08-20T21:58:31.4463657Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ReplayInlineAdvisor.h 2024-08-20T21:58:31.4464556Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ScalarEvolution.h 2024-08-20T21:58:31.4465538Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h 2024-08-20T21:58:31.4466561Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ScalarEvolutionDivision.h 2024-08-20T21:58:31.4467576Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ScalarEvolutionExpressions.h 2024-08-20T21:58:31.4468633Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ScalarEvolutionNormalization.h 2024-08-20T21:58:31.4469596Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ScalarFuncs.def 2024-08-20T21:58:31.4470481Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ScopedNoAliasAA.h 2024-08-20T21:58:31.4471373Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/SparsePropagation.h 2024-08-20T21:58:31.4472249Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/StackLifetime.h 2024-08-20T21:58:31.4473127Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/StackSafetyAnalysis.h 2024-08-20T21:58:31.4474084Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/SyncDependenceAnalysis.h 2024-08-20T21:58:31.4475051Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/SyntheticCountsUtils.h 2024-08-20T21:58:31.4475943Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/TargetFolder.h 2024-08-20T21:58:31.4476820Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/TargetLibraryInfo.def 2024-08-20T21:58:31.4477731Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/TargetLibraryInfo.h 2024-08-20T21:58:31.4478673Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/TargetTransformInfo.h 2024-08-20T21:58:31.4479712Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/TargetTransformInfoImpl.h 2024-08-20T21:58:31.4480610Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/TensorSpec.h 2024-08-20T21:58:31.4481392Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/Trace.h 2024-08-20T21:58:31.4482252Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/TypeBasedAliasAnalysis.h 2024-08-20T21:58:31.4483220Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/TypeMetadataUtils.h 2024-08-20T21:58:31.4484119Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/UniformityAnalysis.h 2024-08-20T21:58:31.4484940Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/Utils 2024-08-20T21:58:31.4485954Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h 2024-08-20T21:58:31.4487006Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/Utils/Local.h 2024-08-20T21:58:31.4487841Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/Utils/TFUtils.h 2024-08-20T21:58:31.4488749Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/Utils/TrainingLogger.h 2024-08-20T21:58:31.4489638Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ValueLattice.h 2024-08-20T21:58:31.4490503Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ValueLatticeUtils.h 2024-08-20T21:58:31.4491359Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/ValueTracking.h 2024-08-20T21:58:31.4492185Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/VecFuncs.def 2024-08-20T21:58:31.4493001Z #80 628.8 -- Installing: //llvm-install/include/llvm/Analysis/VectorUtils.h 2024-08-20T21:58:31.4493754Z #80 628.8 -- Installing: //llvm-install/include/llvm/AsmParser 2024-08-20T21:58:31.4494479Z #80 628.8 -- Installing: //llvm-install/include/llvm/AsmParser/LLLexer.h 2024-08-20T21:58:31.4495274Z #80 628.8 -- Installing: //llvm-install/include/llvm/AsmParser/LLParser.h 2024-08-20T21:58:31.4496071Z #80 628.8 -- Installing: //llvm-install/include/llvm/AsmParser/LLToken.h 2024-08-20T21:58:31.4496841Z #80 628.8 -- Installing: //llvm-install/include/llvm/AsmParser/Parser.h 2024-08-20T21:58:31.4497654Z #80 628.8 -- Installing: //llvm-install/include/llvm/AsmParser/SlotMapping.h 2024-08-20T21:58:31.4498427Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat 2024-08-20T21:58:31.4499288Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h 2024-08-20T21:58:31.4500196Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/COFF.h 2024-08-20T21:58:31.4501023Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/DXContainer.h 2024-08-20T21:58:31.4501960Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/DXContainerConstants.def 2024-08-20T21:58:31.4502881Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/Dwarf.def 2024-08-20T21:58:31.4503724Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/Dwarf.h 2024-08-20T21:58:31.4504573Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/DynamicTags.def 2024-08-20T21:58:31.4505391Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELF.h 2024-08-20T21:58:31.4506192Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs 2024-08-20T21:58:31.4507101Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/AArch64.def 2024-08-20T21:58:31.4508057Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def 2024-08-20T21:58:31.4508994Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/ARC.def 2024-08-20T21:58:31.4509907Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/ARM.def 2024-08-20T21:58:31.4510825Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/AVR.def 2024-08-20T21:58:31.4511757Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/BPF.def 2024-08-20T21:58:31.4512685Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/CSKY.def 2024-08-20T21:58:31.4513640Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def 2024-08-20T21:58:31.4514583Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/Lanai.def 2024-08-20T21:58:31.4515553Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def 2024-08-20T21:58:31.4516546Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/M68k.def 2024-08-20T21:58:31.4517488Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/MSP430.def 2024-08-20T21:58:31.4518437Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/Mips.def 2024-08-20T21:58:31.4519393Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def 2024-08-20T21:58:31.4520473Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def 2024-08-20T21:58:31.4521484Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/RISCV.def 2024-08-20T21:58:31.4522433Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/Sparc.def 2024-08-20T21:58:31.4523398Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def 2024-08-20T21:58:31.4524315Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/VE.def 2024-08-20T21:58:31.4525246Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/Xtensa.def 2024-08-20T21:58:31.4526202Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/i386.def 2024-08-20T21:58:31.4527132Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/ELFRelocs/x86_64.def 2024-08-20T21:58:31.4528006Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/GOFF.h 2024-08-20T21:58:31.4528816Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/MachO.def 2024-08-20T21:58:31.4529634Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/MachO.h 2024-08-20T21:58:31.4530416Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/Magic.h 2024-08-20T21:58:31.4531235Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/Minidump.h 2024-08-20T21:58:31.4532151Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/MinidumpConstants.def 2024-08-20T21:58:31.4533054Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/MsgPack.def 2024-08-20T21:58:31.4534011Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/MsgPack.h 2024-08-20T21:58:31.4534900Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/MsgPackDocument.h 2024-08-20T21:58:31.4535800Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/MsgPackReader.h 2024-08-20T21:58:31.4536703Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/MsgPackWriter.h 2024-08-20T21:58:31.4537631Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/Swift.def 2024-08-20T21:58:31.4538451Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/Swift.h 2024-08-20T21:58:31.4539236Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/Wasm.h 2024-08-20T21:58:31.4540081Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/WasmRelocs.def 2024-08-20T21:58:31.4540955Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/WasmTraits.h 2024-08-20T21:58:31.4541767Z #80 628.8 -- Installing: //llvm-install/include/llvm/BinaryFormat/XCOFF.h 2024-08-20T21:58:31.4542493Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitcode 2024-08-20T21:58:31.4543259Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitcode/BitcodeAnalyzer.h 2024-08-20T21:58:31.4544092Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitcode/BitcodeCommon.h 2024-08-20T21:58:31.4545006Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitcode/BitcodeConvenience.h 2024-08-20T21:58:31.4545877Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitcode/BitcodeReader.h 2024-08-20T21:58:31.4546715Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitcode/BitcodeWriter.h 2024-08-20T21:58:31.4547564Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitcode/BitcodeWriterPass.h 2024-08-20T21:58:31.4548421Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitcode/LLVMBitCodes.h 2024-08-20T21:58:31.4549180Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitstream 2024-08-20T21:58:31.4551112Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitstream/BitCodeEnums.h 2024-08-20T21:58:31.4551968Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitstream/BitCodes.h 2024-08-20T21:58:31.4552818Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitstream/BitstreamReader.h 2024-08-20T21:58:31.4553695Z #80 628.8 -- Installing: //llvm-install/include/llvm/Bitstream/BitstreamWriter.h 2024-08-20T21:58:31.4554470Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen 2024-08-20T21:58:31.4555255Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/AccelTable.h 2024-08-20T21:58:31.4556046Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/Analysis.h 2024-08-20T21:58:31.4556850Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/AntiDepBreaker.h 2024-08-20T21:58:31.4557671Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/AsmPrinter.h 2024-08-20T21:58:31.4558514Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/AsmPrinterHandler.h 2024-08-20T21:58:31.4559461Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/AssignmentTrackingAnalysis.h 2024-08-20T21:58:31.4560499Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/AtomicExpandUtils.h 2024-08-20T21:58:31.4561430Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/BasicBlockSectionUtils.h 2024-08-20T21:58:31.4562471Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h 2024-08-20T21:58:31.4563448Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/BasicTTIImpl.h 2024-08-20T21:58:31.4564254Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/CFIFixup.h 2024-08-20T21:58:31.4565060Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/CSEConfigBase.h 2024-08-20T21:58:31.4565915Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/CalcSpillWeights.h 2024-08-20T21:58:31.4566784Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/CallingConvLower.h 2024-08-20T21:58:31.4567667Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/CodeGenCommonISel.h 2024-08-20T21:58:31.4568542Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/CodeGenPassBuilder.h 2024-08-20T21:58:31.4569404Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/CommandFlags.h 2024-08-20T21:58:31.4570330Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ComplexDeinterleavingPass.h 2024-08-20T21:58:31.4571255Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/CostTable.h 2024-08-20T21:58:31.4572046Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/DAGCombine.h 2024-08-20T21:58:31.4572868Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/DFAPacketizer.h 2024-08-20T21:58:31.4573650Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/DIE.h 2024-08-20T21:58:31.4574395Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/DIEValue.def 2024-08-20T21:58:31.4575311Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/DbgEntityHistoryCalculator.h 2024-08-20T21:58:31.4576257Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/DebugHandlerBase.h 2024-08-20T21:58:31.4577149Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/DwarfStringPoolEntry.h 2024-08-20T21:58:31.4578017Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/EdgeBundles.h 2024-08-20T21:58:31.4578897Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ExecutionDomainFix.h 2024-08-20T21:58:31.4579769Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ExpandReductions.h 2024-08-20T21:58:31.4580695Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ExpandVectorPredication.h 2024-08-20T21:58:31.4581572Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/FastISel.h 2024-08-20T21:58:31.4582356Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/FaultMaps.h 2024-08-20T21:58:31.4583207Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/FunctionLoweringInfo.h 2024-08-20T21:58:31.4584099Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GCMetadata.h 2024-08-20T21:58:31.4584943Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GCMetadataPrinter.h 2024-08-20T21:58:31.4585759Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel 2024-08-20T21:58:31.4586592Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/CSEInfo.h 2024-08-20T21:58:31.4587526Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h 2024-08-20T21:58:31.4588510Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/CallLowering.h 2024-08-20T21:58:31.4589436Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/Combiner.h 2024-08-20T21:58:31.4590384Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/CombinerHelper.h 2024-08-20T21:58:31.4591354Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/CombinerInfo.h 2024-08-20T21:58:31.4592365Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h 2024-08-20T21:58:31.4593392Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h 2024-08-20T21:58:31.4594370Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/GISelWorkList.h 2024-08-20T21:58:31.4595404Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h 2024-08-20T21:58:31.4596428Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/IRTranslator.h 2024-08-20T21:58:31.4597437Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h 2024-08-20T21:58:31.4598464Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/InstructionSelect.h 2024-08-20T21:58:31.4599522Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/InstructionSelector.h 2024-08-20T21:58:31.4600739Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h 2024-08-20T21:58:31.4601853Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h 2024-08-20T21:58:31.4602997Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h 2024-08-20T21:58:31.4604061Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/Legalizer.h 2024-08-20T21:58:31.4605071Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h 2024-08-20T21:58:31.4606046Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h 2024-08-20T21:58:31.4607011Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h 2024-08-20T21:58:31.4607955Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/Localizer.h 2024-08-20T21:58:31.4608965Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h 2024-08-20T21:58:31.4609990Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h 2024-08-20T21:58:31.4610990Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h 2024-08-20T21:58:31.4611981Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/RegBankSelect.h 2024-08-20T21:58:31.4612915Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/GlobalISel/Utils.h 2024-08-20T21:58:31.4613747Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ISDOpcodes.h 2024-08-20T21:58:31.4614571Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/IndirectThunks.h 2024-08-20T21:58:31.4615434Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/IntrinsicLowering.h 2024-08-20T21:58:31.4616334Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LatencyPriorityQueue.h 2024-08-20T21:58:31.4617354Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h 2024-08-20T21:58:31.4618342Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LexicalScopes.h 2024-08-20T21:58:31.4619268Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LinkAllAsmWriterComponents.h 2024-08-20T21:58:31.4620273Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LinkAllCodegenComponents.h 2024-08-20T21:58:31.4621185Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LiveInterval.h 2024-08-20T21:58:31.4622029Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LiveIntervalCalc.h 2024-08-20T21:58:31.4622938Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LiveIntervalUnion.h 2024-08-20T21:58:31.4623803Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LiveIntervals.h 2024-08-20T21:58:31.4624639Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LivePhysRegs.h 2024-08-20T21:58:31.4625465Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LiveRangeCalc.h 2024-08-20T21:58:31.4626302Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LiveRangeEdit.h 2024-08-20T21:58:31.4627136Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LiveRegMatrix.h 2024-08-20T21:58:31.4627959Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LiveRegUnits.h 2024-08-20T21:58:31.4628775Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LiveStacks.h 2024-08-20T21:58:31.4629592Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LiveVariables.h 2024-08-20T21:58:31.4630415Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LoopTraversal.h 2024-08-20T21:58:31.4631243Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/LowLevelType.h 2024-08-20T21:58:31.4632065Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MBFIWrapper.h 2024-08-20T21:58:31.4632909Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MIRFSDiscriminator.h 2024-08-20T21:58:31.4633890Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MIRFormatter.h 2024-08-20T21:58:31.4634696Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MIRParser 2024-08-20T21:58:31.4635528Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MIRParser/MIParser.h 2024-08-20T21:58:31.4636410Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MIRParser/MIRParser.h 2024-08-20T21:58:31.4637257Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MIRPrinter.h 2024-08-20T21:58:31.4638101Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MIRSampleProfile.h 2024-08-20T21:58:31.4639013Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MIRYamlMapping.h 2024-08-20T21:58:31.4639933Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachORelocation.h 2024-08-20T21:58:31.4640816Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineBasicBlock.h 2024-08-20T21:58:31.4641749Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineBlockFrequencyInfo.h 2024-08-20T21:58:31.4642788Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineBranchProbabilityInfo.h 2024-08-20T21:58:31.4643762Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineCFGPrinter.h 2024-08-20T21:58:31.4644692Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineCombinerPattern.h 2024-08-20T21:58:31.4645614Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineConstantPool.h 2024-08-20T21:58:31.4646585Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineCycleAnalysis.h 2024-08-20T21:58:31.4647551Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineDominanceFrontier.h 2024-08-20T21:58:31.4648470Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineDominators.h 2024-08-20T21:58:31.4649354Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineFrameInfo.h 2024-08-20T21:58:31.4650222Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineFunction.h 2024-08-20T21:58:31.4651105Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineFunctionPass.h 2024-08-20T21:58:31.4652011Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineInstr.h 2024-08-20T21:58:31.4652880Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineInstrBuilder.h 2024-08-20T21:58:31.4653777Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineInstrBundle.h 2024-08-20T21:58:31.4654725Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineInstrBundleIterator.h 2024-08-20T21:58:31.4655707Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineJumpTableInfo.h 2024-08-20T21:58:31.4656648Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineLoopInfo.h 2024-08-20T21:58:31.4657503Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineLoopUtils.h 2024-08-20T21:58:31.4658379Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineMemOperand.h 2024-08-20T21:58:31.4659296Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineModuleInfo.h 2024-08-20T21:58:31.4660223Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineModuleInfoImpls.h 2024-08-20T21:58:31.4661185Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineModuleSlotTracker.h 2024-08-20T21:58:31.4662106Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineOperand.h 2024-08-20T21:58:31.4663109Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h 2024-08-20T21:58:31.4664087Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineOutliner.h 2024-08-20T21:58:31.4664963Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachinePassManager.h 2024-08-20T21:58:31.4665887Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachinePassRegistry.def 2024-08-20T21:58:31.4666797Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachinePassRegistry.h 2024-08-20T21:58:31.4667689Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachinePipeliner.h 2024-08-20T21:58:31.4668603Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachinePostDominators.h 2024-08-20T21:58:31.4669515Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineRegionInfo.h 2024-08-20T21:58:31.4670397Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineRegisterInfo.h 2024-08-20T21:58:31.4671289Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineSSAContext.h 2024-08-20T21:58:31.4672200Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineSSAUpdater.h 2024-08-20T21:58:31.4673068Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineScheduler.h 2024-08-20T21:58:31.4673930Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineSizeOpts.h 2024-08-20T21:58:31.4674795Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineStableHash.h 2024-08-20T21:58:31.4675675Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineTraceMetrics.h 2024-08-20T21:58:31.4676634Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MachineUniformityAnalysis.h 2024-08-20T21:58:31.4677540Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MacroFusion.h 2024-08-20T21:58:31.4678365Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ModuloSchedule.h 2024-08-20T21:58:31.4679255Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/MultiHazardRecognizer.h 2024-08-20T21:58:31.4680352Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/NonRelocatableStringpool.h 2024-08-20T21:58:31.4681210Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/PBQP 2024-08-20T21:58:31.4682007Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/PBQP/CostAllocator.h 2024-08-20T21:58:31.4682855Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/PBQP/Graph.h 2024-08-20T21:58:31.4683651Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/PBQP/Math.h 2024-08-20T21:58:31.4684481Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/PBQP/ReductionRules.h 2024-08-20T21:58:31.4685386Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/PBQP/Solution.h 2024-08-20T21:58:31.4686248Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/PBQPRAConstraint.h 2024-08-20T21:58:31.4687085Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ParallelCG.h 2024-08-20T21:58:31.4687850Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/Passes.h 2024-08-20T21:58:31.4688734Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/PreISelIntrinsicLowering.h 2024-08-20T21:58:31.4689706Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/PseudoSourceValue.h 2024-08-20T21:58:31.4690525Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RDFGraph.h 2024-08-20T21:58:31.4691319Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RDFLiveness.h 2024-08-20T21:58:31.4692132Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RDFRegisters.h 2024-08-20T21:58:31.4692989Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ReachingDefAnalysis.h 2024-08-20T21:58:31.4693864Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RegAllocCommon.h 2024-08-20T21:58:31.4694703Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RegAllocPBQP.h 2024-08-20T21:58:31.4695557Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RegAllocRegistry.h 2024-08-20T21:58:31.4696369Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/Register.h 2024-08-20T21:58:31.4697171Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RegisterBank.h 2024-08-20T21:58:31.4698023Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RegisterBankInfo.h 2024-08-20T21:58:31.4698885Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RegisterClassInfo.h 2024-08-20T21:58:31.4699760Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RegisterPressure.h 2024-08-20T21:58:31.4700638Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RegisterScavenging.h 2024-08-20T21:58:31.4701513Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RegisterUsageInfo.h 2024-08-20T21:58:31.4702392Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ReplaceWithVeclib.h 2024-08-20T21:58:31.4703313Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ResourcePriorityQueue.h 2024-08-20T21:58:31.4704219Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/RuntimeLibcalls.h 2024-08-20T21:58:31.4705104Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/SDNodeProperties.td 2024-08-20T21:58:31.4705952Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ScheduleDAG.h 2024-08-20T21:58:31.4706798Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ScheduleDAGInstrs.h 2024-08-20T21:58:31.4707681Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ScheduleDAGMutation.h 2024-08-20T21:58:31.4708539Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ScheduleDFS.h 2024-08-20T21:58:31.4709444Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ScheduleHazardRecognizer.h 2024-08-20T21:58:31.4710367Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/SchedulerRegistry.h 2024-08-20T21:58:31.4711321Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ScoreboardHazardRecognizer.h 2024-08-20T21:58:31.4712239Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/SelectionDAG.h 2024-08-20T21:58:31.4713208Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h 2024-08-20T21:58:31.4714149Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/SelectionDAGISel.h 2024-08-20T21:58:31.4715028Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/SelectionDAGNodes.h 2024-08-20T21:58:31.4715953Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/SelectionDAGTargetInfo.h 2024-08-20T21:58:31.4716822Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/SlotIndexes.h 2024-08-20T21:58:31.4717636Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/Spiller.h 2024-08-20T21:58:31.4718442Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/StableHashing.h 2024-08-20T21:58:31.4719240Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/StackMaps.h 2024-08-20T21:58:31.4720152Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/StackProtector.h 2024-08-20T21:58:31.4721069Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/SwiftErrorValueTracking.h 2024-08-20T21:58:31.4722017Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/SwitchLoweringUtils.h 2024-08-20T21:58:31.4722913Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TailDuplicator.h 2024-08-20T21:58:31.4723783Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TargetCallingConv.h 2024-08-20T21:58:31.4724676Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TargetFrameLowering.h 2024-08-20T21:58:31.4725541Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TargetInstrInfo.h 2024-08-20T21:58:31.4726393Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TargetLowering.h 2024-08-20T21:58:31.4727356Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h 2024-08-20T21:58:31.4728309Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TargetOpcodes.h 2024-08-20T21:58:31.4729159Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TargetPassConfig.h 2024-08-20T21:58:31.4730045Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TargetRegisterInfo.h 2024-08-20T21:58:31.4730915Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TargetSchedule.h 2024-08-20T21:58:31.4731782Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TargetSubtargetInfo.h 2024-08-20T21:58:31.4732650Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TileShapeInfo.h 2024-08-20T21:58:31.4733494Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/TypePromotion.h 2024-08-20T21:58:31.4734495Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/UnreachableBlockElim.h 2024-08-20T21:58:31.4735434Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/VLIWMachineScheduler.h 2024-08-20T21:58:31.4736354Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ValueTypes.h 2024-08-20T21:58:31.4737159Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/ValueTypes.td 2024-08-20T21:58:31.4737956Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/VirtRegMap.h 2024-08-20T21:58:31.4738846Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/WasmEHFuncInfo.h 2024-08-20T21:58:31.4739692Z #80 628.8 -- Installing: //llvm-install/include/llvm/CodeGen/WinEHFuncInfo.h 2024-08-20T21:58:31.4740424Z #80 628.8 -- Installing: //llvm-install/include/llvm/Config 2024-08-20T21:58:31.4741111Z #80 628.8 -- Installing: //llvm-install/include/llvm/DWARFLinker 2024-08-20T21:58:31.4741899Z #80 628.8 -- Installing: //llvm-install/include/llvm/DWARFLinker/DWARFLinker.h 2024-08-20T21:58:31.4742831Z #80 628.8 -- Installing: //llvm-install/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h 2024-08-20T21:58:31.4743846Z #80 628.8 -- Installing: //llvm-install/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h 2024-08-20T21:58:31.4744791Z #80 628.8 -- Installing: //llvm-install/include/llvm/DWARFLinker/DWARFStreamer.h 2024-08-20T21:58:31.4745674Z #80 628.8 -- Installing: //llvm-install/include/llvm/DWARFLinkerParallel 2024-08-20T21:58:31.4746553Z #80 628.8 -- Installing: //llvm-install/include/llvm/DWARFLinkerParallel/DWARFLinker.h 2024-08-20T21:58:31.4747347Z #80 628.8 -- Installing: //llvm-install/include/llvm/DWP 2024-08-20T21:58:31.4748005Z #80 628.8 -- Installing: //llvm-install/include/llvm/DWP/DWP.h 2024-08-20T21:58:31.4748710Z #80 628.8 -- Installing: //llvm-install/include/llvm/DWP/DWPError.h 2024-08-20T21:58:31.4749481Z #80 628.8 -- Installing: //llvm-install/include/llvm/DWP/DWPStringPool.h 2024-08-20T21:58:31.4750219Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo 2024-08-20T21:58:31.4750975Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView 2024-08-20T21:58:31.4751970Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h 2024-08-20T21:58:31.4753006Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/CVRecord.h 2024-08-20T21:58:31.4753952Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h 2024-08-20T21:58:31.4754943Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h 2024-08-20T21:58:31.4755918Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/CodeView.h 2024-08-20T21:58:31.4756854Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/CodeViewError.h 2024-08-20T21:58:31.4757834Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h 2024-08-20T21:58:31.4758880Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def 2024-08-20T21:58:31.4760006Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def 2024-08-20T21:58:31.4761022Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/CodeViewTypes.def 2024-08-20T21:58:31.4762119Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h 2024-08-20T21:58:31.4763294Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h 2024-08-20T21:58:31.4764443Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h 2024-08-20T21:58:31.4765565Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h 2024-08-20T21:58:31.4766713Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h 2024-08-20T21:58:31.4767895Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h 2024-08-20T21:58:31.4769026Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h 2024-08-20T21:58:31.4770175Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h 2024-08-20T21:58:31.4771267Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugSubsection.h 2024-08-20T21:58:31.4772325Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h 2024-08-20T21:58:31.4773466Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h 2024-08-20T21:58:31.4774610Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h 2024-08-20T21:58:31.4775749Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h 2024-08-20T21:58:31.4776862Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h 2024-08-20T21:58:31.4777895Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/EnumTables.h 2024-08-20T21:58:31.4778840Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/Formatters.h 2024-08-20T21:58:31.4779773Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/FunctionId.h 2024-08-20T21:58:31.4780709Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/GUID.h 2024-08-20T21:58:31.4781711Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h 2024-08-20T21:58:31.4782858Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h 2024-08-20T21:58:31.4783845Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/Line.h 2024-08-20T21:58:31.4784853Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h 2024-08-20T21:58:31.4785886Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/RecordName.h 2024-08-20T21:58:31.4786910Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/RecordSerialization.h 2024-08-20T21:58:31.4787998Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h 2024-08-20T21:58:31.4789077Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h 2024-08-20T21:58:31.4790147Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h 2024-08-20T21:58:31.4791229Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h 2024-08-20T21:58:31.4792238Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/SymbolDumper.h 2024-08-20T21:58:31.4793202Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/SymbolRecord.h 2024-08-20T21:58:31.4794207Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h 2024-08-20T21:58:31.4795288Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h 2024-08-20T21:58:31.4796327Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/SymbolSerializer.h 2024-08-20T21:58:31.4797460Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h 2024-08-20T21:58:31.4798624Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h 2024-08-20T21:58:31.4799819Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h 2024-08-20T21:58:31.4800872Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeCollection.h 2024-08-20T21:58:31.4801863Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeDeserializer.h 2024-08-20T21:58:31.4802874Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h 2024-08-20T21:58:31.4803859Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeHashing.h 2024-08-20T21:58:31.4804801Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeIndex.h 2024-08-20T21:58:31.4805788Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h 2024-08-20T21:58:31.4806782Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeRecord.h 2024-08-20T21:58:31.4807780Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h 2024-08-20T21:58:31.4808845Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h 2024-08-20T21:58:31.4809867Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h 2024-08-20T21:58:31.4810894Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h 2024-08-20T21:58:31.4811949Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeTableCollection.h 2024-08-20T21:58:31.4813103Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h 2024-08-20T21:58:31.4814251Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h 2024-08-20T21:58:31.4815198Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DIContext.h 2024-08-20T21:58:31.4815999Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF 2024-08-20T21:58:31.4816977Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h 2024-08-20T21:58:31.4818105Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h 2024-08-20T21:58:31.4819116Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h 2024-08-20T21:58:31.4820091Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFAttribute.h 2024-08-20T21:58:31.4821058Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h 2024-08-20T21:58:31.4822036Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFContext.h 2024-08-20T21:58:31.4822996Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h 2024-08-20T21:58:31.4823981Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h 2024-08-20T21:58:31.4824948Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h 2024-08-20T21:58:31.4825924Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h 2024-08-20T21:58:31.4826957Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h 2024-08-20T21:58:31.4827939Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h 2024-08-20T21:58:31.4828925Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h 2024-08-20T21:58:31.4829888Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h 2024-08-20T21:58:31.4830832Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h 2024-08-20T21:58:31.4831787Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h 2024-08-20T21:58:31.4832758Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h 2024-08-20T21:58:31.4833915Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h 2024-08-20T21:58:31.4834928Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h 2024-08-20T21:58:31.4835843Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFDie.h 2024-08-20T21:58:31.4836765Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFExpression.h 2024-08-20T21:58:31.4837728Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFFormValue.h 2024-08-20T21:58:31.4838674Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h 2024-08-20T21:58:31.4839707Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFListTable.h 2024-08-20T21:58:31.4840749Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h 2024-08-20T21:58:31.4841738Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFObject.h 2024-08-20T21:58:31.4842650Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h 2024-08-20T21:58:31.4843661Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFSection.h 2024-08-20T21:58:31.4844622Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h 2024-08-20T21:58:31.4845590Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h 2024-08-20T21:58:31.4846489Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFUnit.h 2024-08-20T21:58:31.4847408Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h 2024-08-20T21:58:31.4848355Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/DWARF/DWARFVerifier.h 2024-08-20T21:58:31.4849177Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM 2024-08-20T21:58:31.4850032Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/DwarfTransformer.h 2024-08-20T21:58:31.4851020Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/ExtractRanges.h 2024-08-20T21:58:31.4851905Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/FileEntry.h 2024-08-20T21:58:31.4852780Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/FileWriter.h 2024-08-20T21:58:31.4853661Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/FunctionInfo.h 2024-08-20T21:58:31.4854550Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/GsymCreator.h 2024-08-20T21:58:31.4855417Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/GsymReader.h 2024-08-20T21:58:31.4856313Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/Header.h 2024-08-20T21:58:31.4857175Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/InlineInfo.h 2024-08-20T21:58:31.4858034Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/LineEntry.h 2024-08-20T21:58:31.4858901Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/LineTable.h 2024-08-20T21:58:31.4859789Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/LookupResult.h 2024-08-20T21:58:31.4860786Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h 2024-08-20T21:58:31.4861754Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/GSYM/StringTable.h 2024-08-20T21:58:31.4862601Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView 2024-08-20T21:58:31.4863440Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core 2024-08-20T21:58:31.4864384Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h 2024-08-20T21:58:31.4865416Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVElement.h 2024-08-20T21:58:31.4866423Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVLine.h 2024-08-20T21:58:31.4867431Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVLocation.h 2024-08-20T21:58:31.4868461Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVObject.h 2024-08-20T21:58:31.4869482Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h 2024-08-20T21:58:31.4870483Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVRange.h 2024-08-20T21:58:31.4871483Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVReader.h 2024-08-20T21:58:31.4872481Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVScope.h 2024-08-20T21:58:31.4873474Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVSort.h 2024-08-20T21:58:31.4874493Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h 2024-08-20T21:58:31.4875549Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h 2024-08-20T21:58:31.4876567Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h 2024-08-20T21:58:31.4877578Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Core/LVType.h 2024-08-20T21:58:31.4878602Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h 2024-08-20T21:58:31.4879646Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Readers 2024-08-20T21:58:31.4880696Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h 2024-08-20T21:58:31.4881818Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/LogicalView/Readers/LVELFReader.h 2024-08-20T21:58:31.4882723Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/MSF 2024-08-20T21:58:31.4883510Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/MSF/IMSFFile.h 2024-08-20T21:58:31.4884395Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/MSF/MSFBuilder.h 2024-08-20T21:58:31.4885255Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/MSF/MSFCommon.h 2024-08-20T21:58:31.4886105Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/MSF/MSFError.h 2024-08-20T21:58:31.4887004Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/MSF/MappedBlockStream.h 2024-08-20T21:58:31.4887848Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB 2024-08-20T21:58:31.4888766Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h 2024-08-20T21:58:31.4889715Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA 2024-08-20T21:58:31.4890577Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h 2024-08-20T21:58:31.4891595Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h 2024-08-20T21:58:31.4892626Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h 2024-08-20T21:58:31.4893674Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h 2024-08-20T21:58:31.4894773Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h 2024-08-20T21:58:31.4895848Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h 2024-08-20T21:58:31.4896914Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h 2024-08-20T21:58:31.4897908Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h 2024-08-20T21:58:31.4898881Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h 2024-08-20T21:58:31.4899809Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIAError.h 2024-08-20T21:58:31.4900715Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h 2024-08-20T21:58:31.4901697Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h 2024-08-20T21:58:31.4902685Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h 2024-08-20T21:58:31.4903632Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h 2024-08-20T21:58:31.4904617Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h 2024-08-20T21:58:31.4905581Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIASession.h 2024-08-20T21:58:31.4906520Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h 2024-08-20T21:58:31.4907451Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIASupport.h 2024-08-20T21:58:31.4908362Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIATable.h 2024-08-20T21:58:31.4909246Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h 2024-08-20T21:58:31.4910120Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/GenericError.h 2024-08-20T21:58:31.4911081Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/IPDBDataStream.h 2024-08-20T21:58:31.4912028Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h 2024-08-20T21:58:31.4912955Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/IPDBFrameData.h 2024-08-20T21:58:31.4913889Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h 2024-08-20T21:58:31.4914847Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/IPDBLineNumber.h 2024-08-20T21:58:31.4915767Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h 2024-08-20T21:58:31.4916698Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h 2024-08-20T21:58:31.4917628Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/IPDBSession.h 2024-08-20T21:58:31.4918570Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/IPDBSourceFile.h 2024-08-20T21:58:31.4919450Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/IPDBTable.h 2024-08-20T21:58:31.4920374Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native 2024-08-20T21:58:31.4921336Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h 2024-08-20T21:58:31.4922502Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h 2024-08-20T21:58:31.4923591Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h 2024-08-20T21:58:31.4924591Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/DbiStream.h 2024-08-20T21:58:31.4925601Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h 2024-08-20T21:58:31.4926596Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/EnumTables.h 2024-08-20T21:58:31.4927552Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/FormatUtil.h 2024-08-20T21:58:31.4928540Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/Formatters.h 2024-08-20T21:58:31.4929551Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h 2024-08-20T21:58:31.4930562Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h 2024-08-20T21:58:31.4931500Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/Hash.h 2024-08-20T21:58:31.4932412Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/HashTable.h 2024-08-20T21:58:31.4933456Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h 2024-08-20T21:58:31.4934620Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/InfoStream.h 2024-08-20T21:58:31.4935642Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h 2024-08-20T21:58:31.4936733Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h 2024-08-20T21:58:31.4937765Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/InputFile.h 2024-08-20T21:58:31.4938733Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/LinePrinter.h 2024-08-20T21:58:31.4939762Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h 2024-08-20T21:58:31.4940790Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h 2024-08-20T21:58:31.4941871Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h 2024-08-20T21:58:31.4942982Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h 2024-08-20T21:58:31.4944106Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h 2024-08-20T21:58:31.4945273Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h 2024-08-20T21:58:31.4946448Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h 2024-08-20T21:58:31.4947515Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h 2024-08-20T21:58:31.4948554Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h 2024-08-20T21:58:31.4949594Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h 2024-08-20T21:58:31.4950677Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h 2024-08-20T21:58:31.4951801Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h 2024-08-20T21:58:31.4952904Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h 2024-08-20T21:58:31.4954027Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h 2024-08-20T21:58:31.4955091Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h 2024-08-20T21:58:31.4956096Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeSession.h 2024-08-20T21:58:31.4957128Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h 2024-08-20T21:58:31.4958237Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h 2024-08-20T21:58:31.4959346Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h 2024-08-20T21:58:31.4960502Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h 2024-08-20T21:58:31.4961542Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h 2024-08-20T21:58:31.4962627Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h 2024-08-20T21:58:31.4963723Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h 2024-08-20T21:58:31.4964839Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h 2024-08-20T21:58:31.4965880Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h 2024-08-20T21:58:31.4966911Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h 2024-08-20T21:58:31.4967902Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/PDBFile.h 2024-08-20T21:58:31.4968881Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h 2024-08-20T21:58:31.4969891Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h 2024-08-20T21:58:31.4970964Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h 2024-08-20T21:58:31.4972032Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/PublicsStream.h 2024-08-20T21:58:31.4973029Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/RawConstants.h 2024-08-20T21:58:31.4973980Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/RawError.h 2024-08-20T21:58:31.4974922Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/RawTypes.h 2024-08-20T21:58:31.4975882Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/SymbolCache.h 2024-08-20T21:58:31.4976849Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/SymbolStream.h 2024-08-20T21:58:31.4977829Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/TpiHashing.h 2024-08-20T21:58:31.4978789Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/TpiStream.h 2024-08-20T21:58:31.4979800Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h 2024-08-20T21:58:31.4980712Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDB.h 2024-08-20T21:58:31.4981581Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBContext.h 2024-08-20T21:58:31.4982450Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBExtras.h 2024-08-20T21:58:31.4983314Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymDumper.h 2024-08-20T21:58:31.4984190Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbol.h 2024-08-20T21:58:31.4985127Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h 2024-08-20T21:58:31.4986079Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h 2024-08-20T21:58:31.4987040Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h 2024-08-20T21:58:31.4988087Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h 2024-08-20T21:58:31.4989182Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h 2024-08-20T21:58:31.4990162Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h 2024-08-20T21:58:31.4991090Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolData.h 2024-08-20T21:58:31.4991984Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolExe.h 2024-08-20T21:58:31.4992873Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h 2024-08-20T21:58:31.4993892Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h 2024-08-20T21:58:31.4994945Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h 2024-08-20T21:58:31.4995943Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h 2024-08-20T21:58:31.4996913Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h 2024-08-20T21:58:31.4997892Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h 2024-08-20T21:58:31.4998887Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h 2024-08-20T21:58:31.4999977Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h 2024-08-20T21:58:31.5001017Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h 2024-08-20T21:58:31.5002026Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h 2024-08-20T21:58:31.5003042Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h 2024-08-20T21:58:31.5004049Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h 2024-08-20T21:58:31.5005034Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h 2024-08-20T21:58:31.5006080Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h 2024-08-20T21:58:31.5007155Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h 2024-08-20T21:58:31.5008203Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h 2024-08-20T21:58:31.5009217Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h 2024-08-20T21:58:31.5010212Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h 2024-08-20T21:58:31.5011193Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h 2024-08-20T21:58:31.5012174Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h 2024-08-20T21:58:31.5013222Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h 2024-08-20T21:58:31.5014225Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h 2024-08-20T21:58:31.5015244Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h 2024-08-20T21:58:31.5016243Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/PDBTypes.h 2024-08-20T21:58:31.5017082Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/PDB/UDTLayout.h 2024-08-20T21:58:31.5017903Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/Symbolize 2024-08-20T21:58:31.5018769Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/Symbolize/DIPrinter.h 2024-08-20T21:58:31.5019664Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/Symbolize/Markup.h 2024-08-20T21:58:31.5020607Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/Symbolize/MarkupFilter.h 2024-08-20T21:58:31.5021627Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h 2024-08-20T21:58:31.5022732Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h 2024-08-20T21:58:31.5023786Z #80 628.8 -- Installing: //llvm-install/include/llvm/DebugInfo/Symbolize/Symbolize.h 2024-08-20T21:58:31.5024605Z #80 628.8 -- Installing: //llvm-install/include/llvm/Debuginfod 2024-08-20T21:58:31.5025401Z #80 628.8 -- Installing: //llvm-install/include/llvm/Debuginfod/BuildIDFetcher.h 2024-08-20T21:58:31.5026253Z #80 628.8 -- Installing: //llvm-install/include/llvm/Debuginfod/Debuginfod.h 2024-08-20T21:58:31.5027094Z #80 628.8 -- Installing: //llvm-install/include/llvm/Debuginfod/HTTPClient.h 2024-08-20T21:58:31.5027929Z #80 628.8 -- Installing: //llvm-install/include/llvm/Debuginfod/HTTPServer.h 2024-08-20T21:58:31.5028706Z #80 628.8 -- Installing: //llvm-install/include/llvm/Demangle 2024-08-20T21:58:31.5029435Z #80 628.8 -- Installing: //llvm-install/include/llvm/Demangle/Demangle.h 2024-08-20T21:58:31.5030259Z #80 628.8 -- Installing: //llvm-install/include/llvm/Demangle/DemangleConfig.h 2024-08-20T21:58:31.5031123Z #80 628.8 -- Installing: //llvm-install/include/llvm/Demangle/ItaniumDemangle.h 2024-08-20T21:58:31.5031972Z #80 628.8 -- Installing: //llvm-install/include/llvm/Demangle/ItaniumNodes.def 2024-08-20T21:58:31.5032900Z #80 628.8 -- Installing: //llvm-install/include/llvm/Demangle/MicrosoftDemangle.h 2024-08-20T21:58:31.5033978Z #80 628.8 -- Installing: //llvm-install/include/llvm/Demangle/MicrosoftDemangleNodes.h 2024-08-20T21:58:31.5034892Z #80 628.8 -- Installing: //llvm-install/include/llvm/Demangle/StringView.h 2024-08-20T21:58:31.5035673Z #80 628.8 -- Installing: //llvm-install/include/llvm/Demangle/Utility.h 2024-08-20T21:58:31.5036428Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine 2024-08-20T21:58:31.5037276Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/ExecutionEngine.h 2024-08-20T21:58:31.5038216Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/GenericValue.h 2024-08-20T21:58:31.5039117Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Interpreter.h 2024-08-20T21:58:31.5040110Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITEventListener.h 2024-08-20T21:58:31.5041010Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink 2024-08-20T21:58:31.5041894Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/COFF.h 2024-08-20T21:58:31.5042855Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/COFF_x86_64.h 2024-08-20T21:58:31.5043988Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h 2024-08-20T21:58:31.5045140Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h 2024-08-20T21:58:31.5046116Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/ELF.h 2024-08-20T21:58:31.5047055Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h 2024-08-20T21:58:31.5048027Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/ELF_i386.h 2024-08-20T21:58:31.5049032Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h 2024-08-20T21:58:31.5050109Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h 2024-08-20T21:58:31.5051081Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h 2024-08-20T21:58:31.5052055Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/JITLink.h 2024-08-20T21:58:31.5053045Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h 2024-08-20T21:58:31.5054139Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h 2024-08-20T21:58:31.5055165Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/MachO.h 2024-08-20T21:58:31.5056120Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h 2024-08-20T21:58:31.5057164Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h 2024-08-20T21:58:31.5058183Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/TableManager.h 2024-08-20T21:58:31.5059167Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/aarch64.h 2024-08-20T21:58:31.5060090Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/i386.h 2024-08-20T21:58:31.5061024Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/loongarch.h 2024-08-20T21:58:31.5061976Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/riscv.h 2024-08-20T21:58:31.5062942Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITLink/x86_64.h 2024-08-20T21:58:31.5063847Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/JITSymbol.h 2024-08-20T21:58:31.5064681Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/MCJIT.h 2024-08-20T21:58:31.5065577Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/OProfileWrapper.h 2024-08-20T21:58:31.5066501Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/ObjectCache.h 2024-08-20T21:58:31.5067356Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc 2024-08-20T21:58:31.5068234Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/COFFPlatform.h 2024-08-20T21:58:31.5069269Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h 2024-08-20T21:58:31.5070348Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h 2024-08-20T21:58:31.5071368Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/CompileUtils.h 2024-08-20T21:58:31.5072274Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Core.h 2024-08-20T21:58:31.5073287Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h 2024-08-20T21:58:31.5074320Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/DebugUtils.h 2024-08-20T21:58:31.5075351Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/DebuggerSupportPlugin.h 2024-08-20T21:58:31.5076391Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h 2024-08-20T21:58:31.5077457Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h 2024-08-20T21:58:31.5078679Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h 2024-08-20T21:58:31.5079933Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h 2024-08-20T21:58:31.5081045Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h 2024-08-20T21:58:31.5082232Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h 2024-08-20T21:58:31.5083426Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h 2024-08-20T21:58:31.5084644Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h 2024-08-20T21:58:31.5085795Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h 2024-08-20T21:58:31.5086821Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h 2024-08-20T21:58:31.5087880Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h 2024-08-20T21:58:31.5088934Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h 2024-08-20T21:58:31.5089934Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h 2024-08-20T21:58:31.5090967Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h 2024-08-20T21:58:31.5092085Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h 2024-08-20T21:58:31.5093075Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/LLJIT.h 2024-08-20T21:58:31.5093949Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Layer.h 2024-08-20T21:58:31.5094875Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/LazyReexports.h 2024-08-20T21:58:31.5095916Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h 2024-08-20T21:58:31.5096929Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/MachOPlatform.h 2024-08-20T21:58:31.5097905Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Mangling.h 2024-08-20T21:58:31.5098973Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h 2024-08-20T21:58:31.5100036Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/MemoryMapper.h 2024-08-20T21:58:31.5101060Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h 2024-08-20T21:58:31.5102179Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h 2024-08-20T21:58:31.5103256Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h 2024-08-20T21:58:31.5104278Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/OrcABISupport.h 2024-08-20T21:58:31.5105356Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h 2024-08-20T21:58:31.5106362Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Shared 2024-08-20T21:58:31.5107360Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h 2024-08-20T21:58:31.5108483Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h 2024-08-20T21:58:31.5109569Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h 2024-08-20T21:58:31.5110577Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h 2024-08-20T21:58:31.5111604Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h 2024-08-20T21:58:31.5112775Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h 2024-08-20T21:58:31.5114004Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h 2024-08-20T21:58:31.5115234Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h 2024-08-20T21:58:31.5116463Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h 2024-08-20T21:58:31.5117555Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h 2024-08-20T21:58:31.5118581Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h 2024-08-20T21:58:31.5119687Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/Speculation.h 2024-08-20T21:58:31.5120692Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h 2024-08-20T21:58:31.5121676Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/TargetProcess 2024-08-20T21:58:31.5122839Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h 2024-08-20T21:58:31.5124277Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h 2024-08-20T21:58:31.5125612Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h 2024-08-20T21:58:31.5126811Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h 2024-08-20T21:58:31.5128152Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h 2024-08-20T21:58:31.5129548Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h 2024-08-20T21:58:31.5130895Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h 2024-08-20T21:58:31.5132180Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h 2024-08-20T21:58:31.5133295Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/TaskDispatch.h 2024-08-20T21:58:31.5134477Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h 2024-08-20T21:58:31.5135501Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/RTDyldMemoryManager.h 2024-08-20T21:58:31.5136437Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/RuntimeDyld.h 2024-08-20T21:58:31.5137383Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/RuntimeDyldChecker.h 2024-08-20T21:58:31.5138399Z #80 628.8 -- Installing: //llvm-install/include/llvm/ExecutionEngine/SectionMemoryManager.h 2024-08-20T21:58:31.5139275Z #80 628.8 -- Installing: //llvm-install/include/llvm/FileCheck 2024-08-20T21:58:31.5140011Z #80 628.8 -- Installing: //llvm-install/include/llvm/FileCheck/FileCheck.h 2024-08-20T21:58:31.5140738Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend 2024-08-20T21:58:31.5141450Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/Directive 2024-08-20T21:58:31.5142330Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/Directive/DirectiveBase.td 2024-08-20T21:58:31.5143164Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/HLSL 2024-08-20T21:58:31.5143960Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/HLSL/HLSLResource.h 2024-08-20T21:58:31.5144758Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/OpenACC 2024-08-20T21:58:31.5145551Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/OpenACC/ACC.td 2024-08-20T21:58:31.5146332Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/OpenMP 2024-08-20T21:58:31.5147108Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/OpenMP/OMP.td 2024-08-20T21:58:31.5147954Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/OpenMP/OMPAssume.h 2024-08-20T21:58:31.5148845Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/OpenMP/OMPConstants.h 2024-08-20T21:58:31.5149731Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/OpenMP/OMPContext.h 2024-08-20T21:58:31.5150677Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/OpenMP/OMPDeviceConstants.h 2024-08-20T21:58:31.5151640Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/OpenMP/OMPGridValues.h 2024-08-20T21:58:31.5152567Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/OpenMP/OMPIRBuilder.h 2024-08-20T21:58:31.5153460Z #80 628.8 -- Installing: //llvm-install/include/llvm/Frontend/OpenMP/OMPKinds.def 2024-08-20T21:58:31.5154272Z #80 628.8 -- Installing: //llvm-install/include/llvm/FuzzMutate 2024-08-20T21:58:31.5155021Z #80 628.8 -- Installing: //llvm-install/include/llvm/FuzzMutate/FuzzerCLI.h 2024-08-20T21:58:31.5155830Z #80 628.8 -- Installing: //llvm-install/include/llvm/FuzzMutate/IRMutator.h 2024-08-20T21:58:31.5156663Z #80 628.8 -- Installing: //llvm-install/include/llvm/FuzzMutate/OpDescriptor.h 2024-08-20T21:58:31.5157504Z #80 628.8 -- Installing: //llvm-install/include/llvm/FuzzMutate/Operations.h 2024-08-20T21:58:31.5158294Z #80 628.8 -- Installing: //llvm-install/include/llvm/FuzzMutate/Random.h 2024-08-20T21:58:31.5159123Z #80 628.8 -- Installing: //llvm-install/include/llvm/FuzzMutate/RandomIRBuilder.h 2024-08-20T21:58:31.5159939Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR 2024-08-20T21:58:31.5160638Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/AbstractCallSite.h 2024-08-20T21:58:31.5161441Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Argument.h 2024-08-20T21:58:31.5162246Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/AssemblyAnnotationWriter.h 2024-08-20T21:58:31.5163070Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Assumptions.h 2024-08-20T21:58:31.5163805Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Attributes.h 2024-08-20T21:58:31.5164544Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Attributes.td 2024-08-20T21:58:31.5165282Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/AutoUpgrade.h 2024-08-20T21:58:31.5166007Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/BasicBlock.h 2024-08-20T21:58:31.5166782Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/BuiltinGCs.h 2024-08-20T21:58:31.5167480Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/CFG.h 2024-08-20T21:58:31.5168176Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/CallingConv.h 2024-08-20T21:58:31.5168885Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Comdat.h 2024-08-20T21:58:31.5169581Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Constant.h 2024-08-20T21:58:31.5170341Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ConstantFold.h 2024-08-20T21:58:31.5171103Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ConstantFolder.h 2024-08-20T21:58:31.5171873Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ConstantRange.h 2024-08-20T21:58:31.5172612Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Constants.h 2024-08-20T21:58:31.5173367Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ConstrainedOps.def 2024-08-20T21:58:31.5174127Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/DIBuilder.h 2024-08-20T21:58:31.5174853Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/DataLayout.h 2024-08-20T21:58:31.5175569Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/DebugInfo.h 2024-08-20T21:58:31.5176328Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/DebugInfoFlags.def 2024-08-20T21:58:31.5177139Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/DebugInfoMetadata.h 2024-08-20T21:58:31.5177893Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/DebugLoc.h 2024-08-20T21:58:31.5178629Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/DerivedTypes.h 2024-08-20T21:58:31.5179377Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/DerivedUser.h 2024-08-20T21:58:31.5180161Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/DiagnosticHandler.h 2024-08-20T21:58:31.5180955Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/DiagnosticInfo.h 2024-08-20T21:58:31.5181758Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/DiagnosticPrinter.h 2024-08-20T21:58:31.5182531Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Dominators.h 2024-08-20T21:58:31.5183217Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/FMF.h 2024-08-20T21:58:31.5183889Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/FPEnv.h 2024-08-20T21:58:31.5184663Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/FixedMetadataKinds.def 2024-08-20T21:58:31.5185522Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/FixedPointBuilder.h 2024-08-20T21:58:31.5186293Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Function.h 2024-08-20T21:58:31.5187012Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/GCStrategy.h 2024-08-20T21:58:31.5187755Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/GVMaterializer.h 2024-08-20T21:58:31.5188613Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/GetElementPtrTypeIterator.h 2024-08-20T21:58:31.5189451Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/GlobalAlias.h 2024-08-20T21:58:31.5190188Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/GlobalIFunc.h 2024-08-20T21:58:31.5190926Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/GlobalObject.h 2024-08-20T21:58:31.5191676Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/GlobalValue.h 2024-08-20T21:58:31.5192463Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/GlobalVariable.h 2024-08-20T21:58:31.5193197Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IRBuilder.h 2024-08-20T21:58:31.5193956Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IRBuilderFolder.h 2024-08-20T21:58:31.5194749Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IRPrintingPasses.h 2024-08-20T21:58:31.5195497Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/InlineAsm.h 2024-08-20T21:58:31.5196234Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/InstIterator.h 2024-08-20T21:58:31.5719820Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/InstVisitor.h 2024-08-20T21:58:31.5720776Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/InstrTypes.h 2024-08-20T21:58:31.5721721Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Instruction.def 2024-08-20T21:58:31.5722485Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Instruction.h 2024-08-20T21:58:31.5723253Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Instructions.h 2024-08-20T21:58:31.5724044Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicInst.h 2024-08-20T21:58:31.5725473Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Intrinsics.h 2024-08-20T21:58:31.5726263Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Intrinsics.td 2024-08-20T21:58:31.5727080Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsAArch64.td 2024-08-20T21:58:31.5727921Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsAMDGPU.td 2024-08-20T21:58:31.5728791Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsARM.td 2024-08-20T21:58:31.5740660Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsBPF.td 2024-08-20T21:58:31.5741714Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsDirectX.td 2024-08-20T21:58:31.5742576Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsHexagon.td 2024-08-20T21:58:31.5743460Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsHexagonDep.td 2024-08-20T21:58:31.5744334Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsLoongArch.td 2024-08-20T21:58:31.5745170Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsMips.td 2024-08-20T21:58:31.5745971Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsNVVM.td 2024-08-20T21:58:31.5746787Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsPowerPC.td 2024-08-20T21:58:31.5747698Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsRISCV.td 2024-08-20T21:58:31.5748567Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsRISCVXTHead.td 2024-08-20T21:58:31.5749423Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsSPIRV.td 2024-08-20T21:58:31.5750238Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsSystemZ.td 2024-08-20T21:58:31.5751056Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsVE.td 2024-08-20T21:58:31.5751879Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsVEVL.gen.td 2024-08-20T21:58:31.5752895Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsWebAssembly.td 2024-08-20T21:58:31.5753732Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsX86.td 2024-08-20T21:58:31.5754536Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsXCore.td 2024-08-20T21:58:31.5755328Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/LLVMContext.h 2024-08-20T21:58:31.5756121Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/LLVMRemarkStreamer.h 2024-08-20T21:58:31.5756972Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/LegacyPassManager.h 2024-08-20T21:58:31.5757816Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/LegacyPassManagers.h 2024-08-20T21:58:31.5758668Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/LegacyPassNameParser.h 2024-08-20T21:58:31.5759477Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/MDBuilder.h 2024-08-20T21:58:31.5759976Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Mangler.h 2024-08-20T21:58:31.5760325Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/MatrixBuilder.h 2024-08-20T21:58:31.5760648Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Metadata.def 2024-08-20T21:58:31.5760965Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Metadata.h 2024-08-20T21:58:31.5761262Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Module.h 2024-08-20T21:58:31.5761628Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ModuleSlotTracker.h 2024-08-20T21:58:31.5762059Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ModuleSummaryIndex.h 2024-08-20T21:58:31.5762460Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ModuleSummaryIndexYAML.h 2024-08-20T21:58:31.5762765Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/NoFolder.h 2024-08-20T21:58:31.5763114Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/OperandTraits.h 2024-08-20T21:58:31.5763422Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Operator.h 2024-08-20T21:58:31.5763755Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/OptBisect.h 2024-08-20T21:58:31.5764177Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/PassInstrumentation.h 2024-08-20T21:58:31.5764511Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/PassManager.h 2024-08-20T21:58:31.5764876Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/PassManagerImpl.h 2024-08-20T21:58:31.5765255Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/PassManagerInternal.h 2024-08-20T21:58:31.5765602Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/PassTimingInfo.h 2024-08-20T21:58:31.5765949Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/PatternMatch.h 2024-08-20T21:58:31.5766317Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/PredIteratorCache.h 2024-08-20T21:58:31.5766657Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/PrintPasses.h 2024-08-20T21:58:31.5766995Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ProfDataUtils.h 2024-08-20T21:58:31.5767342Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ProfileSummary.h 2024-08-20T21:58:31.5767684Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/PseudoProbe.h 2024-08-20T21:58:31.5768030Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ReplaceConstant.h 2024-08-20T21:58:31.5768394Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/RuntimeLibcalls.def 2024-08-20T21:58:31.5768727Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/SSAContext.h 2024-08-20T21:58:31.5769101Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/SafepointIRVerifier.h 2024-08-20T21:58:31.5769421Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Statepoint.h 2024-08-20T21:58:31.5769778Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/StructuralHash.h 2024-08-20T21:58:31.5770166Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/SymbolTableListTraits.h 2024-08-20T21:58:31.5770521Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/TrackingMDRef.h 2024-08-20T21:58:31.5770847Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Type.h 2024-08-20T21:58:31.5771167Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/TypeFinder.h 2024-08-20T21:58:31.5771536Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/TypedPointerType.h 2024-08-20T21:58:31.5771823Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Use.h 2024-08-20T21:58:31.5772154Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/UseListOrder.h 2024-08-20T21:58:31.5772450Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/User.h 2024-08-20T21:58:31.5772795Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/VPIntrinsics.def 2024-08-20T21:58:31.5773095Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Value.def 2024-08-20T21:58:31.5773402Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Value.h 2024-08-20T21:58:31.5773725Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ValueHandle.h 2024-08-20T21:58:31.5774075Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ValueMap.h 2024-08-20T21:58:31.5774432Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/ValueSymbolTable.h 2024-08-20T21:58:31.5774767Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/VectorBuilder.h 2024-08-20T21:58:31.5775085Z #80 628.8 -- Installing: //llvm-install/include/llvm/IR/Verifier.h 2024-08-20T21:58:31.5775375Z #80 628.8 -- Installing: //llvm-install/include/llvm/IRPrinter 2024-08-20T21:58:31.5775774Z #80 628.8 -- Installing: //llvm-install/include/llvm/IRPrinter/IRPrintingPasses.h 2024-08-20T21:58:31.5776097Z #80 628.8 -- Installing: //llvm-install/include/llvm/IRReader 2024-08-20T21:58:31.5776444Z #80 628.8 -- Installing: //llvm-install/include/llvm/IRReader/IRReader.h 2024-08-20T21:58:31.5776796Z #80 628.8 -- Installing: //llvm-install/include/llvm/InitializePasses.h 2024-08-20T21:58:31.5777105Z #80 628.8 -- Installing: //llvm-install/include/llvm/InterfaceStub 2024-08-20T21:58:31.5777510Z #80 628.8 -- Installing: //llvm-install/include/llvm/InterfaceStub/ELFObjHandler.h 2024-08-20T21:58:31.5777906Z #80 628.8 -- Installing: //llvm-install/include/llvm/InterfaceStub/IFSHandler.h 2024-08-20T21:58:31.5778305Z #80 628.8 -- Installing: //llvm-install/include/llvm/InterfaceStub/IFSStub.h 2024-08-20T21:58:31.5778562Z #80 628.8 -- Installing: //llvm-install/include/llvm/LTO 2024-08-20T21:58:31.5778872Z #80 628.8 -- Installing: //llvm-install/include/llvm/LTO/Config.h 2024-08-20T21:58:31.5779158Z #80 628.8 -- Installing: //llvm-install/include/llvm/LTO/LTO.h 2024-08-20T21:58:31.5779479Z #80 628.8 -- Installing: //llvm-install/include/llvm/LTO/LTOBackend.h 2024-08-20T21:58:31.5779924Z #80 628.8 -- Installing: //llvm-install/include/llvm/LTO/SummaryBasedOptimizations.h 2024-08-20T21:58:31.5780219Z #80 628.8 -- Installing: //llvm-install/include/llvm/LTO/legacy 2024-08-20T21:58:31.5780632Z #80 628.8 -- Installing: //llvm-install/include/llvm/LTO/legacy/LTOCodeGenerator.h 2024-08-20T21:58:31.5780994Z #80 628.8 -- Installing: //llvm-install/include/llvm/LTO/legacy/LTOModule.h 2024-08-20T21:58:31.5781440Z #80 628.8 -- Installing: //llvm-install/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h 2024-08-20T21:58:31.5781878Z #80 628.8 -- Installing: //llvm-install/include/llvm/LTO/legacy/UpdateCompilerUsed.h 2024-08-20T21:58:31.5782172Z #80 628.8 -- Installing: //llvm-install/include/llvm/LineEditor 2024-08-20T21:58:31.5782543Z #80 628.8 -- Installing: //llvm-install/include/llvm/LineEditor/LineEditor.h 2024-08-20T21:58:31.5782850Z #80 628.8 -- Installing: //llvm-install/include/llvm/LinkAllIR.h 2024-08-20T21:58:31.5783173Z #80 628.8 -- Installing: //llvm-install/include/llvm/LinkAllPasses.h 2024-08-20T21:58:31.5783445Z #80 628.8 -- Installing: //llvm-install/include/llvm/Linker 2024-08-20T21:58:31.5783777Z #80 628.8 -- Installing: //llvm-install/include/llvm/Linker/IRMover.h 2024-08-20T21:58:31.5784096Z #80 628.8 -- Installing: //llvm-install/include/llvm/Linker/Linker.h 2024-08-20T21:58:31.5784361Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC 2024-08-20T21:58:31.5784754Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/ConstantPools.h 2024-08-20T21:58:31.5785080Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/LaneBitmask.h 2024-08-20T21:58:31.5785422Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCAsmBackend.h 2024-08-20T21:58:31.5785738Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCAsmInfo.h 2024-08-20T21:58:31.5786074Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCAsmInfoCOFF.h 2024-08-20T21:58:31.5786435Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCAsmInfoDarwin.h 2024-08-20T21:58:31.5786768Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCAsmInfoELF.h 2024-08-20T21:58:31.5787105Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCAsmInfoGOFF.h 2024-08-20T21:58:31.5787448Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCAsmInfoWasm.h 2024-08-20T21:58:31.5787794Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCAsmInfoXCOFF.h 2024-08-20T21:58:31.5788160Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCAsmLayout.h 2024-08-20T21:58:31.5788483Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCAsmMacro.h 2024-08-20T21:58:31.5788806Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCAssembler.h 2024-08-20T21:58:31.5789154Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCCodeEmitter.h 2024-08-20T21:58:31.5789471Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCCodeView.h 2024-08-20T21:58:31.5789784Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCContext.h 2024-08-20T21:58:31.5790219Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCDXContainerStreamer.h 2024-08-20T21:58:31.5790599Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCDXContainerWriter.h 2024-08-20T21:58:31.5790945Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCDecoderOps.h 2024-08-20T21:58:31.5791299Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCDirectives.h 2024-08-20T21:58:31.5791631Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCDisassembler 2024-08-20T21:58:31.5792117Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCDisassembler/MCDisassembler.h 2024-08-20T21:58:31.5792619Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h 2024-08-20T21:58:31.5793072Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCDisassembler/MCRelocationInfo.h 2024-08-20T21:58:31.5793509Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCDisassembler/MCSymbolizer.h 2024-08-20T21:58:31.5793807Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCDwarf.h 2024-08-20T21:58:31.5794175Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCELFObjectWriter.h 2024-08-20T21:58:31.5794523Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCELFStreamer.h 2024-08-20T21:58:31.5794819Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCExpr.h 2024-08-20T21:58:31.5795133Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCFixup.h 2024-08-20T21:58:31.5795483Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCFixupKindInfo.h 2024-08-20T21:58:31.5795807Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCFragment.h 2024-08-20T21:58:31.5796114Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCInst.h 2024-08-20T21:58:31.5796449Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCInstBuilder.h 2024-08-20T21:58:31.5796786Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCInstPrinter.h 2024-08-20T21:58:31.5797150Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCInstrAnalysis.h 2024-08-20T21:58:31.5797476Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCInstrDesc.h 2024-08-20T21:58:31.5797811Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCInstrInfo.h 2024-08-20T21:58:31.5798183Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCInstrItineraries.h 2024-08-20T21:58:31.5798482Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCLabel.h 2024-08-20T21:58:31.5798906Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCLinkerOptimizationHint.h 2024-08-20T21:58:31.5799313Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCMachObjectWriter.h 2024-08-20T21:58:31.5799755Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCObjectFileInfo.h 2024-08-20T21:58:31.5800131Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCObjectStreamer.h 2024-08-20T21:58:31.5800476Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCObjectWriter.h 2024-08-20T21:58:31.5800772Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCParser 2024-08-20T21:58:31.5801135Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCParser/AsmCond.h 2024-08-20T21:58:31.5801496Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCParser/AsmLexer.h 2024-08-20T21:58:31.5801883Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCParser/MCAsmLexer.h 2024-08-20T21:58:31.5802264Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCParser/MCAsmParser.h 2024-08-20T21:58:31.5802746Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCParser/MCAsmParserExtension.h 2024-08-20T21:58:31.5803176Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCParser/MCAsmParserUtils.h 2024-08-20T21:58:31.5803607Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCParser/MCParsedAsmOperand.h 2024-08-20T21:58:31.5804032Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCParser/MCTargetAsmParser.h 2024-08-20T21:58:31.5804386Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCPseudoProbe.h 2024-08-20T21:58:31.5804733Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCRegister.h 2024-08-20T21:58:31.5805086Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCRegisterInfo.h 2024-08-20T21:58:31.5805465Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSPIRVObjectWriter.h 2024-08-20T21:58:31.5805815Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSPIRVStreamer.h 2024-08-20T21:58:31.5806146Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSchedule.h 2024-08-20T21:58:31.5806460Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSection.h 2024-08-20T21:58:31.5806822Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSectionCOFF.h 2024-08-20T21:58:31.5807221Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSectionDXContainer.h 2024-08-20T21:58:31.5807552Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSectionELF.h 2024-08-20T21:58:31.5807884Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSectionGOFF.h 2024-08-20T21:58:31.5808240Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSectionMachO.h 2024-08-20T21:58:31.5808583Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSectionSPIRV.h 2024-08-20T21:58:31.5808929Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSectionWasm.h 2024-08-20T21:58:31.5809270Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSectionXCOFF.h 2024-08-20T21:58:31.5809593Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCStreamer.h 2024-08-20T21:58:31.5809952Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSubtargetInfo.h 2024-08-20T21:58:31.5810260Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSymbol.h 2024-08-20T21:58:31.5810589Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSymbolCOFF.h 2024-08-20T21:58:31.5810927Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSymbolELF.h 2024-08-20T21:58:31.5811258Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSymbolGOFF.h 2024-08-20T21:58:31.5811593Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSymbolMachO.h 2024-08-20T21:58:31.5811937Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSymbolWasm.h 2024-08-20T21:58:31.5812273Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCSymbolXCOFF.h 2024-08-20T21:58:31.5812632Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCTargetOptions.h 2024-08-20T21:58:31.5813076Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCTargetOptionsCommandFlags.h 2024-08-20T21:58:31.5813408Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCValue.h 2024-08-20T21:58:31.5813794Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCWasmObjectWriter.h 2024-08-20T21:58:31.5814140Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCWasmStreamer.h 2024-08-20T21:58:31.5814453Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCWin64EH.h 2024-08-20T21:58:31.5814857Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCWinCOFFObjectWriter.h 2024-08-20T21:58:31.5815226Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCWinCOFFStreamer.h 2024-08-20T21:58:31.5815537Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCWinEH.h 2024-08-20T21:58:31.5815911Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCXCOFFObjectWriter.h 2024-08-20T21:58:31.5816259Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MCXCOFFStreamer.h 2024-08-20T21:58:31.5816650Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/MachineLocation.h 2024-08-20T21:58:31.5816978Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/SectionKind.h 2024-08-20T21:58:31.5817355Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/StringTableBuilder.h 2024-08-20T21:58:31.5817726Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/SubtargetFeature.h 2024-08-20T21:58:31.5818072Z #80 628.8 -- Installing: //llvm-install/include/llvm/MC/TargetRegistry.h 2024-08-20T21:58:31.5818329Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA 2024-08-20T21:58:31.5818676Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/CodeEmitter.h 2024-08-20T21:58:31.5819007Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Context.h 2024-08-20T21:58:31.5819374Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/CustomBehaviour.h 2024-08-20T21:58:31.5819728Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/HWEventListener.h 2024-08-20T21:58:31.5820058Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/HardwareUnits 2024-08-20T21:58:31.5820498Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/HardwareUnits/HardwareUnit.h 2024-08-20T21:58:31.5820907Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/HardwareUnits/LSUnit.h 2024-08-20T21:58:31.5821335Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/HardwareUnits/RegisterFile.h 2024-08-20T21:58:31.5821798Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/HardwareUnits/ResourceManager.h 2024-08-20T21:58:31.5822262Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/HardwareUnits/RetireControlUnit.h 2024-08-20T21:58:31.5822676Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/HardwareUnits/Scheduler.h 2024-08-20T21:58:31.5823064Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/IncrementalSourceMgr.h 2024-08-20T21:58:31.5823401Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/InstrBuilder.h 2024-08-20T21:58:31.5823744Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Instruction.h 2024-08-20T21:58:31.5824058Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Pipeline.h 2024-08-20T21:58:31.5824381Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/SourceMgr.h 2024-08-20T21:58:31.5824690Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Stages 2024-08-20T21:58:31.5825076Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Stages/DispatchStage.h 2024-08-20T21:58:31.5825441Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Stages/EntryStage.h 2024-08-20T21:58:31.5825833Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Stages/ExecuteStage.h 2024-08-20T21:58:31.5826253Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Stages/InOrderIssueStage.h 2024-08-20T21:58:31.5826683Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Stages/InstructionTables.h 2024-08-20T21:58:31.5827099Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Stages/MicroOpQueueStage.h 2024-08-20T21:58:31.5827473Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Stages/RetireStage.h 2024-08-20T21:58:31.5827847Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Stages/Stage.h 2024-08-20T21:58:31.5828156Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/Support.h 2024-08-20T21:58:31.5828444Z #80 628.8 -- Installing: //llvm-install/include/llvm/MCA/View.h 2024-08-20T21:58:31.5828738Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy 2024-08-20T21:58:31.5829039Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/COFF 2024-08-20T21:58:31.5829431Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/COFF/COFFConfig.h 2024-08-20T21:58:31.5829819Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/COFF/COFFObjcopy.h 2024-08-20T21:58:31.5830182Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/CommonConfig.h 2024-08-20T21:58:31.5830566Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/ConfigManager.h 2024-08-20T21:58:31.5830864Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/ELF 2024-08-20T21:58:31.5831259Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/ELF/ELFConfig.h 2024-08-20T21:58:31.5831654Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/ELF/ELFObjcopy.h 2024-08-20T21:58:31.5831965Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/MachO 2024-08-20T21:58:31.5832356Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/MachO/MachOConfig.h 2024-08-20T21:58:31.5832765Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/MachO/MachOObjcopy.h 2024-08-20T21:58:31.5833159Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/MultiFormatConfig.h 2024-08-20T21:58:31.5833526Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/ObjCopy.h 2024-08-20T21:58:31.5834012Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/XCOFF 2024-08-20T21:58:31.5834402Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h 2024-08-20T21:58:31.5834809Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h 2024-08-20T21:58:31.5835212Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/wasm 2024-08-20T21:58:31.5835668Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/wasm/WasmConfig.h 2024-08-20T21:58:31.5836067Z #80 628.8 -- Installing: //llvm-install/include/llvm/ObjCopy/wasm/WasmObjcopy.h 2024-08-20T21:58:31.5836342Z #80 628.8 -- Installing: //llvm-install/include/llvm/Object 2024-08-20T21:58:31.5836665Z #80 628.8 -- Installing: //llvm-install/include/llvm/Object/Archive.h 2024-08-20T21:58:31.5837039Z #80 628.8 -- Installing: //llvm-install/include/llvm/Object/ArchiveWriter.h 2024-08-20T21:58:31.5837360Z #80 628.8 -- Installing: //llvm-install/include/llvm/Object/Binary.h 2024-08-20T21:58:31.5837694Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/BuildID.h 2024-08-20T21:58:31.5838000Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/COFF.h 2024-08-20T21:58:31.5838374Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/COFFImportFile.h 2024-08-20T21:58:31.5838795Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/COFFModuleDefinition.h 2024-08-20T21:58:31.5839164Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/CVDebugRecord.h 2024-08-20T21:58:31.5839512Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/DXContainer.h 2024-08-20T21:58:31.5839964Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/Decompressor.h 2024-08-20T21:58:31.5840267Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/ELF.h 2024-08-20T21:58:31.5840640Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/ELFObjectFile.h 2024-08-20T21:58:31.5840974Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/ELFTypes.h 2024-08-20T21:58:31.5841285Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/Error.h 2024-08-20T21:58:31.5841827Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/FaultMapParser.h 2024-08-20T21:58:31.5842181Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/IRObjectFile.h 2024-08-20T21:58:31.5842562Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/IRSymtab.h 2024-08-20T21:58:31.5842889Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/MachO.h 2024-08-20T21:58:31.5843261Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/MachOUniversal.h 2024-08-20T21:58:31.5843667Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/MachOUniversalWriter.h 2024-08-20T21:58:31.5844004Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/Minidump.h 2024-08-20T21:58:31.5844392Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/ModuleSymbolTable.h 2024-08-20T21:58:31.5844747Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/ObjectFile.h 2024-08-20T21:58:31.5845109Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/OffloadBinary.h 2024-08-20T21:58:31.5845505Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/RelocationResolver.h 2024-08-20T21:58:31.5845925Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/StackMapParser.h 2024-08-20T21:58:31.5846267Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/SymbolSize.h 2024-08-20T21:58:31.5846622Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/SymbolicFile.h 2024-08-20T21:58:31.5846962Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/TapiFile.h 2024-08-20T21:58:31.5847331Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/TapiUniversal.h 2024-08-20T21:58:31.5847647Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/Wasm.h 2024-08-20T21:58:31.5848076Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/WindowsMachineFlag.h 2024-08-20T21:58:31.5848453Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/WindowsResource.h 2024-08-20T21:58:31.5848841Z #80 628.9 -- Installing: //llvm-install/include/llvm/Object/XCOFFObjectFile.h 2024-08-20T21:58:31.5849130Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML 2024-08-20T21:58:31.5849505Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/ArchiveYAML.h 2024-08-20T21:58:31.5849873Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/COFFYAML.h 2024-08-20T21:58:31.5850387Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h 2024-08-20T21:58:31.5850821Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h 2024-08-20T21:58:31.5851294Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h 2024-08-20T21:58:31.5851711Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/CodeViewYAMLTypes.h 2024-08-20T21:58:31.5852105Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/DWARFEmitter.h 2024-08-20T21:58:31.5852470Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/DWARFYAML.h 2024-08-20T21:58:31.5852866Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/DXContainerYAML.h 2024-08-20T21:58:31.5853227Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/ELFYAML.h 2024-08-20T21:58:31.5853588Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/MachOYAML.h 2024-08-20T21:58:31.5853975Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/MinidumpYAML.h 2024-08-20T21:58:31.5854357Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/ObjectYAML.h 2024-08-20T21:58:31.5854727Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/OffloadYAML.h 2024-08-20T21:58:31.5855091Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/WasmYAML.h 2024-08-20T21:58:31.5855456Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/XCOFFYAML.h 2024-08-20T21:58:31.5855784Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/YAML.h 2024-08-20T21:58:31.5856145Z #80 628.9 -- Installing: //llvm-install/include/llvm/ObjectYAML/yaml2obj.h 2024-08-20T21:58:31.5856420Z #80 628.9 -- Installing: //llvm-install/include/llvm/Option 2024-08-20T21:58:31.5856724Z #80 628.9 -- Installing: //llvm-install/include/llvm/Option/Arg.h 2024-08-20T21:58:31.5857090Z #80 628.9 -- Installing: //llvm-install/include/llvm/Option/ArgList.h 2024-08-20T21:58:31.5857437Z #80 628.9 -- Installing: //llvm-install/include/llvm/Option/OptParser.td 2024-08-20T21:58:31.5857787Z #80 628.9 -- Installing: //llvm-install/include/llvm/Option/OptSpecifier.h 2024-08-20T21:58:31.5858131Z #80 628.9 -- Installing: //llvm-install/include/llvm/Option/OptTable.h 2024-08-20T21:58:31.5858449Z #80 628.9 -- Installing: //llvm-install/include/llvm/Option/Option.h 2024-08-20T21:58:31.5858733Z #80 628.9 -- Installing: //llvm-install/include/llvm/Pass.h 2024-08-20T21:58:31.5859096Z #80 628.9 -- Installing: //llvm-install/include/llvm/PassAnalysisSupport.h 2024-08-20T21:58:31.5859389Z #80 628.9 -- Installing: //llvm-install/include/llvm/PassInfo.h 2024-08-20T21:58:31.5859717Z #80 628.9 -- Installing: //llvm-install/include/llvm/PassRegistry.h 2024-08-20T21:58:31.5860030Z #80 628.9 -- Installing: //llvm-install/include/llvm/PassSupport.h 2024-08-20T21:58:31.5860329Z #80 628.9 -- Installing: //llvm-install/include/llvm/Passes 2024-08-20T21:58:31.5860732Z #80 628.9 -- Installing: //llvm-install/include/llvm/Passes/OptimizationLevel.h 2024-08-20T21:58:31.5861086Z #80 628.9 -- Installing: //llvm-install/include/llvm/Passes/PassBuilder.h 2024-08-20T21:58:31.5861432Z #80 628.9 -- Installing: //llvm-install/include/llvm/Passes/PassPlugin.h 2024-08-20T21:58:31.5861888Z #80 628.9 -- Installing: //llvm-install/include/llvm/Passes/StandardInstrumentations.h 2024-08-20T21:58:31.5862187Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData 2024-08-20T21:58:31.5862569Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/Coverage 2024-08-20T21:58:31.5863052Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/Coverage/CoverageMapping.h 2024-08-20T21:58:31.5863589Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/Coverage/CoverageMappingReader.h 2024-08-20T21:58:31.5864135Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h 2024-08-20T21:58:31.5864477Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/GCOV.h 2024-08-20T21:58:31.5865099Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/InstrProf.h 2024-08-20T21:58:31.5865543Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/InstrProfCorrelator.h 2024-08-20T21:58:31.5865947Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/InstrProfData.inc 2024-08-20T21:58:31.5866365Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/InstrProfReader.h 2024-08-20T21:58:31.5866770Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/InstrProfWriter.h 2024-08-20T21:58:31.5867159Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/MIBEntryDef.inc 2024-08-20T21:58:31.5867524Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/MemProf.h 2024-08-20T21:58:31.5867916Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/MemProfData.inc 2024-08-20T21:58:31.5868308Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/ProfileCommon.h 2024-08-20T21:58:31.5868747Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/RawMemProfReader.h 2024-08-20T21:58:31.5869121Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/SampleProf.h 2024-08-20T21:58:31.5869549Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/SampleProfReader.h 2024-08-20T21:58:31.5869964Z #80 628.9 -- Installing: //llvm-install/include/llvm/ProfileData/SampleProfWriter.h 2024-08-20T21:58:31.5870240Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks 2024-08-20T21:58:31.5870702Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks/BitstreamRemarkContainer.h 2024-08-20T21:58:31.5871130Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks/BitstreamRemarkParser.h 2024-08-20T21:58:31.5871583Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks/BitstreamRemarkSerializer.h 2024-08-20T21:58:31.5872031Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks/HotnessThresholdParser.h 2024-08-20T21:58:31.5872382Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks/Remark.h 2024-08-20T21:58:31.5872762Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks/RemarkFormat.h 2024-08-20T21:58:31.5873124Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks/RemarkLinker.h 2024-08-20T21:58:31.5873481Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks/RemarkParser.h 2024-08-20T21:58:31.5873878Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks/RemarkSerializer.h 2024-08-20T21:58:31.5874254Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks/RemarkStreamer.h 2024-08-20T21:58:31.5874644Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks/RemarkStringTable.h 2024-08-20T21:58:31.5875070Z #80 628.9 -- Installing: //llvm-install/include/llvm/Remarks/YAMLRemarkSerializer.h 2024-08-20T21:58:31.5875374Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support 2024-08-20T21:58:31.5875786Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/AArch64TargetParser.h 2024-08-20T21:58:31.5876164Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/AMDGPUMetadata.h 2024-08-20T21:58:31.5876597Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/AMDHSAKernelDescriptor.h 2024-08-20T21:58:31.5877006Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ARMAttributeParser.h 2024-08-20T21:58:31.5877406Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ARMBuildAttributes.h 2024-08-20T21:58:31.5877769Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ARMEHABI.h 2024-08-20T21:58:31.5878164Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ARMTargetParser.h 2024-08-20T21:58:31.5878595Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ARMTargetParserCommon.h 2024-08-20T21:58:31.5878930Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ARMWinEH.h 2024-08-20T21:58:31.5879276Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/AlignOf.h 2024-08-20T21:58:31.5879688Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Alignment.h 2024-08-20T21:58:31.5880081Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Allocator.h 2024-08-20T21:58:31.5880498Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/AllocatorBase.h 2024-08-20T21:58:31.5880870Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ArrayRecycler.h 2024-08-20T21:58:31.5881205Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Atomic.h 2024-08-20T21:58:31.5881582Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/AtomicOrdering.h 2024-08-20T21:58:31.5881936Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/AutoConvert.h 2024-08-20T21:58:31.5882293Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Automaton.h 2024-08-20T21:58:31.5882602Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BCD.h 2024-08-20T21:58:31.5882937Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BLAKE3.h 2024-08-20T21:58:31.5883265Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Base64.h 2024-08-20T21:58:31.5883656Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BinaryByteStream.h 2024-08-20T21:58:31.5884053Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BinaryItemStream.h 2024-08-20T21:58:31.5884420Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BinaryStream.h 2024-08-20T21:58:31.5884815Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BinaryStreamArray.h 2024-08-20T21:58:31.5885217Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BinaryStreamError.h 2024-08-20T21:58:31.5885622Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BinaryStreamReader.h 2024-08-20T21:58:31.5886001Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BinaryStreamRef.h 2024-08-20T21:58:31.5886401Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BinaryStreamWriter.h 2024-08-20T21:58:31.5886807Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BlockFrequency.h 2024-08-20T21:58:31.5887210Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BranchProbability.h 2024-08-20T21:58:31.5887570Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/BuryPointer.h 2024-08-20T21:58:31.5887954Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CBindingWrapping.h 2024-08-20T21:58:31.5888292Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CFGDiff.h 2024-08-20T21:58:31.5888636Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CFGUpdate.h 2024-08-20T21:58:31.5888945Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/COM.h 2024-08-20T21:58:31.5889261Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CRC.h 2024-08-20T21:58:31.5889666Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CSKYAttributeParser.h 2024-08-20T21:58:31.5890077Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CSKYAttributes.h 2024-08-20T21:58:31.5890462Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CSKYTargetParser.h 2024-08-20T21:58:31.5890828Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CachePruning.h 2024-08-20T21:58:31.5891165Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Caching.h 2024-08-20T21:58:31.5891499Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Capacity.h 2024-08-20T21:58:31.5891826Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Casting.h 2024-08-20T21:58:31.5892270Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CheckedArithmetic.h 2024-08-20T21:58:31.5892593Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Chrono.h 2024-08-20T21:58:31.5892923Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CodeGen.h 2024-08-20T21:58:31.5893310Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CodeGenCoverage.h 2024-08-20T21:58:31.5893663Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CommandLine.h 2024-08-20T21:58:31.5894013Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Compiler.h 2024-08-20T21:58:31.5894392Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Compression.h 2024-08-20T21:58:31.5894740Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ConvertUTF.h 2024-08-20T21:58:31.5895174Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/CrashRecoveryContext.h 2024-08-20T21:58:31.5895479Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/DJB.h 2024-08-20T21:58:31.5895855Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/DOTGraphTraits.h 2024-08-20T21:58:31.5896269Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/DXILOperationCommon.h 2024-08-20T21:58:31.5896638Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/DataExtractor.h 2024-08-20T21:58:31.5896992Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/DataTypes.h 2024-08-20T21:58:31.5897316Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Debug.h 2024-08-20T21:58:31.5897679Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/DebugCounter.h 2024-08-20T21:58:31.5898062Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Discriminator.h 2024-08-20T21:58:31.5898494Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/DivisionByConstantInfo.h 2024-08-20T21:58:31.5898830Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Duration.h 2024-08-20T21:58:31.5899218Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/DynamicLibrary.h 2024-08-20T21:58:31.5899617Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ELFAttributeParser.h 2024-08-20T21:58:31.5899981Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ELFAttributes.h 2024-08-20T21:58:31.5900317Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Endian.h 2024-08-20T21:58:31.5900677Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/EndianStream.h 2024-08-20T21:58:31.5901008Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Errc.h 2024-08-20T21:58:31.5901356Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Errno.h 2024-08-20T21:58:31.5901677Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Error.h 2024-08-20T21:58:31.5902055Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ErrorHandling.h 2024-08-20T21:58:31.5902387Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ErrorOr.h 2024-08-20T21:58:31.5902727Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ExitCodes.h 2024-08-20T21:58:31.5903115Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ExtensibleRTTI.h 2024-08-20T21:58:31.5903484Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/FileCollector.h 2024-08-20T21:58:31.5903877Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/FileOutputBuffer.h 2024-08-20T21:58:31.5904228Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/FileSystem.h 2024-08-20T21:58:31.5904593Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/FileSystem 2024-08-20T21:58:31.5905010Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/FileSystem/UniqueID.h 2024-08-20T21:58:31.5905380Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/FileUtilities.h 2024-08-20T21:58:31.5905702Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Format.h 2024-08-20T21:58:31.5906087Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/FormatAdapters.h 2024-08-20T21:58:31.5906452Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/FormatCommon.h 2024-08-20T21:58:31.5906856Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/FormatProviders.h 2024-08-20T21:58:31.5907241Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/FormatVariadic.h 2024-08-20T21:58:31.5907671Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/FormatVariadicDetails.h 2024-08-20T21:58:31.5908061Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/FormattedStream.h 2024-08-20T21:58:31.5908436Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/GenericDomTree.h 2024-08-20T21:58:31.5908925Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/GenericDomTreeConstruction.h 2024-08-20T21:58:31.5909461Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/GenericIteratedDominanceFrontier.h 2024-08-20T21:58:31.5909818Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/GlobPattern.h 2024-08-20T21:58:31.5910171Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/GraphWriter.h 2024-08-20T21:58:31.5910536Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/HashBuilder.h 2024-08-20T21:58:31.5910852Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Host.h 2024-08-20T21:58:31.5911199Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/InitLLVM.h 2024-08-20T21:58:31.5911580Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/InstructionCost.h 2024-08-20T21:58:31.5912072Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ItaniumManglingCanonicalizer.h 2024-08-20T21:58:31.5912399Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/JSON.h 2024-08-20T21:58:31.5912744Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/KnownBits.h 2024-08-20T21:58:31.5913070Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/LEB128.h 2024-08-20T21:58:31.5913421Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/LICENSE.TXT 2024-08-20T21:58:31.5913784Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/LineIterator.h 2024-08-20T21:58:31.5914113Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Locale.h 2024-08-20T21:58:31.5914499Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/LockFileManager.h 2024-08-20T21:58:31.5914927Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/LoongArchTargetParser.h 2024-08-20T21:58:31.5915325Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/LowLevelTypeImpl.h 2024-08-20T21:58:31.5915663Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/MD5.h 2024-08-20T21:58:31.5916090Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/MSP430AttributeParser.h 2024-08-20T21:58:31.5916481Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/MSP430Attributes.h 2024-08-20T21:58:31.5916896Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/MSVCErrorWorkarounds.h 2024-08-20T21:58:31.5917282Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/MachineValueType.h 2024-08-20T21:58:31.5917667Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ManagedStatic.h 2024-08-20T21:58:31.5918013Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/MathExtras.h 2024-08-20T21:58:31.5918359Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/MemAlloc.h 2024-08-20T21:58:31.5918679Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Memory.h 2024-08-20T21:58:31.5919068Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/MemoryBuffer.h 2024-08-20T21:58:31.5919462Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/MemoryBufferRef.h 2024-08-20T21:58:31.5919916Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/MipsABIFlags.h 2024-08-20T21:58:31.5920247Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ModRef.h 2024-08-20T21:58:31.5920579Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Mutex.h 2024-08-20T21:58:31.5920966Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/NativeFormatting.h 2024-08-20T21:58:31.5921378Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/OnDiskHashTable.h 2024-08-20T21:58:31.5921817Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/OptimizedStructLayout.h 2024-08-20T21:58:31.5922166Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/PGOOptions.h 2024-08-20T21:58:31.5922519Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Parallel.h 2024-08-20T21:58:31.5922836Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Path.h 2024-08-20T21:58:31.5923203Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/PluginLoader.h 2024-08-20T21:58:31.5923674Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/PointerLikeTypeTraits.h 2024-08-20T21:58:31.5924062Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/PrettyStackTrace.h 2024-08-20T21:58:31.5924404Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Printable.h 2024-08-20T21:58:31.5924749Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Process.h 2024-08-20T21:58:31.5925079Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Program.h 2024-08-20T21:58:31.5925507Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/RISCVAttributeParser.h 2024-08-20T21:58:31.5925885Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/RISCVAttributes.h 2024-08-20T21:58:31.5926247Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/RISCVISAInfo.h 2024-08-20T21:58:31.5926590Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/RWMutex.h 2024-08-20T21:58:31.5927021Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/RandomNumberGenerator.h 2024-08-20T21:58:31.5927360Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Recycler.h 2024-08-20T21:58:31.5927768Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/RecyclingAllocator.h 2024-08-20T21:58:31.5928085Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Regex.h 2024-08-20T21:58:31.5928420Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Registry.h 2024-08-20T21:58:31.5928821Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ReverseIteration.h 2024-08-20T21:58:31.5929133Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/SHA1.h 2024-08-20T21:58:31.5929469Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/SHA256.h 2024-08-20T21:58:31.5929788Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/SMLoc.h 2024-08-20T21:58:31.5930112Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/SMTAPI.h 2024-08-20T21:58:31.5930530Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/SaveAndRestore.h 2024-08-20T21:58:31.5930896Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ScaledNumber.h 2024-08-20T21:58:31.5931268Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ScopedPrinter.h 2024-08-20T21:58:31.5931611Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Signals.h 2024-08-20T21:58:31.5931951Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Signposts.h 2024-08-20T21:58:31.5932401Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/SmallVectorMemoryBuffer.h 2024-08-20T21:58:31.5932722Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Solaris 2024-08-20T21:58:31.5933060Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Solaris/sys 2024-08-20T21:58:31.5933488Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Solaris/sys/regset.h 2024-08-20T21:58:31.5933962Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/SourceMgr.h 2024-08-20T21:58:31.5934344Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/SpecialCaseList.h 2024-08-20T21:58:31.5934707Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/StringSaver.h 2024-08-20T21:58:31.5935056Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/SuffixTree.h 2024-08-20T21:58:31.5935424Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/SwapByteOrder.h 2024-08-20T21:58:31.5935921Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/SymbolRemappingReader.h 2024-08-20T21:58:31.5936282Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/SystemUtils.h 2024-08-20T21:58:31.5936632Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/TarWriter.h 2024-08-20T21:58:31.5937014Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/TargetOpcodes.def 2024-08-20T21:58:31.5937381Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/TargetParser.h 2024-08-20T21:58:31.5937755Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/TargetSelect.h 2024-08-20T21:58:31.5938130Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/TaskQueue.h 2024-08-20T21:58:31.5938479Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ThreadPool.h 2024-08-20T21:58:31.5938821Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Threading.h 2024-08-20T21:58:31.5939181Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/TimeProfiler.h 2024-08-20T21:58:31.5939510Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Timer.h 2024-08-20T21:58:31.5939882Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/ToolOutputFile.h 2024-08-20T21:58:31.5940261Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/TrailingObjects.h 2024-08-20T21:58:31.5940634Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/TrigramIndex.h 2024-08-20T21:58:31.5940977Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/TypeName.h 2024-08-20T21:58:31.5941317Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/TypeSize.h 2024-08-20T21:58:31.5941658Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Unicode.h 2024-08-20T21:58:31.5942053Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/UnicodeCharRanges.h 2024-08-20T21:58:31.5942387Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Valgrind.h 2024-08-20T21:58:31.5942760Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/VersionTuple.h 2024-08-20T21:58:31.5943153Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/VirtualFileSystem.h 2024-08-20T21:58:31.5943498Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Watchdog.h 2024-08-20T21:58:31.5943828Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Win64EH.h 2024-08-20T21:58:31.5944145Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Windows 2024-08-20T21:58:31.5944589Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Windows/WindowsSupport.h 2024-08-20T21:58:31.5944992Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/WindowsError.h 2024-08-20T21:58:31.5945505Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/WithColor.h 2024-08-20T21:58:31.5945997Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/X86DisassemblerDecoderCommon.h 2024-08-20T21:58:31.5946392Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/X86TargetParser.def 2024-08-20T21:58:31.5946783Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/X86TargetParser.h 2024-08-20T21:58:31.5947132Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/YAMLParser.h 2024-08-20T21:58:31.5947476Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/YAMLTraits.h 2024-08-20T21:58:31.5947896Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/circular_raw_ostream.h 2024-08-20T21:58:31.5948317Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/raw_os_ostream.h 2024-08-20T21:58:31.5948671Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/raw_ostream.h 2024-08-20T21:58:31.5949060Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/raw_sha1_ostream.h 2024-08-20T21:58:31.5949382Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/thread.h 2024-08-20T21:58:31.5949732Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/type_traits.h 2024-08-20T21:58:31.5950062Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/xxhash.h 2024-08-20T21:58:31.5950345Z #80 628.9 -- Installing: //llvm-install/include/llvm/TableGen 2024-08-20T21:58:31.5950734Z #80 628.9 -- Installing: //llvm-install/include/llvm/TableGen/Automaton.td 2024-08-20T21:58:31.5951128Z #80 628.9 -- Installing: //llvm-install/include/llvm/TableGen/DirectiveEmitter.h 2024-08-20T21:58:31.5951450Z #80 628.9 -- Installing: //llvm-install/include/llvm/TableGen/Error.h 2024-08-20T21:58:31.5951782Z #80 628.9 -- Installing: //llvm-install/include/llvm/TableGen/Main.h 2024-08-20T21:58:31.5952114Z #80 628.9 -- Installing: //llvm-install/include/llvm/TableGen/Parser.h 2024-08-20T21:58:31.5952469Z #80 628.9 -- Installing: //llvm-install/include/llvm/TableGen/Record.h 2024-08-20T21:58:31.5952875Z #80 628.9 -- Installing: //llvm-install/include/llvm/TableGen/SearchableTable.td 2024-08-20T21:58:31.5953221Z #80 628.9 -- Installing: //llvm-install/include/llvm/TableGen/SetTheory.h 2024-08-20T21:58:31.5953606Z #80 628.9 -- Installing: //llvm-install/include/llvm/TableGen/StringMatcher.h 2024-08-20T21:58:31.5954025Z #80 628.9 -- Installing: //llvm-install/include/llvm/TableGen/StringToOffsetTable.h 2024-08-20T21:58:31.5954409Z #80 628.9 -- Installing: //llvm-install/include/llvm/TableGen/TableGenBackend.h 2024-08-20T21:58:31.5954689Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target 2024-08-20T21:58:31.5955086Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/CGPassBuilderOption.h 2024-08-20T21:58:31.5955472Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/CodeGenCWrappers.h 2024-08-20T21:58:31.5955859Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/GenericOpcodes.td 2024-08-20T21:58:31.5956188Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/GlobalISel 2024-08-20T21:58:31.5956581Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/GlobalISel/Combine.td 2024-08-20T21:58:31.5957025Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/GlobalISel/RegisterBank.td 2024-08-20T21:58:31.5957511Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/GlobalISel/SelectionDAGCompat.td 2024-08-20T21:58:31.5957910Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/GlobalISel/Target.td 2024-08-20T21:58:31.5958233Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/Target.td 2024-08-20T21:58:31.5958621Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/TargetCallingConv.td 2024-08-20T21:58:31.5959056Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/TargetInstrPredicate.td 2024-08-20T21:58:31.5959482Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/TargetIntrinsicInfo.h 2024-08-20T21:58:31.5959927Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/TargetItinerary.td 2024-08-20T21:58:31.5960381Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/TargetLoweringObjectFile.h 2024-08-20T21:58:31.5960749Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/TargetMachine.h 2024-08-20T21:58:31.5961124Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/TargetOptions.h 2024-08-20T21:58:31.5961519Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/TargetPfmCounters.td 2024-08-20T21:58:31.5961891Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/TargetSchedule.td 2024-08-20T21:58:31.5962299Z #80 628.9 -- Installing: //llvm-install/include/llvm/Target/TargetSelectionDAG.td 2024-08-20T21:58:31.5962599Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser 2024-08-20T21:58:31.5963075Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/AArch64TargetParser.h 2024-08-20T21:58:31.5963525Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/ARMTargetParser.def 2024-08-20T21:58:31.5963946Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/ARMTargetParser.h 2024-08-20T21:58:31.5964409Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/ARMTargetParserCommon.h 2024-08-20T21:58:31.5964847Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/CSKYTargetParser.def 2024-08-20T21:58:31.5965274Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/CSKYTargetParser.h 2024-08-20T21:58:31.5965653Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/Host.h 2024-08-20T21:58:31.5966133Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/LoongArchTargetParser.def 2024-08-20T21:58:31.5966591Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/LoongArchTargetParser.h 2024-08-20T21:58:31.5967030Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/RISCVTargetParser.h 2024-08-20T21:58:31.5967458Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/TargetParser.h 2024-08-20T21:58:31.5967822Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/Triple.h 2024-08-20T21:58:31.5968248Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/X86TargetParser.def 2024-08-20T21:58:31.5968665Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/X86TargetParser.h 2024-08-20T21:58:31.5968952Z #80 628.9 -- Installing: //llvm-install/include/llvm/Testing 2024-08-20T21:58:31.5969248Z #80 628.9 -- Installing: //llvm-install/include/llvm/Testing/ADT 2024-08-20T21:58:31.5969615Z #80 628.9 -- Installing: //llvm-install/include/llvm/Testing/ADT/StringMap.h 2024-08-20T21:58:31.5970014Z #80 628.9 -- Installing: //llvm-install/include/llvm/Testing/ADT/StringMapEntry.h 2024-08-20T21:58:31.5970351Z #80 628.9 -- Installing: //llvm-install/include/llvm/Testing/Annotations 2024-08-20T21:58:31.5970783Z #80 628.9 -- Installing: //llvm-install/include/llvm/Testing/Annotations/Annotations.h 2024-08-20T21:58:31.5971112Z #80 628.9 -- Installing: //llvm-install/include/llvm/Testing/Support 2024-08-20T21:58:31.5971479Z #80 628.9 -- Installing: //llvm-install/include/llvm/Testing/Support/Error.h 2024-08-20T21:58:31.5971920Z #80 628.9 -- Installing: //llvm-install/include/llvm/Testing/Support/SupportHelpers.h 2024-08-20T21:58:31.5972196Z #80 628.9 -- Installing: //llvm-install/include/llvm/TextAPI 2024-08-20T21:58:31.5972570Z #80 628.9 -- Installing: //llvm-install/include/llvm/TextAPI/Architecture.def 2024-08-20T21:58:31.5972942Z #80 628.9 -- Installing: //llvm-install/include/llvm/TextAPI/Architecture.h 2024-08-20T21:58:31.5973318Z #80 628.9 -- Installing: //llvm-install/include/llvm/TextAPI/ArchitectureSet.h 2024-08-20T21:58:31.5973686Z #80 628.9 -- Installing: //llvm-install/include/llvm/TextAPI/InterfaceFile.h 2024-08-20T21:58:31.5974069Z #80 628.9 -- Installing: //llvm-install/include/llvm/TextAPI/PackedVersion.h 2024-08-20T21:58:31.5974433Z #80 628.9 -- Installing: //llvm-install/include/llvm/TextAPI/Platform.h 2024-08-20T21:58:31.5974767Z #80 628.9 -- Installing: //llvm-install/include/llvm/TextAPI/Symbol.h 2024-08-20T21:58:31.5975088Z #80 628.9 -- Installing: //llvm-install/include/llvm/TextAPI/Target.h 2024-08-20T21:58:31.5975456Z #80 628.9 -- Installing: //llvm-install/include/llvm/TextAPI/TextAPIReader.h 2024-08-20T21:58:31.5975834Z #80 628.9 -- Installing: //llvm-install/include/llvm/TextAPI/TextAPIWriter.h 2024-08-20T21:58:31.5976129Z #80 628.9 -- Installing: //llvm-install/include/llvm/ToolDrivers 2024-08-20T21:58:31.5976501Z #80 628.9 -- Installing: //llvm-install/include/llvm/ToolDrivers/llvm-dlltool 2024-08-20T21:58:31.5976995Z #80 628.9 -- Installing: //llvm-install/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h 2024-08-20T21:58:31.5977338Z #80 628.9 -- Installing: //llvm-install/include/llvm/ToolDrivers/llvm-lib 2024-08-20T21:58:31.5977786Z #80 628.9 -- Installing: //llvm-install/include/llvm/ToolDrivers/llvm-lib/LibDriver.h 2024-08-20T21:58:31.5978087Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms 2024-08-20T21:58:31.5978520Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/AggressiveInstCombine 2024-08-20T21:58:31.5979158Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h 2024-08-20T21:58:31.5979503Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/CFGuard.h 2024-08-20T21:58:31.5979851Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Coroutines 2024-08-20T21:58:31.5980332Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Coroutines/CoroCleanup.h 2024-08-20T21:58:31.5980877Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h 2024-08-20T21:58:31.5981305Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Coroutines/CoroEarly.h 2024-08-20T21:58:31.5981752Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Coroutines/CoroElide.h 2024-08-20T21:58:31.5982206Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Coroutines/CoroSplit.h 2024-08-20T21:58:31.5982540Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO.h 2024-08-20T21:58:31.5982855Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO 2024-08-20T21:58:31.5983270Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/AlwaysInliner.h 2024-08-20T21:58:31.5983740Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/Annotation2Metadata.h 2024-08-20T21:58:31.5984185Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/ArgumentPromotion.h 2024-08-20T21:58:31.5984572Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/Attributor.h 2024-08-20T21:58:31.5985003Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/BlockExtractor.h 2024-08-20T21:58:31.5985494Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/CalledValuePropagation.h 2024-08-20T21:58:31.5985919Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/ConstantMerge.h 2024-08-20T21:58:31.5986315Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/CrossDSOCFI.h 2024-08-20T21:58:31.5986806Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/DeadArgumentElimination.h 2024-08-20T21:58:31.5987235Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/ElimAvailExtern.h 2024-08-20T21:58:31.5987617Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/ExtractGV.h 2024-08-20T21:58:31.5988068Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/ForceFunctionAttrs.h 2024-08-20T21:58:31.5988491Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/FunctionAttrs.h 2024-08-20T21:58:31.5988912Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/FunctionImport.h 2024-08-20T21:58:31.5989414Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/FunctionSpecialization.h 2024-08-20T21:58:31.5989823Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/GlobalDCE.h 2024-08-20T21:58:31.5990202Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/GlobalOpt.h 2024-08-20T21:58:31.5990604Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/GlobalSplit.h 2024-08-20T21:58:31.5991033Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/HotColdSplitting.h 2024-08-20T21:58:31.5991418Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/IROutliner.h 2024-08-20T21:58:31.5991876Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/InferFunctionAttrs.h 2024-08-20T21:58:31.5992246Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/Inliner.h 2024-08-20T21:58:31.5992648Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/Internalize.h 2024-08-20T21:58:31.5993087Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/LoopExtractor.h 2024-08-20T21:58:31.5993514Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/LowerTypeTests.h 2024-08-20T21:58:31.5993947Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/MergeFunctions.h 2024-08-20T21:58:31.5994358Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/ModuleInliner.h 2024-08-20T21:58:31.5994740Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/OpenMPOpt.h 2024-08-20T21:58:31.5995180Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/PartialInlining.h 2024-08-20T21:58:31.5995652Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/PassManagerBuilder.h 2024-08-20T21:58:31.5996093Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/ProfiledCallGraph.h 2024-08-20T21:58:31.5996459Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/SCCP.h 2024-08-20T21:58:31.5996922Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/SampleContextTracker.h 2024-08-20T21:58:31.5997348Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/SampleProfile.h 2024-08-20T21:58:31.5997825Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/SampleProfileProbe.h 2024-08-20T21:58:31.5998282Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/StripDeadPrototypes.h 2024-08-20T21:58:31.5998697Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/StripSymbols.h 2024-08-20T21:58:31.5999225Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h 2024-08-20T21:58:31.5999772Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h 2024-08-20T21:58:31.6000238Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/IPO/WholeProgramDevirt.h 2024-08-20T21:58:31.6000602Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/InstCombine 2024-08-20T21:58:31.6001063Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/InstCombine/InstCombine.h 2024-08-20T21:58:31.6001524Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/InstCombine/InstCombiner.h 2024-08-20T21:58:31.6001922Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation.h 2024-08-20T21:58:31.6002316Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation 2024-08-20T21:58:31.6002845Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/AddressSanitizer.h 2024-08-20T21:58:31.6003426Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h 2024-08-20T21:58:31.6004027Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h 2024-08-20T21:58:31.6004543Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/BoundsChecking.h 2024-08-20T21:58:31.6005029Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/CGProfile.h 2024-08-20T21:58:31.6005663Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h 2024-08-20T21:58:31.6006204Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h 2024-08-20T21:58:31.6006709Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/GCOVProfiler.h 2024-08-20T21:58:31.6007262Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h 2024-08-20T21:58:31.6007786Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/InstrOrderFile.h 2024-08-20T21:58:31.6008297Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/InstrProfiling.h 2024-08-20T21:58:31.6008731Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/KCFI.h 2024-08-20T21:58:31.6009233Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/MemProfiler.h 2024-08-20T21:58:31.6009793Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/MemorySanitizer.h 2024-08-20T21:58:31.6010344Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h 2024-08-20T21:58:31.6010873Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/PoisonChecking.h 2024-08-20T21:58:31.6011462Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h 2024-08-20T21:58:31.6012147Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h 2024-08-20T21:58:31.6012656Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h 2024-08-20T21:58:31.6012990Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/ObjCARC.h 2024-08-20T21:58:31.6013333Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar.h 2024-08-20T21:58:31.6013655Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar 2024-08-20T21:58:31.6014018Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/ADCE.h 2024-08-20T21:58:31.6014569Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h 2024-08-20T21:58:31.6015020Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/AnnotationRemarks.h 2024-08-20T21:58:31.6015391Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/BDCE.h 2024-08-20T21:58:31.6015839Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/CallSiteSplitting.h 2024-08-20T21:58:31.6016274Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/ConstantHoisting.h 2024-08-20T21:58:31.6016771Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/ConstraintElimination.h 2024-08-20T21:58:31.6017302Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h 2024-08-20T21:58:31.6017665Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/DCE.h 2024-08-20T21:58:31.6018119Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/DFAJumpThreading.h 2024-08-20T21:58:31.6018598Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/DeadStoreElimination.h 2024-08-20T21:58:31.6019020Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/DivRemPairs.h 2024-08-20T21:58:31.6019403Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/EarlyCSE.h 2024-08-20T21:58:31.6019800Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/FlattenCFG.h 2024-08-20T21:58:31.6020198Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/Float2Int.h 2024-08-20T21:58:31.6020552Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/GVN.h 2024-08-20T21:58:31.6020971Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/GVNExpression.h 2024-08-20T21:58:31.6021407Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/GuardWidening.h 2024-08-20T21:58:31.6021862Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/IVUsersPrinter.h 2024-08-20T21:58:31.6022299Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/IndVarSimplify.h 2024-08-20T21:58:31.6022863Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h 2024-08-20T21:58:31.6023320Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/InferAddressSpaces.h 2024-08-20T21:58:31.6023778Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/InstSimplifyPass.h 2024-08-20T21:58:31.6024199Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/JumpThreading.h 2024-08-20T21:58:31.6024560Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LICM.h 2024-08-20T21:58:31.6025120Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h 2024-08-20T21:58:31.6025550Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopBoundSplit.h 2024-08-20T21:58:31.6025999Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopDataPrefetch.h 2024-08-20T21:58:31.6026413Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopDeletion.h 2024-08-20T21:58:31.6026838Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopDistribute.h 2024-08-20T21:58:31.6027261Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopFlatten.h 2024-08-20T21:58:31.6027667Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopFuse.h 2024-08-20T21:58:31.6028127Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h 2024-08-20T21:58:31.6028578Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopInstSimplify.h 2024-08-20T21:58:31.6029019Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopInterchange.h 2024-08-20T21:58:31.6029528Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopLoadElimination.h 2024-08-20T21:58:31.6029966Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopPassManager.h 2024-08-20T21:58:31.6030401Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopPredication.h 2024-08-20T21:58:31.6030811Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopReroll.h 2024-08-20T21:58:31.6031227Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopRotation.h 2024-08-20T21:58:31.6031658Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h 2024-08-20T21:58:31.6032053Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopSink.h 2024-08-20T21:58:31.6032515Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopStrengthReduce.h 2024-08-20T21:58:31.6033012Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h 2024-08-20T21:58:31.6033445Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopUnrollPass.h 2024-08-20T21:58:31.6034196Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LoopVersioningLICM.h 2024-08-20T21:58:31.6034659Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LowerAtomicPass.h 2024-08-20T21:58:31.6035181Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h 2024-08-20T21:58:31.6035679Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h 2024-08-20T21:58:31.6036180Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h 2024-08-20T21:58:31.6036682Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h 2024-08-20T21:58:31.6037209Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/LowerWidenableCondition.h 2024-08-20T21:58:31.6037742Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h 2024-08-20T21:58:31.6038189Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/MemCpyOptimizer.h 2024-08-20T21:58:31.6038618Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/MergeICmps.h 2024-08-20T21:58:31.6039286Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h 2024-08-20T21:58:31.6039820Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/NaryReassociate.h 2024-08-20T21:58:31.6040217Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/NewGVN.h 2024-08-20T21:58:31.6040737Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h 2024-08-20T21:58:31.6041168Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/Reassociate.h 2024-08-20T21:58:31.6041606Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/Reg2Mem.h 2024-08-20T21:58:31.6042129Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h 2024-08-20T21:58:31.6042507Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/SCCP.h 2024-08-20T21:58:31.6042879Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/SROA.h 2024-08-20T21:58:31.6043406Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h 2024-08-20T21:58:31.6043859Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/Scalarizer.h 2024-08-20T21:58:31.6044412Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h 2024-08-20T21:58:31.6044894Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h 2024-08-20T21:58:31.6045314Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/SimplifyCFG.h 2024-08-20T21:58:31.6045685Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/Sink.h 2024-08-20T21:58:31.6046217Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/SpeculativeExecution.h 2024-08-20T21:58:31.6046765Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h 2024-08-20T21:58:31.6047204Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/StructurizeCFG.h 2024-08-20T21:58:31.6047664Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/TLSVariableHoist.h 2024-08-20T21:58:31.6048193Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/TailRecursionElimination.h 2024-08-20T21:58:31.6048695Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Scalar/WarnMissedTransforms.h 2024-08-20T21:58:31.6049027Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils.h 2024-08-20T21:58:31.6049355Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils 2024-08-20T21:58:31.6049814Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h 2024-08-20T21:58:31.6050301Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/ASanStackFrameLayout.h 2024-08-20T21:58:31.6050754Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/AddDiscriminators.h 2024-08-20T21:58:31.6051239Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/AssumeBundleBuilder.h 2024-08-20T21:58:31.6051784Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/BasicBlockUtils.h 2024-08-20T21:58:31.6052222Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/BreakCriticalEdges.h 2024-08-20T21:58:31.6052610Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/BuildLibCalls.h 2024-08-20T21:58:31.6053028Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/BypassSlowDivision.h 2024-08-20T21:58:31.6053456Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/CallGraphUpdater.h 2024-08-20T21:58:31.6053903Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/CallPromotionUtils.h 2024-08-20T21:58:31.6054340Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/CanonicalizeAliases.h 2024-08-20T21:58:31.6054837Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h 2024-08-20T21:58:31.6055192Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/Cloning.h 2024-08-20T21:58:31.6055595Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/CodeExtractor.h 2024-08-20T21:58:31.6055964Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/CodeLayout.h 2024-08-20T21:58:31.6056358Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/CodeMoverUtils.h 2024-08-20T21:58:31.6056727Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/CtorUtils.h 2024-08-20T21:58:31.6057110Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/Debugify.h 2024-08-20T21:58:31.6057569Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/EntryExitInstrumenter.h 2024-08-20T21:58:31.6057994Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/EscapeEnumerator.h 2024-08-20T21:58:31.6058352Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/Evaluator.h 2024-08-20T21:58:31.6058749Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/FixIrreducible.h 2024-08-20T21:58:31.6059209Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/FunctionComparator.h 2024-08-20T21:58:31.6059648Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/FunctionImportUtils.h 2024-08-20T21:58:31.6060218Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/GlobalStatus.h 2024-08-20T21:58:31.6060602Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/GuardUtils.h 2024-08-20T21:58:31.6060987Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/HelloWorld.h 2024-08-20T21:58:31.6061484Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/InjectTLIMappings.h 2024-08-20T21:58:31.6061918Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/InstructionNamer.h 2024-08-20T21:58:31.6062378Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/InstructionWorklist.h 2024-08-20T21:58:31.6062813Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/IntegerDivision.h 2024-08-20T21:58:31.6063174Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LCSSA.h 2024-08-20T21:58:31.6063632Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h 2024-08-20T21:58:31.6063991Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/Local.h 2024-08-20T21:58:31.6064534Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LoopPeel.h 2024-08-20T21:58:31.6065001Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LoopRotationUtils.h 2024-08-20T21:58:31.6065426Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LoopSimplify.h 2024-08-20T21:58:31.6065822Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LoopUtils.h 2024-08-20T21:58:31.6066265Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LoopVersioning.h 2024-08-20T21:58:31.6066676Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LowerAtomic.h 2024-08-20T21:58:31.6067133Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LowerGlobalDtors.h 2024-08-20T21:58:31.6067527Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LowerIFunc.h 2024-08-20T21:58:31.6067931Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LowerInvoke.h 2024-08-20T21:58:31.6068399Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LowerMemIntrinsics.h 2024-08-20T21:58:31.6068839Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/LowerSwitch.h 2024-08-20T21:58:31.6069248Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/MatrixUtils.h 2024-08-20T21:58:31.6069642Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/Mem2Reg.h 2024-08-20T21:58:31.6070078Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/MemoryOpRemark.h 2024-08-20T21:58:31.6070575Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/MemoryTaggingSupport.h 2024-08-20T21:58:31.6070994Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/MetaRenamer.h 2024-08-20T21:58:31.6071487Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/MisExpect.h 2024-08-20T21:58:31.6071891Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/ModuleUtils.h 2024-08-20T21:58:31.6072345Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/NameAnonGlobals.h 2024-08-20T21:58:31.6072762Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/PredicateInfo.h 2024-08-20T21:58:31.6073199Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/PromoteMemToReg.h 2024-08-20T21:58:31.6073694Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/RelLookupTableConverter.h 2024-08-20T21:58:31.6074090Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SCCPSolver.h 2024-08-20T21:58:31.6074474Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SSAUpdater.h 2024-08-20T21:58:31.6074920Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SSAUpdaterBulk.h 2024-08-20T21:58:31.6075351Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SSAUpdaterImpl.h 2024-08-20T21:58:31.6075842Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SampleProfileInference.h 2024-08-20T21:58:31.6076477Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h 2024-08-20T21:58:31.6077015Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h 2024-08-20T21:58:31.6077582Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SanitizerStats.h 2024-08-20T21:58:31.6078084Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h 2024-08-20T21:58:31.6078530Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SimplifyCFGOptions.h 2024-08-20T21:58:31.6078952Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SimplifyIndVar.h 2024-08-20T21:58:31.6079400Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SimplifyLibCalls.h 2024-08-20T21:58:31.6079851Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SizeOpts.h 2024-08-20T21:58:31.6080425Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SplitModule.h 2024-08-20T21:58:31.6080881Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/StripGCRelocates.h 2024-08-20T21:58:31.6081419Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h 2024-08-20T21:58:31.6081861Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/SymbolRewriter.h 2024-08-20T21:58:31.6082358Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h 2024-08-20T21:58:31.6082787Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/UnifyLoopExits.h 2024-08-20T21:58:31.6083198Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/UnrollLoop.h 2024-08-20T21:58:31.6083593Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/VNCoercion.h 2024-08-20T21:58:31.6084006Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Utils/ValueMapper.h 2024-08-20T21:58:31.6084379Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Vectorize.h 2024-08-20T21:58:31.6084757Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Vectorize 2024-08-20T21:58:31.6085277Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h 2024-08-20T21:58:31.6085842Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h 2024-08-20T21:58:31.6086288Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Vectorize/LoopVectorize.h 2024-08-20T21:58:31.6086752Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Vectorize/SLPVectorizer.h 2024-08-20T21:58:31.6087200Z #80 628.9 -- Installing: //llvm-install/include/llvm/Transforms/Vectorize/VectorCombine.h 2024-08-20T21:58:31.6087513Z #80 628.9 -- Installing: //llvm-install/include/llvm/WindowsDriver 2024-08-20T21:58:31.6087904Z #80 628.9 -- Installing: //llvm-install/include/llvm/WindowsDriver/MSVCPaths.h 2024-08-20T21:58:31.6088327Z #80 628.9 -- Installing: //llvm-install/include/llvm/WindowsDriver/MSVCSetupApi.h 2024-08-20T21:58:31.6088661Z #80 628.9 -- Installing: //llvm-install/include/llvm/WindowsManifest 2024-08-20T21:58:31.6089153Z #80 628.9 -- Installing: //llvm-install/include/llvm/WindowsManifest/WindowsManifestMerger.h 2024-08-20T21:58:31.6089469Z #80 628.9 -- Installing: //llvm-install/include/llvm/WindowsResource 2024-08-20T21:58:31.6089930Z #80 628.9 -- Installing: //llvm-install/include/llvm/WindowsResource/ResourceProcessor.h 2024-08-20T21:58:31.6090396Z #80 628.9 -- Installing: //llvm-install/include/llvm/WindowsResource/ResourceScriptToken.h 2024-08-20T21:58:31.6090924Z #80 628.9 -- Installing: //llvm-install/include/llvm/WindowsResource/ResourceScriptTokenList.h 2024-08-20T21:58:31.6091195Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay 2024-08-20T21:58:31.6091536Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/BlockIndexer.h 2024-08-20T21:58:31.6091993Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/BlockPrinter.h 2024-08-20T21:58:31.6092333Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/BlockVerifier.h 2024-08-20T21:58:31.6092670Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/FDRLogBuilder.h 2024-08-20T21:58:31.6093068Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/FDRRecordConsumer.h 2024-08-20T21:58:31.6093435Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/FDRRecordProducer.h 2024-08-20T21:58:31.6093753Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/FDRRecords.h 2024-08-20T21:58:31.6094126Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/FDRTraceExpander.h 2024-08-20T21:58:31.6094472Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/FDRTraceWriter.h 2024-08-20T21:58:31.6094831Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/FileHeaderReader.h 2024-08-20T21:58:31.6095134Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/Graph.h 2024-08-20T21:58:31.6095507Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/InstrumentationMap.h 2024-08-20T21:58:31.6095820Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/Profile.h 2024-08-20T21:58:31.6096162Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/RecordPrinter.h 2024-08-20T21:58:31.6096455Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/Trace.h 2024-08-20T21:58:31.6096784Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/XRayRecord.h 2024-08-20T21:58:31.6097128Z #80 628.9 -- Installing: //llvm-install/include/llvm/XRay/YAMLXRayRecord.h 2024-08-20T21:58:31.6097365Z #80 628.9 -- Installing: //llvm-install/include/llvm-c 2024-08-20T21:58:31.6097665Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Analysis.h 2024-08-20T21:58:31.6097963Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/BitReader.h 2024-08-20T21:58:31.6098256Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/BitWriter.h 2024-08-20T21:58:31.6098548Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Comdat.h 2024-08-20T21:58:31.6098828Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Core.h 2024-08-20T21:58:31.6099162Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/DataTypes.h 2024-08-20T21:58:31.6099457Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/DebugInfo.h 2024-08-20T21:58:31.6099764Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Deprecated.h 2024-08-20T21:58:31.6100093Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Disassembler.h 2024-08-20T21:58:31.6100444Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/DisassemblerTypes.h 2024-08-20T21:58:31.6100723Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Error.h 2024-08-20T21:58:31.6101052Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/ErrorHandling.h 2024-08-20T21:58:31.6101384Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/ExecutionEngine.h 2024-08-20T21:58:31.6101672Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/ExternC.h 2024-08-20T21:58:31.6101970Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/IRReader.h 2024-08-20T21:58:31.6102327Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Initialization.h 2024-08-20T21:58:31.6102614Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/LLJIT.h 2024-08-20T21:58:31.6102898Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Linker.h 2024-08-20T21:58:31.6103181Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Object.h 2024-08-20T21:58:31.6103459Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Orc.h 2024-08-20T21:58:31.6103736Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/OrcEE.h 2024-08-20T21:58:31.6104022Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Remarks.h 2024-08-20T21:58:31.6104337Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Support.h 2024-08-20T21:58:31.6104624Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Target.h 2024-08-20T21:58:31.6104950Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/TargetMachine.h 2024-08-20T21:58:31.6105246Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Transforms 2024-08-20T21:58:31.6105576Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Transforms/IPO.h 2024-08-20T21:58:31.6105985Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Transforms/InstCombine.h 2024-08-20T21:58:31.6106356Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Transforms/PassBuilder.h 2024-08-20T21:58:31.6106775Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Transforms/PassManagerBuilder.h 2024-08-20T21:58:31.6107123Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Transforms/Scalar.h 2024-08-20T21:58:31.6107462Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Transforms/Utils.h 2024-08-20T21:58:31.6107914Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Transforms/Vectorize.h 2024-08-20T21:58:31.6108185Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/Types.h 2024-08-20T21:58:31.6108455Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/blake3.h 2024-08-20T21:58:31.6108721Z #80 628.9 -- Installing: //llvm-install/include/llvm-c/lto.h 2024-08-20T21:58:31.6108937Z #80 628.9 -- Up-to-date: //llvm-install/include/llvm 2024-08-20T21:58:31.6109193Z #80 628.9 -- Up-to-date: //llvm-install/include/llvm/Config 2024-08-20T21:58:31.6109541Z #80 628.9 -- Installing: //llvm-install/include/llvm/Config/AsmPrinters.def 2024-08-20T21:58:31.6109866Z #80 628.9 -- Installing: //llvm-install/include/llvm/Config/AsmParsers.def 2024-08-20T21:58:31.6110212Z #80 628.9 -- Installing: //llvm-install/include/llvm/Config/Disassemblers.def 2024-08-20T21:58:31.6110534Z #80 628.9 -- Installing: //llvm-install/include/llvm/Config/Targets.def 2024-08-20T21:58:31.6110859Z #80 628.9 -- Installing: //llvm-install/include/llvm/Config/TargetMCAs.def 2024-08-20T21:58:31.6111209Z #80 628.9 -- Installing: //llvm-install/include/llvm/Config/TargetExegesis.def 2024-08-20T21:58:31.6111533Z #80 628.9 -- Installing: //llvm-install/include/llvm/Config/llvm-config.h 2024-08-20T21:58:31.6111857Z #80 628.9 -- Installing: //llvm-install/include/llvm/Config/abi-breaking.h 2024-08-20T21:58:31.6112104Z #80 628.9 -- Up-to-date: //llvm-install/include/llvm/IR 2024-08-20T21:58:31.6112434Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/Attributes.inc 2024-08-20T21:58:31.6112743Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsX86.h 2024-08-20T21:58:31.6113066Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsBPF.h 2024-08-20T21:58:31.6113403Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsDirectX.h 2024-08-20T21:58:31.6113717Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsARM.h 2024-08-20T21:58:31.6114068Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsPowerPC.h 2024-08-20T21:58:31.6114397Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsAMDGPU.h 2024-08-20T21:58:31.6114721Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicEnums.inc 2024-08-20T21:58:31.6115072Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsAArch64.h 2024-08-20T21:58:31.6115447Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsLoongArch.h 2024-08-20T21:58:31.6115784Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsNVPTX.h 2024-08-20T21:58:31.6116107Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsR600.h 2024-08-20T21:58:31.6116417Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsVE.h 2024-08-20T21:58:31.6116752Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsSPIRV.h 2024-08-20T21:58:31.6117068Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsXCore.h 2024-08-20T21:58:31.6117442Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsHexagon.h 2024-08-20T21:58:31.6117778Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsRISCV.h 2024-08-20T21:58:31.6118140Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsWebAssembly.h 2024-08-20T21:58:31.6118468Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsS390.h 2024-08-20T21:58:31.6118788Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicsMips.h 2024-08-20T21:58:31.6119110Z #80 628.9 -- Installing: //llvm-install/include/llvm/IR/IntrinsicImpl.inc 2024-08-20T21:58:31.6119404Z #80 628.9 -- Up-to-date: //llvm-install/include/llvm/Support 2024-08-20T21:58:31.6119807Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/Extension.def 2024-08-20T21:58:31.6120312Z #80 628.9 -- Installing: //llvm-install/include/llvm/Support/VCSRevision.h 2024-08-20T21:58:31.6120701Z #80 628.9 -- Up-to-date: //llvm-install/include/llvm/Frontend 2024-08-20T21:58:31.6121031Z #80 628.9 -- Up-to-date: //llvm-install/include/llvm/Frontend/OpenACC 2024-08-20T21:58:31.6121416Z #80 628.9 -- Installing: //llvm-install/include/llvm/Frontend/OpenACC/ACC.h.inc 2024-08-20T21:58:31.6121801Z #80 628.9 -- Installing: //llvm-install/include/llvm/Frontend/OpenACC/ACC.inc 2024-08-20T21:58:31.6122124Z #80 628.9 -- Up-to-date: //llvm-install/include/llvm/Frontend/OpenMP 2024-08-20T21:58:31.6122516Z #80 628.9 -- Installing: //llvm-install/include/llvm/Frontend/OpenMP/OMP.h.inc 2024-08-20T21:58:31.6122889Z #80 628.9 -- Installing: //llvm-install/include/llvm/Frontend/OpenMP/OMP.inc 2024-08-20T21:58:31.6123192Z #80 628.9 -- Up-to-date: //llvm-install/include/llvm/TargetParser 2024-08-20T21:58:31.6123675Z #80 628.9 -- Installing: //llvm-install/include/llvm/TargetParser/RISCVTargetParserDef.inc 2024-08-20T21:58:31.6124078Z #80 628.9 -- Installing: //llvm-install/lib/cmake/llvm/LLVMConfigExtensions.cmake 2024-08-20T21:58:31.6124364Z #80 628.9 -- Installing: //llvm-install/lib/libLLVMDemangle.a 2024-08-20T21:58:31.6124660Z #80 628.9 -- Installing: //llvm-install/lib/libLLVMSupport.a 2024-08-20T21:58:31.6124946Z #80 628.9 -- Installing: //llvm-install/lib/libLLVMTableGen.a 2024-08-20T21:58:31.6125193Z #80 628.9 -- Installing: //llvm-install/bin/llvm-tblgen 2024-08-20T21:58:31.6125614Z #80 629.0 -- Set runtime path of "llvm-install/bin/llvm-tblgen" to "$ORIGIN/../lib" 2024-08-20T21:58:31.7065696Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMTableGenGlobalISel.a 2024-08-20T21:58:31.7068263Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMCore.a 2024-08-20T21:58:31.7069503Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMFuzzerCLI.a 2024-08-20T21:58:31.7070204Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMFuzzMutate.a 2024-08-20T21:58:31.7070889Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMFileCheck.a 2024-08-20T21:58:31.7071606Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMInterfaceStub.a 2024-08-20T21:58:31.7072313Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMIRPrinter.a 2024-08-20T21:58:31.7072997Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMIRReader.a 2024-08-20T21:58:31.7073675Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMCodeGen.a 2024-08-20T21:58:31.7074375Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMSelectionDAG.a 2024-08-20T21:58:31.7075090Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMAsmPrinter.a 2024-08-20T21:58:31.7075853Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMMIRParser.a 2024-08-20T21:58:31.7076555Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMGlobalISel.a 2024-08-20T21:58:31.7077261Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMBinaryFormat.a 2024-08-20T21:58:31.7077958Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMBitReader.a 2024-08-20T21:58:31.7078648Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMBitWriter.a 2024-08-20T21:58:31.7079372Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMBitstreamReader.a 2024-08-20T21:58:31.7080206Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMDWARFLinker.a 2024-08-20T21:58:31.7081529Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMDWARFLinkerParallel.a 2024-08-20T21:58:31.7082312Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMExtensions.a 2024-08-20T21:58:31.7083011Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMFrontendHLSL.a 2024-08-20T21:58:31.7083761Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMFrontendOpenACC.a 2024-08-20T21:58:31.7084521Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMFrontendOpenMP.a 2024-08-20T21:58:31.7085277Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMTransformUtils.a 2024-08-20T21:58:31.7086181Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMInstrumentation.a 2024-08-20T21:58:31.7086970Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMAggressiveInstCombine.a 2024-08-20T21:58:31.7087725Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMInstCombine.a 2024-08-20T21:58:31.7088572Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMScalarOpts.a 2024-08-20T21:58:31.7089241Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMipo.a 2024-08-20T21:58:31.7089927Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMVectorize.a 2024-08-20T21:58:31.7090624Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMObjCARCOpts.a 2024-08-20T21:58:31.7091315Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMCoroutines.a 2024-08-20T21:58:31.7091998Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMCFGuard.a 2024-08-20T21:58:31.7092663Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMLinker.a 2024-08-20T21:58:31.7093320Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMAnalysis.a 2024-08-20T21:58:31.7093974Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMLTO.a 2024-08-20T21:58:31.7094586Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMMC.a 2024-08-20T21:58:31.7095222Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMMCParser.a 2024-08-20T21:58:31.7095938Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMMCDisassembler.a 2024-08-20T21:58:31.7096620Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMMCA.a 2024-08-20T21:58:31.7097260Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMObjCopy.a 2024-08-20T21:58:31.7097912Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMObject.a 2024-08-20T21:58:31.7098587Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMObjectYAML.a 2024-08-20T21:58:31.7099261Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMOption.a 2024-08-20T21:58:31.7099910Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMRemarks.a 2024-08-20T21:58:31.7100631Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMDebuginfod.a 2024-08-20T21:58:31.7101359Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMDebugInfoDWARF.a 2024-08-20T21:58:31.7102181Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMDebugInfoGSYM.a 2024-08-20T21:58:31.7102946Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMDebugInfoLogicalView.a 2024-08-20T21:58:31.7103699Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMDebugInfoMSF.a 2024-08-20T21:58:31.7104421Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMDebugInfoCodeView.a 2024-08-20T21:58:31.7105155Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMDebugInfoPDB.a 2024-08-20T21:58:31.7105841Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMSymbolize.a 2024-08-20T21:58:31.7106469Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMDWP.a 2024-08-20T21:58:31.7107143Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMExecutionEngine.a 2024-08-20T21:58:31.7107893Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMInterpreter.a 2024-08-20T21:58:31.7108562Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMJITLink.a 2024-08-20T21:58:31.7109185Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMMCJIT.a 2024-08-20T21:58:31.7109814Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMOrcJIT.a 2024-08-20T21:58:31.7110469Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMOrcShared.a 2024-08-20T21:58:31.7111173Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMOrcTargetProcess.a 2024-08-20T21:58:31.7111902Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMRuntimeDyld.a 2024-08-20T21:58:31.7112596Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMTarget.a 2024-08-20T21:58:31.7113242Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMX86CodeGen.a 2024-08-20T21:58:31.7113929Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMX86AsmParser.a 2024-08-20T21:58:31.7114649Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMX86Disassembler.a 2024-08-20T21:58:31.7115354Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMX86TargetMCA.a 2024-08-20T21:58:31.7116024Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMX86Desc.a 2024-08-20T21:58:31.7116700Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMX86Info.a 2024-08-20T21:58:31.7117366Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMNVPTXCodeGen.a 2024-08-20T21:58:31.7118046Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMNVPTXDesc.a 2024-08-20T21:58:31.7118720Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMNVPTXInfo.a 2024-08-20T21:58:31.7119394Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMAsmParser.a 2024-08-20T21:58:31.7120359Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMLineEditor.a 2024-08-20T21:58:31.7121050Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMProfileData.a 2024-08-20T21:58:31.7121745Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMCoverage.a 2024-08-20T21:58:31.7122412Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMPasses.a 2024-08-20T21:58:31.7123086Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMTargetParser.a 2024-08-20T21:58:31.7123782Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMTextAPI.a 2024-08-20T21:58:31.7124485Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMDlltoolDriver.a 2024-08-20T21:58:31.7125172Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMLibDriver.a 2024-08-20T21:58:31.7125823Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMXRay.a 2024-08-20T21:58:31.7126501Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMWindowsDriver.a 2024-08-20T21:58:31.7127231Z #80 629.0 -- Installing: //llvm-install/lib/libLLVMWindowsManifest.a 2024-08-20T21:58:31.7127921Z #80 629.0 -- Installing: //llvm-install/lib/libLTO.so.16 2024-08-20T21:58:31.7128705Z #80 629.0 -- Set runtime path of "llvm-install/lib/libLTO.so.16" to "$ORIGIN/../lib" 2024-08-20T21:58:31.7129440Z #80 629.0 -- Installing: //llvm-install/lib/libLTO.so 2024-08-20T21:58:31.7130069Z #80 629.0 -- Up-to-date: //llvm-install/include/llvm-c/lto.h 2024-08-20T21:58:31.7130682Z #80 629.0 -- Installing: //llvm-install/bin/llvm-ar 2024-08-20T21:58:31.7131449Z #80 629.0 -- Set runtime path of "llvm-install/bin/llvm-ar" to "$ORIGIN/../lib" 2024-08-20T21:58:31.7132085Z #80 629.0 -- Creating llvm-ranlib 2024-08-20T21:58:31.7132498Z #80 629.1 -- Creating llvm-lib 2024-08-20T21:58:31.7132897Z #80 629.1 -- Creating llvm-dlltool 2024-08-20T21:58:31.7133398Z #80 629.1 -- Installing: //llvm-install/bin/llvm-config 2024-08-20T21:58:31.7134334Z #80 629.1 -- Set runtime path of "llvm-install/bin/llvm-config" to "$ORIGIN/../lib" 2024-08-20T21:58:31.8064456Z #80 629.1 -- Installing: //llvm-install/bin/llvm-lto 2024-08-20T21:58:31.8065413Z #80 629.1 -- Set runtime path of "llvm-install/bin/llvm-lto" to "$ORIGIN/../lib" 2024-08-20T21:58:31.8066176Z #80 629.1 -- Installing: //llvm-install/bin/llvm-profdata 2024-08-20T21:58:31.8067072Z #80 629.1 -- Set runtime path of "llvm-install/bin/llvm-profdata" to "$ORIGIN/../lib" 2024-08-20T21:58:31.8067894Z #80 629.1 -- Installing: //llvm-install/include/clang 2024-08-20T21:58:31.8068732Z #80 629.1 -- Installing: //llvm-install/include/clang/APINotes 2024-08-20T21:58:31.8069571Z #80 629.1 -- Installing: //llvm-install/include/clang/APINotes/APINotesYAMLCompiler.h 2024-08-20T21:58:31.8070498Z #80 629.1 -- Installing: //llvm-install/include/clang/APINotes/Types.h 2024-08-20T21:58:31.8071287Z #80 629.1 -- Installing: //llvm-install/include/clang/ARCMigrate 2024-08-20T21:58:31.8072062Z #80 629.1 -- Installing: //llvm-install/include/clang/ARCMigrate/ARCMT.h 2024-08-20T21:58:31.8072960Z #80 629.1 -- Installing: //llvm-install/include/clang/ARCMigrate/ARCMTActions.h 2024-08-20T21:58:31.8073958Z #80 629.1 -- Installing: //llvm-install/include/clang/ARCMigrate/FileRemapper.h 2024-08-20T21:58:31.8074761Z #80 629.1 -- Installing: //llvm-install/include/clang/AST 2024-08-20T21:58:31.8075473Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/APValue.h 2024-08-20T21:58:31.8076189Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/AST.h 2024-08-20T21:58:31.8076968Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTConcept.h 2024-08-20T21:58:31.8077784Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTConsumer.h 2024-08-20T21:58:31.8078663Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTContext.h 2024-08-20T21:58:31.8079494Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTContextAllocate.h 2024-08-20T21:58:31.8080445Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTDiagnostic.h 2024-08-20T21:58:31.8081273Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTDumper.h 2024-08-20T21:58:31.8082102Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTDumperUtils.h 2024-08-20T21:58:31.8082860Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTFwd.h 2024-08-20T21:58:31.8083713Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTImportError.h 2024-08-20T21:58:31.8084545Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTImporter.h 2024-08-20T21:58:31.8085441Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTImporterLookupTable.h 2024-08-20T21:58:31.8086391Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTImporterSharedState.h 2024-08-20T21:58:31.8087266Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTLambda.h 2024-08-20T21:58:31.8088121Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTMutationListener.h 2024-08-20T21:58:31.8089001Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTNodeTraverser.h 2024-08-20T21:58:31.8089941Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTStructuralEquivalence.h 2024-08-20T21:58:31.8090842Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTTypeTraits.h 2024-08-20T21:58:31.8091685Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTUnresolvedSet.h 2024-08-20T21:58:31.8092513Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ASTVector.h 2024-08-20T21:58:31.8093372Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/AbstractBasicReader.h 2024-08-20T21:58:31.8094291Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/AbstractBasicWriter.h 2024-08-20T21:58:31.8095273Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/AbstractTypeReader.h 2024-08-20T21:58:31.8096180Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/AbstractTypeWriter.h 2024-08-20T21:58:31.8096998Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/Attr.h 2024-08-20T21:58:31.8097748Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/AttrIterator.h 2024-08-20T21:58:31.8098551Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/AttrVisitor.h 2024-08-20T21:58:31.8099371Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/Availability.h 2024-08-20T21:58:31.8100195Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/BaseSubobject.h 2024-08-20T21:58:31.8101052Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/BuiltinTypes.def 2024-08-20T21:58:31.8101901Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/CXXInheritance.h 2024-08-20T21:58:31.8102904Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/CXXRecordDeclDefinitionBits.def 2024-08-20T21:58:31.8103822Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/CanonicalType.h 2024-08-20T21:58:31.8104634Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/CharUnits.h 2024-08-20T21:58:31.8105417Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/Comment.h 2024-08-20T21:58:31.8106243Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/CommentBriefParser.h 2024-08-20T21:58:31.8107162Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/CommentCommandTraits.h 2024-08-20T21:58:31.8108104Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/CommentDiagnostic.h 2024-08-20T21:58:31.8108956Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/CommentLexer.h 2024-08-20T21:58:31.8109752Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/CommentParser.h 2024-08-20T21:58:31.8110581Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/CommentSema.h 2024-08-20T21:58:31.8111417Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/CommentVisitor.h 2024-08-20T21:58:31.8112337Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ComparisonCategories.h 2024-08-20T21:58:31.8113253Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ComputeDependence.h 2024-08-20T21:58:31.8114217Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/CurrentSourceLocExprScope.h 2024-08-20T21:58:31.8115136Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DataCollection.h 2024-08-20T21:58:31.8115924Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/Decl.h 2024-08-20T21:58:31.8116694Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclAccessPair.h 2024-08-20T21:58:31.8117480Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclBase.h 2024-08-20T21:58:31.8118262Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclCXX.h 2024-08-20T21:58:31.8119114Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclContextInternals.h 2024-08-20T21:58:31.8120061Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclFriend.h 2024-08-20T21:58:31.8120861Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclGroup.h 2024-08-20T21:58:31.8121669Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclLookups.h 2024-08-20T21:58:31.8122469Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclObjC.h 2024-08-20T21:58:31.8123256Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclObjCCommon.h 2024-08-20T21:58:31.8124066Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclOpenMP.h 2024-08-20T21:58:31.8124890Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclTemplate.h 2024-08-20T21:58:31.8125698Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclVisitor.h 2024-08-20T21:58:31.8126546Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DeclarationName.h 2024-08-20T21:58:31.8127410Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DependenceFlags.h 2024-08-20T21:58:31.8128347Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/DependentDiagnostic.h 2024-08-20T21:58:31.8129236Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/EvaluatedExprVisitor.h 2024-08-20T21:58:31.8130067Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/Expr.h 2024-08-20T21:58:31.8130816Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ExprCXX.h 2024-08-20T21:58:31.8131601Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ExprConcepts.h 2024-08-20T21:58:31.8132366Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ExprObjC.h 2024-08-20T21:58:31.8133115Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ExprOpenMP.h 2024-08-20T21:58:31.8134075Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ExternalASTMerger.h 2024-08-20T21:58:31.8134985Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ExternalASTSource.h 2024-08-20T21:58:31.8135881Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/FormatString.h 2024-08-20T21:58:31.8136694Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/GlobalDecl.h 2024-08-20T21:58:31.8137502Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/IgnoreExpr.h 2024-08-20T21:58:31.8138286Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/JSONNodeDumper.h 2024-08-20T21:58:31.8139134Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/LambdaCapture.h 2024-08-20T21:58:31.8140099Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h 2024-08-20T21:58:31.8141146Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/LocInfoType.h 2024-08-20T21:58:31.8141894Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/Mangle.h 2024-08-20T21:58:31.8142738Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/MangleNumberingContext.h 2024-08-20T21:58:31.8143577Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/NSAPI.h 2024-08-20T21:58:31.8144383Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/NestedNameSpecifier.h 2024-08-20T21:58:31.8145301Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/NonTrivialTypeVisitor.h 2024-08-20T21:58:31.8146253Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ODRDiagsEmitter.h 2024-08-20T21:58:31.8147080Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ODRHash.h 2024-08-20T21:58:31.8147783Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/OSLog.h 2024-08-20T21:58:31.8148582Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/OpenMPClause.h 2024-08-20T21:58:31.8149441Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/OperationKinds.def 2024-08-20T21:58:31.8150306Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/OperationKinds.h 2024-08-20T21:58:31.8151132Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/OptionalDiagnostic.h 2024-08-20T21:58:31.8151973Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ParentMap.h 2024-08-20T21:58:31.8152822Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/ParentMapContext.h 2024-08-20T21:58:31.8153716Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/PrettyDeclStackTrace.h 2024-08-20T21:58:31.8154566Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/PrettyPrinter.h 2024-08-20T21:58:31.8155362Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/QualTypeNames.h 2024-08-20T21:58:31.8156167Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/Randstruct.h 2024-08-20T21:58:31.8156955Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/RawCommentList.h 2024-08-20T21:58:31.8157793Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/RecordLayout.h 2024-08-20T21:58:31.8158666Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/RecursiveASTVisitor.h 2024-08-20T21:58:31.8159522Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/Redeclarable.h 2024-08-20T21:58:31.8160454Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/SelectorLocationsKind.h 2024-08-20T21:58:31.8161299Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/Stmt.h 2024-08-20T21:58:31.8162126Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/StmtCXX.h 2024-08-20T21:58:31.8163184Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/StmtGraphTraits.h 2024-08-20T21:58:31.8163994Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/StmtIterator.h 2024-08-20T21:58:31.8164740Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/StmtObjC.h 2024-08-20T21:58:31.8165493Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/StmtOpenMP.h 2024-08-20T21:58:31.8166254Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/StmtVisitor.h 2024-08-20T21:58:31.8167155Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/TemplateArgumentVisitor.h 2024-08-20T21:58:31.8168000Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/TemplateBase.h 2024-08-20T21:58:31.8168779Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/TemplateName.h 2024-08-20T21:58:31.8169611Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/TextNodeDumper.h 2024-08-20T21:58:31.8170393Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/Type.h 2024-08-20T21:58:31.8171113Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/TypeLoc.h 2024-08-20T21:58:31.8171879Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/TypeLocNodes.def 2024-08-20T21:58:31.8172674Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/TypeLocVisitor.h 2024-08-20T21:58:31.8173509Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/TypeOrdering.h 2024-08-20T21:58:31.8174346Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/TypeVisitor.h 2024-08-20T21:58:31.8175121Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/UnresolvedSet.h 2024-08-20T21:58:31.8175899Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/VTTBuilder.h 2024-08-20T21:58:31.8176678Z #80 629.1 -- Installing: //llvm-install/include/clang/AST/VTableBuilder.h 2024-08-20T21:58:31.8177481Z #80 629.1 -- Installing: //llvm-install/include/clang/ASTMatchers 2024-08-20T21:58:31.8178280Z #80 629.1 -- Installing: //llvm-install/include/clang/ASTMatchers/ASTMatchFinder.h 2024-08-20T21:58:31.8179193Z #80 629.1 -- Installing: //llvm-install/include/clang/ASTMatchers/ASTMatchers.h 2024-08-20T21:58:31.8180148Z #80 629.1 -- Installing: //llvm-install/include/clang/ASTMatchers/ASTMatchersInternal.h 2024-08-20T21:58:31.8181125Z #80 629.1 -- Installing: //llvm-install/include/clang/ASTMatchers/ASTMatchersMacros.h 2024-08-20T21:58:31.8181998Z #80 629.1 -- Installing: //llvm-install/include/clang/ASTMatchers/Dynamic 2024-08-20T21:58:31.8182884Z #80 629.1 -- Installing: //llvm-install/include/clang/ASTMatchers/Dynamic/Diagnostics.h 2024-08-20T21:58:31.8183800Z #80 629.1 -- Installing: //llvm-install/include/clang/ASTMatchers/Dynamic/Parser.h 2024-08-20T21:58:31.8184762Z #80 629.1 -- Installing: //llvm-install/include/clang/ASTMatchers/Dynamic/Registry.h 2024-08-20T21:58:31.8185722Z #80 629.1 -- Installing: //llvm-install/include/clang/ASTMatchers/Dynamic/VariantValue.h 2024-08-20T21:58:31.8186660Z #80 629.1 -- Installing: //llvm-install/include/clang/ASTMatchers/GtestMatchers.h 2024-08-20T21:58:31.8187476Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis 2024-08-20T21:58:31.8188211Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses 2024-08-20T21:58:31.8189175Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h 2024-08-20T21:58:31.8190225Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/CalledOnceCheck.h 2024-08-20T21:58:31.8191215Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/Consumed.h 2024-08-20T21:58:31.8192129Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/Dominators.h 2024-08-20T21:58:31.8193141Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h 2024-08-20T21:58:31.8194152Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/LiveVariables.h 2024-08-20T21:58:31.8195238Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/PostOrderCFGView.h 2024-08-20T21:58:31.8196230Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/ReachableCode.h 2024-08-20T21:58:31.8197179Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/ThreadSafety.h 2024-08-20T21:58:31.8198241Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/ThreadSafetyCommon.h 2024-08-20T21:58:31.8199309Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/ThreadSafetyLogical.h 2024-08-20T21:58:31.8200454Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/ThreadSafetyOps.def 2024-08-20T21:58:31.8201522Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/ThreadSafetyTIL.h 2024-08-20T21:58:31.8202568Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h 2024-08-20T21:58:31.8203659Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/ThreadSafetyUtil.h 2024-08-20T21:58:31.8204691Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/UninitializedValues.h 2024-08-20T21:58:31.8205743Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/UnsafeBufferUsage.h 2024-08-20T21:58:31.8206857Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def 2024-08-20T21:58:31.8207949Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/AnalysisDeclContext.h 2024-08-20T21:58:31.8208848Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/AnyCall.h 2024-08-20T21:58:31.8209641Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/BodyFarm.h 2024-08-20T21:58:31.8210404Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/CFG.h 2024-08-20T21:58:31.8211181Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/CFGStmtMap.h 2024-08-20T21:58:31.8212053Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/CallGraph.h 2024-08-20T21:58:31.8212894Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/CloneDetection.h 2024-08-20T21:58:31.8213770Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/CodeInjector.h 2024-08-20T21:58:31.8214673Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/ConstructionContext.h 2024-08-20T21:58:31.8215610Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/DomainSpecific 2024-08-20T21:58:31.8216588Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/DomainSpecific/CocoaConventions.h 2024-08-20T21:58:31.8217673Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h 2024-08-20T21:58:31.8218662Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive 2024-08-20T21:58:31.8219622Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/CFGMatchSwitch.h 2024-08-20T21:58:31.8220710Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/ControlFlowContext.h 2024-08-20T21:58:31.8221871Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h 2024-08-20T21:58:31.8223037Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h 2024-08-20T21:58:31.8224198Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h 2024-08-20T21:58:31.8225307Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/DataflowLattice.h 2024-08-20T21:58:31.8226424Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/DataflowValues.h 2024-08-20T21:58:31.8227506Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/DataflowWorklist.h 2024-08-20T21:58:31.8228569Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/DebugSupport.h 2024-08-20T21:58:31.8229633Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/MapLattice.h 2024-08-20T21:58:31.8230668Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/MatchSwitch.h 2024-08-20T21:58:31.8231618Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/Models 2024-08-20T21:58:31.8232742Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/Models/ChromiumCheckModel.h 2024-08-20T21:58:31.8234218Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h 2024-08-20T21:58:31.8235431Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/NoopAnalysis.h 2024-08-20T21:58:31.8236499Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/NoopLattice.h 2024-08-20T21:58:31.8237472Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/Solver.h 2024-08-20T21:58:31.8238487Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/StorageLocation.h 2024-08-20T21:58:31.8239709Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/Transfer.h 2024-08-20T21:58:31.8240905Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h 2024-08-20T21:58:31.8241991Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/Value.h 2024-08-20T21:58:31.8243088Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h 2024-08-20T21:58:31.8244073Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/IssueHash.h 2024-08-20T21:58:31.8245018Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/MacroExpansionContext.h 2024-08-20T21:58:31.8245943Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/PathDiagnostic.h 2024-08-20T21:58:31.8246845Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/ProgramPoint.h 2024-08-20T21:58:31.8247751Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/RetainSummaryManager.h 2024-08-20T21:58:31.8248666Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/SelectorExtras.h 2024-08-20T21:58:31.8249558Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Support 2024-08-20T21:58:31.8250421Z #80 629.1 -- Installing: //llvm-install/include/clang/Analysis/Support/BumpVector.h 2024-08-20T21:58:31.8262555Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic 2024-08-20T21:58:31.8263379Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/AArch64SVEACLETypes.def 2024-08-20T21:58:31.8264277Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/ABI.h 2024-08-20T21:58:31.8265049Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/AddressSpaces.h 2024-08-20T21:58:31.8265896Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/AlignedAllocation.h 2024-08-20T21:58:31.8266748Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/AllDiagnostics.h 2024-08-20T21:58:31.8267559Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/AttrKinds.h 2024-08-20T21:58:31.8268415Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/AttrSubjectMatchRules.h 2024-08-20T21:58:31.8269360Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/AttributeCommonInfo.h 2024-08-20T21:58:31.8270191Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Attributes.h 2024-08-20T21:58:31.8270968Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BitmaskEnum.h 2024-08-20T21:58:31.8271805Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinHeaders.def 2024-08-20T21:58:31.8272643Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Builtins.def 2024-08-20T21:58:31.8273408Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Builtins.h 2024-08-20T21:58:31.8274208Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsAArch64.def 2024-08-20T21:58:31.8275232Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsAArch64NeonSVEBridge.def 2024-08-20T21:58:31.8276457Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsAArch64NeonSVEBridge_cg.def 2024-08-20T21:58:31.8277436Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsAMDGPU.def 2024-08-20T21:58:31.8278266Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsARM.def 2024-08-20T21:58:31.8279134Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsBPF.def 2024-08-20T21:58:31.8280075Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsHexagon.def 2024-08-20T21:58:31.8280957Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsHexagonDep.def 2024-08-20T21:58:31.8281943Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsHexagonMapCustomDep.def 2024-08-20T21:58:31.8282969Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsLoongArch.def 2024-08-20T21:58:31.8283825Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsMips.def 2024-08-20T21:58:31.8284717Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsNEON.def 2024-08-20T21:58:31.8285607Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsNVPTX.def 2024-08-20T21:58:31.8286448Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsPPC.def 2024-08-20T21:58:31.8287274Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsRISCV.def 2024-08-20T21:58:31.8288165Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsRISCVVector.def 2024-08-20T21:58:31.8289037Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsSVE.def 2024-08-20T21:58:31.8289961Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsSystemZ.def 2024-08-20T21:58:31.8290800Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsVE.def 2024-08-20T21:58:31.8291639Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsVEVL.gen.def 2024-08-20T21:58:31.8292525Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsWebAssembly.def 2024-08-20T21:58:31.8293447Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsX86.def 2024-08-20T21:58:31.8294315Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsX86_64.def 2024-08-20T21:58:31.8295163Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/BuiltinsXCore.def 2024-08-20T21:58:31.8295961Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/CLWarnings.h 2024-08-20T21:58:31.8296794Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/CapturedStmt.h 2024-08-20T21:58:31.8297583Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/CharInfo.h 2024-08-20T21:58:31.8298376Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/CodeGenOptions.def 2024-08-20T21:58:31.8299223Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/CodeGenOptions.h 2024-08-20T21:58:31.8300103Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/CommentOptions.h 2024-08-20T21:58:31.8300868Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Cuda.h 2024-08-20T21:58:31.8301679Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/CustomizableOptional.h 2024-08-20T21:58:31.8302545Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DarwinSDKInfo.h 2024-08-20T21:58:31.8303385Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DebugInfoOptions.h 2024-08-20T21:58:31.8304225Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Diagnostic.h 2024-08-20T21:58:31.8305030Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticAST.h 2024-08-20T21:58:31.8305883Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticAnalysis.h 2024-08-20T21:58:31.8306805Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticCategories.h 2024-08-20T21:58:31.8307689Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticComment.h 2024-08-20T21:58:31.8308553Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticCrossTU.h 2024-08-20T21:58:31.8309446Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticDriver.h 2024-08-20T21:58:31.8310291Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticError.h 2024-08-20T21:58:31.8311155Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticFrontend.h 2024-08-20T21:58:31.8312009Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticIDs.h 2024-08-20T21:58:31.8312863Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticLex.h 2024-08-20T21:58:31.8313716Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticOptions.def 2024-08-20T21:58:31.8314600Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticOptions.h 2024-08-20T21:58:31.8315443Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticParse.h 2024-08-20T21:58:31.8316334Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticRefactoring.h 2024-08-20T21:58:31.8317265Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticSema.h 2024-08-20T21:58:31.8318163Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DiagnosticSerialization.h 2024-08-20T21:58:31.8319065Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/DirectoryEntry.h 2024-08-20T21:58:31.8320187Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/ExceptionSpecificationType.h 2024-08-20T21:58:31.8321125Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/ExpressionTraits.h 2024-08-20T21:58:31.8321943Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/FPOptions.def 2024-08-20T21:58:31.8322764Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Features.def 2024-08-20T21:58:31.8323604Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/FileEntry.h 2024-08-20T21:58:31.8324379Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/FileManager.h 2024-08-20T21:58:31.8325211Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/FileSystemOptions.h 2024-08-20T21:58:31.8326100Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/FileSystemStatCache.h 2024-08-20T21:58:31.8326959Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/HLSLRuntime.h 2024-08-20T21:58:31.8327827Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/HeaderInclude.h 2024-08-20T21:58:31.8328666Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/IdentifierTable.h 2024-08-20T21:58:31.8329481Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/JsonSupport.h 2024-08-20T21:58:31.8330223Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/LLVM.h 2024-08-20T21:58:31.8330952Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Lambda.h 2024-08-20T21:58:31.8331736Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/LangOptions.def 2024-08-20T21:58:31.8332529Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/LangOptions.h 2024-08-20T21:58:31.8333328Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/LangStandard.h 2024-08-20T21:58:31.8334315Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/LangStandards.def 2024-08-20T21:58:31.8335244Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Linkage.h 2024-08-20T21:58:31.8336047Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/MSP430Target.def 2024-08-20T21:58:31.8336868Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/MacroBuilder.h 2024-08-20T21:58:31.8337709Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/MakeSupport.h 2024-08-20T21:58:31.8338473Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Module.h 2024-08-20T21:58:31.8339332Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/NoSanitizeList.h 2024-08-20T21:58:31.8340145Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/ObjCRuntime.h 2024-08-20T21:58:31.8341005Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/OpenCLExtensionTypes.def 2024-08-20T21:58:31.8341927Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/OpenCLExtensions.def 2024-08-20T21:58:31.8342956Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/OpenCLImageTypes.def 2024-08-20T21:58:31.8343804Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/OpenCLOptions.h 2024-08-20T21:58:31.8344675Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/OpenMPKinds.def 2024-08-20T21:58:31.8345493Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/OpenMPKinds.h 2024-08-20T21:58:31.8346299Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/OperatorKinds.def 2024-08-20T21:58:31.8347182Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/OperatorKinds.h 2024-08-20T21:58:31.8348042Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/OperatorPrecedence.h 2024-08-20T21:58:31.8348872Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/PPCTypes.def 2024-08-20T21:58:31.8349698Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/PartialDiagnostic.h 2024-08-20T21:58:31.8351575Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/PlistSupport.h 2024-08-20T21:58:31.8352394Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/PragmaKinds.h 2024-08-20T21:58:31.8353221Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/PrettyStackTrace.h 2024-08-20T21:58:31.8354036Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/ProfileList.h 2024-08-20T21:58:31.8354848Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/RISCVVTypes.def 2024-08-20T21:58:31.8355740Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/SanitizerSpecialCaseList.h 2024-08-20T21:58:31.8356686Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Sanitizers.def 2024-08-20T21:58:31.8357477Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Sanitizers.h 2024-08-20T21:58:31.8358225Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Sarif.h 2024-08-20T21:58:31.8358998Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/SourceLocation.h 2024-08-20T21:58:31.8359899Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/SourceManager.h 2024-08-20T21:58:31.8360848Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/SourceManagerInternals.h 2024-08-20T21:58:31.8361701Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Specifiers.h 2024-08-20T21:58:31.8362452Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Stack.h 2024-08-20T21:58:31.8363197Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/SyncScope.h 2024-08-20T21:58:31.8363984Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/TargetBuiltins.h 2024-08-20T21:58:31.8364819Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/TargetCXXABI.def 2024-08-20T21:58:31.8365639Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/TargetCXXABI.h 2024-08-20T21:58:31.8366401Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/TargetID.h 2024-08-20T21:58:31.8367173Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/TargetInfo.h 2024-08-20T21:58:31.8367974Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/TargetOptions.h 2024-08-20T21:58:31.8368801Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/TemplateKinds.h 2024-08-20T21:58:31.8369554Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Thunk.h 2024-08-20T21:58:31.8370388Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/TokenKinds.def 2024-08-20T21:58:31.8371180Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/TokenKinds.h 2024-08-20T21:58:31.8372025Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/TransformTypeTraits.def 2024-08-20T21:58:31.8372878Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/TypeTraits.h 2024-08-20T21:58:31.8373638Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Version.h 2024-08-20T21:58:31.8374391Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/Visibility.h 2024-08-20T21:58:31.8375161Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/XRayInstr.h 2024-08-20T21:58:31.8375969Z #80 629.1 -- Installing: //llvm-install/include/clang/Basic/XRayLists.h 2024-08-20T21:58:31.8376688Z #80 629.1 -- Installing: //llvm-install/include/clang/CodeGen 2024-08-20T21:58:31.8377426Z #80 629.1 -- Installing: //llvm-install/include/clang/CodeGen/BackendUtil.h 2024-08-20T21:58:31.8378270Z #80 629.1 -- Installing: //llvm-install/include/clang/CodeGen/CGFunctionInfo.h 2024-08-20T21:58:31.8379134Z #80 629.1 -- Installing: //llvm-install/include/clang/CodeGen/CodeGenABITypes.h 2024-08-20T21:58:31.8379975Z #80 629.1 -- Installing: //llvm-install/include/clang/CodeGen/CodeGenAction.h 2024-08-20T21:58:31.8380863Z #80 629.1 -- Installing: //llvm-install/include/clang/CodeGen/ConstantInitBuilder.h 2024-08-20T21:58:31.8381774Z #80 629.1 -- Installing: //llvm-install/include/clang/CodeGen/ConstantInitFuture.h 2024-08-20T21:58:31.8382629Z #80 629.1 -- Installing: //llvm-install/include/clang/CodeGen/ModuleBuilder.h 2024-08-20T21:58:31.8383754Z #80 629.1 -- Installing: //llvm-install/include/clang/CodeGen/ObjectFilePCHContainerOperations.h 2024-08-20T21:58:31.8384732Z #80 629.1 -- Installing: //llvm-install/include/clang/CodeGen/SwiftCallingConv.h 2024-08-20T21:58:31.8385473Z #80 629.1 -- Installing: //llvm-install/include/clang/Config 2024-08-20T21:58:31.8386109Z #80 629.1 -- Installing: //llvm-install/include/clang/CrossTU 2024-08-20T21:58:31.8386870Z #80 629.1 -- Installing: //llvm-install/include/clang/CrossTU/CrossTUDiagnostic.h 2024-08-20T21:58:31.8387762Z #80 629.1 -- Installing: //llvm-install/include/clang/CrossTU/CrossTranslationUnit.h 2024-08-20T21:58:31.8388685Z #80 629.1 -- Installing: //llvm-install/include/clang/DirectoryWatcher 2024-08-20T21:58:31.8389675Z #80 629.1 -- Installing: //llvm-install/include/clang/DirectoryWatcher/DirectoryWatcher.h 2024-08-20T21:58:31.8390474Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver 2024-08-20T21:58:31.8391155Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/Action.h 2024-08-20T21:58:31.8391916Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/Compilation.h 2024-08-20T21:58:31.8392670Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/Distro.h 2024-08-20T21:58:31.8393407Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/Driver.h 2024-08-20T21:58:31.8394197Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/DriverDiagnostic.h 2024-08-20T21:58:31.8394998Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/InputInfo.h 2024-08-20T21:58:31.8395722Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/Job.h 2024-08-20T21:58:31.8396436Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/Multilib.h 2024-08-20T21:58:31.8397219Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/OffloadBundler.h 2024-08-20T21:58:31.8398018Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/OptionUtils.h 2024-08-20T21:58:31.8398765Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/Options.h 2024-08-20T21:58:31.8399505Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/Phases.h 2024-08-20T21:58:31.8400550Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/SanitizerArgs.h 2024-08-20T21:58:31.8401324Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/Tool.h 2024-08-20T21:58:31.8402078Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/ToolChain.h 2024-08-20T21:58:31.8402850Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/Types.def 2024-08-20T21:58:31.8403599Z #80 629.1 -- Installing: //llvm-install/include/clang/Driver/Types.h 2024-08-20T21:58:31.8404326Z #80 629.2 -- Installing: //llvm-install/include/clang/Driver/Util.h 2024-08-20T21:58:31.8405070Z #80 629.2 -- Installing: //llvm-install/include/clang/Driver/XRayArgs.h 2024-08-20T21:58:31.8405769Z #80 629.2 -- Installing: //llvm-install/include/clang/Edit 2024-08-20T21:58:31.8406435Z #80 629.2 -- Installing: //llvm-install/include/clang/Edit/Commit.h 2024-08-20T21:58:31.8407197Z #80 629.2 -- Installing: //llvm-install/include/clang/Edit/EditedSource.h 2024-08-20T21:58:31.8408037Z #80 629.2 -- Installing: //llvm-install/include/clang/Edit/EditsReceiver.h 2024-08-20T21:58:31.8408813Z #80 629.2 -- Installing: //llvm-install/include/clang/Edit/FileOffset.h 2024-08-20T21:58:31.8409577Z #80 629.2 -- Installing: //llvm-install/include/clang/Edit/Rewriters.h 2024-08-20T21:58:31.8410305Z #80 629.2 -- Installing: //llvm-install/include/clang/ExtractAPI 2024-08-20T21:58:31.8411021Z #80 629.2 -- Installing: //llvm-install/include/clang/ExtractAPI/API.h 2024-08-20T21:58:31.8411850Z #80 629.2 -- Installing: //llvm-install/include/clang/ExtractAPI/APIIgnoresList.h 2024-08-20T21:58:31.8412855Z #80 629.2 -- Installing: //llvm-install/include/clang/ExtractAPI/AvailabilityInfo.h 2024-08-20T21:58:31.8413778Z #80 629.2 -- Installing: //llvm-install/include/clang/ExtractAPI/DeclarationFragments.h 2024-08-20T21:58:31.8414701Z #80 629.2 -- Installing: //llvm-install/include/clang/ExtractAPI/ExtractAPIVisitor.h 2024-08-20T21:58:31.8415626Z #80 629.2 -- Installing: //llvm-install/include/clang/ExtractAPI/FrontendActions.h 2024-08-20T21:58:31.8416477Z #80 629.2 -- Installing: //llvm-install/include/clang/ExtractAPI/Serialization 2024-08-20T21:58:31.8417421Z #80 629.2 -- Installing: //llvm-install/include/clang/ExtractAPI/Serialization/SerializerBase.h 2024-08-20T21:58:31.8418543Z #80 629.2 -- Installing: //llvm-install/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h 2024-08-20T21:58:31.8419437Z #80 629.2 -- Installing: //llvm-install/include/clang/Format 2024-08-20T21:58:31.8420118Z #80 629.2 -- Installing: //llvm-install/include/clang/Format/Format.h 2024-08-20T21:58:31.8421006Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend 2024-08-20T21:58:31.8421771Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/ASTConsumers.h 2024-08-20T21:58:31.8422578Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/ASTUnit.h 2024-08-20T21:58:31.8423478Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/ChainedDiagnosticConsumer.h 2024-08-20T21:58:31.8424469Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/CommandLineSourceLoc.h 2024-08-20T21:58:31.8425421Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/CompilerInstance.h 2024-08-20T21:58:31.8426318Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/CompilerInvocation.h 2024-08-20T21:58:31.8427288Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/DependencyOutputOptions.h 2024-08-20T21:58:31.8428255Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/DiagnosticRenderer.h 2024-08-20T21:58:31.8429138Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/FrontendAction.h 2024-08-20T21:58:31.8430019Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/FrontendActions.h 2024-08-20T21:58:31.8430918Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/FrontendDiagnostic.h 2024-08-20T21:58:31.8431312Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/FrontendOptions.h 2024-08-20T21:58:31.8431772Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/FrontendPluginRegistry.h 2024-08-20T21:58:31.8432309Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/LayoutOverrideSource.h 2024-08-20T21:58:31.8432725Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/LogDiagnosticPrinter.h 2024-08-20T21:58:31.8433116Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/MigratorOptions.h 2024-08-20T21:58:31.8433512Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/MultiplexConsumer.h 2024-08-20T21:58:31.8434319Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/PCHContainerOperations.h 2024-08-20T21:58:31.8434772Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/PrecompiledPreamble.h 2024-08-20T21:58:31.8435243Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/PreprocessorOutputOptions.h 2024-08-20T21:58:31.8435648Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/SARIFDiagnostic.h 2024-08-20T21:58:31.8436187Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/SARIFDiagnosticPrinter.h 2024-08-20T21:58:31.8436685Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/SerializedDiagnosticPrinter.h 2024-08-20T21:58:31.8437177Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/SerializedDiagnosticReader.h 2024-08-20T21:58:31.8437618Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/SerializedDiagnostics.h 2024-08-20T21:58:31.8438004Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/TextDiagnostic.h 2024-08-20T21:58:31.8438449Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/TextDiagnosticBuffer.h 2024-08-20T21:58:31.8438886Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/TextDiagnosticPrinter.h 2024-08-20T21:58:31.8439224Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/Utils.h 2024-08-20T21:58:31.8439801Z #80 629.2 -- Installing: //llvm-install/include/clang/Frontend/VerifyDiagnosticConsumer.h 2024-08-20T21:58:31.8440113Z #80 629.2 -- Installing: //llvm-install/include/clang/FrontendTool 2024-08-20T21:58:31.8440517Z #80 629.2 -- Installing: //llvm-install/include/clang/FrontendTool/Utils.h 2024-08-20T21:58:31.8440793Z #80 629.2 -- Installing: //llvm-install/include/clang/Index 2024-08-20T21:58:31.8441183Z #80 629.2 -- Installing: //llvm-install/include/clang/Index/CommentToXML.h 2024-08-20T21:58:31.8441602Z #80 629.2 -- Installing: //llvm-install/include/clang/Index/DeclOccurrence.h 2024-08-20T21:58:31.8441988Z #80 629.2 -- Installing: //llvm-install/include/clang/Index/IndexDataConsumer.h 2024-08-20T21:58:31.8442393Z #80 629.2 -- Installing: //llvm-install/include/clang/Index/IndexSymbol.h 2024-08-20T21:58:31.8442767Z #80 629.2 -- Installing: //llvm-install/include/clang/Index/IndexingAction.h 2024-08-20T21:58:31.8443142Z #80 629.2 -- Installing: //llvm-install/include/clang/Index/IndexingOptions.h 2024-08-20T21:58:31.8443519Z #80 629.2 -- Installing: //llvm-install/include/clang/Index/USRGeneration.h 2024-08-20T21:58:31.8443864Z #80 629.2 -- Installing: //llvm-install/include/clang/IndexSerialization 2024-08-20T21:58:31.8444463Z #80 629.2 -- Installing: //llvm-install/include/clang/IndexSerialization/SerializablePathCollection.h 2024-08-20T21:58:31.8444781Z #80 629.2 -- Installing: //llvm-install/include/clang/Interpreter 2024-08-20T21:58:31.8445176Z #80 629.2 -- Installing: //llvm-install/include/clang/Interpreter/Interpreter.h 2024-08-20T21:58:31.8445652Z #80 629.2 -- Installing: //llvm-install/include/clang/Interpreter/PartialTranslationUnit.h 2024-08-20T21:58:31.8445911Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex 2024-08-20T21:58:31.8446312Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/CodeCompletionHandler.h 2024-08-20T21:58:31.8446775Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/DependencyDirectivesScanner.h 2024-08-20T21:58:31.8447142Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/DirectoryLookup.h 2024-08-20T21:58:31.8447590Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/ExternalPreprocessorSource.h 2024-08-20T21:58:31.8447929Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/HeaderMap.h 2024-08-20T21:58:31.8448283Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/HeaderMapTypes.h 2024-08-20T21:58:31.8448625Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/HeaderSearch.h 2024-08-20T21:58:31.8449026Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/HeaderSearchOptions.h 2024-08-20T21:58:31.8449373Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/LexDiagnostic.h 2024-08-20T21:58:31.8449684Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/Lexer.h 2024-08-20T21:58:31.8450041Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/LiteralSupport.h 2024-08-20T21:58:31.8450362Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/MacroArgs.h 2024-08-20T21:58:31.8450695Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/MacroInfo.h 2024-08-20T21:58:31.8451039Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/ModuleLoader.h 2024-08-20T21:58:31.8451393Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/ModuleMap.h 2024-08-20T21:58:31.8451790Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/MultipleIncludeOpt.h 2024-08-20T21:58:31.8452129Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/PPCallbacks.h 2024-08-20T21:58:31.8452600Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/PPConditionalDirectiveRecord.h 2024-08-20T21:58:31.8452908Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/Pragma.h 2024-08-20T21:58:31.8453298Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/PreprocessingRecord.h 2024-08-20T21:58:31.8453649Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/Preprocessor.h 2024-08-20T21:58:31.8454025Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/PreprocessorLexer.h 2024-08-20T21:58:31.8454447Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/PreprocessorOptions.h 2024-08-20T21:58:31.8454805Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/ScratchBuffer.h 2024-08-20T21:58:31.8455212Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/Token.h 2024-08-20T21:58:31.8455580Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/TokenConcatenation.h 2024-08-20T21:58:31.8455912Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/TokenLexer.h 2024-08-20T21:58:31.8456295Z #80 629.2 -- Installing: //llvm-install/include/clang/Lex/VariadicMacroSupport.h 2024-08-20T21:58:31.8456570Z #80 629.2 -- Installing: //llvm-install/include/clang/Parse 2024-08-20T21:58:31.8456919Z #80 629.2 -- Installing: //llvm-install/include/clang/Parse/LoopHint.h 2024-08-20T21:58:31.8457241Z #80 629.2 -- Installing: //llvm-install/include/clang/Parse/ParseAST.h 2024-08-20T21:58:31.8457615Z #80 629.2 -- Installing: //llvm-install/include/clang/Parse/ParseDiagnostic.h 2024-08-20T21:58:31.8458036Z #80 629.2 -- Installing: //llvm-install/include/clang/Parse/Parser.h 2024-08-20T21:58:31.8458414Z #80 629.2 -- Installing: //llvm-install/include/clang/Parse/RAIIObjectsForParser.h 2024-08-20T21:58:31.8458709Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite 2024-08-20T21:58:31.8458993Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite/Core 2024-08-20T21:58:31.8459339Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite/Core/DeltaTree.h 2024-08-20T21:58:31.8459712Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite/Core/HTMLRewrite.h 2024-08-20T21:58:31.8460081Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite/Core/RewriteBuffer.h 2024-08-20T21:58:31.8460451Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite/Core/RewriteRope.h 2024-08-20T21:58:31.8460792Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite/Core/Rewriter.h 2024-08-20T21:58:31.8461155Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite/Core/TokenRewriter.h 2024-08-20T21:58:31.8461473Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite/Frontend 2024-08-20T21:58:31.8461867Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite/Frontend/ASTConsumers.h 2024-08-20T21:58:31.8462267Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite/Frontend/FixItRewriter.h 2024-08-20T21:58:31.8462686Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite/Frontend/FrontendActions.h 2024-08-20T21:58:31.8463051Z #80 629.2 -- Installing: //llvm-install/include/clang/Rewrite/Frontend/Rewriters.h 2024-08-20T21:58:31.8463307Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema 2024-08-20T21:58:31.8463681Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/AnalysisBasedWarnings.h 2024-08-20T21:58:31.8464029Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/CXXFieldCollector.h 2024-08-20T21:58:31.8464355Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/CleanupInfo.h 2024-08-20T21:58:31.8464724Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/CodeCompleteConsumer.h 2024-08-20T21:58:31.8465089Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/CodeCompleteOptions.h 2024-08-20T21:58:31.8465435Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/DeclSpec.h 2024-08-20T21:58:31.8465786Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/DelayedDiagnostic.h 2024-08-20T21:58:31.8466104Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/Designator.h 2024-08-20T21:58:31.8466462Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/ExternalSemaSource.h 2024-08-20T21:58:31.8466850Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/HLSLExternalSemaSource.h 2024-08-20T21:58:31.8467217Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/IdentifierResolver.h 2024-08-20T21:58:31.8467556Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/Initialization.h 2024-08-20T21:58:31.8467843Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/Lookup.h 2024-08-20T21:58:31.8468305Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/MultiplexExternalSemaSource.h 2024-08-20T21:58:31.8468644Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/ObjCMethodList.h 2024-08-20T21:58:31.8468945Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/Overload.h 2024-08-20T21:58:31.8469261Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/Ownership.h 2024-08-20T21:58:31.8469571Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/ParsedAttr.h 2024-08-20T21:58:31.8469920Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/ParsedTemplate.h 2024-08-20T21:58:31.8470321Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/RISCVIntrinsicManager.h 2024-08-20T21:58:31.8470605Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/Scope.h 2024-08-20T21:58:31.8470913Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/ScopeInfo.h 2024-08-20T21:58:31.8471192Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/Sema.h 2024-08-20T21:58:31.8471512Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/SemaConcept.h 2024-08-20T21:58:31.8471845Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/SemaConsumer.h 2024-08-20T21:58:31.8472207Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/SemaDiagnostic.h 2024-08-20T21:58:31.8472550Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/SemaFixItUtils.h 2024-08-20T21:58:31.8472868Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/SemaInternal.h 2024-08-20T21:58:31.8473181Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/SemaLambda.h 2024-08-20T21:58:31.8473492Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/Template.h 2024-08-20T21:58:31.8473845Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/TemplateDeduction.h 2024-08-20T21:58:31.8474212Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/TemplateInstCallback.h 2024-08-20T21:58:31.8474561Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/TypoCorrection.h 2024-08-20T21:58:31.8474839Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/Weak.h 2024-08-20T21:58:31.8475130Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization 2024-08-20T21:58:31.8475508Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/ASTBitCodes.h 2024-08-20T21:58:31.8475993Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/ASTDeserializationListener.h 2024-08-20T21:58:31.8476360Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/ASTReader.h 2024-08-20T21:58:31.8476756Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/ASTRecordReader.h 2024-08-20T21:58:31.8477150Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/ASTRecordWriter.h 2024-08-20T21:58:31.8477515Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/ASTWriter.h 2024-08-20T21:58:31.8477931Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/ContinuousRangeMap.h 2024-08-20T21:58:31.8478340Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/GlobalModuleIndex.h 2024-08-20T21:58:31.8478797Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/InMemoryModuleCache.h 2024-08-20T21:58:31.8479161Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/ModuleFile.h 2024-08-20T21:58:31.8479666Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/ModuleFileExtension.h 2024-08-20T21:58:31.8480228Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/ModuleManager.h 2024-08-20T21:58:31.8480727Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/PCHContainerOperations.h 2024-08-20T21:58:31.8481236Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/SerializationDiagnostic.h 2024-08-20T21:58:31.8481725Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/SourceLocationEncoding.h 2024-08-20T21:58:31.8482152Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/TypeBitCodes.def 2024-08-20T21:58:31.8482523Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer 2024-08-20T21:58:31.8482899Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Checkers 2024-08-20T21:58:31.8483507Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h 2024-08-20T21:58:31.8484065Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h 2024-08-20T21:58:31.8484556Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Checkers/SValExplainer.h 2024-08-20T21:58:31.8485021Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Checkers/Taint.h 2024-08-20T21:58:31.8485372Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core 2024-08-20T21:58:31.8485804Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/Analyses.def 2024-08-20T21:58:31.8486302Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def 2024-08-20T21:58:31.8486781Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h 2024-08-20T21:58:31.8487257Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/BugReporter 2024-08-20T21:58:31.8487795Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h 2024-08-20T21:58:31.8488391Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h 2024-08-20T21:58:31.8488899Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h 2024-08-20T21:58:31.8489502Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h 2024-08-20T21:58:31.8489917Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/Checker.h 2024-08-20T21:58:31.8490388Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/CheckerManager.h 2024-08-20T21:58:31.8490895Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h 2024-08-20T21:58:31.8491451Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h 2024-08-20T21:58:31.8492000Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive 2024-08-20T21:58:31.8492536Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h 2024-08-20T21:58:31.8493110Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h 2024-08-20T21:58:31.8493693Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h 2024-08-20T21:58:31.8494239Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h 2024-08-20T21:58:31.8494814Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h 2024-08-20T21:58:31.8495334Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h 2024-08-20T21:58:31.8495926Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h 2024-08-20T21:58:31.8496481Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h 2024-08-20T21:58:31.8497063Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h 2024-08-20T21:58:31.8497603Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h 2024-08-20T21:58:31.8498170Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h 2024-08-20T21:58:31.8498725Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicExtent.h 2024-08-20T21:58:31.8499265Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h 2024-08-20T21:58:31.8499863Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h 2024-08-20T21:58:31.8500408Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h 2024-08-20T21:58:31.8501061Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h 2024-08-20T21:58:31.8501565Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h 2024-08-20T21:58:31.8502135Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h 2024-08-20T21:58:31.8502658Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h 2024-08-20T21:58:31.8503183Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h 2024-08-20T21:58:31.8503677Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h 2024-08-20T21:58:31.8504196Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h 2024-08-20T21:58:31.8504790Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h 2024-08-20T21:58:31.8505749Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h 2024-08-20T21:58:31.8506407Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h 2024-08-20T21:58:31.8506944Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def 2024-08-20T21:58:31.8507564Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h 2024-08-20T21:58:31.8508098Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h 2024-08-20T21:58:31.8508652Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h 2024-08-20T21:58:31.8509205Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h 2024-08-20T21:58:31.8509734Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def 2024-08-20T21:58:31.8510238Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h 2024-08-20T21:58:31.8510893Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h 2024-08-20T21:58:31.8511395Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h 2024-08-20T21:58:31.8511920Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h 2024-08-20T21:58:31.8512502Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h 2024-08-20T21:58:31.8513020Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h 2024-08-20T21:58:31.8513621Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h 2024-08-20T21:58:31.8514163Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def 2024-08-20T21:58:31.8514687Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h 2024-08-20T21:58:31.8515074Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Frontend 2024-08-20T21:58:31.8515583Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h 2024-08-20T21:58:31.8516102Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h 2024-08-20T21:58:31.8516615Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h 2024-08-20T21:58:31.8517146Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Frontend/FrontendActions.h 2024-08-20T21:58:31.8517652Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h 2024-08-20T21:58:31.8517938Z #80 629.2 -- Installing: //llvm-install/include/clang/Support 2024-08-20T21:58:31.8518369Z #80 629.2 -- Installing: //llvm-install/include/clang/Support/RISCVVIntrinsicUtils.h 2024-08-20T21:58:31.8518663Z #80 629.2 -- Installing: //llvm-install/include/clang/Testing 2024-08-20T21:58:31.8519047Z #80 629.2 -- Installing: //llvm-install/include/clang/Testing/CommandLineArgs.h 2024-08-20T21:58:31.8519407Z #80 629.2 -- Installing: //llvm-install/include/clang/Testing/TestAST.h 2024-08-20T21:58:31.8519881Z #80 629.2 -- Installing: //llvm-install/include/clang/Testing/TestClangConfig.h 2024-08-20T21:58:31.8520164Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling 2024-08-20T21:58:31.8520486Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/ASTDiff 2024-08-20T21:58:31.8520881Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/ASTDiff/ASTDiff.h 2024-08-20T21:58:31.8521353Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/ASTDiff/ASTDiffInternal.h 2024-08-20T21:58:31.8521750Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/AllTUsExecution.h 2024-08-20T21:58:31.8522150Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/ArgumentsAdjusters.h 2024-08-20T21:58:31.8522567Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/CommonOptionsParser.h 2024-08-20T21:58:31.8522992Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/CompilationDatabase.h 2024-08-20T21:58:31.8523530Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/CompilationDatabasePluginRegistry.h 2024-08-20T21:58:31.8523838Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Core 2024-08-20T21:58:31.8524230Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Core/Diagnostic.h 2024-08-20T21:58:31.8524619Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Core/Replacement.h 2024-08-20T21:58:31.8525031Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/DependencyScanning 2024-08-20T21:58:31.8525670Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h 2024-08-20T21:58:31.8526291Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/DependencyScanning/DependencyScanningService.h 2024-08-20T21:58:31.8526900Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h 2024-08-20T21:58:31.8527509Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h 2024-08-20T21:58:31.8528064Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h 2024-08-20T21:58:31.8528461Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/DiagnosticsYaml.h 2024-08-20T21:58:31.8528808Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Execution.h 2024-08-20T21:58:31.8529224Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/FileMatchTrie.h 2024-08-20T21:58:31.8529547Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/FixIt.h 2024-08-20T21:58:31.8529886Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Inclusions 2024-08-20T21:58:31.8530348Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Inclusions/HeaderAnalysis.h 2024-08-20T21:58:31.8530797Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Inclusions/HeaderIncludes.h 2024-08-20T21:58:31.8531236Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Inclusions/IncludeStyle.h 2024-08-20T21:58:31.8531711Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Inclusions/StandardLibrary.h 2024-08-20T21:58:31.8532239Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/JSONCompilationDatabase.h 2024-08-20T21:58:31.8532645Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/NodeIntrospection.h 2024-08-20T21:58:31.8532985Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring.h 2024-08-20T21:58:31.8533306Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring 2024-08-20T21:58:31.8534033Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/ASTSelection.h 2024-08-20T21:58:31.8534644Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/AtomicChange.h 2024-08-20T21:58:31.8535036Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/Extract 2024-08-20T21:58:31.8535580Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/Extract/Extract.h 2024-08-20T21:58:31.8536130Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h 2024-08-20T21:58:31.8536542Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/Lookup.h 2024-08-20T21:58:31.8537075Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h 2024-08-20T21:58:31.8537602Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/RefactoringAction.h 2024-08-20T21:58:31.8538141Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/RefactoringActionRule.h 2024-08-20T21:58:31.8538761Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h 2024-08-20T21:58:31.8539294Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/RefactoringActionRules.h 2024-08-20T21:58:31.8539914Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h 2024-08-20T21:58:31.8540432Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h 2024-08-20T21:58:31.8540936Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/RefactoringOption.h 2024-08-20T21:58:31.8541492Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h 2024-08-20T21:58:31.8541997Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/RefactoringOptions.h 2024-08-20T21:58:31.8542567Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h 2024-08-20T21:58:31.8543100Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/RefactoringRuleContext.h 2024-08-20T21:58:31.8543488Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/Rename 2024-08-20T21:58:31.8544018Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/Rename/RenamingAction.h 2024-08-20T21:58:31.8544505Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/Rename/SymbolName.h 2024-08-20T21:58:31.8545058Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h 2024-08-20T21:58:31.8545539Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/Rename/USRFinder.h 2024-08-20T21:58:31.8546116Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h 2024-08-20T21:58:31.8546732Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h 2024-08-20T21:58:31.8547149Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/RefactoringCallbacks.h 2024-08-20T21:58:31.8547529Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/ReplacementsYaml.h 2024-08-20T21:58:31.8547948Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/StandaloneExecution.h 2024-08-20T21:58:31.8548254Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Syntax 2024-08-20T21:58:31.8548642Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Syntax/BuildTree.h 2024-08-20T21:58:31.8549016Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Syntax/Mutations.h 2024-08-20T21:58:31.8549410Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Syntax/Nodes.h 2024-08-20T21:58:31.8549999Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Syntax/TokenBufferTokenManager.h 2024-08-20T21:58:31.8550383Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Syntax/TokenManager.h 2024-08-20T21:58:31.8550726Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Syntax/Tokens.h 2024-08-20T21:58:31.8551073Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Syntax/Tree.h 2024-08-20T21:58:31.8551506Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/ToolExecutorPluginRegistry.h 2024-08-20T21:58:31.8551867Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Tooling.h 2024-08-20T21:58:31.8552189Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Transformer 2024-08-20T21:58:31.8552602Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Transformer/MatchConsumer.h 2024-08-20T21:58:31.8553181Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Transformer/Parsing.h 2024-08-20T21:58:31.8553623Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Transformer/RangeSelector.h 2024-08-20T21:58:31.8554071Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Transformer/RewriteRule.h 2024-08-20T21:58:31.8554504Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Transformer/SourceCode.h 2024-08-20T21:58:31.8554983Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Transformer/SourceCodeBuilders.h 2024-08-20T21:58:31.8555390Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Transformer/Stencil.h 2024-08-20T21:58:31.8555816Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Transformer/Transformer.h 2024-08-20T21:58:31.8556057Z #80 629.2 -- Installing: //llvm-install/include/clang-c 2024-08-20T21:58:31.8556384Z #80 629.2 -- Installing: //llvm-install/include/clang-c/BuildSystem.h 2024-08-20T21:58:31.8556763Z #80 629.2 -- Installing: //llvm-install/include/clang-c/CXCompilationDatabase.h 2024-08-20T21:58:31.8557084Z #80 629.2 -- Installing: //llvm-install/include/clang-c/CXDiagnostic.h 2024-08-20T21:58:31.8557418Z #80 629.2 -- Installing: //llvm-install/include/clang-c/CXErrorCode.h 2024-08-20T21:58:31.8557703Z #80 629.2 -- Installing: //llvm-install/include/clang-c/CXFile.h 2024-08-20T21:58:31.8558048Z #80 629.2 -- Installing: //llvm-install/include/clang-c/CXSourceLocation.h 2024-08-20T21:58:31.8558356Z #80 629.2 -- Installing: //llvm-install/include/clang-c/CXString.h 2024-08-20T21:58:31.8558681Z #80 629.2 -- Installing: //llvm-install/include/clang-c/Documentation.h 2024-08-20T21:58:31.8558986Z #80 629.2 -- Installing: //llvm-install/include/clang-c/ExternC.h 2024-08-20T21:58:31.8559413Z #80 629.2 -- Installing: //llvm-install/include/clang-c/FatalErrorHandler.h 2024-08-20T21:58:31.8559939Z #80 629.2 -- Installing: //llvm-install/include/clang-c/Index.h 2024-08-20T21:58:31.8560264Z #80 629.2 -- Installing: //llvm-install/include/clang-c/Platform.h 2024-08-20T21:58:31.8560566Z #80 629.2 -- Installing: //llvm-install/include/clang-c/Rewrite.h 2024-08-20T21:58:31.8560852Z #80 629.2 -- Up-to-date: //llvm-install/include/clang 2024-08-20T21:58:31.8561146Z #80 629.2 -- Up-to-date: //llvm-install/include/clang/Basic 2024-08-20T21:58:31.8561481Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/Version.inc 2024-08-20T21:58:31.8561873Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_cde_builtin_cg.inc 2024-08-20T21:58:31.8562225Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_fp16.inc 2024-08-20T21:58:31.8562612Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_cde_builtins.inc 2024-08-20T21:58:31.8563038Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_cde_builtin_sema.inc 2024-08-20T21:58:31.8563467Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_cde_builtin_aliases.inc 2024-08-20T21:58:31.8563901Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/AttrSubMatchRulesList.inc 2024-08-20T21:58:31.8564281Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/AttrList.inc 2024-08-20T21:58:31.8564677Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_sve_typeflags.inc 2024-08-20T21:58:31.8565104Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/AttrHasAttributeImpl.inc 2024-08-20T21:58:31.8565524Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_mve_builtin_sema.inc 2024-08-20T21:58:31.8565861Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_neon.inc 2024-08-20T21:58:31.8566300Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_mve_builtin_aliases.inc 2024-08-20T21:58:31.8566743Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticIndexName.inc 2024-08-20T21:58:31.8567130Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_mve_builtins.inc 2024-08-20T21:58:31.8567584Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticFrontendKinds.inc 2024-08-20T21:58:31.8567986Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticLexKinds.inc 2024-08-20T21:58:31.8568528Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticDriverKinds.inc 2024-08-20T21:58:31.8568978Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticASTKinds.inc 2024-08-20T21:58:31.8569420Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticCrossTUKinds.inc 2024-08-20T21:58:31.8569830Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticGroups.inc 2024-08-20T21:58:31.8570259Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticCommonKinds.inc 2024-08-20T21:58:31.8570707Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticAnalysisKinds.inc 2024-08-20T21:58:31.8571167Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticCommentKinds.inc 2024-08-20T21:58:31.8571636Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticRefactoringKinds.inc 2024-08-20T21:58:31.8572070Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticParseKinds.inc 2024-08-20T21:58:31.8572585Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticSerializationKinds.inc 2024-08-20T21:58:31.8573004Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/DiagnosticSemaKinds.inc 2024-08-20T21:58:31.8573412Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_mve_builtin_cg.inc 2024-08-20T21:58:31.8573845Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_sve_builtins.inc 2024-08-20T21:58:31.8574292Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/riscv_vector_builtin_sema.inc 2024-08-20T21:58:31.8574698Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_sve_builtin_cg.inc 2024-08-20T21:58:31.8575134Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/arm_sve_sema_rangechecks.inc 2024-08-20T21:58:31.8575565Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/riscv_vector_builtin_cg.inc 2024-08-20T21:58:31.8576000Z #80 629.2 -- Installing: //llvm-install/include/clang/Basic/riscv_vector_builtins.inc 2024-08-20T21:58:31.8576297Z #80 629.2 -- Up-to-date: //llvm-install/include/clang/AST 2024-08-20T21:58:31.8576659Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/TypeNodes.inc 2024-08-20T21:58:31.8576993Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/DeclNodes.inc 2024-08-20T21:58:31.8577326Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/StmtNodes.inc 2024-08-20T21:58:31.8577693Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/CommentNodes.inc 2024-08-20T21:58:31.8578094Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/AbstractBasicReader.inc 2024-08-20T21:58:31.8578467Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/CommentHTMLTags.inc 2024-08-20T21:58:31.8578930Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/CommentHTMLTagsProperties.inc 2024-08-20T21:58:31.8579329Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/AbstractBasicWriter.inc 2024-08-20T21:58:31.8579755Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/StmtDataCollectors.inc 2024-08-20T21:58:31.8580370Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/CommentHTMLNamedCharacterReferences.inc 2024-08-20T21:58:31.8580775Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/AbstractTypeReader.inc 2024-08-20T21:58:31.8581181Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/CommentCommandList.inc 2024-08-20T21:58:31.8581571Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/AbstractTypeWriter.inc 2024-08-20T21:58:31.8581994Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/CommentCommandInfo.inc 2024-08-20T21:58:31.8582392Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/AttrTextNodeDump.inc 2024-08-20T21:58:31.8582770Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/AttrNodeTraverse.inc 2024-08-20T21:58:31.8583117Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/AttrVisitor.inc 2024-08-20T21:58:31.8583444Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/Attrs.inc 2024-08-20T21:58:31.8583778Z #80 629.2 -- Installing: //llvm-install/include/clang/AST/AttrImpl.inc 2024-08-20T21:58:31.8584099Z #80 629.2 -- Up-to-date: //llvm-install/include/clang/Driver 2024-08-20T21:58:31.8584441Z #80 629.2 -- Installing: //llvm-install/include/clang/Driver/Options.inc 2024-08-20T21:58:31.8584718Z #80 629.2 -- Up-to-date: //llvm-install/include/clang/Parse 2024-08-20T21:58:31.8585315Z #80 629.2 -- Installing: //llvm-install/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc 2024-08-20T21:58:31.8585772Z #80 629.2 -- Installing: //llvm-install/include/clang/Parse/AttrParserStringSwitches.inc 2024-08-20T21:58:31.8586043Z #80 629.2 -- Up-to-date: //llvm-install/include/clang/Sema 2024-08-20T21:58:31.8586487Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/AttrSpellingListIndex.inc 2024-08-20T21:58:31.8586927Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/AttrTemplateInstantiate.inc 2024-08-20T21:58:31.8587329Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/AttrParsedAttrList.inc 2024-08-20T21:58:31.8587749Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/AttrParsedAttrKinds.inc 2024-08-20T21:58:31.8588149Z #80 629.2 -- Installing: //llvm-install/include/clang/Sema/AttrParsedAttrImpl.inc 2024-08-20T21:58:31.8588477Z #80 629.2 -- Up-to-date: //llvm-install/include/clang/Serialization 2024-08-20T21:58:31.8588902Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/AttrPCHWrite.inc 2024-08-20T21:58:31.8589321Z #80 629.2 -- Installing: //llvm-install/include/clang/Serialization/AttrPCHRead.inc 2024-08-20T21:58:31.8589658Z #80 629.2 -- Up-to-date: //llvm-install/include/clang/StaticAnalyzer 2024-08-20T21:58:31.8590035Z #80 629.2 -- Up-to-date: //llvm-install/include/clang/StaticAnalyzer/Checkers 2024-08-20T21:58:31.8590495Z #80 629.2 -- Installing: //llvm-install/include/clang/StaticAnalyzer/Checkers/Checkers.inc 2024-08-20T21:58:31.8590860Z #80 629.2 -- Up-to-date: //llvm-install/include/clang/Tooling 2024-08-20T21:58:31.8591289Z #80 629.2 -- Up-to-date: //llvm-install/include/clang/Tooling/Syntax 2024-08-20T21:58:31.8591683Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Syntax/Nodes.inc 2024-08-20T21:58:31.8592105Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/Syntax/NodeClasses.inc 2024-08-20T21:58:31.8592572Z #80 629.2 -- Installing: //llvm-install/include/clang/Tooling/NodeIntrospection.inc 2024-08-20T21:58:31.8592864Z #80 629.2 -- Up-to-date: //llvm-install/include/clang/Config 2024-08-20T21:58:31.8593190Z #80 629.2 -- Installing: //llvm-install/include/clang/Config/config.h 2024-08-20T21:58:31.8593536Z #80 629.2 -- Installing: //llvm-install/share/clang/bash-autocomplete.sh 2024-08-20T21:58:31.8593804Z #80 629.2 -- Installing: //llvm-install/bin/clang-tblgen 2024-08-20T21:58:31.8594220Z #80 629.2 -- Set runtime path of "llvm-install/bin/clang-tblgen" to "$ORIGIN/../lib" 2024-08-20T21:58:31.8594592Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/builtins.h 2024-08-20T21:58:31.8594981Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/float.h 2024-08-20T21:58:31.8595373Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/inttypes.h 2024-08-20T21:58:31.8595713Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/iso646.h 2024-08-20T21:58:31.8596031Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/limits.h 2024-08-20T21:58:31.8596405Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/module.modulemap 2024-08-20T21:58:31.8596784Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/stdalign.h 2024-08-20T21:58:31.8597162Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/stdarg.h 2024-08-20T21:58:31.8597506Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/stdatomic.h 2024-08-20T21:58:31.8597847Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/stdbool.h 2024-08-20T21:58:31.8598167Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/stddef.h 2024-08-20T21:58:31.8598592Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__stddef_max_align_t.h 2024-08-20T21:58:31.8598940Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/stdint.h 2024-08-20T21:58:31.8599295Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/stdnoreturn.h 2024-08-20T21:58:31.8599742Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/tgmath.h 2024-08-20T21:58:31.8600063Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/unwind.h 2024-08-20T21:58:31.8600392Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/varargs.h 2024-08-20T21:58:31.8600737Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/arm_acle.h 2024-08-20T21:58:31.8601072Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/arm_cmse.h 2024-08-20T21:58:31.8601400Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/armintr.h 2024-08-20T21:58:31.8601797Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/arm64intr.h 2024-08-20T21:58:31.8602195Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/arm_neon_sve_bridge.h 2024-08-20T21:58:31.8602649Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_cuda_builtin_vars.h 2024-08-20T21:58:31.8603033Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_cuda_math.h 2024-08-20T21:58:31.8603418Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_cuda_cmath.h 2024-08-20T21:58:31.8603894Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_cuda_complex_builtins.h 2024-08-20T21:58:31.8604358Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_cuda_device_functions.h 2024-08-20T21:58:31.8604822Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_cuda_intrinsics.h 2024-08-20T21:58:31.8605317Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_cuda_texture_intrinsics.h 2024-08-20T21:58:31.8605798Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_cuda_libdevice_declares.h 2024-08-20T21:58:31.8606351Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_cuda_math_forward_declares.h 2024-08-20T21:58:31.8606814Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_cuda_runtime_wrapper.h 2024-08-20T21:58:31.8607280Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/hexagon_circ_brev_intrinsics.h 2024-08-20T21:58:31.8607658Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/hexagon_protos.h 2024-08-20T21:58:31.8608025Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/hexagon_types.h 2024-08-20T21:58:31.8608415Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/hvx_hexagon_protos.h 2024-08-20T21:58:31.8608902Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_hip_libdevice_declares.h 2024-08-20T21:58:31.8609287Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_hip_cmath.h 2024-08-20T21:58:31.8609723Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_hip_math.h 2024-08-20T21:58:31.8610155Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_hip_stdlib.h 2024-08-20T21:58:31.8610611Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__clang_hip_runtime_wrapper.h 2024-08-20T21:58:31.8610978Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/larchintrin.h 2024-08-20T21:58:31.8611281Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/msa.h 2024-08-20T21:58:31.8611618Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/opencl-c.h 2024-08-20T21:58:31.8612033Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/opencl-c-base.h 2024-08-20T21:58:31.8612361Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/altivec.h 2024-08-20T21:58:31.8612700Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/htmintrin.h 2024-08-20T21:58:31.8613058Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/htmxlintrin.h 2024-08-20T21:58:31.8613449Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/s390intrin.h 2024-08-20T21:58:31.8613835Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/vecintrin.h 2024-08-20T21:58:31.8614179Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/velintrin.h 2024-08-20T21:58:31.8614541Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/velintrin_gen.h 2024-08-20T21:58:31.8614935Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/velintrin_approx.h 2024-08-20T21:58:31.8615274Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/adxintrin.h 2024-08-20T21:58:31.8615610Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ammintrin.h 2024-08-20T21:58:31.8615989Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/amxfp16intrin.h 2024-08-20T21:58:31.8616326Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/amxintrin.h 2024-08-20T21:58:31.8616684Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx2intrin.h 2024-08-20T21:58:31.8617064Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512bf16intrin.h 2024-08-20T21:58:31.8617460Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512bitalgintrin.h 2024-08-20T21:58:31.8617838Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512bwintrin.h 2024-08-20T21:58:31.8618206Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512cdintrin.h 2024-08-20T21:58:31.8618618Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512dqintrin.h 2024-08-20T21:58:31.8618997Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512erintrin.h 2024-08-20T21:58:31.8619365Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512fintrin.h 2024-08-20T21:58:31.8619744Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512fp16intrin.h 2024-08-20T21:58:31.8620130Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512ifmaintrin.h 2024-08-20T21:58:31.8620524Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512ifmavlintrin.h 2024-08-20T21:58:31.8620937Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512pfintrin.h 2024-08-20T21:58:31.8621327Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vbmi2intrin.h 2024-08-20T21:58:31.8621707Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vbmiintrin.h 2024-08-20T21:58:31.8622106Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vbmivlintrin.h 2024-08-20T21:58:31.8622495Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vlbf16intrin.h 2024-08-20T21:58:31.8622908Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vlbitalgintrin.h 2024-08-20T21:58:31.8623294Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vlbwintrin.h 2024-08-20T21:58:31.8623674Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vlcdintrin.h 2024-08-20T21:58:31.8624091Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vldqintrin.h 2024-08-20T21:58:31.8624485Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vlfp16intrin.h 2024-08-20T21:58:31.8624854Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vlintrin.h 2024-08-20T21:58:31.8625263Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vlvbmi2intrin.h 2024-08-20T21:58:31.8625650Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vlvnniintrin.h 2024-08-20T21:58:31.8626114Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vlvp2intersectintrin.h 2024-08-20T21:58:31.8626621Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vnniintrin.h 2024-08-20T21:58:31.8627069Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vp2intersectintrin.h 2024-08-20T21:58:31.8627506Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vpopcntdqintrin.h 2024-08-20T21:58:31.8627941Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avx512vpopcntdqvlintrin.h 2024-08-20T21:58:31.8628312Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avxifmaintrin.h 2024-08-20T21:58:31.8628688Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avxintrin.h 2024-08-20T21:58:31.8629082Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avxneconvertintrin.h 2024-08-20T21:58:31.8629474Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avxvnniint8intrin.h 2024-08-20T21:58:31.8629848Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/avxvnniintrin.h 2024-08-20T21:58:31.9069323Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/bmi2intrin.h 2024-08-20T21:58:31.9069719Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/bmiintrin.h 2024-08-20T21:58:31.9070201Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/cetintrin.h 2024-08-20T21:58:31.9070608Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/cldemoteintrin.h 2024-08-20T21:58:31.9071032Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/clflushoptintrin.h 2024-08-20T21:58:31.9071393Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/clwbintrin.h 2024-08-20T21:58:31.9071773Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/clzerointrin.h 2024-08-20T21:58:31.9072157Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/cmpccxaddintrin.h 2024-08-20T21:58:31.9072506Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/crc32intrin.h 2024-08-20T21:58:31.9072867Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/emmintrin.h 2024-08-20T21:58:31.9073234Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/enqcmdintrin.h 2024-08-20T21:58:31.9073577Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/f16cintrin.h 2024-08-20T21:58:31.9073933Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/fma4intrin.h 2024-08-20T21:58:31.9074270Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/fmaintrin.h 2024-08-20T21:58:31.9074623Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/fxsrintrin.h 2024-08-20T21:58:31.9075083Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/gfniintrin.h 2024-08-20T21:58:31.9075447Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/hresetintrin.h 2024-08-20T21:58:31.9075805Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ia32intrin.h 2024-08-20T21:58:31.9076145Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/immintrin.h 2024-08-20T21:58:31.9076516Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/invpcidintrin.h 2024-08-20T21:58:31.9076908Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/keylockerintrin.h 2024-08-20T21:58:31.9077246Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/lwpintrin.h 2024-08-20T21:58:31.9077597Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/lzcntintrin.h 2024-08-20T21:58:31.9077940Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/mm3dnow.h 2024-08-20T21:58:31.9078318Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/mmintrin.h 2024-08-20T21:58:31.9078695Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/movdirintrin.h 2024-08-20T21:58:31.9079058Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/mwaitxintrin.h 2024-08-20T21:58:31.9079399Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/nmmintrin.h 2024-08-20T21:58:31.9079854Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/pconfigintrin.h 2024-08-20T21:58:31.9080198Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/pkuintrin.h 2024-08-20T21:58:31.9080587Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/pmmintrin.h 2024-08-20T21:58:31.9080961Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/popcntintrin.h 2024-08-20T21:58:31.9081321Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/prfchiintrin.h 2024-08-20T21:58:31.9081696Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/prfchwintrin.h 2024-08-20T21:58:31.9082066Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ptwriteintrin.h 2024-08-20T21:58:31.9082463Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/raointintrin.h 2024-08-20T21:58:31.9082828Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/rdpruintrin.h 2024-08-20T21:58:31.9083186Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/rdseedintrin.h 2024-08-20T21:58:31.9083524Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/rtmintrin.h 2024-08-20T21:58:31.9083912Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/serializeintrin.h 2024-08-20T21:58:31.9084250Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/sgxintrin.h 2024-08-20T21:58:31.9084586Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/shaintrin.h 2024-08-20T21:58:31.9084934Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/smmintrin.h 2024-08-20T21:58:31.9085346Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/tbmintrin.h 2024-08-20T21:58:31.9085678Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/tmmintrin.h 2024-08-20T21:58:31.9086053Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/tsxldtrkintrin.h 2024-08-20T21:58:31.9086416Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/uintrintrin.h 2024-08-20T21:58:31.9086758Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/vaesintrin.h 2024-08-20T21:58:31.9087158Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/vpclmulqdqintrin.h 2024-08-20T21:58:31.9087526Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/waitpkgintrin.h 2024-08-20T21:58:31.9087896Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/wbnoinvdintrin.h 2024-08-20T21:58:31.9088277Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__wmmintrin_aes.h 2024-08-20T21:58:31.9088613Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/wmmintrin.h 2024-08-20T21:58:31.9089004Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/__wmmintrin_pclmul.h 2024-08-20T21:58:31.9089408Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/x86gprintrin.h 2024-08-20T21:58:31.9089747Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/x86intrin.h 2024-08-20T21:58:31.9090096Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/xmmintrin.h 2024-08-20T21:58:31.9090431Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/xopintrin.h 2024-08-20T21:58:31.9090789Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/xsavecintrin.h 2024-08-20T21:58:31.9091154Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/xsaveintrin.h 2024-08-20T21:58:31.9091526Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/xsaveoptintrin.h 2024-08-20T21:58:31.9091883Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/xsavesintrin.h 2024-08-20T21:58:31.9092243Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/xtestintrin.h 2024-08-20T21:58:31.9092575Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/cet.h 2024-08-20T21:58:31.9092897Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/cpuid.h 2024-08-20T21:58:31.9093272Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/wasm_simd128.h 2024-08-20T21:58:31.9093594Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/intrin.h 2024-08-20T21:58:31.9093927Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/vadefs.h 2024-08-20T21:58:31.9094264Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/mm_malloc.h 2024-08-20T21:58:31.9094712Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/cuda_wrappers/algorithm 2024-08-20T21:58:31.9095114Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/cuda_wrappers/cmath 2024-08-20T21:58:31.9095509Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/cuda_wrappers/complex 2024-08-20T21:58:31.9095946Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/cuda_wrappers/new 2024-08-20T21:58:31.9096389Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ppc_wrappers/mmintrin.h 2024-08-20T21:58:31.9096849Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ppc_wrappers/xmmintrin.h 2024-08-20T21:58:31.9097283Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ppc_wrappers/mm_malloc.h 2024-08-20T21:58:31.9097702Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ppc_wrappers/emmintrin.h 2024-08-20T21:58:31.9098167Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ppc_wrappers/pmmintrin.h 2024-08-20T21:58:31.9098603Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ppc_wrappers/tmmintrin.h 2024-08-20T21:58:31.9099021Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ppc_wrappers/smmintrin.h 2024-08-20T21:58:31.9099438Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ppc_wrappers/bmiintrin.h 2024-08-20T21:58:31.9099876Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ppc_wrappers/bmi2intrin.h 2024-08-20T21:58:31.9100292Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ppc_wrappers/immintrin.h 2024-08-20T21:58:31.9100722Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ppc_wrappers/x86intrin.h 2024-08-20T21:58:31.9101210Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/ppc_wrappers/x86gprintrin.h 2024-08-20T21:58:31.9101628Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/openmp_wrappers/math.h 2024-08-20T21:58:31.9102060Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/openmp_wrappers/cmath 2024-08-20T21:58:31.9102509Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/openmp_wrappers/complex.h 2024-08-20T21:58:31.9102924Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/openmp_wrappers/complex 2024-08-20T21:58:31.9103573Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/openmp_wrappers/__clang_openmp_device_functions.h 2024-08-20T21:58:31.9104052Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/openmp_wrappers/complex_cmath.h 2024-08-20T21:58:31.9104513Z #80 629.2 -- Installing: //llvm-install/lib/clang/16/include/openmp_wrappers/new 2024-08-20T21:58:31.9104789Z #80 629.2 -- Installing: //llvm-install/lib/libclangBasic.a 2024-08-20T21:58:31.9105086Z #80 629.2 -- Installing: //llvm-install/lib/libclangAPINotes.a 2024-08-20T21:58:31.9105360Z #80 629.2 -- Installing: //llvm-install/lib/libclangLex.a 2024-08-20T21:58:31.9105634Z #80 629.2 -- Installing: //llvm-install/lib/libclangParse.a 2024-08-20T21:58:31.9105891Z #80 629.2 -- Installing: //llvm-install/lib/libclangAST.a 2024-08-20T21:58:31.9106212Z #80 629.2 -- Installing: //llvm-install/lib/libclangASTMatchers.a 2024-08-20T21:58:31.9106612Z #80 629.2 -- Installing: //llvm-install/lib/libclangDynamicASTMatchers.a 2024-08-20T21:58:31.9106902Z #80 629.2 -- Installing: //llvm-install/lib/libclangCrossTU.a 2024-08-20T21:58:31.9107180Z #80 629.2 -- Installing: //llvm-install/lib/libclangSema.a 2024-08-20T21:58:31.9107496Z #80 629.2 -- Installing: //llvm-install/lib/libclangCodeGen.a 2024-08-20T21:58:31.9107804Z #80 629.2 -- Installing: //llvm-install/lib/libclangAnalysis.a 2024-08-20T21:58:31.9108187Z #80 629.2 -- Installing: //llvm-install/lib/libclangAnalysisFlowSensitive.a 2024-08-20T21:58:31.9108606Z #80 629.2 -- Installing: //llvm-install/lib/libclangAnalysisFlowSensitiveModels.a 2024-08-20T21:58:31.9108883Z #80 629.2 -- Installing: //llvm-install/lib/libclangEdit.a 2024-08-20T21:58:31.9109183Z #80 629.2 -- Installing: //llvm-install/lib/libclangExtractAPI.a 2024-08-20T21:58:31.9109468Z #80 629.2 -- Installing: //llvm-install/lib/libclangRewrite.a 2024-08-20T21:58:31.9109810Z #80 629.2 -- Installing: //llvm-install/lib/libclangARCMigrate.a 2024-08-20T21:58:31.9110091Z #80 629.2 -- Installing: //llvm-install/lib/libclangDriver.a 2024-08-20T21:58:31.9110459Z #80 629.2 -- Installing: //llvm-install/lib/libclangSerialization.a 2024-08-20T21:58:31.9110767Z #80 629.2 -- Installing: //llvm-install/lib/libclangFrontend.a 2024-08-20T21:58:31.9111105Z #80 629.2 -- Installing: //llvm-install/lib/libclangRewriteFrontend.a 2024-08-20T21:58:31.9111431Z #80 629.2 -- Installing: //llvm-install/lib/libclangFrontendTool.a 2024-08-20T21:58:31.9111746Z #80 629.2 -- Installing: //llvm-install/lib/libclangTooling.a 2024-08-20T21:58:31.9112054Z #80 629.2 -- Installing: //llvm-install/lib/libclangToolingCore.a 2024-08-20T21:58:31.9112413Z #80 629.2 -- Installing: //llvm-install/lib/libclangToolingInclusions.a 2024-08-20T21:58:31.9112805Z #80 629.2 -- Installing: //llvm-install/lib/libclangToolingInclusionsStdlib.a 2024-08-20T21:58:31.9113160Z #80 629.2 -- Installing: //llvm-install/lib/libclangToolingRefactoring.a 2024-08-20T21:58:31.9113502Z #80 629.2 -- Installing: //llvm-install/lib/libclangToolingASTDiff.a 2024-08-20T21:58:31.9113823Z #80 629.2 -- Installing: //llvm-install/lib/libclangToolingSyntax.a 2024-08-20T21:58:31.9114177Z #80 629.2 -- Installing: //llvm-install/lib/libclangDependencyScanning.a 2024-08-20T21:58:31.9114498Z #80 629.2 -- Installing: //llvm-install/lib/libclangTransformer.a 2024-08-20T21:58:31.9114844Z #80 629.2 -- Installing: //llvm-install/lib/libclangDirectoryWatcher.a 2024-08-20T21:58:31.9115128Z #80 629.2 -- Installing: //llvm-install/lib/libclangIndex.a 2024-08-20T21:58:31.9115480Z #80 629.2 -- Installing: //llvm-install/lib/libclangIndexSerialization.a 2024-08-20T21:58:31.9115827Z #80 629.2 -- Installing: //llvm-install/lib/libclangStaticAnalyzerCore.a 2024-08-20T21:58:31.9116218Z #80 629.2 -- Installing: //llvm-install/lib/libclangStaticAnalyzerCheckers.a 2024-08-20T21:58:31.9116603Z #80 629.2 -- Installing: //llvm-install/lib/libclangStaticAnalyzerFrontend.a 2024-08-20T21:58:31.9116992Z #80 629.2 -- Installing: //llvm-install/lib/libclangFormat.a 2024-08-20T21:58:31.9117312Z #80 629.2 -- Installing: //llvm-install/lib/libclangInterpreter.a 2024-08-20T21:58:31.9117602Z #80 629.2 -- Installing: //llvm-install/lib/libclangSupport.a 2024-08-20T21:58:31.9117836Z #80 629.2 -- Installing: //llvm-install/bin/diagtool 2024-08-20T21:58:31.9118249Z #80 629.2 -- Set runtime path of "llvm-install/bin/diagtool" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9118518Z #80 629.2 -- Installing: //llvm-install/bin/clang-16 2024-08-20T21:58:31.9118753Z #80 629.2 -- Installing: //llvm-install/bin/clang 2024-08-20T21:58:31.9119142Z #80 629.2 -- Set runtime path of "llvm-install/bin/clang-16" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9119303Z #80 629.2 -- Creating clang++ 2024-08-20T21:58:31.9119467Z #80 629.2 -- Creating clang-cl 2024-08-20T21:58:31.9119694Z #80 629.2 -- Creating clang-cpp 2024-08-20T21:58:31.9119958Z #80 629.3 -- Installing: //llvm-install/bin/clang-format 2024-08-20T21:58:31.9120389Z #80 629.3 -- Set runtime path of "llvm-install/bin/clang-format" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9120821Z #80 629.3 -- Installing: //llvm-install/share/clang/clang-format-bbedit.applescript 2024-08-20T21:58:31.9121169Z #80 629.3 -- Installing: //llvm-install/share/clang/clang-format-diff.py 2024-08-20T21:58:31.9121552Z #80 629.3 -- Installing: //llvm-install/share/clang/clang-format-sublime.py 2024-08-20T21:58:31.9121960Z #80 629.3 -- Installing: //llvm-install/share/clang/clang-format.el 2024-08-20T21:58:31.9122294Z #80 629.3 -- Installing: //llvm-install/share/clang/clang-format.py 2024-08-20T21:58:31.9122573Z #80 629.3 -- Installing: //llvm-install/bin/git-clang-format 2024-08-20T21:58:31.9122872Z #80 629.3 -- Installing: //llvm-install/lib/libclangHandleCXX.a 2024-08-20T21:58:31.9123188Z #80 629.3 -- Installing: //llvm-install/lib/libclangHandleLLVM.a 2024-08-20T21:58:31.9123485Z #80 629.3 -- Installing: //llvm-install/bin/clang-linker-wrapper 2024-08-20T21:58:31.9123990Z #80 629.3 -- Set runtime path of "llvm-install/bin/clang-linker-wrapper" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9124318Z #80 629.3 -- Installing: //llvm-install/bin/clang-offload-packager 2024-08-20T21:58:31.9124803Z #80 629.3 -- Set runtime path of "llvm-install/bin/clang-offload-packager" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9125108Z #80 629.3 -- Installing: //llvm-install/bin/clang-offload-bundler 2024-08-20T21:58:31.9125599Z #80 629.3 -- Set runtime path of "llvm-install/bin/clang-offload-bundler" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9125903Z #80 629.3 -- Installing: //llvm-install/bin/clang-scan-deps 2024-08-20T21:58:31.9126346Z #80 629.3 -- Set runtime path of "llvm-install/bin/clang-scan-deps" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9126588Z #80 629.3 -- Installing: //llvm-install/bin/clang-repl 2024-08-20T21:58:31.9126991Z #80 629.3 -- Set runtime path of "llvm-install/bin/clang-repl" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9127257Z #80 629.3 -- Installing: //llvm-install/bin/c-index-test 2024-08-20T21:58:31.9127668Z #80 629.3 -- Set runtime path of "llvm-install/bin/c-index-test" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9127918Z #80 629.3 -- Installing: //llvm-install/bin/clang-rename 2024-08-20T21:58:31.9128337Z #80 629.3 -- Set runtime path of "llvm-install/bin/clang-rename" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9128653Z #80 629.3 -- Installing: //llvm-install/share/clang/clang-rename.py 2024-08-20T21:58:31.9128969Z #80 629.3 -- Installing: //llvm-install/share/clang/clang-rename.el 2024-08-20T21:58:31.9129250Z #80 629.3 -- Installing: //llvm-install/bin/clang-refactor 2024-08-20T21:58:31.9129729Z #80 629.3 -- Set runtime path of "llvm-install/bin/clang-refactor" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9130032Z #80 629.3 -- Installing: //llvm-install/lib/libclang-cpp.so.16 2024-08-20T21:58:31.9130482Z #80 629.3 -- Set runtime path of "llvm-install/lib/libclang-cpp.so.16" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9130759Z #80 629.3 -- Installing: //llvm-install/lib/libclang-cpp.so 2024-08-20T21:58:31.9131024Z #80 629.3 -- Installing: //llvm-install/bin/clang-check 2024-08-20T21:58:31.9131430Z #80 629.3 -- Set runtime path of "llvm-install/bin/clang-check" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9131843Z #80 629.3 -- Installing: //llvm-install/bin/clang-extdef-mapping 2024-08-20T21:58:31.9132311Z #80 629.3 -- Set runtime path of "llvm-install/bin/clang-extdef-mapping" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9132553Z #80 629.3 -- Installing: //llvm-install/bin/scan-build 2024-08-20T21:58:31.9132863Z #80 629.3 -- Installing: //llvm-install/libexec/ccc-analyzer 2024-08-20T21:58:31.9133131Z #80 629.3 -- Installing: //llvm-install/libexec/c++-analyzer 2024-08-20T21:58:31.9133435Z #80 629.3 -- Installing: //llvm-install/share/man/man1/scan-build.1 2024-08-20T21:58:31.9133942Z #80 629.3 -- Installing: //llvm-install/share/scan-build/scanview.css 2024-08-20T21:58:31.9134441Z #80 629.3 -- Installing: //llvm-install/share/scan-build/sorttable.js 2024-08-20T21:58:31.9134700Z #80 629.3 -- Installing: //llvm-install/bin/analyze-build 2024-08-20T21:58:31.9134988Z #80 629.3 -- Installing: //llvm-install/bin/intercept-build 2024-08-20T21:58:31.9135249Z #80 629.3 -- Installing: //llvm-install/bin/scan-build-py 2024-08-20T21:58:31.9135521Z #80 629.3 -- Installing: //llvm-install/libexec/analyze-c++ 2024-08-20T21:58:31.9135793Z #80 629.3 -- Installing: //llvm-install/libexec/analyze-cc 2024-08-20T21:58:31.9136146Z #80 629.3 -- Installing: //llvm-install/libexec/intercept-c++ 2024-08-20T21:58:31.9136486Z #80 629.3 -- Installing: //llvm-install/libexec/intercept-cc 2024-08-20T21:58:31.9136818Z #80 629.3 -- Installing: //llvm-install/lib/libscanbuild/__init__.py 2024-08-20T21:58:31.9137139Z #80 629.3 -- Installing: //llvm-install/lib/libscanbuild/analyze.py 2024-08-20T21:58:31.9137481Z #80 629.3 -- Installing: //llvm-install/lib/libscanbuild/arguments.py 2024-08-20T21:58:31.9137782Z #80 629.3 -- Installing: //llvm-install/lib/libscanbuild/clang.py 2024-08-20T21:58:31.9138121Z #80 629.3 -- Installing: //llvm-install/lib/libscanbuild/compilation.py 2024-08-20T21:58:31.9138502Z #80 629.3 -- Installing: //llvm-install/lib/libscanbuild/intercept.py 2024-08-20T21:58:31.9138812Z #80 629.3 -- Installing: //llvm-install/lib/libscanbuild/report.py 2024-08-20T21:58:31.9139114Z #80 629.3 -- Installing: //llvm-install/lib/libscanbuild/shell.py 2024-08-20T21:58:31.9139511Z #80 629.3 -- Installing: //llvm-install/lib/libscanbuild/resources/scanview.css 2024-08-20T21:58:31.9139906Z #80 629.3 -- Installing: //llvm-install/lib/libscanbuild/resources/selectable.js 2024-08-20T21:58:31.9140336Z #80 629.3 -- Installing: //llvm-install/lib/libscanbuild/resources/sorttable.js 2024-08-20T21:58:31.9140623Z #80 629.3 -- Installing: //llvm-install/lib/libear/__init__.py 2024-08-20T21:58:31.9140911Z #80 629.3 -- Installing: //llvm-install/lib/libear/config.h.in 2024-08-20T21:58:31.9141175Z #80 629.3 -- Installing: //llvm-install/lib/libear/ear.c 2024-08-20T21:58:31.9141415Z #80 629.3 -- Installing: //llvm-install/bin/scan-view 2024-08-20T21:58:31.9141731Z #80 629.3 -- Installing: //llvm-install/share/scan-view/ScanView.py 2024-08-20T21:58:31.9142055Z #80 629.3 -- Installing: //llvm-install/share/scan-view/Reporter.py 2024-08-20T21:58:31.9142378Z #80 629.3 -- Installing: //llvm-install/share/scan-view/startfile.py 2024-08-20T21:58:31.9142768Z #80 629.3 -- Installing: //llvm-install/share/scan-view/bugcatcher.ico 2024-08-20T21:58:31.9143133Z #80 629.3 -- Installing: //llvm-install/lib/libclang.so.16.0.6 2024-08-20T21:58:31.9143404Z #80 629.3 -- Installing: //llvm-install/lib/libclang.so.16 2024-08-20T21:58:31.9143875Z #80 629.3 -- Set runtime path of "llvm-install/lib/libclang.so.16.0.6" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9144126Z #80 629.3 -- Installing: //llvm-install/lib/libclang.so 2024-08-20T21:58:31.9144378Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c 2024-08-20T21:58:31.9144713Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/BuildSystem.h 2024-08-20T21:58:31.9145110Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/CXCompilationDatabase.h 2024-08-20T21:58:31.9145447Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/CXDiagnostic.h 2024-08-20T21:58:31.9145781Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/CXErrorCode.h 2024-08-20T21:58:31.9146122Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/CXFile.h 2024-08-20T21:58:31.9146482Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/CXSourceLocation.h 2024-08-20T21:58:31.9146799Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/CXString.h 2024-08-20T21:58:31.9147197Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/Documentation.h 2024-08-20T21:58:31.9147512Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/ExternC.h 2024-08-20T21:58:31.9147882Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/FatalErrorHandler.h 2024-08-20T21:58:31.9148175Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/Index.h 2024-08-20T21:58:31.9148494Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/Platform.h 2024-08-20T21:58:31.9148794Z #80 629.3 -- Up-to-date: //llvm-install/include/clang-c/Rewrite.h 2024-08-20T21:58:31.9149048Z #80 629.3 -- Installing: //llvm-install/bin/amdgpu-arch 2024-08-20T21:58:31.9149474Z #80 629.3 -- Set runtime path of "llvm-install/bin/amdgpu-arch" to "$ORIGIN/../lib" 2024-08-20T21:58:31.9149723Z #80 629.3 -- Installing: //llvm-install/bin/nvptx-arch 2024-08-20T21:58:31.9150155Z #80 629.3 -- Set runtime path of "llvm-install/bin/nvptx-arch" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0077697Z #80 629.3 -- Installing: //llvm-install/lib/cmake/clang/ClangTargets.cmake 2024-08-20T21:58:32.0078163Z #80 629.3 -- Installing: //llvm-install/lib/cmake/clang/ClangTargets-release.cmake 2024-08-20T21:58:32.0078531Z #80 629.3 -- Installing: //llvm-install/lib/cmake/clang/ClangConfig.cmake 2024-08-20T21:58:32.0078934Z #80 629.3 -- Installing: //llvm-install/lib/cmake/clang/ClangConfigVersion.cmake 2024-08-20T21:58:32.0079270Z #80 629.3 -- Installing: //llvm-install/lib/cmake/clang/AddClang.cmake 2024-08-20T21:58:32.0079521Z #80 629.3 -- Installing: //llvm-install/bin/hmaptool 2024-08-20T21:58:32.0080567Z #80 629.3 -- Installing: //llvm-install/bin/bugpoint 2024-08-20T21:58:32.0080999Z #80 629.3 -- Set runtime path of "llvm-install/bin/bugpoint" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0081235Z #80 629.3 -- Installing: //llvm-install/bin/dsymutil 2024-08-20T21:58:32.0081626Z #80 629.3 -- Set runtime path of "llvm-install/bin/dsymutil" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0081854Z #80 629.3 -- Installing: //llvm-install/bin/llc 2024-08-20T21:58:32.0082216Z #80 629.3 -- Set runtime path of "llvm-install/bin/llc" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0082478Z #80 629.3 -- Installing: //llvm-install/bin/lli 2024-08-20T21:58:32.0082848Z #80 629.3 -- Set runtime path of "llvm-install/bin/lli" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0083076Z #80 629.3 -- Installing: //llvm-install/bin/llvm-as 2024-08-20T21:58:32.0083459Z #80 629.3 -- Set runtime path of "llvm-install/bin/llvm-as" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0083751Z #80 629.3 -- Installing: //llvm-install/bin/llvm-bcanalyzer 2024-08-20T21:58:32.0084186Z #80 629.3 -- Set runtime path of "llvm-install/bin/llvm-bcanalyzer" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0084451Z #80 629.3 -- Installing: //llvm-install/bin/llvm-c-test 2024-08-20T21:58:32.0084859Z #80 629.3 -- Set runtime path of "llvm-install/bin/llvm-c-test" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0085094Z #80 629.3 -- Installing: //llvm-install/bin/llvm-cat 2024-08-20T21:58:32.0085526Z #80 629.3 -- Set runtime path of "llvm-install/bin/llvm-cat" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0085802Z #80 629.3 -- Installing: //llvm-install/bin/llvm-cfi-verify 2024-08-20T21:58:32.0086242Z #80 629.3 -- Set runtime path of "llvm-install/bin/llvm-cfi-verify" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0086536Z #80 629.3 -- Installing: //llvm-install/lib/libLLVMCFIVerify.a 2024-08-20T21:58:32.0086767Z #80 629.3 -- Installing: //llvm-install/bin/llvm-cov 2024-08-20T21:58:32.0087169Z #80 629.3 -- Set runtime path of "llvm-install/bin/llvm-cov" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0087422Z #80 629.3 -- Installing: //llvm-install/bin/llvm-cvtres 2024-08-20T21:58:32.0087826Z #80 629.3 -- Set runtime path of "llvm-install/bin/llvm-cvtres" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0088092Z #80 629.3 -- Installing: //llvm-install/bin/llvm-cxxdump 2024-08-20T21:58:32.0088503Z #80 629.3 -- Set runtime path of "llvm-install/bin/llvm-cxxdump" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0088758Z #80 629.3 -- Installing: //llvm-install/bin/llvm-cxxfilt 2024-08-20T21:58:32.0089232Z #80 629.3 -- Set runtime path of "llvm-install/bin/llvm-cxxfilt" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0089482Z #80 629.3 -- Installing: //llvm-install/bin/llvm-cxxmap 2024-08-20T21:58:32.0089897Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-cxxmap" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0090220Z #80 629.4 -- Installing: //llvm-install/bin/llvm-debuginfo-analyzer 2024-08-20T21:58:32.0090715Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-debuginfo-analyzer" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0091000Z #80 629.4 -- Installing: //llvm-install/bin/llvm-debuginfod 2024-08-20T21:58:32.0091429Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-debuginfod" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0091728Z #80 629.4 -- Installing: //llvm-install/bin/llvm-debuginfod-find 2024-08-20T21:58:32.0092207Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-debuginfod-find" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0092495Z #80 629.4 -- Installing: //llvm-install/bin/llvm-diff 2024-08-20T21:58:32.0092889Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-diff" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0093161Z #80 629.4 -- Installing: //llvm-install/lib/libLLVMDiff.a 2024-08-20T21:58:32.0093394Z #80 629.4 -- Installing: //llvm-install/bin/llvm-dis 2024-08-20T21:58:32.0093797Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-dis" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0094064Z #80 629.4 -- Installing: //llvm-install/bin/llvm-dwarfdump 2024-08-20T21:58:32.0094530Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-dwarfdump" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0094806Z #80 629.4 -- Installing: //llvm-install/bin/llvm-dwarfutil 2024-08-20T21:58:32.0095230Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-dwarfutil" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0095465Z #80 629.4 -- Installing: //llvm-install/bin/llvm-dwp 2024-08-20T21:58:32.0095866Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-dwp" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0096126Z #80 629.4 -- Installing: //llvm-install/bin/llvm-exegesis 2024-08-20T21:58:32.0096571Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-exegesis" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0096875Z #80 629.4 -- Installing: //llvm-install/lib/libLLVMExegesis.a 2024-08-20T21:58:32.0097179Z #80 629.4 -- Installing: //llvm-install/lib/libLLVMExegesisX86.a 2024-08-20T21:58:32.0097445Z #80 629.4 -- Installing: //llvm-install/bin/llvm-extract 2024-08-20T21:58:32.0097862Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-extract" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0098124Z #80 629.4 -- Installing: //llvm-install/bin/llvm-gsymutil 2024-08-20T21:58:32.0098555Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-gsymutil" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0098790Z #80 629.4 -- Installing: //llvm-install/bin/llvm-ifs 2024-08-20T21:58:32.0099181Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-ifs" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0099447Z #80 629.4 -- Installing: //llvm-install/bin/llvm-jitlink 2024-08-20T21:58:32.0099865Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-jitlink" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0100170Z #80 629.4 -- Installing: //llvm-install/bin/llvm-libtool-darwin 2024-08-20T21:58:32.0100632Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-libtool-darwin" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0100872Z #80 629.4 -- Installing: //llvm-install/bin/llvm-link 2024-08-20T21:58:32.0101272Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-link" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0101516Z #80 629.4 -- Installing: //llvm-install/bin/llvm-lipo 2024-08-20T21:58:32.0101911Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-lipo" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0102162Z #80 629.4 -- Installing: //llvm-install/bin/llvm-lto2 2024-08-20T21:58:32.0102563Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-lto2" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0102795Z #80 629.4 -- Installing: //llvm-install/bin/llvm-mc 2024-08-20T21:58:32.0103216Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-mc" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0103454Z #80 629.4 -- Installing: //llvm-install/bin/llvm-mca 2024-08-20T21:58:32.0103841Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-mca" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0104081Z #80 629.4 -- Installing: //llvm-install/bin/llvm-ml 2024-08-20T21:58:32.0104463Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-ml" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0104738Z #80 629.4 -- Installing: //llvm-install/bin/llvm-modextract 2024-08-20T21:58:32.0105182Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-modextract" to "$ORIGIN/../lib" 2024-08-20T21:58:32.0105412Z #80 629.4 -- Installing: //llvm-install/bin/llvm-mt 2024-08-20T21:58:32.0105802Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-mt" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1090946Z #80 629.4 -- Installing: //llvm-install/bin/llvm-nm 2024-08-20T21:58:32.1092181Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-nm" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1092993Z #80 629.4 -- Installing: //llvm-install/bin/llvm-objcopy 2024-08-20T21:58:32.1094299Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-objcopy" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1094928Z #80 629.4 -- Creating llvm-install-name-tool 2024-08-20T21:58:32.1095480Z #80 629.4 -- Creating llvm-bitcode-strip 2024-08-20T21:58:32.1095949Z #80 629.4 -- Creating llvm-strip 2024-08-20T21:58:32.1096737Z #80 629.4 -- Installing: //llvm-install/bin/llvm-objdump 2024-08-20T21:58:32.1097281Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-objdump" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1097450Z #80 629.4 -- Creating llvm-otool 2024-08-20T21:58:32.1097744Z #80 629.4 -- Installing: //llvm-install/bin/llvm-opt-report 2024-08-20T21:58:32.1098180Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-opt-report" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1098443Z #80 629.4 -- Installing: //llvm-install/bin/llvm-pdbutil 2024-08-20T21:58:32.1098874Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-pdbutil" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1099181Z #80 629.4 -- Installing: //llvm-install/bin/llvm-profgen 2024-08-20T21:58:32.1099610Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-profgen" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1099841Z #80 629.4 -- Installing: //llvm-install/bin/llvm-rc 2024-08-20T21:58:32.1100223Z #80 629.4 -- Set runtime path of "llvm-install/bin/llvm-rc" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1100402Z #80 629.4 -- Creating llvm-windres 2024-08-20T21:58:32.1100659Z #80 629.5 -- Installing: //llvm-install/bin/llvm-readobj 2024-08-20T21:58:32.1101073Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-readobj" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1101249Z #80 629.5 -- Creating llvm-readelf 2024-08-20T21:58:32.1101504Z #80 629.5 -- Installing: //llvm-install/bin/llvm-reduce 2024-08-20T21:58:32.1101913Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-reduce" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1102241Z #80 629.5 -- Installing: //llvm-install/bin/llvm-remark-size-diff 2024-08-20T21:58:32.1102721Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-remark-size-diff" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1103008Z #80 629.5 -- Installing: //llvm-install/bin/llvm-remarkutil 2024-08-20T21:58:32.1103441Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-remarkutil" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1103694Z #80 629.5 -- Installing: //llvm-install/bin/llvm-rtdyld 2024-08-20T21:58:32.1104116Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-rtdyld" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1104353Z #80 629.5 -- Installing: //llvm-install/bin/llvm-sim 2024-08-20T21:58:32.1104742Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-sim" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1104996Z #80 629.5 -- Installing: //llvm-install/bin/llvm-size 2024-08-20T21:58:32.1105388Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-size" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1105682Z #80 629.5 -- Installing: //llvm-install/bin/llvm-split 2024-08-20T21:58:32.1106188Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-split" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1106431Z #80 629.5 -- Installing: //llvm-install/bin/llvm-stress 2024-08-20T21:58:32.1106833Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-stress" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1107081Z #80 629.5 -- Installing: //llvm-install/bin/llvm-strings 2024-08-20T21:58:32.1107627Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-strings" to "$ORIGIN/../lib" 2024-08-20T21:58:32.1107903Z #80 629.5 -- Installing: //llvm-install/bin/llvm-symbolizer 2024-08-20T21:58:32.1108319Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-symbolizer" to "$ORIGIN/../lib" 2024-08-20T21:58:32.2778114Z #80 629.5 -- Creating llvm-addr2line 2024-08-20T21:58:32.2779541Z #80 629.5 -- Installing: //llvm-install/bin/llvm-tapi-diff 2024-08-20T21:58:32.2780654Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-tapi-diff" to "$ORIGIN/../lib" 2024-08-20T21:58:32.2781476Z #80 629.5 -- Installing: //llvm-install/bin/llvm-tli-checker 2024-08-20T21:58:32.2782323Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-tli-checker" to "$ORIGIN/../lib" 2024-08-20T21:58:32.2783124Z #80 629.5 -- Installing: //llvm-install/bin/llvm-undname 2024-08-20T21:58:32.2783907Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-undname" to "$ORIGIN/../lib" 2024-08-20T21:58:32.2784669Z #80 629.5 -- Installing: //llvm-install/bin/llvm-xray 2024-08-20T21:58:32.2785490Z #80 629.5 -- Set runtime path of "llvm-install/bin/llvm-xray" to "$ORIGIN/../lib" 2024-08-20T21:58:32.2786277Z #80 629.5 -- Installing: //llvm-install/bin/opt 2024-08-20T21:58:32.5162514Z #80 629.9 -- Set runtime path of "llvm-install/bin/opt" to "$ORIGIN/../lib" 2024-08-20T21:58:32.6947136Z #80 629.9 -- Installing: //llvm-install/share/opt-viewer/opt-diff.py 2024-08-20T21:58:32.6947988Z #80 629.9 -- Installing: //llvm-install/share/opt-viewer/opt-stats.py 2024-08-20T21:58:32.6948801Z #80 629.9 -- Installing: //llvm-install/share/opt-viewer/opt-viewer.py 2024-08-20T21:58:32.6949776Z #80 629.9 -- Installing: //llvm-install/share/opt-viewer/optpmap.py 2024-08-20T21:58:32.6950578Z #80 629.9 -- Installing: //llvm-install/share/opt-viewer/optrecord.py 2024-08-20T21:58:32.6951322Z #80 629.9 -- Installing: //llvm-install/share/opt-viewer/style.css 2024-08-20T21:58:32.6952080Z #80 629.9 -- Installing: //llvm-install/lib/libRemarks.so.16 2024-08-20T21:58:32.6952950Z #80 629.9 -- Set runtime path of "llvm-install/lib/libRemarks.so.16" to "$ORIGIN/../lib" 2024-08-20T21:58:32.6953746Z #80 629.9 -- Installing: //llvm-install/lib/libRemarks.so 2024-08-20T21:58:32.6954438Z #80 629.9 -- Up-to-date: //llvm-install/include/llvm-c/Remarks.h 2024-08-20T21:58:32.6955092Z #80 629.9 -- Installing: //llvm-install/bin/sancov 2024-08-20T21:58:32.6955831Z #80 629.9 -- Set runtime path of "llvm-install/bin/sancov" to "$ORIGIN/../lib" 2024-08-20T21:58:32.6956641Z #80 629.9 -- Installing: //llvm-install/bin/sanstats 2024-08-20T21:58:32.6957352Z #80 629.9 -- Set runtime path of "llvm-install/bin/sanstats" to "$ORIGIN/../lib" 2024-08-20T21:58:32.6958099Z #80 629.9 -- Installing: //llvm-install/bin/verify-uselistorder 2024-08-20T21:58:32.6958903Z #80 629.9 -- Set runtime path of "llvm-install/bin/verify-uselistorder" to "$ORIGIN/../lib" 2024-08-20T21:58:32.6959922Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/LLVMExports.cmake 2024-08-20T21:58:32.6960971Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/LLVMExports-release.cmake 2024-08-20T21:58:32.6961807Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/LLVMConfig.cmake 2024-08-20T21:58:32.6962658Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/LLVMConfigVersion.cmake 2024-08-20T21:58:32.6963503Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/LLVM-Config.cmake 2024-08-20T21:58:32.6964228Z #80 629.9 -- Up-to-date: //llvm-install/lib/cmake/llvm/. 2024-08-20T21:58:32.6964921Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./AddLLVM.cmake 2024-08-20T21:58:32.6965825Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./AddOCaml.cmake 2024-08-20T21:58:32.6966664Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./AddSphinxTarget.cmake 2024-08-20T21:58:32.6967495Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./CheckAtomic.cmake 2024-08-20T21:58:32.6968391Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./CheckCompilerVersion.cmake 2024-08-20T21:58:32.6969425Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./CheckProblematicConfigurations.cmake 2024-08-20T21:58:32.6970389Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./ChooseMSVCCRT.cmake 2024-08-20T21:58:32.6971251Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./CoverageReport.cmake 2024-08-20T21:58:32.6972100Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./CrossCompile.cmake 2024-08-20T21:58:32.6973124Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./DetermineGCCCompatible.cmake 2024-08-20T21:58:32.6973930Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./FindFFI.cmake 2024-08-20T21:58:32.6974667Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./FindLibpfm.cmake 2024-08-20T21:58:32.6975419Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./FindOCaml.cmake 2024-08-20T21:58:32.6976148Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./FindSphinx.cmake 2024-08-20T21:58:32.6976922Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./FindTerminfo.cmake 2024-08-20T21:58:32.6977718Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./FindZ3.cmake 2024-08-20T21:58:32.6978423Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./Findzstd.cmake 2024-08-20T21:58:32.6979240Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./GenerateVersionFromVCS.cmake 2024-08-20T21:58:32.6980085Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./GetErrcMessages.cmake 2024-08-20T21:58:32.6980868Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./GetLibraryName.cmake 2024-08-20T21:58:32.6981682Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./HandleLLVMOptions.cmake 2024-08-20T21:58:32.6982562Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./HandleLLVMStdlib.cmake 2024-08-20T21:58:32.6983349Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./LLVM-Build.cmake 2024-08-20T21:58:32.6984136Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./LLVMCheckLinkerFlag.cmake 2024-08-20T21:58:32.6985014Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./LLVMDistributionSupport.cmake 2024-08-20T21:58:32.6985950Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./LLVMExternalProjectUtils.cmake 2024-08-20T21:58:32.6986822Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./LLVMInstallSymlink.cmake 2024-08-20T21:58:32.6987656Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./LLVMProcessSources.cmake 2024-08-20T21:58:32.6988471Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./SetTargetTriple.cmake 2024-08-20T21:58:32.6989224Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./TableGen.cmake 2024-08-20T21:58:32.6990212Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./TensorFlowCompile.cmake 2024-08-20T21:58:32.6991041Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./UseLibtool.cmake 2024-08-20T21:58:32.6991852Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./VersionFromVCS.cmake 2024-08-20T21:58:32.6992720Z #80 629.9 -- Installing: //llvm-install/lib/cmake/llvm/./llvm-driver-template.cpp.in 2024-08-20T21:58:32.6993337Z #80 629.9 ++ pwd 2024-08-20T21:58:32.6993723Z #80 629.9 + export LLVM_ROOT=//llvm-install 2024-08-20T21:58:32.6994181Z #80 629.9 + LLVM_ROOT=//llvm-install 2024-08-20T21:58:32.6994741Z #80 629.9 + export LLVM_CONFIG=//llvm-install/bin/llvm-config 2024-08-20T21:58:32.6995376Z #80 629.9 + LLVM_CONFIG=//llvm-install/bin/llvm-config 2024-08-20T21:58:32.6995941Z #80 629.9 + git clone https://github.com/halide/Halide.git 2024-08-20T21:58:32.6996486Z #80 629.9 Cloning into 'Halide'... 2024-08-20T21:58:38.9865780Z #80 636.4 /Halide / 2024-08-20T21:58:39.1370317Z #80 636.4 + pushd Halide 2024-08-20T21:58:39.1370861Z #80 636.4 + git checkout 340136fec6d3ebc73e7a19eba1663e9b0ba8ab2d 2024-08-20T21:58:39.2829009Z #80 636.7 Note: switching to '340136fec6d3ebc73e7a19eba1663e9b0ba8ab2d'. 2024-08-20T21:58:39.2829760Z #80 636.7 2024-08-20T21:58:39.2830352Z #80 636.7 You are in 'detached HEAD' state. You can look around, make experimental 2024-08-20T21:58:39.2831210Z #80 636.7 changes and commit them, and you can discard any commits you make in this 2024-08-20T21:58:39.2832069Z #80 636.7 state without impacting any branches by switching back to a branch. 2024-08-20T21:58:39.2832630Z #80 636.7 2024-08-20T21:58:39.2833130Z #80 636.7 If you want to create a new branch to retain commits you create, you may 2024-08-20T21:58:39.2834246Z #80 636.7 do so (now or later) by using -c with the switch command. Example: 2024-08-20T21:58:39.2835447Z #80 636.7 2024-08-20T21:58:39.2835820Z #80 636.7 git switch -c 2024-08-20T21:58:39.2836227Z #80 636.7 2024-08-20T21:58:39.2836507Z #80 636.7 Or undo this operation with: 2024-08-20T21:58:39.2836881Z #80 636.7 2024-08-20T21:58:39.2837132Z #80 636.7 git switch - 2024-08-20T21:58:39.2837422Z #80 636.7 2024-08-20T21:58:39.2837937Z #80 636.7 Turn off this advice by setting config variable advice.detachedHead to false 2024-08-20T21:58:39.2838563Z #80 636.7 2024-08-20T21:58:39.2839121Z #80 636.7 HEAD is now at 340136fec Stop region costs from complaining about new intrinsics (#8262) 2024-08-20T21:58:39.4558932Z #80 636.7 + git submodule update --init --recursive 2024-08-20T21:58:39.4559905Z #80 636.7 + pip_install -r requirements.txt 2024-08-20T21:58:39.4560723Z #80 636.7 + as_jenkins conda run -n py_3.12 pip install --progress-bar off -r requirements.txt 2024-08-20T21:58:39.4563601Z #80 636.7 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/envs/py_3.12/bin:/opt/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda run -n py_3.12 pip install --progress-bar off -r requirements.txt 2024-08-20T21:58:41.7769460Z #80 639.2 Collecting cmake>=3.22 (from -r requirements.txt (line 1)) 2024-08-20T21:58:41.7770769Z #80 639.2 Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.1 kB) 2024-08-20T21:58:41.7772352Z #80 639.2 Requirement already satisfied: imageio in /opt/conda/envs/py_3.12/lib/python3.12/site-packages (from -r requirements.txt (line 2)) (2.35.1) 2024-08-20T21:58:41.7773533Z #80 639.2 Collecting ninja (from -r requirements.txt (line 3)) 2024-08-20T21:58:41.7774561Z #80 639.2 Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl.metadata (5.3 kB) 2024-08-20T21:58:41.7776074Z #80 639.2 Requirement already satisfied: numpy in /opt/conda/envs/py_3.12/lib/python3.12/site-packages (from -r requirements.txt (line 4)) (1.26.4) 2024-08-20T21:58:41.7777797Z #80 639.2 Requirement already satisfied: pillow in /opt/conda/envs/py_3.12/lib/python3.12/site-packages (from -r requirements.txt (line 5)) (10.3.0) 2024-08-20T21:58:41.7779034Z #80 639.2 Collecting pybind11==2.10.4 (from -r requirements.txt (line 6)) 2024-08-20T21:58:41.7779887Z #80 639.2 Downloading pybind11-2.10.4-py3-none-any.whl.metadata (9.4 kB) 2024-08-20T21:58:41.7780719Z #80 639.2 Collecting scikit-build (from -r requirements.txt (line 7)) 2024-08-20T21:58:41.7781648Z #80 639.2 Downloading scikit_build-0.18.0-py3-none-any.whl.metadata (17 kB) 2024-08-20T21:58:41.7782877Z #80 639.2 Requirement already satisfied: scipy in /opt/conda/envs/py_3.12/lib/python3.12/site-packages (from -r requirements.txt (line 8)) (1.12.0) 2024-08-20T21:58:41.7784501Z #80 639.2 Requirement already satisfied: setuptools>=43 in /opt/conda/envs/py_3.12/lib/python3.12/site-packages (from -r requirements.txt (line 9)) (72.1.0) 2024-08-20T21:58:41.7786318Z #80 639.2 Requirement already satisfied: wheel in /opt/conda/envs/py_3.12/lib/python3.12/site-packages (from -r requirements.txt (line 10)) (0.43.0) 2024-08-20T21:58:41.7787404Z #80 639.2 Collecting build (from -r requirements.txt (line 11)) 2024-08-20T21:58:41.7788125Z #80 639.2 Downloading build-1.2.1-py3-none-any.whl.metadata (4.3 kB) 2024-08-20T21:58:41.7788914Z #80 639.2 Collecting distro (from scikit-build->-r requirements.txt (line 7)) 2024-08-20T21:58:41.7789692Z #80 639.2 Downloading distro-1.9.0-py3-none-any.whl.metadata (6.8 kB) 2024-08-20T21:58:41.7791182Z #80 639.2 Requirement already satisfied: packaging in /opt/conda/envs/py_3.12/lib/python3.12/site-packages (from scikit-build->-r requirements.txt (line 7)) (24.1) 2024-08-20T21:58:41.7792695Z #80 639.2 Collecting pyproject_hooks (from build->-r requirements.txt (line 11)) 2024-08-20T21:58:41.7793619Z #80 639.2 Downloading pyproject_hooks-1.1.0-py3-none-any.whl.metadata (1.3 kB) 2024-08-20T21:58:41.7794504Z #80 639.2 Downloading pybind11-2.10.4-py3-none-any.whl (222 kB) 2024-08-20T21:58:41.7795470Z #80 639.2 Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-20T21:58:41.7796752Z #80 639.2 Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-20T21:58:41.7797670Z #80 639.2 Downloading scikit_build-0.18.0-py3-none-any.whl (85 kB) 2024-08-20T21:58:41.7798364Z #80 639.2 Downloading build-1.2.1-py3-none-any.whl (21 kB) 2024-08-20T21:58:41.7799016Z #80 639.2 Downloading distro-1.9.0-py3-none-any.whl (20 kB) 2024-08-20T21:58:41.7799910Z #80 639.2 Downloading pyproject_hooks-1.1.0-py3-none-any.whl (9.2 kB) 2024-08-20T21:58:41.7801115Z #80 639.2 Installing collected packages: ninja, pyproject_hooks, pybind11, distro, cmake, scikit-build, build 2024-08-20T21:58:41.7802577Z #80 639.2 Successfully installed build-1.2.1 cmake-3.30.2 distro-1.9.0 ninja-1.11.1.1 pybind11-2.10.4 pyproject_hooks-1.1.0 scikit-build-0.18.0 2024-08-20T21:58:41.7803512Z #80 639.2 2024-08-20T21:58:41.9671519Z #80 639.2 + cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -S . -B build 2024-08-20T21:58:41.9994053Z #80 639.4 -- The C compiler identification is GNU 11.4.0 2024-08-20T21:58:42.2405705Z #80 639.4 -- The CXX compiler identification is GNU 11.4.0 2024-08-20T21:58:42.2406574Z #80 639.5 -- Detecting C compiler ABI info 2024-08-20T21:58:42.2635811Z #80 639.7 -- Detecting C compiler ABI info - done 2024-08-20T21:58:42.4616283Z #80 639.7 -- Check for working C compiler: /usr/bin/cc - skipped 2024-08-20T21:58:42.4616955Z #80 639.7 -- Detecting C compile features 2024-08-20T21:58:42.4617499Z #80 639.7 -- Detecting C compile features - done 2024-08-20T21:58:42.4618040Z #80 639.7 -- Detecting CXX compiler ABI info 2024-08-20T21:58:42.4954837Z #80 639.9 -- Detecting CXX compiler ABI info - done 2024-08-20T21:58:42.6654255Z #80 639.9 -- Check for working CXX compiler: /usr/bin/c++ - skipped 2024-08-20T21:58:42.6654969Z #80 639.9 -- Detecting CXX compile features 2024-08-20T21:58:42.6655520Z #80 639.9 -- Detecting CXX compile features - done 2024-08-20T21:58:42.6656149Z #80 639.9 -- Halide 'host' platform triple: x86-64-linux 2024-08-20T21:58:42.6656795Z #80 639.9 -- Halide 'cmake' platform triple: x86-64-linux 2024-08-20T21:58:42.6657375Z #80 639.9 -- Halide default AOT target: host 2024-08-20T21:58:42.6657947Z #80 639.9 -- Looking for HALIDE_INTERNAL_USING_ASAN 2024-08-20T21:58:43.0141016Z #80 640.4 -- Looking for HALIDE_INTERNAL_USING_ASAN - not found 2024-08-20T21:58:43.1656097Z #80 640.4 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-08-20T21:58:43.1690040Z #80 640.6 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2024-08-20T21:58:43.3045917Z #80 640.6 -- Found Threads: TRUE 2024-08-20T21:58:43.3046658Z #80 640.6 -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") 2024-08-20T21:58:43.3047464Z #80 640.6 -- Found zstd: /usr/lib/x86_64-linux-gnu/libzstd.so 2024-08-20T21:58:43.3048007Z #80 640.6 -- Found LLVM 16.0.6 2024-08-20T21:58:43.3048588Z #80 640.6 -- Using LLVMConfig.cmake in: //llvm-install/lib/cmake/llvm 2024-08-20T21:58:43.3049529Z #80 640.6 -- Using ClangConfig.cmake in: //llvm-install/lib/cmake/clang 2024-08-20T21:58:43.3050159Z #80 640.6 -- Disabling AArch64 backend 2024-08-20T21:58:43.3050601Z #80 640.6 -- Disabling AMDGPU backend 2024-08-20T21:58:43.3051033Z #80 640.6 -- Disabling ARM backend 2024-08-20T21:58:43.3051465Z #80 640.6 -- Disabling Hexagon backend 2024-08-20T21:58:43.3051895Z #80 640.6 -- Enabling NVPTX backend 2024-08-20T21:58:43.3052340Z #80 640.6 -- Disabling PowerPC backend 2024-08-20T21:58:43.3052796Z #80 640.6 -- Disabling RISCV backend 2024-08-20T21:58:43.3053252Z #80 640.6 -- Disabling WebAssembly backend 2024-08-20T21:58:43.3053715Z #80 640.6 -- Enabling X86 backend 2024-08-20T21:58:43.3054150Z #80 640.6 -- Compiling Halide WITH RTTI. 2024-08-20T21:58:43.3054644Z #80 640.6 -- Compiling Halide WITH exceptions. 2024-08-20T21:58:43.3055373Z #80 640.6 -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (found version "80") 2024-08-20T21:58:43.3056355Z #80 640.7 -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.6.37") 2024-08-20T21:58:43.3057056Z #80 640.7 -- Fetching flatbuffers 23.5.26... 2024-08-20T21:58:45.2429593Z #80 642.6 -- Proceeding with version: 23.5.26.0 2024-08-20T21:58:45.3936671Z #80 642.6 -- Looking for strtof_l 2024-08-20T21:58:45.4115208Z #80 642.8 -- Looking for strtof_l - found 2024-08-20T21:58:45.4115729Z #80 642.8 -- Looking for strtoull_l 2024-08-20T21:58:45.5780657Z #80 643.0 -- Looking for strtoull_l - found 2024-08-20T21:58:45.7296511Z #80 643.0 -- Looking for realpath 2024-08-20T21:58:45.7315131Z #80 643.1 -- Looking for realpath - found 2024-08-20T21:58:45.7315672Z #80 643.1 -- CMAKE_CXX_FLAGS: 2024-08-20T21:58:45.8844969Z #80 643.1 -- Using fetched-and-built flatbuffers, version 23.5.26 2024-08-20T21:58:45.8845738Z #80 643.1 -- Performing Test LINKER_HAS_FLAG_VERSION_SCRIPT 2024-08-20T21:58:45.8920211Z #80 643.3 -- Performing Test LINKER_HAS_FLAG_VERSION_SCRIPT - Success 2024-08-20T21:58:46.0534662Z #80 643.3 -- Enabling Vulkan target 2024-08-20T21:58:46.0535242Z #80 643.3 -- Building autoschedulers enabled 2024-08-20T21:58:46.0535924Z #80 643.3 -- Building tests enabled 2024-08-20T21:58:46.0927026Z #80 643.5 -- Found Python3: /opt/conda/envs/py_3.12/bin/python3.12 (found version "3.12.4") found components: Interpreter Development.Module 2024-08-20T21:58:46.3944098Z #80 643.8 -- Building internal runtime tests enabled 2024-08-20T21:58:46.5196861Z #80 643.8 -- Performing Test HAS_FUZZ_FLAGS 2024-08-20T21:58:46.5197490Z #80 643.9 -- Performing Test HAS_FUZZ_FLAGS - Failed 2024-08-20T21:58:46.7379863Z #80 643.9 -- Building fuzz tests disabled 2024-08-20T21:58:46.7380448Z #80 643.9 -- Building Python bindings enabled 2024-08-20T21:58:46.7381146Z #80 644.0 -- Found Python 3.12.4 at /opt/conda/envs/py_3.12/bin/python3.12 2024-08-20T21:58:47.4104059Z #80 644.8 CMake Deprecation Warning at build/_deps/pybind11-src/CMakeLists.txt:8 (cmake_minimum_required): 2024-08-20T21:58:47.4106081Z #80 644.8 Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-20T21:58:47.4107273Z #80 644.8 CMake. 2024-08-20T21:58:47.4107776Z #80 644.8 2024-08-20T21:58:47.4108740Z #80 644.8 Update the VERSION argument value or use a ... suffix to tell 2024-08-20T21:58:47.4110395Z #80 644.8 CMake that the project does not need compatibility with older versions. 2024-08-20T21:58:47.4111588Z #80 644.8 2024-08-20T21:58:47.4112048Z #80 644.8 2024-08-20T21:58:47.6032711Z #80 644.8 -- pybind11 v2.10.4 2024-08-20T21:58:47.6033301Z #80 644.8 -- Performing Test HAS_FLTO 2024-08-20T21:58:47.6462667Z #80 645.0 -- Performing Test HAS_FLTO - Success 2024-08-20T21:58:47.8864479Z #80 645.1 -- Building tutorials enabled 2024-08-20T21:58:48.2288494Z #80 645.6 -- Found OpenMP_C: -fopenmp (found version "4.5") 2024-08-20T21:58:48.3965130Z #80 645.8 -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2024-08-20T21:58:48.5927396Z #80 645.8 -- Found OpenMP: TRUE (found version "4.5") 2024-08-20T21:58:48.5927992Z #80 645.8 -- Building docs disabled 2024-08-20T21:58:48.5929803Z #80 645.8 -- Building utils enabled 2024-08-20T21:58:49.6412045Z #80 645.8 -- Configuring done (6.5s) 2024-08-20T21:58:49.6412583Z #80 647.0 -- Generating done (1.2s) 2024-08-20T21:58:49.7786983Z #80 647.0 -- Build files have been written to: /Halide/build 2024-08-20T21:58:49.7787671Z #80 647.2 + cmake --build build 2024-08-20T21:58:50.2386081Z #80 647.6 [1/4136] Building CXX object tools/CMakeFiles/binary2cpp.dir/binary2cpp.cpp.o 2024-08-20T21:58:50.4082125Z #80 647.8 [2/4136] Linking CXX executable tools/binary2cpp 2024-08-20T21:58:50.5183739Z #80 647.8 [3/4136] Generating c_template.CodeGen_C_prologue.template.cpp 2024-08-20T21:58:50.5185491Z #80 647.9 [4/4136] Building CXX object src/autoschedulers/common/CMakeFiles/ASLog.dir/ASLog.cpp.o 2024-08-20T21:58:50.5187856Z #80 647.9 [5/4136] Building CXX object src/autoschedulers/common/CMakeFiles/featurization_to_sample.dir/featurization_to_sample.cpp.o 2024-08-20T21:58:50.5190347Z #80 647.9 [6/4136] Generating c_template.CodeGen_C_vectors.template.cpp 2024-08-20T21:58:50.5191545Z #80 647.9 [7/4136] Generating html_template.StmtToHTML.js.cpp 2024-08-20T21:58:50.5192808Z #80 647.9 [8/4136] Generating html_template.StmtToHTML_dependencies.html.cpp 2024-08-20T21:58:50.5194101Z #80 647.9 [9/4136] Generating html_template.StmtToHTML.css.cpp 2024-08-20T21:58:50.6222650Z #80 648.0 [10/4136] Building CXX object src/CMakeFiles/Halide_c_templates.dir/c_template.CodeGen_C_prologue.template.cpp.o 2024-08-20T21:58:50.6224391Z #80 648.0 [11/4136] Generating _initmod_ptx_compute_30.cpp 2024-08-20T21:58:50.6225768Z #80 648.0 [12/4136] Generating _initmod_ptx_compute_20.cpp 2024-08-20T21:58:50.7243585Z #80 648.0 [13/4136] Building CXX object tools/CMakeFiles/build_halide_h.dir/build_halide_h.cpp.o 2024-08-20T21:58:50.7245856Z #80 648.0 [14/4136] Building CXX object src/CMakeFiles/Halide_c_templates.dir/html_template.StmtToHTML_dependencies.html.cpp.o 2024-08-20T21:58:50.7248187Z #80 648.1 [15/4136] Building CXX object src/CMakeFiles/Halide_c_templates.dir/html_template.StmtToHTML.js.cpp.o 2024-08-20T21:58:50.7250668Z #80 648.1 [16/4136] Building CXX object src/CMakeFiles/Halide_c_templates.dir/c_template.CodeGen_C_vectors.template.cpp.o 2024-08-20T21:58:50.7252417Z #80 648.1 [17/4136] Generating _initmod_ptx_compute_35.cpp 2024-08-20T21:58:50.7253392Z #80 648.1 [18/4136] Generating _initmod_inlined_c.cpp 2024-08-20T21:58:50.9123666Z #80 648.1 [19/4136] Building CXX object src/CMakeFiles/Halide_c_templates.dir/html_template.StmtToHTML.css.cpp.o 2024-08-20T21:58:50.9125333Z #80 648.1 [20/4136] Generating _initmod_HalideBuffer_h.cpp 2024-08-20T21:58:50.9126425Z #80 648.1 [21/4136] Generating _initmod_HalidePyTorchHelpers_h.cpp 2024-08-20T21:58:50.9127555Z #80 648.1 [22/4136] Generating _initmod_HalideRuntimeCuda_h.cpp 2024-08-20T21:58:50.9128671Z #80 648.1 [23/4136] Generating _initmod_HalideRuntimeHexagonDma_h.cpp 2024-08-20T21:58:50.9129895Z #80 648.1 [24/4136] Generating _initmod_HalidePyTorchCudaHelpers_h.cpp 2024-08-20T21:58:50.9131064Z #80 648.2 [25/4136] Generating _initmod_HalideRuntime_h.cpp 2024-08-20T21:58:50.9132284Z #80 648.2 [26/4136] Generating _initmod_HalideRuntimeD3D12Compute_h.cpp 2024-08-20T21:58:50.9133855Z #80 648.2 [27/4136] Generating _initmod_HalideRuntimeHexagonHost_h.cpp 2024-08-20T21:58:50.9134939Z #80 648.2 [28/4136] Generating _initmod_HalideRuntimeMetal_h.cpp 2024-08-20T21:58:50.9136051Z #80 648.2 [29/4136] Generating _initmod_HalideRuntimeOpenCL_h.cpp 2024-08-20T21:58:50.9137119Z #80 648.2 [30/4136] Generating _initmod_HalideRuntimeVulkan_h.cpp 2024-08-20T21:58:50.9138177Z #80 648.2 [31/4136] Generating _initmod_HalideRuntimeWebGPU_h.cpp 2024-08-20T21:58:50.9139251Z #80 648.2 [32/4136] Generating _initmod_HalideRuntimeQurt_h.cpp 2024-08-20T21:58:50.9972971Z #80 648.4 [33/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2024-08-20T21:58:51.1679773Z #80 648.4 [34/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2024-08-20T21:58:51.1682310Z #80 648.4 [35/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2024-08-20T21:58:51.1683811Z #80 648.6 [36/4136] Generating initmod.alignment_128_64.ll 2024-08-20T21:58:51.2780000Z #80 648.6 [37/4136] Generating initmod.alignment_128_32.ll 2024-08-20T21:58:51.2780999Z #80 648.6 [38/4136] Generating initmod.alignment_128_32_debug.ll 2024-08-20T21:58:51.2782102Z #80 648.6 [39/4136] Generating initmod.aarch64_cpu_features_64_debug.ll 2024-08-20T21:58:51.2783190Z #80 648.6 [40/4136] Generating initmod.aarch64_cpu_features_32.ll 2024-08-20T21:58:51.2784329Z #80 648.6 [41/4136] Generating initmod.aarch64_cpu_features_64.ll 2024-08-20T21:58:51.2785517Z #80 648.6 [42/4136] Generating initmod.aarch64_cpu_features_32_debug.ll 2024-08-20T21:58:51.2786661Z #80 648.6 [43/4136] Generating initmod.alignment_128_64.bc 2024-08-20T21:58:51.2787934Z #80 648.6 [44/4136] Generating initmod.alignment_128_32.bc 2024-08-20T21:58:51.2789011Z #80 648.6 [45/4136] Generating initmod.alignment_128_32_debug.bc 2024-08-20T21:58:51.2790225Z #80 648.6 [46/4136] Generating initmod.aarch64_cpu_features_64_debug.bc 2024-08-20T21:58:51.2791398Z #80 648.6 [47/4136] Generating initmod.aarch64_cpu_features_64.bc 2024-08-20T21:58:51.2792558Z #80 648.6 [48/4136] Generating initmod.aarch64_cpu_features_32_debug.bc 2024-08-20T21:58:51.2793773Z #80 648.6 [49/4136] Generating initmod.aarch64_cpu_features_32.bc 2024-08-20T21:58:51.2794911Z #80 648.6 [50/4136] Generating _initmod_alignment_128_64.cpp 2024-08-20T21:58:51.2796240Z #80 648.6 [51/4136] Generating _initmod_alignment_128_32_debug.cpp 2024-08-20T21:58:51.2797386Z #80 648.6 [52/4136] Generating _initmod_alignment_128_32.cpp 2024-08-20T21:58:51.2798606Z #80 648.6 [53/4136] Generating _initmod_aarch64_cpu_features_64_debug.cpp 2024-08-20T21:58:51.2800098Z #80 648.6 [54/4136] Generating _initmod_aarch64_cpu_features_32_debug.cpp 2024-08-20T21:58:51.2801418Z #80 648.6 [55/4136] Generating _initmod_aarch64_cpu_features_32.cpp 2024-08-20T21:58:51.2802662Z #80 648.6 [56/4136] Generating _initmod_aarch64_cpu_features_64.cpp 2024-08-20T21:58:51.2803948Z #80 648.6 [57/4136] Generating initmod.alignment_32_32.ll 2024-08-20T21:58:51.2805060Z #80 648.6 [58/4136] Generating initmod.alignment_32_32_debug.ll 2024-08-20T21:58:51.2806194Z #80 648.6 [59/4136] Generating initmod.alignment_128_64_debug.ll 2024-08-20T21:58:51.2807298Z #80 648.6 [60/4136] Generating initmod.alignment_32_64.ll 2024-08-20T21:58:51.2808391Z #80 648.6 [61/4136] Generating initmod.alignment_32_64_debug.ll 2024-08-20T21:58:51.2809488Z #80 648.6 [62/4136] Generating initmod.alignment_32_32.bc 2024-08-20T21:58:51.2810428Z #80 648.6 [63/4136] Generating initmod.alignment_32_32_debug.bc 2024-08-20T21:58:51.2811447Z #80 648.6 [64/4136] Generating initmod.alignment_128_64_debug.bc 2024-08-20T21:58:51.2812521Z #80 648.6 [65/4136] Generating initmod.alignment_32_64.bc 2024-08-20T21:58:51.2813604Z #80 648.6 [66/4136] Generating initmod.alignment_32_64_debug.bc 2024-08-20T21:58:51.2814709Z #80 648.6 [67/4136] Generating _initmod_alignment_32_32.cpp 2024-08-20T21:58:51.2815809Z #80 648.6 [68/4136] Generating _initmod_alignment_32_32_debug.cpp 2024-08-20T21:58:51.2816897Z #80 648.6 [69/4136] Generating _initmod_alignment_32_64.cpp 2024-08-20T21:58:51.2817992Z #80 648.6 [70/4136] Generating _initmod_alignment_32_64_debug.cpp 2024-08-20T21:58:51.2819178Z #80 648.7 [71/4136] Generating _initmod_alignment_128_64_debug.cpp 2024-08-20T21:58:51.2820251Z #80 648.7 [72/4136] Generating initmod.alignment_64_32.ll 2024-08-20T21:58:51.2821338Z #80 648.7 [73/4136] Generating initmod.alignment_64_32_debug.ll 2024-08-20T21:58:51.3804893Z #80 648.7 [74/4136] Generating initmod.alignment_64_64.ll 2024-08-20T21:58:51.3805999Z #80 648.7 [75/4136] Generating initmod.alignment_64_64_debug.ll 2024-08-20T21:58:51.3807753Z #80 648.7 [76/4136] Building CXX object src/autoschedulers/common/CMakeFiles/test_perfect_hash_map.dir/test_perfect_hash_map.cpp.o 2024-08-20T21:58:51.3809680Z #80 648.7 [77/4136] Generating initmod.alignment_64_32_debug.bc 2024-08-20T21:58:51.3811025Z #80 648.7 [78/4136] Generating initmod.alignment_64_64.bc 2024-08-20T21:58:51.3812114Z #80 648.7 [79/4136] Generating initmod.alignment_64_32.bc 2024-08-20T21:58:51.3813256Z #80 648.7 [80/4136] Generating _initmod_alignment_64_32_debug.cpp 2024-08-20T21:58:51.3814376Z #80 648.7 [81/4136] Generating _initmod_alignment_64_64.cpp 2024-08-20T21:58:51.3815438Z #80 648.7 [82/4136] Generating _initmod_alignment_64_32.cpp 2024-08-20T21:58:51.3816540Z #80 648.7 [83/4136] Generating initmod.alignment_64_64_debug.bc 2024-08-20T21:58:51.3817688Z #80 648.7 [84/4136] Generating _initmod_alignment_64_64_debug.cpp 2024-08-20T21:58:51.3818835Z #80 648.7 [85/4136] Generating initmod.allocation_cache_64.ll 2024-08-20T21:58:51.3820074Z #80 648.7 [86/4136] Generating initmod.allocation_cache_32_debug.ll 2024-08-20T21:58:51.3821270Z #80 648.7 [87/4136] Generating initmod.allocation_cache_32.ll 2024-08-20T21:58:51.3822507Z #80 648.7 [88/4136] Generating initmod.allocation_cache_64.bc 2024-08-20T21:58:51.3823661Z #80 648.7 [89/4136] Generating initmod.allocation_cache_32.bc 2024-08-20T21:58:51.3824742Z #80 648.7 [90/4136] Generating initmod.android_clock_32.ll 2024-08-20T21:58:51.3825851Z #80 648.7 [91/4136] Generating initmod.android_clock_32_debug.ll 2024-08-20T21:58:51.3827093Z #80 648.7 [92/4136] Generating initmod.allocation_cache_64_debug.ll 2024-08-20T21:58:51.3828389Z #80 648.7 [93/4136] Generating initmod.allocation_cache_32_debug.bc 2024-08-20T21:58:51.3829589Z #80 648.7 [94/4136] Generating _initmod_allocation_cache_64.cpp 2024-08-20T21:58:51.3830830Z #80 648.7 [95/4136] Generating _initmod_allocation_cache_32.cpp 2024-08-20T21:58:51.3831953Z #80 648.7 [96/4136] Generating initmod.android_clock_64.ll 2024-08-20T21:58:51.3832990Z #80 648.7 [97/4136] Generating initmod.android_clock_32.bc 2024-08-20T21:58:51.3834441Z #80 648.7 [98/4136] Generating initmod.allocation_cache_64_debug.bc 2024-08-20T21:58:51.3835666Z #80 648.7 [99/4136] Generating initmod.android_clock_32_debug.bc 2024-08-20T21:58:51.3836846Z #80 648.8 [100/4136] Generating initmod.android_clock_64.bc 2024-08-20T21:58:51.3838088Z #80 648.8 [101/4136] Generating _initmod_android_clock_32.cpp 2024-08-20T21:58:51.3839332Z #80 648.8 [102/4136] Generating _initmod_allocation_cache_32_debug.cpp 2024-08-20T21:58:51.3840742Z #80 648.8 [103/4136] Generating _initmod_allocation_cache_64_debug.cpp 2024-08-20T21:58:51.3841961Z #80 648.8 [104/4136] Generating _initmod_android_clock_32_debug.cpp 2024-08-20T21:58:51.3843111Z #80 648.8 [105/4136] Generating _initmod_android_clock_64.cpp 2024-08-20T21:58:51.3844258Z #80 648.8 [106/4136] Generating initmod.android_clock_64_debug.ll 2024-08-20T21:58:51.3845402Z #80 648.8 [107/4136] Generating initmod.android_clock_64_debug.bc 2024-08-20T21:58:51.3846557Z #80 648.8 [108/4136] Generating _initmod_android_clock_64_debug.cpp 2024-08-20T21:58:51.4945882Z #80 648.8 [109/4136] Generating initmod.android_host_cpu_count_32.ll 2024-08-20T21:58:51.4947050Z #80 648.8 [110/4136] Generating initmod.android_host_cpu_count_32.bc 2024-08-20T21:58:51.4948144Z #80 648.8 [111/4136] Generating _initmod_android_host_cpu_count_32.cpp 2024-08-20T21:58:51.4949204Z #80 648.8 [112/4136] Generating initmod.android_host_cpu_count_64.ll 2024-08-20T21:58:51.4950277Z #80 648.8 [113/4136] Generating initmod.android_host_cpu_count_64_debug.ll 2024-08-20T21:58:51.4951366Z #80 648.8 [114/4136] Generating initmod.android_host_cpu_count_32_debug.ll 2024-08-20T21:58:51.4952449Z #80 648.8 [115/4136] Generating initmod.android_host_cpu_count_64_debug.bc 2024-08-20T21:58:51.4953575Z #80 648.8 [116/4136] Generating initmod.android_host_cpu_count_64.bc 2024-08-20T21:58:51.4954847Z #80 648.8 [117/4136] Generating _initmod_android_host_cpu_count_64_debug.cpp 2024-08-20T21:58:51.4956004Z #80 648.8 [118/4136] Generating initmod.android_host_cpu_count_32_debug.bc 2024-08-20T21:58:51.4957148Z #80 648.8 [119/4136] Generating _initmod_android_host_cpu_count_64.cpp 2024-08-20T21:58:51.4958153Z #80 648.8 [120/4136] Generating initmod.android_io_64.ll 2024-08-20T21:58:51.4959497Z #80 648.8 [121/4136] Generating _initmod_android_host_cpu_count_32_debug.cpp 2024-08-20T21:58:51.4960815Z #80 648.8 [122/4136] Generating initmod.android_io_64.bc 2024-08-20T21:58:51.4961830Z #80 648.8 [123/4136] Generating initmod.android_io_32_debug.ll 2024-08-20T21:58:51.4962852Z #80 648.8 [124/4136] Generating initmod.android_io_32.ll 2024-08-20T21:58:51.4963939Z #80 648.8 [125/4136] Generating initmod.android_io_32_debug.bc 2024-08-20T21:58:51.4964931Z #80 648.8 [126/4136] Generating _initmod_android_io_64.cpp 2024-08-20T21:58:51.4965973Z #80 648.8 [127/4136] Generating initmod.android_io_32.bc 2024-08-20T21:58:51.4966952Z #80 648.8 [128/4136] Generating _initmod_android_io_32.cpp 2024-08-20T21:58:51.4967913Z #80 648.8 [129/4136] Generating initmod.android_io_64_debug.ll 2024-08-20T21:58:51.4969023Z #80 648.9 [130/4136] Generating initmod.arm_cpu_features_32.ll 2024-08-20T21:58:51.4970242Z #80 648.9 [131/4136] Generating _initmod_android_io_32_debug.cpp 2024-08-20T21:58:51.4971310Z #80 648.9 [132/4136] Generating initmod.arm_cpu_features_32_debug.ll 2024-08-20T21:58:51.4972364Z #80 648.9 [133/4136] Generating initmod.android_io_64_debug.bc 2024-08-20T21:58:51.4973348Z #80 648.9 [134/4136] Generating initmod.arm_cpu_features_32.bc 2024-08-20T21:58:51.4974467Z #80 648.9 [135/4136] Generating _initmod_android_io_64_debug.cpp 2024-08-20T21:58:51.4975591Z #80 648.9 [136/4136] Generating initmod.arm_cpu_features_64.ll 2024-08-20T21:58:51.4976735Z #80 648.9 [137/4136] Generating _initmod_arm_cpu_features_32.cpp 2024-08-20T21:58:51.4978072Z #80 648.9 [138/4136] Generating initmod.arm_cpu_features_64_debug.ll 2024-08-20T21:58:51.5947319Z #80 648.9 [139/4136] Generating initmod.arm_cpu_features_32_debug.bc 2024-08-20T21:58:51.5948472Z #80 648.9 [140/4136] Generating initmod.arm_cpu_features_64.bc 2024-08-20T21:58:51.5949427Z #80 648.9 [141/4136] Generating initmod.arm_cpu_features_64_debug.bc 2024-08-20T21:58:51.5950505Z #80 648.9 [142/4136] Generating _initmod_arm_cpu_features_32_debug.cpp 2024-08-20T21:58:51.5951525Z #80 648.9 [143/4136] Generating _initmod_arm_cpu_features_64.cpp 2024-08-20T21:58:51.5954620Z #80 648.9 [144/4136] Generating _initmod_arm_cpu_features_64_debug.cpp 2024-08-20T21:58:51.5956421Z #80 648.9 [145/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/util.cpp.o 2024-08-20T21:58:51.5958673Z #80 649.0 [146/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_weightsdir_to_weightsfile.dir/weightsdir_to_weightsfile.cpp.o 2024-08-20T21:58:51.5961762Z #80 649.0 [147/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/adams2019_weightsdir_to_weightsfile.dir/weightsdir_to_weightsfile.cpp.o 2024-08-20T21:58:51.5963674Z #80 649.0 [148/4136] Generating initmod.can_use_target_32.ll 2024-08-20T21:58:51.5964676Z #80 649.0 [149/4136] Generating initmod.can_use_target_32_debug.ll 2024-08-20T21:58:51.7283399Z #80 649.0 [150/4136] Generating initmod.can_use_target_64.ll 2024-08-20T21:58:51.7284556Z #80 649.0 [151/4136] Generating initmod.can_use_target_32.bc 2024-08-20T21:58:51.7285651Z #80 649.0 [152/4136] Generating _initmod_can_use_target_32.cpp 2024-08-20T21:58:51.7286632Z #80 649.0 [153/4136] Generating initmod.can_use_target_32_debug.bc 2024-08-20T21:58:51.7288510Z #80 649.0 [154/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatbuffers.dir/src/util.cpp.o 2024-08-20T21:58:51.7289898Z #80 649.0 [155/4136] Generating initmod.can_use_target_64_debug.ll 2024-08-20T21:58:51.7290831Z #80 649.0 [156/4136] Generating initmod.can_use_target_64.bc 2024-08-20T21:58:51.7291760Z #80 649.0 [157/4136] Generating _initmod_can_use_target_32_debug.cpp 2024-08-20T21:58:51.7292701Z #80 649.0 [158/4136] Generating _initmod_can_use_target_64.cpp 2024-08-20T21:58:51.7293623Z #80 649.1 [159/4136] Generating initmod.can_use_target_64_debug.bc 2024-08-20T21:58:51.7294593Z #80 649.1 [160/4136] Generating initmod.destructors_32_debug.ll 2024-08-20T21:58:51.7295543Z #80 649.1 [161/4136] Generating _initmod_can_use_target_64_debug.cpp 2024-08-20T21:58:51.7296721Z #80 649.1 [162/4136] Generating initmod.destructors_32.ll 2024-08-20T21:58:51.7297612Z #80 649.1 [163/4136] Generating initmod.destructors_32_debug.bc 2024-08-20T21:58:51.7298452Z #80 649.1 [164/4136] Generating initmod.destructors_32.bc 2024-08-20T21:58:51.7299326Z #80 649.1 [165/4136] Generating _initmod_destructors_32_debug.cpp 2024-08-20T21:58:51.7300242Z #80 649.1 [166/4136] Generating _initmod_destructors_32.cpp 2024-08-20T21:58:51.7301051Z #80 649.1 [167/4136] Generating initmod.destructors_64_debug.ll 2024-08-20T21:58:51.8449350Z #80 649.1 [168/4136] Generating initmod.cache_32.ll 2024-08-20T21:58:51.8450371Z #80 649.1 [169/4136] Generating initmod.cache_32.bc 2024-08-20T21:58:51.8451307Z #80 649.1 [170/4136] Generating initmod.cache_32_debug.ll 2024-08-20T21:58:51.8452392Z #80 649.1 [171/4136] Generating initmod.destructors_64_debug.bc 2024-08-20T21:58:51.8453713Z #80 649.2 [172/4136] Generating initmod.destructors_64.ll 2024-08-20T21:58:51.8454748Z #80 649.2 [173/4136] Generating _initmod_cache_32.cpp 2024-08-20T21:58:51.8455792Z #80 649.2 [174/4136] Generating _initmod_destructors_64_debug.cpp 2024-08-20T21:58:51.8456875Z #80 649.2 [175/4136] Generating initmod.cache_64.ll 2024-08-20T21:58:51.8457869Z #80 649.2 [176/4136] Generating initmod.destructors_64.bc 2024-08-20T21:58:51.8458831Z #80 649.2 [177/4136] Generating initmod.cache_64.bc 2024-08-20T21:58:51.8459785Z #80 649.2 [178/4136] Generating initmod.cache_64_debug.ll 2024-08-20T21:58:51.8460795Z #80 649.2 [179/4136] Generating _initmod_destructors_64.cpp 2024-08-20T21:58:51.8461924Z #80 649.2 [180/4136] Generating initmod.cache_32_debug.bc 2024-08-20T21:58:51.8462891Z #80 649.2 [181/4136] Generating _initmod_cache_64.cpp 2024-08-20T21:58:51.8464986Z #80 649.2 [182/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2024-08-20T21:58:51.9484667Z #80 649.3 [183/4136] Generating _initmod_cache_32_debug.cpp 2024-08-20T21:58:51.9485527Z #80 649.3 [184/4136] Generating initmod.cache_64_debug.bc 2024-08-20T21:58:51.9486316Z #80 649.3 [185/4136] Generating initmod.errors_32.ll 2024-08-20T21:58:52.0523463Z #80 649.4 [186/4136] Generating initmod.errors_32_debug.ll 2024-08-20T21:58:52.0524533Z #80 649.4 [187/4136] Generating initmod.errors_64.ll 2024-08-20T21:58:52.0525508Z #80 649.4 [188/4136] Generating _initmod_cache_64_debug.cpp 2024-08-20T21:58:52.0526531Z #80 649.4 [189/4136] Generating initmod.errors_32.bc 2024-08-20T21:58:52.0527541Z #80 649.4 [190/4136] Generating initmod.errors_32_debug.bc 2024-08-20T21:58:52.0528601Z #80 649.4 [191/4136] Generating _initmod_errors_32.cpp 2024-08-20T21:58:52.0529689Z #80 649.4 [192/4136] Generating initmod.device_interface_32.ll 2024-08-20T21:58:52.0530774Z #80 649.4 [193/4136] Generating initmod.errors_64.bc 2024-08-20T21:58:52.0531798Z #80 649.4 [194/4136] Generating _initmod_errors_32_debug.cpp 2024-08-20T21:58:52.0534124Z #80 649.4 [195/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_weightsdir_to_weightsfile.dir/Weights.cpp.o 2024-08-20T21:58:52.0536171Z #80 649.4 [196/4136] Generating _initmod_errors_64.cpp 2024-08-20T21:58:52.0537249Z #80 649.4 [197/4136] Generating initmod.fake_get_symbol_32.ll 2024-08-20T21:58:52.0538434Z #80 649.4 [198/4136] Generating initmod.device_interface_32.bc 2024-08-20T21:58:52.0540477Z #80 649.4 [199/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/adams2019_weightsdir_to_weightsfile.dir/Weights.cpp.o 2024-08-20T21:58:52.0542375Z #80 649.4 [200/4136] Generating initmod.errors_64_debug.ll 2024-08-20T21:58:52.0543500Z #80 649.4 [201/4136] Generating initmod.fake_get_symbol_32.bc 2024-08-20T21:58:52.0544680Z #80 649.4 [202/4136] Generating _initmod_fake_get_symbol_32.cpp 2024-08-20T21:58:52.1545804Z #80 649.5 [203/4136] Generating initmod.device_interface_32_debug.ll 2024-08-20T21:58:52.1547092Z #80 649.5 [204/4136] Generating initmod.fake_get_symbol_32_debug.ll 2024-08-20T21:58:52.1548195Z #80 649.5 [205/4136] Generating _initmod_device_interface_32.cpp 2024-08-20T21:58:52.1549328Z #80 649.5 [206/4136] Generating initmod.fake_get_symbol_64.ll 2024-08-20T21:58:52.1550378Z #80 649.5 [207/4136] Generating initmod.fake_get_symbol_64_debug.ll 2024-08-20T21:58:52.1551477Z #80 649.5 [208/4136] Generating initmod.fake_get_symbol_32_debug.bc 2024-08-20T21:58:52.1552522Z #80 649.5 [209/4136] Generating initmod.errors_64_debug.bc 2024-08-20T21:58:52.1553559Z #80 649.5 [210/4136] Generating initmod.fake_get_symbol_64.bc 2024-08-20T21:58:52.1554632Z #80 649.5 [211/4136] Generating initmod.fake_get_symbol_64_debug.bc 2024-08-20T21:58:52.1555742Z #80 649.5 [212/4136] Generating initmod.fake_thread_pool_32.ll 2024-08-20T21:58:52.1556846Z #80 649.5 [213/4136] Generating _initmod_fake_get_symbol_32_debug.cpp 2024-08-20T21:58:52.1557998Z #80 649.5 [214/4136] Generating _initmod_fake_get_symbol_64.cpp 2024-08-20T21:58:52.1559143Z #80 649.5 [215/4136] Generating _initmod_fake_get_symbol_64_debug.cpp 2024-08-20T21:58:52.1560621Z #80 649.5 [216/4136] Generating _initmod_errors_64_debug.cpp 2024-08-20T21:58:52.1561713Z #80 649.5 [217/4136] Generating initmod.device_interface_64.ll 2024-08-20T21:58:52.1562826Z #80 649.5 [218/4136] Generating initmod.device_interface_64_debug.ll 2024-08-20T21:58:52.1563994Z #80 649.5 [219/4136] Generating initmod.fake_thread_pool_32_debug.ll 2024-08-20T21:58:52.1565157Z #80 649.5 [220/4136] Generating initmod.fake_thread_pool_64.ll 2024-08-20T21:58:52.1566293Z #80 649.5 [221/4136] Generating initmod.device_interface_32_debug.bc 2024-08-20T21:58:52.1567472Z #80 649.5 [222/4136] Generating initmod.fake_thread_pool_32.bc 2024-08-20T21:58:52.1568703Z #80 649.5 [223/4136] Generating _initmod_fake_thread_pool_32.cpp 2024-08-20T21:58:52.1569867Z #80 649.5 [224/4136] Generating initmod.fake_thread_pool_32_debug.bc 2024-08-20T21:58:52.1570912Z #80 649.6 [225/4136] Generating initmod.float16_t_32.ll 2024-08-20T21:58:52.2583530Z #80 649.6 [226/4136] Generating initmod.fake_thread_pool_64_debug.ll 2024-08-20T21:58:52.2584690Z #80 649.6 [227/4136] Generating initmod.fake_thread_pool_64.bc 2024-08-20T21:58:52.2585719Z #80 649.6 [228/4136] Generating initmod.float16_t_64.ll 2024-08-20T21:58:52.2587110Z #80 649.6 [229/4136] Generating _initmod_fake_thread_pool_32_debug.cpp 2024-08-20T21:58:52.2588266Z #80 649.6 [230/4136] Generating initmod.device_interface_64.bc 2024-08-20T21:58:52.2589374Z #80 649.6 [231/4136] Generating _initmod_device_interface_32_debug.cpp 2024-08-20T21:58:52.2590458Z #80 649.6 [232/4136] Generating initmod.float16_t_32.bc 2024-08-20T21:58:52.2591425Z #80 649.6 [233/4136] Generating _initmod_fake_thread_pool_64.cpp 2024-08-20T21:58:52.2592376Z #80 649.6 [234/4136] Generating initmod.float16_t_64.bc 2024-08-20T21:58:52.2593210Z #80 649.6 [235/4136] Generating initmod.cuda_32.ll 2024-08-20T21:58:52.2594000Z #80 649.6 [236/4136] Generating initmod.float16_t_32_debug.ll 2024-08-20T21:58:52.2594916Z #80 649.6 [237/4136] Generating initmod.fopen_32.ll 2024-08-20T21:58:52.2595866Z #80 649.6 [238/4136] Generating _initmod_float16_t_64.cpp 2024-08-20T21:58:52.2597008Z #80 649.6 [239/4136] Generating initmod.fake_thread_pool_64_debug.bc 2024-08-20T21:58:52.2598096Z #80 649.6 [240/4136] Generating _initmod_device_interface_64.cpp 2024-08-20T21:58:52.2599281Z #80 649.6 [241/4136] Generating initmod.float16_t_32_debug.bc 2024-08-20T21:58:52.2600565Z #80 649.6 [242/4136] Generating _initmod_float16_t_32.cpp 2024-08-20T21:58:52.2601700Z #80 649.6 [243/4136] Generating _initmod_float16_t_32_debug.cpp 2024-08-20T21:58:52.2602881Z #80 649.6 [244/4136] Generating initmod.float16_t_64_debug.ll 2024-08-20T21:58:52.2603971Z #80 649.6 [245/4136] Generating initmod.fopen_64.ll 2024-08-20T21:58:52.2605150Z #80 649.6 [246/4136] Generating _initmod_fake_thread_pool_64_debug.cpp 2024-08-20T21:58:52.2606285Z #80 649.6 [247/4136] Generating initmod.fopen_64.bc 2024-08-20T21:58:52.2607364Z #80 649.6 [248/4136] Generating initmod.float16_t_64_debug.bc 2024-08-20T21:58:52.2608485Z #80 649.6 [249/4136] Generating _initmod_fopen_64.cpp 2024-08-20T21:58:52.2609746Z #80 649.6 [250/4136] Generating initmod.fopen_64_debug.ll 2024-08-20T21:58:52.2610833Z #80 649.6 [251/4136] Generating initmod.fopen_lfs_32.ll 2024-08-20T21:58:52.2611989Z #80 649.6 [252/4136] Generating _initmod_float16_t_64_debug.cpp 2024-08-20T21:58:52.2613098Z #80 649.6 [253/4136] Generating initmod.fopen_32_debug.ll 2024-08-20T21:58:52.2614141Z #80 649.6 [254/4136] Generating initmod.fopen_32.bc 2024-08-20T21:58:52.2615239Z #80 649.6 [255/4136] Generating initmod.fopen_lfs_32_debug.ll 2024-08-20T21:58:52.2616356Z #80 649.6 [256/4136] Generating initmod.fopen_lfs_32.bc 2024-08-20T21:58:52.2617482Z #80 649.6 [257/4136] Generating initmod.fopen_lfs_64_debug.ll 2024-08-20T21:58:52.2618627Z #80 649.6 [258/4136] Generating initmod.fopen_64_debug.bc 2024-08-20T21:58:52.2619659Z #80 649.6 [259/4136] Generating initmod.fopen_lfs_64.ll 2024-08-20T21:58:52.2620724Z #80 649.6 [260/4136] Generating initmod.fopen_32_debug.bc 2024-08-20T21:58:52.2621885Z #80 649.6 [261/4136] Generating _initmod_fopen_32.cpp 2024-08-20T21:58:52.2622985Z #80 649.6 [262/4136] Generating initmod.fopen_lfs_32_debug.bc 2024-08-20T21:58:52.2624174Z #80 649.6 [263/4136] Generating initmod.fopen_lfs_64_debug.bc 2024-08-20T21:58:52.2625336Z #80 649.6 [264/4136] Generating _initmod_fopen_64_debug.cpp 2024-08-20T21:58:52.2626454Z #80 649.6 [265/4136] Generating _initmod_fopen_lfs_32.cpp 2024-08-20T21:58:52.2627550Z #80 649.6 [266/4136] Generating _initmod_fopen_32_debug.cpp 2024-08-20T21:58:52.2628687Z #80 649.6 [267/4136] Generating initmod.fopen_lfs_64.bc 2024-08-20T21:58:52.2629932Z #80 649.6 [268/4136] Generating _initmod_fopen_lfs_32_debug.cpp 2024-08-20T21:58:52.2631126Z #80 649.6 [269/4136] Generating _initmod_fopen_lfs_64_debug.cpp 2024-08-20T21:58:52.2632279Z #80 649.6 [270/4136] Generating _initmod_fopen_lfs_64.cpp 2024-08-20T21:58:52.2633310Z #80 649.6 [271/4136] Generating initmod.cuda_32.bc 2024-08-20T21:58:52.2634723Z #80 649.6 [272/4136] Generating initmod.device_interface_64_debug.bc 2024-08-20T21:58:52.2635887Z #80 649.6 [273/4136] Generating _initmod_cuda_32.cpp 2024-08-20T21:58:52.2637028Z #80 649.6 [274/4136] Generating initmod.force_include_types_32.ll 2024-08-20T21:58:52.2638468Z #80 649.6 [275/4136] Generating initmod.force_include_types_32_debug.ll 2024-08-20T21:58:52.2639780Z #80 649.7 [276/4136] Generating initmod.cuda_64.ll 2024-08-20T21:58:52.3643357Z #80 649.7 [277/4136] Generating initmod.force_include_types_32.bc 2024-08-20T21:58:52.3644567Z #80 649.7 [278/4136] Generating initmod.force_include_types_32_debug.bc 2024-08-20T21:58:52.3645610Z #80 649.7 [279/4136] Generating initmod.force_include_types_64.ll 2024-08-20T21:58:52.3646582Z #80 649.7 [280/4136] Generating initmod.fuchsia_clock_32.ll 2024-08-20T21:58:52.3647525Z #80 649.7 [281/4136] Generating _initmod_force_include_types_32.cpp 2024-08-20T21:58:52.3648552Z #80 649.7 [282/4136] Generating _initmod_force_include_types_32_debug.cpp 2024-08-20T21:58:52.3649699Z #80 649.7 [283/4136] Generating initmod.fuchsia_host_cpu_count_32.ll 2024-08-20T21:58:52.3650889Z #80 649.7 [284/4136] Generating initmod.force_include_types_64_debug.ll 2024-08-20T21:58:52.3652010Z #80 649.7 [285/4136] Generating initmod.fuchsia_clock_32_debug.ll 2024-08-20T21:58:52.3653128Z #80 649.7 [286/4136] Generating _initmod_device_interface_64_debug.cpp 2024-08-20T21:58:52.3654265Z #80 649.7 [287/4136] Generating initmod.force_include_types_64.bc 2024-08-20T21:58:52.3655294Z #80 649.7 [288/4136] Generating initmod.fuchsia_clock_32.bc 2024-08-20T21:58:52.3656268Z #80 649.7 [289/4136] Generating initmod.fuchsia_clock_64.ll 2024-08-20T21:58:52.3657271Z #80 649.7 [290/4136] Generating _initmod_fuchsia_clock_32.cpp 2024-08-20T21:58:52.3658329Z #80 649.7 [291/4136] Generating initmod.fuchsia_host_cpu_count_32.bc 2024-08-20T21:58:52.3659451Z #80 649.7 [292/4136] Generating _initmod_force_include_types_64.cpp 2024-08-20T21:58:52.3660607Z #80 649.7 [293/4136] Generating initmod.fuchsia_clock_64_debug.ll 2024-08-20T21:58:52.3661764Z #80 649.7 [294/4136] Generating initmod.fuchsia_host_cpu_count_64.ll 2024-08-20T21:58:52.3663307Z #80 649.7 [295/4136] Generating initmod.force_include_types_64_debug.bc 2024-08-20T21:58:52.3664588Z #80 649.7 [296/4136] Generating initmod.fuchsia_clock_32_debug.bc 2024-08-20T21:58:52.3665703Z #80 649.7 [297/4136] Generating initmod.fuchsia_clock_64.bc 2024-08-20T21:58:52.3666880Z #80 649.7 [298/4136] Generating _initmod_fuchsia_host_cpu_count_32.cpp 2024-08-20T21:58:52.3669042Z #80 649.7 [299/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2024-08-20T21:58:52.3670894Z #80 649.7 [300/4136] Generating initmod.fuchsia_host_cpu_count_32_debug.ll 2024-08-20T21:58:52.3672143Z #80 649.7 [301/4136] Generating initmod.fuchsia_yield_32.ll 2024-08-20T21:58:52.3673304Z #80 649.7 [302/4136] Generating initmod.fuchsia_clock_64_debug.bc 2024-08-20T21:58:52.3674554Z #80 649.7 [303/4136] Generating initmod.fuchsia_host_cpu_count_64.bc 2024-08-20T21:58:52.3676169Z #80 649.7 [304/4136] Generating _initmod_force_include_types_64_debug.cpp 2024-08-20T21:58:52.3677396Z #80 649.7 [305/4136] Generating _initmod_fuchsia_clock_32_debug.cpp 2024-08-20T21:58:52.3678374Z #80 649.7 [306/4136] Generating initmod.cuda_32_debug.ll 2024-08-20T21:58:52.3679222Z #80 649.7 [307/4136] Generating initmod.cuda_64.bc 2024-08-20T21:58:52.3680303Z #80 649.7 [308/4136] Generating initmod.fuchsia_yield_32_debug.ll 2024-08-20T21:58:52.3681306Z #80 649.7 [309/4136] Generating _initmod_fuchsia_clock_64.cpp 2024-08-20T21:58:52.3682258Z #80 649.7 [310/4136] Generating initmod.fuchsia_yield_64.ll 2024-08-20T21:58:52.3683239Z #80 649.7 [311/4136] Generating _initmod_fuchsia_clock_64_debug.cpp 2024-08-20T21:58:52.3684538Z #80 649.7 [312/4136] Generating _initmod_fuchsia_host_cpu_count_64.cpp 2024-08-20T21:58:52.3685880Z #80 649.7 [313/4136] Generating initmod.fuchsia_host_cpu_count_64_debug.ll 2024-08-20T21:58:52.3687098Z #80 649.7 [314/4136] Generating initmod.fuchsia_host_cpu_count_32_debug.bc 2024-08-20T21:58:52.3688194Z #80 649.7 [315/4136] Generating initmod.fuchsia_yield_32.bc 2024-08-20T21:58:52.3689227Z #80 649.7 [316/4136] Generating initmod.fuchsia_yield_32_debug.bc 2024-08-20T21:58:52.3690396Z #80 649.7 [317/4136] Generating initmod.fuchsia_yield_64.bc 2024-08-20T21:58:52.3691482Z #80 649.7 [318/4136] Generating _initmod_fuchsia_host_cpu_count_32_debug.cpp 2024-08-20T21:58:52.3692689Z #80 649.7 [319/4136] Generating initmod.fuchsia_host_cpu_count_64_debug.bc 2024-08-20T21:58:52.3693778Z #80 649.7 [320/4136] Generating _initmod_fuchsia_yield_32.cpp 2024-08-20T21:58:52.3694765Z #80 649.7 [321/4136] Generating _initmod_fuchsia_yield_32_debug.cpp 2024-08-20T21:58:52.3695788Z #80 649.7 [322/4136] Generating _initmod_fuchsia_yield_64.cpp 2024-08-20T21:58:52.3696878Z #80 649.7 [323/4136] Generating _initmod_fuchsia_host_cpu_count_64_debug.cpp 2024-08-20T21:58:52.3698040Z #80 649.7 [324/4136] Generating _initmod_cuda_64.cpp 2024-08-20T21:58:52.3698937Z #80 649.7 [325/4136] Generating initmod.fuchsia_yield_64_debug.ll 2024-08-20T21:58:52.3699925Z #80 649.8 [326/4136] Generating initmod.cuda_64_debug.ll 2024-08-20T21:58:52.4643861Z #80 649.8 [327/4136] Generating initmod.gpu_device_selection_32.ll 2024-08-20T21:58:52.4645252Z #80 649.8 [328/4136] Generating initmod.gpu_device_selection_32_debug.ll 2024-08-20T21:58:52.4646710Z #80 649.8 [329/4136] Generating initmod.gpu_device_selection_64.ll 2024-08-20T21:58:52.4647902Z #80 649.8 [330/4136] Generating initmod.fuchsia_yield_64_debug.bc 2024-08-20T21:58:52.4649098Z #80 649.8 [331/4136] Generating initmod.gpu_device_selection_32.bc 2024-08-20T21:58:52.4650267Z #80 649.8 [332/4136] Generating initmod.gpu_device_selection_64.bc 2024-08-20T21:58:52.4651503Z #80 649.8 [333/4136] Generating initmod.gpu_device_selection_64_debug.ll 2024-08-20T21:58:52.4652734Z #80 649.8 [334/4136] Generating initmod.hexagon_cpu_features_32.ll 2024-08-20T21:58:52.4654010Z #80 649.8 [335/4136] Generating initmod.gpu_device_selection_32_debug.bc 2024-08-20T21:58:52.4655310Z #80 649.8 [336/4136] Generating _initmod_fuchsia_yield_64_debug.cpp 2024-08-20T21:58:52.4656506Z #80 649.8 [337/4136] Generating _initmod_gpu_device_selection_32.cpp 2024-08-20T21:58:52.4657920Z #80 649.8 [338/4136] Generating _initmod_gpu_device_selection_64.cpp 2024-08-20T21:58:52.4659117Z #80 649.8 [339/4136] Generating initmod.hexagon_cpu_features_32.bc 2024-08-20T21:58:52.4660636Z #80 649.8 [340/4136] Generating _initmod_gpu_device_selection_32_debug.cpp 2024-08-20T21:58:52.4661991Z #80 649.8 [341/4136] Generating initmod.gpu_device_selection_64_debug.bc 2024-08-20T21:58:52.4663206Z #80 649.8 [342/4136] Generating _initmod_hexagon_cpu_features_32.cpp 2024-08-20T21:58:52.4664397Z #80 649.8 [343/4136] Generating initmod.halide_buffer_t_32_debug.ll 2024-08-20T21:58:52.4665612Z #80 649.8 [344/4136] Generating initmod.hexagon_cache_allocator_32.ll 2024-08-20T21:58:52.4666878Z #80 649.8 [345/4136] Generating _initmod_gpu_device_selection_64_debug.cpp 2024-08-20T21:58:52.4668117Z #80 649.8 [346/4136] Generating initmod.hexagon_cache_allocator_64.ll 2024-08-20T21:58:52.4669584Z #80 649.8 [347/4136] Generating initmod.halide_buffer_t_64_debug.ll 2024-08-20T21:58:52.4670817Z #80 649.8 [348/4136] Generating initmod.halide_buffer_t_32.ll 2024-08-20T21:58:52.4671977Z #80 649.8 [349/4136] Generating initmod.hexagon_cache_allocator_32.bc 2024-08-20T21:58:52.4673184Z #80 649.8 [350/4136] Generating initmod.hexagon_cache_allocator_32_debug.ll 2024-08-20T21:58:52.4674316Z #80 649.8 [351/4136] Generating initmod.hexagon_cache_allocator_64.bc 2024-08-20T21:58:52.4675555Z #80 649.8 [352/4136] Generating initmod.hexagon_cache_allocator_64_debug.ll 2024-08-20T21:58:52.4676910Z #80 649.8 [353/4136] Generating initmod.halide_buffer_t_64.ll 2024-08-20T21:58:52.4678089Z #80 649.8 [354/4136] Generating _initmod_hexagon_cache_allocator_32.cpp 2024-08-20T21:58:52.4679266Z #80 649.8 [355/4136] Generating initmod.halide_buffer_t_32.bc 2024-08-20T21:58:52.4680525Z #80 649.8 [356/4136] Generating initmod.halide_buffer_t_32_debug.bc 2024-08-20T21:58:52.4681738Z #80 649.8 [357/4136] Generating initmod.hexagon_cpu_features_32_debug.ll 2024-08-20T21:58:52.4682840Z #80 649.8 [358/4136] Generating initmod.hexagon_cpu_features_64.ll 2024-08-20T21:58:52.4684539Z #80 649.8 [359/4136] Generating initmod.hexagon_cpu_features_64_debug.ll 2024-08-20T21:58:52.4685796Z #80 649.8 [360/4136] Generating initmod.halide_buffer_t_64_debug.bc 2024-08-20T21:58:52.4686944Z #80 649.8 [361/4136] Generating _initmod_hexagon_cache_allocator_64.cpp 2024-08-20T21:58:52.4688070Z #80 649.8 [362/4136] Generating _initmod_halide_buffer_t_32.cpp 2024-08-20T21:58:52.4689263Z #80 649.8 [363/4136] Generating initmod.hexagon_cache_allocator_32_debug.bc 2024-08-20T21:58:52.4690716Z #80 649.8 [364/4136] Generating initmod.hexagon_cache_allocator_64_debug.bc 2024-08-20T21:58:52.4691916Z #80 649.8 [365/4136] Generating initmod.halide_buffer_t_64.bc 2024-08-20T21:58:52.4693066Z #80 649.8 [366/4136] Generating _initmod_halide_buffer_t_32_debug.cpp 2024-08-20T21:58:52.4694397Z #80 649.8 [367/4136] Generating initmod.hexagon_cpu_features_32_debug.bc 2024-08-20T21:58:52.4695701Z #80 649.8 [368/4136] Generating initmod.hexagon_cpu_features_64.bc 2024-08-20T21:58:52.4696966Z #80 649.8 [369/4136] Generating _initmod_halide_buffer_t_64_debug.cpp 2024-08-20T21:58:52.4698113Z #80 649.9 [370/4136] Generating initmod.cuda_32_debug.bc 2024-08-20T21:58:52.5745662Z #80 649.9 [371/4136] Generating initmod.hexagon_cpu_features_64_debug.bc 2024-08-20T21:58:52.5747208Z #80 649.9 [372/4136] Generating _initmod_hexagon_cache_allocator_32_debug.cpp 2024-08-20T21:58:52.5748779Z #80 649.9 [373/4136] Generating _initmod_hexagon_cache_allocator_64_debug.cpp 2024-08-20T21:58:52.5750186Z #80 649.9 [374/4136] Generating _initmod_halide_buffer_t_64.cpp 2024-08-20T21:58:52.5751538Z #80 649.9 [375/4136] Generating _initmod_hexagon_cpu_features_32_debug.cpp 2024-08-20T21:58:52.5752869Z #80 649.9 [376/4136] Generating _initmod_hexagon_cpu_features_64.cpp 2024-08-20T21:58:52.5754736Z #80 649.9 [377/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2024-08-20T21:58:52.5756339Z #80 649.9 [378/4136] Generating _initmod_hexagon_cpu_features_64_debug.cpp 2024-08-20T21:58:52.5757766Z #80 649.9 [379/4136] Generating _initmod_cuda_32_debug.cpp 2024-08-20T21:58:52.5758737Z #80 649.9 [380/4136] Generating initmod.cuda_64_debug.bc 2024-08-20T21:58:52.5759859Z #80 649.9 [381/4136] Generating initmod.ios_io_32.ll 2024-08-20T21:58:52.5760769Z #80 649.9 [382/4136] Generating initmod.ios_io_32.bc 2024-08-20T21:58:52.5761694Z #80 649.9 [383/4136] Generating _initmod_ios_io_32.cpp 2024-08-20T21:58:52.5762666Z #80 649.9 [384/4136] Generating initmod.ios_io_32_debug.ll 2024-08-20T21:58:52.5763657Z #80 649.9 [385/4136] Generating initmod.ios_io_64.ll 2024-08-20T21:58:52.5764583Z #80 649.9 [386/4136] Generating initmod.ios_io_32_debug.bc 2024-08-20T21:58:52.5765673Z #80 650.0 [387/4136] Generating initmod.hexagon_dma_pool_32.ll 2024-08-20T21:58:52.5766770Z #80 650.0 [388/4136] Generating _initmod_cuda_64_debug.cpp 2024-08-20T21:58:52.5768017Z #80 650.0 [389/4136] Generating initmod.ios_io_64.bc 2024-08-20T21:58:52.5769009Z #80 650.0 [390/4136] Generating _initmod_ios_io_32_debug.cpp 2024-08-20T21:58:52.5770002Z #80 650.0 [391/4136] Generating _initmod_ios_io_64.cpp 2024-08-20T21:58:52.5771076Z #80 650.0 [392/4136] Generating initmod.hexagon_dma_pool_32.bc 2024-08-20T21:58:52.6762057Z #80 650.0 [393/4136] Generating initmod.ios_io_64_debug.ll 2024-08-20T21:58:52.6763103Z #80 650.0 [394/4136] Generating initmod.linux_clock_32.ll 2024-08-20T21:58:52.6764210Z #80 650.0 [395/4136] Generating _initmod_hexagon_dma_pool_32.cpp 2024-08-20T21:58:52.6765337Z #80 650.0 [396/4136] Generating initmod.ios_io_64_debug.bc 2024-08-20T21:58:52.6766606Z #80 650.0 [397/4136] Generating _initmod_ios_io_64_debug.cpp 2024-08-20T21:58:52.6767560Z #80 650.0 [398/4136] Generating initmod.linux_clock_32.bc 2024-08-20T21:58:52.6768686Z #80 650.0 [399/4136] Generating initmod.hexagon_dma_pool_32_debug.ll 2024-08-20T21:58:52.6769993Z #80 650.0 [400/4136] Generating initmod.hexagon_dma_pool_64_debug.ll 2024-08-20T21:58:52.6771246Z #80 650.0 [401/4136] Generating initmod.linux_clock_32_debug.ll 2024-08-20T21:58:52.6772445Z #80 650.0 [402/4136] Generating initmod.hexagon_dma_pool_64.ll 2024-08-20T21:58:52.6773712Z #80 650.0 [403/4136] Generating initmod.linux_clock_64.ll 2024-08-20T21:58:52.6774792Z #80 650.0 [404/4136] Generating _initmod_linux_clock_32.cpp 2024-08-20T21:58:52.6775812Z #80 650.0 [405/4136] Generating initmod.linux_clock_32_debug.bc 2024-08-20T21:58:52.6776900Z #80 650.0 [406/4136] Generating initmod.hexagon_dma_pool_64.bc 2024-08-20T21:58:52.6777969Z #80 650.0 [407/4136] Generating initmod.linux_clock_64.bc 2024-08-20T21:58:52.6779002Z #80 650.0 [408/4136] Generating initmod.linux_clock_64_debug.ll 2024-08-20T21:58:52.6780161Z #80 650.0 [409/4136] Generating initmod.linux_host_cpu_count_32.ll 2024-08-20T21:58:52.6781325Z #80 650.0 [410/4136] Generating _initmod_linux_clock_32_debug.cpp 2024-08-20T21:58:52.6782367Z #80 650.0 [411/4136] Generating _initmod_linux_clock_64.cpp 2024-08-20T21:58:52.6783501Z #80 650.0 [412/4136] Generating _initmod_hexagon_dma_pool_64.cpp 2024-08-20T21:58:52.6784689Z #80 650.0 [413/4136] Generating initmod.linux_host_cpu_count_32_debug.ll 2024-08-20T21:58:52.6785838Z #80 650.0 [414/4136] Generating initmod.linux_clock_64_debug.bc 2024-08-20T21:58:52.6786993Z #80 650.0 [415/4136] Generating initmod.linux_host_cpu_count_32.bc 2024-08-20T21:58:52.6788141Z #80 650.0 [416/4136] Generating initmod.hexagon_dma_pool_32_debug.bc 2024-08-20T21:58:52.6789263Z #80 650.1 [417/4136] Generating initmod.hexagon_dma_pool_64_debug.bc 2024-08-20T21:58:52.6790468Z #80 650.1 [418/4136] Generating initmod.linux_host_cpu_count_32_debug.bc 2024-08-20T21:58:52.6791622Z #80 650.1 [419/4136] Generating _initmod_linux_clock_64_debug.cpp 2024-08-20T21:58:52.6792757Z #80 650.1 [420/4136] Generating _initmod_linux_host_cpu_count_32.cpp 2024-08-20T21:58:52.6793951Z #80 650.1 [421/4136] Generating initmod.linux_host_cpu_count_64.ll 2024-08-20T21:58:52.6795108Z #80 650.1 [422/4136] Generating initmod.linux_yield_32.ll 2024-08-20T21:58:52.6796211Z #80 650.1 [423/4136] Generating initmod.linux_yield_32_debug.ll 2024-08-20T21:58:52.6797649Z #80 650.1 [424/4136] Generating _initmod_hexagon_dma_pool_32_debug.cpp 2024-08-20T21:58:52.6798917Z #80 650.1 [425/4136] Generating _initmod_hexagon_dma_pool_64_debug.cpp 2024-08-20T21:58:52.6800442Z #80 650.1 [426/4136] Generating _initmod_linux_host_cpu_count_32_debug.cpp 2024-08-20T21:58:52.6801631Z #80 650.1 [427/4136] Generating initmod.linux_yield_32.bc 2024-08-20T21:58:52.7805152Z #80 650.1 [428/4136] Generating initmod.linux_yield_32_debug.bc 2024-08-20T21:58:52.7806422Z #80 650.1 [429/4136] Generating initmod.linux_host_cpu_count_64.bc 2024-08-20T21:58:52.7807764Z #80 650.1 [430/4136] Generating _initmod_linux_yield_32_debug.cpp 2024-08-20T21:58:52.7808934Z #80 650.1 [431/4136] Generating _initmod_linux_host_cpu_count_64.cpp 2024-08-20T21:58:52.7810056Z #80 650.1 [432/4136] Generating _initmod_linux_yield_32.cpp 2024-08-20T21:58:52.7811421Z #80 650.1 [433/4136] Generating initmod.linux_host_cpu_count_64_debug.ll 2024-08-20T21:58:52.7812480Z #80 650.1 [434/4136] Generating initmod.linux_yield_64.ll 2024-08-20T21:58:52.7813411Z #80 650.1 [435/4136] Generating initmod.linux_yield_64_debug.ll 2024-08-20T21:58:52.7814457Z #80 650.1 [436/4136] Generating initmod.linux_host_cpu_count_64_debug.bc 2024-08-20T21:58:52.7815499Z #80 650.1 [437/4136] Generating initmod.linux_yield_64.bc 2024-08-20T21:58:52.7816463Z #80 650.1 [438/4136] Generating initmod.linux_yield_64_debug.bc 2024-08-20T21:58:52.7817625Z #80 650.1 [439/4136] Generating _initmod_linux_host_cpu_count_64_debug.cpp 2024-08-20T21:58:52.7818963Z #80 650.1 [440/4136] Generating _initmod_linux_yield_64.cpp 2024-08-20T21:58:52.7819978Z #80 650.1 [441/4136] Generating _initmod_linux_yield_64_debug.cpp 2024-08-20T21:58:52.7821020Z #80 650.1 [442/4136] Generating initmod.metal_objc_arm_32.ll 2024-08-20T21:58:52.7821960Z #80 650.1 [443/4136] Generating initmod.metal_objc_arm_32_debug.ll 2024-08-20T21:58:52.7823012Z #80 650.1 [444/4136] Generating initmod.hexagon_dma_64.ll 2024-08-20T21:58:52.7824110Z #80 650.1 [445/4136] Generating initmod.metal_objc_arm_32.bc 2024-08-20T21:58:52.7825335Z #80 650.2 [446/4136] Generating initmod.hexagon_dma_32.ll 2024-08-20T21:58:52.7826373Z #80 650.2 [447/4136] Generating initmod.metal_objc_arm_32_debug.bc 2024-08-20T21:58:52.7827466Z #80 650.2 [448/4136] Generating _initmod_metal_objc_arm_32.cpp 2024-08-20T21:58:52.7828468Z #80 650.2 [449/4136] Generating initmod.hexagon_dma_32_debug.ll 2024-08-20T21:58:52.7829379Z #80 650.2 [450/4136] Generating initmod.hexagon_dma_64.bc 2024-08-20T21:58:52.7830281Z #80 650.2 [451/4136] Generating initmod.metal_objc_arm_64.ll 2024-08-20T21:58:52.8838812Z #80 650.2 [452/4136] Generating initmod.metal_objc_x86_32.ll 2024-08-20T21:58:52.8840079Z #80 650.2 [453/4136] Generating _initmod_metal_objc_arm_32_debug.cpp 2024-08-20T21:58:52.8841186Z #80 650.2 [454/4136] Generating initmod.metal_objc_arm_64_debug.ll 2024-08-20T21:58:52.8842188Z #80 650.2 [455/4136] Generating initmod.hexagon_dma_32.bc 2024-08-20T21:58:52.8843098Z #80 650.2 [456/4136] Generating _initmod_hexagon_dma_64.cpp 2024-08-20T21:58:52.8844026Z #80 650.2 [457/4136] Generating initmod.metal_objc_arm_64.bc 2024-08-20T21:58:52.8844962Z #80 650.2 [458/4136] Generating initmod.metal_objc_x86_32.bc 2024-08-20T21:58:52.8845924Z #80 650.2 [459/4136] Generating initmod.metal_objc_arm_64_debug.bc 2024-08-20T21:58:52.8846889Z #80 650.2 [460/4136] Generating _initmod_hexagon_dma_32.cpp 2024-08-20T21:58:52.8847782Z #80 650.2 [461/4136] Generating _initmod_metal_objc_arm_64.cpp 2024-08-20T21:58:52.8848728Z #80 650.2 [462/4136] Generating _initmod_metal_objc_x86_32.cpp 2024-08-20T21:58:52.8849725Z #80 650.2 [463/4136] Generating _initmod_metal_objc_arm_64_debug.cpp 2024-08-20T21:58:52.8850736Z #80 650.2 [464/4136] Generating initmod.metal_objc_x86_32_debug.ll 2024-08-20T21:58:52.8851699Z #80 650.2 [465/4136] Generating initmod.hexagon_dma_32_debug.bc 2024-08-20T21:58:52.8852635Z #80 650.2 [466/4136] Generating initmod.metal_objc_x86_32_debug.bc 2024-08-20T21:58:52.8853794Z #80 650.2 [467/4136] Generating initmod.hexagon_host_32.ll 2024-08-20T21:58:52.8854629Z #80 650.2 [468/4136] Generating initmod.hexagon_host_64.ll 2024-08-20T21:58:52.8855511Z #80 650.2 [469/4136] Generating _initmod_metal_objc_x86_32_debug.cpp 2024-08-20T21:58:52.8856516Z #80 650.2 [470/4136] Generating initmod.metal_objc_x86_64.ll 2024-08-20T21:58:52.8857478Z #80 650.3 [471/4136] Generating initmod.metal_objc_x86_64.bc 2024-08-20T21:58:52.8858565Z #80 650.3 [472/4136] Generating initmod.hexagon_dma_64_debug.ll 2024-08-20T21:58:52.8859737Z #80 650.3 [473/4136] Generating initmod.module_aot_ref_count_64_debug.ll 2024-08-20T21:58:52.8861012Z #80 650.3 [474/4136] Generating _initmod_metal_objc_x86_64.cpp 2024-08-20T21:58:52.8862088Z #80 650.3 [475/4136] Generating initmod.metal_objc_x86_64_debug.ll 2024-08-20T21:58:52.8863118Z #80 650.3 [476/4136] Generating initmod.module_aot_ref_count_64_debug.bc 2024-08-20T21:58:52.8864551Z #80 650.3 [477/4136] Generating _initmod_hexagon_dma_32_debug.cpp 2024-08-20T21:58:52.8865699Z #80 650.3 [478/4136] Generating _initmod_module_aot_ref_count_64_debug.cpp 2024-08-20T21:58:52.8867054Z #80 650.3 [479/4136] Generating initmod.module_aot_ref_count_64.ll 2024-08-20T21:58:52.8868183Z #80 650.3 [480/4136] Generating initmod.metal_objc_x86_64_debug.bc 2024-08-20T21:58:52.8869334Z #80 650.3 [481/4136] Generating initmod.hexagon_host_32.bc 2024-08-20T21:58:52.8870380Z #80 650.3 [482/4136] Generating initmod.hexagon_host_64.bc 2024-08-20T21:58:52.8871527Z #80 650.3 [483/4136] Generating initmod.module_aot_ref_count_64.bc 2024-08-20T21:58:52.8872938Z #80 650.3 [484/4136] Generating _initmod_metal_objc_x86_64_debug.cpp 2024-08-20T21:58:52.8874180Z #80 650.3 [485/4136] Generating _initmod_module_aot_ref_count_64.cpp 2024-08-20T21:58:52.8875363Z #80 650.3 [486/4136] Generating _initmod_hexagon_host_64.cpp 2024-08-20T21:58:52.9901283Z #80 650.3 [487/4136] Generating _initmod_hexagon_host_32.cpp 2024-08-20T21:58:52.9902556Z #80 650.3 [488/4136] Generating initmod.module_aot_ref_count_32.ll 2024-08-20T21:58:52.9903852Z #80 650.3 [489/4136] Generating initmod.module_jit_ref_count_32.ll 2024-08-20T21:58:52.9905370Z #80 650.3 [490/4136] Generating initmod.module_aot_ref_count_32.bc 2024-08-20T21:58:52.9906611Z #80 650.3 [491/4136] Generating _initmod_module_aot_ref_count_32.cpp 2024-08-20T21:58:52.9907893Z #80 650.3 [492/4136] Generating initmod.module_jit_ref_count_32.bc 2024-08-20T21:58:52.9909252Z #80 650.3 [493/4136] Generating initmod.module_jit_ref_count_32_debug.ll 2024-08-20T21:58:52.9910594Z #80 650.3 [494/4136] Generating initmod.module_aot_ref_count_32_debug.ll 2024-08-20T21:58:52.9911914Z #80 650.3 [495/4136] Generating initmod.module_jit_ref_count_64.ll 2024-08-20T21:58:52.9913241Z #80 650.3 [496/4136] Generating initmod.module_jit_ref_count_64_debug.ll 2024-08-20T21:58:52.9914987Z #80 650.3 [497/4136] Generating _initmod_module_jit_ref_count_32.cpp 2024-08-20T21:58:52.9916327Z #80 650.3 [498/4136] Generating initmod.module_jit_ref_count_32_debug.bc 2024-08-20T21:58:52.9917616Z #80 650.3 [499/4136] Generating initmod.module_jit_ref_count_64.bc 2024-08-20T21:58:52.9918914Z #80 650.3 [500/4136] Generating initmod.module_aot_ref_count_32_debug.bc 2024-08-20T21:58:52.9920458Z #80 650.3 [501/4136] Generating initmod.module_jit_ref_count_64_debug.bc 2024-08-20T21:58:52.9921735Z #80 650.3 [502/4136] Generating initmod.hexagon_dma_64_debug.bc 2024-08-20T21:58:52.9923169Z #80 650.3 [503/4136] Generating _initmod_module_jit_ref_count_32_debug.cpp 2024-08-20T21:58:52.9924573Z #80 650.3 [504/4136] Generating _initmod_module_jit_ref_count_64.cpp 2024-08-20T21:58:52.9925993Z #80 650.3 [505/4136] Generating _initmod_module_aot_ref_count_32_debug.cpp 2024-08-20T21:58:52.9927398Z #80 650.3 [506/4136] Generating _initmod_module_jit_ref_count_64_debug.cpp 2024-08-20T21:58:52.9928693Z #80 650.3 [507/4136] Generating initmod.msan_stubs_32.ll 2024-08-20T21:58:52.9929846Z #80 650.4 [508/4136] Generating _initmod_hexagon_dma_64_debug.cpp 2024-08-20T21:58:52.9931063Z #80 650.4 [509/4136] Generating initmod.msan_stubs_32.bc 2024-08-20T21:58:52.9932520Z #80 650.4 [510/4136] Generating initmod.hexagon_host_32_debug.ll 2024-08-20T21:58:52.9934007Z #80 650.4 [511/4136] Generating initmod.msan_stubs_32_debug.ll 2024-08-20T21:58:52.9935142Z #80 650.4 [512/4136] Generating _initmod_msan_stubs_32.cpp 2024-08-20T21:58:52.9936297Z #80 650.4 [513/4136] Generating initmod.msan_stubs_64_debug.ll 2024-08-20T21:58:53.0912461Z #80 650.4 [514/4136] Generating initmod.msan_stubs_32_debug.bc 2024-08-20T21:58:53.0913707Z #80 650.4 [515/4136] Generating initmod.hexagon_host_64_debug.ll 2024-08-20T21:58:53.0914909Z #80 650.4 [516/4136] Generating initmod.msan_stubs_64_debug.bc 2024-08-20T21:58:53.0916085Z #80 650.4 [517/4136] Generating _initmod_msan_stubs_32_debug.cpp 2024-08-20T21:58:53.0917207Z #80 650.4 [518/4136] Generating initmod.msan_stubs_64.ll 2024-08-20T21:58:53.0918246Z #80 650.4 [519/4136] Generating _initmod_msan_stubs_64_debug.cpp 2024-08-20T21:58:53.0919542Z #80 650.4 [520/4136] Generating initmod.msan_stubs_64.bc 2024-08-20T21:58:53.0920676Z #80 650.4 [521/4136] Generating initmod.msan_32.ll 2024-08-20T21:58:53.0922658Z #80 650.4 [522/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2024-08-20T21:58:53.0924274Z #80 650.5 [523/4136] Generating _initmod_msan_stubs_64.cpp 2024-08-20T21:58:53.0925267Z #80 650.5 [524/4136] Generating initmod.msan_32.bc 2024-08-20T21:58:53.0926151Z #80 650.5 [525/4136] Generating initmod.osx_clock_32.ll 2024-08-20T21:58:53.0927178Z #80 650.5 [526/4136] Generating initmod.msan_32_debug.ll 2024-08-20T21:58:53.0928481Z #80 650.5 [527/4136] Generating initmod.osx_clock_32_debug.ll 2024-08-20T21:58:53.0929523Z #80 650.5 [528/4136] Generating _initmod_msan_32.cpp 2024-08-20T21:58:53.0930481Z #80 650.5 [529/4136] Generating initmod.msan_64.ll 2024-08-20T21:58:53.0931490Z #80 650.5 [530/4136] Generating initmod.osx_clock_32.bc 2024-08-20T21:58:53.0932572Z #80 650.5 [531/4136] Generating initmod.msan_64_debug.ll 2024-08-20T21:58:53.0935663Z #80 650.5 [532/4136] Generating initmod.osx_clock_32_debug.bc 2024-08-20T21:58:53.0936896Z #80 650.5 [533/4136] Generating _initmod_osx_clock_32.cpp 2024-08-20T21:58:53.0938234Z #80 650.5 [534/4136] Generating _initmod_osx_clock_32_debug.cpp 2024-08-20T21:58:53.0939304Z #80 650.5 [535/4136] Generating initmod.msan_64.bc 2024-08-20T21:58:53.0940337Z #80 650.5 [536/4136] Generating initmod.hexagon_host_32_debug.bc 2024-08-20T21:58:53.1982472Z #80 650.5 [537/4136] Generating initmod.hexagon_host_64_debug.bc 2024-08-20T21:58:53.1983627Z #80 650.5 [538/4136] Generating initmod.msan_32_debug.bc 2024-08-20T21:58:53.1984643Z #80 650.5 [539/4136] Generating _initmod_msan_64.cpp 2024-08-20T21:58:53.1985600Z #80 650.5 [540/4136] Generating initmod.metal_32.ll 2024-08-20T21:58:53.1986588Z #80 650.5 [541/4136] Generating initmod.osx_clock_64.ll 2024-08-20T21:58:53.1987606Z #80 650.5 [542/4136] Generating initmod.msan_64_debug.bc 2024-08-20T21:58:53.1988586Z #80 650.5 [543/4136] Generating initmod.osx_clock_64.bc 2024-08-20T21:58:53.1989675Z #80 650.5 [544/4136] Generating _initmod_msan_32_debug.cpp 2024-08-20T21:58:53.1990733Z #80 650.5 [545/4136] Generating _initmod_osx_clock_64.cpp 2024-08-20T21:58:53.1991744Z #80 650.5 [546/4136] Generating _initmod_msan_64_debug.cpp 2024-08-20T21:58:53.1992818Z #80 650.5 [547/4136] Generating _initmod_hexagon_host_32_debug.cpp 2024-08-20T21:58:53.1993995Z #80 650.5 [548/4136] Generating _initmod_hexagon_host_64_debug.cpp 2024-08-20T21:58:53.1995103Z #80 650.5 [549/4136] Generating initmod.osx_get_symbol_32.ll 2024-08-20T21:58:53.1996213Z #80 650.5 [550/4136] Generating initmod.osx_get_symbol_32_debug.ll 2024-08-20T21:58:53.1997367Z #80 650.5 [551/4136] Generating initmod.osx_clock_64_debug.ll 2024-08-20T21:58:53.1998475Z #80 650.5 [552/4136] Generating initmod.osx_get_symbol_64.ll 2024-08-20T21:58:53.1999763Z #80 650.5 [553/4136] Generating initmod.osx_get_symbol_32.bc 2024-08-20T21:58:53.2000977Z #80 650.5 [554/4136] Generating initmod.osx_get_symbol_32_debug.bc 2024-08-20T21:58:53.2002147Z #80 650.6 [555/4136] Generating initmod.osx_clock_64_debug.bc 2024-08-20T21:58:53.2003525Z #80 650.6 [556/4136] Generating _initmod_osx_get_symbol_32.cpp 2024-08-20T21:58:53.2004586Z #80 650.6 [557/4136] Generating initmod.osx_yield_32.ll 2024-08-20T21:58:53.2005689Z #80 650.6 [558/4136] Generating _initmod_osx_get_symbol_32_debug.cpp 2024-08-20T21:58:53.2006976Z #80 650.6 [559/4136] Generating _initmod_osx_clock_64_debug.cpp 2024-08-20T21:58:53.2007962Z #80 650.6 [560/4136] Generating initmod.metal_32.bc 2024-08-20T21:58:53.2008993Z #80 650.6 [561/4136] Generating initmod.osx_host_cpu_count_32.ll 2024-08-20T21:58:53.2010156Z #80 650.6 [562/4136] Generating initmod.osx_yield_32.bc 2024-08-20T21:58:53.2011211Z #80 650.6 [563/4136] Generating initmod.osx_get_symbol_64.bc 2024-08-20T21:58:53.2012396Z #80 650.6 [564/4136] Generating initmod.osx_get_symbol_64_debug.ll 2024-08-20T21:58:53.2013480Z #80 650.6 [565/4136] Generating _initmod_osx_yield_32.cpp 2024-08-20T21:58:53.2014817Z #80 650.6 [566/4136] Generating _initmod_osx_get_symbol_64.cpp 2024-08-20T21:58:53.2015965Z #80 650.6 [567/4136] Generating initmod.osx_host_cpu_count_64.ll 2024-08-20T21:58:53.2017096Z #80 650.6 [568/4136] Generating initmod.osx_host_cpu_count_32.bc 2024-08-20T21:58:53.2018265Z #80 650.6 [569/4136] Generating initmod.osx_host_cpu_count_32_debug.ll 2024-08-20T21:58:53.2019460Z #80 650.6 [570/4136] Generating initmod.osx_host_cpu_count_64.bc 2024-08-20T21:58:53.2020431Z #80 650.6 [571/4136] Generating _initmod_metal_32.cpp 2024-08-20T21:58:53.2021466Z #80 650.6 [572/4136] Generating initmod.osx_get_symbol_64_debug.bc 2024-08-20T21:58:53.2022691Z #80 650.6 [573/4136] Generating initmod.metal_64.ll 2024-08-20T21:58:53.2023764Z #80 650.6 [574/4136] Generating initmod.osx_host_cpu_count_32_debug.bc 2024-08-20T21:58:53.2024952Z #80 650.6 [575/4136] Generating _initmod_osx_host_cpu_count_64.cpp 2024-08-20T21:58:53.2026124Z #80 650.6 [576/4136] Generating _initmod_osx_get_symbol_64_debug.cpp 2024-08-20T21:58:53.2027419Z #80 650.6 [577/4136] Generating _initmod_osx_host_cpu_count_32_debug.cpp 2024-08-20T21:58:53.2028634Z #80 650.6 [578/4136] Generating initmod.osx_host_cpu_count_64_debug.ll 2024-08-20T21:58:53.2030074Z #80 650.6 [579/4136] Generating _initmod_osx_host_cpu_count_32.cpp 2024-08-20T21:58:53.2031251Z #80 650.6 [580/4136] Generating initmod.osx_yield_32_debug.ll 2024-08-20T21:58:53.2032230Z #80 650.6 [581/4136] Generating initmod.osx_yield_64.ll 2024-08-20T21:58:53.2982524Z #80 650.6 [582/4136] Generating initmod.osx_yield_64_debug.ll 2024-08-20T21:58:53.2983768Z #80 650.6 [583/4136] Generating initmod.osx_host_cpu_count_64_debug.bc 2024-08-20T21:58:53.2984957Z #80 650.6 [584/4136] Generating initmod.osx_yield_32_debug.bc 2024-08-20T21:58:53.2986047Z #80 650.6 [585/4136] Generating _initmod_osx_host_cpu_count_64_debug.cpp 2024-08-20T21:58:53.2987166Z #80 650.6 [586/4136] Generating _initmod_osx_yield_32_debug.cpp 2024-08-20T21:58:53.2988115Z #80 650.6 [587/4136] Generating initmod.osx_yield_64.bc 2024-08-20T21:58:53.2989037Z #80 650.6 [588/4136] Generating _initmod_osx_yield_64.cpp 2024-08-20T21:58:53.2990055Z #80 650.6 [589/4136] Generating initmod.osx_yield_64_debug.bc 2024-08-20T21:58:53.2990995Z #80 650.6 [590/4136] Generating initmod.metal_64.bc 2024-08-20T21:58:53.2991937Z #80 650.6 [591/4136] Generating _initmod_osx_yield_64_debug.cpp 2024-08-20T21:58:53.2993004Z #80 650.6 [592/4136] Generating initmod.posix_aligned_alloc_32.ll 2024-08-20T21:58:53.2994027Z #80 650.6 [593/4136] Generating initmod.metal_32_debug.ll 2024-08-20T21:58:53.2995098Z #80 650.6 [594/4136] Generating initmod.posix_aligned_alloc_32_debug.ll 2024-08-20T21:58:53.2996195Z #80 650.6 [595/4136] Generating initmod.posix_aligned_alloc_64.ll 2024-08-20T21:58:53.2997226Z #80 650.6 [596/4136] Generating initmod.posix_aligned_alloc_32.bc 2024-08-20T21:58:53.2998220Z #80 650.6 [597/4136] Generating _initmod_metal_64.cpp 2024-08-20T21:58:53.2999189Z #80 650.6 [598/4136] Generating initmod.posix_allocator_32.ll 2024-08-20T21:58:53.3000425Z #80 650.6 [599/4136] Generating initmod.posix_allocator_32_debug.ll 2024-08-20T21:58:53.3001778Z #80 650.6 [600/4136] Generating initmod.posix_aligned_alloc_64.bc 2024-08-20T21:58:53.3002929Z #80 650.6 [601/4136] Generating _initmod_posix_aligned_alloc_32.cpp 2024-08-20T21:58:53.3004171Z #80 650.6 [602/4136] Generating initmod.posix_aligned_alloc_32_debug.bc 2024-08-20T21:58:53.3005420Z #80 650.6 [603/4136] Generating initmod.posix_allocator_32.bc 2024-08-20T21:58:53.3006613Z #80 650.6 [604/4136] Generating _initmod_posix_aligned_alloc_64.cpp 2024-08-20T21:58:53.3007879Z #80 650.6 [605/4136] Generating initmod.posix_allocator_32_debug.bc 2024-08-20T21:58:53.3009172Z #80 650.6 [606/4136] Generating _initmod_posix_aligned_alloc_32_debug.cpp 2024-08-20T21:58:53.3010399Z #80 650.6 [607/4136] Generating _initmod_posix_allocator_32.cpp 2024-08-20T21:58:53.3011517Z #80 650.7 [608/4136] Generating initmod.metal_64_debug.ll 2024-08-20T21:58:53.3012698Z #80 650.7 [609/4136] Generating initmod.posix_aligned_alloc_64_debug.ll 2024-08-20T21:58:53.3014042Z #80 650.7 [610/4136] Generating initmod.posix_allocator_64.ll 2024-08-20T21:58:53.3015176Z #80 650.7 [611/4136] Generating initmod.posix_allocator_64_debug.ll 2024-08-20T21:58:53.3017872Z #80 650.7 [612/4136] Generating initmod.posix_clock_32.ll 2024-08-20T21:58:53.3019363Z #80 650.7 [613/4136] Generating initmod.posix_clock_32_debug.ll 2024-08-20T21:58:53.3020806Z #80 650.7 [614/4136] Generating initmod.posix_clock_64.ll 2024-08-20T21:58:53.3022270Z #80 650.7 [615/4136] Generating _initmod_posix_allocator_32_debug.cpp 2024-08-20T21:58:53.3023947Z #80 650.7 [616/4136] Generating initmod.posix_aligned_alloc_64_debug.bc 2024-08-20T21:58:53.3025769Z #80 650.7 [617/4136] Generating initmod.posix_allocator_64.bc 2024-08-20T21:58:53.3027367Z #80 650.7 [618/4136] Generating initmod.posix_allocator_64_debug.bc 2024-08-20T21:58:53.3028797Z #80 650.7 [619/4136] Generating initmod.posix_clock_32.bc 2024-08-20T21:58:53.3030195Z #80 650.7 [620/4136] Generating initmod.posix_clock_64_debug.ll 2024-08-20T21:58:53.3031529Z #80 650.7 [621/4136] Generating initmod.posix_clock_64.bc 2024-08-20T21:58:53.3032994Z #80 650.7 [622/4136] Generating _initmod_posix_aligned_alloc_64_debug.cpp 2024-08-20T21:58:53.3035073Z #80 650.7 [623/4136] Generating _initmod_posix_allocator_64.cpp 2024-08-20T21:58:53.3036526Z #80 650.7 [624/4136] Generating initmod.posix_clock_32_debug.bc 2024-08-20T21:58:53.3037945Z #80 650.7 [625/4136] Generating _initmod_posix_allocator_64_debug.cpp 2024-08-20T21:58:53.3039361Z #80 650.7 [626/4136] Generating _initmod_posix_clock_32.cpp 2024-08-20T21:58:53.3040776Z #80 650.7 [627/4136] Generating _initmod_posix_clock_64.cpp 2024-08-20T21:58:53.3042156Z #80 650.7 [628/4136] Generating initmod.posix_clock_64_debug.bc 2024-08-20T21:58:53.3043543Z #80 650.7 [629/4136] Generating _initmod_posix_clock_32_debug.cpp 2024-08-20T21:58:53.3044995Z #80 650.7 [630/4136] Generating initmod.posix_error_handler_32.ll 2024-08-20T21:58:53.3046408Z #80 650.7 [631/4136] Generating _initmod_posix_clock_64_debug.cpp 2024-08-20T21:58:53.4092384Z #80 650.7 [632/4136] Generating initmod.posix_error_handler_64.ll 2024-08-20T21:58:53.4093677Z #80 650.7 [633/4136] Generating initmod.posix_error_handler_32.bc 2024-08-20T21:58:53.4094848Z #80 650.7 [634/4136] Generating _initmod_posix_error_handler_32.cpp 2024-08-20T21:58:53.4096014Z #80 650.7 [635/4136] Generating initmod.posix_error_handler_64.bc 2024-08-20T21:58:53.4097190Z #80 650.7 [636/4136] Generating _initmod_posix_error_handler_64.cpp 2024-08-20T21:58:53.4099483Z #80 650.7 [637/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2024-08-20T21:58:53.4101314Z #80 650.7 [638/4136] Generating initmod.posix_error_handler_32_debug.ll 2024-08-20T21:58:53.4102432Z #80 650.7 [639/4136] Generating initmod.metal_32_debug.bc 2024-08-20T21:58:53.4103670Z #80 650.7 [640/4136] Generating initmod.posix_error_handler_64_debug.ll 2024-08-20T21:58:53.4104892Z #80 650.7 [641/4136] Generating initmod.posix_error_handler_32_debug.bc 2024-08-20T21:58:53.4106094Z #80 650.7 [642/4136] Generating initmod.posix_io_32_debug.ll 2024-08-20T21:58:53.4107415Z #80 650.7 [643/4136] Generating initmod.posix_get_symbol_32.ll 2024-08-20T21:58:53.4108595Z #80 650.7 [644/4136] Generating _initmod_posix_error_handler_32_debug.cpp 2024-08-20T21:58:53.4109757Z #80 650.7 [645/4136] Generating initmod.posix_io_64.ll 2024-08-20T21:58:53.4110764Z #80 650.7 [646/4136] Generating initmod.posix_get_symbol_32.bc 2024-08-20T21:58:53.4111882Z #80 650.7 [647/4136] Generating initmod.posix_get_symbol_64.ll 2024-08-20T21:58:53.4112975Z #80 650.7 [648/4136] Generating initmod.posix_error_handler_64_debug.bc 2024-08-20T21:58:53.4114190Z #80 650.7 [649/4136] Generating initmod.posix_io_32_debug.bc 2024-08-20T21:58:53.4115205Z #80 650.7 [650/4136] Generating initmod.posix_io_32.ll 2024-08-20T21:58:53.4116204Z #80 650.7 [651/4136] Generating initmod.posix_print_32.ll 2024-08-20T21:58:53.4117264Z #80 650.8 [652/4136] Generating _initmod_posix_io_32_debug.cpp 2024-08-20T21:58:53.4118621Z #80 650.8 [653/4136] Generating _initmod_posix_get_symbol_32.cpp 2024-08-20T21:58:53.4120153Z #80 650.8 [654/4136] Generating _initmod_posix_error_handler_64_debug.cpp 2024-08-20T21:58:53.4121367Z #80 650.8 [655/4136] Generating initmod.posix_io_32.bc 2024-08-20T21:58:53.4122401Z #80 650.8 [656/4136] Generating initmod.posix_print_32.bc 2024-08-20T21:58:53.4123395Z #80 650.8 [657/4136] Generating initmod.posix_io_64.bc 2024-08-20T21:58:53.4124461Z #80 650.8 [658/4136] Generating initmod.posix_get_symbol_64.bc 2024-08-20T21:58:53.4125574Z #80 650.8 [659/4136] Generating _initmod_posix_io_32.cpp 2024-08-20T21:58:53.4126840Z #80 650.8 [660/4136] Generating _initmod_posix_print_32.cpp 2024-08-20T21:58:53.4127982Z #80 650.8 [661/4136] Generating _initmod_posix_get_symbol_64.cpp 2024-08-20T21:58:53.4129191Z #80 650.8 [662/4136] Generating initmod.posix_get_symbol_64_debug.ll 2024-08-20T21:58:53.4130357Z #80 650.8 [663/4136] Generating _initmod_posix_io_64.cpp 2024-08-20T21:58:53.4131345Z #80 650.8 [664/4136] Generating _initmod_metal_32_debug.cpp 2024-08-20T21:58:53.4132336Z #80 650.8 [665/4136] Generating initmod.posix_print_64.ll 2024-08-20T21:58:53.4133574Z #80 650.8 [666/4136] Generating initmod.posix_print_32_debug.ll 2024-08-20T21:58:53.4134924Z #80 650.8 [667/4136] Generating initmod.posix_print_64.bc 2024-08-20T21:58:53.4136124Z #80 650.8 [668/4136] Generating initmod.posix_io_64_debug.ll 2024-08-20T21:58:53.4137237Z #80 650.8 [669/4136] Generating initmod.posix_print_32_debug.bc 2024-08-20T21:58:53.4138393Z #80 650.8 [670/4136] Generating initmod.posix_get_symbol_32_debug.ll 2024-08-20T21:58:53.4139533Z #80 650.8 [671/4136] Generating initmod.metal_64_debug.bc 2024-08-20T21:58:53.4140586Z #80 650.8 [672/4136] Generating _initmod_posix_print_64.cpp 2024-08-20T21:58:53.4141701Z #80 650.8 [673/4136] Generating _initmod_posix_print_32_debug.cpp 2024-08-20T21:58:53.4142774Z #80 650.8 [674/4136] Generating initmod.posix_io_64_debug.bc 2024-08-20T21:58:53.4143887Z #80 650.8 [675/4136] Generating _initmod_posix_io_64_debug.cpp 2024-08-20T21:58:53.4144887Z #80 650.8 [676/4136] Generating initmod.posix_get_symbol_64_debug.bc 2024-08-20T21:58:53.4145971Z #80 650.8 [677/4136] Generating initmod.posix_print_64_debug.ll 2024-08-20T21:58:53.5145799Z #80 650.8 [678/4136] Generating initmod.posix_get_symbol_32_debug.bc 2024-08-20T21:58:53.5147082Z #80 650.8 [679/4136] Generating _initmod_posix_get_symbol_64_debug.cpp 2024-08-20T21:58:53.5148263Z #80 650.8 [680/4136] Generating _initmod_metal_64_debug.cpp 2024-08-20T21:58:53.5149424Z #80 650.8 [681/4136] Generating _initmod_posix_get_symbol_32_debug.cpp 2024-08-20T21:58:53.5150658Z #80 650.8 [682/4136] Generating initmod.posix_print_64_debug.bc 2024-08-20T21:58:53.5151753Z #80 650.8 [683/4136] Generating _initmod_posix_print_64_debug.cpp 2024-08-20T21:58:53.5152831Z #80 650.8 [684/4136] Generating initmod.posix_timer_profiler_32.ll 2024-08-20T21:58:53.5154032Z #80 650.8 [685/4136] Generating initmod.posix_timer_profiler_32.bc 2024-08-20T21:58:53.5155319Z #80 650.8 [686/4136] Generating initmod.posix_timer_profiler_32_debug.ll 2024-08-20T21:58:53.5156850Z #80 650.8 [687/4136] Generating _initmod_posix_timer_profiler_32.cpp 2024-08-20T21:58:53.5158205Z #80 650.8 [688/4136] Generating initmod.posix_timer_profiler_32_debug.bc 2024-08-20T21:58:53.5159557Z #80 650.8 [689/4136] Generating _initmod_posix_timer_profiler_32_debug.cpp 2024-08-20T21:58:53.5161014Z #80 650.9 [690/4136] Generating initmod.posix_timer_profiler_64.ll 2024-08-20T21:58:53.5162214Z #80 650.9 [691/4136] Generating initmod.powerpc_cpu_features_32.ll 2024-08-20T21:58:53.5163437Z #80 650.9 [692/4136] Generating initmod.posix_timer_profiler_64_debug.ll 2024-08-20T21:58:53.5164739Z #80 650.9 [693/4136] Generating initmod.posix_timer_profiler_64.bc 2024-08-20T21:58:53.5165865Z #80 650.9 [694/4136] Generating initmod.powerpc_cpu_features_64.ll 2024-08-20T21:58:53.5167043Z #80 650.9 [695/4136] Generating initmod.powerpc_cpu_features_32.bc 2024-08-20T21:58:53.5168517Z #80 650.9 [696/4136] Generating _initmod_posix_timer_profiler_64.cpp 2024-08-20T21:58:53.5169753Z #80 650.9 [697/4136] Generating _initmod_powerpc_cpu_features_32.cpp 2024-08-20T21:58:53.5171051Z #80 650.9 [698/4136] Generating initmod.posix_timer_profiler_64_debug.bc 2024-08-20T21:58:53.5172335Z #80 650.9 [699/4136] Generating initmod.powerpc_cpu_features_32_debug.ll 2024-08-20T21:58:53.5173676Z #80 650.9 [700/4136] Generating initmod.powerpc_cpu_features_64_debug.ll 2024-08-20T21:58:53.5174800Z #80 650.9 [701/4136] Generating initmod.prefetch_32.ll 2024-08-20T21:58:53.6156578Z #80 650.9 [702/4136] Generating initmod.powerpc_cpu_features_64.bc 2024-08-20T21:58:53.6158154Z #80 650.9 [703/4136] Generating _initmod_posix_timer_profiler_64_debug.cpp 2024-08-20T21:58:53.6159509Z #80 650.9 [704/4136] Generating initmod.powerpc_cpu_features_32_debug.bc 2024-08-20T21:58:53.6160875Z #80 650.9 [705/4136] Generating initmod.prefetch_32.bc 2024-08-20T21:58:53.6162023Z #80 650.9 [706/4136] Generating initmod.powerpc_cpu_features_64_debug.bc 2024-08-20T21:58:53.6163219Z #80 650.9 [707/4136] Generating _initmod_prefetch_32.cpp 2024-08-20T21:58:53.6164350Z #80 650.9 [708/4136] Generating _initmod_powerpc_cpu_features_64.cpp 2024-08-20T21:58:53.6165821Z #80 650.9 [709/4136] Generating _initmod_powerpc_cpu_features_32_debug.cpp 2024-08-20T21:58:53.6167186Z #80 650.9 [710/4136] Generating _initmod_powerpc_cpu_features_64_debug.cpp 2024-08-20T21:58:53.6169253Z #80 650.9 [711/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2024-08-20T21:58:53.6170739Z #80 650.9 [712/4136] Generating initmod.prefetch_32_debug.ll 2024-08-20T21:58:53.6171786Z #80 650.9 [713/4136] Generating initmod.prefetch_64.ll 2024-08-20T21:58:53.6172779Z #80 650.9 [714/4136] Generating initmod.prefetch_32_debug.bc 2024-08-20T21:58:53.6173880Z #80 650.9 [715/4136] Generating _initmod_prefetch_32_debug.cpp 2024-08-20T21:58:53.6174955Z #80 651.0 [716/4136] Generating initmod.prefetch_64_debug.ll 2024-08-20T21:58:53.6176023Z #80 651.0 [717/4136] Generating initmod.prefetch_64.bc 2024-08-20T21:58:53.6177062Z #80 651.0 [718/4136] Generating initmod.prefetch_64_debug.bc 2024-08-20T21:58:53.6178235Z #80 651.0 [719/4136] Generating initmod.profiler_inlined_32_debug.ll 2024-08-20T21:58:53.7215712Z #80 651.0 [720/4136] Generating _initmod_prefetch_64.cpp 2024-08-20T21:58:53.7216936Z #80 651.0 [721/4136] Generating initmod.profiler_inlined_32.ll 2024-08-20T21:58:53.7218287Z #80 651.0 [722/4136] Generating initmod.profiler_inlined_32_debug.bc 2024-08-20T21:58:53.7219562Z #80 651.0 [723/4136] Generating initmod.profiler_inlined_32.bc 2024-08-20T21:58:53.7220817Z #80 651.0 [724/4136] Generating _initmod_profiler_inlined_32_debug.cpp 2024-08-20T21:58:53.7222106Z #80 651.0 [725/4136] Generating _initmod_profiler_inlined_32.cpp 2024-08-20T21:58:53.7223316Z #80 651.0 [726/4136] Generating _initmod_prefetch_64_debug.cpp 2024-08-20T21:58:53.7224482Z #80 651.1 [727/4136] Generating initmod.pseudostack_32.ll 2024-08-20T21:58:53.7225607Z #80 651.1 [728/4136] Generating initmod.pseudostack_32.bc 2024-08-20T21:58:53.7226785Z #80 651.1 [729/4136] Generating initmod.profiler_inlined_64_debug.ll 2024-08-20T21:58:53.7228341Z #80 651.1 [730/4136] Generating initmod.posix_threads_tsan_64.ll 2024-08-20T21:58:53.8372389Z #80 651.1 [731/4136] Generating _initmod_pseudostack_32.cpp 2024-08-20T21:58:53.8373520Z #80 651.1 [732/4136] Generating initmod.posix_threads_32.ll 2024-08-20T21:58:53.8374646Z #80 651.1 [733/4136] Generating initmod.profiler_inlined_64.ll 2024-08-20T21:58:53.8375908Z #80 651.1 [734/4136] Generating initmod.profiler_inlined_64_debug.bc 2024-08-20T21:58:53.8377131Z #80 651.1 [735/4136] Generating initmod.posix_threads_64.ll 2024-08-20T21:58:53.8378304Z #80 651.1 [736/4136] Generating initmod.pseudostack_32_debug.ll 2024-08-20T21:58:53.8379475Z #80 651.1 [737/4136] Generating initmod.posix_threads_tsan_32.ll 2024-08-20T21:58:53.8380555Z #80 651.1 [738/4136] Generating initmod.profiler_32.ll 2024-08-20T21:58:53.8381620Z #80 651.1 [739/4136] Generating initmod.profiler_inlined_64.bc 2024-08-20T21:58:53.8383038Z #80 651.1 [740/4136] Generating _initmod_profiler_inlined_64_debug.cpp 2024-08-20T21:58:53.8384167Z #80 651.2 [741/4136] Generating initmod.opencl_32.ll 2024-08-20T21:58:53.8385243Z #80 651.2 [742/4136] Generating initmod.posix_threads_tsan_64.bc 2024-08-20T21:58:53.8386399Z #80 651.2 [743/4136] Generating initmod.pseudostack_32_debug.bc 2024-08-20T21:58:53.8387592Z #80 651.2 [744/4136] Generating _initmod_profiler_inlined_64.cpp 2024-08-20T21:58:53.8388743Z #80 651.2 [745/4136] Generating initmod.posix_threads_32.bc 2024-08-20T21:58:53.8389885Z #80 651.2 [746/4136] Generating initmod.posix_threads_64.bc 2024-08-20T21:58:53.8391221Z #80 651.2 [747/4136] Generating initmod.posix_threads_tsan_32.bc 2024-08-20T21:58:53.8392335Z #80 651.2 [748/4136] Generating initmod.profiler_32.bc 2024-08-20T21:58:53.8393434Z #80 651.2 [749/4136] Generating _initmod_posix_threads_tsan_64.cpp 2024-08-20T21:58:53.8394691Z #80 651.2 [750/4136] Generating initmod.posix_threads_tsan_64_debug.ll 2024-08-20T21:58:53.8395888Z #80 651.2 [751/4136] Generating _initmod_pseudostack_32_debug.cpp 2024-08-20T21:58:53.8397060Z #80 651.2 [752/4136] Generating _initmod_posix_threads_64.cpp 2024-08-20T21:58:53.8399158Z #80 651.2 [753/4136] Generating initmod.posix_threads_32_debug.ll 2024-08-20T21:58:53.8400549Z #80 651.2 [754/4136] Generating _initmod_posix_threads_32.cpp 2024-08-20T21:58:53.8401615Z #80 651.2 [755/4136] Generating initmod.profiler_64.ll 2024-08-20T21:58:53.8402663Z #80 651.2 [756/4136] Generating _initmod_profiler_32.cpp 2024-08-20T21:58:53.8403776Z #80 651.2 [757/4136] Generating initmod.posix_threads_tsan_32_debug.ll 2024-08-20T21:58:53.8405062Z #80 651.2 [758/4136] Generating _initmod_posix_threads_tsan_32.cpp 2024-08-20T21:58:53.8406178Z #80 651.2 [759/4136] Generating initmod.profiler_32_debug.ll 2024-08-20T21:58:53.8407283Z #80 651.2 [760/4136] Generating initmod.profiler_64_debug.ll 2024-08-20T21:58:53.8408373Z #80 651.2 [761/4136] Generating initmod.opencl_64.ll 2024-08-20T21:58:53.8409362Z #80 651.2 [762/4136] Generating initmod.profiler_64.bc 2024-08-20T21:58:53.8410493Z #80 651.2 [763/4136] Generating initmod.posix_threads_64_debug.ll 2024-08-20T21:58:53.8411589Z #80 651.2 [764/4136] Generating initmod.pseudostack_64.ll 2024-08-20T21:58:53.8412656Z #80 651.2 [765/4136] Generating initmod.pseudostack_64_debug.ll 2024-08-20T21:58:53.8413758Z #80 651.2 [766/4136] Generating _initmod_profiler_64.cpp 2024-08-20T21:58:53.8414785Z #80 651.2 [767/4136] Generating initmod.opencl_32.bc 2024-08-20T21:58:53.9347892Z #80 651.2 [768/4136] Generating initmod.qurt_allocator_32.ll 2024-08-20T21:58:53.9373060Z #80 651.2 [769/4136] Generating initmod.profiler_32_debug.bc 2024-08-20T21:58:53.9374247Z #80 651.2 [770/4136] Generating initmod.profiler_64_debug.bc 2024-08-20T21:58:53.9375407Z #80 651.2 [771/4136] Generating initmod.pseudostack_64.bc 2024-08-20T21:58:53.9376518Z #80 651.2 [772/4136] Generating initmod.pseudostack_64_debug.bc 2024-08-20T21:58:53.9377640Z #80 651.2 [773/4136] Generating initmod.qurt_allocator_64.ll 2024-08-20T21:58:53.9378679Z #80 651.2 [774/4136] Generating _initmod_pseudostack_64.cpp 2024-08-20T21:58:53.9380117Z #80 651.2 [775/4136] Generating initmod.qurt_allocator_32_debug.ll 2024-08-20T21:58:53.9381289Z #80 651.2 [776/4136] Generating initmod.qurt_allocator_32.bc 2024-08-20T21:58:53.9382465Z #80 651.2 [777/4136] Generating _initmod_pseudostack_64_debug.cpp 2024-08-20T21:58:53.9384772Z #80 651.2 [778/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2024-08-20T21:58:53.9386488Z #80 651.2 [779/4136] Generating initmod.qurt_hvx_32.ll 2024-08-20T21:58:53.9387566Z #80 651.2 [780/4136] Generating initmod.qurt_allocator_64_debug.ll 2024-08-20T21:58:53.9388931Z #80 651.2 [781/4136] Generating initmod.posix_threads_32_debug.bc 2024-08-20T21:58:53.9390086Z #80 651.2 [782/4136] Generating _initmod_profiler_32_debug.cpp 2024-08-20T21:58:53.9391312Z #80 651.2 [783/4136] Generating _initmod_profiler_64_debug.cpp 2024-08-20T21:58:53.9392673Z #80 651.2 [784/4136] Generating initmod.qurt_allocator_64.bc 2024-08-20T21:58:53.9393814Z #80 651.3 [785/4136] Generating _initmod_qurt_allocator_32.cpp 2024-08-20T21:58:53.9395136Z #80 651.3 [786/4136] Generating initmod.posix_threads_tsan_64_debug.bc 2024-08-20T21:58:53.9396343Z #80 651.3 [787/4136] Generating initmod.qurt_hvx_32.bc 2024-08-20T21:58:53.9397390Z #80 651.3 [788/4136] Generating initmod.qurt_hvx_32_debug.ll 2024-08-20T21:58:53.9398461Z #80 651.3 [789/4136] Generating _initmod_opencl_32.cpp 2024-08-20T21:58:53.9399729Z #80 651.3 [790/4136] Generating _initmod_qurt_allocator_64.cpp 2024-08-20T21:58:53.9401077Z #80 651.3 [791/4136] Generating initmod.qurt_allocator_32_debug.bc 2024-08-20T21:58:53.9402174Z #80 651.3 [792/4136] Generating initmod.qurt_hvx_64.ll 2024-08-20T21:58:53.9403137Z #80 651.3 [793/4136] Generating _initmod_qurt_hvx_32.cpp 2024-08-20T21:58:53.9404271Z #80 651.3 [794/4136] Generating _initmod_qurt_allocator_32_debug.cpp 2024-08-20T21:58:53.9405398Z #80 651.3 [795/4136] Generating initmod.opencl_64.bc 2024-08-20T21:58:53.9406525Z #80 651.3 [796/4136] Generating initmod.qurt_allocator_64_debug.bc 2024-08-20T21:58:53.9407631Z #80 651.3 [797/4136] Generating initmod.qurt_hvx_32_debug.bc 2024-08-20T21:58:53.9408864Z #80 651.3 [798/4136] Generating initmod.qurt_hvx_64.bc 2024-08-20T21:58:53.9409965Z #80 651.3 [799/4136] Generating _initmod_qurt_allocator_64_debug.cpp 2024-08-20T21:58:53.9411220Z #80 651.3 [800/4136] Generating initmod.posix_threads_tsan_32_debug.bc 2024-08-20T21:58:53.9412457Z #80 651.3 [801/4136] Generating _initmod_posix_threads_32_debug.cpp 2024-08-20T21:58:53.9413574Z #80 651.3 [802/4136] Generating _initmod_qurt_hvx_64.cpp 2024-08-20T21:58:53.9414640Z #80 651.3 [803/4136] Generating _initmod_posix_threads_tsan_64_debug.cpp 2024-08-20T21:58:53.9415763Z #80 651.3 [804/4136] Generating _initmod_opencl_64.cpp 2024-08-20T21:58:53.9416735Z #80 651.3 [805/4136] Generating _initmod_qurt_hvx_32_debug.cpp 2024-08-20T21:58:53.9417825Z #80 651.3 [806/4136] Generating _initmod_posix_threads_tsan_32_debug.cpp 2024-08-20T21:58:53.9418970Z #80 651.3 [807/4136] Generating initmod.qurt_hvx_vtcm_32.ll 2024-08-20T21:58:53.9420095Z #80 651.3 [808/4136] Generating initmod.qurt_hvx_vtcm_64_debug.ll 2024-08-20T21:58:53.9421296Z #80 651.3 [809/4136] Generating initmod.qurt_hvx_vtcm_32_debug.ll 2024-08-20T21:58:53.9422431Z #80 651.3 [810/4136] Generating initmod.posix_threads_64_debug.bc 2024-08-20T21:58:53.9423544Z #80 651.3 [811/4136] Generating initmod.qurt_hvx_vtcm_64.ll 2024-08-20T21:58:53.9424677Z #80 651.3 [812/4136] Generating initmod.qurt_hvx_vtcm_32.bc 2024-08-20T21:58:53.9425785Z #80 651.3 [813/4136] Generating initmod.qurt_hvx_vtcm_64_debug.bc 2024-08-20T21:58:53.9426960Z #80 651.3 [814/4136] Generating initmod.qurt_hvx_64_debug.ll 2024-08-20T21:58:53.9428188Z #80 651.3 [815/4136] Generating _initmod_qurt_hvx_vtcm_64_debug.cpp 2024-08-20T21:58:53.9429438Z #80 651.3 [816/4136] Generating initmod.qurt_hvx_vtcm_32_debug.bc 2024-08-20T21:58:53.9430618Z #80 651.3 [817/4136] Generating _initmod_qurt_hvx_vtcm_32.cpp 2024-08-20T21:58:53.9431760Z #80 651.3 [818/4136] Generating _initmod_qurt_hvx_vtcm_32_debug.cpp 2024-08-20T21:58:53.9435161Z #80 651.3 [819/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2024-08-20T21:58:53.9437158Z #80 651.3 [820/4136] Generating initmod.qurt_yield_32.ll 2024-08-20T21:58:53.9438190Z #80 651.3 [821/4136] Generating initmod.qurt_yield_32_debug.ll 2024-08-20T21:58:53.9439331Z #80 651.3 [822/4136] Generating initmod.qurt_yield_64_debug.ll 2024-08-20T21:58:53.9440546Z #80 651.3 [823/4136] Generating initmod.qurt_yield_64.ll 2024-08-20T21:58:53.9441738Z #80 651.3 [824/4136] Generating _initmod_posix_threads_64_debug.cpp 2024-08-20T21:58:54.0348661Z #80 651.3 [825/4136] Generating initmod.qurt_hvx_vtcm_64.bc 2024-08-20T21:58:54.0349869Z #80 651.3 [826/4136] Generating initmod.qurt_yield_32.bc 2024-08-20T21:58:54.0350986Z #80 651.3 [827/4136] Generating initmod.qurt_yield_32_debug.bc 2024-08-20T21:58:54.0352406Z #80 651.3 [828/4136] Generating initmod.qurt_hvx_64_debug.bc 2024-08-20T21:58:54.0353547Z #80 651.3 [829/4136] Generating initmod.qurt_yield_64_debug.bc 2024-08-20T21:58:54.0354714Z #80 651.3 [830/4136] Generating initmod.qurt_yield_64.bc 2024-08-20T21:58:54.0355778Z #80 651.3 [831/4136] Generating _initmod_qurt_yield_32.cpp 2024-08-20T21:58:54.0357015Z #80 651.3 [832/4136] Generating _initmod_qurt_yield_32_debug.cpp 2024-08-20T21:58:54.0358198Z #80 651.3 [833/4136] Generating _initmod_qurt_yield_64_debug.cpp 2024-08-20T21:58:54.0359317Z #80 651.3 [834/4136] Generating _initmod_qurt_yield_64.cpp 2024-08-20T21:58:54.0360719Z #80 651.3 [835/4136] Generating _initmod_qurt_hvx_64_debug.cpp 2024-08-20T21:58:54.0361841Z #80 651.4 [836/4136] Generating _initmod_qurt_hvx_vtcm_64.cpp 2024-08-20T21:58:54.0363071Z #80 651.4 [837/4136] Generating initmod.riscv_cpu_features_32_debug.ll 2024-08-20T21:58:54.0364373Z #80 651.4 [838/4136] Generating initmod.riscv_cpu_features_32.ll 2024-08-20T21:58:54.0365587Z #80 651.4 [839/4136] Generating initmod.riscv_cpu_features_32_debug.bc 2024-08-20T21:58:54.0366939Z #80 651.4 [840/4136] Generating _initmod_riscv_cpu_features_32_debug.cpp 2024-08-20T21:58:54.0368417Z #80 651.4 [841/4136] Generating initmod.riscv_cpu_features_32.bc 2024-08-20T21:58:54.0369666Z #80 651.4 [842/4136] Generating _initmod_riscv_cpu_features_32.cpp 2024-08-20T21:58:54.0370991Z #80 651.4 [843/4136] Generating initmod.riscv_cpu_features_64_debug.ll 2024-08-20T21:58:54.0372254Z #80 651.4 [844/4136] Generating initmod.riscv_cpu_features_64.ll 2024-08-20T21:58:54.0373506Z #80 651.4 [845/4136] Generating initmod.riscv_cpu_features_64_debug.bc 2024-08-20T21:58:54.0374725Z #80 651.4 [846/4136] Generating initmod.runtime_api_32_debug.ll 2024-08-20T21:58:54.0375890Z #80 651.4 [847/4136] Generating initmod.riscv_cpu_features_64.bc 2024-08-20T21:58:54.0376961Z #80 651.4 [848/4136] Generating initmod.runtime_api_32.ll 2024-08-20T21:58:54.0377968Z #80 651.4 [849/4136] Generating initmod.runtime_api_64.ll 2024-08-20T21:58:54.0379183Z #80 651.4 [850/4136] Generating _initmod_riscv_cpu_features_64_debug.cpp 2024-08-20T21:58:54.0380487Z #80 651.4 [851/4136] Generating initmod.runtime_api_64_debug.ll 2024-08-20T21:58:54.0381578Z #80 651.4 [852/4136] Generating initmod.runtime_api_32_debug.bc 2024-08-20T21:58:54.0382782Z #80 651.4 [853/4136] Generating _initmod_riscv_cpu_features_64.cpp 2024-08-20T21:58:54.0383895Z #80 651.4 [854/4136] Generating initmod.runtime_api_32.bc 2024-08-20T21:58:54.0384991Z #80 651.4 [855/4136] Generating _initmod_runtime_api_32_debug.cpp 2024-08-20T21:58:54.0386186Z #80 651.4 [856/4136] Generating initmod.runtime_api_64.bc 2024-08-20T21:58:54.0387230Z #80 651.4 [857/4136] Generating initmod.runtime_api_64_debug.bc 2024-08-20T21:58:54.0388390Z #80 651.4 [858/4136] Generating _initmod_runtime_api_32.cpp 2024-08-20T21:58:54.0389501Z #80 651.4 [859/4136] Generating initmod.opencl_64_debug.ll 2024-08-20T21:58:54.0390632Z #80 651.4 [860/4136] Generating _initmod_runtime_api_64.cpp 2024-08-20T21:58:54.1384337Z #80 651.4 [861/4136] Generating _initmod_runtime_api_64_debug.cpp 2024-08-20T21:58:54.1385868Z #80 651.5 [862/4136] Generating initmod.to_string_32.ll 2024-08-20T21:58:54.1386954Z #80 651.5 [863/4136] Generating initmod.opencl_32_debug.ll 2024-08-20T21:58:54.1387953Z #80 651.5 [864/4136] Generating initmod.to_string_32.bc 2024-08-20T21:58:54.1388977Z #80 651.5 [865/4136] Generating _initmod_to_string_32.cpp 2024-08-20T21:58:54.1390060Z #80 651.5 [866/4136] Generating initmod.trace_helper_32_debug.ll 2024-08-20T21:58:54.1391222Z #80 651.5 [867/4136] Generating initmod.to_string_32_debug.ll 2024-08-20T21:58:54.1393350Z #80 651.5 [868/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2024-08-20T21:58:54.1394968Z #80 651.5 [869/4136] Generating initmod.trace_helper_32.ll 2024-08-20T21:58:54.1396110Z #80 651.5 [870/4136] Generating initmod.trace_helper_32_debug.bc 2024-08-20T21:58:54.1397359Z #80 651.5 [871/4136] Generating _initmod_trace_helper_32_debug.cpp 2024-08-20T21:58:54.1398744Z #80 651.5 [872/4136] Generating initmod.trace_helper_32.bc 2024-08-20T21:58:54.1400064Z #80 651.5 [873/4136] Generating initmod.to_string_32_debug.bc 2024-08-20T21:58:54.1401205Z #80 651.5 [874/4136] Generating initmod.to_string_64.ll 2024-08-20T21:58:54.1402238Z #80 651.5 [875/4136] Generating initmod.trace_helper_64.ll 2024-08-20T21:58:54.1403391Z #80 651.5 [876/4136] Generating initmod.trace_helper_64_debug.ll 2024-08-20T21:58:54.1404571Z #80 651.5 [877/4136] Generating _initmod_trace_helper_32.cpp 2024-08-20T21:58:54.1405731Z #80 651.5 [878/4136] Generating _initmod_to_string_32_debug.cpp 2024-08-20T21:58:54.1407142Z #80 651.5 [879/4136] Generating initmod.trace_helper_64_debug.bc 2024-08-20T21:58:54.1408333Z #80 651.5 [880/4136] Generating initmod.to_string_64_debug.ll 2024-08-20T21:58:54.2448459Z #80 651.5 [881/4136] Generating initmod.to_string_64.bc 2024-08-20T21:58:54.2449702Z #80 651.5 [882/4136] Generating initmod.trace_helper_64.bc 2024-08-20T21:58:54.2450892Z #80 651.5 [883/4136] Generating _initmod_trace_helper_64_debug.cpp 2024-08-20T21:58:54.2452072Z #80 651.6 [884/4136] Generating _initmod_to_string_64.cpp 2024-08-20T21:58:54.2453366Z #80 651.6 [885/4136] Generating initmod.timer_profiler_32.ll 2024-08-20T21:58:54.2454472Z #80 651.6 [886/4136] Generating initmod.to_string_64_debug.bc 2024-08-20T21:58:54.2455621Z #80 651.6 [887/4136] Generating _initmod_trace_helper_64.cpp 2024-08-20T21:58:54.2456772Z #80 651.6 [888/4136] Generating initmod.timer_profiler_32.bc 2024-08-20T21:58:54.2457987Z #80 651.6 [889/4136] Generating initmod.timer_profiler_32_debug.ll 2024-08-20T21:58:54.2459316Z #80 651.6 [890/4136] Generating initmod.timer_profiler_64.ll 2024-08-20T21:58:54.2460519Z #80 651.6 [891/4136] Generating _initmod_to_string_64_debug.cpp 2024-08-20T21:58:54.2461728Z #80 651.6 [892/4136] Generating initmod.timer_profiler_64_debug.ll 2024-08-20T21:58:54.2462911Z #80 651.6 [893/4136] Generating _initmod_timer_profiler_32.cpp 2024-08-20T21:58:54.2464057Z #80 651.6 [894/4136] Generating initmod.timer_profiler_64.bc 2024-08-20T21:58:54.2465014Z #80 651.6 [895/4136] Generating _initmod_timer_profiler_64.cpp 2024-08-20T21:58:54.2465986Z #80 651.6 [896/4136] Generating initmod.qurt_threads_tsan_64.ll 2024-08-20T21:58:54.2466967Z #80 651.6 [897/4136] Generating initmod.qurt_threads_64.ll 2024-08-20T21:58:54.2467937Z #80 651.6 [898/4136] Generating initmod.qurt_threads_tsan_32.ll 2024-08-20T21:58:54.2468904Z #80 651.6 [899/4136] Generating initmod.qurt_threads_32.ll 2024-08-20T21:58:54.3478918Z #80 651.6 [900/4136] Generating initmod.timer_profiler_32_debug.bc 2024-08-20T21:58:54.3480229Z #80 651.7 [901/4136] Generating initmod.opencl_64_debug.bc 2024-08-20T21:58:54.3481279Z #80 651.7 [902/4136] Generating initmod.qurt_threads_tsan_64.bc 2024-08-20T21:58:54.3482278Z #80 651.7 [903/4136] Generating initmod.tracing_32.ll 2024-08-20T21:58:54.3483239Z #80 651.7 [904/4136] Generating initmod.wasm_cpu_features_32.ll 2024-08-20T21:58:54.3484402Z #80 651.7 [905/4136] Generating initmod.timer_profiler_64_debug.bc 2024-08-20T21:58:54.3485484Z #80 651.7 [906/4136] Generating initmod.qurt_threads_64.bc 2024-08-20T21:58:54.3486901Z #80 651.7 [907/4136] Generating initmod.qurt_threads_tsan_32_debug.ll 2024-08-20T21:58:54.3488047Z #80 651.7 [908/4136] Generating initmod.tracing_64.ll 2024-08-20T21:58:54.3489183Z #80 651.7 [909/4136] Generating initmod.wasm_cpu_features_32_debug.ll 2024-08-20T21:58:54.3490416Z #80 651.7 [910/4136] Generating initmod.wasm_cpu_features_64.ll 2024-08-20T21:58:54.3491527Z #80 651.7 [911/4136] Generating initmod.qurt_threads_tsan_32.bc 2024-08-20T21:58:54.3492538Z #80 651.7 [912/4136] Generating initmod.qurt_threads_32.bc 2024-08-20T21:58:54.3493633Z #80 651.7 [913/4136] Generating _initmod_timer_profiler_32_debug.cpp 2024-08-20T21:58:54.3494813Z #80 651.7 [914/4136] Generating _initmod_qurt_threads_tsan_64.cpp 2024-08-20T21:58:54.3495842Z #80 651.7 [915/4136] Generating initmod.tracing_32.bc 2024-08-20T21:58:54.3496861Z #80 651.7 [916/4136] Generating initmod.wasm_cpu_features_32.bc 2024-08-20T21:58:54.3498279Z #80 651.7 [917/4136] Generating _initmod_timer_profiler_64_debug.cpp 2024-08-20T21:58:54.3499449Z #80 651.7 [918/4136] Generating initmod.qurt_threads_64_debug.ll 2024-08-20T21:58:54.3500588Z #80 651.7 [919/4136] Generating _initmod_wasm_cpu_features_32.cpp 2024-08-20T21:58:54.3501763Z #80 651.7 [920/4136] Generating initmod.wasm_cpu_features_32_debug.bc 2024-08-20T21:58:54.3502949Z #80 651.7 [921/4136] Generating initmod.wasm_cpu_features_64.bc 2024-08-20T21:58:54.3505121Z #80 651.7 [922/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2024-08-20T21:58:54.3507065Z #80 651.7 [923/4136] Generating _initmod_tracing_32.cpp 2024-08-20T21:58:54.3508131Z #80 651.7 [924/4136] Generating _initmod_qurt_threads_64.cpp 2024-08-20T21:58:54.3509335Z #80 651.7 [925/4136] Generating _initmod_wasm_cpu_features_32_debug.cpp 2024-08-20T21:58:54.3510498Z #80 651.7 [926/4136] Generating initmod.tracing_32_debug.ll 2024-08-20T21:58:54.3511598Z #80 651.7 [927/4136] Generating _initmod_qurt_threads_tsan_32.cpp 2024-08-20T21:58:54.3512700Z #80 651.7 [928/4136] Generating initmod.tracing_64.bc 2024-08-20T21:58:54.3513976Z #80 651.7 [929/4136] Generating _initmod_qurt_threads_32.cpp 2024-08-20T21:58:54.3515101Z #80 651.7 [930/4136] Generating _initmod_wasm_cpu_features_64.cpp 2024-08-20T21:58:54.3517059Z #80 651.7 [931/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatbuffers.dir/src/reflection.cpp.o 2024-08-20T21:58:54.3518710Z #80 651.7 [932/4136] Generating initmod.qurt_threads_32_debug.ll 2024-08-20T21:58:54.3519904Z #80 651.7 [933/4136] Generating initmod.opencl_32_debug.bc 2024-08-20T21:58:54.3520933Z #80 651.7 [934/4136] Generating initmod.tracing_64_debug.ll 2024-08-20T21:58:54.3521984Z #80 651.7 [935/4136] Generating _initmod_opencl_64_debug.cpp 2024-08-20T21:58:54.3523019Z #80 651.7 [936/4136] Generating _initmod_tracing_64.cpp 2024-08-20T21:58:54.3524899Z #80 651.7 [937/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/reflection.cpp.o 2024-08-20T21:58:54.3526565Z #80 651.7 [938/4136] Generating initmod.qurt_threads_tsan_64_debug.ll 2024-08-20T21:58:54.3527860Z #80 651.7 [939/4136] Generating initmod.tracing_32_debug.bc 2024-08-20T21:58:54.3529044Z #80 651.7 [940/4136] Generating initmod.wasm_cpu_features_64_debug.ll 2024-08-20T21:58:54.3530205Z #80 651.7 [941/4136] Generating initmod.tracing_64_debug.bc 2024-08-20T21:58:54.4496858Z #80 651.7 [942/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2024-08-20T21:58:54.4498752Z #80 651.8 [943/4136] Generating initmod.qurt_threads_tsan_32_debug.bc 2024-08-20T21:58:54.4500012Z #80 651.8 [944/4136] Generating initmod.wasm_cpu_features_64_debug.bc 2024-08-20T21:58:54.4501128Z #80 651.8 [945/4136] Generating _initmod_tracing_32_debug.cpp 2024-08-20T21:58:54.4502151Z #80 651.8 [946/4136] Generating _initmod_tracing_64_debug.cpp 2024-08-20T21:58:54.4503298Z #80 651.8 [947/4136] Generating initmod.windows_clock_32_debug.ll 2024-08-20T21:58:54.4504517Z #80 651.8 [948/4136] Generating initmod.qurt_threads_64_debug.bc 2024-08-20T21:58:54.4505849Z #80 651.8 [949/4136] Generating initmod.windows_clock_32.ll 2024-08-20T21:58:54.4506986Z #80 651.8 [950/4136] Generating _initmod_wasm_cpu_features_64_debug.cpp 2024-08-20T21:58:54.4508131Z #80 651.8 [951/4136] Generating initmod.windows_clock_64.ll 2024-08-20T21:58:54.4509215Z #80 651.8 [952/4136] Generating initmod.windows_clock_32_debug.bc 2024-08-20T21:58:54.4510299Z #80 651.8 [953/4136] Generating initmod.windows_clock_32.bc 2024-08-20T21:58:54.4511338Z #80 651.8 [954/4136] Generating initmod.windows_clock_64.bc 2024-08-20T21:58:54.4512410Z #80 651.8 [955/4136] Generating initmod.qurt_threads_32_debug.bc 2024-08-20T21:58:54.4513463Z #80 651.8 [956/4136] Generating _initmod_opencl_32_debug.cpp 2024-08-20T21:58:54.4514512Z #80 651.8 [957/4136] Generating _initmod_windows_clock_32.cpp 2024-08-20T21:58:54.4515581Z #80 651.8 [958/4136] Generating _initmod_windows_clock_64.cpp 2024-08-20T21:58:54.4516944Z #80 651.8 [959/4136] Generating initmod.windows_clock_64_debug.ll 2024-08-20T21:58:54.4518088Z #80 651.8 [960/4136] Generating _initmod_windows_clock_32_debug.cpp 2024-08-20T21:58:54.4519279Z #80 651.8 [961/4136] Generating _initmod_qurt_threads_tsan_32_debug.cpp 2024-08-20T21:58:54.4520731Z #80 651.8 [962/4136] Generating initmod.windows_d3d12compute_x86_32.ll 2024-08-20T21:58:54.4521932Z #80 651.8 [963/4136] Generating _initmod_qurt_threads_64_debug.cpp 2024-08-20T21:58:54.4523101Z #80 651.8 [964/4136] Generating initmod.windows_d3d12compute_x86_32.bc 2024-08-20T21:58:54.4524544Z #80 651.8 [965/4136] Generating _initmod_windows_d3d12compute_x86_32.cpp 2024-08-20T21:58:54.4525822Z #80 651.8 [966/4136] Generating initmod.windows_d3d12compute_x86_32_debug.ll 2024-08-20T21:58:54.4527109Z #80 651.8 [967/4136] Generating initmod.windows_d3d12compute_x86_32_debug.bc 2024-08-20T21:58:54.4528462Z #80 651.8 [968/4136] Generating _initmod_qurt_threads_32_debug.cpp 2024-08-20T21:58:54.4529632Z #80 651.8 [969/4136] Generating _initmod_windows_d3d12compute_x86_32_debug.cpp 2024-08-20T21:58:54.4530878Z #80 651.8 [970/4136] Generating initmod.windows_clock_64_debug.bc 2024-08-20T21:58:54.4533380Z #80 651.8 [971/4136] Generating initmod.qurt_threads_tsan_64_debug.bc 2024-08-20T21:58:54.4535307Z #80 651.8 [972/4136] Generating _initmod_windows_clock_64_debug.cpp 2024-08-20T21:58:54.4536512Z #80 651.8 [973/4136] Generating initmod.windows_get_symbol_32_debug.ll 2024-08-20T21:58:54.4537681Z #80 651.8 [974/4136] Generating initmod.windows_get_symbol_64_debug.ll 2024-08-20T21:58:54.4538794Z #80 651.8 [975/4136] Generating initmod.windows_get_symbol_64.ll 2024-08-20T21:58:54.4539809Z #80 651.8 [976/4136] Generating initmod.windows_io_32.ll 2024-08-20T21:58:54.4540862Z #80 651.8 [977/4136] Generating initmod.windows_io_32_debug.ll 2024-08-20T21:58:54.4541873Z #80 651.8 [978/4136] Generating initmod.windows_io_32.bc 2024-08-20T21:58:54.6962234Z #80 651.8 [979/4136] Generating initmod.windows_get_symbol_64.bc 2024-08-20T21:58:54.6963599Z #80 651.8 [980/4136] Generating initmod.windows_get_symbol_32_debug.bc 2024-08-20T21:58:54.6964902Z #80 651.9 [981/4136] Generating initmod.windows_io_32_debug.bc 2024-08-20T21:58:54.6965998Z #80 651.9 [982/4136] Generating initmod.windows_get_symbol_32.ll 2024-08-20T21:58:54.6967257Z #80 651.9 [983/4136] Generating initmod.windows_get_symbol_64_debug.bc 2024-08-20T21:58:54.6968431Z #80 651.9 [984/4136] Generating _initmod_windows_io_32.cpp 2024-08-20T21:58:54.6969527Z #80 651.9 [985/4136] Generating _initmod_windows_get_symbol_64.cpp 2024-08-20T21:58:54.6970649Z #80 651.9 [986/4136] Generating initmod.windows_io_64.ll 2024-08-20T21:58:54.6971809Z #80 651.9 [987/4136] Generating _initmod_qurt_threads_tsan_64_debug.cpp 2024-08-20T21:58:54.6973019Z #80 651.9 [988/4136] Generating _initmod_windows_io_32_debug.cpp 2024-08-20T21:58:54.6974240Z #80 651.9 [989/4136] Generating _initmod_windows_get_symbol_32_debug.cpp 2024-08-20T21:58:54.6975532Z #80 651.9 [990/4136] Generating initmod.windows_get_symbol_32.bc 2024-08-20T21:58:54.6976765Z #80 651.9 [991/4136] Generating _initmod_windows_get_symbol_64_debug.cpp 2024-08-20T21:58:54.6978211Z #80 651.9 [992/4136] Generating initmod.windows_io_64.bc 2024-08-20T21:58:54.6979267Z #80 651.9 [993/4136] Generating initmod.windows_io_64_debug.ll 2024-08-20T21:58:54.6980445Z #80 651.9 [994/4136] Generating _initmod_windows_get_symbol_32.cpp 2024-08-20T21:58:54.6981569Z #80 651.9 [995/4136] Generating _initmod_windows_io_64.cpp 2024-08-20T21:58:54.6982659Z #80 651.9 [996/4136] Generating initmod.windows_io_64_debug.bc 2024-08-20T21:58:54.6983789Z #80 651.9 [997/4136] Generating _initmod_windows_io_64_debug.cpp 2024-08-20T21:58:54.7187313Z #80 652.1 [998/4136] Generating initmod.windows_profiler_32.ll 2024-08-20T21:58:54.8228908Z #80 652.1 [999/4136] Generating initmod.windows_profiler_32.bc 2024-08-20T21:58:54.8230184Z #80 652.1 [1000/4136] Generating _initmod_windows_profiler_32.cpp 2024-08-20T21:58:54.8231495Z #80 652.2 [1001/4136] Generating initmod.windows_profiler_64_debug.ll 2024-08-20T21:58:54.8233050Z #80 652.2 [1002/4136] Generating initmod.windows_profiler_32_debug.ll 2024-08-20T21:58:54.8234560Z #80 652.2 [1003/4136] Generating initmod.webgpu_emscripten_64.ll 2024-08-20T21:58:54.8236873Z #80 652.2 [1004/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2024-08-20T21:58:54.8238716Z #80 652.2 [1005/4136] Generating initmod.webgpu_dawn_32.ll 2024-08-20T21:58:54.8239923Z #80 652.2 [1006/4136] Generating initmod.webgpu_dawn_64.ll 2024-08-20T21:58:54.8241020Z #80 652.2 [1007/4136] Generating initmod.windows_profiler_64.ll 2024-08-20T21:58:54.8242527Z #80 652.2 [1008/4136] Generating initmod.windows_profiler_64_debug.bc 2024-08-20T21:58:54.9458735Z #80 652.2 [1009/4136] Generating initmod.windows_profiler_32_debug.bc 2024-08-20T21:58:54.9459965Z #80 652.2 [1010/4136] Generating initmod.webgpu_dawn_64_debug.ll 2024-08-20T21:58:54.9461135Z #80 652.2 [1011/4136] Generating initmod.webgpu_emscripten_64.bc 2024-08-20T21:58:54.9462284Z #80 652.2 [1012/4136] Generating initmod.webgpu_dawn_32.bc 2024-08-20T21:58:54.9463340Z #80 652.2 [1013/4136] Generating initmod.windows_profiler_64.bc 2024-08-20T21:58:54.9464823Z #80 652.2 [1014/4136] Generating _initmod_windows_profiler_64_debug.cpp 2024-08-20T21:58:54.9466025Z #80 652.2 [1015/4136] Generating initmod.webgpu_emscripten_32.ll 2024-08-20T21:58:54.9467250Z #80 652.2 [1016/4136] Generating initmod.webgpu_emscripten_64_debug.ll 2024-08-20T21:58:54.9468491Z #80 652.3 [1017/4136] Generating _initmod_windows_profiler_64.cpp 2024-08-20T21:58:54.9469604Z #80 652.3 [1018/4136] Generating initmod.webgpu_dawn_32_debug.ll 2024-08-20T21:58:54.9470778Z #80 652.3 [1019/4136] Generating initmod.webgpu_emscripten_32_debug.ll 2024-08-20T21:58:54.9471871Z #80 652.3 [1020/4136] Generating initmod.webgpu_dawn_64.bc 2024-08-20T21:58:54.9473004Z #80 652.3 [1021/4136] Generating _initmod_windows_profiler_32_debug.cpp 2024-08-20T21:58:54.9474214Z #80 652.3 [1022/4136] Generating _initmod_webgpu_emscripten_64.cpp 2024-08-20T21:58:54.9475254Z #80 652.3 [1023/4136] Generating _initmod_webgpu_dawn_32.cpp 2024-08-20T21:58:54.9480092Z #80 652.3 [1024/4136] Generating initmod.webgpu_emscripten_32.bc 2024-08-20T21:58:54.9543739Z #80 652.3 [1025/4136] Generating _initmod_webgpu_dawn_64.cpp 2024-08-20T21:58:54.9544894Z #80 652.3 [1026/4136] Generating _initmod_webgpu_emscripten_32.cpp 2024-08-20T21:58:54.9546001Z #80 652.3 [1027/4136] Generating initmod.webgpu_dawn_64_debug.bc 2024-08-20T21:58:55.0470926Z #80 652.4 [1028/4136] Generating initmod.webgpu_emscripten_32_debug.bc 2024-08-20T21:58:55.0472230Z #80 652.4 [1029/4136] Generating initmod.webgpu_dawn_32_debug.bc 2024-08-20T21:58:55.0473352Z #80 652.4 [1030/4136] Generating initmod.windows_threads_32.ll 2024-08-20T21:58:55.0474487Z #80 652.4 [1031/4136] Generating initmod.webgpu_emscripten_64_debug.bc 2024-08-20T21:58:55.0475694Z #80 652.4 [1032/4136] Generating initmod.windows_cuda_32.ll 2024-08-20T21:58:55.0476797Z #80 652.4 [1033/4136] Generating initmod.windows_cuda_64.ll 2024-08-20T21:58:55.0477941Z #80 652.4 [1034/4136] Generating _initmod_webgpu_dawn_64_debug.cpp 2024-08-20T21:58:55.0479498Z #80 652.4 [1035/4136] Generating _initmod_webgpu_emscripten_32_debug.cpp 2024-08-20T21:58:55.0480936Z #80 652.4 [1036/4136] Generating _initmod_webgpu_dawn_32_debug.cpp 2024-08-20T21:58:55.0483281Z #80 652.4 [1037/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatbuffers.dir/src/idl_gen_text.cpp.o 2024-08-20T21:58:55.0485036Z #80 652.4 [1038/4136] Generating initmod.windows_threads_32.bc 2024-08-20T21:58:55.0486351Z #80 652.4 [1039/4136] Generating _initmod_webgpu_emscripten_64_debug.cpp 2024-08-20T21:58:55.0487564Z #80 652.4 [1040/4136] Generating _initmod_windows_threads_32.cpp 2024-08-20T21:58:55.1689419Z #80 652.5 [1041/4136] Generating initmod.windows_cuda_64.bc 2024-08-20T21:58:55.1690574Z #80 652.5 [1042/4136] Generating initmod.windows_yield_32_debug.ll 2024-08-20T21:58:55.1691710Z #80 652.5 [1043/4136] Generating initmod.windows_yield_64.ll 2024-08-20T21:58:55.1693061Z #80 652.5 [1044/4136] Generating initmod.windows_yield_64_debug.ll 2024-08-20T21:58:55.1694174Z #80 652.5 [1045/4136] Generating initmod.windows_cuda_32.bc 2024-08-20T21:58:55.1695225Z #80 652.5 [1046/4136] Generating initmod.windows_yield_32.ll 2024-08-20T21:58:55.1696312Z #80 652.5 [1047/4136] Generating _initmod_windows_cuda_64.cpp 2024-08-20T21:58:55.1697481Z #80 652.5 [1048/4136] Generating initmod.windows_yield_32_debug.bc 2024-08-20T21:58:55.1699642Z #80 652.5 [1049/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2024-08-20T21:58:55.1701521Z #80 652.5 [1050/4136] Generating initmod.windows_cuda_64_debug.ll 2024-08-20T21:58:55.1702681Z #80 652.5 [1051/4136] Generating initmod.windows_yield_64.bc 2024-08-20T21:58:55.1703803Z #80 652.5 [1052/4136] Generating initmod.windows_yield_64_debug.bc 2024-08-20T21:58:55.1704949Z #80 652.5 [1053/4136] Generating initmod.windows_yield_32.bc 2024-08-20T21:58:55.1706029Z #80 652.5 [1054/4136] Generating _initmod_windows_yield_32_debug.cpp 2024-08-20T21:58:55.1707269Z #80 652.5 [1055/4136] Generating initmod.windows_cuda_32_debug.ll 2024-08-20T21:58:55.1708586Z #80 652.5 [1056/4136] Generating _initmod_windows_cuda_32.cpp 2024-08-20T21:58:55.1709718Z #80 652.5 [1057/4136] Generating _initmod_windows_yield_64.cpp 2024-08-20T21:58:55.1710914Z #80 652.5 [1058/4136] Generating _initmod_windows_yield_64_debug.cpp 2024-08-20T21:58:55.1712158Z #80 652.5 [1059/4136] Generating _initmod_windows_yield_32.cpp 2024-08-20T21:58:55.1714161Z #80 652.5 [1060/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2024-08-20T21:58:55.1715803Z #80 652.6 [1061/4136] Generating initmod.windows_threads_32_debug.ll 2024-08-20T21:58:55.2691316Z #80 652.6 [1062/4136] Generating initmod.windows_threads_64.ll 2024-08-20T21:58:55.2692483Z #80 652.6 [1063/4136] Generating initmod.x86_cpu_features_32.ll 2024-08-20T21:58:55.2693637Z #80 652.6 [1064/4136] Generating initmod.x86_cpu_features_32_debug.ll 2024-08-20T21:58:55.2694875Z #80 652.6 [1065/4136] Generating initmod.x86_cpu_features_64_debug.ll 2024-08-20T21:58:55.2696072Z #80 652.6 [1066/4136] Generating initmod.windows_threads_64.bc 2024-08-20T21:58:55.2697199Z #80 652.6 [1067/4136] Generating initmod.x86_cpu_features_32.bc 2024-08-20T21:58:55.2698991Z #80 652.6 [1068/4136] Generating initmod.x86_cpu_features_32_debug.bc 2024-08-20T21:58:55.2700273Z #80 652.6 [1069/4136] Generating initmod.windows_threads_tsan_32.ll 2024-08-20T21:58:55.2701560Z #80 652.6 [1070/4136] Generating initmod.x86_cpu_features_64_debug.bc 2024-08-20T21:58:55.2702689Z #80 652.6 [1071/4136] Generating _initmod_x86_cpu_features_32.cpp 2024-08-20T21:58:55.2703700Z #80 652.6 [1072/4136] Generating _initmod_windows_threads_64.cpp 2024-08-20T21:58:55.2704743Z #80 652.6 [1073/4136] Generating _initmod_x86_cpu_features_32_debug.cpp 2024-08-20T21:58:55.2705923Z #80 652.6 [1074/4136] Generating initmod.x86_cpu_features_64.ll 2024-08-20T21:58:55.2707119Z #80 652.6 [1075/4136] Generating _initmod_x86_cpu_features_64_debug.cpp 2024-08-20T21:58:55.2708379Z #80 652.6 [1076/4136] Generating arm.ll.transformed.ll 2024-08-20T21:58:55.2709386Z #80 652.6 [1077/4136] Generating initmod.windows_threads_32_debug.bc 2024-08-20T21:58:55.2710520Z #80 652.6 [1078/4136] Generating aarch64.ll.transformed.ll 2024-08-20T21:58:55.2711632Z #80 652.6 [1079/4136] Generating arm_no_neon.ll.transformed.ll 2024-08-20T21:58:55.2712780Z #80 652.6 [1080/4136] Generating initmod.x86_cpu_features_64.bc 2024-08-20T21:58:55.2713896Z #80 652.6 [1081/4136] Generating hvx_128.ll.transformed.ll 2024-08-20T21:58:55.2714764Z #80 652.6 [1082/4136] Generating initmod.arm.bc 2024-08-20T21:58:55.2715665Z #80 652.6 [1083/4136] Generating initmod.arm_no_neon.bc 2024-08-20T21:58:55.2716707Z #80 652.6 [1084/4136] Generating initmod.aarch64.bc 2024-08-20T21:58:55.2717687Z #80 652.6 [1085/4136] Generating _initmod_arm.cpp 2024-08-20T21:58:55.2718964Z #80 652.6 [1086/4136] Generating _initmod_aarch64.cpp 2024-08-20T21:58:55.2720459Z #80 652.6 [1087/4136] Generating initmod.windows_threads_tsan_32.bc 2024-08-20T21:58:55.2721701Z #80 652.7 [1088/4136] Generating posix_math.ll.transformed.ll 2024-08-20T21:58:55.2722780Z #80 652.7 [1089/4136] Generating initmod.hvx_128.bc 2024-08-20T21:58:55.2723712Z #80 652.7 [1090/4136] Generating _initmod_arm_no_neon.cpp 2024-08-20T21:58:55.2724869Z #80 652.7 [1091/4136] Generating _initmod_x86_cpu_features_64.cpp 2024-08-20T21:58:55.2726067Z #80 652.7 [1092/4136] Generating powerpc.ll.transformed.ll 2024-08-20T21:58:55.2727244Z #80 652.7 [1093/4136] Generating _initmod_windows_threads_tsan_32.cpp 2024-08-20T21:58:55.2728569Z #80 652.7 [1094/4136] Generating _initmod_hvx_128.cpp 2024-08-20T21:58:55.2729606Z #80 652.7 [1095/4136] Generating initmod.posix_math.bc 2024-08-20T21:58:55.2730719Z #80 652.7 [1096/4136] Generating ptx_dev.ll.transformed.ll 2024-08-20T21:58:55.2731844Z #80 652.7 [1097/4136] Generating _initmod_windows_threads_32_debug.cpp 2024-08-20T21:58:55.2733011Z #80 652.7 [1098/4136] Generating wasm_math.ll.transformed.ll 2024-08-20T21:58:55.2734836Z #80 652.7 [1099/4136] Generating initmod.powerpc.bc 2024-08-20T21:58:55.2735849Z #80 652.7 [1100/4136] Generating initmod.windows_threads_tsan_64.ll 2024-08-20T21:58:55.2737119Z #80 652.7 [1101/4136] Generating win32_math.ll.transformed.ll 2024-08-20T21:58:55.2738132Z #80 652.7 [1102/4136] Generating _initmod_posix_math.cpp 2024-08-20T21:58:55.2739264Z #80 652.7 [1103/4136] Generating initmod.windows_cuda_64_debug.bc 2024-08-20T21:58:55.3699155Z #80 652.7 [1104/4136] Generating x86.ll.transformed.ll 2024-08-20T21:58:55.3700897Z #80 652.7 [1105/4136] Generating _initmod_powerpc.cpp 2024-08-20T21:58:55.3702244Z #80 652.7 [1106/4136] Generating x86_amx.ll.transformed.ll 2024-08-20T21:58:55.3706457Z #80 652.7 [1107/4136] Generating initmod.windows_cuda_32_debug.bc 2024-08-20T21:58:55.3707588Z #80 652.7 [1108/4136] Generating initmod.wasm_math.bc 2024-08-20T21:58:55.3708497Z #80 652.7 [1109/4136] Generating initmod.ptx_dev.bc 2024-08-20T21:58:55.3709469Z #80 652.7 [1110/4136] Generating x86_avx.ll.transformed.ll 2024-08-20T21:58:55.3710413Z #80 652.7 [1111/4136] Generating initmod.win32_math.bc 2024-08-20T21:58:55.3711469Z #80 652.7 [1112/4136] Generating x86_avx2.ll.transformed.ll 2024-08-20T21:58:55.3712504Z #80 652.7 [1113/4136] Generating _initmod_wasm_math.cpp 2024-08-20T21:58:55.3713532Z #80 652.7 [1114/4136] Generating _initmod_ptx_dev.cpp 2024-08-20T21:58:55.3714514Z #80 652.7 [1115/4136] Generating initmod.x86.bc 2024-08-20T21:58:55.3715446Z #80 652.7 [1116/4136] Generating initmod.x86_amx.bc 2024-08-20T21:58:55.3716429Z #80 652.7 [1117/4136] Generating initmod.x86_avx.bc 2024-08-20T21:58:55.3717464Z #80 652.7 [1118/4136] Generating _initmod_win32_math.cpp 2024-08-20T21:58:55.3718472Z #80 652.7 [1119/4136] Generating initmod.x86_avx2.bc 2024-08-20T21:58:55.3719379Z #80 652.7 [1120/4136] Generating x86_avx512.ll.transformed.ll 2024-08-20T21:58:55.3720473Z #80 652.7 [1121/4136] Generating _initmod_x86.cpp 2024-08-20T21:58:55.3721423Z #80 652.7 [1122/4136] Generating _initmod_x86_avx.cpp 2024-08-20T21:58:55.3722742Z #80 652.7 [1123/4136] Generating x86_sse41.ll.transformed.ll 2024-08-20T21:58:55.3723763Z #80 652.7 [1124/4136] Generating _initmod_x86_amx.cpp 2024-08-20T21:58:55.3724797Z #80 652.7 [1125/4136] Generating _initmod_x86_avx2.cpp 2024-08-20T21:58:55.3725811Z #80 652.7 [1126/4136] Generating initmod.x86_sse41.bc 2024-08-20T21:58:55.3727187Z #80 652.7 [1127/4136] Generating initmod.windows_threads_tsan_64_debug.ll 2024-08-20T21:58:55.3728438Z #80 652.7 [1128/4136] Generating initmod.x86_avx512.bc 2024-08-20T21:58:55.3729625Z #80 652.7 [1129/4136] Generating initmod.windows_threads_tsan_64.bc 2024-08-20T21:58:55.3730767Z #80 652.7 [1130/4136] Generating baseline.cpp 2024-08-20T21:58:55.3731717Z #80 652.7 [1131/4136] Generating _initmod_x86_sse41.cpp 2024-08-20T21:58:55.3733056Z #80 652.7 [1132/4136] Linking CXX static library src/autoschedulers/common/libASLog.a 2024-08-20T21:58:55.3734861Z #80 652.7 [1133/4136] Generating _initmod_windows_threads_tsan_64.cpp 2024-08-20T21:58:55.3736292Z #80 652.7 [1134/4136] Generating _initmod_x86_avx512.cpp 2024-08-20T21:58:55.3737418Z #80 652.7 [1135/4136] Generating _initmod_windows_cuda_64_debug.cpp 2024-08-20T21:58:55.3738687Z #80 652.7 [1136/4136] Generating initmod.write_debug_image_32.ll 2024-08-20T21:58:55.3739905Z #80 652.7 [1137/4136] Generating initmod.windows_opencl_64.ll 2024-08-20T21:58:55.3741083Z #80 652.7 [1138/4136] Generating _initmod_windows_cuda_32_debug.cpp 2024-08-20T21:58:55.3742346Z #80 652.7 [1139/4136] Generating initmod.windows_opencl_32.ll 2024-08-20T21:58:55.3743373Z #80 652.7 [1140/4136] Generating baseline.cpp 2024-08-20T21:58:55.3744530Z #80 652.7 [1141/4136] Generating initmod.write_debug_image_32.bc 2024-08-20T21:58:55.3746443Z #80 652.7 [1142/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/adams2019_weights_obj.dir/baseline.cpp.o 2024-08-20T21:58:55.3748553Z #80 652.7 [1143/4136] Generating initmod.windows_threads_tsan_32_debug.ll 2024-08-20T21:58:55.3749889Z #80 652.7 [1144/4136] Generating initmod.windows_threads_64_debug.ll 2024-08-20T21:58:55.3751110Z #80 652.8 [1145/4136] Generating _initmod_write_debug_image_32.cpp 2024-08-20T21:58:55.3752448Z #80 652.8 [1146/4136] Generating initmod.write_debug_image_64.ll 2024-08-20T21:58:55.3753684Z #80 652.8 [1147/4136] Generating initmod.windows_threads_tsan_64_debug.bc 2024-08-20T21:58:55.3755360Z #80 652.8 [1148/4136] Building CXX object test/CMakeFiles/Halide_expect_abort.dir/common/expect_abort.cpp.o 2024-08-20T21:58:55.4751309Z #80 652.8 [1149/4136] Generating initmod.write_debug_image_64.bc 2024-08-20T21:58:55.4753114Z #80 652.8 [1150/4136] Building CXX object test/CMakeFiles/Halide_terminate_handler.dir/common/terminate_handler.cpp.o 2024-08-20T21:58:55.4754836Z #80 652.8 [1151/4136] Generating _initmod_write_debug_image_64.cpp 2024-08-20T21:58:55.4755856Z #80 652.8 [1152/4136] Generating .__init__.py.stamp 2024-08-20T21:58:55.4756936Z #80 652.8 [1153/4136] Generating initmod.write_debug_image_32_debug.ll 2024-08-20T21:58:55.4758212Z #80 652.8 [1154/4136] Generating _initmod_windows_threads_tsan_64_debug.cpp 2024-08-20T21:58:55.4760180Z #80 652.8 [1155/4136] Building CXX object test/generator/CMakeFiles/cxx_mangling_externs.dir/cxx_mangling_externs.cpp.o 2024-08-20T21:58:55.4761821Z #80 652.8 [1156/4136] Generating ._generator_helpers.py.stamp 2024-08-20T21:58:55.4763618Z #80 652.8 [1157/4136] Building CXX object test/runtime/CMakeFiles/runtime_internal_common.dir/__/__/src/runtime/msan_stubs.cpp.o 2024-08-20T21:58:55.4765373Z #80 652.8 [1158/4136] Generating .imageio.py.stamp 2024-08-20T21:58:55.4766417Z #80 652.8 [1159/4136] Generating initmod.windows_opencl_64.bc 2024-08-20T21:58:55.4768371Z #80 652.8 [1160/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_weights_obj.dir/baseline.cpp.o 2024-08-20T21:58:55.4770681Z #80 652.8 [1161/4136] Building CXX object test/runtime/CMakeFiles/runtime_internal_common.dir/common.cpp.o 2024-08-20T21:58:55.4772516Z #80 652.8 [1162/4136] Linking CXX static library test/generator/libcxx_mangling_externs.a 2024-08-20T21:58:55.4774274Z #80 652.8 [1163/4136] Generating initmod.write_debug_image_64_debug.ll 2024-08-20T21:58:55.4775444Z #80 652.8 [1164/4136] Generating initmod.windows_opencl_32.bc 2024-08-20T21:58:55.4776875Z #80 652.8 [1165/4136] Linking CXX executable src/autoschedulers/common/featurization_to_sample 2024-08-20T21:58:55.4778592Z #80 652.8 [1166/4136] Linking CXX executable src/autoschedulers/common/test_perfect_hash_map 2024-08-20T21:58:55.4780797Z #80 652.8 [1167/4136] Building C object python_bindings/test/correctness/CMakeFiles/the_sort_function.dir/the_sort_function.c.o 2024-08-20T21:58:55.4782734Z #80 652.8 [1168/4136] Generating initmod.write_debug_image_32_debug.bc 2024-08-20T21:58:55.4784918Z #80 652.8 [1169/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2024-08-20T21:58:55.4786593Z #80 652.8 [1170/4136] Generating _initmod_windows_opencl_64.cpp 2024-08-20T21:58:55.4788464Z #80 652.8 [1171/4136] Linking CXX executable src/autoschedulers/adams2019/adams2019_weightsdir_to_weightsfile 2024-08-20T21:58:55.4790136Z #80 652.8 [1172/4136] Generating initmod.windows_threads_64_debug.bc 2024-08-20T21:58:55.4791807Z #80 652.8 [1173/4136] Linking CXX executable src/autoschedulers/anderson2021/anderson2021_weightsdir_to_weightsfile 2024-08-20T21:58:55.4793560Z #80 652.8 [1174/4136] Generating _initmod_write_debug_image_32_debug.cpp 2024-08-20T21:58:55.4795044Z #80 652.8 [1175/4136] Generating initmod.write_debug_image_64_debug.bc 2024-08-20T21:58:55.4796260Z #80 652.8 [1176/4136] Generating initmod.windows_threads_tsan_32_debug.bc 2024-08-20T21:58:55.4797968Z #80 652.8 [1177/4136] Linking C shared module python_bindings/test/correctness/libthe_sort_function.so 2024-08-20T21:58:55.4799453Z #80 652.8 [1178/4136] Generating _initmod_windows_opencl_32.cpp 2024-08-20T21:58:55.4801513Z #80 652.8 [1179/4136] Building CXX object test/runtime/CMakeFiles/runtime_internal_common.dir/__/__/src/runtime/to_string.cpp.o 2024-08-20T21:58:55.4803281Z #80 652.8 [1180/4136] Linking CXX executable tools/build_halide_h 2024-08-20T21:58:55.4804484Z #80 652.8 [1181/4136] Generating _initmod_write_debug_image_64_debug.cpp 2024-08-20T21:58:55.4805914Z #80 652.9 [1182/4136] Generating _initmod_windows_threads_64_debug.cpp 2024-08-20T21:58:55.4807202Z #80 652.9 [1183/4136] Generating _initmod_windows_threads_tsan_32_debug.cpp 2024-08-20T21:58:55.4808228Z #80 652.9 [1184/4136] Generating ../include/Halide.h 2024-08-20T21:58:55.4809239Z #80 652.9 [1185/4136] Generating initmod.windows_opencl_32_debug.ll 2024-08-20T21:58:55.5895662Z #80 652.9 [1186/4136] Generating initmod.windows_opencl_64_debug.ll 2024-08-20T21:58:55.5897891Z #80 652.9 [1187/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2024-08-20T21:58:55.5899762Z #80 653.0 [1188/4136] Generating initmod.windows_d3d12compute_x86_64.ll 2024-08-20T21:58:55.5901085Z #80 653.0 [1189/4136] Generating initmod.windows_opencl_32_debug.bc 2024-08-20T21:58:55.7502946Z #80 653.0 [1190/4136] Generating initmod.windows_opencl_64_debug.bc 2024-08-20T21:58:55.7504183Z #80 653.0 [1191/4136] Generating _initmod_windows_opencl_32_debug.cpp 2024-08-20T21:58:55.7505424Z #80 653.0 [1192/4136] Generating initmod.windows_d3d12compute_x86_64.bc 2024-08-20T21:58:55.7506449Z #80 653.0 [1193/4136] Generating _initmod_windows_opencl_64_debug.cpp 2024-08-20T21:58:55.7507474Z #80 653.0 [1194/4136] Generating _initmod_windows_d3d12compute_x86_64.cpp 2024-08-20T21:58:55.7509215Z #80 653.1 [1195/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2024-08-20T21:58:55.8695105Z #80 653.3 [1196/4136] Building CXX object tools/CMakeFiles/regexp_replace.dir/regexp_replace.cpp.o 2024-08-20T21:58:56.0038878Z #80 653.3 [1197/4136] Generating initmod.windows_d3d12compute_x86_64_debug.ll 2024-08-20T21:58:56.0040376Z #80 653.3 [1198/4136] Linking CXX executable tools/regexp_replace 2024-08-20T21:58:56.0042527Z #80 653.4 [1199/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2024-08-20T21:58:56.1398169Z #80 653.4 [1200/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/flatc.cpp.o 2024-08-20T21:58:56.1399852Z #80 653.5 [1201/4136] Generating initmod.vulkan_64.ll 2024-08-20T21:58:56.1401061Z #80 653.5 [1202/4136] Generating initmod.windows_d3d12compute_x86_64_debug.bc 2024-08-20T21:58:56.2839267Z #80 653.6 [1203/4136] Generating initmod.vulkan_64.bc 2024-08-20T21:58:56.2840447Z #80 653.6 [1204/4136] Generating initmod.vulkan_32.ll 2024-08-20T21:58:56.2841464Z #80 653.6 [1205/4136] Generating _initmod_vulkan_64.cpp 2024-08-20T21:58:56.2842732Z #80 653.6 [1206/4136] Generating _initmod_windows_d3d12compute_x86_64_debug.cpp 2024-08-20T21:58:56.2843980Z #80 653.7 [1207/4136] Generating initmod.vulkan_32.bc 2024-08-20T21:58:56.4965584Z #80 653.7 [1208/4136] Generating _initmod_vulkan_32.cpp 2024-08-20T21:58:56.4966690Z #80 653.7 [1209/4136] Generating initmod.vulkan_32_debug.ll 2024-08-20T21:58:56.5916041Z #80 654.0 [1210/4136] Generating initmod.vulkan_64_debug.ll 2024-08-20T21:58:56.7003993Z #80 654.1 [1211/4136] Generating initmod.vulkan_32_debug.bc 2024-08-20T21:58:56.8831912Z #80 654.1 [1212/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2024-08-20T21:58:56.8833813Z #80 654.2 [1213/4136] Generating _initmod_vulkan_32_debug.cpp 2024-08-20T21:58:56.8835523Z #80 654.2 [1214/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2024-08-20T21:58:56.8837093Z #80 654.3 [1215/4136] Generating initmod.windows_vulkan_64.ll 2024-08-20T21:58:56.9947748Z #80 654.3 [1216/4136] Generating initmod.windows_vulkan_64_debug.ll 2024-08-20T21:58:56.9948767Z #80 654.3 [1217/4136] Generating initmod.windows_vulkan_32.ll 2024-08-20T21:58:56.9949700Z #80 654.3 [1218/4136] Generating initmod.vulkan_64_debug.bc 2024-08-20T21:58:56.9951616Z #80 654.3 [1219/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2024-08-20T21:58:56.9953195Z #80 654.4 [1220/4136] Generating initmod.windows_vulkan_32_debug.ll 2024-08-20T21:58:57.2115917Z #80 654.4 [1221/4136] Generating initmod.windows_vulkan_64.bc 2024-08-20T21:58:57.2117113Z #80 654.4 [1222/4136] Generating initmod.windows_vulkan_32.bc 2024-08-20T21:58:57.2118126Z #80 654.4 [1223/4136] Generating _initmod_vulkan_64_debug.cpp 2024-08-20T21:58:57.2119095Z #80 654.4 [1224/4136] Generating _initmod_windows_vulkan_64.cpp 2024-08-20T21:58:57.2120240Z #80 654.5 [1225/4136] Generating _initmod_windows_vulkan_32.cpp 2024-08-20T21:58:57.2289228Z #80 654.6 [1226/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2024-08-20T21:58:57.3344355Z #80 654.6 [1227/4136] Generating initmod.windows_vulkan_64_debug.bc 2024-08-20T21:58:57.3345522Z #80 654.7 [1228/4136] Generating _initmod_windows_vulkan_64_debug.cpp 2024-08-20T21:58:57.3346676Z #80 654.7 [1229/4136] Generating initmod.windows_vulkan_32_debug.bc 2024-08-20T21:58:57.4405798Z #80 654.8 [1230/4136] Generating _initmod_windows_vulkan_32_debug.cpp 2024-08-20T21:58:57.4408240Z #80 654.8 [1231/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_aarch64_cpu_features_64.cpp.o 2024-08-20T21:58:57.5414134Z #80 654.8 [1232/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_aarch64_cpu_features_32.cpp.o 2024-08-20T21:58:57.5418076Z #80 654.8 [1233/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_alignment_128_64.cpp.o 2024-08-20T21:58:57.5420171Z #80 654.8 [1234/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_alignment_128_32_debug.cpp.o 2024-08-20T21:58:57.5422373Z #80 654.8 [1235/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_alignment_32_32.cpp.o 2024-08-20T21:58:57.5424429Z #80 654.8 [1236/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_alignment_128_32.cpp.o 2024-08-20T21:58:57.5426505Z #80 654.8 [1237/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_alignment_32_64.cpp.o 2024-08-20T21:58:57.5428929Z #80 654.8 [1238/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_alignment_64_32.cpp.o 2024-08-20T21:58:57.5431078Z #80 654.8 [1239/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_aarch64_cpu_features_32_debug.cpp.o 2024-08-20T21:58:57.5433336Z #80 654.8 [1240/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_alignment_32_64_debug.cpp.o 2024-08-20T21:58:57.5437840Z #80 654.8 [1241/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_alignment_64_32_debug.cpp.o 2024-08-20T21:58:57.5440068Z #80 654.8 [1242/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_alignment_64_64.cpp.o 2024-08-20T21:58:57.5442138Z #80 654.8 [1243/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_alignment_64_64_debug.cpp.o 2024-08-20T21:58:57.5444679Z #80 654.8 [1244/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_aarch64_cpu_features_64_debug.cpp.o 2024-08-20T21:58:57.5446894Z #80 654.8 [1245/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_alignment_128_64_debug.cpp.o 2024-08-20T21:58:57.5449080Z #80 654.8 [1246/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_alignment_32_32_debug.cpp.o 2024-08-20T21:58:57.5451322Z #80 654.8 [1247/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_allocation_cache_64.cpp.o 2024-08-20T21:58:57.5453766Z #80 654.8 [1248/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_android_clock_32.cpp.o 2024-08-20T21:58:57.5456125Z #80 654.8 [1249/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_android_host_cpu_count_32.cpp.o 2024-08-20T21:58:57.5458446Z #80 654.8 [1250/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_allocation_cache_32.cpp.o 2024-08-20T21:58:57.5460656Z #80 654.8 [1251/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_android_clock_64.cpp.o 2024-08-20T21:58:57.5463233Z #80 654.8 [1252/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_android_clock_64_debug.cpp.o 2024-08-20T21:58:57.5465593Z #80 654.8 [1253/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_android_host_cpu_count_32_debug.cpp.o 2024-08-20T21:58:57.5468094Z #80 654.8 [1254/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_android_host_cpu_count_64.cpp.o 2024-08-20T21:58:57.5470441Z #80 654.8 [1255/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_android_io_32.cpp.o 2024-08-20T21:58:57.5472713Z #80 654.8 [1256/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_android_io_32_debug.cpp.o 2024-08-20T21:58:57.5475094Z #80 654.9 [1257/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_arm_cpu_features_64.cpp.o 2024-08-20T21:58:57.5477421Z #80 654.9 [1258/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_android_clock_32_debug.cpp.o 2024-08-20T21:58:57.5479856Z #80 654.9 [1259/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_android_io_64.cpp.o 2024-08-20T21:58:57.5482098Z #80 654.9 [1260/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_android_io_64_debug.cpp.o 2024-08-20T21:58:57.5484372Z #80 654.9 [1261/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_can_use_target_32.cpp.o 2024-08-20T21:58:57.5486738Z #80 654.9 [1262/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_allocation_cache_32_debug.cpp.o 2024-08-20T21:58:57.5489119Z #80 654.9 [1263/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_allocation_cache_64_debug.cpp.o 2024-08-20T21:58:57.5491525Z #80 654.9 [1264/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_arm_cpu_features_32.cpp.o 2024-08-20T21:58:57.5496305Z #80 654.9 [1265/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_android_host_cpu_count_64_debug.cpp.o 2024-08-20T21:58:57.5498834Z #80 654.9 [1266/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_arm_cpu_features_32_debug.cpp.o 2024-08-20T21:58:57.5501251Z #80 654.9 [1267/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_arm_cpu_features_64_debug.cpp.o 2024-08-20T21:58:57.5503603Z #80 654.9 [1268/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_can_use_target_64.cpp.o 2024-08-20T21:58:57.5505900Z #80 654.9 [1269/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_destructors_32.cpp.o 2024-08-20T21:58:57.5508187Z #80 654.9 [1270/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_destructors_32_debug.cpp.o 2024-08-20T21:58:57.5510576Z #80 654.9 [1271/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_destructors_64.cpp.o 2024-08-20T21:58:57.5512913Z #80 654.9 [1272/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_destructors_64_debug.cpp.o 2024-08-20T21:58:57.5515298Z #80 654.9 [1273/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fake_get_symbol_32.cpp.o 2024-08-20T21:58:57.5517627Z #80 654.9 [1274/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_float16_t_32.cpp.o 2024-08-20T21:58:57.5519991Z #80 654.9 [1275/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fopen_32.cpp.o 2024-08-20T21:58:57.5522310Z #80 654.9 [1276/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fopen_32_debug.cpp.o 2024-08-20T21:58:57.5524489Z #80 654.9 [1277/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fopen_64.cpp.o 2024-08-20T21:58:57.5526817Z #80 654.9 [1278/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fake_get_symbol_32_debug.cpp.o 2024-08-20T21:58:57.5529180Z #80 654.9 [1279/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_float16_t_32_debug.cpp.o 2024-08-20T21:58:57.5531618Z #80 654.9 [1280/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_float16_t_64_debug.cpp.o 2024-08-20T21:58:57.5534179Z #80 654.9 [1281/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fopen_64_debug.cpp.o 2024-08-20T21:58:57.5536191Z #80 654.9 [1282/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_cache_64.cpp.o 2024-08-20T21:58:57.5538206Z #80 654.9 [1283/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_can_use_target_32_debug.cpp.o 2024-08-20T21:58:57.5540492Z #80 654.9 [1284/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fake_get_symbol_64.cpp.o 2024-08-20T21:58:57.5542808Z #80 654.9 [1285/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fake_get_symbol_64_debug.cpp.o 2024-08-20T21:58:57.5545190Z #80 654.9 [1286/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fake_thread_pool_64.cpp.o 2024-08-20T21:58:57.5547227Z #80 654.9 [1287/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_float16_t_64.cpp.o 2024-08-20T21:58:57.5549513Z #80 654.9 [1288/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_can_use_target_64_debug.cpp.o 2024-08-20T21:58:57.5551821Z #80 654.9 [1289/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fake_thread_pool_32.cpp.o 2024-08-20T21:58:57.5554245Z #80 654.9 [1290/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fopen_lfs_32.cpp.o 2024-08-20T21:58:57.5556440Z #80 654.9 [1291/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fopen_lfs_32_debug.cpp.o 2024-08-20T21:58:57.5558696Z #80 654.9 [1292/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fopen_lfs_64.cpp.o 2024-08-20T21:58:57.5561245Z #80 654.9 [1293/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fopen_lfs_64_debug.cpp.o 2024-08-20T21:58:57.5563519Z #80 654.9 [1294/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_force_include_types_32.cpp.o 2024-08-20T21:58:57.5565802Z #80 654.9 [1295/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fuchsia_clock_32.cpp.o 2024-08-20T21:58:57.5568181Z #80 654.9 [1296/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fuchsia_clock_64_debug.cpp.o 2024-08-20T21:58:57.5570599Z #80 654.9 [1297/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fuchsia_host_cpu_count_32.cpp.o 2024-08-20T21:58:57.5572955Z #80 654.9 [1298/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_force_include_types_64.cpp.o 2024-08-20T21:58:57.5575281Z #80 654.9 [1299/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fuchsia_clock_64.cpp.o 2024-08-20T21:58:57.5577855Z #80 654.9 [1300/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fuchsia_clock_32_debug.cpp.o 2024-08-20T21:58:57.5580220Z #80 654.9 [1301/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fuchsia_host_cpu_count_64.cpp.o 2024-08-20T21:58:57.5582590Z #80 654.9 [1302/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fuchsia_yield_32.cpp.o 2024-08-20T21:58:57.5584786Z #80 654.9 [1303/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_cache_32.cpp.o 2024-08-20T21:58:57.5587159Z #80 654.9 [1304/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fuchsia_yield_64_debug.cpp.o 2024-08-20T21:58:57.5589346Z #80 654.9 [1305/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_errors_32.cpp.o 2024-08-20T21:58:57.5591558Z #80 654.9 [1306/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fuchsia_host_cpu_count_32_debug.cpp.o 2024-08-20T21:58:57.5594119Z #80 654.9 [1307/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fuchsia_yield_64.cpp.o 2024-08-20T21:58:57.5596473Z #80 654.9 [1308/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fuchsia_yield_32_debug.cpp.o 2024-08-20T21:58:57.5598798Z #80 654.9 [1309/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_gpu_device_selection_32.cpp.o 2024-08-20T21:58:57.5601194Z #80 654.9 [1310/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fuchsia_host_cpu_count_64_debug.cpp.o 2024-08-20T21:58:57.5603691Z #80 654.9 [1311/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_gpu_device_selection_64.cpp.o 2024-08-20T21:58:57.5605933Z #80 654.9 [1312/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_errors_64.cpp.o 2024-08-20T21:58:57.5608273Z #80 654.9 [1313/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_force_include_types_32_debug.cpp.o 2024-08-20T21:58:57.5610767Z #80 654.9 [1314/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_gpu_device_selection_64_debug.cpp.o 2024-08-20T21:58:57.5613247Z #80 654.9 [1315/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fake_thread_pool_64_debug.cpp.o 2024-08-20T21:58:57.5615687Z #80 654.9 [1316/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_force_include_types_64_debug.cpp.o 2024-08-20T21:58:57.5618145Z #80 654.9 [1317/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_gpu_device_selection_32_debug.cpp.o 2024-08-20T21:58:57.5620603Z #80 654.9 [1318/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_cpu_features_64.cpp.o 2024-08-20T21:58:57.5623015Z #80 654.9 [1319/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_cpu_features_32.cpp.o 2024-08-20T21:58:57.5625207Z #80 654.9 [1320/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_fake_thread_pool_32_debug.cpp.o 2024-08-20T21:58:57.5627690Z #80 654.9 [1321/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_cache_allocator_32.cpp.o 2024-08-20T21:58:57.5630053Z #80 654.9 [1322/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_halide_buffer_t_32.cpp.o 2024-08-20T21:58:57.5632352Z #80 654.9 [1323/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_device_interface_32.cpp.o 2024-08-20T21:58:57.5634973Z #80 654.9 [1324/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_cache_allocator_64.cpp.o 2024-08-20T21:58:57.5637351Z #80 654.9 [1325/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_halide_buffer_t_64.cpp.o 2024-08-20T21:58:57.5639816Z #80 654.9 [1326/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_cpu_features_64_debug.cpp.o 2024-08-20T21:58:57.5642501Z #80 654.9 [1327/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_device_interface_64.cpp.o 2024-08-20T21:58:57.6421649Z #80 654.9 [1328/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_cpu_features_32_debug.cpp.o 2024-08-20T21:58:57.6424282Z #80 654.9 [1329/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_linux_host_cpu_count_32.cpp.o 2024-08-20T21:58:57.6426684Z #80 655.0 [1330/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_linux_clock_32.cpp.o 2024-08-20T21:58:57.6429193Z #80 655.0 [1331/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_linux_host_cpu_count_64.cpp.o 2024-08-20T21:58:57.6431616Z #80 655.0 [1332/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_ios_io_64_debug.cpp.o 2024-08-20T21:58:57.6434132Z #80 655.0 [1333/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_linux_clock_32_debug.cpp.o 2024-08-20T21:58:57.6436603Z #80 655.0 [1334/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_linux_yield_32.cpp.o 2024-08-20T21:58:57.6438878Z #80 655.0 [1335/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_ios_io_32.cpp.o 2024-08-20T21:58:57.6441257Z #80 655.0 [1336/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_linux_clock_64_debug.cpp.o 2024-08-20T21:58:57.6443813Z #80 655.0 [1337/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_linux_host_cpu_count_64_debug.cpp.o 2024-08-20T21:58:57.6446339Z #80 655.0 [1338/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_linux_yield_32_debug.cpp.o 2024-08-20T21:58:57.6448845Z #80 655.0 [1339/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_halide_buffer_t_64_debug.cpp.o 2024-08-20T21:58:57.6451315Z #80 655.0 [1340/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_dma_pool_32.cpp.o 2024-08-20T21:58:57.6453757Z #80 655.0 [1341/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_dma_pool_64.cpp.o 2024-08-20T21:58:57.6456134Z #80 655.0 [1342/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_ios_io_32_debug.cpp.o 2024-08-20T21:58:57.6458625Z #80 655.0 [1343/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_linux_host_cpu_count_32_debug.cpp.o 2024-08-20T21:58:57.6461201Z #80 655.0 [1344/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_halide_buffer_t_32_debug.cpp.o 2024-08-20T21:58:57.6463720Z #80 655.0 [1345/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_linux_yield_64_debug.cpp.o 2024-08-20T21:58:57.6466100Z #80 655.0 [1346/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_linux_clock_64.cpp.o 2024-08-20T21:58:57.6468456Z #80 655.0 [1347/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_errors_64_debug.cpp.o 2024-08-20T21:58:57.6471383Z #80 655.0 [1348/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_cache_allocator_32_debug.cpp.o 2024-08-20T21:58:57.6473961Z #80 655.0 [1349/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_ios_io_64.cpp.o 2024-08-20T21:58:57.6476351Z #80 655.0 [1350/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_metal_objc_arm_32.cpp.o 2024-08-20T21:58:57.6478754Z #80 655.0 [1351/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_errors_32_debug.cpp.o 2024-08-20T21:58:57.6481605Z #80 655.0 [1352/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_cache_allocator_64_debug.cpp.o 2024-08-20T21:58:57.6484151Z #80 655.0 [1353/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_linux_yield_64.cpp.o 2024-08-20T21:58:57.6486744Z #80 655.0 [1354/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_metal_objc_arm_32_debug.cpp.o 2024-08-20T21:58:57.6489225Z #80 655.0 [1355/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_metal_objc_arm_64.cpp.o 2024-08-20T21:58:57.6491641Z #80 655.0 [1356/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_metal_objc_x86_32.cpp.o 2024-08-20T21:58:57.6494017Z #80 655.0 [1357/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_metal_objc_x86_64.cpp.o 2024-08-20T21:58:57.6496609Z #80 655.0 [1358/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_module_aot_ref_count_32_debug.cpp.o 2024-08-20T21:58:57.6499191Z #80 655.0 [1359/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_module_aot_ref_count_64.cpp.o 2024-08-20T21:58:57.6501718Z #80 655.0 [1360/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_module_aot_ref_count_32.cpp.o 2024-08-20T21:58:57.6504291Z #80 655.0 [1361/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_module_aot_ref_count_64_debug.cpp.o 2024-08-20T21:58:57.6506918Z #80 655.0 [1362/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_metal_objc_arm_64_debug.cpp.o 2024-08-20T21:58:57.6509432Z #80 655.0 [1363/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_module_jit_ref_count_32.cpp.o 2024-08-20T21:58:57.6511993Z #80 655.0 [1364/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_module_jit_ref_count_32_debug.cpp.o 2024-08-20T21:58:57.6514442Z #80 655.0 [1365/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_cache_32_debug.cpp.o 2024-08-20T21:58:57.6516854Z #80 655.0 [1366/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_metal_objc_x86_32_debug.cpp.o 2024-08-20T21:58:57.6519325Z #80 655.0 [1367/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_metal_objc_x86_64_debug.cpp.o 2024-08-20T21:58:57.6521943Z #80 655.0 [1368/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_module_jit_ref_count_64.cpp.o 2024-08-20T21:58:57.6524505Z #80 655.0 [1369/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_module_jit_ref_count_64_debug.cpp.o 2024-08-20T21:58:57.6527011Z #80 655.0 [1370/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_msan_stubs_32_debug.cpp.o 2024-08-20T21:58:57.6529357Z #80 655.0 [1371/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_cache_64_debug.cpp.o 2024-08-20T21:58:57.6531670Z #80 655.0 [1372/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_dma_32.cpp.o 2024-08-20T21:58:57.6534037Z #80 655.0 [1373/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_dma_64.cpp.o 2024-08-20T21:58:57.6536155Z #80 655.0 [1374/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_cuda_32.cpp.o 2024-08-20T21:58:57.6538632Z #80 655.0 [1375/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_msan_stubs_64_debug.cpp.o 2024-08-20T21:58:57.6540957Z #80 655.0 [1376/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_clock_32.cpp.o 2024-08-20T21:58:57.6543137Z #80 655.0 [1377/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_msan_stubs_32.cpp.o 2024-08-20T21:58:57.6545466Z #80 655.0 [1378/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_clock_32_debug.cpp.o 2024-08-20T21:58:57.6547501Z #80 655.0 [1379/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_cuda_64.cpp.o 2024-08-20T21:58:57.6549491Z #80 655.0 [1380/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_dma_pool_32_debug.cpp.o 2024-08-20T21:58:57.6551537Z #80 655.0 [1381/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_host_32.cpp.o 2024-08-20T21:58:57.6553701Z #80 655.0 [1382/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_dma_pool_64_debug.cpp.o 2024-08-20T21:58:57.6555760Z #80 655.0 [1383/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_msan_stubs_64.cpp.o 2024-08-20T21:58:57.6557731Z #80 655.0 [1384/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_host_64.cpp.o 2024-08-20T21:58:57.6559768Z #80 655.0 [1385/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_host_cpu_count_32.cpp.o 2024-08-20T21:58:57.6561896Z #80 655.0 [1386/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_clock_64.cpp.o 2024-08-20T21:58:57.6563852Z #80 655.0 [1387/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_get_symbol_32.cpp.o 2024-08-20T21:58:57.6565899Z #80 655.0 [1388/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_host_cpu_count_64.cpp.o 2024-08-20T21:58:57.6567929Z #80 655.0 [1389/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_get_symbol_64.cpp.o 2024-08-20T21:58:57.7423966Z #80 655.0 [1390/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_host_cpu_count_32_debug.cpp.o 2024-08-20T21:58:57.7426625Z #80 655.0 [1391/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_clock_64_debug.cpp.o 2024-08-20T21:58:57.7429014Z #80 655.0 [1392/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_yield_64.cpp.o 2024-08-20T21:58:57.7431490Z #80 655.0 [1393/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_host_cpu_count_64_debug.cpp.o 2024-08-20T21:58:57.7434253Z #80 655.1 [1394/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_yield_64_debug.cpp.o 2024-08-20T21:58:57.7436805Z #80 655.1 [1395/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_aligned_alloc_32.cpp.o 2024-08-20T21:58:57.7439171Z #80 655.1 [1396/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_msan_32.cpp.o 2024-08-20T21:58:57.7441410Z #80 655.1 [1397/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_msan_64.cpp.o 2024-08-20T21:58:57.7443766Z #80 655.1 [1398/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_get_symbol_32_debug.cpp.o 2024-08-20T21:58:57.7446319Z #80 655.1 [1399/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_get_symbol_64_debug.cpp.o 2024-08-20T21:58:57.7448738Z #80 655.1 [1400/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_yield_32.cpp.o 2024-08-20T21:58:57.7451079Z #80 655.1 [1401/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_osx_yield_32_debug.cpp.o 2024-08-20T21:58:57.7453626Z #80 655.1 [1402/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_aligned_alloc_32_debug.cpp.o 2024-08-20T21:58:57.7456317Z #80 655.1 [1403/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_allocator_32.cpp.o 2024-08-20T21:58:57.7458635Z #80 655.1 [1404/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_metal_32.cpp.o 2024-08-20T21:58:57.7460994Z #80 655.1 [1405/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_aligned_alloc_64.cpp.o 2024-08-20T21:58:57.7463582Z #80 655.1 [1406/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_aligned_alloc_64_debug.cpp.o 2024-08-20T21:58:57.7466202Z #80 655.1 [1407/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_allocator_32_debug.cpp.o 2024-08-20T21:58:57.7468688Z #80 655.1 [1408/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_allocator_64.cpp.o 2024-08-20T21:58:57.7471284Z #80 655.1 [1409/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_allocator_64_debug.cpp.o 2024-08-20T21:58:57.7473702Z #80 655.1 [1410/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_clock_32.cpp.o 2024-08-20T21:58:57.7476138Z #80 655.1 [1411/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_clock_32_debug.cpp.o 2024-08-20T21:58:57.7478515Z #80 655.1 [1412/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_clock_64.cpp.o 2024-08-20T21:58:57.7481019Z #80 655.1 [1413/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_clock_64_debug.cpp.o 2024-08-20T21:58:57.7483616Z #80 655.1 [1414/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_error_handler_32.cpp.o 2024-08-20T21:58:57.7486290Z #80 655.1 [1415/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_error_handler_64.cpp.o 2024-08-20T21:58:57.7488711Z #80 655.1 [1416/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_io_32.cpp.o 2024-08-20T21:58:57.7491085Z #80 655.1 [1417/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_io_64.cpp.o 2024-08-20T21:58:57.7493400Z #80 655.1 [1418/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_print_32.cpp.o 2024-08-20T21:58:57.7495863Z #80 655.1 [1419/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_error_handler_64_debug.cpp.o 2024-08-20T21:58:57.7498403Z #80 655.1 [1420/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_get_symbol_32.cpp.o 2024-08-20T21:58:57.7500870Z #80 655.1 [1421/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_get_symbol_64.cpp.o 2024-08-20T21:58:57.7503299Z #80 655.1 [1422/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_io_32_debug.cpp.o 2024-08-20T21:58:57.7505702Z #80 655.1 [1423/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_io_64_debug.cpp.o 2024-08-20T21:58:57.7508232Z #80 655.1 [1424/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_error_handler_32_debug.cpp.o 2024-08-20T21:58:57.7510844Z #80 655.1 [1425/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_get_symbol_64_debug.cpp.o 2024-08-20T21:58:57.7513299Z #80 655.1 [1426/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_print_64.cpp.o 2024-08-20T21:58:57.7515705Z #80 655.1 [1427/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_print_32_debug.cpp.o 2024-08-20T21:58:57.7518183Z #80 655.1 [1428/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_print_64_debug.cpp.o 2024-08-20T21:58:57.7520777Z #80 655.1 [1429/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_timer_profiler_32.cpp.o 2024-08-20T21:58:57.7523130Z #80 655.1 [1430/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_metal_64.cpp.o 2024-08-20T21:58:57.7525834Z #80 655.1 [1431/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_get_symbol_32_debug.cpp.o 2024-08-20T21:58:57.7528406Z #80 655.1 [1432/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_timer_profiler_64.cpp.o 2024-08-20T21:58:57.7530841Z #80 655.1 [1433/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_msan_32_debug.cpp.o 2024-08-20T21:58:57.7533263Z #80 655.1 [1434/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_powerpc_cpu_features_32.cpp.o 2024-08-20T21:58:57.7536762Z #80 655.1 [1435/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_msan_64_debug.cpp.o 2024-08-20T21:58:57.7539273Z #80 655.1 [1436/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_timer_profiler_32_debug.cpp.o 2024-08-20T21:58:57.7542044Z #80 655.1 [1437/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_timer_profiler_64_debug.cpp.o 2024-08-20T21:58:57.7544641Z #80 655.1 [1438/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_powerpc_cpu_features_64.cpp.o 2024-08-20T21:58:57.7547057Z #80 655.1 [1439/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_prefetch_32.cpp.o 2024-08-20T21:58:57.7549337Z #80 655.1 [1440/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_prefetch_64.cpp.o 2024-08-20T21:58:57.7551879Z #80 655.1 [1441/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_powerpc_cpu_features_32_debug.cpp.o 2024-08-20T21:58:57.7554552Z #80 655.1 [1442/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_powerpc_cpu_features_64_debug.cpp.o 2024-08-20T21:58:57.7557095Z #80 655.1 [1443/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_prefetch_32_debug.cpp.o 2024-08-20T21:58:57.7559511Z #80 655.1 [1444/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_prefetch_64_debug.cpp.o 2024-08-20T21:58:57.7562076Z #80 655.1 [1445/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_profiler_inlined_32.cpp.o 2024-08-20T21:58:57.7564547Z #80 655.1 [1446/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_profiler_inlined_64.cpp.o 2024-08-20T21:58:57.7567058Z #80 655.1 [1447/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_device_interface_64_debug.cpp.o 2024-08-20T21:58:57.7569537Z #80 655.1 [1448/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_pseudostack_32.cpp.o 2024-08-20T21:58:57.7571871Z #80 655.1 [1449/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_pseudostack_64.cpp.o 2024-08-20T21:58:57.7574282Z #80 655.1 [1450/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_pseudostack_64_debug.cpp.o 2024-08-20T21:58:57.7576828Z #80 655.1 [1451/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_profiler_inlined_32_debug.cpp.o 2024-08-20T21:58:57.7578922Z #80 655.1 [1452/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_device_interface_32_debug.cpp.o 2024-08-20T21:58:57.7581621Z #80 655.1 [1453/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_pseudostack_32_debug.cpp.o 2024-08-20T21:58:57.7584145Z #80 655.1 [1454/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_profiler_inlined_64_debug.cpp.o 2024-08-20T21:58:57.8423264Z #80 655.1 [1455/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_hvx_vtcm_32.cpp.o 2024-08-20T21:58:57.8425751Z #80 655.1 [1456/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_allocator_32.cpp.o 2024-08-20T21:58:57.8428153Z #80 655.1 [1457/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_allocator_64.cpp.o 2024-08-20T21:58:57.8430848Z #80 655.2 [1458/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_dma_32_debug.cpp.o 2024-08-20T21:58:57.8433380Z #80 655.2 [1459/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_hvx_vtcm_64_debug.cpp.o 2024-08-20T21:58:57.8436362Z #80 655.2 [1460/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_hvx_vtcm_32_debug.cpp.o 2024-08-20T21:58:57.8438811Z #80 655.2 [1461/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_hvx_64.cpp.o 2024-08-20T21:58:57.8441275Z #80 655.2 [1462/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_dma_64_debug.cpp.o 2024-08-20T21:58:57.8443640Z #80 655.2 [1463/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_hvx_32.cpp.o 2024-08-20T21:58:57.8446052Z #80 655.2 [1464/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_allocator_64_debug.cpp.o 2024-08-20T21:58:57.8448634Z #80 655.2 [1465/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_hvx_vtcm_64.cpp.o 2024-08-20T21:58:57.8451077Z #80 655.2 [1466/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_yield_32_debug.cpp.o 2024-08-20T21:58:57.8453504Z #80 655.2 [1467/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_threads_32.cpp.o 2024-08-20T21:58:57.8455844Z #80 655.2 [1468/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_yield_64.cpp.o 2024-08-20T21:58:57.8458221Z #80 655.2 [1469/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_profiler_32.cpp.o 2024-08-20T21:58:57.8460647Z #80 655.2 [1470/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_allocator_32_debug.cpp.o 2024-08-20T21:58:57.8463177Z #80 655.2 [1471/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_threads_tsan_32.cpp.o 2024-08-20T21:58:57.8465619Z #80 655.2 [1472/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_threads_64.cpp.o 2024-08-20T21:58:57.8468040Z #80 655.2 [1473/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_profiler_64.cpp.o 2024-08-20T21:58:57.8470362Z #80 655.2 [1474/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_yield_32.cpp.o 2024-08-20T21:58:57.8472572Z #80 655.2 [1475/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_hvx_32_debug.cpp.o 2024-08-20T21:58:57.8474911Z #80 655.2 [1476/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_threads_tsan_64.cpp.o 2024-08-20T21:58:57.8477256Z #80 655.2 [1477/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_hvx_64_debug.cpp.o 2024-08-20T21:58:57.8479733Z #80 655.2 [1478/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_yield_64_debug.cpp.o 2024-08-20T21:58:57.8482101Z #80 655.2 [1479/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_riscv_cpu_features_32.cpp.o 2024-08-20T21:58:57.8484649Z #80 655.2 [1480/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_riscv_cpu_features_32_debug.cpp.o 2024-08-20T21:58:57.8487158Z #80 655.2 [1481/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_riscv_cpu_features_64.cpp.o 2024-08-20T21:58:57.8489663Z #80 655.2 [1482/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_riscv_cpu_features_64_debug.cpp.o 2024-08-20T21:58:57.8491802Z #80 655.2 [1483/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_to_string_32.cpp.o 2024-08-20T21:58:57.8494060Z #80 655.2 [1484/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_runtime_api_32.cpp.o 2024-08-20T21:58:57.8496316Z #80 655.2 [1485/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_runtime_api_64.cpp.o 2024-08-20T21:58:57.8498798Z #80 655.2 [1486/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_runtime_api_32_debug.cpp.o 2024-08-20T21:58:57.8501161Z #80 655.2 [1487/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_host_32_debug.cpp.o 2024-08-20T21:58:57.8503403Z #80 655.2 [1488/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_opencl_32.cpp.o 2024-08-20T21:58:57.8505553Z #80 655.2 [1489/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_trace_helper_64.cpp.o 2024-08-20T21:58:57.8507837Z #80 655.2 [1490/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_trace_helper_32_debug.cpp.o 2024-08-20T21:58:57.8510095Z #80 655.2 [1491/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_threads_32.cpp.o 2024-08-20T21:58:57.8512152Z #80 655.2 [1492/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_runtime_api_64_debug.cpp.o 2024-08-20T21:58:57.8514438Z #80 655.2 [1493/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_trace_helper_32.cpp.o 2024-08-20T21:58:57.9430849Z #80 655.2 [1494/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_trace_helper_64_debug.cpp.o 2024-08-20T21:58:57.9432849Z #80 655.2 [1495/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_timer_profiler_64.cpp.o 2024-08-20T21:58:57.9434820Z #80 655.2 [1496/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_to_string_64.cpp.o 2024-08-20T21:58:57.9436844Z #80 655.3 [1497/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hexagon_host_64_debug.cpp.o 2024-08-20T21:58:57.9438710Z #80 655.3 [1498/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_timer_profiler_32.cpp.o 2024-08-20T21:58:57.9440664Z #80 655.3 [1499/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_wasm_cpu_features_32.cpp.o 2024-08-20T21:58:57.9442571Z #80 655.3 [1500/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_threads_tsan_64.cpp.o 2024-08-20T21:58:57.9444591Z #80 655.3 [1501/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_wasm_cpu_features_64.cpp.o 2024-08-20T21:58:57.9446456Z #80 655.3 [1502/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_profiler_64_debug.cpp.o 2024-08-20T21:58:57.9448226Z #80 655.3 [1503/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_opencl_64.cpp.o 2024-08-20T21:58:57.9450038Z #80 655.3 [1504/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_threads_tsan_32.cpp.o 2024-08-20T21:58:57.9451872Z #80 655.3 [1505/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_profiler_32_debug.cpp.o 2024-08-20T21:58:57.9453708Z #80 655.3 [1506/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_threads_64.cpp.o 2024-08-20T21:58:57.9455634Z #80 655.3 [1507/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_wasm_cpu_features_64_debug.cpp.o 2024-08-20T21:58:57.9457505Z #80 655.3 [1508/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_tracing_64.cpp.o 2024-08-20T21:58:57.9459380Z #80 655.3 [1509/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_wasm_cpu_features_32_debug.cpp.o 2024-08-20T21:58:57.9461247Z #80 655.3 [1510/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_tracing_32.cpp.o 2024-08-20T21:58:57.9463075Z #80 655.3 [1511/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_to_string_32_debug.cpp.o 2024-08-20T21:58:57.9464938Z #80 655.3 [1512/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_to_string_64_debug.cpp.o 2024-08-20T21:58:57.9466786Z #80 655.3 [1513/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_clock_32.cpp.o 2024-08-20T21:58:57.9468846Z #80 655.3 [1514/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_clock_32_debug.cpp.o 2024-08-20T21:58:57.9470736Z #80 655.3 [1515/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_clock_64.cpp.o 2024-08-20T21:58:57.9472621Z #80 655.3 [1516/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_clock_64_debug.cpp.o 2024-08-20T21:58:57.9474571Z #80 655.3 [1517/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_threads_64_debug.cpp.o 2024-08-20T21:58:57.9476464Z #80 655.3 [1518/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_tracing_32_debug.cpp.o 2024-08-20T21:58:57.9478419Z #80 655.3 [1519/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_d3d12compute_x86_32_debug.cpp.o 2024-08-20T21:58:57.9480692Z #80 655.3 [1520/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_get_symbol_64.cpp.o 2024-08-20T21:58:57.9482652Z #80 655.3 [1521/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_d3d12compute_x86_32.cpp.o 2024-08-20T21:58:57.9484683Z #80 655.3 [1522/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_threads_32_debug.cpp.o 2024-08-20T21:58:57.9486658Z #80 655.3 [1523/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_threads_tsan_32_debug.cpp.o 2024-08-20T21:58:58.0449620Z #80 655.3 [1524/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_metal_64_debug.cpp.o 2024-08-20T21:58:58.0452183Z #80 655.3 [1525/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_threads_tsan_64_debug.cpp.o 2024-08-20T21:58:58.0454718Z #80 655.3 [1526/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_metal_32_debug.cpp.o 2024-08-20T21:58:58.0457161Z #80 655.3 [1527/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_get_symbol_32.cpp.o 2024-08-20T21:58:58.0459821Z #80 655.3 [1528/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_get_symbol_32_debug.cpp.o 2024-08-20T21:58:58.0462309Z #80 655.3 [1529/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_io_32.cpp.o 2024-08-20T21:58:58.0464754Z #80 655.3 [1530/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_timer_profiler_32_debug.cpp.o 2024-08-20T21:58:58.0467193Z #80 655.4 [1531/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_io_64.cpp.o 2024-08-20T21:58:58.0469523Z #80 655.4 [1532/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_tracing_64_debug.cpp.o 2024-08-20T21:58:58.0472006Z #80 655.4 [1533/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_timer_profiler_64_debug.cpp.o 2024-08-20T21:58:58.0474616Z #80 655.4 [1534/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_get_symbol_64_debug.cpp.o 2024-08-20T21:58:58.0477155Z #80 655.4 [1535/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_io_32_debug.cpp.o 2024-08-20T21:58:58.0479703Z #80 655.4 [1536/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_io_64_debug.cpp.o 2024-08-20T21:58:58.0482111Z #80 655.4 [1537/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_webgpu_dawn_32.cpp.o 2024-08-20T21:58:58.0484446Z #80 655.4 [1538/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_cuda_32_debug.cpp.o 2024-08-20T21:58:58.0486848Z #80 655.4 [1539/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_webgpu_emscripten_32.cpp.o 2024-08-20T21:58:58.0489256Z #80 655.4 [1540/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_webgpu_dawn_64.cpp.o 2024-08-20T21:58:58.0491667Z #80 655.4 [1541/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_webgpu_emscripten_64.cpp.o 2024-08-20T21:58:58.0494281Z #80 655.4 [1542/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_threads_64_debug.cpp.o 2024-08-20T21:58:58.0496776Z #80 655.4 [1543/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_threads_32_debug.cpp.o 2024-08-20T21:58:58.0499184Z #80 655.4 [1544/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_cuda_64_debug.cpp.o 2024-08-20T21:58:58.0501582Z #80 655.4 [1545/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_profiler_64.cpp.o 2024-08-20T21:58:58.0504027Z #80 655.4 [1546/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_profiler_32.cpp.o 2024-08-20T21:58:58.1459156Z #80 655.4 [1547/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_yield_32.cpp.o 2024-08-20T21:58:58.1461866Z #80 655.4 [1548/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_yield_32_debug.cpp.o 2024-08-20T21:58:58.1470482Z #80 655.4 [1549/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_yield_64.cpp.o 2024-08-20T21:58:58.1473306Z #80 655.4 [1550/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_threads_tsan_64_debug.cpp.o 2024-08-20T21:58:58.1476049Z #80 655.5 [1551/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_yield_64_debug.cpp.o 2024-08-20T21:58:58.1478944Z #80 655.5 [1552/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_threads_64.cpp.o 2024-08-20T21:58:58.1481730Z #80 655.5 [1553/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_qurt_threads_tsan_32_debug.cpp.o 2024-08-20T21:58:58.1484509Z #80 655.5 [1554/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_threads_32.cpp.o 2024-08-20T21:58:58.1487198Z #80 655.5 [1555/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_x86_cpu_features_64.cpp.o 2024-08-20T21:58:58.1489964Z #80 655.5 [1556/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_threads_tsan_32.cpp.o 2024-08-20T21:58:58.1492812Z #80 655.5 [1557/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_threads_tsan_64.cpp.o 2024-08-20T21:58:58.1495505Z #80 655.5 [1558/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_x86_cpu_features_32.cpp.o 2024-08-20T21:58:58.1498102Z #80 655.5 [1559/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_write_debug_image_32.cpp.o 2024-08-20T21:58:58.1500746Z #80 655.5 [1560/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_cuda_64.cpp.o 2024-08-20T21:58:58.1503397Z #80 655.5 [1561/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_profiler_64_debug.cpp.o 2024-08-20T21:58:58.1506039Z #80 655.5 [1562/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_write_debug_image_64.cpp.o 2024-08-20T21:58:58.1523676Z #80 655.5 [1563/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_x86_cpu_features_32_debug.cpp.o 2024-08-20T21:58:58.1526546Z #80 655.5 [1564/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_cuda_32.cpp.o 2024-08-20T21:58:58.1529076Z #80 655.5 [1565/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_aarch64.cpp.o 2024-08-20T21:58:58.1531590Z #80 655.5 [1566/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_arm_no_neon.cpp.o 2024-08-20T21:58:58.1536299Z #80 655.5 [1567/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_arm.cpp.o 2024-08-20T21:58:58.1538824Z #80 655.5 [1568/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_x86_cpu_features_64_debug.cpp.o 2024-08-20T21:58:58.1542061Z #80 655.5 [1569/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_posix_math.cpp.o 2024-08-20T21:58:58.1544544Z #80 655.5 [1570/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_profiler_32_debug.cpp.o 2024-08-20T21:58:58.1546789Z #80 655.5 [1571/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_powerpc.cpp.o 2024-08-20T21:58:58.1549071Z #80 655.5 [1572/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_x86_amx.cpp.o 2024-08-20T21:58:58.1551350Z #80 655.5 [1573/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_x86_avx.cpp.o 2024-08-20T21:58:58.1553641Z #80 655.5 [1574/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_hvx_128.cpp.o 2024-08-20T21:58:58.1555822Z #80 655.5 [1575/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_x86.cpp.o 2024-08-20T21:58:58.2524864Z #80 655.5 [1576/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_x86_sse41.cpp.o 2024-08-20T21:58:58.2526269Z #80 655.6 [1577/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_ptx_dev.cpp.o 2024-08-20T21:58:58.2527417Z #80 655.6 [1578/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_wasm_math.cpp.o 2024-08-20T21:58:58.2528553Z #80 655.6 [1579/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_win32_math.cpp.o 2024-08-20T21:58:58.2529717Z #80 655.6 [1580/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_x86_avx512.cpp.o 2024-08-20T21:58:58.2531017Z #80 655.6 [1581/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_x86_avx2.cpp.o 2024-08-20T21:58:58.2532240Z #80 655.6 [1582/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalidePyTorchHelpers_h.cpp.o 2024-08-20T21:58:58.2533596Z #80 655.6 [1583/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalidePyTorchCudaHelpers_h.cpp.o 2024-08-20T21:58:58.2536049Z #80 655.6 [1584/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_write_debug_image_64_debug.cpp.o 2024-08-20T21:58:58.2537294Z #80 655.6 [1585/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_inlined_c.cpp.o 2024-08-20T21:58:58.2538488Z #80 655.6 [1586/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalideRuntimeCuda_h.cpp.o 2024-08-20T21:58:58.2539768Z #80 655.6 [1587/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalideRuntimeMetal_h.cpp.o 2024-08-20T21:58:58.2541089Z #80 655.6 [1588/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalideRuntimeD3D12Compute_h.cpp.o 2024-08-20T21:58:58.2542429Z #80 655.6 [1589/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_write_debug_image_32_debug.cpp.o 2024-08-20T21:58:58.2543707Z #80 655.6 [1590/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalideRuntimeQurt_h.cpp.o 2024-08-20T21:58:58.2544999Z #80 655.6 [1591/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalideRuntimeWebGPU_h.cpp.o 2024-08-20T21:58:58.2546291Z #80 655.6 [1592/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalideRuntimeOpenCL_h.cpp.o 2024-08-20T21:58:58.2547590Z #80 655.6 [1593/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalideRuntimeHexagonHost_h.cpp.o 2024-08-20T21:58:58.2548932Z #80 655.6 [1594/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalideRuntimeVulkan_h.cpp.o 2024-08-20T21:58:58.2550241Z #80 655.6 [1595/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalideRuntimeHexagonDma_h.cpp.o 2024-08-20T21:58:58.2551588Z #80 655.6 [1596/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_threads_tsan_32_debug.cpp.o 2024-08-20T21:58:58.2552908Z #80 655.6 [1597/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_threads_64_debug.cpp.o 2024-08-20T21:58:58.2554302Z #80 655.6 [1598/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_threads_32_debug.cpp.o 2024-08-20T21:58:58.2555560Z #80 655.6 [1599/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_opencl_32.cpp.o 2024-08-20T21:58:58.2556865Z #80 655.6 [1600/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_threads_tsan_64_debug.cpp.o 2024-08-20T21:58:58.2558145Z #80 655.6 [1601/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_opencl_64.cpp.o 2024-08-20T21:58:58.2559392Z #80 655.6 [1602/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_webgpu_dawn_32_debug.cpp.o 2024-08-20T21:58:58.3594340Z #80 655.7 [1603/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_webgpu_dawn_64_debug.cpp.o 2024-08-20T21:58:58.3596098Z #80 655.7 [1604/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_opencl_32_debug.cpp.o 2024-08-20T21:58:58.3597372Z #80 655.7 [1605/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_webgpu_emscripten_32_debug.cpp.o 2024-08-20T21:58:58.3598708Z #80 655.7 [1606/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_webgpu_emscripten_64_debug.cpp.o 2024-08-20T21:58:58.3600084Z #80 655.7 [1607/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_opencl_64_debug.cpp.o 2024-08-20T21:58:58.3601449Z #80 655.7 [1608/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_d3d12compute_x86_64.cpp.o 2024-08-20T21:58:58.3602713Z #80 655.8 [1609/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalideRuntime_h.cpp.o 2024-08-20T21:58:58.5020845Z #80 655.8 [1610/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_HalideBuffer_h.cpp.o 2024-08-20T21:58:58.5022192Z #80 655.8 [1611/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_cuda_32_debug.cpp.o 2024-08-20T21:58:58.5023573Z #80 655.9 [1612/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_vulkan_64.cpp.o 2024-08-20T21:58:58.6283624Z #80 655.9 [1613/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_opencl_32_debug.cpp.o 2024-08-20T21:58:58.6286007Z #80 655.9 [1614/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_vulkan_32.cpp.o 2024-08-20T21:58:58.6288305Z #80 655.9 [1615/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_cuda_64_debug.cpp.o 2024-08-20T21:58:58.6291047Z #80 656.0 [1616/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2024-08-20T21:58:58.7741469Z #80 656.0 [1617/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_vulkan_64.cpp.o 2024-08-20T21:58:58.7743805Z #80 656.0 [1618/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_vulkan_32.cpp.o 2024-08-20T21:58:58.7746157Z #80 656.1 [1619/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_opencl_64_debug.cpp.o 2024-08-20T21:58:58.7748859Z #80 656.1 [1620/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2024-08-20T21:58:58.7751003Z #80 656.2 [1621/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_ptx_compute_30.cpp.o 2024-08-20T21:58:58.9269405Z #80 656.2 [1622/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_ptx_compute_20.cpp.o 2024-08-20T21:58:58.9271725Z #80 656.3 [1623/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_ptx_compute_35.cpp.o 2024-08-20T21:58:59.0624206Z #80 656.5 [1624/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_d3d12compute_x86_64_debug.cpp.o 2024-08-20T21:58:59.3059548Z #80 656.7 [1625/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_vulkan_32_debug.cpp.o 2024-08-20T21:58:59.4808302Z #80 656.9 [1626/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_vulkan_64_debug.cpp.o 2024-08-20T21:58:59.6111135Z #80 657.0 [1627/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_vulkan_32_debug.cpp.o 2024-08-20T21:58:59.7658723Z #80 657.0 [1628/4136] Building CXX object src/runtime/CMakeFiles/Halide_initmod.dir/_initmod_windows_vulkan_64_debug.cpp.o 2024-08-20T21:58:59.7925343Z #80 657.2 [1629/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2024-08-20T21:58:59.9606585Z #80 657.4 [1630/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2024-08-20T21:59:01.7672905Z #80 659.2 [1631/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2024-08-20T21:59:01.9972850Z #80 659.2 [1632/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2024-08-20T21:59:02.2325530Z #80 659.6 [1633/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2024-08-20T21:59:05.2129928Z #80 662.6 [1634/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatbuffers.dir/src/idl_parser.cpp.o 2024-08-20T21:59:05.3779617Z #80 662.6 [1635/4136] Linking CXX static library _deps/flatbuffers-build/libflatbuffers.a 2024-08-20T21:59:05.4733530Z #80 662.9 [1636/4136] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2024-08-20T21:59:05.6303744Z #80 663.0 [1637/4136] Linking CXX executable _deps/flatbuffers-build/flatc 2024-08-20T21:59:05.8010022Z #80 663.0 [1638/4136] Generating ../flatc/include/halide_ir.fbs.h 2024-08-20T21:59:06.5490984Z #80 663.9 [1639/4136] Building CXX object src/CMakeFiles/Halide.dir/Debug.cpp.o 2024-08-20T21:59:06.7098060Z #80 664.1 [1640/4136] Building CXX object src/CMakeFiles/Halide.dir/Argument.cpp.o 2024-08-20T21:59:07.1628281Z #80 664.6 [1641/4136] Building CXX object src/CMakeFiles/Halide.dir/Buffer.cpp.o 2024-08-20T21:59:07.3839882Z #80 664.8 [1642/4136] Building CXX object src/CMakeFiles/Halide.dir/ConstantInterval.cpp.o 2024-08-20T21:59:07.5344662Z #80 664.9 [1643/4136] Building CXX object src/CMakeFiles/Halide.dir/AddSplitFactorChecks.cpp.o 2024-08-20T21:59:07.5346340Z #80 664.9 [1644/4136] Building CXX object src/CMakeFiles/Halide.dir/AlignLoads.cpp.o 2024-08-20T21:59:07.6449782Z #80 665.0 [1645/4136] Building CXX object src/CMakeFiles/Halide.dir/DebugArguments.cpp.o 2024-08-20T21:59:07.6451461Z #80 665.0 [1646/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_PyTorch.cpp.o 2024-08-20T21:59:07.6453032Z #80 665.0 [1647/4136] Building CXX object src/CMakeFiles/Halide.dir/Callable.cpp.o 2024-08-20T21:59:07.7547607Z #80 665.2 [1648/4136] Building CXX object src/CMakeFiles/Halide.dir/ConstantBounds.cpp.o 2024-08-20T21:59:07.9842570Z #80 665.2 [1649/4136] Building CXX object src/CMakeFiles/Halide.dir/DebugToFile.cpp.o 2024-08-20T21:59:07.9844424Z #80 665.2 [1650/4136] Building CXX object src/CMakeFiles/Halide.dir/BoundConstantExtentLoops.cpp.o 2024-08-20T21:59:07.9846059Z #80 665.2 [1651/4136] Building CXX object src/CMakeFiles/Halide.dir/Definition.cpp.o 2024-08-20T21:59:08.0977308Z #80 665.5 [1652/4136] Building CXX object src/CMakeFiles/Halide.dir/BoundSmallAllocations.cpp.o 2024-08-20T21:59:08.2703558Z #80 665.7 [1653/4136] Building CXX object src/CMakeFiles/Halide.dir/ClampUnsafeAccesses.cpp.o 2024-08-20T21:59:08.4407137Z #80 665.7 [1654/4136] Building CXX object src/CMakeFiles/Halide.dir/AddParameterChecks.cpp.o 2024-08-20T21:59:08.5430088Z #80 665.9 [1655/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_GPU_Dev.cpp.o 2024-08-20T21:59:08.6780707Z #80 666.0 [1656/4136] Building CXX object src/CMakeFiles/Halide.dir/AllocationBoundsInference.cpp.o 2024-08-20T21:59:08.6782668Z #80 666.1 [1657/4136] Building CXX object src/CMakeFiles/Halide.dir/CanonicalizeGPUVars.cpp.o 2024-08-20T21:59:08.9885577Z #80 666.4 [1658/4136] Building CXX object src/CMakeFiles/Halide.dir/CompilerLogger.cpp.o 2024-08-20T21:59:09.3270229Z #80 666.7 [1659/4136] Building CXX object src/CMakeFiles/Halide.dir/BoundaryConditions.cpp.o 2024-08-20T21:59:09.4915000Z #80 666.8 [1660/4136] Building CXX object src/CMakeFiles/Halide.dir/Dimension.cpp.o 2024-08-20T21:59:09.4916708Z #80 666.8 [1661/4136] Building CXX object src/CMakeFiles/Halide.dir/Error.cpp.o 2024-08-20T21:59:09.4918291Z #80 666.8 [1662/4136] Building CXX object src/CMakeFiles/Halide.dir/EarlyFree.cpp.o 2024-08-20T21:59:09.4920041Z #80 666.9 [1663/4136] Building CXX object src/CMakeFiles/Halide.dir/Expr.cpp.o 2024-08-20T21:59:09.6923876Z #80 666.9 [1664/4136] Building CXX object src/CMakeFiles/Halide.dir/DeviceArgument.cpp.o 2024-08-20T21:59:09.6925482Z #80 666.9 [1665/4136] Building CXX object src/CMakeFiles/Halide.dir/DeviceInterface.cpp.o 2024-08-20T21:59:09.6927101Z #80 666.9 [1666/4136] Building CXX object src/CMakeFiles/Halide.dir/ApplySplit.cpp.o 2024-08-20T21:59:09.7057678Z #80 667.1 [1667/4136] Building CXX object src/CMakeFiles/Halide.dir/AbstractGenerator.cpp.o 2024-08-20T21:59:09.8123446Z #80 667.2 [1668/4136] Building CXX object src/CMakeFiles/Halide.dir/Closure.cpp.o 2024-08-20T21:59:10.0367004Z #80 667.2 [1669/4136] Building CXX object src/CMakeFiles/Halide.dir/AutoScheduleUtils.cpp.o 2024-08-20T21:59:10.0368541Z #80 667.3 [1670/4136] Building CXX object src/CMakeFiles/Halide.dir/DistributeShifts.cpp.o 2024-08-20T21:59:10.2113190Z #80 667.6 [1671/4136] Building CXX object src/CMakeFiles/Halide.dir/Float16.cpp.o 2024-08-20T21:59:10.3334138Z #80 667.7 [1672/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_Metal_Dev.cpp.o 2024-08-20T21:59:10.3335906Z #80 667.7 [1673/4136] Building CXX object src/CMakeFiles/Halide.dir/EmulateFloat16Math.cpp.o 2024-08-20T21:59:10.3337551Z #80 667.7 [1674/4136] Building CXX object src/CMakeFiles/Halide.dir/FindCalls.cpp.o 2024-08-20T21:59:10.4554884Z #80 667.8 [1675/4136] Building CXX object src/CMakeFiles/Halide.dir/IntegerDivisionTable.cpp.o 2024-08-20T21:59:10.4556662Z #80 667.9 [1676/4136] Building CXX object src/CMakeFiles/Halide.dir/AddAtomicMutex.cpp.o 2024-08-20T21:59:10.6066927Z #80 668.0 [1677/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_D3D12Compute_Dev.cpp.o 2024-08-20T21:59:10.7151887Z #80 668.1 [1678/4136] Building CXX object src/CMakeFiles/Halide.dir/AssociativeOpsTable.cpp.o 2024-08-20T21:59:10.8575113Z #80 668.2 [1679/4136] Building CXX object src/CMakeFiles/Halide.dir/FuzzFloatStores.cpp.o 2024-08-20T21:59:10.8577250Z #80 668.3 [1680/4136] Building CXX object src/CMakeFiles/Halide.dir/Deinterleave.cpp.o 2024-08-20T21:59:11.0034976Z #80 668.3 [1681/4136] Building CXX object src/CMakeFiles/Halide.dir/CPlusPlusMangle.cpp.o 2024-08-20T21:59:11.0037229Z #80 668.4 [1682/4136] Building CXX object src/CMakeFiles/Halide.dir/FlattenNestedRamps.cpp.o 2024-08-20T21:59:11.4971771Z #80 668.9 [1683/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_OpenCL_Dev.cpp.o 2024-08-20T21:59:11.6540716Z #80 668.9 [1684/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_WebGPU_Dev.cpp.o 2024-08-20T21:59:11.6542313Z #80 668.9 [1685/4136] Building CXX object src/CMakeFiles/Halide.dir/AsyncProducers.cpp.o 2024-08-20T21:59:11.6543751Z #80 669.1 [1686/4136] Building CXX object src/CMakeFiles/Halide.dir/ImageParam.cpp.o 2024-08-20T21:59:11.8354230Z #80 669.1 [1687/4136] Building CXX object src/CMakeFiles/Halide.dir/EliminateBoolVectors.cpp.o 2024-08-20T21:59:11.8376931Z #80 669.2 [1688/4136] Building CXX object src/CMakeFiles/Halide.dir/ExtractTileOperations.cpp.o 2024-08-20T21:59:11.9466653Z #80 669.3 [1689/4136] Building CXX object src/CMakeFiles/Halide.dir/Inline.cpp.o 2024-08-20T21:59:12.0499183Z #80 669.4 [1690/4136] Building CXX object src/CMakeFiles/Halide.dir/FastIntegerDivide.cpp.o 2024-08-20T21:59:12.2252398Z #80 669.5 [1691/4136] Building CXX object src/CMakeFiles/Halide.dir/CSE.cpp.o 2024-08-20T21:59:12.3203146Z #80 669.7 [1692/4136] Building CXX object src/CMakeFiles/Halide.dir/Elf.cpp.o 2024-08-20T21:59:12.5450036Z #80 669.9 [1693/4136] Building CXX object src/CMakeFiles/Halide.dir/IRVisitor.cpp.o 2024-08-20T21:59:12.7689415Z #80 670.2 [1694/4136] Building CXX object src/CMakeFiles/Halide.dir/Interval.cpp.o 2024-08-20T21:59:13.0044960Z #80 670.4 [1695/4136] Building CXX object src/CMakeFiles/Halide.dir/Lambda.cpp.o 2024-08-20T21:59:13.1606036Z #80 670.5 [1696/4136] Building CXX object src/CMakeFiles/Halide.dir/IRMutator.cpp.o 2024-08-20T21:59:13.1607605Z #80 670.6 [1697/4136] Building CXX object src/CMakeFiles/Halide.dir/DerivativeUtils.cpp.o 2024-08-20T21:59:13.3212956Z #80 670.6 [1698/4136] Building CXX object src/CMakeFiles/Halide.dir/InferArguments.cpp.o 2024-08-20T21:59:13.6526922Z #80 671.0 [1699/4136] Building CXX object src/CMakeFiles/Halide.dir/IRMatch.cpp.o 2024-08-20T21:59:13.9144733Z #80 671.3 [1700/4136] Building CXX object src/CMakeFiles/Halide.dir/Lerp.cpp.o 2024-08-20T21:59:14.1732591Z #80 671.6 [1701/4136] Building CXX object src/CMakeFiles/Halide.dir/ObjectInstanceRegistry.cpp.o 2024-08-20T21:59:14.2947036Z #80 671.7 [1702/4136] Building CXX object src/CMakeFiles/Halide.dir/InlineReductions.cpp.o 2024-08-20T21:59:14.2948650Z #80 671.7 [1703/4136] Building CXX object src/CMakeFiles/Halide.dir/IREquality.cpp.o 2024-08-20T21:59:14.6266949Z #80 672.0 [1704/4136] Building CXX object src/CMakeFiles/Halide.dir/IRPrinter.cpp.o 2024-08-20T21:59:14.7288507Z #80 672.1 [1705/4136] Building CXX object src/CMakeFiles/Halide.dir/InjectHostDevBufferCopies.cpp.o 2024-08-20T21:59:14.8949684Z #80 672.3 [1706/4136] Building CXX object src/CMakeFiles/Halide.dir/IR.cpp.o 2024-08-20T21:59:14.9973990Z #80 672.4 [1707/4136] Building CXX object src/CMakeFiles/Halide.dir/ModulusRemainder.cpp.o 2024-08-20T21:59:15.1334457Z #80 672.5 [1708/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_Vulkan_Dev.cpp.o 2024-08-20T21:59:15.1336279Z #80 672.5 [1709/4136] Building CXX object src/CMakeFiles/Halide.dir/OutputImageParam.cpp.o 2024-08-20T21:59:15.4324866Z #80 672.8 [1710/4136] Building CXX object src/CMakeFiles/Halide.dir/Function.cpp.o 2024-08-20T21:59:16.1887178Z #80 673.6 [1711/4136] Building CXX object src/CMakeFiles/Halide.dir/PurifyIndexMath.cpp.o 2024-08-20T21:59:16.4118376Z #80 673.7 [1712/4136] Building CXX object src/CMakeFiles/Halide.dir/Parameter.cpp.o 2024-08-20T21:59:16.4243224Z #80 673.8 [1713/4136] Building CXX object src/CMakeFiles/Halide.dir/OptimizeShuffles.cpp.o 2024-08-20T21:59:16.5904987Z #80 673.8 [1714/4136] Building CXX object src/CMakeFiles/Halide.dir/Associativity.cpp.o 2024-08-20T21:59:16.5906719Z #80 673.9 [1715/4136] Building CXX object src/CMakeFiles/Halide.dir/Memoization.cpp.o 2024-08-20T21:59:16.5908288Z #80 673.9 [1716/4136] Building CXX object src/CMakeFiles/Halide.dir/LICM.cpp.o 2024-08-20T21:59:16.5909711Z #80 673.9 [1717/4136] Building CXX object src/CMakeFiles/Halide.dir/ParallelRVar.cpp.o 2024-08-20T21:59:16.5911097Z #80 674.0 [1718/4136] Building CXX object src/CMakeFiles/Halide.dir/Qualify.cpp.o 2024-08-20T21:59:17.0736389Z #80 674.5 [1719/4136] Building CXX object src/CMakeFiles/Halide.dir/PythonExtensionGen.cpp.o 2024-08-20T21:59:17.2355657Z #80 674.5 [1720/4136] Building CXX object src/CMakeFiles/Halide.dir/Random.cpp.o 2024-08-20T21:59:17.2603305Z #80 674.7 [1721/4136] Building CXX object src/CMakeFiles/Halide.dir/PrintLoopNest.cpp.o 2024-08-20T21:59:17.4352793Z #80 674.7 [1722/4136] Building CXX object src/CMakeFiles/Halide.dir/Monotonic.cpp.o 2024-08-20T21:59:17.4354588Z #80 674.8 [1723/4136] Building CXX object src/CMakeFiles/Halide.dir/LoopCarry.cpp.o 2024-08-20T21:59:17.6199012Z #80 674.9 [1724/4136] Building CXX object src/CMakeFiles/Halide.dir/AddImageChecks.cpp.o 2024-08-20T21:59:17.6200862Z #80 674.9 [1725/4136] Building CXX object src/CMakeFiles/Halide.dir/Realization.cpp.o 2024-08-20T21:59:17.6202546Z #80 675.0 [1726/4136] Building CXX object src/CMakeFiles/Halide.dir/LowerParallelTasks.cpp.o 2024-08-20T21:59:17.7580861Z #80 675.2 [1727/4136] Building CXX object src/CMakeFiles/Halide.dir/RemoveExternLoops.cpp.o 2024-08-20T21:59:17.9903632Z #80 675.2 [1728/4136] Building CXX object src/CMakeFiles/Halide.dir/Lower.cpp.o 2024-08-20T21:59:17.9905247Z #80 675.2 [1729/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_C.cpp.o 2024-08-20T21:59:17.9906936Z #80 675.2 [1730/4136] Building CXX object src/CMakeFiles/Halide.dir/RebaseLoopsToZero.cpp.o 2024-08-20T21:59:18.2385900Z #80 675.6 [1731/4136] Building CXX object src/CMakeFiles/Halide.dir/FuseGPUThreadLoops.cpp.o 2024-08-20T21:59:18.6477684Z #80 676.0 [1732/4136] Building CXX object src/CMakeFiles/Halide.dir/LowerWarpShuffles.cpp.o 2024-08-20T21:59:18.8471804Z #80 676.1 [1733/4136] Building CXX object src/CMakeFiles/Halide.dir/SelectGPUAPI.cpp.o 2024-08-20T21:59:18.8473818Z #80 676.2 [1734/4136] Building CXX object src/CMakeFiles/Halide.dir/OffloadGPULoops.cpp.o 2024-08-20T21:59:18.9613241Z #80 676.3 [1735/4136] Building CXX object src/CMakeFiles/Halide.dir/RDom.cpp.o 2024-08-20T21:59:18.9615260Z #80 676.4 [1736/4136] Building CXX object src/CMakeFiles/Halide.dir/Reduction.cpp.o 2024-08-20T21:59:19.1335254Z #80 676.4 [1737/4136] Building CXX object src/CMakeFiles/Halide.dir/RemoveDeadAllocations.cpp.o 2024-08-20T21:59:19.3419521Z #80 676.7 [1738/4136] Building CXX object src/CMakeFiles/Halide.dir/Prefetch.cpp.o 2024-08-20T21:59:19.5758024Z #80 676.8 [1739/4136] Building CXX object src/CMakeFiles/Halide.dir/PartitionLoops.cpp.o 2024-08-20T21:59:19.5759963Z #80 676.8 [1740/4136] Building CXX object src/CMakeFiles/Halide.dir/BoundsInference.cpp.o 2024-08-20T21:59:19.6002780Z #80 677.0 [1741/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Reinterpret.cpp.o 2024-08-20T21:59:19.8286777Z #80 677.1 [1742/4136] Building CXX object src/CMakeFiles/Halide.dir/Profiling.cpp.o 2024-08-20T21:59:19.9318096Z #80 677.3 [1743/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Cast.cpp.o 2024-08-20T21:59:20.0724351Z #80 677.5 [1744/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_Hexagon.cpp.o 2024-08-20T21:59:20.2307617Z #80 677.5 [1745/4136] Building CXX object src/CMakeFiles/Halide.dir/RemoveUndef.cpp.o 2024-08-20T21:59:20.3796498Z #80 677.8 [1746/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_PowerPC.cpp.o 2024-08-20T21:59:20.6695305Z #80 678.1 [1747/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_ARM.cpp.o 2024-08-20T21:59:20.8394336Z #80 678.1 [1748/4136] Building CXX object src/CMakeFiles/Halide.dir/Deserialization.cpp.o 2024-08-20T21:59:20.8395865Z #80 678.2 [1749/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_RISCV.cpp.o 2024-08-20T21:59:20.8397383Z #80 678.2 [1750/4136] Building CXX object src/CMakeFiles/Halide.dir/Schedule.cpp.o 2024-08-20T21:59:21.0154690Z #80 678.3 [1751/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_WebAssembly.cpp.o 2024-08-20T21:59:21.3842158Z #80 678.8 [1752/4136] Building CXX object src/CMakeFiles/Halide.dir/RegionCosts.cpp.o 2024-08-20T21:59:21.8039346Z #80 679.2 [1753/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_And.cpp.o 2024-08-20T21:59:22.0265790Z #80 679.3 [1754/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Not.cpp.o 2024-08-20T21:59:22.0827406Z #80 679.5 [1755/4136] Building CXX object src/CMakeFiles/Halide.dir/Pipeline.cpp.o 2024-08-20T21:59:22.3261850Z #80 679.7 [1756/4136] Building CXX object src/CMakeFiles/Halide.dir/RealizationOrder.cpp.o 2024-08-20T21:59:22.5656904Z #80 679.8 [1757/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Shuffle.cpp.o 2024-08-20T21:59:22.5658532Z #80 679.8 [1758/4136] Building CXX object src/CMakeFiles/Halide.dir/IROperator.cpp.o 2024-08-20T21:59:22.7559529Z #80 680.2 [1759/4136] Building CXX object src/CMakeFiles/Halide.dir/SimplifySpecializations.cpp.o 2024-08-20T21:59:22.8713489Z #80 680.2 [1760/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Exprs.cpp.o 2024-08-20T21:59:22.8715206Z #80 680.3 [1761/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify.cpp.o 2024-08-20T21:59:23.1331515Z #80 680.5 [1762/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_EQ.cpp.o 2024-08-20T21:59:23.4177815Z #80 680.8 [1763/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Mod.cpp.o 2024-08-20T21:59:23.5292721Z #80 680.9 [1764/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Or.cpp.o 2024-08-20T21:59:23.5294558Z #80 680.9 [1765/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Mul.cpp.o 2024-08-20T21:59:23.7297307Z #80 680.9 [1766/4136] Building CXX object src/CMakeFiles/Halide.dir/StrictifyFloat.cpp.o 2024-08-20T21:59:23.7298858Z #80 681.0 [1767/4136] Building CXX object src/CMakeFiles/Halide.dir/Derivative.cpp.o 2024-08-20T21:59:23.7300392Z #80 681.1 [1768/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_Internal.cpp.o 2024-08-20T21:59:23.8882438Z #80 681.1 [1769/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_Posix.cpp.o 2024-08-20T21:59:24.0416500Z #80 681.4 [1770/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Call.cpp.o 2024-08-20T21:59:24.1650053Z #80 681.6 [1771/4136] Building CXX object src/CMakeFiles/Halide.dir/StripAsserts.cpp.o 2024-08-20T21:59:24.4749119Z #80 681.9 [1772/4136] Building CXX object src/CMakeFiles/Halide.dir/Func.cpp.o 2024-08-20T21:59:24.6247074Z #80 681.9 [1773/4136] Building CXX object src/CMakeFiles/Halide.dir/Tuple.cpp.o 2024-08-20T21:59:24.6248573Z #80 682.0 [1774/4136] Building CXX object src/CMakeFiles/Halide.dir/Generator.cpp.o 2024-08-20T21:59:24.6250482Z #80 682.0 [1775/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Stmts.cpp.o 2024-08-20T21:59:24.9277513Z #80 682.3 [1776/4136] Building CXX object src/CMakeFiles/Halide.dir/Type.cpp.o 2024-08-20T21:59:25.1113766Z #80 682.4 [1777/4136] Building CXX object src/CMakeFiles/Halide.dir/HexagonOptimize.cpp.o 2024-08-20T21:59:25.1115160Z #80 682.5 [1778/4136] Building CXX object src/CMakeFiles/Halide.dir/UnrollLoops.cpp.o 2024-08-20T21:59:25.2518416Z #80 682.5 [1779/4136] Building CXX object src/CMakeFiles/Halide.dir/Substitute.cpp.o 2024-08-20T21:59:25.2520278Z #80 682.6 [1780/4136] Building CXX object src/CMakeFiles/Halide.dir/StageStridedLoads.cpp.o 2024-08-20T21:59:25.2521876Z #80 682.6 [1781/4136] Building CXX object src/CMakeFiles/Halide.dir/Var.cpp.o 2024-08-20T21:59:25.3722170Z #80 682.7 [1782/4136] Building CXX object src/CMakeFiles/Halide.dir/UnsafePromises.cpp.o 2024-08-20T21:59:25.3723892Z #80 682.7 [1783/4136] Building CXX object src/CMakeFiles/Halide.dir/SimplifyCorrelatedDifferences.cpp.o 2024-08-20T21:59:25.3725585Z #80 682.8 [1784/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_PTX_Dev.cpp.o 2024-08-20T21:59:25.6069780Z #80 682.9 [1785/4136] Building CXX object src/CMakeFiles/Halide.dir/SkipStages.cpp.o 2024-08-20T21:59:25.9440541Z #80 683.3 [1786/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Let.cpp.o 2024-08-20T21:59:26.0911699Z #80 683.4 [1787/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_X86.cpp.o 2024-08-20T21:59:26.0913393Z #80 683.5 [1788/4136] Building CXX object src/CMakeFiles/Halide.dir/Target.cpp.o 2024-08-20T21:59:26.2814851Z #80 683.5 [1789/4136] Building CXX object src/CMakeFiles/Halide.dir/Util.cpp.o 2024-08-20T21:59:26.2816398Z #80 683.5 [1790/4136] Building CXX object src/CMakeFiles/Halide.dir/UnifyDuplicateLets.cpp.o 2024-08-20T21:59:26.3021844Z #80 683.7 [1791/4136] Building CXX object src/CMakeFiles/Halide.dir/WasmExecutor.cpp.o 2024-08-20T21:59:26.4853084Z #80 683.7 [1792/4136] Building CXX object src/CMakeFiles/Halide.dir/SplitTuples.cpp.o 2024-08-20T21:59:26.9677346Z #80 684.4 [1793/4136] Building CXX object src/CMakeFiles/Halide.dir/Serialization.cpp.o 2024-08-20T21:59:27.0751460Z #80 684.5 [1794/4136] Building CXX object src/CMakeFiles/Halide.dir/SlidingWindow.cpp.o 2024-08-20T21:59:27.0753056Z #80 684.5 [1795/4136] Building CXX object src/CMakeFiles/Halide.dir/TrimNoOps.cpp.o 2024-08-20T21:59:27.1912189Z #80 684.5 [1796/4136] Building CXX object src/CMakeFiles/Halide.dir/UnpackBuffers.cpp.o 2024-08-20T21:59:27.1913948Z #80 684.5 [1797/4136] Building C object test/correctness/CMakeFiles/correctness_plain_c_includes.dir/plain_c_includes.c.o 2024-08-20T21:59:27.2035726Z #80 684.5 cc1: warning: command-line option ‘-Woverloaded-virtual’ is valid for C++/ObjC++ but not for C 2024-08-20T21:59:27.2038495Z #80 684.5 cc1: warning: command-line option ‘-Wsuggest-override’ is valid for C++/ObjC++ but not for C 2024-08-20T21:59:27.2040896Z #80 684.5 cc1: warning: command-line option ‘-Wno-old-style-cast’ is valid for C++/ObjC++ but not for C 2024-08-20T21:59:27.2043430Z #80 684.6 [1798/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/adams2019_cost_model.generator.dir/__/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:27.2936148Z #80 684.7 [1799/4136] Building CXX object src/CMakeFiles/Halide.dir/WrapCalls.cpp.o 2024-08-20T21:59:27.4023901Z #80 684.8 [1800/4136] Building CXX object src/CMakeFiles/Halide.dir/UniquifyVariableNames.cpp.o 2024-08-20T21:59:27.7217681Z #80 685.1 [1801/4136] Building CXX object src/autoschedulers/common/CMakeFiles/get_host_target.dir/get_host_target.cpp.o 2024-08-20T21:59:27.9364687Z #80 685.3 [1802/4136] Building CXX object src/CMakeFiles/Halide.dir/Tracing.cpp.o 2024-08-20T21:59:28.0669022Z #80 685.5 [1803/4136] Building CXX object src/CMakeFiles/Halide.dir/StorageFlattening.cpp.o 2024-08-20T21:59:28.1828865Z #80 685.6 [1804/4136] Building CXX object test/autoschedulers/adams2019/CMakeFiles/adams2019_demo.generator.dir/__/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:28.6122547Z #80 686.0 [1805/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_cost_model.generator.dir/__/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:28.7211198Z #80 686.1 [1806/4136] Building CXX object test/autoschedulers/adams2019/CMakeFiles/adams2019_included_schedule_file.generator.dir/__/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:28.7213764Z #80 686.1 [1807/4136] Building CXX object src/CMakeFiles/Halide.dir/LLVM_Output.cpp.o 2024-08-20T21:59:28.7216161Z #80 686.1 [1808/4136] Building CXX object test/autoschedulers/anderson2021/CMakeFiles/anderson2021_demo.generator.dir/__/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:28.9077003Z #80 686.2 [1809/4136] Building CXX object test/autoschedulers/anderson2021/CMakeFiles/anderson2021_included_schedule_file.generator.dir/__/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:28.9079572Z #80 686.3 [1810/4136] Building CXX object test/autoschedulers/adams2019/CMakeFiles/adams2019_demo.generator.dir/demo_generator.cpp.o 2024-08-20T21:59:29.0353168Z #80 686.4 [1811/4136] Building CXX object test/autoschedulers/li2018/CMakeFiles/li2018_demo_gradient.generator.dir/__/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:29.0356663Z #80 686.4 [1812/4136] Building CXX object test/autoschedulers/adams2019/CMakeFiles/adams2019_included_schedule_file.generator.dir/included_schedule_file_generator.cpp.o 2024-08-20T21:59:29.3500396Z #80 686.7 [1813/4136] Building CXX object test/autoschedulers/anderson2021/CMakeFiles/anderson2021_demo.generator.dir/demo_generator.cpp.o 2024-08-20T21:59:29.5134338Z #80 686.8 [1814/4136] Building CXX object test/autoschedulers/anderson2021/CMakeFiles/anderson2021_included_schedule_file.generator.dir/included_schedule_file_generator.cpp.o 2024-08-20T21:59:29.5137587Z #80 686.9 [1815/4136] Building CXX object test/generator/CMakeFiles/acquire_release.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:29.8431632Z #80 687.2 [1816/4136] Building CXX object test/generator/CMakeFiles/alias.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:29.9837399Z #80 687.3 [1817/4136] Building CXX object src/CMakeFiles/Halide.dir/FindIntrinsics.cpp.o 2024-08-20T21:59:29.9839815Z #80 687.3 [1818/4136] Building CXX object test/autoschedulers/li2018/CMakeFiles/li2018_demo_gradient.generator.dir/demo_generator.cpp.o 2024-08-20T21:59:29.9842313Z #80 687.4 [1819/4136] Building CXX object test/generator/CMakeFiles/all_type_names.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:30.1652145Z #80 687.6 [1820/4136] Building CXX object src/CMakeFiles/Halide.dir/HexagonOffload.cpp.o 2024-08-20T21:59:30.3971490Z #80 687.6 [1821/4136] Building CXX object test/generator/CMakeFiles/alias.generator.dir/alias_generator.cpp.o 2024-08-20T21:59:30.3973916Z #80 687.6 [1822/4136] Building CXX object src/CMakeFiles/Halide.dir/LLVM_Runtime_Linker.cpp.o 2024-08-20T21:59:30.4937452Z #80 687.9 [1823/4136] Building CXX object test/generator/CMakeFiles/argvcall.generator.dir/argvcall_generator.cpp.o 2024-08-20T21:59:30.6027182Z #80 688.0 [1824/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Div.cpp.o 2024-08-20T21:59:30.7720255Z #80 688.0 [1825/4136] Building CXX object test/generator/CMakeFiles/all_type_names.generator.dir/all_type_names_generator.cpp.o 2024-08-20T21:59:30.7722481Z #80 688.1 [1826/4136] Building CXX object src/CMakeFiles/Halide.dir/SpirvIR.cpp.o 2024-08-20T21:59:30.7724339Z #80 688.2 [1827/4136] Building CXX object test/generator/CMakeFiles/argvcall.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:30.8731914Z #80 688.2 [1828/4136] Building CXX object test/generator/CMakeFiles/async_parallel.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:30.8734973Z #80 688.3 [1829/4136] Building CXX object test/generator/CMakeFiles/async_parallel.generator.dir/async_parallel_generator.cpp.o 2024-08-20T21:59:31.0883201Z #80 688.3 [1830/4136] Building CXX object test/generator/CMakeFiles/acquire_release.generator.dir/acquire_release_generator.cpp.o 2024-08-20T21:59:31.2965461Z #80 688.7 [1831/4136] Building CXX object test/generator/CMakeFiles/abstractgeneratortest.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:31.4234139Z #80 688.7 [1832/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/adams2019_test_function_dag.dir/test_function_dag.cpp.o 2024-08-20T21:59:31.4237094Z #80 688.7 [1833/4136] Building CXX object test/generator/CMakeFiles/autograd.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:31.4239145Z #80 688.8 [1834/4136] Building CXX object src/CMakeFiles/Halide.dir/StorageFolding.cpp.o 2024-08-20T21:59:31.5320748Z #80 688.9 [1835/4136] Building CXX object test/generator/CMakeFiles/bit_operations.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:31.5322721Z #80 688.9 [1836/4136] Building CXX object src/CMakeFiles/Halide.dir/JITModule.cpp.o 2024-08-20T21:59:31.6328239Z #80 689.0 [1837/4136] Building CXX object test/generator/CMakeFiles/blur2x2.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:31.7547969Z #80 689.2 [1838/4136] Building CXX object test/generator/CMakeFiles/autograd.generator.dir/autograd_generator.cpp.o 2024-08-20T21:59:31.8611516Z #80 689.2 [1839/4136] Building CXX object test/generator/CMakeFiles/bit_operations.generator.dir/bit_operations_generator.cpp.o 2024-08-20T21:59:31.8614351Z #80 689.3 [1840/4136] Building CXX object test/generator/CMakeFiles/abstractgeneratortest.generator.dir/abstractgeneratortest_generator.cpp.o 2024-08-20T21:59:32.0267671Z #80 689.4 [1841/4136] Building CXX object src/CMakeFiles/Halide.dir/VectorizeLoops.cpp.o 2024-08-20T21:59:32.1747612Z #80 689.5 [1842/4136] Building CXX object test/generator/CMakeFiles/buffer_copy.generator.dir/buffer_copy_generator.cpp.o 2024-08-20T21:59:32.1750057Z #80 689.5 [1843/4136] Building CXX object test/generator/CMakeFiles/buffer_copy.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:32.1752026Z #80 689.5 [1844/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Select.cpp.o 2024-08-20T21:59:32.1753650Z #80 689.6 [1845/4136] Building CXX object test/CMakeFiles/_test_internal.dir/cmake_pch.hxx.gch 2024-08-20T21:59:32.3859219Z #80 689.6 [1846/4136] Building CXX object test/generator/CMakeFiles/can_use_target.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:32.3861350Z #80 689.6 [1847/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Add.cpp.o 2024-08-20T21:59:32.4418176Z #80 689.8 [1848/4136] Building CXX object test/generator/CMakeFiles/blur2x2.generator.dir/blur2x2_generator.cpp.o 2024-08-20T21:59:32.5832089Z #80 689.9 [1849/4136] Building CXX object test/generator/CMakeFiles/cleanup_on_error.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:32.5834883Z #80 690.0 [1850/4136] Building CXX object test/generator/CMakeFiles/can_use_target.generator.dir/can_use_target_generator.cpp.o 2024-08-20T21:59:32.6928399Z #80 690.1 [1851/4136] Building CXX object test/generator/CMakeFiles/configure.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:32.8787999Z #80 690.3 [1852/4136] Building CXX object test/generator/CMakeFiles/cleanup_on_error.generator.dir/cleanup_on_error_generator.cpp.o 2024-08-20T21:59:33.0388936Z #80 690.3 [1853/4136] Building CXX object test/generator/CMakeFiles/cxx_mangling.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:33.0390938Z #80 690.3 [1854/4136] Building CXX object test/CMakeFiles/_test_internal.dir/internal.cpp.o 2024-08-20T21:59:33.1420264Z #80 690.5 [1855/4136] Building CXX object test/generator/CMakeFiles/cxx_mangling_define_extern.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:33.2647697Z #80 690.6 [1856/4136] Building CXX object src/autoschedulers/li2018/CMakeFiles/Halide_Li2018.dir/GradientAutoscheduler.cpp.o 2024-08-20T21:59:33.2650271Z #80 690.7 [1857/4136] Building CXX object test/generator/CMakeFiles/embed_image.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:33.4908308Z #80 690.9 [1858/4136] Building CXX object test/generator/CMakeFiles/configure.generator.dir/configure_generator.cpp.o 2024-08-20T21:59:33.6223031Z #80 690.9 [1859/4136] Building CXX object test/generator/CMakeFiles/define_extern_opencl.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:33.6225580Z #80 691.0 [1860/4136] Building CXX object test/generator/CMakeFiles/error_codes.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:33.8514740Z #80 691.0 [1861/4136] Building CXX object test/generator/CMakeFiles/define_extern_opencl.generator.dir/define_extern_opencl_generator.cpp.o 2024-08-20T21:59:33.8517626Z #80 691.1 [1862/4136] Building CXX object test/generator/CMakeFiles/cxx_mangling_define_extern.generator.dir/cxx_mangling_define_extern_generator.cpp.o 2024-08-20T21:59:33.8825168Z #80 691.3 [1863/4136] Building CXX object test/generator/CMakeFiles/cxx_mangling.generator.dir/cxx_mangling_generator.cpp.o 2024-08-20T21:59:34.0634269Z #80 691.3 [1864/4136] Building CXX object test/generator/CMakeFiles/example.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:34.0637104Z #80 691.3 [1865/4136] Building CXX object test/generator/CMakeFiles/embed_image.generator.dir/embed_image_generator.cpp.o 2024-08-20T21:59:34.0639417Z #80 691.3 [1866/4136] Building CXX object test/generator/CMakeFiles/error_codes.generator.dir/error_codes_generator.cpp.o 2024-08-20T21:59:34.0641719Z #80 691.3 [1867/4136] Building CXX object test/generator/CMakeFiles/extern_output.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:34.0914637Z #80 691.5 [1868/4136] Building CXX object src/CMakeFiles/Halide.dir/Module.cpp.o 2024-08-20T21:59:34.2435591Z #80 691.5 [1869/4136] Building CXX object test/generator/CMakeFiles/float16_t.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:34.4245631Z #80 691.8 [1870/4136] Building CXX object test/generator/CMakeFiles/float16_t.generator.dir/float16_t_generator.cpp.o 2024-08-20T21:59:34.6468492Z #80 691.9 [1871/4136] Building CXX object test/generator/CMakeFiles/gpu_object_lifetime.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:34.6470780Z #80 691.9 [1872/4136] Building CXX object test/generator/CMakeFiles/extern_output.generator.dir/extern_output_generator.cpp.o 2024-08-20T21:59:34.6615825Z #80 692.1 [1873/4136] Building CXX object test/generator/CMakeFiles/example.generator.dir/example_generator.cpp.o 2024-08-20T21:59:34.7691759Z #80 692.1 [1874/4136] Building CXX object test/generator/CMakeFiles/gpu_multi_context_threaded.generator.dir/gpu_multi_context_threaded_generator.cpp.o 2024-08-20T21:59:34.7694822Z #80 692.1 [1875/4136] Building CXX object test/generator/CMakeFiles/gpu_multi_context_threaded.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:34.7697434Z #80 692.2 [1876/4136] Building CXX object test/generator/CMakeFiles/gpu_only.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:34.9083852Z #80 692.2 [1877/4136] Building CXX object test/generator/CMakeFiles/gpu_texture.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:34.9086637Z #80 692.2 [1878/4136] Building CXX object test/generator/CMakeFiles/image_from_array.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:34.9088994Z #80 692.3 [1879/4136] Building CXX object test/generator/CMakeFiles/gpu_only.generator.dir/gpu_only_generator.cpp.o 2024-08-20T21:59:35.0683230Z #80 692.4 [1880/4136] Building CXX object test/generator/CMakeFiles/image_from_array.generator.dir/image_from_array_generator.cpp.o 2024-08-20T21:59:35.0685412Z #80 692.5 [1881/4136] Building CXX object test/generator/CMakeFiles/gpu_object_lifetime.generator.dir/gpu_object_lifetime_generator.cpp.o 2024-08-20T21:59:35.2232625Z #80 692.5 [1882/4136] Building CXX object test/generator/CMakeFiles/gpu_texture.generator.dir/gpu_texture_generator.cpp.o 2024-08-20T21:59:35.2235340Z #80 692.5 [1883/4136] Building CXX object test/generator/CMakeFiles/mandelbrot.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:35.3031624Z #80 692.7 [1884/4136] Building CXX object test/generator/CMakeFiles/metadata_tester.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:35.4748004Z #80 692.7 [1885/4136] Building CXX object src/CMakeFiles/Halide.dir/ScheduleFunctions.cpp.o 2024-08-20T21:59:35.4750270Z #80 692.8 [1886/4136] Building CXX object test/generator/CMakeFiles/memory_profiler_mandelbrot.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:35.4752588Z #80 692.9 [1887/4136] Building CXX object test/runtime/CMakeFiles/runtime_internal_block_storage.dir/block_storage.cpp.o 2024-08-20T21:59:35.5790054Z #80 692.9 [1888/4136] Building CXX object test/generator/CMakeFiles/mandelbrot.generator.dir/mandelbrot_generator.cpp.o 2024-08-20T21:59:35.5792523Z #80 692.9 [1889/4136] Building CXX object test/generator/CMakeFiles/msan.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:35.5794720Z #80 692.9 [1890/4136] Building CXX object test/generator/CMakeFiles/sanitizercoverage.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:35.5797067Z #80 692.9 [1891/4136] Building CXX object test/runtime/CMakeFiles/runtime_internal_block_allocator.dir/block_allocator.cpp.o 2024-08-20T21:59:35.5799519Z #80 693.0 [1892/4136] Building CXX object test/runtime/CMakeFiles/runtime_internal_memory_arena.dir/memory_arena.cpp.o 2024-08-20T21:59:35.7224643Z #80 693.0 [1893/4136] Building CXX object test/runtime/CMakeFiles/runtime_internal_linked_list.dir/linked_list.cpp.o 2024-08-20T21:59:35.7226940Z #80 693.1 [1894/4136] Building CXX object test/runtime/CMakeFiles/runtime_internal_string_storage.dir/string_storage.cpp.o 2024-08-20T21:59:35.7229619Z #80 693.1 [1895/4136] Building CXX object test/generator/CMakeFiles/memory_profiler_mandelbrot.generator.dir/memory_profiler_mandelbrot_generator.cpp.o 2024-08-20T21:59:35.8996230Z #80 693.1 [1896/4136] Building CXX object test/runtime/CMakeFiles/runtime_internal_string_table.dir/string_table.cpp.o 2024-08-20T21:59:36.0827392Z #80 693.5 [1897/4136] Building CXX object test/generator/CMakeFiles/opencl_runtime.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:36.3182170Z #80 693.5 [1898/4136] Building CXX object test/generator/CMakeFiles/msan.generator.dir/msan_generator.cpp.o 2024-08-20T21:59:36.3184193Z #80 693.6 [1899/4136] Building CXX object test/generator/CMakeFiles/multitarget.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:36.3186321Z #80 693.7 [1900/4136] Building CXX object test/generator/CMakeFiles/multitarget.generator.dir/multitarget_generator.cpp.o 2024-08-20T21:59:36.4582347Z #80 693.7 [1901/4136] Building CXX object test/generator/CMakeFiles/nested_externs.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:36.4584892Z #80 693.7 [1902/4136] Building CXX object test/generator/CMakeFiles/output_assign.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:36.4587547Z #80 693.8 [1903/4136] Building CXX object test/generator/CMakeFiles/sanitizercoverage.generator.dir/sanitizercoverage_generator.cpp.o 2024-08-20T21:59:36.4590075Z #80 693.9 [1904/4136] Building CXX object test/generator/CMakeFiles/pyramid.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:36.6485182Z #80 693.9 [1905/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/adams2019_test_function_dag.dir/FunctionDAG.cpp.o 2024-08-20T21:59:36.6487934Z #80 694.0 [1906/4136] Building CXX object test/generator/CMakeFiles/opencl_runtime.generator.dir/opencl_runtime_generator.cpp.o 2024-08-20T21:59:36.8531855Z #80 694.3 [1907/4136] Building CXX object test/generator/CMakeFiles/rdom_input.generator.dir/rdom_input_generator.cpp.o 2024-08-20T21:59:36.9583675Z #80 694.3 [1908/4136] Building CXX object test/generator/CMakeFiles/rdom_input.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:36.9585698Z #80 694.4 [1909/4136] Building CXX object src/CMakeFiles/Halide.dir/StmtToHTML.cpp.o 2024-08-20T21:59:37.0666254Z #80 694.4 [1910/4136] Building CXX object test/generator/CMakeFiles/output_assign.generator.dir/output_assign_generator.cpp.o 2024-08-20T21:59:37.0668804Z #80 694.4 [1911/4136] Building CXX object test/generator/CMakeFiles/string_param.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:37.0671002Z #80 694.5 [1912/4136] Building CXX object src/CMakeFiles/Halide.dir/Bounds.cpp.o 2024-08-20T21:59:37.1824648Z #80 694.6 [1913/4136] Building CXX object test/generator/CMakeFiles/pyramid.generator.dir/pyramid_generator.cpp.o 2024-08-20T21:59:37.3329422Z #80 694.6 [1914/4136] Building CXX object test/generator/CMakeFiles/shuffler.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:37.3331948Z #80 694.6 [1915/4136] Building CXX object test/generator/CMakeFiles/string_param.generator.dir/string_param_generator.cpp.o 2024-08-20T21:59:37.3335200Z #80 694.6 [1916/4136] Building CXX object test/generator/CMakeFiles/nested_externs.generator.dir/nested_externs_generator.cpp.o 2024-08-20T21:59:37.3337724Z #80 694.7 [1917/4136] Building CXX object test/generator/CMakeFiles/templated.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:37.4504010Z #80 694.8 [1918/4136] Building CXX object test/generator/CMakeFiles/tiled_blur.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:37.4506318Z #80 694.8 [1919/4136] Building CXX object test/generator/CMakeFiles/user_context.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:37.5868655Z #80 694.9 [1920/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Max.cpp.o 2024-08-20T21:59:37.5870558Z #80 694.9 [1921/4136] Building CXX object test/generator/CMakeFiles/shuffler.generator.dir/shuffler_generator.cpp.o 2024-08-20T21:59:37.5872941Z #80 695.0 [1922/4136] Building CXX object test/generator/CMakeFiles/metadata_tester.generator.dir/metadata_tester_generator.cpp.o 2024-08-20T21:59:37.8229230Z #80 695.0 [1923/4136] Building CXX object test/generator/CMakeFiles/user_context_insanity.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:37.8231415Z #80 695.1 [1924/4136] Building CXX object src/CMakeFiles/Halide.dir/Introspection.cpp.o 2024-08-20T21:59:37.8233585Z #80 695.2 [1925/4136] Building CXX object test/generator/CMakeFiles/variable_num_threads.generator.dir/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:37.9404384Z #80 695.3 [1926/4136] Building CXX object test/generator/CMakeFiles/tiled_blur.generator.dir/tiled_blur_generator.cpp.o 2024-08-20T21:59:37.9407105Z #80 695.3 [1927/4136] Building CXX object test/generator/CMakeFiles/user_context_insanity.generator.dir/user_context_insanity_generator.cpp.o 2024-08-20T21:59:37.9409932Z #80 695.3 [1928/4136] Building CXX object test/generator/CMakeFiles/variable_num_threads.generator.dir/variable_num_threads_generator.cpp.o 2024-08-20T21:59:38.0483270Z #80 695.4 [1929/4136] Building CXX object test/generator/CMakeFiles/user_context.generator.dir/user_context_generator.cpp.o 2024-08-20T21:59:38.1713162Z #80 695.6 [1930/4136] Building CXX object test/generator/CMakeFiles/templated.generator.dir/templated_generator.cpp.o 2024-08-20T21:59:39.7996670Z #80 697.2 [1931/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Min.cpp.o 2024-08-20T21:59:40.3216534Z #80 697.7 [1932/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_addconstantcpp.dir/__/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:40.4955798Z #80 697.7 [1933/4136] Building CXX object src/CMakeFiles/Halide.dir/Solve.cpp.o 2024-08-20T21:59:40.5122087Z #80 697.9 [1934/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_addconstantcpp_pystub.dir/py_gen_addconstantcpp.addconstantcpp.addconstantcpp_pystub.py_stub_generated.cpp.o 2024-08-20T21:59:40.8714401Z #80 698.3 [1935/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_bitcpp.dir/__/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:41.0269375Z #80 698.3 [1936/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_bitcpp.dir/bitcpp_generator.cpp.o 2024-08-20T21:59:41.0272262Z #80 698.4 [1937/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_bitcpp_pystub.dir/py_gen_bitcpp.bitcpp.bitcpp_pystub.py_stub_generated.cpp.o 2024-08-20T21:59:41.1283328Z #80 698.5 [1938/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_bitcpp_pystub.dir/bitcpp_generator.cpp.o 2024-08-20T21:59:41.3620040Z #80 698.8 [1939/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_complexcpp_pystub.dir/py_gen_complexcpp.complexcpp.complexcpp_pystub.py_stub_generated.cpp.o 2024-08-20T21:59:41.5624641Z #80 698.8 [1940/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_complexcpp.dir/__/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:42.1708221Z #80 699.6 [1941/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyCallable.cpp.o 2024-08-20T21:59:42.4023995Z #80 699.8 [1942/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyConciseCasts.cpp.o 2024-08-20T21:59:42.6022767Z #80 699.8 [1943/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyError.cpp.o 2024-08-20T21:59:42.6530800Z #80 700.1 [1944/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyExternFuncArgument.cpp.o 2024-08-20T21:59:42.7857250Z #80 700.1 [1945/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyHalide.cpp.o 2024-08-20T21:59:42.7859568Z #80 700.1 [1946/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyBoundaryConditions.cpp.o 2024-08-20T21:59:42.7861634Z #80 700.2 [1947/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyInlineReductions.cpp.o 2024-08-20T21:59:42.9565197Z #80 700.2 [1948/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyDerivative.cpp.o 2024-08-20T21:59:42.9567166Z #80 700.4 [1949/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyLambda.cpp.o 2024-08-20T21:59:43.1918216Z #80 700.6 [1950/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_simplecpp.dir/__/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:43.3706535Z #80 700.6 [1951/4136] Building CXX object src/CMakeFiles/Halide.dir/CodeGen_LLVM.cpp.o 2024-08-20T21:59:43.3708390Z #80 700.8 [1952/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyIROperator.cpp.o 2024-08-20T21:59:43.5907421Z #80 701.0 [1953/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_simplecpp_pystub.dir/py_gen_simplecpp.simplecpp.simplecpp_pystub.py_stub_generated.cpp.o 2024-08-20T21:59:43.7102245Z #80 701.0 [1954/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyArgument.cpp.o 2024-08-20T21:59:43.7104842Z #80 701.1 [1955/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_addconstantcpp.dir/addconstantcpp_generator.cpp.o 2024-08-20T21:59:43.8962529Z #80 701.3 [1956/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyLoopLevel.cpp.o 2024-08-20T21:59:44.0034546Z #80 701.3 [1957/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyTuple.cpp.o 2024-08-20T21:59:44.0036710Z #80 701.3 [1958/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_user_context.dir/__/__/__/tools/GenGen.cpp.o 2024-08-20T21:59:44.0039218Z #80 701.3 [1959/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_simplecpp.dir/simplecpp_generator.cpp.o 2024-08-20T21:59:44.0041478Z #80 701.4 [1960/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyVarOrRVar.cpp.o 2024-08-20T21:59:44.1603476Z #80 701.4 [1961/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_user_context_pystub.dir/py_gen_user_context.user_context.user_context_pystub.py_stub_generated.cpp.o 2024-08-20T21:59:44.2470019Z #80 701.6 [1962/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_user_context.dir/user_context_generator.cpp.o 2024-08-20T21:59:44.4000098Z #80 701.8 [1963/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_complexcpp.dir/complexcpp_generator.cpp.o 2024-08-20T21:59:44.5820135Z #80 702.0 [1964/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyGenerator.cpp.o 2024-08-20T21:59:44.7621147Z #80 702.0 [1965/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_user_context_pystub.dir/user_context_generator.cpp.o 2024-08-20T21:59:44.7906996Z #80 702.2 [1966/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyType.cpp.o 2024-08-20T21:59:45.0376147Z #80 702.2 [1967/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_addconstantcpp_pystub.dir/addconstantcpp_generator.cpp.o 2024-08-20T21:59:45.0378568Z #80 702.2 [1968/4136] Building CXX object tutorial/CMakeFiles/lesson_01_basics.dir/lesson_01_basics.cpp.o 2024-08-20T21:59:45.0380823Z #80 702.3 [1969/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_simplecpp_pystub.dir/simplecpp_generator.cpp.o 2024-08-20T21:59:45.0383408Z #80 702.3 [1970/4136] Building CXX object src/autoschedulers/mullapudi2016/CMakeFiles/Halide_Mullapudi2016.dir/AutoSchedule.cpp.o 2024-08-20T21:59:45.1795277Z #80 702.6 [1971/4136] Building CXX object util/CMakeFiles/HalideTraceDump.dir/HalideTraceUtils.cpp.o 2024-08-20T21:59:45.5530120Z #80 702.9 [1972/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyImageParam.cpp.o 2024-08-20T21:59:45.6947566Z #80 703.0 [1973/4136] Building CXX object python_bindings/test/generators/CMakeFiles/py_gen_complexcpp_pystub.dir/complexcpp_generator.cpp.o 2024-08-20T21:59:45.6950199Z #80 703.0 [1974/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyParameter.cpp.o 2024-08-20T21:59:45.6952471Z #80 703.1 [1975/4136] Building CXX object tutorial/CMakeFiles/lesson_03_debugging_1.dir/lesson_03_debugging_1.cpp.o 2024-08-20T21:59:45.9139841Z #80 703.3 [1976/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyModule.cpp.o 2024-08-20T21:59:46.0511721Z #80 703.4 [1977/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyEnums.cpp.o 2024-08-20T21:59:46.1645116Z #80 703.5 [1978/4136] Building CXX object tutorial/CMakeFiles/lesson_04_debugging_2.dir/lesson_04_debugging_2.cpp.o 2024-08-20T21:59:46.1647383Z #80 703.6 [1979/4136] Building CXX object tutorial/CMakeFiles/lesson_10_aot_compilation_generate.dir/lesson_10_aot_compilation_generate.cpp.o 2024-08-20T21:59:46.4140821Z #80 703.7 [1980/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyTarget.cpp.o 2024-08-20T21:59:46.4143244Z #80 703.7 [1981/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyBuffer.cpp.o 2024-08-20T21:59:46.4184138Z #80 703.8 [1982/4136] Building CXX object tutorial/CMakeFiles/lesson_06_realizing_over_shifted_domains.dir/lesson_06_realizing_over_shifted_domains.cpp.o 2024-08-20T21:59:46.5590828Z #80 703.9 [1983/4136] Building CXX object tutorial/CMakeFiles/lesson_15_generate.dir/__/tools/GenGen.cpp.o 2024-08-20T21:59:46.5592324Z #80 704.0 [1984/4136] Building CXX object tutorial/CMakeFiles/lesson_11_cross_compilation.dir/lesson_11_cross_compilation.cpp.o 2024-08-20T21:59:46.7423873Z #80 704.1 [1985/4136] Building CXX object tutorial/CMakeFiles/lesson_05_scheduling_1.dir/lesson_05_scheduling_1.cpp.o 2024-08-20T21:59:46.8645889Z #80 704.2 [1986/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyPipeline.cpp.o 2024-08-20T21:59:46.8648163Z #80 704.2 [1987/4136] Building CXX object tutorial/CMakeFiles/lesson_16_rgb_generate.dir/__/tools/GenGen.cpp.o 2024-08-20T21:59:46.8650299Z #80 704.3 [1988/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyExpr.cpp.o 2024-08-20T21:59:47.0226619Z #80 704.4 [1989/4136] Building CXX object tutorial/CMakeFiles/lesson_14_types.dir/lesson_14_types.cpp.o 2024-08-20T21:59:47.2466204Z #80 704.5 [1990/4136] Building CXX object tutorial/CMakeFiles/lesson_20_cloning_funcs.dir/lesson_20_cloning_funcs.cpp.o 2024-08-20T21:59:47.2468788Z #80 704.5 [1991/4136] Building CXX object tutorial/CMakeFiles/lesson_21_auto_scheduler_generate.dir/__/tools/GenGen.cpp.o 2024-08-20T21:59:47.2623673Z #80 704.7 [1992/4136] Building CXX object python_bindings/stub/CMakeFiles/Halide_PyStubs.dir/PyStubImpl.cpp.o 2024-08-20T21:59:47.3629544Z #80 704.7 [1993/4136] Building CXX object tutorial/CMakeFiles/lesson_08_scheduling_2.dir/lesson_08_scheduling_2.cpp.o 2024-08-20T21:59:47.3631809Z #80 704.7 [1994/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyVar.cpp.o 2024-08-20T21:59:47.4885793Z #80 704.8 [1995/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyStage.cpp.o 2024-08-20T21:59:47.4888200Z #80 704.8 [1996/4136] Building CXX object tutorial/CMakeFiles/lesson_17_predicated_rdom.dir/lesson_17_predicated_rdom.cpp.o 2024-08-20T21:59:47.4890271Z #80 704.9 [1997/4136] Building CXX object tutorial/CMakeFiles/lesson_13_tuples.dir/lesson_13_tuples.cpp.o 2024-08-20T21:59:47.6145815Z #80 705.0 [1998/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/adams2019_cost_model.generator.dir/cost_model_generator.cpp.o 2024-08-20T21:59:47.7802871Z #80 705.2 [1999/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_Sub.cpp.o 2024-08-20T21:59:47.8814999Z #80 705.2 [2000/4136] Building CXX object tutorial/CMakeFiles/lesson_21_auto_scheduler_generate.dir/lesson_21_auto_scheduler_generate.cpp.o 2024-08-20T21:59:47.8817491Z #80 705.2 [2001/4136] Building CXX object tutorial/CMakeFiles/lesson_16_rgb_generate.dir/lesson_16_rgb_generate.cpp.o 2024-08-20T21:59:47.8819748Z #80 705.3 [2002/4136] Building CXX object tutorial/CMakeFiles/lesson_19_wrapper_funcs.dir/lesson_19_wrapper_funcs.cpp.o 2024-08-20T21:59:48.0143009Z #80 705.4 [2003/4136] Building CXX object tutorial/CMakeFiles/lesson_15_generate.dir/lesson_15_generators.cpp.o 2024-08-20T21:59:48.1333481Z #80 705.5 [2004/4136] Building CXX object tutorial/CMakeFiles/lesson_24_async.dir/lesson_24_async.cpp.o 2024-08-20T21:59:48.3153219Z #80 705.6 [2005/4136] Building CXX object tutorial/CMakeFiles/lesson_18_parallel_associative_reductions.dir/lesson_18_parallel_associative_reductions.cpp.o 2024-08-20T21:59:48.3399051Z #80 705.7 [2006/4136] Building CXX object tutorial/CMakeFiles/lesson_22_jit_performance.dir/lesson_22_jit_performance.cpp.o 2024-08-20T21:59:48.5300550Z #80 705.8 [2007/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_cost_model.generator.dir/cost_model_generator.cpp.o 2024-08-20T21:59:48.6002835Z #80 706.0 [2008/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyParam.cpp.o 2024-08-20T21:59:48.7707061Z #80 706.0 [2009/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyFuncRef.cpp.o 2024-08-20T21:59:48.9294999Z #80 706.3 [2010/4136] Building CXX object tutorial/CMakeFiles/lesson_02_input_image.dir/lesson_02_input_image.cpp.o 2024-08-20T21:59:49.2029242Z #80 706.6 [2011/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyRDom.cpp.o 2024-08-20T21:59:49.3841500Z #80 706.8 [2012/4136] Building CXX object util/CMakeFiles/HalideTraceViz.dir/HalideTraceViz.cpp.o 2024-08-20T21:59:49.5464657Z #80 706.9 [2013/4136] Building CXX object tutorial/CMakeFiles/lesson_07_multi_stage_pipelines.dir/lesson_07_multi_stage_pipelines.cpp.o 2024-08-20T21:59:50.0662004Z #80 707.5 [2014/4136] Building CXX object tutorial/CMakeFiles/lesson_12_using_the_gpu.dir/lesson_12_using_the_gpu.cpp.o 2024-08-20T21:59:50.5585948Z #80 708.0 [2015/4136] Building CXX object tutorial/CMakeFiles/lesson_23_serialization.dir/lesson_23_serialization.cpp.o 2024-08-20T21:59:50.6825399Z #80 708.0 [2016/4136] Building CXX object tutorial/CMakeFiles/lesson_09_update_definitions.dir/lesson_09_update_definitions.cpp.o 2024-08-20T21:59:50.6826809Z #80 708.1 [2017/4136] Building CXX object python_bindings/src/halide/CMakeFiles/Halide_Python.dir/halide_/PyFunc.cpp.o 2024-08-20T21:59:53.3155248Z #80 710.7 [2018/4136] Building CXX object src/CMakeFiles/Halide.dir/Simplify_LT.cpp.o 2024-08-20T21:59:53.4230471Z #80 710.8 [2019/4136] Building CXX object util/CMakeFiles/HalideTraceDump.dir/HalideTraceDump.cpp.o 2024-08-20T22:00:02.5720061Z #80 720.0 [2020/4136] Linking CXX shared library src/libHalide.so.18.0.0 2024-08-20T22:00:02.7263458Z #80 720.0 [2021/4136] Creating library symlink src/libHalide.so.18 src/libHalide.so 2024-08-20T22:00:02.7550659Z #80 720.2 [2022/4136] Linking CXX executable src/autoschedulers/common/get_host_target 2024-08-20T22:00:02.8676333Z #80 720.2 [2023/4136] Linking CXX executable test/_test_internal 2024-08-20T22:00:02.8678080Z #80 720.2 [2024/4136] Linking CXX shared module src/autoschedulers/mullapudi2016/libautoschedule_mullapudi2016.so 2024-08-20T22:00:02.8680150Z #80 720.2 [2025/4136] Linking CXX executable src/autoschedulers/adams2019/adams2019_test_function_dag 2024-08-20T22:00:02.8682288Z #80 720.2 [2026/4136] Linking CXX executable test/autoschedulers/adams2019/adams2019_demo.generator 2024-08-20T22:00:02.8684288Z #80 720.2 [2027/4136] Linking CXX executable src/autoschedulers/adams2019/adams2019_cost_model.generator 2024-08-20T22:00:02.8686485Z #80 720.2 [2028/4136] Linking CXX shared module src/autoschedulers/li2018/libautoschedule_li2018.so 2024-08-20T22:00:02.8688604Z #80 720.2 [2029/4136] Linking CXX executable src/autoschedulers/anderson2021/anderson2021_cost_model.generator 2024-08-20T22:00:02.8690949Z #80 720.2 [2030/4136] Linking CXX executable test/autoschedulers/adams2019/adams2019_included_schedule_file.generator 2024-08-20T22:00:02.8737317Z #80 720.2 [2031/4136] Linking CXX executable test/autoschedulers/anderson2021/anderson2021_included_schedule_file.generator 2024-08-20T22:00:02.8739284Z #80 720.2 [2032/4136] Linking CXX executable test/correctness/correctness_plain_c_includes 2024-08-20T22:00:02.8740814Z #80 720.2 [2033/4136] Linking CXX executable test/generator/bit_operations.generator 2024-08-20T22:00:02.8742247Z #80 720.2 [2034/4136] Linking CXX executable test/generator/buffer_copy.generator 2024-08-20T22:00:02.8743674Z #80 720.2 [2035/4136] Linking CXX executable test/generator/can_use_target.generator 2024-08-20T22:00:02.8745098Z #80 720.2 [2036/4136] Linking CXX executable test/generator/error_codes.generator 2024-08-20T22:00:02.8935456Z #80 720.2 [2037/4136] Linking CXX executable test/generator/image_from_array.generator 2024-08-20T22:00:02.8937061Z #80 720.2 [2038/4136] Linking CXX executable test/generator/opencl_runtime.generator 2024-08-20T22:00:02.8938871Z #80 720.2 [2039/4136] Linking CXX executable test/autoschedulers/anderson2021/anderson2021_demo.generator 2024-08-20T22:00:02.8940802Z #80 720.2 [2040/4136] Linking CXX executable test/autoschedulers/li2018/li2018_demo_gradient.generator 2024-08-20T22:00:02.8942402Z #80 720.2 [2041/4136] Linking CXX executable test/generator/alias.generator 2024-08-20T22:00:02.8943806Z #80 720.2 [2042/4136] Linking CXX executable test/generator/all_type_names.generator 2024-08-20T22:00:02.8945241Z #80 720.2 [2043/4136] Linking CXX executable test/generator/argvcall.generator 2024-08-20T22:00:02.8946998Z #80 720.2 [2044/4136] Linking CXX executable test/generator/async_parallel.generator 2024-08-20T22:00:02.8948409Z #80 720.2 [2045/4136] Linking CXX executable test/generator/autograd.generator 2024-08-20T22:00:02.8949876Z #80 720.2 [2046/4136] Linking CXX executable test/generator/cleanup_on_error.generator 2024-08-20T22:00:02.8951364Z #80 720.2 [2047/4136] Linking CXX executable test/generator/configure.generator 2024-08-20T22:00:02.8952988Z #80 720.2 [2048/4136] Linking CXX executable test/generator/cxx_mangling_define_extern.generator 2024-08-20T22:00:02.8954695Z #80 720.2 [2049/4136] Linking CXX executable test/generator/define_extern_opencl.generator 2024-08-20T22:00:02.8956257Z #80 720.2 [2050/4136] Linking CXX executable test/generator/embed_image.generator 2024-08-20T22:00:02.8957676Z #80 720.2 [2051/4136] Linking CXX executable test/generator/example.generator 2024-08-20T22:00:02.8959352Z #80 720.2 [2052/4136] Linking CXX executable test/generator/extern_output.generator 2024-08-20T22:00:02.8960953Z #80 720.2 [2053/4136] Linking CXX executable test/generator/float16_t.generator 2024-08-20T22:00:02.8962526Z #80 720.2 [2054/4136] Linking CXX executable test/generator/gpu_multi_context_threaded.generator 2024-08-20T22:00:02.8964207Z #80 720.2 [2055/4136] Linking CXX executable test/generator/gpu_object_lifetime.generator 2024-08-20T22:00:02.8965725Z #80 720.2 [2056/4136] Linking CXX executable test/generator/gpu_only.generator 2024-08-20T22:00:02.8967309Z #80 720.2 [2057/4136] Linking CXX executable test/generator/gpu_texture.generator 2024-08-20T22:00:02.8968675Z #80 720.2 [2058/4136] Linking CXX executable test/generator/msan.generator 2024-08-20T22:00:02.8970110Z #80 720.2 [2059/4136] Linking CXX executable test/generator/sanitizercoverage.generator 2024-08-20T22:00:02.8971612Z #80 720.2 [2060/4136] Linking CXX executable test/generator/multitarget.generator 2024-08-20T22:00:02.8973058Z #80 720.2 [2061/4136] Linking CXX executable test/generator/nested_externs.generator 2024-08-20T22:00:02.8974725Z #80 720.2 [2062/4136] Linking CXX executable test/generator/acquire_release.generator 2024-08-20T22:00:02.8976217Z #80 720.2 [2063/4136] Linking CXX executable test/generator/cxx_mangling.generator 2024-08-20T22:00:02.8977621Z #80 720.2 [2064/4136] Linking CXX executable test/generator/mandelbrot.generator 2024-08-20T22:00:02.8979294Z #80 720.2 [2065/4136] Linking CXX executable test/generator/memory_profiler_mandelbrot.generator 2024-08-20T22:00:02.8980968Z #80 720.2 [2066/4136] Linking CXX executable test/generator/rdom_input.generator 2024-08-20T22:00:02.8982397Z #80 720.2 [2067/4136] Linking CXX executable test/generator/blur2x2.generator 2024-08-20T22:00:02.8983978Z #80 720.2 [2068/4136] Linking CXX executable test/generator/abstractgeneratortest.generator 2024-08-20T22:00:02.8985646Z #80 720.2 [2069/4136] Linking CXX executable test/generator/metadata_tester.generator 2024-08-20T22:00:02.8987187Z #80 720.3 [2070/4136] Linking CXX executable test/generator/output_assign.generator 2024-08-20T22:00:02.8988680Z #80 720.3 [2071/4136] Linking CXX executable test/generator/pyramid.generator 2024-08-20T22:00:02.9684928Z #80 720.4 [2072/4136] Linking CXX executable test/generator/string_param.generator 2024-08-20T22:00:03.1660912Z #80 720.6 [2073/4136] Generating li2018_demo_gradient.h, li2018_demo_gradient.o, li2018_demo_gradient.registration.cpp 2024-08-20T22:00:03.3974404Z #80 720.6 [2074/4136] Linking CXX static library test/autoschedulers/li2018/libli2018_demo_gradient.a 2024-08-20T22:00:03.6859715Z #80 721.1 [2075/4136] Building CXX object test/correctness/CMakeFiles/correctness_bool_predicate_cast.dir/bool_predicate_cast.cpp.o 2024-08-20T22:00:03.8220356Z #80 721.1 [2076/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_unused_func.dir/unused_func.cpp.o 2024-08-20T22:00:03.8222810Z #80 721.1 [2077/4136] Building CXX object test/correctness/CMakeFiles/correctness_bound.dir/bound.cpp.o 2024-08-20T22:00:03.8225325Z #80 721.1 [2078/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds_inference_chunk.dir/bounds_inference_chunk.cpp.o 2024-08-20T22:00:03.8228057Z #80 721.1 [2079/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds_inference_outer_split.dir/bounds_inference_outer_split.cpp.o 2024-08-20T22:00:03.8230838Z #80 721.1 [2080/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds_inference_complex.dir/bounds_inference_complex.cpp.o 2024-08-20T22:00:03.8233364Z #80 721.1 [2081/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds_inference.dir/bounds_inference.cpp.o 2024-08-20T22:00:03.8236330Z #80 721.1 [2082/4136] Building CXX object test/correctness/CMakeFiles/correctness_bool_compute_root_vectorize.dir/bool_compute_root_vectorize.cpp.o 2024-08-20T22:00:03.8238675Z #80 721.1 [2083/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds.dir/bounds.cpp.o 2024-08-20T22:00:03.8241121Z #80 721.2 [2084/4136] Building CXX object test/correctness/CMakeFiles/correctness_async_order.dir/async_order.cpp.o 2024-08-20T22:00:03.8243487Z #80 721.2 [2085/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_param.dir/param.cpp.o 2024-08-20T22:00:03.8245964Z #80 721.2 [2086/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds_of_monotonic_math.dir/bounds_of_monotonic_math.cpp.o 2024-08-20T22:00:03.8418434Z #80 721.2 [2087/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds_of_cast.dir/bounds_of_cast.cpp.o 2024-08-20T22:00:03.9234753Z #80 721.2 [2088/4136] Building CXX object test/correctness/CMakeFiles/correctness_bad_likely.dir/bad_likely.cpp.o 2024-08-20T22:00:03.9237297Z #80 721.2 [2089/4136] Building CXX object test/correctness/CMakeFiles/correctness_bound_small_allocations.dir/bound_small_allocations.cpp.o 2024-08-20T22:00:03.9239816Z #80 721.3 [2090/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_overlap.dir/overlap.cpp.o 2024-08-20T22:00:03.9242242Z #80 721.3 [2091/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_unused_func 2024-08-20T22:00:03.9244225Z #80 721.3 [2092/4136] Linking CXX executable test/correctness/correctness_bool_predicate_cast 2024-08-20T22:00:03.9245738Z #80 721.3 [2093/4136] Linking CXX executable test/correctness/correctness_bound 2024-08-20T22:00:03.9247366Z #80 721.3 [2094/4136] Building CXX object test/correctness/CMakeFiles/correctness_argmax.dir/argmax.cpp.o 2024-08-20T22:00:03.9249818Z #80 721.3 [2095/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_cost_function.dir/cost_function.cpp.o 2024-08-20T22:00:03.9252428Z #80 721.3 [2096/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds_of_abs.dir/bounds_of_abs.cpp.o 2024-08-20T22:00:03.9254535Z #80 721.3 [2097/4136] Linking CXX executable test/correctness/correctness_bounds_inference_complex 2024-08-20T22:00:03.9256355Z #80 721.3 [2098/4136] Linking CXX executable test/correctness/correctness_bounds_inference_outer_split 2024-08-20T22:00:03.9257995Z #80 721.3 [2099/4136] Generating adams2019_cost_model.h, adams2019_cost_model.o 2024-08-20T22:00:03.9260200Z #80 721.3 [2100/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_small_pure_update.dir/small_pure_update.cpp.o 2024-08-20T22:00:03.9262620Z #80 721.3 [2101/4136] Building CXX object test/autoschedulers/li2018/CMakeFiles/li2018_test.dir/test.cpp.o 2024-08-20T22:00:03.9264949Z #80 721.3 [2102/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_data_dependent.dir/data_dependent.cpp.o 2024-08-20T22:00:03.9267240Z #80 721.3 [2103/4136] Linking CXX executable test/correctness/correctness_bounds_inference_chunk 2024-08-20T22:00:03.9269015Z #80 721.3 [2104/4136] Linking CXX executable test/correctness/correctness_bounds_inference 2024-08-20T22:00:03.9271130Z #80 721.3 [2105/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_fibonacci.dir/fibonacci.cpp.o 2024-08-20T22:00:03.9273736Z #80 721.3 [2106/4136] Building CXX object test/correctness/CMakeFiles/correctness_align_bounds.dir/align_bounds.cpp.o 2024-08-20T22:00:04.0289915Z #80 721.3 [2107/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_tile_vs_inline.dir/tile_vs_inline.cpp.o 2024-08-20T22:00:04.0292299Z #80 721.3 [2108/4136] Linking CXX static library src/autoschedulers/adams2019/libadams2019_cost_model.a 2024-08-20T22:00:04.0294427Z #80 721.3 [2109/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds_of_multiply.dir/bounds_of_multiply.cpp.o 2024-08-20T22:00:04.0296856Z #80 721.3 [2110/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_multi_output.dir/multi_output.cpp.o 2024-08-20T22:00:04.0298783Z #80 721.3 [2111/4136] Linking CXX executable test/correctness/correctness_bounds 2024-08-20T22:00:04.0302980Z #80 721.3 [2112/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_large_window.dir/large_window.cpp.o 2024-08-20T22:00:04.0305005Z #80 721.4 [2113/4136] Linking CXX executable test/correctness/correctness_async_order 2024-08-20T22:00:04.0306703Z #80 721.4 [2114/4136] Linking CXX executable test/correctness/correctness_bool_compute_root_vectorize 2024-08-20T22:00:04.0308542Z #80 721.4 [2115/4136] Linking CXX executable test/correctness/correctness_bounds_of_monotonic_math 2024-08-20T22:00:04.0310631Z #80 721.4 [2116/4136] Building CXX object test/correctness/CMakeFiles/correctness_async_device_copy.dir/async_device_copy.cpp.o 2024-08-20T22:00:04.0313210Z #80 721.4 [2117/4136] Building CXX object test/correctness/CMakeFiles/correctness_bit_counting.dir/bit_counting.cpp.o 2024-08-20T22:00:04.0315537Z #80 721.4 [2118/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds_of_func.dir/bounds_of_func.cpp.o 2024-08-20T22:00:04.0317879Z #80 721.4 [2119/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_extern.dir/extern.cpp.o 2024-08-20T22:00:04.0320118Z #80 721.4 [2120/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_param 2024-08-20T22:00:04.0322635Z #80 721.4 [2121/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_mat_mul.dir/mat_mul.cpp.o 2024-08-20T22:00:04.1293810Z #80 721.4 [2122/4136] Linking CXX executable test/correctness/correctness_bad_likely 2024-08-20T22:00:04.1295459Z #80 721.4 [2123/4136] Linking CXX executable test/correctness/correctness_bound_small_allocations 2024-08-20T22:00:04.1296966Z #80 721.4 [2124/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_overlap 2024-08-20T22:00:04.1298733Z #80 721.4 [2125/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds_query.dir/bounds_query.cpp.o 2024-08-20T22:00:04.1300458Z #80 721.5 [2126/4136] Linking CXX executable test/correctness/correctness_bounds_of_cast 2024-08-20T22:00:04.1302229Z #80 721.5 [2127/4136] Building CXX object test/correctness/CMakeFiles/correctness_multi_gpu_gpu_multi_device.dir/gpu_multi_device.cpp.o 2024-08-20T22:00:04.1304440Z #80 721.5 [2128/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds_of_split.dir/bounds_of_split.cpp.o 2024-08-20T22:00:04.1306388Z #80 721.5 [2129/4136] Linking CXX executable test/correctness/correctness_argmax 2024-08-20T22:00:04.1307791Z #80 721.5 [2130/4136] Linking CXX executable test/correctness/correctness_bounds_of_abs 2024-08-20T22:00:04.1309398Z #80 721.5 [2131/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_cost_function 2024-08-20T22:00:04.1311052Z #80 721.5 [2132/4136] Linking CXX executable test/autoschedulers/li2018/li2018_test 2024-08-20T22:00:04.1312686Z #80 721.5 [2133/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_small_pure_update 2024-08-20T22:00:04.1314686Z #80 721.5 [2134/4136] Building CXX object test/correctness/CMakeFiles/correctness_bound_storage.dir/bound_storage.cpp.o 2024-08-20T22:00:04.1316967Z #80 721.5 [2135/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_data_dependent 2024-08-20T22:00:04.1318998Z #80 721.5 [2136/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_fibonacci 2024-08-20T22:00:04.1320892Z #80 721.5 [2137/4136] Linking CXX executable test/correctness/correctness_align_bounds 2024-08-20T22:00:04.1322716Z #80 721.5 [2138/4136] Building CXX object test/correctness/CMakeFiles/correctness_bitwise_ops.dir/bitwise_ops.cpp.o 2024-08-20T22:00:04.2444537Z #80 721.5 [2139/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_tile_vs_inline 2024-08-20T22:00:04.2446598Z #80 721.5 [2140/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_multi_output 2024-08-20T22:00:04.2448390Z #80 721.5 [2141/4136] Linking CXX executable test/correctness/correctness_bounds_of_multiply 2024-08-20T22:00:04.2450167Z #80 721.5 [2142/4136] Generating anderson2021_cost_model.h, anderson2021_cost_model.o 2024-08-20T22:00:04.2451938Z #80 721.6 [2143/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_large_window 2024-08-20T22:00:04.2453646Z #80 721.6 [2144/4136] Linking CXX executable test/correctness/correctness_bounds_of_func 2024-08-20T22:00:04.2455409Z #80 721.6 [2145/4136] Linking CXX static library src/autoschedulers/anderson2021/libanderson2021_cost_model.a 2024-08-20T22:00:04.2457224Z #80 721.6 [2146/4136] Linking CXX executable test/correctness/correctness_async_device_copy 2024-08-20T22:00:04.2459010Z #80 721.6 [2147/4136] Linking CXX executable test/correctness/correctness_bit_counting 2024-08-20T22:00:04.2461397Z #80 721.6 [2148/4136] Building CXX object test/correctness/CMakeFiles/correctness_bounds_query_respects_specialize_fail.dir/bounds_query_respects_specialize_fail.cpp.o 2024-08-20T22:00:04.2464346Z #80 721.6 [2149/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_histogram.dir/histogram.cpp.o 2024-08-20T22:00:04.2467021Z #80 721.6 [2150/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_max_filter.dir/max_filter.cpp.o 2024-08-20T22:00:04.2469543Z #80 721.6 [2151/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_extern 2024-08-20T22:00:04.2472119Z #80 721.6 [2152/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_vectorize_var_in_update.dir/vectorize_var_in_update.cpp.o 2024-08-20T22:00:04.3951331Z #80 721.6 [2153/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_mat_mul 2024-08-20T22:00:04.3953077Z #80 721.7 [2154/4136] Linking CXX executable test/correctness/correctness_bounds_query 2024-08-20T22:00:04.3955067Z #80 721.7 [2155/4136] Building CXX object test/autoschedulers/mullapudi2016/CMakeFiles/mullapudi2016_reorder.dir/reorder.cpp.o 2024-08-20T22:00:04.3957105Z #80 721.7 [2156/4136] Linking CXX executable test/correctness/correctness_multi_gpu_gpu_multi_device 2024-08-20T22:00:04.3958896Z #80 721.7 [2157/4136] Linking CXX executable test/correctness/correctness_bounds_of_split 2024-08-20T22:00:04.3960659Z #80 721.7 [2158/4136] Linking CXX executable test/correctness/correctness_bound_storage 2024-08-20T22:00:04.3962194Z #80 721.7 [2159/4136] Linking CXX executable test/correctness/correctness_bitwise_ops 2024-08-20T22:00:04.3963978Z #80 721.7 [2160/4136] Building CXX object test/correctness/CMakeFiles/correctness_buffer_t.dir/buffer_t.cpp.o 2024-08-20T22:00:04.3966135Z #80 721.8 [2161/4136] Linking CXX executable test/correctness/correctness_bounds_query_respects_specialize_fail 2024-08-20T22:00:04.5512310Z #80 721.8 [2162/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_histogram 2024-08-20T22:00:04.5514244Z #80 721.8 [2163/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_max_filter 2024-08-20T22:00:04.5516321Z #80 721.8 [2164/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_vectorize_var_in_update 2024-08-20T22:00:04.5518328Z #80 721.8 [2165/4136] Linking CXX executable test/autoschedulers/mullapudi2016/mullapudi2016_reorder 2024-08-20T22:00:04.5520361Z #80 721.9 [2166/4136] Linking CXX executable test/correctness/correctness_buffer_t 2024-08-20T22:00:04.7370431Z #80 722.1 [2167/4136] Building CXX object test/correctness/CMakeFiles/correctness_cast.dir/cast.cpp.o 2024-08-20T22:00:04.8475793Z #80 722.2 [2168/4136] Building CXX object test/correctness/CMakeFiles/correctness_circular_reference_leak.dir/circular_reference_leak.cpp.o 2024-08-20T22:00:04.8478343Z #80 722.2 [2169/4136] Building CXX object test/correctness/CMakeFiles/correctness_chunk_sharing.dir/chunk_sharing.cpp.o 2024-08-20T22:00:04.9627097Z #80 722.3 [2170/4136] Building CXX object test/correctness/CMakeFiles/correctness_code_explosion.dir/code_explosion.cpp.o 2024-08-20T22:00:04.9629373Z #80 722.3 [2171/4136] Building CXX object test/correctness/CMakeFiles/correctness_chunk.dir/chunk.cpp.o 2024-08-20T22:00:04.9631834Z #80 722.3 [2172/4136] Building CXX object test/correctness/CMakeFiles/correctness_compile_to_bitcode.dir/compile_to_bitcode.cpp.o 2024-08-20T22:00:04.9634503Z #80 722.3 [2173/4136] Building CXX object test/correctness/CMakeFiles/correctness_compute_with_in.dir/compute_with_in.cpp.o 2024-08-20T22:00:04.9636940Z #80 722.3 [2174/4136] Building CXX object test/correctness/CMakeFiles/correctness_boundary_conditions.dir/boundary_conditions.cpp.o 2024-08-20T22:00:04.9639321Z #80 722.3 [2175/4136] Building CXX object test/correctness/CMakeFiles/correctness_compare_vars.dir/compare_vars.cpp.o 2024-08-20T22:00:04.9642045Z #80 722.3 [2176/4136] Building CXX object test/correctness/CMakeFiles/correctness_compile_to_lowered_stmt.dir/compile_to_lowered_stmt.cpp.o 2024-08-20T22:00:04.9644479Z #80 722.3 [2177/4136] Building CXX object test/correctness/CMakeFiles/correctness_cast_handle.dir/cast_handle.cpp.o 2024-08-20T22:00:04.9646699Z #80 722.4 [2178/4136] Building CXX object test/correctness/CMakeFiles/correctness_constant_expr.dir/constant_expr.cpp.o 2024-08-20T22:00:05.0702798Z #80 722.4 [2179/4136] Linking CXX executable test/correctness/correctness_cast 2024-08-20T22:00:05.0704756Z #80 722.4 [2180/4136] Building CXX object test/correctness/CMakeFiles/correctness_c_function.dir/c_function.cpp.o 2024-08-20T22:00:05.0706991Z #80 722.4 [2181/4136] Building CXX object test/correctness/CMakeFiles/correctness_compute_with_inlined.dir/compute_with_inlined.cpp.o 2024-08-20T22:00:05.0709318Z #80 722.4 [2182/4136] Building CXX object test/correctness/CMakeFiles/correctness_constant_interval.dir/constant_interval.cpp.o 2024-08-20T22:00:05.0711375Z #80 722.4 [2183/4136] Building CXX object test/correctness/CMakeFiles/correctness_concat.dir/concat.cpp.o 2024-08-20T22:00:05.0713415Z #80 722.4 [2184/4136] Building CXX object test/correctness/CMakeFiles/correctness_cascaded_filters.dir/cascaded_filters.cpp.o 2024-08-20T22:00:05.0715307Z #80 722.4 [2185/4136] Linking CXX executable test/correctness/correctness_circular_reference_leak 2024-08-20T22:00:05.0717146Z #80 722.4 [2186/4136] Building CXX object test/correctness/CMakeFiles/correctness_cse_name_collision.dir/cse_name_collision.cpp.o 2024-08-20T22:00:05.0718880Z #80 722.5 [2187/4136] Linking CXX executable test/correctness/correctness_chunk_sharing 2024-08-20T22:00:05.0720838Z #80 722.5 [2188/4136] Building CXX object test/correctness/CMakeFiles/correctness_custom_error_reporter.dir/custom_error_reporter.cpp.o 2024-08-20T22:00:05.1793520Z #80 722.5 [2189/4136] Building CXX object test/correctness/CMakeFiles/correctness_custom_auto_scheduler.dir/custom_auto_scheduler.cpp.o 2024-08-20T22:00:05.1795751Z #80 722.5 [2190/4136] Linking CXX executable test/correctness/correctness_compile_to_bitcode 2024-08-20T22:00:05.1797577Z #80 722.5 [2191/4136] Building CXX object test/correctness/CMakeFiles/correctness_compile_to.dir/compile_to.cpp.o 2024-08-20T22:00:05.1799926Z #80 722.5 [2192/4136] Building CXX object test/correctness/CMakeFiles/correctness_compute_inside_guard.dir/compute_inside_guard.cpp.o 2024-08-20T22:00:05.1802529Z #80 722.5 [2193/4136] Building CXX object test/correctness/CMakeFiles/correctness_custom_allocator.dir/custom_allocator.cpp.o 2024-08-20T22:00:05.1804779Z #80 722.5 [2194/4136] Linking CXX executable test/correctness/correctness_code_explosion 2024-08-20T22:00:05.1806449Z #80 722.5 [2195/4136] Linking CXX executable test/correctness/correctness_chunk 2024-08-20T22:00:05.1807986Z #80 722.5 [2196/4136] Linking CXX executable test/correctness/correctness_compute_with_in 2024-08-20T22:00:05.1809512Z #80 722.5 [2197/4136] Linking CXX executable test/correctness/correctness_compare_vars 2024-08-20T22:00:05.1811131Z #80 722.5 [2198/4136] Linking CXX executable test/correctness/correctness_compile_to_lowered_stmt 2024-08-20T22:00:05.1812736Z #80 722.5 [2199/4136] Linking CXX executable test/correctness/correctness_cast_handle 2024-08-20T22:00:05.1814362Z #80 722.5 [2200/4136] Linking CXX executable test/correctness/correctness_boundary_conditions 2024-08-20T22:00:05.1816229Z #80 722.5 [2201/4136] Linking CXX executable test/correctness/correctness_constant_expr 2024-08-20T22:00:05.1818668Z #80 722.6 [2202/4136] Building CXX object test/correctness/CMakeFiles/correctness_dead_realization_in_specialization.dir/dead_realization_in_specialization.cpp.o 2024-08-20T22:00:05.1821193Z #80 722.6 [2203/4136] Linking CXX executable test/correctness/correctness_compute_with_inlined 2024-08-20T22:00:05.1823341Z #80 722.6 [2204/4136] Building CXX object test/correctness/CMakeFiles/correctness_computed_index.dir/computed_index.cpp.o 2024-08-20T22:00:05.2805430Z #80 722.6 [2205/4136] Linking CXX executable test/correctness/correctness_cascaded_filters 2024-08-20T22:00:05.2808889Z #80 722.6 [2206/4136] Linking CXX executable test/correctness/correctness_c_function 2024-08-20T22:00:05.2810378Z #80 722.6 [2207/4136] Linking CXX executable test/correctness/correctness_concat 2024-08-20T22:00:05.2812215Z #80 722.6 [2208/4136] Building CXX object test/correctness/CMakeFiles/correctness_cross_compilation.dir/cross_compilation.cpp.o 2024-08-20T22:00:05.2814352Z #80 722.6 [2209/4136] Building CXX object test/correctness/CMakeFiles/correctness_cse_nan.dir/cse_nan.cpp.o 2024-08-20T22:00:05.2816762Z #80 722.6 [2210/4136] Building CXX object test/correctness/CMakeFiles/correctness_compute_at_split_rvar.dir/compute_at_split_rvar.cpp.o 2024-08-20T22:00:05.2818769Z #80 722.6 [2211/4136] Linking CXX executable test/correctness/correctness_custom_error_reporter 2024-08-20T22:00:05.2820416Z #80 722.6 [2212/4136] Linking CXX executable test/correctness/correctness_constant_interval 2024-08-20T22:00:05.2822826Z #80 722.7 [2213/4136] Building CXX object test/correctness/CMakeFiles/correctness_compute_at_reordered_update_stage.dir/compute_at_reordered_update_stage.cpp.o 2024-08-20T22:00:05.2825801Z #80 722.7 [2214/4136] Linking CXX executable test/correctness/correctness_custom_auto_scheduler 2024-08-20T22:00:05.2828841Z #80 722.7 [2215/4136] Building CXX object test/correctness/CMakeFiles/correctness_custom_jit_context.dir/custom_jit_context.cpp.o 2024-08-20T22:00:05.2831063Z #80 722.7 [2216/4136] Linking CXX executable test/correctness/correctness_compile_to 2024-08-20T22:00:05.2832887Z #80 722.7 [2217/4136] Linking CXX executable test/correctness/correctness_compute_inside_guard 2024-08-20T22:00:05.3879072Z #80 722.7 [2218/4136] Linking CXX executable test/correctness/correctness_custom_allocator 2024-08-20T22:00:05.3880873Z #80 722.7 [2219/4136] Linking CXX executable test/correctness/correctness_cse_name_collision 2024-08-20T22:00:05.3882967Z #80 722.7 [2220/4136] Building CXX object test/correctness/CMakeFiles/correctness_convolution_multiple_kernels.dir/convolution_multiple_kernels.cpp.o 2024-08-20T22:00:05.3885344Z #80 722.7 [2221/4136] Building CXX object test/correctness/CMakeFiles/correctness_custom_lowering_pass.dir/custom_lowering_pass.cpp.o 2024-08-20T22:00:05.3887904Z #80 722.7 [2222/4136] Building CXX object test/correctness/CMakeFiles/correctness_compile_to_multitarget.dir/compile_to_multitarget.cpp.o 2024-08-20T22:00:05.3890224Z #80 722.8 [2223/4136] Linking CXX executable test/correctness/correctness_dead_realization_in_specialization 2024-08-20T22:00:05.3892184Z #80 722.8 [2224/4136] Linking CXX executable test/correctness/correctness_computed_index 2024-08-20T22:00:05.4947949Z #80 722.8 [2225/4136] Building CXX object test/correctness/CMakeFiles/correctness_deinterleave4.dir/deinterleave4.cpp.o 2024-08-20T22:00:05.4950079Z #80 722.8 [2226/4136] Linking CXX executable test/correctness/correctness_cross_compilation 2024-08-20T22:00:05.4951912Z #80 722.8 [2227/4136] Linking CXX executable test/correctness/correctness_cse_nan 2024-08-20T22:00:05.4953786Z #80 722.8 [2228/4136] Linking CXX executable test/correctness/correctness_compute_at_reordered_update_stage 2024-08-20T22:00:05.4955832Z #80 722.9 [2229/4136] Linking CXX executable test/correctness/correctness_compute_at_split_rvar 2024-08-20T22:00:05.4958134Z #80 722.9 [2230/4136] Building CXX object test/correctness/CMakeFiles/correctness_deferred_loop_level.dir/deferred_loop_level.cpp.o 2024-08-20T22:00:05.4960902Z #80 722.9 [2231/4136] Linking CXX executable test/correctness/correctness_convolution_multiple_kernels 2024-08-20T22:00:05.6262947Z #80 722.9 [2232/4136] Building CXX object test/correctness/CMakeFiles/correctness_constraints.dir/constraints.cpp.o 2024-08-20T22:00:05.6265033Z #80 722.9 [2233/4136] Linking CXX executable test/correctness/correctness_compile_to_multitarget 2024-08-20T22:00:05.6267343Z #80 722.9 [2234/4136] Building CXX object test/correctness/CMakeFiles/correctness_custom_cuda_context.dir/custom_cuda_context.cpp.o 2024-08-20T22:00:05.6270263Z #80 722.9 [2235/4136] Building CXX object test/correctness/CMakeFiles/correctness_constant_type.dir/constant_type.cpp.o 2024-08-20T22:00:05.6272194Z #80 722.9 [2236/4136] Linking CXX executable test/correctness/correctness_custom_jit_context 2024-08-20T22:00:05.6273828Z #80 722.9 [2237/4136] Linking CXX executable test/correctness/correctness_custom_lowering_pass 2024-08-20T22:00:05.6275675Z #80 723.0 [2238/4136] Linking CXX executable test/correctness/correctness_deinterleave4 2024-08-20T22:00:05.7296996Z #80 723.0 [2239/4136] Building CXX object test/correctness/CMakeFiles/correctness_debug_to_file_reorder.dir/debug_to_file_reorder.cpp.o 2024-08-20T22:00:05.7300106Z #80 723.1 [2240/4136] Building CXX object test/correctness/CMakeFiles/correctness_device_buffer_copies_with_profile.dir/device_buffer_copies_with_profile.cpp.o 2024-08-20T22:00:05.7302702Z #80 723.1 [2241/4136] Linking CXX executable test/correctness/correctness_deferred_loop_level 2024-08-20T22:00:05.7304416Z #80 723.1 [2242/4136] Linking CXX executable test/correctness/correctness_constant_type 2024-08-20T22:00:05.8566944Z #80 723.1 [2243/4136] Building CXX object test/correctness/CMakeFiles/correctness_callable.dir/callable.cpp.o 2024-08-20T22:00:05.8568873Z #80 723.1 [2244/4136] Linking CXX executable test/correctness/correctness_constraints 2024-08-20T22:00:05.8571034Z #80 723.1 [2245/4136] Building CXX object test/correctness/CMakeFiles/correctness_debug_to_file_multiple_outputs.dir/debug_to_file_multiple_outputs.cpp.o 2024-08-20T22:00:05.8573417Z #80 723.2 [2246/4136] Linking CXX executable test/correctness/correctness_custom_cuda_context 2024-08-20T22:00:05.8575303Z #80 723.3 [2247/4136] Linking CXX executable test/correctness/correctness_debug_to_file_reorder 2024-08-20T22:00:06.0058212Z #80 723.3 [2248/4136] Linking CXX executable test/correctness/correctness_device_buffer_copies_with_profile 2024-08-20T22:00:06.0060650Z #80 723.3 [2249/4136] Building CXX object test/correctness/CMakeFiles/correctness_callable_errors.dir/callable_errors.cpp.o 2024-08-20T22:00:06.0062724Z #80 723.3 [2250/4136] Linking CXX executable test/correctness/correctness_callable 2024-08-20T22:00:06.0065015Z #80 723.4 [2251/4136] Building CXX object test/correctness/CMakeFiles/correctness_device_copy_at_inner_loop.dir/device_copy_at_inner_loop.cpp.o 2024-08-20T22:00:06.1252438Z #80 723.4 [2252/4136] Linking CXX executable test/correctness/correctness_debug_to_file_multiple_outputs 2024-08-20T22:00:06.1254805Z #80 723.5 [2253/4136] Building CXX object test/correctness/CMakeFiles/correctness_embed_bitcode.dir/embed_bitcode.cpp.o 2024-08-20T22:00:06.1257466Z #80 723.5 [2254/4136] Building CXX object test/correctness/CMakeFiles/correctness_early_out.dir/early_out.cpp.o 2024-08-20T22:00:06.1259524Z #80 723.5 [2255/4136] Building CXX object test/correctness/CMakeFiles/correctness_erf.dir/erf.cpp.o 2024-08-20T22:00:06.1261898Z #80 723.5 [2256/4136] Building CXX object test/correctness/CMakeFiles/correctness_callable_generator.dir/callable_generator.cpp.o 2024-08-20T22:00:06.1264218Z #80 723.5 [2257/4136] Building CXX object test/correctness/CMakeFiles/correctness_autodiff.dir/autodiff.cpp.o 2024-08-20T22:00:06.1266409Z #80 723.5 [2258/4136] Building CXX object test/correctness/CMakeFiles/correctness_callable_typed.dir/callable_typed.cpp.o 2024-08-20T22:00:06.2475561Z #80 723.5 [2259/4136] Linking CXX executable test/correctness/correctness_callable_errors 2024-08-20T22:00:06.2478458Z #80 723.6 [2260/4136] Building CXX object test/correctness/CMakeFiles/correctness_dynamic_allocation_in_gpu_kernel.dir/dynamic_allocation_in_gpu_kernel.cpp.o 2024-08-20T22:00:06.2481426Z #80 723.6 [2261/4136] Building CXX object test/correctness/CMakeFiles/correctness_extern_error.dir/extern_error.cpp.o 2024-08-20T22:00:06.2500528Z #80 723.6 [2262/4136] Building CXX object test/correctness/CMakeFiles/correctness_device_buffer_copy.dir/device_buffer_copy.cpp.o 2024-08-20T22:00:06.2503156Z #80 723.6 [2263/4136] Building CXX object test/correctness/CMakeFiles/correctness_device_crop.dir/device_crop.cpp.o 2024-08-20T22:00:06.3532674Z #80 723.7 [2264/4136] Linking CXX executable test/correctness/correctness_device_copy_at_inner_loop 2024-08-20T22:00:06.3534680Z #80 723.7 [2265/4136] Linking CXX executable test/correctness/correctness_early_out 2024-08-20T22:00:06.3536626Z #80 723.7 [2266/4136] Building CXX object test/correctness/CMakeFiles/correctness_failed_unroll.dir/failed_unroll.cpp.o 2024-08-20T22:00:06.3539237Z #80 723.7 [2267/4136] Building CXX object test/correctness/CMakeFiles/correctness_extern_output_expansion.dir/extern_output_expansion.cpp.o 2024-08-20T22:00:06.3542223Z #80 723.7 [2268/4136] Building CXX object test/correctness/CMakeFiles/correctness_float16_t_comparison.dir/float16_t_comparison.cpp.o 2024-08-20T22:00:06.3544900Z #80 723.7 [2269/4136] Building CXX object test/correctness/CMakeFiles/correctness_float16_t_constants.dir/float16_t_constants.cpp.o 2024-08-20T22:00:06.3546881Z #80 723.7 [2270/4136] Linking CXX executable test/correctness/correctness_erf 2024-08-20T22:00:06.3548756Z #80 723.7 [2271/4136] Building CXX object test/correctness/CMakeFiles/correctness_device_slice.dir/device_slice.cpp.o 2024-08-20T22:00:06.3551368Z #80 723.7 [2272/4136] Building CXX object test/correctness/CMakeFiles/correctness_div_round_to_zero.dir/div_round_to_zero.cpp.o 2024-08-20T22:00:06.3553987Z #80 723.7 [2273/4136] Building CXX object test/correctness/CMakeFiles/correctness_dynamic_reduction_bounds.dir/dynamic_reduction_bounds.cpp.o 2024-08-20T22:00:06.3556131Z #80 723.7 [2274/4136] Linking CXX executable test/correctness/correctness_embed_bitcode 2024-08-20T22:00:06.3557768Z #80 723.7 [2275/4136] Linking CXX executable test/correctness/correctness_callable_generator 2024-08-20T22:00:06.3559813Z #80 723.7 [2276/4136] Building CXX object test/correctness/CMakeFiles/correctness_extern_partial.dir/extern_partial.cpp.o 2024-08-20T22:00:06.3562612Z #80 723.7 [2277/4136] Building CXX object test/correctness/CMakeFiles/correctness_explicit_inline_reductions.dir/explicit_inline_reductions.cpp.o 2024-08-20T22:00:06.3565117Z #80 723.7 [2278/4136] Building CXX object test/correctness/CMakeFiles/correctness_dilate3x3.dir/dilate3x3.cpp.o 2024-08-20T22:00:06.3567329Z #80 723.7 [2279/4136] Building CXX object test/correctness/CMakeFiles/correctness_fast_trigonometric.dir/fast_trigonometric.cpp.o 2024-08-20T22:00:06.3569334Z #80 723.7 [2280/4136] Linking CXX executable test/correctness/correctness_callable_typed 2024-08-20T22:00:06.4571775Z #80 723.8 [2281/4136] Linking CXX executable test/correctness/correctness_dynamic_allocation_in_gpu_kernel 2024-08-20T22:00:06.4573885Z #80 723.8 [2282/4136] Linking CXX executable test/correctness/correctness_autodiff 2024-08-20T22:00:06.4575442Z #80 723.8 [2283/4136] Linking CXX executable test/correctness/correctness_extern_error 2024-08-20T22:00:06.4577389Z #80 723.8 [2284/4136] Building CXX object test/correctness/CMakeFiles/correctness_extern_sort.dir/extern_sort.cpp.o 2024-08-20T22:00:06.4579407Z #80 723.8 [2285/4136] Linking CXX executable test/correctness/correctness_device_buffer_copy 2024-08-20T22:00:06.4581521Z #80 723.8 [2286/4136] Building CXX object test/correctness/CMakeFiles/correctness_extern_producer.dir/extern_producer.cpp.o 2024-08-20T22:00:06.4583557Z #80 723.8 [2287/4136] Linking CXX executable test/correctness/correctness_device_crop 2024-08-20T22:00:06.4585250Z #80 723.9 [2288/4136] Linking CXX executable test/correctness/correctness_float16_t_comparison 2024-08-20T22:00:06.5650953Z #80 723.9 [2289/4136] Linking CXX executable test/correctness/correctness_float16_t_constants 2024-08-20T22:00:06.5652766Z #80 723.9 [2290/4136] Linking CXX executable test/correctness/correctness_failed_unroll 2024-08-20T22:00:06.5654684Z #80 723.9 [2291/4136] Building CXX object test/correctness/CMakeFiles/correctness_fibonacci.dir/fibonacci.cpp.o 2024-08-20T22:00:06.5657106Z #80 723.9 [2292/4136] Building CXX object test/correctness/CMakeFiles/correctness_exception.dir/exception.cpp.o 2024-08-20T22:00:06.5659538Z #80 723.9 [2293/4136] Building CXX object test/correctness/CMakeFiles/correctness_extern_consumer.dir/extern_consumer.cpp.o 2024-08-20T22:00:06.5662146Z #80 723.9 [2294/4136] Building CXX object test/correctness/CMakeFiles/correctness_extract_concat_bits.dir/extract_concat_bits.cpp.o 2024-08-20T22:00:06.5664874Z #80 723.9 [2295/4136] Building CXX object test/correctness/CMakeFiles/correctness_extern_bounds_inference.dir/extern_bounds_inference.cpp.o 2024-08-20T22:00:06.5667158Z #80 723.9 [2296/4136] Linking CXX executable test/correctness/correctness_extern_output_expansion 2024-08-20T22:00:06.5668814Z #80 723.9 [2297/4136] Linking CXX executable test/correctness/correctness_device_slice 2024-08-20T22:00:06.5670628Z #80 723.9 [2298/4136] Linking CXX executable test/correctness/correctness_explicit_inline_reductions 2024-08-20T22:00:06.5672551Z #80 723.9 [2299/4136] Linking CXX executable test/correctness/correctness_dynamic_reduction_bounds 2024-08-20T22:00:06.5675416Z #80 723.9 [2300/4136] Building CXX object test/correctness/CMakeFiles/correctness_extern_reorder_storage.dir/extern_reorder_storage.cpp.o 2024-08-20T22:00:06.5677875Z #80 723.9 [2301/4136] Linking CXX executable test/correctness/correctness_extern_partial 2024-08-20T22:00:06.5679506Z #80 723.9 [2302/4136] Linking CXX executable test/correctness/correctness_dilate3x3 2024-08-20T22:00:06.5681479Z #80 723.9 [2303/4136] Linking CXX executable test/correctness/correctness_div_round_to_zero 2024-08-20T22:00:06.5683783Z #80 724.0 [2304/4136] Building CXX object test/correctness/CMakeFiles/correctness_extern_stage_on_device.dir/extern_stage_on_device.cpp.o 2024-08-20T22:00:06.6756996Z #80 724.0 [2305/4136] Linking CXX executable test/correctness/correctness_fast_trigonometric 2024-08-20T22:00:06.6758941Z #80 724.0 [2306/4136] Building CXX object test/correctness/CMakeFiles/correctness_ring_buffer.dir/ring_buffer.cpp.o 2024-08-20T22:00:06.6761298Z #80 724.0 [2307/4136] Building CXX object test/correctness/CMakeFiles/correctness_for_each_element.dir/for_each_element.cpp.o 2024-08-20T22:00:06.6763308Z #80 724.0 [2308/4136] Linking CXX executable test/correctness/correctness_extern_producer 2024-08-20T22:00:06.6765296Z #80 724.0 [2309/4136] Building CXX object test/correctness/CMakeFiles/correctness_force_onto_stack.dir/force_onto_stack.cpp.o 2024-08-20T22:00:06.6767175Z #80 724.1 [2310/4136] Linking CXX executable test/correctness/correctness_extern_sort 2024-08-20T22:00:06.6769120Z #80 724.1 [2311/4136] Building CXX object test/correctness/CMakeFiles/correctness_float16_t_image_type.dir/float16_t_image_type.cpp.o 2024-08-20T22:00:06.7984659Z #80 724.1 [2312/4136] Linking CXX executable test/correctness/correctness_fibonacci 2024-08-20T22:00:06.7986390Z #80 724.1 [2313/4136] Linking CXX executable test/correctness/correctness_extract_concat_bits 2024-08-20T22:00:06.7988481Z #80 724.1 [2314/4136] Building CXX object test/correctness/CMakeFiles/correctness_div_by_zero.dir/div_by_zero.cpp.o 2024-08-20T22:00:06.7990550Z #80 724.1 [2315/4136] Linking CXX executable test/correctness/correctness_exception 2024-08-20T22:00:06.7992264Z #80 724.1 [2316/4136] Linking CXX executable test/correctness/correctness_extern_consumer 2024-08-20T22:00:06.7994313Z #80 724.1 [2317/4136] Building CXX object test/correctness/CMakeFiles/correctness_func_lifetime.dir/func_lifetime.cpp.o 2024-08-20T22:00:06.7996539Z #80 724.1 [2318/4136] Linking CXX executable test/correctness/correctness_extern_bounds_inference 2024-08-20T22:00:06.8000979Z #80 724.2 [2319/4136] Linking CXX executable test/correctness/correctness_extern_reorder_storage 2024-08-20T22:00:06.8003049Z #80 724.2 [2320/4136] Building CXX object test/correctness/CMakeFiles/correctness_func_lifetime_2.dir/func_lifetime_2.cpp.o 2024-08-20T22:00:06.8004941Z #80 724.2 [2321/4136] Linking CXX executable test/correctness/correctness_extern_stage_on_device 2024-08-20T22:00:06.9067597Z #80 724.2 [2322/4136] Linking CXX executable test/correctness/correctness_for_each_element 2024-08-20T22:00:06.9069199Z #80 724.2 [2323/4136] Linking CXX executable test/correctness/correctness_ring_buffer 2024-08-20T22:00:06.9071034Z #80 724.2 [2324/4136] Linking CXX executable test/correctness/correctness_force_onto_stack 2024-08-20T22:00:06.9072658Z #80 724.3 [2325/4136] Linking CXX executable test/correctness/correctness_float16_t_image_type 2024-08-20T22:00:06.9074577Z #80 724.3 [2326/4136] Building CXX object test/correctness/CMakeFiles/correctness_fit_function.dir/fit_function.cpp.o 2024-08-20T22:00:06.9076917Z #80 724.3 [2327/4136] Building CXX object test/correctness/CMakeFiles/correctness_fuse_gpu_threads.dir/fuse_gpu_threads.cpp.o 2024-08-20T22:00:06.9079058Z #80 724.3 [2328/4136] Linking CXX executable test/correctness/correctness_div_by_zero 2024-08-20T22:00:07.0636967Z #80 724.3 [2329/4136] Linking CXX executable test/correctness/correctness_func_lifetime_2 2024-08-20T22:00:07.0638698Z #80 724.4 [2330/4136] Linking CXX executable test/correctness/correctness_func_lifetime 2024-08-20T22:00:07.0641038Z #80 724.4 [2331/4136] Building CXX object test/correctness/CMakeFiles/correctness_fused_where_inner_extent_is_zero.dir/fused_where_inner_extent_is_zero.cpp.o 2024-08-20T22:00:07.0643509Z #80 724.5 [2332/4136] Building CXX object test/correctness/CMakeFiles/correctness_fuzz_float_stores.dir/fuzz_float_stores.cpp.o 2024-08-20T22:00:07.2123417Z #80 724.5 [2333/4136] Linking CXX executable test/correctness/correctness_fit_function 2024-08-20T22:00:07.2125199Z #80 724.5 [2334/4136] Linking CXX executable test/correctness/correctness_fuse_gpu_threads 2024-08-20T22:00:07.2127140Z #80 724.6 [2335/4136] Building CXX object test/correctness/CMakeFiles/correctness_fuse.dir/fuse.cpp.o 2024-08-20T22:00:07.2129607Z #80 724.6 [2336/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_assertion_in_kernel.dir/gpu_assertion_in_kernel.cpp.o 2024-08-20T22:00:07.3148224Z #80 724.6 [2337/4136] Linking CXX executable test/correctness/correctness_fused_where_inner_extent_is_zero 2024-08-20T22:00:07.3150870Z #80 724.6 [2338/4136] Building CXX object test/correctness/CMakeFiles/correctness_float16_t_neon_op_check.dir/float16_t_neon_op_check.cpp.o 2024-08-20T22:00:07.3154274Z #80 724.6 [2339/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_different_blocks_threads_dimensions.dir/gpu_different_blocks_threads_dimensions.cpp.o 2024-08-20T22:00:07.3157063Z #80 724.7 [2340/4136] Linking CXX executable test/correctness/correctness_fuzz_float_stores 2024-08-20T22:00:07.3159290Z #80 724.7 [2341/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_arg_types.dir/gpu_arg_types.cpp.o 2024-08-20T22:00:07.3162493Z #80 724.7 [2342/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_bounds_inference_failure.dir/gpu_bounds_inference_failure.cpp.o 2024-08-20T22:00:07.4147489Z #80 724.7 [2343/4136] Building CXX object test/correctness/CMakeFiles/correctness_debug_to_file.dir/debug_to_file.cpp.o 2024-08-20T22:00:07.4149693Z #80 724.8 [2344/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_free_sync.dir/gpu_free_sync.cpp.o 2024-08-20T22:00:07.4151514Z #80 724.8 [2345/4136] Linking CXX executable test/correctness/correctness_fuse 2024-08-20T22:00:07.4153057Z #80 724.8 [2346/4136] Linking CXX executable test/correctness/correctness_float16_t_neon_op_check 2024-08-20T22:00:07.5148329Z #80 724.8 [2347/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_condition_lifting.dir/gpu_condition_lifting.cpp.o 2024-08-20T22:00:07.5150881Z #80 724.8 [2348/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_large_alloc.dir/gpu_large_alloc.cpp.o 2024-08-20T22:00:07.5153419Z #80 724.8 [2349/4136] Building CXX object test/correctness/CMakeFiles/correctness_float16_t.dir/float16_t.cpp.o 2024-08-20T22:00:07.5155277Z #80 724.8 [2350/4136] Linking CXX executable test/correctness/correctness_gpu_assertion_in_kernel 2024-08-20T22:00:07.5157577Z #80 724.8 [2351/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_dynamic_shared.dir/gpu_dynamic_shared.cpp.o 2024-08-20T22:00:07.5160087Z #80 724.9 [2352/4136] Linking CXX executable test/correctness/correctness_gpu_different_blocks_threads_dimensions 2024-08-20T22:00:07.5163138Z #80 724.9 [2353/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_mixed_dimensionality.dir/gpu_mixed_dimensionality.cpp.o 2024-08-20T22:00:07.5165474Z #80 724.9 [2354/4136] Linking CXX executable test/correctness/correctness_gpu_arg_types 2024-08-20T22:00:07.5167277Z #80 724.9 [2355/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_data_flows.dir/gpu_data_flows.cpp.o 2024-08-20T22:00:07.5170079Z #80 724.9 [2356/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_mixed_shared_mem_types.dir/gpu_mixed_shared_mem_types.cpp.o 2024-08-20T22:00:07.5172683Z #80 724.9 [2357/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_f16_intrinsics.dir/gpu_f16_intrinsics.cpp.o 2024-08-20T22:00:07.6238415Z #80 724.9 [2358/4136] Linking CXX executable test/correctness/correctness_gpu_bounds_inference_failure 2024-08-20T22:00:07.6240854Z #80 724.9 [2359/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_multi_kernel.dir/gpu_multi_kernel.cpp.o 2024-08-20T22:00:07.6243389Z #80 724.9 [2360/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_cpu_simultaneous_read.dir/gpu_cpu_simultaneous_read.cpp.o 2024-08-20T22:00:07.6246035Z #80 724.9 [2361/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_object_lifetime_2.dir/gpu_object_lifetime_2.cpp.o 2024-08-20T22:00:07.6248749Z #80 725.0 [2362/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_object_lifetime_3.dir/gpu_object_lifetime_3.cpp.o 2024-08-20T22:00:07.6251074Z #80 725.0 [2363/4136] Linking CXX executable test/correctness/correctness_debug_to_file 2024-08-20T22:00:07.6252565Z #80 725.0 [2364/4136] Linking CXX executable test/correctness/correctness_gpu_free_sync 2024-08-20T22:00:07.6254730Z #80 725.0 [2365/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_object_lifetime_1.dir/gpu_object_lifetime_1.cpp.o 2024-08-20T22:00:07.6257827Z #80 725.0 [2366/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_give_input_buffers_device_allocations.dir/gpu_give_input_buffers_device_allocations.cpp.o 2024-08-20T22:00:07.6260278Z #80 725.0 [2367/4136] Linking CXX executable test/correctness/correctness_gpu_large_alloc 2024-08-20T22:00:07.7285988Z #80 725.0 [2368/4136] Linking CXX executable test/correctness/correctness_gpu_condition_lifting 2024-08-20T22:00:07.7288664Z #80 725.0 [2369/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_non_monotonic_shared_mem_size.dir/gpu_non_monotonic_shared_mem_size.cpp.o 2024-08-20T22:00:07.7291322Z #80 725.0 [2370/4136] Linking CXX executable test/correctness/correctness_float16_t 2024-08-20T22:00:07.7293281Z #80 725.1 [2371/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_many_kernels.dir/gpu_many_kernels.cpp.o 2024-08-20T22:00:07.7295413Z #80 725.1 [2372/4136] Linking CXX executable test/correctness/correctness_gpu_dynamic_shared 2024-08-20T22:00:07.7297928Z #80 725.1 [2373/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_jit_explicit_copy_to_device.dir/gpu_jit_explicit_copy_to_device.cpp.o 2024-08-20T22:00:07.7300406Z #80 725.1 [2374/4136] Linking CXX executable test/correctness/correctness_gpu_mixed_dimensionality 2024-08-20T22:00:07.7302490Z #80 725.1 [2375/4136] Building CXX object test/correctness/CMakeFiles/correctness_gameoflife.dir/gameoflife.cpp.o 2024-08-20T22:00:07.7304609Z #80 725.1 [2376/4136] Linking CXX executable test/correctness/correctness_gpu_data_flows 2024-08-20T22:00:07.7306385Z #80 725.1 [2377/4136] Linking CXX executable test/correctness/correctness_gpu_mixed_shared_mem_types 2024-08-20T22:00:07.7308626Z #80 725.1 [2378/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_param_allocation.dir/gpu_param_allocation.cpp.o 2024-08-20T22:00:07.7310731Z #80 725.1 [2379/4136] Linking CXX executable test/correctness/correctness_gpu_f16_intrinsics 2024-08-20T22:00:07.8447005Z #80 725.1 [2380/4136] Linking CXX executable test/correctness/correctness_gpu_cpu_simultaneous_read 2024-08-20T22:00:07.8449352Z #80 725.2 [2381/4136] Linking CXX executable test/correctness/correctness_gpu_multi_kernel 2024-08-20T22:00:07.8451603Z #80 725.2 [2382/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_store_in_register_with_no_lanes_loop.dir/gpu_store_in_register_with_no_lanes_loop.cpp.o 2024-08-20T22:00:07.8454056Z #80 725.2 [2383/4136] Linking CXX executable test/correctness/correctness_gpu_object_lifetime_2 2024-08-20T22:00:07.8455884Z #80 725.2 [2384/4136] Linking CXX executable test/correctness/correctness_gpu_object_lifetime_3 2024-08-20T22:00:07.8459671Z #80 725.2 [2385/4136] Linking CXX executable test/correctness/correctness_gpu_object_lifetime_1 2024-08-20T22:00:07.8461779Z #80 725.2 [2386/4136] Linking CXX executable test/correctness/correctness_gpu_give_input_buffers_device_allocations 2024-08-20T22:00:07.8464099Z #80 725.2 [2387/4136] Building CXX object test/correctness/CMakeFiles/correctness_growing_stack.dir/growing_stack.cpp.o 2024-08-20T22:00:07.8466620Z #80 725.2 [2388/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_non_contiguous_copy.dir/gpu_non_contiguous_copy.cpp.o 2024-08-20T22:00:07.8469378Z #80 725.2 [2389/4136] Building CXX object test/correctness/CMakeFiles/correctness_fuzz_simplify.dir/fuzz_simplify.cpp.o 2024-08-20T22:00:07.9749932Z #80 725.2 [2390/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_specialize.dir/gpu_specialize.cpp.o 2024-08-20T22:00:07.9751831Z #80 725.2 [2391/4136] Linking CXX executable test/correctness/correctness_gpu_non_monotonic_shared_mem_size 2024-08-20T22:00:07.9753356Z #80 725.3 [2392/4136] Linking CXX executable test/correctness/correctness_gpu_many_kernels 2024-08-20T22:00:07.9754949Z #80 725.3 [2393/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_sum_scan.dir/gpu_sum_scan.cpp.o 2024-08-20T22:00:07.9756477Z #80 725.3 [2394/4136] Linking CXX executable test/correctness/correctness_gameoflife 2024-08-20T22:00:07.9758054Z #80 725.3 [2395/4136] Linking CXX executable test/correctness/correctness_gpu_param_allocation 2024-08-20T22:00:07.9759633Z #80 725.3 [2396/4136] Linking CXX executable test/correctness/correctness_gpu_jit_explicit_copy_to_device 2024-08-20T22:00:07.9761774Z #80 725.3 [2397/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_reuse_shared_memory.dir/gpu_reuse_shared_memory.cpp.o 2024-08-20T22:00:07.9763996Z #80 725.3 [2398/4136] Building CXX object test/correctness/CMakeFiles/correctness_fuzz_schedule.dir/fuzz_schedule.cpp.o 2024-08-20T22:00:07.9766353Z #80 725.3 [2399/4136] Linking CXX executable test/correctness/correctness_gpu_store_in_register_with_no_lanes_loop 2024-08-20T22:00:07.9768406Z #80 725.3 [2400/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_transpose.dir/gpu_transpose.cpp.o 2024-08-20T22:00:07.9770827Z #80 725.4 [2401/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_vectorized_shared_memory.dir/gpu_vectorized_shared_memory.cpp.o 2024-08-20T22:00:08.0753567Z #80 725.4 [2402/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_thread_barrier.dir/gpu_thread_barrier.cpp.o 2024-08-20T22:00:08.0755550Z #80 725.4 [2403/4136] Linking CXX executable test/correctness/correctness_growing_stack 2024-08-20T22:00:08.0757025Z #80 725.4 [2404/4136] Linking CXX executable test/correctness/correctness_gpu_specialize 2024-08-20T22:00:08.0758832Z #80 725.4 [2405/4136] Linking CXX executable test/correctness/correctness_gpu_non_contiguous_copy 2024-08-20T22:00:08.0760506Z #80 725.4 [2406/4136] Linking CXX executable test/correctness/correctness_fuzz_simplify 2024-08-20T22:00:08.0762575Z #80 725.4 [2407/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_vectorize.dir/gpu_vectorize.cpp.o 2024-08-20T22:00:08.0764432Z #80 725.5 [2408/4136] Linking CXX executable test/correctness/correctness_gpu_sum_scan 2024-08-20T22:00:08.1827984Z #80 725.5 [2409/4136] Linking CXX executable test/correctness/correctness_gpu_reuse_shared_memory 2024-08-20T22:00:08.1830037Z #80 725.5 [2410/4136] Linking CXX executable test/correctness/correctness_fuzz_schedule 2024-08-20T22:00:08.1832036Z #80 725.6 [2411/4136] Building CXX object test/correctness/CMakeFiles/correctness_heap_cleanup.dir/heap_cleanup.cpp.o 2024-08-20T22:00:08.1834227Z #80 725.6 [2412/4136] Linking CXX executable test/correctness/correctness_gpu_transpose 2024-08-20T22:00:08.1836157Z #80 725.6 [2413/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_texture.dir/gpu_texture.cpp.o 2024-08-20T22:00:08.1838546Z #80 725.6 [2414/4136] Building CXX object test/correctness/CMakeFiles/correctness_gather.dir/gather.cpp.o 2024-08-20T22:00:08.3266293Z #80 725.6 [2415/4136] Linking CXX executable test/correctness/correctness_gpu_vectorized_shared_memory 2024-08-20T22:00:08.3268705Z #80 725.6 [2416/4136] Building CXX object test/correctness/CMakeFiles/correctness_half_native_interleave.dir/half_native_interleave.cpp.o 2024-08-20T22:00:08.3270905Z #80 725.6 [2417/4136] Linking CXX executable test/correctness/correctness_gpu_thread_barrier 2024-08-20T22:00:08.3272586Z #80 725.7 [2418/4136] Linking CXX executable test/correctness/correctness_gpu_vectorize 2024-08-20T22:00:08.3274508Z #80 725.7 [2419/4136] Building CXX object test/correctness/CMakeFiles/correctness_hello_gpu.dir/hello_gpu.cpp.o 2024-08-20T22:00:08.3277039Z #80 725.7 [2420/4136] Building CXX object test/correctness/CMakeFiles/correctness_gpu_allocation_cache.dir/gpu_allocation_cache.cpp.o 2024-08-20T22:00:08.4389376Z #80 725.7 [2421/4136] Linking CXX executable test/correctness/correctness_heap_cleanup 2024-08-20T22:00:08.4391279Z #80 725.8 [2422/4136] Building CXX object test/correctness/CMakeFiles/correctness_handle.dir/handle.cpp.o 2024-08-20T22:00:08.4393097Z #80 725.8 [2423/4136] Linking CXX executable test/correctness/correctness_gpu_texture 2024-08-20T22:00:08.4394637Z #80 725.8 [2424/4136] Linking CXX executable test/correctness/correctness_gather 2024-08-20T22:00:08.4396989Z #80 725.8 [2425/4136] Building CXX object test/correctness/CMakeFiles/correctness_hoist_loop_invariant_if_statements.dir/hoist_loop_invariant_if_statements.cpp.o 2024-08-20T22:00:08.5690351Z #80 725.9 [2426/4136] Linking CXX executable test/correctness/correctness_half_native_interleave 2024-08-20T22:00:08.5692048Z #80 725.9 [2427/4136] Linking CXX executable test/correctness/correctness_hello_gpu 2024-08-20T22:00:08.5693542Z #80 726.0 [2428/4136] Linking CXX executable test/correctness/correctness_handle 2024-08-20T22:00:08.6773636Z #80 726.0 [2429/4136] Linking CXX executable test/correctness/correctness_gpu_allocation_cache 2024-08-20T22:00:08.6775330Z #80 726.0 [2430/4136] Building CXX object test/correctness/CMakeFiles/correctness_host_alignment.dir/host_alignment.cpp.o 2024-08-20T22:00:08.6777033Z #80 726.1 [2431/4136] Building CXX object test/correctness/CMakeFiles/correctness_interval.dir/interval.cpp.o 2024-08-20T22:00:08.7835252Z #80 726.1 [2432/4136] Linking CXX executable test/correctness/correctness_hoist_loop_invariant_if_statements 2024-08-20T22:00:08.7837676Z #80 726.1 [2433/4136] Building CXX object test/correctness/CMakeFiles/correctness_indexing_access_undef.dir/indexing_access_undef.cpp.o 2024-08-20T22:00:08.7840490Z #80 726.1 [2434/4136] Building CXX object test/correctness/CMakeFiles/correctness_invalid_gpu_loop_nests.dir/invalid_gpu_loop_nests.cpp.o 2024-08-20T22:00:08.7842862Z #80 726.1 [2435/4136] Building CXX object test/correctness/CMakeFiles/correctness_interleave_x.dir/interleave_x.cpp.o 2024-08-20T22:00:08.7845448Z #80 726.1 [2436/4136] Building CXX object test/correctness/CMakeFiles/correctness_histogram_equalize.dir/histogram_equalize.cpp.o 2024-08-20T22:00:08.7847839Z #80 726.2 [2437/4136] Building CXX object test/correctness/CMakeFiles/correctness_implicit_args.dir/implicit_args.cpp.o 2024-08-20T22:00:08.7850224Z #80 726.2 [2438/4136] Building CXX object test/correctness/CMakeFiles/correctness_input_larger_than_two_gigs.dir/input_larger_than_two_gigs.cpp.o 2024-08-20T22:00:08.7853100Z #80 726.2 [2439/4136] Building CXX object test/correctness/CMakeFiles/correctness_in_place.dir/in_place.cpp.o 2024-08-20T22:00:08.8921191Z #80 726.2 [2440/4136] Building CXX object test/correctness/CMakeFiles/correctness_introspection.dir/introspection.cpp.o 2024-08-20T22:00:08.8923767Z #80 726.2 [2441/4136] Building CXX object test/correctness/CMakeFiles/correctness_image_of_lists.dir/image_of_lists.cpp.o 2024-08-20T22:00:08.8926396Z #80 726.2 [2442/4136] Building CXX object test/correctness/CMakeFiles/correctness_input_image_bounds_check.dir/input_image_bounds_check.cpp.o 2024-08-20T22:00:08.8929499Z #80 726.3 [2443/4136] Building CXX object test/correctness/CMakeFiles/correctness_cuda_8_bit_dot_product.dir/cuda_8_bit_dot_product.cpp.o 2024-08-20T22:00:08.8931859Z #80 726.3 [2444/4136] Linking CXX executable test/correctness/correctness_host_alignment 2024-08-20T22:00:08.8934273Z #80 726.3 [2445/4136] Building CXX object test/correctness/CMakeFiles/correctness_integer_powers.dir/integer_powers.cpp.o 2024-08-20T22:00:08.8936526Z #80 726.3 [2446/4136] Linking CXX executable test/correctness/correctness_interval 2024-08-20T22:00:09.0045031Z #80 726.3 [2447/4136] Building CXX object test/correctness/CMakeFiles/correctness_inverse.dir/inverse.cpp.o 2024-08-20T22:00:09.0047913Z #80 726.3 [2448/4136] Building CXX object test/correctness/CMakeFiles/correctness_hexagon_scatter.dir/hexagon_scatter.cpp.o 2024-08-20T22:00:09.0050110Z #80 726.3 [2449/4136] Linking CXX executable test/correctness/correctness_indexing_access_undef 2024-08-20T22:00:09.0051800Z #80 726.3 [2450/4136] Linking CXX executable test/correctness/correctness_invalid_gpu_loop_nests 2024-08-20T22:00:09.0053732Z #80 726.3 [2451/4136] Building CXX object test/correctness/CMakeFiles/correctness_iterate_over_circle.dir/iterate_over_circle.cpp.o 2024-08-20T22:00:09.0055682Z #80 726.3 [2452/4136] Linking CXX executable test/correctness/correctness_interleave_x 2024-08-20T22:00:09.0057277Z #80 726.3 [2453/4136] Linking CXX executable test/correctness/correctness_input_larger_than_two_gigs 2024-08-20T22:00:09.0058940Z #80 726.4 [2454/4136] Linking CXX executable test/correctness/correctness_implicit_args 2024-08-20T22:00:09.0060496Z #80 726.4 [2455/4136] Linking CXX executable test/correctness/correctness_histogram_equalize 2024-08-20T22:00:09.0062020Z #80 726.4 [2456/4136] Linking CXX executable test/correctness/correctness_in_place 2024-08-20T22:00:09.1136861Z #80 726.4 [2457/4136] Linking CXX executable test/correctness/correctness_image_of_lists 2024-08-20T22:00:09.1139122Z #80 726.4 [2458/4136] Building CXX object test/correctness/CMakeFiles/correctness_issue_3926.dir/issue_3926.cpp.o 2024-08-20T22:00:09.1141248Z #80 726.4 [2459/4136] Building CXX object test/correctness/CMakeFiles/correctness_lambda.dir/lambda.cpp.o 2024-08-20T22:00:09.1143014Z #80 726.4 [2460/4136] Linking CXX executable test/correctness/correctness_introspection 2024-08-20T22:00:09.1144844Z #80 726.4 [2461/4136] Building CXX object test/correctness/CMakeFiles/correctness_lazy_convolution.dir/lazy_convolution.cpp.o 2024-08-20T22:00:09.1146923Z #80 726.4 [2462/4136] Linking CXX executable test/correctness/correctness_input_image_bounds_check 2024-08-20T22:00:09.1148812Z #80 726.5 [2463/4136] Building CXX object test/correctness/CMakeFiles/correctness_histogram.dir/histogram.cpp.o 2024-08-20T22:00:09.1151075Z #80 726.5 [2464/4136] Building CXX object test/correctness/CMakeFiles/correctness_left_shift_negative.dir/left_shift_negative.cpp.o 2024-08-20T22:00:09.1153853Z #80 726.5 [2465/4136] Building CXX object test/correctness/CMakeFiles/correctness_leak_device_memory.dir/leak_device_memory.cpp.o 2024-08-20T22:00:09.1156138Z #80 726.5 [2466/4136] Linking CXX executable test/correctness/correctness_integer_powers 2024-08-20T22:00:09.1158155Z #80 726.5 [2467/4136] Building CXX object test/correctness/CMakeFiles/correctness_inline_reduction.dir/inline_reduction.cpp.o 2024-08-20T22:00:09.1160062Z #80 726.5 [2468/4136] Linking CXX executable test/correctness/correctness_inverse 2024-08-20T22:00:09.1162309Z #80 726.5 [2469/4136] Building CXX object test/correctness/CMakeFiles/correctness_load_library.dir/load_library.cpp.o 2024-08-20T22:00:09.2165316Z #80 726.5 [2470/4136] Building CXX object test/correctness/CMakeFiles/correctness_infer_arguments.dir/infer_arguments.cpp.o 2024-08-20T22:00:09.2167944Z #80 726.5 [2471/4136] Building CXX object test/correctness/CMakeFiles/correctness_let_in_rdom_bound.dir/let_in_rdom_bound.cpp.o 2024-08-20T22:00:09.2169934Z #80 726.5 [2472/4136] Linking CXX executable test/correctness/correctness_hexagon_scatter 2024-08-20T22:00:09.2171975Z #80 726.5 [2473/4136] Linking CXX executable test/correctness/correctness_iterate_over_circle 2024-08-20T22:00:09.2173739Z #80 726.6 [2474/4136] Linking CXX executable test/correctness/correctness_cuda_8_bit_dot_product 2024-08-20T22:00:09.2175485Z #80 726.6 [2475/4136] Building CXX object test/correctness/CMakeFiles/correctness_isnan.dir/isnan.cpp.o 2024-08-20T22:00:09.2177060Z #80 726.6 [2476/4136] Linking CXX executable test/correctness/correctness_issue_3926 2024-08-20T22:00:09.2178510Z #80 726.6 [2477/4136] Linking CXX executable test/correctness/correctness_lambda 2024-08-20T22:00:09.3407546Z #80 726.6 [2478/4136] Building CXX object test/correctness/CMakeFiles/correctness_inlined_generator.dir/inlined_generator.cpp.o 2024-08-20T22:00:09.3409598Z #80 726.7 [2479/4136] Linking CXX executable test/correctness/correctness_lazy_convolution 2024-08-20T22:00:09.3411214Z #80 726.7 [2480/4136] Linking CXX executable test/correctness/correctness_left_shift_negative 2024-08-20T22:00:09.3412874Z #80 726.7 [2481/4136] Linking CXX executable test/correctness/correctness_histogram 2024-08-20T22:00:09.3414509Z #80 726.7 [2482/4136] Linking CXX executable test/correctness/correctness_leak_device_memory 2024-08-20T22:00:09.3416471Z #80 726.7 [2483/4136] Building CXX object test/correctness/CMakeFiles/correctness_implicit_args_tests.dir/implicit_args_tests.cpp.o 2024-08-20T22:00:09.3418686Z #80 726.7 [2484/4136] Building CXX object test/correctness/CMakeFiles/correctness_loop_carry.dir/loop_carry.cpp.o 2024-08-20T22:00:09.3420477Z #80 726.7 [2485/4136] Linking CXX executable test/correctness/correctness_inline_reduction 2024-08-20T22:00:09.3421986Z #80 726.7 [2486/4136] Linking CXX executable test/correctness/correctness_load_library 2024-08-20T22:00:09.3423486Z #80 726.7 [2487/4136] Linking CXX executable test/correctness/correctness_let_in_rdom_bound 2024-08-20T22:00:09.3425033Z #80 726.7 [2488/4136] Linking CXX executable test/correctness/correctness_infer_arguments 2024-08-20T22:00:09.4622579Z #80 726.8 [2489/4136] Building CXX object test/correctness/CMakeFiles/correctness_hoist_storage.dir/hoist_storage.cpp.o 2024-08-20T22:00:09.4624453Z #80 726.8 [2490/4136] Linking CXX executable test/correctness/correctness_isnan 2024-08-20T22:00:09.4626668Z #80 726.8 [2491/4136] Building CXX object test/correctness/CMakeFiles/correctness_lots_of_loop_invariants.dir/lots_of_loop_invariants.cpp.o 2024-08-20T22:00:09.4628934Z #80 726.9 [2492/4136] Linking CXX executable test/correctness/correctness_inlined_generator 2024-08-20T22:00:09.5660434Z #80 726.9 [2493/4136] Building CXX object test/correctness/CMakeFiles/correctness_likely.dir/likely.cpp.o 2024-08-20T22:00:09.5662828Z #80 726.9 [2494/4136] Building CXX object test/correctness/CMakeFiles/correctness_loop_invariant_extern_calls.dir/loop_invariant_extern_calls.cpp.o 2024-08-20T22:00:09.5665244Z #80 726.9 [2495/4136] Linking CXX executable test/correctness/correctness_implicit_args_tests 2024-08-20T22:00:09.5667597Z #80 726.9 [2496/4136] Building CXX object test/correctness/CMakeFiles/correctness_many_dimensions.dir/many_dimensions.cpp.o 2024-08-20T22:00:09.5670071Z #80 726.9 [2497/4136] Building CXX object test/correctness/CMakeFiles/correctness_low_bit_depth_noise.dir/low_bit_depth_noise.cpp.o 2024-08-20T22:00:09.5672236Z #80 727.0 [2498/4136] Linking CXX executable test/correctness/correctness_hoist_storage 2024-08-20T22:00:09.5674185Z #80 727.0 [2499/4136] Building CXX object test/correctness/CMakeFiles/correctness_interleave_rgb.dir/interleave_rgb.cpp.o 2024-08-20T22:00:09.6745520Z #80 727.0 [2500/4136] Linking CXX executable test/correctness/correctness_loop_carry 2024-08-20T22:00:09.6747385Z #80 727.0 [2501/4136] Building CXX object test/correctness/CMakeFiles/correctness_logical.dir/logical.cpp.o 2024-08-20T22:00:09.6749706Z #80 727.0 [2502/4136] Building CXX object test/correctness/CMakeFiles/correctness_loop_level_generator_param.dir/loop_level_generator_param.cpp.o 2024-08-20T22:00:09.6751920Z #80 727.0 [2503/4136] Linking CXX executable test/correctness/correctness_lots_of_loop_invariants 2024-08-20T22:00:09.6753782Z #80 727.1 [2504/4136] Linking CXX executable test/correctness/correctness_loop_invariant_extern_calls 2024-08-20T22:00:09.6755798Z #80 727.1 [2505/4136] Building CXX object test/correctness/CMakeFiles/correctness_make_struct.dir/make_struct.cpp.o 2024-08-20T22:00:09.7966017Z #80 727.1 [2506/4136] Building CXX object test/correctness/CMakeFiles/correctness_interleave.dir/interleave.cpp.o 2024-08-20T22:00:09.7967964Z #80 727.1 [2507/4136] Linking CXX executable test/correctness/correctness_likely 2024-08-20T22:00:09.7969447Z #80 727.1 [2508/4136] Linking CXX executable test/correctness/correctness_low_bit_depth_noise 2024-08-20T22:00:09.7971093Z #80 727.1 [2509/4136] Linking CXX executable test/correctness/correctness_many_dimensions 2024-08-20T22:00:09.7972730Z #80 727.1 [2510/4136] Linking CXX executable test/correctness/correctness_interleave_rgb 2024-08-20T22:00:09.7974537Z #80 727.2 [2511/4136] Building CXX object test/correctness/CMakeFiles/correctness_intrinsics.dir/intrinsics.cpp.o 2024-08-20T22:00:09.7976828Z #80 727.2 [2512/4136] Building CXX object test/correctness/CMakeFiles/correctness_halide_buffer.dir/halide_buffer.cpp.o 2024-08-20T22:00:09.7978871Z #80 727.2 [2513/4136] Building CXX object test/correctness/CMakeFiles/correctness_many_updates.dir/many_updates.cpp.o 2024-08-20T22:00:09.9361252Z #80 727.2 [2514/4136] Building CXX object test/correctness/CMakeFiles/correctness_many_small_extern_stages.dir/many_small_extern_stages.cpp.o 2024-08-20T22:00:09.9363646Z #80 727.2 [2515/4136] Linking CXX executable test/correctness/correctness_loop_level_generator_param 2024-08-20T22:00:09.9365669Z #80 727.2 [2516/4136] Building CXX object test/correctness/CMakeFiles/correctness_memoize_cloned.dir/memoize_cloned.cpp.o 2024-08-20T22:00:09.9367532Z #80 727.2 [2517/4136] Linking CXX executable test/correctness/correctness_logical 2024-08-20T22:00:09.9369063Z #80 727.3 [2518/4136] Linking CXX executable test/correctness/correctness_make_struct 2024-08-20T22:00:09.9370808Z #80 727.3 [2519/4136] Linking CXX executable test/correctness/correctness_interleave 2024-08-20T22:00:10.0725121Z #80 727.4 [2520/4136] Linking CXX executable test/correctness/correctness_intrinsics 2024-08-20T22:00:10.0726514Z #80 727.4 [2521/4136] Linking CXX executable test/correctness/correctness_many_small_extern_stages 2024-08-20T22:00:10.0727938Z #80 727.4 [2522/4136] Linking CXX executable test/correctness/correctness_many_updates 2024-08-20T22:00:10.0729482Z #80 727.4 [2523/4136] Linking CXX executable test/correctness/correctness_halide_buffer 2024-08-20T22:00:10.0731343Z #80 727.5 [2524/4136] Linking CXX executable test/correctness/correctness_memoize_cloned 2024-08-20T22:00:10.2175625Z #80 727.5 [2525/4136] Building CXX object test/correctness/CMakeFiles/correctness_min_extent.dir/min_extent.cpp.o 2024-08-20T22:00:10.2178545Z #80 727.5 [2526/4136] Building CXX object test/correctness/CMakeFiles/correctness_negative_split_factors.dir/negative_split_factors.cpp.o 2024-08-20T22:00:10.2181542Z #80 727.5 [2527/4136] Building CXX object test/correctness/CMakeFiles/correctness_multi_splits_with_diff_tail_strategies.dir/multi_splits_with_diff_tail_strategies.cpp.o 2024-08-20T22:00:10.2184425Z #80 727.5 [2528/4136] Building CXX object test/correctness/CMakeFiles/correctness_multi_way_select.dir/multi_way_select.cpp.o 2024-08-20T22:00:10.2186508Z #80 727.5 [2529/4136] Building CXX object test/correctness/CMakeFiles/correctness_mux.dir/mux.cpp.o 2024-08-20T22:00:10.2188888Z #80 727.5 [2530/4136] Building CXX object test/correctness/CMakeFiles/correctness_lossless_cast.dir/lossless_cast.cpp.o 2024-08-20T22:00:10.2191905Z #80 727.5 [2531/4136] Building CXX object test/correctness/CMakeFiles/correctness_multi_output_pipeline_with_bad_sizes.dir/multi_output_pipeline_with_bad_sizes.cpp.o 2024-08-20T22:00:10.2194699Z #80 727.5 [2532/4136] Building CXX object test/correctness/CMakeFiles/correctness_multipass_constraints.dir/multipass_constraints.cpp.o 2024-08-20T22:00:10.2197023Z #80 727.6 [2533/4136] Building CXX object test/correctness/CMakeFiles/correctness_median3x3.dir/median3x3.cpp.o 2024-08-20T22:00:10.3184829Z #80 727.6 [2534/4136] Building CXX object test/correctness/CMakeFiles/correctness_output_larger_than_two_gigs.dir/output_larger_than_two_gigs.cpp.o 2024-08-20T22:00:10.3187508Z #80 727.6 [2535/4136] Building CXX object test/correctness/CMakeFiles/correctness_nested_tail_strategies.dir/nested_tail_strategies.cpp.o 2024-08-20T22:00:10.3189827Z #80 727.6 [2536/4136] Building CXX object test/correctness/CMakeFiles/correctness_non_nesting_extern_bounds_query.dir/non_nesting_extern_bounds_query.cpp.o 2024-08-20T22:00:10.3191761Z #80 727.7 [2537/4136] Linking CXX executable test/correctness/correctness_min_extent 2024-08-20T22:00:10.3193394Z #80 727.7 [2538/4136] Building CXX object test/correctness/CMakeFiles/correctness_mod.dir/mod.cpp.o 2024-08-20T22:00:10.3195081Z #80 727.7 [2539/4136] Linking CXX executable test/correctness/correctness_negative_split_factors 2024-08-20T22:00:10.3197122Z #80 727.7 [2540/4136] Building CXX object test/correctness/CMakeFiles/correctness_parallel_gpu_nested.dir/parallel_gpu_nested.cpp.o 2024-08-20T22:00:10.3199416Z #80 727.7 [2541/4136] Building CXX object test/correctness/CMakeFiles/correctness_narrow_predicates.dir/narrow_predicates.cpp.o 2024-08-20T22:00:10.3202162Z #80 727.7 [2542/4136] Building CXX object test/correctness/CMakeFiles/correctness_non_vector_aligned_embeded_buffer.dir/non_vector_aligned_embeded_buffer.cpp.o 2024-08-20T22:00:10.3204709Z #80 727.7 [2543/4136] Building CXX object test/correctness/CMakeFiles/correctness_partial_application.dir/partial_application.cpp.o 2024-08-20T22:00:10.3206739Z #80 727.7 [2544/4136] Linking CXX executable test/correctness/correctness_multi_way_select 2024-08-20T22:00:10.3208488Z #80 727.7 [2545/4136] Linking CXX executable test/correctness/correctness_multi_splits_with_diff_tail_strategies 2024-08-20T22:00:10.3210582Z #80 727.7 [2546/4136] Building CXX object test/correctness/CMakeFiles/correctness_newtons_method.dir/newtons_method.cpp.o 2024-08-20T22:00:10.3212926Z #80 727.7 [2547/4136] Linking CXX executable test/correctness/correctness_multi_output_pipeline_with_bad_sizes 2024-08-20T22:00:10.4213199Z #80 727.7 [2548/4136] Linking CXX executable test/correctness/correctness_lossless_cast 2024-08-20T22:00:10.4214947Z #80 727.8 [2549/4136] Linking CXX executable test/correctness/correctness_mux 2024-08-20T22:00:10.4216569Z #80 727.8 [2550/4136] Linking CXX executable test/correctness/correctness_multipass_constraints 2024-08-20T22:00:10.4218615Z #80 727.8 [2551/4136] Building CXX object test/correctness/CMakeFiles/correctness_out_of_memory.dir/out_of_memory.cpp.o 2024-08-20T22:00:10.4220426Z #80 727.8 [2552/4136] Linking CXX executable test/correctness/correctness_median3x3 2024-08-20T22:00:10.4222076Z #80 727.8 [2553/4136] Linking CXX executable test/correctness/correctness_nested_tail_strategies 2024-08-20T22:00:10.4224177Z #80 727.8 [2554/4136] Linking CXX executable test/correctness/correctness_non_nesting_extern_bounds_query 2024-08-20T22:00:10.5677914Z #80 727.8 [2555/4136] Linking CXX executable test/correctness/correctness_output_larger_than_two_gigs 2024-08-20T22:00:10.5680684Z #80 727.8 [2556/4136] Building CXX object test/correctness/CMakeFiles/correctness_obscure_image_references.dir/obscure_image_references.cpp.o 2024-08-20T22:00:10.5683154Z #80 727.9 [2557/4136] Linking CXX executable test/correctness/correctness_narrow_predicates 2024-08-20T22:00:10.5685263Z #80 727.9 [2558/4136] Linking CXX executable test/correctness/correctness_parallel_gpu_nested 2024-08-20T22:00:10.5687416Z #80 727.9 [2559/4136] Building CXX object test/correctness/CMakeFiles/correctness_partial_realization.dir/partial_realization.cpp.o 2024-08-20T22:00:10.5690154Z #80 727.9 [2560/4136] Building CXX object test/correctness/CMakeFiles/correctness_out_constraint.dir/out_constraint.cpp.o 2024-08-20T22:00:10.5692251Z #80 727.9 [2561/4136] Linking CXX executable test/correctness/correctness_mod 2024-08-20T22:00:10.5693827Z #80 727.9 [2562/4136] Linking CXX executable test/correctness/correctness_non_vector_aligned_embeded_buffer 2024-08-20T22:00:10.5695993Z #80 727.9 [2563/4136] Building CXX object test/correctness/CMakeFiles/correctness_param.dir/param.cpp.o 2024-08-20T22:00:10.5697816Z #80 727.9 [2564/4136] Linking CXX executable test/correctness/correctness_partial_application 2024-08-20T22:00:10.5699461Z #80 727.9 [2565/4136] Building CXX object test/correctness/CMakeFiles/correctness_lerp.dir/lerp.cpp.o 2024-08-20T22:00:10.5701677Z #80 728.0 [2566/4136] Building CXX object test/correctness/CMakeFiles/correctness_parameter_constraints.dir/parameter_constraints.cpp.o 2024-08-20T22:00:10.6687420Z #80 728.0 [2567/4136] Linking CXX executable test/correctness/correctness_newtons_method 2024-08-20T22:00:10.6689063Z #80 728.0 [2568/4136] Linking CXX executable test/correctness/correctness_out_of_memory 2024-08-20T22:00:10.6690975Z #80 728.0 [2569/4136] Building CXX object test/correctness/CMakeFiles/correctness_multiple_outputs.dir/multiple_outputs.cpp.o 2024-08-20T22:00:10.6693144Z #80 728.0 [2570/4136] Linking CXX executable test/correctness/correctness_obscure_image_references 2024-08-20T22:00:10.6694849Z #80 728.1 [2571/4136] Linking CXX executable test/correctness/correctness_partial_realization 2024-08-20T22:00:10.6696455Z #80 728.1 [2572/4136] Linking CXX executable test/correctness/correctness_param 2024-08-20T22:00:10.7905155Z #80 728.1 [2573/4136] Linking CXX executable test/correctness/correctness_out_constraint 2024-08-20T22:00:10.7906851Z #80 728.1 [2574/4136] Linking CXX executable test/correctness/correctness_lerp 2024-08-20T22:00:10.7908908Z #80 728.1 [2575/4136] Building CXX object test/correctness/CMakeFiles/correctness_partition_loops.dir/partition_loops.cpp.o 2024-08-20T22:00:10.7911685Z #80 728.2 [2576/4136] Building CXX object test/correctness/CMakeFiles/correctness_partition_loops_bug.dir/partition_loops_bug.cpp.o 2024-08-20T22:00:10.7914257Z #80 728.2 [2577/4136] Linking CXX executable test/correctness/correctness_parameter_constraints 2024-08-20T22:00:10.9149297Z #80 728.2 [2578/4136] Building CXX object test/correctness/CMakeFiles/correctness_partition_max_filter.dir/partition_max_filter.cpp.o 2024-08-20T22:00:10.9152071Z #80 728.2 [2579/4136] Building CXX object test/correctness/CMakeFiles/correctness_popc_clz_ctz_bounds.dir/popc_clz_ctz_bounds.cpp.o 2024-08-20T22:00:10.9154853Z #80 728.2 [2580/4136] Building CXX object test/correctness/CMakeFiles/correctness_pipeline_set_jit_externs_func.dir/pipeline_set_jit_externs_func.cpp.o 2024-08-20T22:00:10.9158161Z #80 728.2 [2581/4136] Building CXX object test/correctness/CMakeFiles/correctness_realize_condition_depends_on_tuple.dir/realize_condition_depends_on_tuple.cpp.o 2024-08-20T22:00:10.9160867Z #80 728.2 [2582/4136] Linking CXX executable test/correctness/correctness_multiple_outputs 2024-08-20T22:00:10.9163066Z #80 728.3 [2583/4136] Building CXX object test/correctness/CMakeFiles/correctness_print_loop_nest.dir/print_loop_nest.cpp.o 2024-08-20T22:00:11.0341430Z #80 728.4 [2584/4136] Linking CXX executable test/correctness/correctness_partition_loops 2024-08-20T22:00:11.0343768Z #80 728.4 [2585/4136] Building CXX object test/correctness/CMakeFiles/correctness_pseudostack_shares_slots.dir/pseudostack_shares_slots.cpp.o 2024-08-20T22:00:11.0346611Z #80 728.4 [2586/4136] Building CXX object test/correctness/CMakeFiles/correctness_realize_larger_than_two_gigs.dir/realize_larger_than_two_gigs.cpp.o 2024-08-20T22:00:11.0349158Z #80 728.4 [2587/4136] Building CXX object test/correctness/CMakeFiles/correctness_reduction_chain.dir/reduction_chain.cpp.o 2024-08-20T22:00:11.0350925Z #80 728.4 [2588/4136] Linking CXX executable test/correctness/correctness_partition_loops_bug 2024-08-20T22:00:11.0352496Z #80 728.4 [2589/4136] Linking CXX executable test/correctness/correctness_pipeline_set_jit_externs_func 2024-08-20T22:00:11.0354396Z #80 728.4 [2590/4136] Linking CXX executable test/correctness/correctness_partition_max_filter 2024-08-20T22:00:11.0356450Z #80 728.4 [2591/4136] Building CXX object test/correctness/CMakeFiles/correctness_pytorch.dir/pytorch.cpp.o 2024-08-20T22:00:11.1680591Z #80 728.4 [2592/4136] Building CXX object test/correctness/CMakeFiles/correctness_realize_over_shifted_domain.dir/realize_over_shifted_domain.cpp.o 2024-08-20T22:00:11.1683193Z #80 728.4 [2593/4136] Linking CXX executable test/correctness/correctness_popc_clz_ctz_bounds 2024-08-20T22:00:11.1685535Z #80 728.5 [2594/4136] Building CXX object test/correctness/CMakeFiles/correctness_python_extension_gen.dir/python_extension_gen.cpp.o 2024-08-20T22:00:11.1688034Z #80 728.5 [2595/4136] Linking CXX executable test/correctness/correctness_realize_condition_depends_on_tuple 2024-08-20T22:00:11.1690376Z #80 728.5 [2596/4136] Building CXX object test/correctness/CMakeFiles/correctness_process_some_tiles.dir/process_some_tiles.cpp.o 2024-08-20T22:00:11.1693109Z #80 728.5 [2597/4136] Building CXX object test/correctness/CMakeFiles/correctness_reduction_predicate_racing.dir/reduction_predicate_racing.cpp.o 2024-08-20T22:00:11.1695552Z #80 728.5 [2598/4136] Building CXX object test/correctness/CMakeFiles/correctness_print.dir/print.cpp.o 2024-08-20T22:00:11.1697208Z #80 728.6 [2599/4136] Linking CXX executable test/correctness/correctness_reduction_chain 2024-08-20T22:00:11.2747813Z #80 728.6 [2600/4136] Linking CXX executable test/correctness/correctness_pseudostack_shares_slots 2024-08-20T22:00:11.2749686Z #80 728.6 [2601/4136] Linking CXX executable test/correctness/correctness_print_loop_nest 2024-08-20T22:00:11.2751573Z #80 728.6 [2602/4136] Linking CXX executable test/correctness/correctness_realize_larger_than_two_gigs 2024-08-20T22:00:11.2753664Z #80 728.6 [2603/4136] Building CXX object test/correctness/CMakeFiles/correctness_reorder_storage.dir/reorder_storage.cpp.o 2024-08-20T22:00:11.2756369Z #80 728.6 [2604/4136] Building CXX object test/correctness/CMakeFiles/correctness_recursive_box_filters.dir/recursive_box_filters.cpp.o 2024-08-20T22:00:11.2758846Z #80 728.6 [2605/4136] Linking CXX executable test/correctness/correctness_realize_over_shifted_domain 2024-08-20T22:00:11.2762247Z #80 728.6 [2606/4136] Building CXX object test/correctness/CMakeFiles/correctness_respect_input_constraint_in_bounds_inference.dir/respect_input_constraint_in_bounds_inference.cpp.o 2024-08-20T22:00:11.2764907Z #80 728.6 [2607/4136] Linking CXX executable test/correctness/correctness_python_extension_gen 2024-08-20T22:00:11.2766434Z #80 728.7 [2608/4136] Linking CXX executable test/correctness/correctness_pytorch 2024-08-20T22:00:11.2768359Z #80 728.7 [2609/4136] Building CXX object test/correctness/CMakeFiles/correctness_reschedule.dir/reschedule.cpp.o 2024-08-20T22:00:11.4262851Z #80 728.7 [2610/4136] Building CXX object test/correctness/CMakeFiles/correctness_shifted_image.dir/shifted_image.cpp.o 2024-08-20T22:00:11.4265127Z #80 728.7 [2611/4136] Linking CXX executable test/correctness/correctness_reduction_predicate_racing 2024-08-20T22:00:11.4267428Z #80 728.7 [2612/4136] Building CXX object test/correctness/CMakeFiles/correctness_set_custom_trace.dir/set_custom_trace.cpp.o 2024-08-20T22:00:11.4269814Z #80 728.7 [2613/4136] Building CXX object test/correctness/CMakeFiles/correctness_reuse_stack_alloc.dir/reuse_stack_alloc.cpp.o 2024-08-20T22:00:11.4272350Z #80 728.7 [2614/4136] Building CXX object test/correctness/CMakeFiles/correctness_shared_self_references.dir/shared_self_references.cpp.o 2024-08-20T22:00:11.4274600Z #80 728.7 [2615/4136] Linking CXX executable test/correctness/correctness_process_some_tiles 2024-08-20T22:00:11.4276428Z #80 728.7 [2616/4136] Linking CXX executable test/correctness/correctness_print 2024-08-20T22:00:11.4278245Z #80 728.7 [2617/4136] Building CXX object test/correctness/CMakeFiles/correctness_prefetch.dir/prefetch.cpp.o 2024-08-20T22:00:11.4280680Z #80 728.8 [2618/4136] Building CXX object test/correctness/CMakeFiles/correctness_shadowed_bound.dir/shadowed_bound.cpp.o 2024-08-20T22:00:11.4282909Z #80 728.8 [2619/4136] Linking CXX executable test/correctness/correctness_reorder_storage 2024-08-20T22:00:11.5607855Z #80 728.8 [2620/4136] Linking CXX executable test/correctness/correctness_recursive_box_filters 2024-08-20T22:00:11.5609969Z #80 728.8 [2621/4136] Linking CXX executable test/correctness/correctness_respect_input_constraint_in_bounds_inference 2024-08-20T22:00:11.5611869Z #80 728.9 [2622/4136] Linking CXX executable test/correctness/correctness_shifted_image 2024-08-20T22:00:11.5613323Z #80 728.9 [2623/4136] Linking CXX executable test/correctness/correctness_reschedule 2024-08-20T22:00:11.5615044Z #80 728.9 [2624/4136] Building CXX object test/correctness/CMakeFiles/correctness_scatter.dir/scatter.cpp.o 2024-08-20T22:00:11.5617443Z #80 728.9 [2625/4136] Building CXX object test/correctness/CMakeFiles/correctness_reduction_schedule.dir/reduction_schedule.cpp.o 2024-08-20T22:00:11.5619557Z #80 728.9 [2626/4136] Linking CXX executable test/correctness/correctness_set_custom_trace 2024-08-20T22:00:11.5621426Z #80 728.9 [2627/4136] Linking CXX executable test/correctness/correctness_reuse_stack_alloc 2024-08-20T22:00:11.5623157Z #80 728.9 [2628/4136] Linking CXX executable test/correctness/correctness_shared_self_references 2024-08-20T22:00:11.5625181Z #80 729.0 [2629/4136] Building CXX object test/correctness/CMakeFiles/correctness_side_effects.dir/side_effects.cpp.o 2024-08-20T22:00:11.6926759Z #80 729.0 [2630/4136] Building CXX object test/correctness/CMakeFiles/correctness_shift_by_unsigned_negated.dir/shift_by_unsigned_negated.cpp.o 2024-08-20T22:00:11.6929001Z #80 729.0 [2631/4136] Linking CXX executable test/correctness/correctness_prefetch 2024-08-20T22:00:11.6930836Z #80 729.0 [2632/4136] Building CXX object test/correctness/CMakeFiles/correctness_predicated_store_load.dir/predicated_store_load.cpp.o 2024-08-20T22:00:11.6933182Z #80 729.0 [2633/4136] Building CXX object test/correctness/CMakeFiles/correctness_require.dir/require.cpp.o 2024-08-20T22:00:11.6935397Z #80 729.0 [2634/4136] Linking CXX executable test/correctness/correctness_shadowed_bound 2024-08-20T22:00:11.6937340Z #80 729.1 [2635/4136] Linking CXX executable test/correctness/correctness_scatter 2024-08-20T22:00:11.8264693Z #80 729.1 [2636/4136] Building CXX object test/correctness/CMakeFiles/correctness_round.dir/round.cpp.o 2024-08-20T22:00:11.8266648Z #80 729.1 [2637/4136] Linking CXX executable test/correctness/correctness_reduction_schedule 2024-08-20T22:00:11.8268311Z #80 729.2 [2638/4136] Linking CXX executable test/correctness/correctness_predicated_store_load 2024-08-20T22:00:11.8270044Z #80 729.2 [2639/4136] Linking CXX executable test/correctness/correctness_side_effects 2024-08-20T22:00:11.8272351Z #80 729.2 [2640/4136] Building CXX object test/correctness/CMakeFiles/correctness_simplified_away_embedded_image.dir/simplified_away_embedded_image.cpp.o 2024-08-20T22:00:11.9786679Z #80 729.2 [2641/4136] Linking CXX executable test/correctness/correctness_shift_by_unsigned_negated 2024-08-20T22:00:11.9788360Z #80 729.2 [2642/4136] Linking CXX executable test/correctness/correctness_require 2024-08-20T22:00:11.9790120Z #80 729.3 [2643/4136] Building CXX object test/correctness/CMakeFiles/correctness_sliding_backwards.dir/sliding_backwards.cpp.o 2024-08-20T22:00:11.9791863Z #80 729.4 [2644/4136] Linking CXX executable test/correctness/correctness_round 2024-08-20T22:00:12.0971762Z #80 729.4 [2645/4136] Building CXX object test/correctness/CMakeFiles/correctness_reduction_non_rectangular.dir/reduction_non_rectangular.cpp.o 2024-08-20T22:00:12.0974341Z #80 729.4 [2646/4136] Building CXX object test/correctness/CMakeFiles/correctness_math.dir/math.cpp.o 2024-08-20T22:00:12.0976680Z #80 729.4 [2647/4136] Linking CXX executable test/correctness/correctness_simplified_away_embedded_image 2024-08-20T22:00:12.0979115Z #80 729.5 [2648/4136] Building CXX object test/correctness/CMakeFiles/correctness_skip_stages_memoize.dir/skip_stages_memoize.cpp.o 2024-08-20T22:00:12.2001088Z #80 729.5 [2649/4136] Building CXX object test/correctness/CMakeFiles/correctness_sliding_over_guard_with_if.dir/sliding_over_guard_with_if.cpp.o 2024-08-20T22:00:12.2004633Z #80 729.5 [2650/4136] Building CXX object test/correctness/CMakeFiles/correctness_split_reuse_inner_name_bug.dir/split_reuse_inner_name_bug.cpp.o 2024-08-20T22:00:12.2006996Z #80 729.5 [2651/4136] Linking CXX executable test/correctness/correctness_sliding_backwards 2024-08-20T22:00:12.2009080Z #80 729.6 [2652/4136] Building CXX object test/correctness/CMakeFiles/correctness_mul_div_mod.dir/mul_div_mod.cpp.o 2024-08-20T22:00:12.2011028Z #80 729.6 [2653/4136] Linking CXX executable test/correctness/correctness_math 2024-08-20T22:00:12.3111538Z #80 729.6 [2654/4136] Linking CXX executable test/correctness/correctness_reduction_non_rectangular 2024-08-20T22:00:12.3113443Z #80 729.6 [2655/4136] Building CXX object test/correctness/CMakeFiles/correctness_sliding_reduction.dir/sliding_reduction.cpp.o 2024-08-20T22:00:12.3115418Z #80 729.6 [2656/4136] Building CXX object test/correctness/CMakeFiles/correctness_skip_stages.dir/skip_stages.cpp.o 2024-08-20T22:00:12.3117438Z #80 729.7 [2657/4136] Building CXX object test/correctness/CMakeFiles/correctness_stack_allocations.dir/stack_allocations.cpp.o 2024-08-20T22:00:12.3119417Z #80 729.7 [2658/4136] Building CXX object test/correctness/CMakeFiles/correctness_sort_exprs.dir/sort_exprs.cpp.o 2024-08-20T22:00:12.3121707Z #80 729.7 [2659/4136] Building CXX object test/correctness/CMakeFiles/correctness_split_store_compute.dir/split_store_compute.cpp.o 2024-08-20T22:00:12.3123720Z #80 729.7 [2660/4136] Building CXX object test/correctness/CMakeFiles/correctness_register_shuffle.dir/register_shuffle.cpp.o 2024-08-20T22:00:12.3125419Z #80 729.7 [2661/4136] Linking CXX executable test/correctness/correctness_skip_stages_memoize 2024-08-20T22:00:12.4403243Z #80 729.7 [2662/4136] Building CXX object test/correctness/CMakeFiles/correctness_split_fuse_rvar.dir/split_fuse_rvar.cpp.o 2024-08-20T22:00:12.4405038Z #80 729.7 [2663/4136] Linking CXX executable test/correctness/correctness_split_reuse_inner_name_bug 2024-08-20T22:00:12.4407755Z #80 729.7 [2664/4136] Building CXX object test/correctness/CMakeFiles/correctness_skip_stages_external_array_functions.dir/skip_stages_external_array_functions.cpp.o 2024-08-20T22:00:12.4410499Z #80 729.7 [2665/4136] Building CXX object test/correctness/CMakeFiles/correctness_split_by_non_factor.dir/split_by_non_factor.cpp.o 2024-08-20T22:00:12.4412828Z #80 729.7 [2666/4136] Building CXX object test/correctness/CMakeFiles/correctness_specialize_to_gpu.dir/specialize_to_gpu.cpp.o 2024-08-20T22:00:12.4415228Z #80 729.7 [2667/4136] Building CXX object test/correctness/CMakeFiles/correctness_stable_realization_order.dir/stable_realization_order.cpp.o 2024-08-20T22:00:12.4417447Z #80 729.8 [2668/4136] Building CXX object test/correctness/CMakeFiles/correctness_target.dir/target.cpp.o 2024-08-20T22:00:12.4419244Z #80 729.8 [2669/4136] Linking CXX executable test/correctness/correctness_sliding_over_guard_with_if 2024-08-20T22:00:12.4421799Z #80 729.8 [2670/4136] Building CXX object test/correctness/CMakeFiles/correctness_stencil_chain_in_update_definitions.dir/stencil_chain_in_update_definitions.cpp.o 2024-08-20T22:00:12.4424221Z #80 729.8 [2671/4136] Building CXX object test/correctness/CMakeFiles/correctness_store_in.dir/store_in.cpp.o 2024-08-20T22:00:12.4425945Z #80 729.8 [2672/4136] Linking CXX executable test/correctness/correctness_sliding_reduction 2024-08-20T22:00:12.4427420Z #80 729.8 [2673/4136] Linking CXX executable test/correctness/correctness_mul_div_mod 2024-08-20T22:00:12.4428832Z #80 729.8 [2674/4136] Linking CXX executable test/correctness/correctness_skip_stages 2024-08-20T22:00:12.5520548Z #80 729.9 [2675/4136] Generating anderson2021_train_cost_model.h, anderson2021_train_cost_model.o 2024-08-20T22:00:12.5522316Z #80 729.9 [2676/4136] Linking CXX executable test/correctness/correctness_stack_allocations 2024-08-20T22:00:12.5523885Z #80 729.9 [2677/4136] Linking CXX executable test/correctness/correctness_sort_exprs 2024-08-20T22:00:12.5525500Z #80 729.9 [2678/4136] Linking CXX executable test/correctness/correctness_register_shuffle 2024-08-20T22:00:12.5527351Z #80 729.9 [2679/4136] Linking CXX executable test/correctness/correctness_split_store_compute 2024-08-20T22:00:12.5529280Z #80 729.9 [2680/4136] Linking CXX static library src/autoschedulers/anderson2021/libanderson2021_train_cost_model.a 2024-08-20T22:00:12.5531063Z #80 729.9 [2681/4136] Linking CXX executable test/correctness/correctness_split_fuse_rvar 2024-08-20T22:00:12.5532864Z #80 729.9 [2682/4136] Linking CXX executable test/correctness/correctness_skip_stages_external_array_functions 2024-08-20T22:00:12.5534965Z #80 729.9 [2683/4136] Linking CXX executable test/correctness/correctness_split_by_non_factor 2024-08-20T22:00:12.5537154Z #80 729.9 [2684/4136] Building CXX object test/correctness/CMakeFiles/correctness_stmt_to_html.dir/stmt_to_html.cpp.o 2024-08-20T22:00:12.6534249Z #80 730.0 [2685/4136] Linking CXX executable test/correctness/correctness_specialize_to_gpu 2024-08-20T22:00:12.6536156Z #80 730.0 [2686/4136] Linking CXX executable test/correctness/correctness_stable_realization_order 2024-08-20T22:00:12.6537810Z #80 730.0 [2687/4136] Linking CXX executable test/correctness/correctness_target 2024-08-20T22:00:12.6541180Z #80 730.0 [2688/4136] Linking CXX executable test/correctness/correctness_stencil_chain_in_update_definitions 2024-08-20T22:00:12.6543274Z #80 730.0 [2689/4136] Building CXX object test/correctness/CMakeFiles/correctness_strided_load.dir/strided_load.cpp.o 2024-08-20T22:00:12.6545660Z #80 730.0 [2690/4136] Building CXX object test/correctness/CMakeFiles/correctness_tracing_bounds.dir/tracing_bounds.cpp.o 2024-08-20T22:00:12.6547764Z #80 730.0 [2691/4136] Linking CXX executable test/correctness/correctness_store_in 2024-08-20T22:00:12.6549755Z #80 730.1 [2692/4136] Building CXX object test/correctness/CMakeFiles/correctness_strict_float_bounds.dir/strict_float_bounds.cpp.o 2024-08-20T22:00:12.7854397Z #80 730.1 [2693/4136] Building CXX object test/correctness/CMakeFiles/correctness_tracing_broadcast.dir/tracing_broadcast.cpp.o 2024-08-20T22:00:12.7856662Z #80 730.1 [2694/4136] Linking CXX executable test/correctness/correctness_stmt_to_html 2024-08-20T22:00:12.7858399Z #80 730.2 [2695/4136] Linking CXX executable test/correctness/correctness_strided_load 2024-08-20T22:00:12.9029962Z #80 730.2 [2696/4136] Linking CXX executable test/correctness/correctness_tracing_bounds 2024-08-20T22:00:12.9032383Z #80 730.2 [2697/4136] Building CXX object test/correctness/CMakeFiles/correctness_transitive_bounds.dir/transitive_bounds.cpp.o 2024-08-20T22:00:12.9035173Z #80 730.3 [2698/4136] Building CXX object test/correctness/CMakeFiles/correctness_tracing.dir/tracing.cpp.o 2024-08-20T22:00:12.9037275Z #80 730.3 [2699/4136] Linking CXX executable test/correctness/correctness_strict_float_bounds 2024-08-20T22:00:13.0684006Z #80 730.3 [2700/4136] Building CXX object test/correctness/CMakeFiles/correctness_sliding_window.dir/sliding_window.cpp.o 2024-08-20T22:00:13.0686927Z #80 730.3 [2701/4136] Building CXX object test/correctness/CMakeFiles/correctness_stage_strided_loads.dir/stage_strided_loads.cpp.o 2024-08-20T22:00:13.0689114Z #80 730.4 [2702/4136] Linking CXX executable test/correctness/correctness_tracing_broadcast 2024-08-20T22:00:13.0691109Z #80 730.4 [2703/4136] Building CXX object test/correctness/CMakeFiles/correctness_tracing_stack.dir/tracing_stack.cpp.o 2024-08-20T22:00:13.0693573Z #80 730.5 [2704/4136] Building CXX object test/correctness/CMakeFiles/correctness_tuple_partial_update.dir/tuple_partial_update.cpp.o 2024-08-20T22:00:13.1692587Z #80 730.5 [2705/4136] Linking CXX executable test/correctness/correctness_transitive_bounds 2024-08-20T22:00:13.1694669Z #80 730.5 [2706/4136] Building CXX object test/correctness/CMakeFiles/correctness_specialize.dir/specialize.cpp.o 2024-08-20T22:00:13.1696557Z #80 730.5 [2707/4136] Linking CXX executable test/correctness/correctness_sliding_window 2024-08-20T22:00:13.1698148Z #80 730.6 [2708/4136] Linking CXX executable test/correctness/correctness_stage_strided_loads 2024-08-20T22:00:13.1699893Z #80 730.6 [2709/4136] Linking CXX executable test/correctness/correctness_tracing_stack 2024-08-20T22:00:13.1702162Z #80 730.6 [2710/4136] Building CXX object test/correctness/CMakeFiles/correctness_tuple_reduction.dir/tuple_reduction.cpp.o 2024-08-20T22:00:13.2972440Z #80 730.6 [2711/4136] Linking CXX executable test/correctness/correctness_tracing 2024-08-20T22:00:13.2974516Z #80 730.6 [2712/4136] Building CXX object test/correctness/CMakeFiles/correctness_tuple_select.dir/tuple_select.cpp.o 2024-08-20T22:00:13.2976949Z #80 730.6 [2713/4136] Building CXX object test/correctness/CMakeFiles/correctness_trim_no_ops.dir/trim_no_ops.cpp.o 2024-08-20T22:00:13.2979413Z #80 730.6 [2714/4136] Building CXX object test/correctness/CMakeFiles/correctness_two_vector_args.dir/two_vector_args.cpp.o 2024-08-20T22:00:13.2982073Z #80 730.7 [2715/4136] Building CXX object test/correctness/CMakeFiles/correctness_uninitialized_read.dir/uninitialized_read.cpp.o 2024-08-20T22:00:13.2984383Z #80 730.7 [2716/4136] Linking CXX executable test/correctness/correctness_specialize 2024-08-20T22:00:13.3986008Z #80 730.7 [2717/4136] Linking CXX executable test/correctness/correctness_tuple_partial_update 2024-08-20T22:00:13.3988645Z #80 730.7 [2718/4136] Building CXX object test/correctness/CMakeFiles/correctness_unroll_loop_with_implied_constant_bounds.dir/unroll_loop_with_implied_constant_bounds.cpp.o 2024-08-20T22:00:13.3991465Z #80 730.8 [2719/4136] Building CXX object test/correctness/CMakeFiles/correctness_tiled_matmul.dir/tiled_matmul.cpp.o 2024-08-20T22:00:13.3993444Z #80 730.8 [2720/4136] Linking CXX executable test/correctness/correctness_tuple_reduction 2024-08-20T22:00:13.3995501Z #80 730.8 [2721/4136] Building CXX object test/correctness/CMakeFiles/correctness_storage_folding.dir/storage_folding.cpp.o 2024-08-20T22:00:13.3997814Z #80 730.8 [2722/4136] Building CXX object test/correctness/CMakeFiles/correctness_unused_func.dir/unused_func.cpp.o 2024-08-20T22:00:13.4000131Z #80 730.8 [2723/4136] Linking CXX executable test/correctness/correctness_tuple_select 2024-08-20T22:00:13.4002805Z #80 730.8 [2724/4136] Building CXX object test/correctness/CMakeFiles/correctness_unique_func_image.dir/unique_func_image.cpp.o 2024-08-20T22:00:13.5052442Z #80 730.8 [2725/4136] Building CXX object test/correctness/CMakeFiles/correctness_tuple_update_ops.dir/tuple_update_ops.cpp.o 2024-08-20T22:00:13.5054338Z #80 730.8 [2726/4136] Linking CXX executable test/correctness/correctness_two_vector_args 2024-08-20T22:00:13.5056288Z #80 730.9 [2727/4136] Building CXX object test/correctness/CMakeFiles/correctness_simd_op_check_riscv.dir/simd_op_check_riscv.cpp.o 2024-08-20T22:00:13.5058688Z #80 730.9 [2728/4136] Building CXX object test/correctness/CMakeFiles/correctness_update_chunk.dir/update_chunk.cpp.o 2024-08-20T22:00:13.5060599Z #80 730.9 [2729/4136] Linking CXX executable test/correctness/correctness_uninitialized_read 2024-08-20T22:00:13.5062102Z #80 730.9 [2730/4136] Linking CXX executable test/correctness/correctness_trim_no_ops 2024-08-20T22:00:13.5065774Z #80 730.9 [2731/4136] Building CXX object test/correctness/CMakeFiles/correctness_unsafe_dedup_lets.dir/unsafe_dedup_lets.cpp.o 2024-08-20T22:00:13.5071152Z #80 730.9 [2732/4136] Building CXX object test/correctness/CMakeFiles/correctness_undef.dir/undef.cpp.o 2024-08-20T22:00:13.6098851Z #80 730.9 [2733/4136] Building CXX object test/correctness/CMakeFiles/correctness_typed_func.dir/typed_func.cpp.o 2024-08-20T22:00:13.6102020Z #80 730.9 [2734/4136] Building CXX object test/correctness/CMakeFiles/correctness_vector_extern.dir/vector_extern.cpp.o 2024-08-20T22:00:13.6106757Z #80 730.9 [2735/4136] Linking CXX executable test/correctness/correctness_unroll_loop_with_implied_constant_bounds 2024-08-20T22:00:13.6110188Z #80 730.9 [2736/4136] Building CXX object test/correctness/CMakeFiles/correctness_vector_bounds_inference.dir/vector_bounds_inference.cpp.o 2024-08-20T22:00:13.6113325Z #80 730.9 [2737/4136] Building CXX object test/correctness/CMakeFiles/correctness_vector_print_bug.dir/vector_print_bug.cpp.o 2024-08-20T22:00:13.6116385Z #80 730.9 [2738/4136] Building CXX object test/correctness/CMakeFiles/correctness_tuple_undef.dir/tuple_undef.cpp.o 2024-08-20T22:00:13.6118998Z #80 731.0 [2739/4136] Building CXX object test/correctness/CMakeFiles/correctness_unroll_dynamic_loop.dir/unroll_dynamic_loop.cpp.o 2024-08-20T22:00:13.6121937Z #80 731.0 [2740/4136] Building CXX object test/correctness/CMakeFiles/correctness_unrolled_reduction.dir/unrolled_reduction.cpp.o 2024-08-20T22:00:13.6124117Z #80 731.0 [2741/4136] Linking CXX executable test/correctness/correctness_unused_func 2024-08-20T22:00:13.6126035Z #80 731.0 [2742/4136] Linking CXX executable test/correctness/correctness_tiled_matmul 2024-08-20T22:00:13.6127860Z #80 731.0 [2743/4136] Linking CXX executable test/correctness/correctness_unique_func_image 2024-08-20T22:00:13.6129586Z #80 731.0 [2744/4136] Linking CXX executable test/correctness/correctness_storage_folding 2024-08-20T22:00:13.6131807Z #80 731.0 [2745/4136] Building CXX object test/correctness/CMakeFiles/correctness_vector_tile.dir/vector_tile.cpp.o 2024-08-20T22:00:13.7107375Z #80 731.0 [2746/4136] Linking CXX executable test/correctness/correctness_tuple_update_ops 2024-08-20T22:00:13.7110021Z #80 731.1 [2747/4136] Building CXX object test/correctness/CMakeFiles/correctness_strict_float.dir/strict_float.cpp.o 2024-08-20T22:00:13.7112081Z #80 731.1 [2748/4136] Linking CXX executable test/correctness/correctness_update_chunk 2024-08-20T22:00:13.7114185Z #80 731.1 [2749/4136] Linking CXX executable test/correctness/correctness_simd_op_check_riscv 2024-08-20T22:00:13.7116009Z #80 731.1 [2750/4136] Linking CXX executable test/correctness/correctness_unsafe_dedup_lets 2024-08-20T22:00:13.7117613Z #80 731.1 [2751/4136] Linking CXX executable test/correctness/correctness_typed_func 2024-08-20T22:00:13.7119248Z #80 731.1 [2752/4136] Linking CXX executable test/correctness/correctness_vector_print_bug 2024-08-20T22:00:13.7121174Z #80 731.1 [2753/4136] Linking CXX executable test/correctness/correctness_vector_bounds_inference 2024-08-20T22:00:13.8362678Z #80 731.1 [2754/4136] Building CXX object test/correctness/CMakeFiles/correctness_simd_op_check_powerpc.dir/simd_op_check_powerpc.cpp.o 2024-08-20T22:00:13.8366306Z #80 731.1 [2755/4136] Building CXX object test/correctness/CMakeFiles/correctness_unsafe_promises.dir/unsafe_promises.cpp.o 2024-08-20T22:00:13.8368703Z #80 731.1 [2756/4136] Linking CXX executable test/correctness/correctness_undef 2024-08-20T22:00:13.8370655Z #80 731.1 [2757/4136] Linking CXX executable test/correctness/correctness_vector_extern 2024-08-20T22:00:13.8372796Z #80 731.1 [2758/4136] Linking CXX executable test/correctness/correctness_unroll_dynamic_loop 2024-08-20T22:00:13.8375349Z #80 731.1 [2759/4136] Building CXX object test/correctness/CMakeFiles/correctness_vectorize_mixed_widths.dir/vectorize_mixed_widths.cpp.o 2024-08-20T22:00:13.8378049Z #80 731.2 [2760/4136] Linking CXX executable test/correctness/correctness_tuple_undef 2024-08-20T22:00:13.8380249Z #80 731.2 [2761/4136] Linking CXX executable test/correctness/correctness_vector_tile 2024-08-20T22:00:13.9411890Z #80 731.3 [2762/4136] Building CXX object test/correctness/CMakeFiles/correctness_vectorize_varying_allocation_size.dir/vectorize_varying_allocation_size.cpp.o 2024-08-20T22:00:13.9415345Z #80 731.3 [2763/4136] Linking CXX executable test/correctness/correctness_unrolled_reduction 2024-08-20T22:00:13.9417251Z #80 731.3 [2764/4136] Linking CXX executable test/correctness/correctness_strict_float 2024-08-20T22:00:13.9419535Z #80 731.3 [2765/4136] Linking CXX executable test/correctness/correctness_unsafe_promises 2024-08-20T22:00:13.9421858Z #80 731.3 [2766/4136] Linking CXX executable test/correctness/correctness_simd_op_check_powerpc 2024-08-20T22:00:14.0440061Z #80 731.4 [2767/4136] Building CXX object test/correctness/CMakeFiles/correctness_vectorized_assert.dir/vectorized_assert.cpp.o 2024-08-20T22:00:14.0446980Z #80 731.4 [2768/4136] Building CXX object test/correctness/CMakeFiles/correctness_vectorize_guard_with_if.dir/vectorize_guard_with_if.cpp.o 2024-08-20T22:00:14.0454318Z #80 731.4 [2769/4136] Linking CXX executable test/correctness/correctness_vectorize_mixed_widths 2024-08-20T22:00:14.0456382Z #80 731.4 [2770/4136] Building CXX object test/correctness/CMakeFiles/correctness_vectorized_guard_with_if_tail.dir/vectorized_guard_with_if_tail.cpp.o 2024-08-20T22:00:14.1497710Z #80 731.4 [2771/4136] Linking CXX executable test/correctness/correctness_vectorize_varying_allocation_size 2024-08-20T22:00:14.1499754Z #80 731.5 [2772/4136] Linking CXX executable test/correctness/correctness_vectorized_assert 2024-08-20T22:00:14.2559787Z #80 731.6 [2773/4136] Linking CXX executable test/correctness/correctness_vectorize_guard_with_if 2024-08-20T22:00:14.2562387Z #80 731.6 [2774/4136] Building CXX object test/correctness/CMakeFiles/correctness_vectorized_initialization.dir/vectorized_initialization.cpp.o 2024-08-20T22:00:14.2565352Z #80 731.6 [2775/4136] Building CXX object test/correctness/CMakeFiles/correctness_vectorized_load_from_vectorized_allocation.dir/vectorized_load_from_vectorized_allocation.cpp.o 2024-08-20T22:00:14.2568248Z #80 731.7 [2776/4136] Building CXX object test/correctness/CMakeFiles/correctness_vectorize_nested.dir/vectorize_nested.cpp.o 2024-08-20T22:00:14.3853787Z #80 731.7 [2777/4136] Linking CXX executable test/correctness/correctness_vectorized_guard_with_if_tail 2024-08-20T22:00:14.3855830Z #80 731.7 [2778/4136] Building CXX object test/correctness/CMakeFiles/correctness_simd_op_check_wasm.dir/simd_op_check_wasm.cpp.o 2024-08-20T22:00:14.3858208Z #80 731.7 [2779/4136] Building CXX object test/correctness/CMakeFiles/correctness_vectorized_gpu_allocation.dir/vectorized_gpu_allocation.cpp.o 2024-08-20T22:00:14.3860674Z #80 731.7 [2780/4136] Building CXX object test/correctness/CMakeFiles/correctness_vectorized_reduction_bug.dir/vectorized_reduction_bug.cpp.o 2024-08-20T22:00:14.3863046Z #80 731.8 [2781/4136] Building CXX object test/correctness/CMakeFiles/correctness_widening_lerp.dir/widening_lerp.cpp.o 2024-08-20T22:00:14.5155372Z #80 731.8 [2782/4136] Building CXX object test/correctness/CMakeFiles/correctness_assertion_failure_in_parallel_for.dir/assertion_failure_in_parallel_for.cpp.o 2024-08-20T22:00:14.5157384Z #80 731.8 [2783/4136] Linking CXX executable test/correctness/correctness_vectorized_initialization 2024-08-20T22:00:14.5159001Z #80 731.9 [2784/4136] Linking CXX executable test/correctness/correctness_vectorized_load_from_vectorized_allocation 2024-08-20T22:00:14.5161029Z #80 731.9 [2785/4136] Building CXX object test/correctness/CMakeFiles/correctness_async_copy_chain.dir/async_copy_chain.cpp.o 2024-08-20T22:00:14.5162817Z #80 731.9 [2786/4136] Linking CXX executable test/correctness/correctness_vectorize_nested 2024-08-20T22:00:14.5164249Z #80 731.9 [2787/4136] Linking CXX executable test/correctness/correctness_vectorized_gpu_allocation 2024-08-20T22:00:14.6547659Z #80 731.9 [2788/4136] Linking CXX executable test/correctness/correctness_vectorized_reduction_bug 2024-08-20T22:00:14.6549750Z #80 731.9 [2789/4136] Linking CXX executable test/correctness/correctness_simd_op_check_wasm 2024-08-20T22:00:14.6551812Z #80 732.0 [2790/4136] Building CXX object test/correctness/CMakeFiles/correctness_compute_outermost.dir/compute_outermost.cpp.o 2024-08-20T22:00:14.6554069Z #80 732.0 [2791/4136] Linking CXX executable test/correctness/correctness_assertion_failure_in_parallel_for 2024-08-20T22:00:14.6556028Z #80 732.1 [2792/4136] Linking CXX executable test/correctness/correctness_async_copy_chain 2024-08-20T22:00:14.7590263Z #80 732.1 [2793/4136] Building CXX object test/correctness/CMakeFiles/correctness_extern_consumer_tiled.dir/extern_consumer_tiled.cpp.o 2024-08-20T22:00:14.7592886Z #80 732.1 [2794/4136] Linking CXX executable test/correctness/correctness_widening_lerp 2024-08-20T22:00:14.7594871Z #80 732.1 [2795/4136] Building CXX object test/correctness/CMakeFiles/correctness_vector_reductions.dir/vector_reductions.cpp.o 2024-08-20T22:00:14.7597225Z #80 732.1 [2796/4136] Building CXX object test/correctness/CMakeFiles/correctness_extern_stage.dir/extern_stage.cpp.o 2024-08-20T22:00:14.7599921Z #80 732.2 [2797/4136] Building CXX object test/correctness/CMakeFiles/correctness_legal_race_condition.dir/legal_race_condition.cpp.o 2024-08-20T22:00:14.8849362Z #80 732.2 [2798/4136] Building CXX object test/correctness/CMakeFiles/correctness_atomic_tuples.dir/atomic_tuples.cpp.o 2024-08-20T22:00:14.8851634Z #80 732.2 [2799/4136] Building CXX object test/correctness/CMakeFiles/correctness_parallel.dir/parallel.cpp.o 2024-08-20T22:00:14.8853721Z #80 732.2 [2800/4136] Building CXX object test/correctness/CMakeFiles/correctness_convolution.dir/convolution.cpp.o 2024-08-20T22:00:14.8856296Z #80 732.2 [2801/4136] Building CXX object test/correctness/CMakeFiles/correctness_widening_reduction.dir/widening_reduction.cpp.o 2024-08-20T22:00:14.8858472Z #80 732.3 [2802/4136] Linking CXX executable test/correctness/correctness_compute_outermost 2024-08-20T22:00:14.8860508Z #80 732.3 [2803/4136] Building CXX object test/correctness/CMakeFiles/correctness_lots_of_dimensions.dir/lots_of_dimensions.cpp.o 2024-08-20T22:00:14.9951596Z #80 732.3 [2804/4136] Linking CXX executable test/correctness/correctness_extern_consumer_tiled 2024-08-20T22:00:14.9953219Z #80 732.3 [2805/4136] Linking CXX executable test/correctness/correctness_extern_stage 2024-08-20T22:00:14.9955196Z #80 732.3 [2806/4136] Building CXX object test/correctness/CMakeFiles/correctness_parallel_alloc.dir/parallel_alloc.cpp.o 2024-08-20T22:00:14.9957260Z #80 732.3 [2807/4136] Linking CXX executable test/correctness/correctness_vector_reductions 2024-08-20T22:00:14.9959343Z #80 732.3 [2808/4136] Building CXX object test/correctness/CMakeFiles/correctness_multiple_outputs_extern.dir/multiple_outputs_extern.cpp.o 2024-08-20T22:00:14.9962000Z #80 732.4 [2809/4136] Building CXX object test/correctness/CMakeFiles/correctness_named_updates.dir/named_updates.cpp.o 2024-08-20T22:00:14.9964061Z #80 732.4 [2810/4136] Building CXX object test/correctness/CMakeFiles/correctness_async.dir/async.cpp.o 2024-08-20T22:00:15.1155262Z #80 732.4 [2811/4136] Building CXX object test/correctness/CMakeFiles/correctness_multi_pass_reduction.dir/multi_pass_reduction.cpp.o 2024-08-20T22:00:15.1157806Z #80 732.4 [2812/4136] Building CXX object test/correctness/CMakeFiles/correctness_oddly_sized_output.dir/oddly_sized_output.cpp.o 2024-08-20T22:00:15.1159905Z #80 732.4 [2813/4136] Linking CXX executable test/correctness/correctness_legal_race_condition 2024-08-20T22:00:15.1161623Z #80 732.4 [2814/4136] Linking CXX executable test/correctness/correctness_parallel 2024-08-20T22:00:15.1163164Z #80 732.4 [2815/4136] Linking CXX executable test/correctness/correctness_convolution 2024-08-20T22:00:15.1165075Z #80 732.4 [2816/4136] Building CXX object test/correctness/CMakeFiles/correctness_parallel_nested.dir/parallel_nested.cpp.o 2024-08-20T22:00:15.1167466Z #80 732.4 [2817/4136] Building CXX object test/correctness/CMakeFiles/correctness_parallel_nested_1.dir/parallel_nested_1.cpp.o 2024-08-20T22:00:15.1169792Z #80 732.4 [2818/4136] Linking CXX executable test/correctness/correctness_atomic_tuples 2024-08-20T22:00:15.1171343Z #80 732.4 [2819/4136] Linking CXX executable test/correctness/correctness_widening_reduction 2024-08-20T22:00:15.1173380Z #80 732.5 [2820/4136] Building CXX object test/correctness/CMakeFiles/correctness_nested_shiftinwards.dir/nested_shiftinwards.cpp.o 2024-08-20T22:00:15.1175592Z #80 732.5 [2821/4136] Linking CXX executable test/correctness/correctness_lots_of_dimensions 2024-08-20T22:00:15.1177850Z #80 732.5 [2822/4136] Building CXX object test/correctness/CMakeFiles/correctness_interpreter.dir/interpreter.cpp.o 2024-08-20T22:00:15.1179904Z #80 732.5 [2823/4136] Linking CXX executable test/correctness/correctness_parallel_alloc 2024-08-20T22:00:15.1182015Z #80 732.5 [2824/4136] Building CXX object test/correctness/CMakeFiles/correctness_parallel_fork.dir/parallel_fork.cpp.o 2024-08-20T22:00:15.2302373Z #80 732.6 [2825/4136] Linking CXX executable test/correctness/correctness_multiple_outputs_extern 2024-08-20T22:00:15.2304212Z #80 732.6 [2826/4136] Linking CXX executable test/correctness/correctness_named_updates 2024-08-20T22:00:15.2305547Z #80 732.6 [2827/4136] Linking CXX executable test/correctness/correctness_async 2024-08-20T22:00:15.2306885Z #80 732.6 [2828/4136] Linking CXX executable test/correctness/correctness_multi_pass_reduction 2024-08-20T22:00:15.2308644Z #80 732.6 [2829/4136] Linking CXX executable test/correctness/correctness_oddly_sized_output 2024-08-20T22:00:15.2310087Z #80 732.6 [2830/4136] Linking CXX executable test/correctness/correctness_parallel_nested_1 2024-08-20T22:00:15.2311490Z #80 732.6 [2831/4136] Linking CXX executable test/correctness/correctness_parallel_nested 2024-08-20T22:00:15.3650079Z #80 732.6 [2832/4136] Building CXX object test/correctness/CMakeFiles/correctness_parallel_rvar.dir/parallel_rvar.cpp.o 2024-08-20T22:00:15.3652091Z #80 732.7 [2833/4136] Linking CXX executable test/correctness/correctness_interpreter 2024-08-20T22:00:15.3653748Z #80 732.7 [2834/4136] Linking CXX executable test/correctness/correctness_nested_shiftinwards 2024-08-20T22:00:15.3655487Z #80 732.8 [2835/4136] Linking CXX executable test/correctness/correctness_parallel_fork 2024-08-20T22:00:15.5022749Z #80 732.8 [2836/4136] Building CXX object test/correctness/CMakeFiles/correctness_parallel_reductions.dir/parallel_reductions.cpp.o 2024-08-20T22:00:15.5025314Z #80 732.8 [2837/4136] Building CXX object test/correctness/CMakeFiles/correctness_parallel_scatter.dir/parallel_scatter.cpp.o 2024-08-20T22:00:15.5027536Z #80 732.9 [2838/4136] Building CXX object test/correctness/CMakeFiles/correctness_func_clone.dir/func_clone.cpp.o 2024-08-20T22:00:15.5029037Z #80 732.9 [2839/4136] Linking CXX executable test/correctness/correctness_parallel_rvar 2024-08-20T22:00:15.6150720Z #80 732.9 [2840/4136] Building CXX object test/correctness/CMakeFiles/correctness_simd_op_check_x86.dir/simd_op_check_x86.cpp.o 2024-08-20T22:00:15.6153173Z #80 732.9 [2841/4136] Building CXX object test/correctness/CMakeFiles/correctness_thread_safety.dir/thread_safety.cpp.o 2024-08-20T22:00:15.6155925Z #80 732.9 [2842/4136] Building CXX object test/correctness/CMakeFiles/correctness_stream_compaction.dir/stream_compaction.cpp.o 2024-08-20T22:00:15.6158258Z #80 733.0 [2843/4136] Building CXX object test/correctness/CMakeFiles/correctness_unroll_huge_mux.dir/unroll_huge_mux.cpp.o 2024-08-20T22:00:15.6160250Z #80 733.0 [2844/4136] Linking CXX executable test/correctness/correctness_parallel_reductions 2024-08-20T22:00:15.7196483Z #80 733.0 [2845/4136] Linking CXX executable test/correctness/correctness_parallel_scatter 2024-08-20T22:00:15.7198609Z #80 733.1 [2846/4136] Building CXX object test/correctness/CMakeFiles/correctness_multiple_scatter.dir/multiple_scatter.cpp.o 2024-08-20T22:00:15.7200637Z #80 733.1 [2847/4136] Linking CXX executable test/correctness/correctness_func_clone 2024-08-20T22:00:15.7202803Z #80 733.1 [2848/4136] Building CXX object test/correctness/CMakeFiles/correctness_truncated_pyramid.dir/truncated_pyramid.cpp.o 2024-08-20T22:00:15.7205146Z #80 733.1 [2849/4136] Building CXX object test/correctness/CMakeFiles/correctness_reorder_rvars.dir/reorder_rvars.cpp.o 2024-08-20T22:00:15.7207147Z #80 733.1 [2850/4136] Linking CXX executable test/correctness/correctness_thread_safety 2024-08-20T22:00:15.8310709Z #80 733.1 [2851/4136] Linking CXX executable test/correctness/correctness_unroll_huge_mux 2024-08-20T22:00:15.8313047Z #80 733.1 [2852/4136] Building CXX object test/correctness/CMakeFiles/correctness_tuple_vector_reduce.dir/tuple_vector_reduce.cpp.o 2024-08-20T22:00:15.8315589Z #80 733.2 [2853/4136] Building CXX object test/correctness/CMakeFiles/correctness_image_wrapper.dir/image_wrapper.cpp.o 2024-08-20T22:00:15.8317869Z #80 733.2 [2854/4136] Building CXX object test/error/CMakeFiles/error_ambiguous_inline_reductions.dir/ambiguous_inline_reductions.cpp.o 2024-08-20T22:00:15.8320062Z #80 733.2 [2855/4136] Building CXX object test/correctness/CMakeFiles/correctness_func_wrapper.dir/func_wrapper.cpp.o 2024-08-20T22:00:15.8321873Z #80 733.2 [2856/4136] Linking CXX executable test/correctness/correctness_simd_op_check_x86 2024-08-20T22:00:15.9323326Z #80 733.2 [2857/4136] Linking CXX executable test/correctness/correctness_stream_compaction 2024-08-20T22:00:15.9325453Z #80 733.2 [2858/4136] Building CXX object test/error/CMakeFiles/error_atomics_gpu_8_bit.dir/atomics_gpu_8_bit.cpp.o 2024-08-20T22:00:15.9327628Z #80 733.3 [2859/4136] Building CXX object test/correctness/CMakeFiles/correctness_random.dir/random.cpp.o 2024-08-20T22:00:15.9329831Z #80 733.3 [2860/4136] Building CXX object test/error/CMakeFiles/error_atomics_gpu_mutex.dir/atomics_gpu_mutex.cpp.o 2024-08-20T22:00:15.9332046Z #80 733.3 [2861/4136] Building CXX object test/correctness/CMakeFiles/correctness_memoize.dir/memoize.cpp.o 2024-08-20T22:00:15.9334546Z #80 733.3 [2862/4136] Building CXX object test/error/CMakeFiles/error_atomics_self_reference.dir/atomics_self_reference.cpp.o 2024-08-20T22:00:15.9336763Z #80 733.3 [2863/4136] Building CXX object test/error/CMakeFiles/error_bad_bound.dir/bad_bound.cpp.o 2024-08-20T22:00:15.9338611Z #80 733.3 [2864/4136] Linking CXX executable test/correctness/correctness_multiple_scatter 2024-08-20T22:00:15.9340313Z #80 733.3 [2865/4136] Linking CXX executable test/correctness/correctness_truncated_pyramid 2024-08-20T22:00:15.9342557Z #80 733.3 [2866/4136] Building CXX object test/error/CMakeFiles/error_auto_schedule_no_parallel.dir/auto_schedule_no_parallel.cpp.o 2024-08-20T22:00:15.9344850Z #80 733.3 [2867/4136] Building CXX object test/error/CMakeFiles/error_bad_bound_storage.dir/bad_bound_storage.cpp.o 2024-08-20T22:00:15.9346711Z #80 733.3 [2868/4136] Linking CXX executable test/correctness/correctness_reorder_rvars 2024-08-20T22:00:15.9348456Z #80 733.3 [2869/4136] Building CXX object test/error/CMakeFiles/error_bad_device_api.dir/bad_device_api.cpp.o 2024-08-20T22:00:15.9350332Z #80 733.3 [2870/4136] Linking CXX executable test/correctness/correctness_tuple_vector_reduce 2024-08-20T22:00:16.0430144Z #80 733.3 [2871/4136] Building CXX object test/error/CMakeFiles/error_async_require_fail.dir/async_require_fail.cpp.o 2024-08-20T22:00:16.0432143Z #80 733.4 [2872/4136] Linking CXX executable test/correctness/correctness_image_wrapper 2024-08-20T22:00:16.0434486Z #80 733.4 [2873/4136] Building CXX object test/error/CMakeFiles/error_bad_async_producer_2.dir/bad_async_producer_2.cpp.o 2024-08-20T22:00:16.0436445Z #80 733.4 [2874/4136] Linking CXX executable test/error/error_ambiguous_inline_reductions 2024-08-20T22:00:16.0438435Z #80 733.4 [2875/4136] Building CXX object test/error/CMakeFiles/error_bad_async_producer.dir/bad_async_producer.cpp.o 2024-08-20T22:00:16.0440914Z #80 733.4 [2876/4136] Building CXX object test/error/CMakeFiles/error_auto_schedule_no_reorder.dir/auto_schedule_no_reorder.cpp.o 2024-08-20T22:00:16.0442814Z #80 733.4 [2877/4136] Linking CXX executable test/correctness/correctness_func_wrapper 2024-08-20T22:00:16.1864592Z #80 733.5 [2878/4136] Building CXX object test/error/CMakeFiles/error_bad_compute_at.dir/bad_compute_at.cpp.o 2024-08-20T22:00:16.1866852Z #80 733.5 [2879/4136] Building CXX object test/error/CMakeFiles/error_bad_const_cast.dir/bad_const_cast.cpp.o 2024-08-20T22:00:16.1868639Z #80 733.5 [2880/4136] Linking CXX executable test/error/error_atomics_gpu_8_bit 2024-08-20T22:00:16.1870106Z #80 733.5 [2881/4136] Linking CXX executable test/correctness/correctness_random 2024-08-20T22:00:16.1871924Z #80 733.5 [2882/4136] Building CXX object test/error/CMakeFiles/error_bad_compute_with.dir/bad_compute_with.cpp.o 2024-08-20T22:00:16.1874013Z #80 733.5 [2883/4136] Linking CXX executable test/error/error_auto_schedule_no_parallel 2024-08-20T22:00:16.1875688Z #80 733.5 [2884/4136] Linking CXX executable test/error/error_bad_bound 2024-08-20T22:00:16.1878020Z #80 733.5 [2885/4136] Building CXX object test/error/CMakeFiles/error_bad_compute_with_invalid_specialization.dir/bad_compute_with_invalid_specialization.cpp.o 2024-08-20T22:00:16.1880611Z #80 733.5 [2886/4136] Linking CXX executable test/error/error_atomics_gpu_mutex 2024-08-20T22:00:16.1882367Z #80 733.5 [2887/4136] Linking CXX executable test/error/error_atomics_self_reference 2024-08-20T22:00:16.1883807Z #80 733.5 [2888/4136] Linking CXX executable test/error/error_bad_device_api 2024-08-20T22:00:16.1885610Z #80 733.5 [2889/4136] Building CXX object test/error/CMakeFiles/error_bad_ring_buffer.dir/bad_ring_buffer.cpp.o 2024-08-20T22:00:16.1888249Z #80 733.5 [2890/4136] Building CXX object test/error/CMakeFiles/error_bad_compute_with_parent_func_not_used.dir/bad_compute_with_parent_func_not_used.cpp.o 2024-08-20T22:00:16.1890616Z #80 733.5 [2891/4136] Linking CXX executable test/correctness/correctness_memoize 2024-08-20T22:00:16.1892133Z #80 733.5 [2892/4136] Linking CXX executable test/error/error_bad_bound_storage 2024-08-20T22:00:16.1894097Z #80 733.5 [2893/4136] Building CXX object test/error/CMakeFiles/error_autodiff_unbounded.dir/autodiff_unbounded.cpp.o 2024-08-20T22:00:16.1896061Z #80 733.6 [2894/4136] Linking CXX executable test/error/error_async_require_fail 2024-08-20T22:00:16.2907747Z #80 733.6 [2895/4136] Linking CXX executable test/error/error_bad_async_producer_2 2024-08-20T22:00:16.2909381Z #80 733.6 [2896/4136] Linking CXX executable test/error/error_auto_schedule_no_reorder 2024-08-20T22:00:16.2910821Z #80 733.6 [2897/4136] Linking CXX executable test/error/error_bad_async_producer 2024-08-20T22:00:16.2912114Z #80 733.6 [2898/4136] Linking CXX executable test/error/error_bad_compute_at 2024-08-20T22:00:16.2913883Z #80 733.7 [2899/4136] Building CXX object test/correctness/CMakeFiles/correctness_simd_op_check_hvx.dir/simd_op_check_hvx.cpp.o 2024-08-20T22:00:16.2916215Z #80 733.7 [2900/4136] Building CXX object test/error/CMakeFiles/error_bad_extern_split.dir/bad_extern_split.cpp.o 2024-08-20T22:00:16.2917947Z #80 733.7 [2901/4136] Linking CXX executable test/error/error_bad_compute_with 2024-08-20T22:00:16.2919805Z #80 733.7 [2902/4136] Building CXX object test/error/CMakeFiles/error_bad_dimensions.dir/bad_dimensions.cpp.o 2024-08-20T22:00:16.2922409Z #80 733.7 [2903/4136] Linking CXX executable test/error/error_bad_compute_with_invalid_specialization 2024-08-20T22:00:16.4043845Z #80 733.7 [2904/4136] Linking CXX executable test/error/error_bad_const_cast 2024-08-20T22:00:16.4045349Z #80 733.7 [2905/4136] Linking CXX executable test/error/error_bad_ring_buffer 2024-08-20T22:00:16.4046823Z #80 733.7 [2906/4136] Linking CXX executable test/error/error_autodiff_unbounded 2024-08-20T22:00:16.4048402Z #80 733.8 [2907/4136] Linking CXX executable test/error/error_bad_compute_with_parent_func_not_used 2024-08-20T22:00:16.4050213Z #80 733.8 [2908/4136] Building CXX object test/error/CMakeFiles/error_bad_fold.dir/bad_fold.cpp.o 2024-08-20T22:00:16.5162493Z #80 733.8 [2909/4136] Linking CXX executable test/error/error_bad_extern_split 2024-08-20T22:00:16.5163837Z #80 733.9 [2910/4136] Linking CXX executable test/correctness/correctness_simd_op_check_hvx 2024-08-20T22:00:16.5165797Z #80 733.9 [2911/4136] Building CXX object test/error/CMakeFiles/error_bad_hoist_storage.dir/bad_hoist_storage.cpp.o 2024-08-20T22:00:16.6274451Z #80 733.9 [2912/4136] Linking CXX executable test/error/error_bad_dimensions 2024-08-20T22:00:16.6276896Z #80 734.0 [2913/4136] Building CXX object test/error/CMakeFiles/error_bad_reorder.dir/bad_reorder.cpp.o 2024-08-20T22:00:16.6279192Z #80 734.0 [2914/4136] Building CXX object test/error/CMakeFiles/error_bad_reorder_storage.dir/bad_reorder_storage.cpp.o 2024-08-20T22:00:16.6282044Z #80 734.0 [2915/4136] Building CXX object test/error/CMakeFiles/error_bad_partition_always.dir/bad_partition_always.cpp.o 2024-08-20T22:00:16.6284411Z #80 734.0 [2916/4136] Building CXX object test/error/CMakeFiles/error_bad_prefetch.dir/bad_prefetch.cpp.o 2024-08-20T22:00:16.7324746Z #80 734.0 [2917/4136] Linking CXX executable test/error/error_bad_fold 2024-08-20T22:00:16.7326635Z #80 734.1 [2918/4136] Building CXX object test/error/CMakeFiles/error_bad_host_alignment.dir/bad_host_alignment.cpp.o 2024-08-20T22:00:16.7328682Z #80 734.1 [2919/4136] Building CXX object test/error/CMakeFiles/error_bad_schedule.dir/bad_schedule.cpp.o 2024-08-20T22:00:16.7331442Z #80 734.1 [2920/4136] Building CXX object test/correctness/CMakeFiles/correctness_simd_op_check_arm.dir/simd_op_check_arm.cpp.o 2024-08-20T22:00:16.8326743Z #80 734.1 [2921/4136] Linking CXX executable test/error/error_bad_hoist_storage 2024-08-20T22:00:16.8328207Z #80 734.2 [2922/4136] Linking CXX executable test/error/error_bad_reorder 2024-08-20T22:00:16.8329641Z #80 734.2 [2923/4136] Linking CXX executable test/error/error_bad_reorder_storage 2024-08-20T22:00:16.8331103Z #80 734.2 [2924/4136] Linking CXX executable test/error/error_bad_partition_always 2024-08-20T22:00:16.8332866Z #80 734.2 [2925/4136] Building CXX object test/error/CMakeFiles/error_bad_store_at.dir/bad_store_at.cpp.o 2024-08-20T22:00:16.8335275Z #80 734.2 [2926/4136] Building CXX object test/error/CMakeFiles/error_buffer_larger_than_two_gigs.dir/buffer_larger_than_two_gigs.cpp.o 2024-08-20T22:00:16.8337429Z #80 734.2 [2927/4136] Linking CXX executable test/error/error_bad_prefetch 2024-08-20T22:00:16.9407359Z #80 734.3 [2928/4136] Building CXX object test/error/CMakeFiles/error_bad_rvar_order.dir/bad_rvar_order.cpp.o 2024-08-20T22:00:16.9409236Z #80 734.3 [2929/4136] Building CXX object test/error/CMakeFiles/error_define_after_use.dir/define_after_use.cpp.o 2024-08-20T22:00:16.9411182Z #80 734.3 [2930/4136] Building CXX object test/error/CMakeFiles/error_callable_bad_arguments.dir/callable_bad_arguments.cpp.o 2024-08-20T22:00:16.9413389Z #80 734.3 [2931/4136] Building CXX object test/error/CMakeFiles/error_device_target_mismatch.dir/device_target_mismatch.cpp.o 2024-08-20T22:00:16.9414964Z #80 734.3 [2932/4136] Linking CXX executable test/error/error_bad_host_alignment 2024-08-20T22:00:16.9416937Z #80 734.3 [2933/4136] Building CXX object test/error/CMakeFiles/error_constrain_wrong_output_buffer.dir/constrain_wrong_output_buffer.cpp.o 2024-08-20T22:00:16.9419286Z #80 734.3 [2934/4136] Building CXX object test/error/CMakeFiles/error_compute_with_fuse_in_specialization.dir/compute_with_fuse_in_specialization.cpp.o 2024-08-20T22:00:16.9421318Z #80 734.3 [2935/4136] Linking CXX executable test/error/error_bad_schedule 2024-08-20T22:00:16.9422824Z #80 734.3 [2936/4136] Building CXX object test/error/CMakeFiles/error_clamp_out_of_range.dir/clamp_out_of_range.cpp.o 2024-08-20T22:00:17.0456400Z #80 734.4 [2937/4136] Building CXX object test/correctness/CMakeFiles/correctness_saturating_casts.dir/saturating_casts.cpp.o 2024-08-20T22:00:17.0458630Z #80 734.4 [2938/4136] Building CXX object test/error/CMakeFiles/error_compute_with_crossing_edges2.dir/compute_with_crossing_edges2.cpp.o 2024-08-20T22:00:17.0460863Z #80 734.4 [2939/4136] Building CXX object test/error/CMakeFiles/error_compute_with_crossing_edges1.dir/compute_with_crossing_edges1.cpp.o 2024-08-20T22:00:17.0462676Z #80 734.4 [2940/4136] Linking CXX executable test/correctness/correctness_simd_op_check_arm 2024-08-20T22:00:17.0464197Z #80 734.4 [2941/4136] Linking CXX executable test/error/error_bad_store_at 2024-08-20T22:00:17.0465844Z #80 734.4 [2942/4136] Building CXX object test/error/CMakeFiles/error_constraint_uses_non_param.dir/constraint_uses_non_param.cpp.o 2024-08-20T22:00:17.0467996Z #80 734.4 [2943/4136] Building CXX object test/error/CMakeFiles/error_forward_on_undefined_buffer.dir/forward_on_undefined_buffer.cpp.o 2024-08-20T22:00:17.1544075Z #80 734.5 [2944/4136] Linking CXX executable test/error/error_buffer_larger_than_two_gigs 2024-08-20T22:00:17.1545426Z #80 734.5 [2945/4136] Linking CXX executable test/error/error_bad_rvar_order 2024-08-20T22:00:17.1549332Z #80 734.5 [2946/4136] Building CXX object test/error/CMakeFiles/error_define_after_realize.dir/define_after_realize.cpp.o 2024-08-20T22:00:17.1551128Z #80 734.5 [2947/4136] Linking CXX executable test/error/error_define_after_use 2024-08-20T22:00:17.1552546Z #80 734.5 [2948/4136] Building CXX object test/error/CMakeFiles/error_broken_promise.dir/broken_promise.cpp.o 2024-08-20T22:00:17.1554040Z #80 734.5 [2949/4136] Linking CXX executable test/error/error_callable_bad_arguments 2024-08-20T22:00:17.1556045Z #80 734.5 [2950/4136] Building CXX object test/error/CMakeFiles/error_callable_bad_values_passed.dir/callable_bad_values_passed.cpp.o 2024-08-20T22:00:17.1558191Z #80 734.5 [2951/4136] Building CXX object test/error/CMakeFiles/error_extern_func_self_argument.dir/extern_func_self_argument.cpp.o 2024-08-20T22:00:17.1559894Z #80 734.5 [2952/4136] Linking CXX executable test/error/error_device_target_mismatch 2024-08-20T22:00:17.1561511Z #80 734.5 [2953/4136] Linking CXX executable test/error/error_constrain_wrong_output_buffer 2024-08-20T22:00:17.1563000Z #80 734.5 [2954/4136] Linking CXX executable test/error/error_compute_with_fuse_in_specialization 2024-08-20T22:00:17.1564371Z #80 734.5 [2955/4136] Building CXX object test/error/CMakeFiles/error_float_arg.dir/float_arg.cpp.o 2024-08-20T22:00:17.1565795Z #80 734.6 [2956/4136] Linking CXX executable test/error/error_clamp_out_of_range 2024-08-20T22:00:17.2627033Z #80 734.6 [2957/4136] Linking CXX executable test/error/error_compute_with_crossing_edges1 2024-08-20T22:00:17.2628817Z #80 734.6 [2958/4136] Linking CXX executable test/error/error_compute_with_crossing_edges2 2024-08-20T22:00:17.2630897Z #80 734.6 [2959/4136] Building CXX object test/error/CMakeFiles/error_func_expr_dim_mismatch.dir/func_expr_dim_mismatch.cpp.o 2024-08-20T22:00:17.2632896Z #80 734.6 [2960/4136] Linking CXX executable test/correctness/correctness_saturating_casts 2024-08-20T22:00:17.2635417Z #80 734.6 [2961/4136] Building CXX object test/error/CMakeFiles/error_device_dirty_with_no_device_support.dir/device_dirty_with_no_device_support.cpp.o 2024-08-20T22:00:17.2638055Z #80 734.6 [2962/4136] Building CXX object test/error/CMakeFiles/error_func_expr_type_mismatch.dir/func_expr_type_mismatch.cpp.o 2024-08-20T22:00:17.2640841Z #80 734.6 [2963/4136] Building CXX object test/error/CMakeFiles/error_callable_typed_bad_arguments.dir/callable_typed_bad_arguments.cpp.o 2024-08-20T22:00:17.2643545Z #80 734.6 [2964/4136] Linking CXX executable test/error/error_constraint_uses_non_param 2024-08-20T22:00:17.2645658Z #80 734.6 [2965/4136] Building CXX object test/error/CMakeFiles/error_expanding_reduction.dir/expanding_reduction.cpp.o 2024-08-20T22:00:17.2647689Z #80 734.6 [2966/4136] Building CXX object test/error/CMakeFiles/error_dupe_param_name.dir/dupe_param_name.cpp.o 2024-08-20T22:00:17.2649700Z #80 734.6 [2967/4136] Building CXX object test/error/CMakeFiles/error_five_d_gpu_buffer.dir/five_d_gpu_buffer.cpp.o 2024-08-20T22:00:17.2651564Z #80 734.7 [2968/4136] Linking CXX executable test/error/error_define_after_realize 2024-08-20T22:00:17.3809325Z #80 734.7 [2969/4136] Linking CXX executable test/error/error_forward_on_undefined_buffer 2024-08-20T22:00:17.3810720Z #80 734.7 [2970/4136] Linking CXX executable test/error/error_callable_bad_values_passed 2024-08-20T22:00:17.3812101Z #80 734.7 [2971/4136] Linking CXX executable test/error/error_broken_promise 2024-08-20T22:00:17.3813816Z #80 734.7 [2972/4136] Linking CXX executable test/error/error_extern_func_self_argument 2024-08-20T22:00:17.3815800Z #80 734.7 [2973/4136] Building CXX object test/error/CMakeFiles/error_callable_typed_bad_arguments_buffer_type.dir/callable_typed_bad_arguments_buffer_type.cpp.o 2024-08-20T22:00:17.3818413Z #80 734.7 [2974/4136] Building CXX object test/error/CMakeFiles/error_callable_typed_bad_arguments_buffer_dims.dir/callable_typed_bad_arguments_buffer_dims.cpp.o 2024-08-20T22:00:17.3821118Z #80 734.7 [2975/4136] Building CXX object test/error/CMakeFiles/error_func_extern_dim_mismatch.dir/func_extern_dim_mismatch.cpp.o 2024-08-20T22:00:17.3823522Z #80 734.7 [2976/4136] Building CXX object test/error/CMakeFiles/error_func_expr_update_type_mismatch.dir/func_expr_update_type_mismatch.cpp.o 2024-08-20T22:00:17.3825140Z #80 734.8 [2977/4136] Linking CXX executable test/error/error_float_arg 2024-08-20T22:00:17.3826280Z #80 734.8 [2978/4136] Linking CXX executable test/error/error_func_expr_dim_mismatch 2024-08-20T22:00:17.5169271Z #80 734.8 [2979/4136] Linking CXX executable test/error/error_func_expr_type_mismatch 2024-08-20T22:00:17.5171262Z #80 734.8 [2980/4136] Linking CXX executable test/error/error_device_dirty_with_no_device_support 2024-08-20T22:00:17.5173000Z #80 734.8 [2981/4136] Linking CXX executable test/error/error_callable_typed_bad_arguments 2024-08-20T22:00:17.5174551Z #80 734.8 [2982/4136] Linking CXX executable test/error/error_expanding_reduction 2024-08-20T22:00:17.5175992Z #80 734.8 [2983/4136] Linking CXX executable test/error/error_five_d_gpu_buffer 2024-08-20T22:00:17.5177988Z #80 734.9 [2984/4136] Building CXX object test/error/CMakeFiles/error_func_extern_type_mismatch.dir/func_extern_type_mismatch.cpp.o 2024-08-20T22:00:17.5179852Z #80 734.9 [2985/4136] Linking CXX executable test/error/error_dupe_param_name 2024-08-20T22:00:17.5181722Z #80 734.9 [2986/4136] Building CXX object test/error/CMakeFiles/error_func_tuple_dim_mismatch.dir/func_tuple_dim_mismatch.cpp.o 2024-08-20T22:00:17.6309860Z #80 734.9 [2987/4136] Linking CXX executable test/error/error_callable_typed_bad_arguments_buffer_type 2024-08-20T22:00:17.6311853Z #80 734.9 [2988/4136] Linking CXX executable test/error/error_func_extern_dim_mismatch 2024-08-20T22:00:17.6313519Z #80 735.0 [2989/4136] Linking CXX executable test/error/error_func_expr_update_type_mismatch 2024-08-20T22:00:17.6315325Z #80 735.0 [2990/4136] Linking CXX executable test/error/error_callable_typed_bad_arguments_buffer_dims 2024-08-20T22:00:17.6317812Z #80 735.0 [2991/4136] Building CXX object test/error/CMakeFiles/error_func_tuple_types_mismatch.dir/func_tuple_types_mismatch.cpp.o 2024-08-20T22:00:17.6320235Z #80 735.0 [2992/4136] Building CXX object test/error/CMakeFiles/error_hoist_storage_without_compute_at.dir/hoist_storage_without_compute_at.cpp.o 2024-08-20T22:00:17.7899252Z #80 735.0 [2993/4136] Building CXX object test/error/CMakeFiles/error_incomplete_target.dir/incomplete_target.cpp.o 2024-08-20T22:00:17.7901433Z #80 735.0 [2994/4136] Building CXX object test/error/CMakeFiles/error_implicit_args.dir/implicit_args.cpp.o 2024-08-20T22:00:17.7903826Z #80 735.1 [2995/4136] Building CXX object test/error/CMakeFiles/error_inspect_loop_level.dir/inspect_loop_level.cpp.o 2024-08-20T22:00:17.7906132Z #80 735.1 [2996/4136] Building CXX object test/error/CMakeFiles/error_fuse_vectorized_var_with_rvar.dir/fuse_vectorized_var_with_rvar.cpp.o 2024-08-20T22:00:17.7908102Z #80 735.1 [2997/4136] Linking CXX executable test/error/error_func_tuple_dim_mismatch 2024-08-20T22:00:17.7909589Z #80 735.1 [2998/4136] Linking CXX executable test/error/error_func_extern_type_mismatch 2024-08-20T22:00:17.7911481Z #80 735.1 [2999/4136] Building CXX object test/correctness/CMakeFiles/correctness_image_io.dir/image_io.cpp.o 2024-08-20T22:00:17.7913745Z #80 735.1 [3000/4136] Building CXX object test/error/CMakeFiles/error_impossible_constraints.dir/impossible_constraints.cpp.o 2024-08-20T22:00:17.7916514Z #80 735.2 [3001/4136] Building CXX object test/error/CMakeFiles/error_func_tuple_update_types_mismatch.dir/func_tuple_update_types_mismatch.cpp.o 2024-08-20T22:00:17.9042692Z #80 735.2 [3002/4136] Linking CXX executable test/error/error_func_tuple_types_mismatch 2024-08-20T22:00:17.9044907Z #80 735.2 [3003/4136] Building CXX object test/error/CMakeFiles/error_lerp_float_weight_out_of_range.dir/lerp_float_weight_out_of_range.cpp.o 2024-08-20T22:00:17.9047041Z #80 735.2 [3004/4136] Linking CXX executable test/error/error_hoist_storage_without_compute_at 2024-08-20T22:00:17.9048546Z #80 735.2 [3005/4136] Linking CXX executable test/error/error_incomplete_target 2024-08-20T22:00:17.9050532Z #80 735.3 [3006/4136] Building CXX object test/error/CMakeFiles/error_lerp_mismatch.dir/lerp_mismatch.cpp.o 2024-08-20T22:00:17.9052840Z #80 735.3 [3007/4136] Building CXX object test/error/CMakeFiles/error_lerp_signed_weight.dir/lerp_signed_weight.cpp.o 2024-08-20T22:00:17.9054685Z #80 735.3 [3008/4136] Linking CXX executable test/error/error_inspect_loop_level 2024-08-20T22:00:17.9056167Z #80 735.3 [3009/4136] Linking CXX executable test/error/error_fuse_vectorized_var_with_rvar 2024-08-20T22:00:17.9057951Z #80 735.3 [3010/4136] Linking CXX executable test/error/error_impossible_constraints 2024-08-20T22:00:18.0100903Z #80 735.3 [3011/4136] Linking CXX executable test/error/error_implicit_args 2024-08-20T22:00:18.0102941Z #80 735.3 [3012/4136] Building CXX object test/error/CMakeFiles/error_no_default_device.dir/no_default_device.cpp.o 2024-08-20T22:00:18.0105252Z #80 735.4 [3013/4136] Building CXX object test/error/CMakeFiles/error_nonexistent_update_stage.dir/nonexistent_update_stage.cpp.o 2024-08-20T22:00:18.1180903Z #80 735.4 [3014/4136] Building CXX object test/error/CMakeFiles/error_missing_args.dir/missing_args.cpp.o 2024-08-20T22:00:18.1182946Z #80 735.4 [3015/4136] Linking CXX executable test/error/error_func_tuple_update_types_mismatch 2024-08-20T22:00:18.1185157Z #80 735.4 [3016/4136] Building CXX object test/error/CMakeFiles/error_init_def_should_be_all_vars.dir/init_def_should_be_all_vars.cpp.o 2024-08-20T22:00:18.1187802Z #80 735.4 [3017/4136] Building CXX object test/error/CMakeFiles/error_metal_vector_too_large.dir/metal_vector_too_large.cpp.o 2024-08-20T22:00:18.1189923Z #80 735.4 [3018/4136] Linking CXX executable test/error/error_lerp_float_weight_out_of_range 2024-08-20T22:00:18.1191507Z #80 735.5 [3019/4136] Linking CXX executable test/error/error_lerp_mismatch 2024-08-20T22:00:18.1192953Z #80 735.5 [3020/4136] Linking CXX executable test/error/error_lerp_signed_weight 2024-08-20T22:00:18.1195059Z #80 735.5 [3021/4136] Building CXX object test/error/CMakeFiles/error_overflow_during_constant_folding.dir/overflow_during_constant_folding.cpp.o 2024-08-20T22:00:18.1197614Z #80 735.5 [3022/4136] Building CXX object test/error/CMakeFiles/error_rdom_undefined.dir/rdom_undefined.cpp.o 2024-08-20T22:00:18.1200041Z #80 735.5 [3023/4136] Building CXX object test/error/CMakeFiles/error_memoize_redefine_eviction_key.dir/memoize_redefine_eviction_key.cpp.o 2024-08-20T22:00:18.1203023Z #80 735.5 [3024/4136] Building CXX object test/error/CMakeFiles/error_memoize_different_compute_store.dir/memoize_different_compute_store.cpp.o 2024-08-20T22:00:18.1205639Z #80 735.5 [3025/4136] Linking CXX executable test/correctness/correctness_image_io 2024-08-20T22:00:18.2208634Z #80 735.6 [3026/4136] Building CXX object test/error/CMakeFiles/error_predicate_loads_used_in_inner_splits.dir/predicate_loads_used_in_inner_splits.cpp.o 2024-08-20T22:00:18.2210919Z #80 735.6 [3027/4136] Linking CXX executable test/error/error_no_default_device 2024-08-20T22:00:18.2212700Z #80 735.6 [3028/4136] Building CXX object test/error/CMakeFiles/error_race_condition.dir/race_condition.cpp.o 2024-08-20T22:00:18.2214905Z #80 735.6 [3029/4136] Building CXX object test/error/CMakeFiles/error_pointer_arithmetic.dir/pointer_arithmetic.cpp.o 2024-08-20T22:00:18.2216999Z #80 735.6 [3030/4136] Building CXX object test/error/CMakeFiles/error_rdom_where_races.dir/rdom_where_races.cpp.o 2024-08-20T22:00:18.2219181Z #80 735.6 [3031/4136] Building CXX object test/error/CMakeFiles/error_reused_args.dir/reused_args.cpp.o 2024-08-20T22:00:18.2220960Z #80 735.6 [3032/4136] Linking CXX executable test/error/error_nonexistent_update_stage 2024-08-20T22:00:18.2240057Z #80 735.6 [3033/4136] Building CXX object test/error/CMakeFiles/error_reuse_var_in_schedule.dir/reuse_var_in_schedule.cpp.o 2024-08-20T22:00:18.3210426Z #80 735.6 [3034/4136] Linking CXX executable test/error/error_metal_vector_too_large 2024-08-20T22:00:18.3212074Z #80 735.6 [3035/4136] Linking CXX executable test/error/error_missing_args 2024-08-20T22:00:18.3213790Z #80 735.6 [3036/4136] Linking CXX executable test/error/error_init_def_should_be_all_vars 2024-08-20T22:00:18.3215886Z #80 735.6 [3037/4136] Building CXX object test/error/CMakeFiles/error_metal_threads_too_large.dir/metal_threads_too_large.cpp.o 2024-08-20T22:00:18.3217871Z #80 735.7 [3038/4136] Linking CXX executable test/error/error_memoize_redefine_eviction_key 2024-08-20T22:00:18.3219685Z #80 735.7 [3039/4136] Building CXX object test/error/CMakeFiles/error_null_host_field.dir/null_host_field.cpp.o 2024-08-20T22:00:18.3221683Z #80 735.7 [3040/4136] Linking CXX executable test/error/error_overflow_during_constant_folding 2024-08-20T22:00:18.3223794Z #80 735.7 [3041/4136] Building CXX object test/error/CMakeFiles/error_run_with_large_stack_throws.dir/run_with_large_stack_throws.cpp.o 2024-08-20T22:00:18.3225765Z #80 735.7 [3042/4136] Linking CXX executable test/error/error_rdom_undefined 2024-08-20T22:00:18.3227831Z #80 735.7 [3043/4136] Building CXX object test/error/CMakeFiles/error_round_up_and_blend_race.dir/round_up_and_blend_race.cpp.o 2024-08-20T22:00:18.3229937Z #80 735.7 [3044/4136] Linking CXX executable test/error/error_memoize_different_compute_store 2024-08-20T22:00:18.3232288Z #80 735.7 [3045/4136] Building CXX object test/error/CMakeFiles/error_realization_with_too_many_outputs.dir/realization_with_too_many_outputs.cpp.o 2024-08-20T22:00:18.4237715Z #80 735.7 [3046/4136] Building CXX object test/error/CMakeFiles/error_reduction_bounds.dir/reduction_bounds.cpp.o 2024-08-20T22:00:18.4239996Z #80 735.7 [3047/4136] Building CXX object test/error/CMakeFiles/error_shift_inwards_and_blend_race.dir/shift_inwards_and_blend_race.cpp.o 2024-08-20T22:00:18.4242513Z #80 735.7 [3048/4136] Linking CXX executable test/error/error_predicate_loads_used_in_inner_splits 2024-08-20T22:00:18.4244145Z #80 735.8 [3049/4136] Linking CXX executable test/error/error_race_condition 2024-08-20T22:00:18.4246255Z #80 735.8 [3050/4136] Building CXX object test/error/CMakeFiles/error_rfactor_inner_dim_non_commutative.dir/rfactor_inner_dim_non_commutative.cpp.o 2024-08-20T22:00:18.4248386Z #80 735.8 [3051/4136] Linking CXX executable test/error/error_rdom_where_races 2024-08-20T22:00:18.4250436Z #80 735.8 [3052/4136] Building CXX object test/error/CMakeFiles/error_realize_constantly_larger_than_two_gigs.dir/realize_constantly_larger_than_two_gigs.cpp.o 2024-08-20T22:00:18.4252696Z #80 735.8 [3053/4136] Linking CXX executable test/error/error_reused_args 2024-08-20T22:00:18.4254344Z #80 735.8 [3054/4136] Linking CXX executable test/error/error_pointer_arithmetic 2024-08-20T22:00:18.4256212Z #80 735.8 [3055/4136] Building CXX object test/error/CMakeFiles/error_require_fail.dir/require_fail.cpp.o 2024-08-20T22:00:18.5305261Z #80 735.8 [3056/4136] Building CXX object test/error/CMakeFiles/error_reduction_type_mismatch.dir/reduction_type_mismatch.cpp.o 2024-08-20T22:00:18.5307241Z #80 735.8 [3057/4136] Linking CXX executable test/error/error_reuse_var_in_schedule 2024-08-20T22:00:18.5308976Z #80 735.8 [3058/4136] Building CXX object test/error/CMakeFiles/error_specialize_fail.dir/specialize_fail.cpp.o 2024-08-20T22:00:18.5310645Z #80 735.8 [3059/4136] Linking CXX executable test/error/error_metal_threads_too_large 2024-08-20T22:00:18.5312036Z #80 735.8 [3060/4136] Linking CXX executable test/error/error_null_host_field 2024-08-20T22:00:18.5313496Z #80 735.9 [3061/4136] Building CXX object test/correctness/CMakeFiles/correctness_compute_with.dir/compute_with.cpp.o 2024-08-20T22:00:18.5316164Z #80 735.9 [3062/4136] Building CXX object test/error/CMakeFiles/error_split_inner_wrong_tail_strategy.dir/split_inner_wrong_tail_strategy.cpp.o 2024-08-20T22:00:18.5318363Z #80 735.9 [3063/4136] Linking CXX executable test/error/error_run_with_large_stack_throws 2024-08-20T22:00:18.5319938Z #80 735.9 [3064/4136] Linking CXX executable test/error/error_round_up_and_blend_race 2024-08-20T22:00:18.5321679Z #80 735.9 [3065/4136] Generating adams2019_train_cost_model.h, adams2019_train_cost_model.o 2024-08-20T22:00:18.6418184Z #80 735.9 [3066/4136] Building CXX object test/error/CMakeFiles/error_split_same_var_names.dir/split_same_var_names.cpp.o 2024-08-20T22:00:18.6420416Z #80 735.9 [3067/4136] Linking CXX executable test/error/error_realization_with_too_many_outputs 2024-08-20T22:00:18.6422090Z #80 736.0 [3068/4136] Linking CXX executable test/error/error_shift_inwards_and_blend_race 2024-08-20T22:00:18.6423583Z #80 736.0 [3069/4136] Linking CXX executable test/error/error_reduction_bounds 2024-08-20T22:00:18.6425369Z #80 736.0 [3070/4136] Linking CXX static library src/autoschedulers/adams2019/libadams2019_train_cost_model.a 2024-08-20T22:00:18.6428040Z #80 736.0 [3071/4136] Building CXX object test/error/CMakeFiles/error_split_non_innermost_predicated.dir/split_non_innermost_predicated.cpp.o 2024-08-20T22:00:18.6430452Z #80 736.0 [3072/4136] Building CXX object test/correctness/CMakeFiles/correctness_vector_cast.dir/vector_cast.cpp.o 2024-08-20T22:00:18.6432296Z #80 736.0 [3073/4136] Linking CXX executable test/error/error_reduction_type_mismatch 2024-08-20T22:00:18.6434012Z #80 736.0 [3074/4136] Linking CXX executable test/error/error_specialize_fail 2024-08-20T22:00:18.6435388Z #80 736.0 [3075/4136] Linking CXX executable test/error/error_require_fail 2024-08-20T22:00:18.6437045Z #80 736.0 [3076/4136] Linking CXX executable test/error/error_realize_constantly_larger_than_two_gigs 2024-08-20T22:00:18.7903246Z #80 736.1 [3077/4136] Linking CXX executable test/error/error_rfactor_inner_dim_non_commutative 2024-08-20T22:00:18.7904996Z #80 736.1 [3078/4136] Linking CXX executable test/correctness/correctness_compute_with 2024-08-20T22:00:18.7907068Z #80 736.1 [3079/4136] Building CXX object test/error/CMakeFiles/error_store_at_without_compute_at.dir/store_at_without_compute_at.cpp.o 2024-08-20T22:00:18.7909237Z #80 736.1 [3080/4136] Linking CXX executable test/error/error_split_same_var_names 2024-08-20T22:00:18.7910786Z #80 736.1 [3081/4136] Linking CXX executable test/error/error_split_inner_wrong_tail_strategy 2024-08-20T22:00:18.7912621Z #80 736.1 [3082/4136] Building CXX object test/error/CMakeFiles/error_too_many_args.dir/too_many_args.cpp.o 2024-08-20T22:00:18.7914697Z #80 736.2 [3083/4136] Building CXX object test/correctness/CMakeFiles/correctness_rfactor.dir/rfactor.cpp.o 2024-08-20T22:00:18.8948735Z #80 736.2 [3084/4136] Building CXX object test/error/CMakeFiles/error_thread_id_outside_block_id.dir/thread_id_outside_block_id.cpp.o 2024-08-20T22:00:18.8950739Z #80 736.2 [3085/4136] Linking CXX executable test/error/error_split_non_innermost_predicated 2024-08-20T22:00:18.8952907Z #80 736.2 [3086/4136] Building CXX object test/error/CMakeFiles/error_undefined_func_compile.dir/undefined_func_compile.cpp.o 2024-08-20T22:00:18.8955261Z #80 736.2 [3087/4136] Building CXX object test/error/CMakeFiles/error_tuple_realization_to_buffer.dir/tuple_realization_to_buffer.cpp.o 2024-08-20T22:00:18.8957528Z #80 736.2 [3088/4136] Building CXX object test/error/CMakeFiles/error_tuple_val_select_undef.dir/tuple_val_select_undef.cpp.o 2024-08-20T22:00:18.8959623Z #80 736.3 [3089/4136] Building CXX object test/error/CMakeFiles/error_unbounded_input.dir/unbounded_input.cpp.o 2024-08-20T22:00:18.8962239Z #80 736.3 [3090/4136] Building CXX object test/error/CMakeFiles/error_undefined_func_realize.dir/undefined_func_realize.cpp.o 2024-08-20T22:00:19.0044985Z #80 736.3 [3091/4136] Linking CXX executable test/correctness/correctness_vector_cast 2024-08-20T22:00:19.0047168Z #80 736.3 [3092/4136] Building CXX object test/error/CMakeFiles/error_tuple_arg_select_undef.dir/tuple_arg_select_undef.cpp.o 2024-08-20T22:00:19.0049092Z #80 736.3 [3093/4136] Linking CXX executable test/error/error_too_many_args 2024-08-20T22:00:19.0050824Z #80 736.4 [3094/4136] Building CXX object test/error/CMakeFiles/error_unknown_target.dir/unknown_target.cpp.o 2024-08-20T22:00:19.0052579Z #80 736.4 [3095/4136] Linking CXX executable test/error/error_store_at_without_compute_at 2024-08-20T22:00:19.0054659Z #80 736.4 [3096/4136] Building CXX object test/error/CMakeFiles/error_undefined_pipeline_compile.dir/undefined_pipeline_compile.cpp.o 2024-08-20T22:00:19.0057013Z #80 736.4 [3097/4136] Building CXX object test/error/CMakeFiles/error_unbounded_output.dir/unbounded_output.cpp.o 2024-08-20T22:00:19.1528955Z #80 736.4 [3098/4136] Linking CXX executable test/error/error_thread_id_outside_block_id 2024-08-20T22:00:19.1530561Z #80 736.4 [3099/4136] Linking CXX executable test/error/error_tuple_val_select_undef 2024-08-20T22:00:19.1532736Z #80 736.4 [3100/4136] Building CXX object test/error/CMakeFiles/error_undefined_loop_level.dir/undefined_loop_level.cpp.o 2024-08-20T22:00:19.1535900Z #80 736.5 [3101/4136] Building CXX object test/error/CMakeFiles/error_undefined_pipeline_realize.dir/undefined_pipeline_realize.cpp.o 2024-08-20T22:00:19.1537956Z #80 736.5 [3102/4136] Linking CXX executable test/correctness/correctness_rfactor 2024-08-20T22:00:19.1539379Z #80 736.5 [3103/4136] Linking CXX executable test/error/error_unbounded_input 2024-08-20T22:00:19.1540800Z #80 736.5 [3104/4136] Linking CXX executable test/error/error_undefined_func_compile 2024-08-20T22:00:19.1542365Z #80 736.5 [3105/4136] Linking CXX executable test/error/error_tuple_realization_to_buffer 2024-08-20T22:00:19.1544416Z #80 736.5 [3106/4136] Building CXX object test/error/CMakeFiles/error_tuple_output_bounds_check.dir/tuple_output_bounds_check.cpp.o 2024-08-20T22:00:19.1546394Z #80 736.5 [3107/4136] Linking CXX executable test/error/error_undefined_func_realize 2024-08-20T22:00:19.1548502Z #80 736.5 [3108/4136] Linking CXX executable test/error/error_tuple_arg_select_undef 2024-08-20T22:00:19.1549948Z #80 736.5 [3109/4136] Linking CXX executable test/error/error_unknown_target 2024-08-20T22:00:19.2582410Z #80 736.6 [3110/4136] Building CXX object test/error/CMakeFiles/error_vector_tile.dir/vector_tile.cpp.o 2024-08-20T22:00:19.2584225Z #80 736.6 [3111/4136] Linking CXX executable test/error/error_undefined_pipeline_compile 2024-08-20T22:00:19.2585943Z #80 736.6 [3112/4136] Building CXX object test/error/CMakeFiles/error_vectorized_extern.dir/vectorized_extern.cpp.o 2024-08-20T22:00:19.2587815Z #80 736.6 [3113/4136] Building CXX object test/error/CMakeFiles/error_wrap_frozen.dir/wrap_frozen.cpp.o 2024-08-20T22:00:19.2589317Z #80 736.6 [3114/4136] Linking CXX executable test/error/error_unbounded_output 2024-08-20T22:00:19.2591035Z #80 736.6 [3115/4136] Building CXX object test/error/CMakeFiles/error_wrap_custom_after_shared.dir/wrap_custom_after_shared.cpp.o 2024-08-20T22:00:19.2595856Z #80 736.6 [3116/4136] Linking CXX executable test/error/error_undefined_loop_level 2024-08-20T22:00:19.2597731Z #80 736.6 [3117/4136] Building CXX object test/warning/CMakeFiles/warning_hidden_pure_definition.dir/hidden_pure_definition.cpp.o 2024-08-20T22:00:19.2600012Z #80 736.6 [3118/4136] Building CXX object test/error/CMakeFiles/error_undefined_rdom_dimension.dir/undefined_rdom_dimension.cpp.o 2024-08-20T22:00:19.2601924Z #80 736.6 [3119/4136] Linking CXX executable test/error/error_undefined_pipeline_realize 2024-08-20T22:00:19.2603997Z #80 736.7 [3120/4136] Building CXX object test/error/CMakeFiles/error_wrong_dimensionality_extern_stage.dir/wrong_dimensionality_extern_stage.cpp.o 2024-08-20T22:00:19.3688525Z #80 736.7 [3121/4136] Building CXX object test/error/CMakeFiles/error_uninitialized_param.dir/uninitialized_param.cpp.o 2024-08-20T22:00:19.3690503Z #80 736.7 [3122/4136] Building CXX object test/error/CMakeFiles/error_wrapper_never_used.dir/wrapper_never_used.cpp.o 2024-08-20T22:00:19.3692501Z #80 736.7 [3123/4136] Building CXX object test/error/CMakeFiles/error_wrong_type.dir/wrong_type.cpp.o 2024-08-20T22:00:19.3694006Z #80 736.7 [3124/4136] Linking CXX executable test/error/error_tuple_output_bounds_check 2024-08-20T22:00:19.3695621Z #80 736.8 [3125/4136] Building CXX object test/warning/CMakeFiles/warning_sliding_vectors.dir/sliding_vectors.cpp.o 2024-08-20T22:00:19.4829097Z #80 736.8 [3126/4136] Linking CXX executable test/error/error_vector_tile 2024-08-20T22:00:19.4830354Z #80 736.8 [3127/4136] Linking CXX executable test/error/error_wrap_frozen 2024-08-20T22:00:19.4831717Z #80 736.8 [3128/4136] Linking CXX executable test/error/error_vectorized_extern 2024-08-20T22:00:19.4833179Z #80 736.8 [3129/4136] Building CXX object test/error/CMakeFiles/error_vectorize_dynamic.dir/vectorize_dynamic.cpp.o 2024-08-20T22:00:19.4838282Z #80 736.8 [3130/4136] Building CXX object test/error/CMakeFiles/error_vectorize_too_little.dir/vectorize_too_little.cpp.o 2024-08-20T22:00:19.4840299Z #80 736.8 [3131/4136] Building CXX object test/error/CMakeFiles/error_vectorize_too_much.dir/vectorize_too_much.cpp.o 2024-08-20T22:00:19.4842374Z #80 736.8 [3132/4136] Linking CXX executable test/error/error_wrap_custom_after_shared 2024-08-20T22:00:19.4844184Z #80 736.8 [3133/4136] Building CXX object test/warning/CMakeFiles/warning_unscheduled_update_def.dir/unscheduled_update_def.cpp.o 2024-08-20T22:00:19.4845957Z #80 736.8 [3134/4136] Linking CXX executable test/error/error_undefined_rdom_dimension 2024-08-20T22:00:19.4847363Z #80 736.8 [3135/4136] Linking CXX executable test/warning/warning_hidden_pure_definition 2024-08-20T22:00:19.4849128Z #80 736.8 [3136/4136] Building CXX object test/warning/CMakeFiles/warning_require_const_false.dir/require_const_false.cpp.o 2024-08-20T22:00:19.4850925Z #80 736.9 [3137/4136] Linking CXX executable test/error/error_wrong_dimensionality_extern_stage 2024-08-20T22:00:19.4852642Z #80 736.9 [3138/4136] Building CXX object test/warning/CMakeFiles/warning_emulated_float16.dir/emulated_float16.cpp.o 2024-08-20T22:00:19.5922805Z #80 736.9 [3139/4136] Linking CXX executable test/error/error_wrapper_never_used 2024-08-20T22:00:19.5924140Z #80 736.9 [3140/4136] Linking CXX executable test/error/error_wrong_type 2024-08-20T22:00:19.5925314Z #80 736.9 [3141/4136] Linking CXX executable test/error/error_uninitialized_param 2024-08-20T22:00:19.5927148Z #80 737.0 [3142/4136] Building CXX object test/error/CMakeFiles/error_uninitialized_param_2.dir/uninitialized_param_2.cpp.o 2024-08-20T22:00:19.5928915Z #80 737.0 [3143/4136] Linking CXX executable test/error/error_vectorize_too_little 2024-08-20T22:00:19.6981292Z #80 737.0 [3144/4136] Linking CXX executable test/error/error_vectorize_dynamic 2024-08-20T22:00:19.6983007Z #80 737.0 [3145/4136] Linking CXX executable test/warning/warning_unscheduled_update_def 2024-08-20T22:00:19.6984315Z #80 737.0 [3146/4136] Linking CXX executable test/warning/warning_sliding_vectors 2024-08-20T22:00:19.6985570Z #80 737.0 [3147/4136] Linking CXX executable test/generator/tiled_blur.generator 2024-08-20T22:00:19.6987351Z #80 737.0 [3148/4136] Linking CXX executable test/error/error_vectorize_too_much 2024-08-20T22:00:19.6989357Z #80 737.0 [3149/4136] Generating acquire_release_cpp.h, acquire_release_cpp.halide_generated.cpp, acquire_release_cpp.function_info.h 2024-08-20T22:00:19.6991505Z #80 737.0 [3150/4136] Linking CXX executable test/warning/warning_require_const_false 2024-08-20T22:00:19.6993101Z #80 737.0 [3151/4136] Linking CXX executable test/generator/shuffler.generator 2024-08-20T22:00:19.6994987Z #80 737.0 [3152/4136] Generating argvcall_cpp.h, argvcall_cpp.halide_generated.cpp, argvcall_cpp.function_info.h 2024-08-20T22:00:19.6997101Z #80 737.1 [3153/4136] Generating acquire_release.h, acquire_release.o, acquire_release.function_info.h 2024-08-20T22:00:19.6999409Z #80 737.1 [3154/4136] Generating all_type_names_cpp.h, all_type_names_cpp.halide_generated.cpp, all_type_names_cpp.function_info.h 2024-08-20T22:00:19.7002009Z #80 737.1 [3155/4136] Generating alias_cpp.h, alias_cpp.halide_generated.cpp, alias_cpp.function_info.h 2024-08-20T22:00:19.7003824Z #80 737.1 [3156/4136] Linking CXX executable test/generator/templated.generator 2024-08-20T22:00:19.7005471Z #80 737.1 [3157/4136] Linking CXX executable test/generator/variable_num_threads.generator 2024-08-20T22:00:19.7007694Z #80 737.1 [3158/4136] Generating async_parallel_cpp.h, async_parallel_cpp.halide_generated.cpp, async_parallel_cpp.function_info.h 2024-08-20T22:00:19.8102237Z #80 737.1 [3159/4136] Linking CXX executable test/generator/user_context.generator 2024-08-20T22:00:19.8104221Z #80 737.1 [3160/4136] Linking CXX executable test/generator/user_context_insanity.generator 2024-08-20T22:00:19.8105992Z #80 737.1 [3161/4136] Linking CXX static library test/generator/libacquire_release.a 2024-08-20T22:00:19.8107897Z #80 737.1 [3162/4136] Generating autograd_cpp.h, autograd_cpp.halide_generated.cpp, autograd_cpp.function_info.h 2024-08-20T22:00:19.8110303Z #80 737.2 [3163/4136] Generating bit_operations_cpp.h, bit_operations_cpp.halide_generated.cpp, bit_operations_cpp.function_info.h 2024-08-20T22:00:19.8113536Z #80 737.2 [3164/4136] Generating abstractgeneratortest_cpp.h, abstractgeneratortest_cpp.halide_generated.cpp, abstractgeneratortest_cpp.function_info.h 2024-08-20T22:00:19.8115792Z #80 737.2 [3165/4136] Linking CXX executable test/warning/warning_emulated_float16 2024-08-20T22:00:19.8117291Z #80 737.2 [3166/4136] Generating alias.h, alias.o, alias.function_info.h 2024-08-20T22:00:19.8118644Z #80 737.2 [3167/4136] Linking CXX static library test/generator/libalias.a 2024-08-20T22:00:19.8120152Z #80 737.2 [3168/4136] Linking CXX executable test/error/error_uninitialized_param_2 2024-08-20T22:00:19.8122207Z #80 737.2 [3169/4136] Generating buffer_copy_cpp.h, buffer_copy_cpp.halide_generated.cpp, buffer_copy_cpp.function_info.h 2024-08-20T22:00:19.8124181Z #80 737.2 [3170/4136] Generating argvcall.h, argvcall.o, argvcall.function_info.h 2024-08-20T22:00:19.9245694Z #80 737.2 [3171/4136] Building CXX object test/performance/CMakeFiles/performance_fast_sine_cosine.dir/fast_sine_cosine.cpp.o 2024-08-20T22:00:19.9248118Z #80 737.2 [3172/4136] Generating can_use_target_cpp.h, can_use_target_cpp.halide_generated.cpp, can_use_target_cpp.function_info.h 2024-08-20T22:00:19.9250449Z #80 737.2 [3173/4136] Building CXX object test/performance/CMakeFiles/performance_async_gpu.dir/async_gpu.cpp.o 2024-08-20T22:00:19.9252878Z #80 737.2 [3174/4136] Generating autograd_grad_cpp.h, autograd_grad_cpp.halide_generated.cpp, autograd_grad_cpp.function_info.h 2024-08-20T22:00:19.9255000Z #80 737.2 [3175/4136] Linking CXX static library test/generator/libargvcall.a 2024-08-20T22:00:19.9256824Z #80 737.3 [3176/4136] Generating abstractgeneratortest.h, abstractgeneratortest.o, abstractgeneratortest.function_info.h 2024-08-20T22:00:19.9258978Z #80 737.3 [3177/4136] Generating blur2x2_cpp.h, blur2x2_cpp.halide_generated.cpp, blur2x2_cpp.function_info.h 2024-08-20T22:00:19.9260951Z #80 737.3 [3178/4136] Generating can_use_target.h, can_use_target.o, can_use_target.function_info.h 2024-08-20T22:00:19.9263490Z #80 737.3 [3179/4136] Building CXX object test/performance/CMakeFiles/performance_block_transpose.dir/block_transpose.cpp.o 2024-08-20T22:00:19.9266304Z #80 737.3 [3180/4136] Generating cleanup_on_error_cpp.h, cleanup_on_error_cpp.halide_generated.cpp, cleanup_on_error_cpp.function_info.h 2024-08-20T22:00:19.9268784Z #80 737.3 [3181/4136] Building CXX object test/performance/CMakeFiles/performance_lots_of_inputs.dir/lots_of_inputs.cpp.o 2024-08-20T22:00:19.9271126Z #80 737.3 [3182/4136] Generating async_parallel.h, async_parallel.o, async_parallel.function_info.h 2024-08-20T22:00:19.9273117Z #80 737.3 [3183/4136] Linking CXX static library test/generator/libabstractgeneratortest.a 2024-08-20T22:00:19.9274904Z #80 737.3 [3184/4136] Linking CXX static library test/generator/libcan_use_target.a 2024-08-20T22:00:20.0345317Z #80 737.3 [3185/4136] Building CXX object test/performance/CMakeFiles/performance_fast_inverse.dir/fast_inverse.cpp.o 2024-08-20T22:00:20.0347707Z #80 737.3 [3186/4136] Generating autograd.h, autograd.o, autograd.function_info.h 2024-08-20T22:00:20.0349429Z #80 737.3 [3187/4136] Generating buffer_copy.h, buffer_copy.o, buffer_copy.function_info.h 2024-08-20T22:00:20.0351169Z #80 737.3 [3188/4136] Linking CXX static library test/generator/libasync_parallel.a 2024-08-20T22:00:20.0353236Z #80 737.3 [3189/4136] Generating cleanup_on_error.h, cleanup_on_error.o, cleanup_on_error.function_info.h 2024-08-20T22:00:20.0354980Z #80 737.3 [3190/4136] Linking CXX static library test/generator/libautograd.a 2024-08-20T22:00:20.0357012Z #80 737.3 [3191/4136] Building CXX object test/performance/CMakeFiles/performance_jit_stress.dir/jit_stress.cpp.o 2024-08-20T22:00:20.0358971Z #80 737.4 [3192/4136] Linking CXX static library test/generator/libcleanup_on_error.a 2024-08-20T22:00:20.0360724Z #80 737.4 [3193/4136] Linking CXX static library test/generator/libbuffer_copy.a 2024-08-20T22:00:20.0362909Z #80 737.4 [3194/4136] Building CXX object test/generator/CMakeFiles/acquire_release_cpp.dir/acquire_release_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.0365308Z #80 737.4 [3195/4136] Generating all_type_names.h, all_type_names.o, all_type_names.function_info.h 2024-08-20T22:00:20.0367021Z #80 737.4 [3196/4136] Linking CXX static library test/generator/liball_type_names.a 2024-08-20T22:00:20.0368687Z #80 737.4 [3197/4136] Linking CXX static library test/generator/libacquire_release_cpp.a 2024-08-20T22:00:20.0370459Z #80 737.4 [3198/4136] Generating bit_operations.h, bit_operations.o, bit_operations.function_info.h 2024-08-20T22:00:20.0372291Z #80 737.4 [3199/4136] Linking CXX executable test/performance/performance_fast_sine_cosine 2024-08-20T22:00:20.0373659Z #80 737.4 [3200/4136] Linking CXX executable test/performance/performance_async_gpu 2024-08-20T22:00:20.0375443Z #80 737.4 [3201/4136] Building CXX object test/performance/CMakeFiles/performance_boundary_conditions.dir/boundary_conditions.cpp.o 2024-08-20T22:00:20.1351496Z #80 737.4 [3202/4136] Linking CXX executable test/performance/performance_block_transpose 2024-08-20T22:00:20.1353765Z #80 737.4 [3203/4136] Building CXX object test/correctness/CMakeFiles/correctness_simd_op_check_sve2.dir/simd_op_check_sve2.cpp.o 2024-08-20T22:00:20.1355984Z #80 737.4 [3204/4136] Linking CXX static library test/generator/libbit_operations.a 2024-08-20T22:00:20.1358016Z #80 737.5 [3205/4136] Generating cxx_mangling_cpp.h, cxx_mangling_cpp.halide_generated.cpp, cxx_mangling_cpp.function_info.h 2024-08-20T22:00:20.1360329Z #80 737.5 [3206/4136] Generating configure_cpp.h, configure_cpp.halide_generated.cpp, configure_cpp.function_info.h 2024-08-20T22:00:20.1363311Z #80 737.5 [3207/4136] Generating cxx_mangling_define_extern_cpp.h, cxx_mangling_define_extern_cpp.halide_generated.cpp, cxx_mangling_define_extern_cpp.function_info.h 2024-08-20T22:00:20.1365849Z #80 737.5 [3208/4136] Generating cxx_mangling.h, cxx_mangling.o, cxx_mangling.function_info.h 2024-08-20T22:00:20.1367477Z #80 737.5 [3209/4136] Linking CXX executable test/performance/performance_fast_inverse 2024-08-20T22:00:20.1369862Z #80 737.5 [3210/4136] Building CXX object test/performance/CMakeFiles/performance_clamped_vector_load.dir/clamped_vector_load.cpp.o 2024-08-20T22:00:20.1372305Z #80 737.5 [3211/4136] Building CXX object test/generator/CMakeFiles/alias_cpp.dir/alias_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.1374294Z #80 737.5 [3212/4136] Linking CXX executable test/performance/performance_lots_of_inputs 2024-08-20T22:00:20.1375886Z #80 737.5 [3213/4136] Linking CXX static library test/generator/libcxx_mangling.a 2024-08-20T22:00:20.1378036Z #80 737.5 [3214/4136] Generating define_extern_opencl_cpp.h, define_extern_opencl_cpp.halide_generated.cpp, define_extern_opencl_cpp.function_info.h 2024-08-20T22:00:20.1380834Z #80 737.5 [3215/4136] Building CXX object test/performance/CMakeFiles/performance_gpu_half_throughput.dir/gpu_half_throughput.cpp.o 2024-08-20T22:00:20.1383761Z #80 737.5 [3216/4136] Building CXX object test/performance/CMakeFiles/performance_inner_loop_parallel.dir/inner_loop_parallel.cpp.o 2024-08-20T22:00:20.1386505Z #80 737.5 [3217/4136] Building CXX object test/performance/CMakeFiles/performance_blend_tail_strategies.dir/blend_tail_strategies.cpp.o 2024-08-20T22:00:20.1388903Z #80 737.5 [3218/4136] Building CXX object test/correctness/CMakeFiles/correctness_vector_math.dir/vector_math.cpp.o 2024-08-20T22:00:20.1390741Z #80 737.5 [3219/4136] Linking CXX static library test/generator/libalias_cpp.a 2024-08-20T22:00:20.1392027Z #80 737.5 [3220/4136] Linking CXX executable test/performance/performance_jit_stress 2024-08-20T22:00:20.2359510Z #80 737.5 [3221/4136] Building CXX object test/performance/CMakeFiles/performance_fast_pow.dir/fast_pow.cpp.o 2024-08-20T22:00:20.2362073Z #80 737.5 [3222/4136] Generating error_codes_cpp.h, error_codes_cpp.halide_generated.cpp, error_codes_cpp.function_info.h 2024-08-20T22:00:20.2364324Z #80 737.5 [3223/4136] Generating embed_image_cpp.h, embed_image_cpp.halide_generated.cpp, embed_image_cpp.function_info.h 2024-08-20T22:00:20.2366521Z #80 737.6 [3224/4136] Generating example_cpp.h, example_cpp.halide_generated.cpp, example_cpp.function_info.h 2024-08-20T22:00:20.2368935Z #80 737.6 [3225/4136] Generating extern_output_cpp.h, extern_output_cpp.halide_generated.cpp, extern_output_cpp.function_info.h 2024-08-20T22:00:20.2371432Z #80 737.6 [3226/4136] Building CXX object test/generator/CMakeFiles/argvcall_cpp.dir/argvcall_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.2373901Z #80 737.6 [3227/4136] Building CXX object test/generator/CMakeFiles/can_use_target_cpp.dir/can_use_target_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.2376314Z #80 737.6 [3228/4136] Generating float16_t_cpp.h, float16_t_cpp.halide_generated.cpp, float16_t_cpp.function_info.h 2024-08-20T22:00:20.2378154Z #80 737.6 [3229/4136] Linking CXX static library test/generator/libargvcall_cpp.a 2024-08-20T22:00:20.2380408Z #80 737.6 [3230/4136] Building CXX object test/generator/CMakeFiles/abstractgeneratortest_cpp.dir/abstractgeneratortest_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.2382722Z #80 737.6 [3231/4136] Linking CXX executable test/performance/performance_boundary_conditions 2024-08-20T22:00:20.2384578Z #80 737.6 [3232/4136] Generating define_extern_opencl.h, define_extern_opencl.o, define_extern_opencl.function_info.h 2024-08-20T22:00:20.2386321Z #80 737.6 [3233/4136] Linking CXX static library test/generator/libcan_use_target_cpp.a 2024-08-20T22:00:20.3356866Z #80 737.6 [3234/4136] Building CXX object test/performance/CMakeFiles/performance_memcpy.dir/memcpy.cpp.o 2024-08-20T22:00:20.3359488Z #80 737.6 [3235/4136] Building CXX object test/performance/CMakeFiles/performance_packed_planar_fusion.dir/packed_planar_fusion.cpp.o 2024-08-20T22:00:20.3362339Z #80 737.7 [3236/4136] Generating cxx_mangling_define_extern.h, cxx_mangling_define_extern.o, cxx_mangling_define_extern.function_info.h 2024-08-20T22:00:20.3364506Z #80 737.7 [3237/4136] Linking CXX static library test/generator/libabstractgeneratortest_cpp.a 2024-08-20T22:00:20.3367145Z #80 737.7 [3238/4136] Generating gpu_multi_context_threaded_add_cpp.h, gpu_multi_context_threaded_add_cpp.halide_generated.cpp, gpu_multi_context_threaded_add_cpp.function_info.h 2024-08-20T22:00:20.3369964Z #80 737.7 [3239/4136] Linking CXX static library test/generator/libdefine_extern_opencl.a 2024-08-20T22:00:20.3371600Z #80 737.7 [3240/4136] Generating float16_t.h, float16_t.o, float16_t.function_info.h 2024-08-20T22:00:20.3373283Z #80 737.7 [3241/4136] Linking CXX static library test/generator/libcxx_mangling_define_extern.a 2024-08-20T22:00:20.3374951Z #80 737.7 [3242/4136] Generating example.h, example.o, example.function_info.h 2024-08-20T22:00:20.3376600Z #80 737.7 [3243/4136] Generating error_codes.h, error_codes.o, error_codes.function_info.h 2024-08-20T22:00:20.3378412Z #80 737.7 [3244/4136] Generating autograd_grad.h, autograd_grad.o, autograd_grad.function_info.h 2024-08-20T22:00:20.3380625Z #80 737.7 [3245/4136] Building CXX object test/generator/CMakeFiles/buffer_copy_cpp.dir/buffer_copy_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.3382853Z #80 737.7 [3246/4136] Linking CXX static library test/generator/libautograd_grad.a 2024-08-20T22:00:20.3384763Z #80 737.7 [3247/4136] Building CXX object test/performance/CMakeFiles/performance_fan_in.dir/fan_in.cpp.o 2024-08-20T22:00:20.3387336Z #80 737.7 [3248/4136] Building CXX object test/generator/CMakeFiles/cleanup_on_error_cpp.dir/cleanup_on_error_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.3389688Z #80 737.7 [3249/4136] Linking CXX executable test/performance/performance_clamped_vector_load 2024-08-20T22:00:20.3392474Z #80 737.7 [3250/4136] Generating gpu_multi_context_threaded_mul_cpp.h, gpu_multi_context_threaded_mul_cpp.halide_generated.cpp, gpu_multi_context_threaded_mul_cpp.function_info.h 2024-08-20T22:00:20.3394982Z #80 737.7 [3251/4136] Linking CXX static library test/generator/libexample.a 2024-08-20T22:00:20.3396711Z #80 737.7 [3252/4136] Linking CXX executable test/performance/performance_gpu_half_throughput 2024-08-20T22:00:20.3399167Z #80 737.7 [3253/4136] Building CXX object test/performance/CMakeFiles/performance_parallel_performance.dir/parallel_performance.cpp.o 2024-08-20T22:00:20.3401999Z #80 737.7 [3254/4136] Linking CXX static library test/generator/libfloat16_t.a 2024-08-20T22:00:20.3403615Z #80 737.7 [3255/4136] Linking CXX static library test/generator/libbuffer_copy_cpp.a 2024-08-20T22:00:20.3405285Z #80 737.7 [3256/4136] Linking CXX static library test/generator/libcleanup_on_error_cpp.a 2024-08-20T22:00:20.3406900Z #80 737.7 [3257/4136] Linking CXX static library test/generator/liberror_codes.a 2024-08-20T22:00:20.3409074Z #80 737.7 [3258/4136] Building CXX object test/performance/CMakeFiles/performance_memory_profiler.dir/memory_profiler.cpp.o 2024-08-20T22:00:20.3411525Z #80 737.7 [3259/4136] Building CXX object test/performance/CMakeFiles/performance_profiler.dir/profiler.cpp.o 2024-08-20T22:00:20.3413975Z #80 737.7 [3260/4136] Building CXX object test/generator/CMakeFiles/autograd_cpp.dir/autograd_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.4357316Z #80 737.7 [3261/4136] Generating embed_image.h, embed_image.o, embed_image.function_info.h 2024-08-20T22:00:20.4359173Z #80 737.7 [3262/4136] Linking CXX executable test/performance/performance_inner_loop_parallel 2024-08-20T22:00:20.4361163Z #80 737.7 [3263/4136] Linking CXX executable test/performance/performance_blend_tail_strategies 2024-08-20T22:00:20.4363550Z #80 737.7 [3264/4136] Generating gpu_object_lifetime_cpp.h, gpu_object_lifetime_cpp.halide_generated.cpp, gpu_object_lifetime_cpp.function_info.h 2024-08-20T22:00:20.4366269Z #80 737.7 [3265/4136] Building CXX object test/generator/CMakeFiles/async_parallel_cpp.dir/async_parallel_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.4368561Z #80 737.7 [3266/4136] Generating gpu_only_cpp.h, gpu_only_cpp.halide_generated.cpp, gpu_only_cpp.function_info.h 2024-08-20T22:00:20.4370784Z #80 737.7 [3267/4136] Generating gpu_texture_cpp.h, gpu_texture_cpp.halide_generated.cpp, gpu_texture_cpp.function_info.h 2024-08-20T22:00:20.4372939Z #80 737.8 [3268/4136] Linking CXX static library test/generator/libautograd_cpp.a 2024-08-20T22:00:20.4374783Z #80 737.8 [3269/4136] Building CXX object test/correctness/CMakeFiles/correctness_simplify.dir/simplify.cpp.o 2024-08-20T22:00:20.4377267Z #80 737.8 [3270/4136] Generating gpu_multi_context_threaded_add.h, gpu_multi_context_threaded_add.o, gpu_multi_context_threaded_add.function_info.h 2024-08-20T22:00:20.4379337Z #80 737.8 [3271/4136] Linking CXX static library test/generator/libembed_image.a 2024-08-20T22:00:20.4380950Z #80 737.8 [3272/4136] Linking CXX static library test/generator/libasync_parallel_cpp.a 2024-08-20T22:00:20.4383041Z #80 737.8 [3273/4136] Building CXX object test/performance/CMakeFiles/performance_wrap.dir/wrap.cpp.o 2024-08-20T22:00:20.4385447Z #80 737.8 [3274/4136] Generating gpu_multi_context_threaded_mul.h, gpu_multi_context_threaded_mul.o, gpu_multi_context_threaded_mul.function_info.h 2024-08-20T22:00:20.4388186Z #80 737.8 [3275/4136] Generating gpu_object_lifetime.h, gpu_object_lifetime.o, gpu_object_lifetime.function_info.h 2024-08-20T22:00:20.4390577Z #80 737.8 [3276/4136] Generating image_from_array_cpp.h, image_from_array_cpp.halide_generated.cpp, image_from_array_cpp.function_info.h 2024-08-20T22:00:20.4392883Z #80 737.8 [3277/4136] Linking CXX static library test/generator/libgpu_multi_context_threaded_add.a 2024-08-20T22:00:20.4394674Z #80 737.8 [3278/4136] Linking CXX executable test/performance/performance_fast_pow 2024-08-20T22:00:20.4396402Z #80 737.8 [3279/4136] Generating extern_output.h, extern_output.o, extern_output.function_info.h 2024-08-20T22:00:20.4398496Z #80 737.8 [3280/4136] Linking CXX static library test/generator/libgpu_multi_context_threaded_mul.a 2024-08-20T22:00:20.4400554Z #80 737.8 [3281/4136] Linking CXX static library test/generator/libgpu_object_lifetime.a 2024-08-20T22:00:20.4402137Z #80 737.8 [3282/4136] Linking CXX static library test/generator/libextern_output.a 2024-08-20T22:00:20.4405075Z #80 737.8 [3283/4136] Building CXX object test/performance/CMakeFiles/performance_lots_of_small_allocations.dir/lots_of_small_allocations.cpp.o 2024-08-20T22:00:20.4408202Z #80 737.8 [3284/4136] Building CXX object test/generator/CMakeFiles/bit_operations_cpp.dir/bit_operations_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.4410719Z #80 737.8 [3285/4136] Generating image_from_array.h, image_from_array.o, image_from_array.function_info.h 2024-08-20T22:00:20.4412171Z #80 737.8 [3286/4136] Linking CXX executable test/correctness/correctness_vector_math 2024-08-20T22:00:20.4414012Z #80 737.8 [3287/4136] Generating mandelbrot_cpp.h, mandelbrot_cpp.halide_generated.cpp, mandelbrot_cpp.function_info.h 2024-08-20T22:00:20.4417083Z #80 737.8 [3288/4136] Building CXX object test/performance/CMakeFiles/performance_realize_overhead.dir/realize_overhead.cpp.o 2024-08-20T22:00:20.4419182Z #80 737.8 [3289/4136] Linking CXX static library test/generator/libimage_from_array.a 2024-08-20T22:00:20.4420724Z #80 737.8 [3290/4136] Linking CXX executable test/performance/performance_memcpy 2024-08-20T22:00:20.5465833Z #80 737.8 [3291/4136] Linking CXX executable test/correctness/correctness_simd_op_check_sve2 2024-08-20T22:00:20.5467533Z #80 737.8 [3292/4136] Generating gpu_only.h, gpu_only.o, gpu_only.function_info.h 2024-08-20T22:00:20.5469117Z #80 737.8 [3293/4136] Generating gpu_texture.h, gpu_texture.o, gpu_texture.function_info.h 2024-08-20T22:00:20.5470787Z #80 737.8 [3294/4136] Linking CXX static library test/generator/libbit_operations_cpp.a 2024-08-20T22:00:20.5472533Z #80 737.9 [3295/4136] Linking CXX executable test/performance/performance_packed_planar_fusion 2024-08-20T22:00:20.5474243Z #80 737.9 [3296/4136] Linking CXX static library test/generator/libgpu_only.a 2024-08-20T22:00:20.5475593Z #80 737.9 [3297/4136] Generating blur2x2.h, blur2x2.o, blur2x2.function_info.h 2024-08-20T22:00:20.5477565Z #80 737.9 [3298/4136] Building CXX object test/generator/CMakeFiles/cxx_mangling_cpp.dir/cxx_mangling_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.5479610Z #80 737.9 [3299/4136] Linking CXX static library test/generator/libgpu_texture.a 2024-08-20T22:00:20.5481524Z #80 737.9 [3300/4136] Linking CXX executable test/performance/performance_fan_in 2024-08-20T22:00:20.5483131Z #80 737.9 [3301/4136] Generating configure.h, configure.o, configure.function_info.h 2024-08-20T22:00:20.5484748Z #80 737.9 [3302/4136] Linking CXX static library test/generator/libcxx_mangling_cpp.a 2024-08-20T22:00:20.5486312Z #80 737.9 [3303/4136] Linking CXX static library test/generator/libblur2x2.a 2024-08-20T22:00:20.5487788Z #80 737.9 [3304/4136] Linking CXX static library test/generator/libconfigure.a 2024-08-20T22:00:20.5490088Z #80 737.9 [3305/4136] Building CXX object test/generator/CMakeFiles/all_type_names_cpp.dir/all_type_names_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.5492398Z #80 737.9 [3306/4136] Linking CXX executable test/performance/performance_parallel_performance 2024-08-20T22:00:20.5494913Z #80 737.9 [3307/4136] Building CXX object test/performance/CMakeFiles/performance_rgb_interleaved.dir/rgb_interleaved.cpp.o 2024-08-20T22:00:20.5497192Z #80 737.9 [3308/4136] Linking CXX executable test/performance/performance_memory_profiler 2024-08-20T22:00:20.5499496Z #80 737.9 [3309/4136] Generating nested_externs_root_cpp.h, nested_externs_root_cpp.halide_generated.cpp, nested_externs_root_cpp.function_info.h 2024-08-20T22:00:20.5501804Z #80 737.9 [3310/4136] Linking CXX executable test/performance/performance_profiler 2024-08-20T22:00:20.5504172Z #80 737.9 [3311/4136] Building CXX object test/performance/CMakeFiles/performance_matrix_multiplication.dir/matrix_multiplication.cpp.o 2024-08-20T22:00:20.5507324Z #80 737.9 [3312/4136] Generating nested_externs_inner_cpp.h, nested_externs_inner_cpp.halide_generated.cpp, nested_externs_inner_cpp.function_info.h 2024-08-20T22:00:20.5510416Z #80 737.9 [3313/4136] Generating nested_externs_combine_cpp.h, nested_externs_combine_cpp.halide_generated.cpp, nested_externs_combine_cpp.function_info.h 2024-08-20T22:00:20.5513467Z #80 737.9 [3314/4136] Generating nested_externs_leaf_cpp.h, nested_externs_leaf_cpp.halide_generated.cpp, nested_externs_leaf_cpp.function_info.h 2024-08-20T22:00:20.5516234Z #80 737.9 [3315/4136] Generating sanitizercoverage.h, sanitizercoverage.o, sanitizercoverage.function_info.h 2024-08-20T22:00:20.6495238Z #80 737.9 [3316/4136] Linking CXX static library test/generator/liball_type_names_cpp.a 2024-08-20T22:00:20.6497397Z #80 737.9 [3317/4136] Generating opencl_runtime_cpp.h, opencl_runtime_cpp.halide_generated.cpp, opencl_runtime_cpp.function_info.h 2024-08-20T22:00:20.6499922Z #80 738.0 [3318/4136] Generating output_assign_cpp.h, output_assign_cpp.halide_generated.cpp, output_assign_cpp.function_info.h 2024-08-20T22:00:20.6501819Z #80 738.0 [3319/4136] Linking CXX executable test/correctness/correctness_simplify 2024-08-20T22:00:20.6503373Z #80 738.0 [3320/4136] Generating mandelbrot.h, mandelbrot.o, mandelbrot.function_info.h 2024-08-20T22:00:20.6505571Z #80 738.0 [3321/4136] Building CXX object test/performance/CMakeFiles/performance_stack_vs_heap.dir/stack_vs_heap.cpp.o 2024-08-20T22:00:20.6508342Z #80 738.0 [3322/4136] Building CXX object test/generator/CMakeFiles/define_extern_opencl_cpp.dir/define_extern_opencl_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.6510669Z #80 738.0 [3323/4136] Linking CXX static library test/generator/libsanitizercoverage.a 2024-08-20T22:00:20.6512323Z #80 738.0 [3324/4136] Linking CXX executable test/performance/performance_wrap 2024-08-20T22:00:20.6513884Z #80 738.0 [3325/4136] Linking CXX static library test/generator/libmandelbrot.a 2024-08-20T22:00:20.6515987Z #80 738.0 [3326/4136] Building CXX object test/generator/CMakeFiles/float16_t_cpp.dir/float16_t_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.6518113Z #80 738.0 [3327/4136] Generating rdom_input_cpp.h, rdom_input_cpp.halide_generated.cpp, rdom_input_cpp.function_info.h 2024-08-20T22:00:20.6519748Z #80 738.0 [3328/4136] Linking CXX static library test/generator/libdefine_extern_opencl_cpp.a 2024-08-20T22:00:20.6521631Z #80 738.0 [3329/4136] Generating string_param_cpp.h, string_param_cpp.halide_generated.cpp, string_param_cpp.function_info.h 2024-08-20T22:00:20.6523507Z #80 738.0 [3330/4136] Linking CXX executable test/performance/performance_realize_overhead 2024-08-20T22:00:20.6524919Z #80 738.0 [3331/4136] Linking CXX static library test/generator/libfloat16_t_cpp.a 2024-08-20T22:00:20.6526474Z #80 738.0 [3332/4136] Generating nested_externs_leaf.h, nested_externs_leaf.o, nested_externs_leaf.function_info.h 2024-08-20T22:00:20.6528533Z #80 738.0 [3333/4136] Linking CXX executable test/performance/performance_lots_of_small_allocations 2024-08-20T22:00:20.6530766Z #80 738.0 [3334/4136] Generating shuffler_cpp.h, shuffler_cpp.halide_generated.cpp, shuffler_cpp.function_info.h 2024-08-20T22:00:20.6532967Z #80 738.0 [3335/4136] Generating templated_cpp.h, templated_cpp.halide_generated.cpp, templated_cpp.function_info.h 2024-08-20T22:00:20.6535186Z #80 738.0 [3336/4136] Linking CXX static library test/generator/libnested_externs_leaf.a 2024-08-20T22:00:20.6537267Z #80 738.0 [3337/4136] Building CXX object test/generator/CMakeFiles/error_codes_cpp.dir/error_codes_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.6539878Z #80 738.0 [3338/4136] Generating memory_profiler_mandelbrot.h, memory_profiler_mandelbrot.o, memory_profiler_mandelbrot.function_info.h 2024-08-20T22:00:20.6542812Z #80 738.0 [3339/4136] Building CXX object test/generator/CMakeFiles/cxx_mangling_define_extern_cpp.dir/cxx_mangling_define_extern_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.6548222Z #80 738.0 [3340/4136] Generating multitarget.h, multitarget-x86-64-linux-no_bounds_query-c_plus_plus_name_mangling-no_runtime.o, multitarget-x86-64-linux-c_plus_plus_name_mangling-no_runtime.o, multitarget_wrapper.o, multitarget.function_info.h 2024-08-20T22:00:20.6552266Z #80 738.0 [3341/4136] Linking CXX static library test/generator/liberror_codes_cpp.a 2024-08-20T22:00:20.7646913Z #80 738.0 [3342/4136] Generating opencl_runtime.h, opencl_runtime.o, opencl_runtime.function_info.h 2024-08-20T22:00:20.7648711Z #80 738.1 [3343/4136] Linking CXX static library test/generator/libcxx_mangling_define_extern_cpp.a 2024-08-20T22:00:20.7650871Z #80 738.1 [3344/4136] Building CXX object test/generator/CMakeFiles/example_cpp.dir/example_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.7652723Z #80 738.1 [3345/4136] Linking CXX static library test/generator/libmemory_profiler_mandelbrot.a 2024-08-20T22:00:20.7654143Z #80 738.1 [3346/4136] Linking CXX static library test/generator/libmultitarget.a 2024-08-20T22:00:20.7655389Z #80 738.1 [3347/4136] Generating string_param.h, string_param.o, string_param.function_info.h 2024-08-20T22:00:20.7656971Z #80 738.1 [3348/4136] Generating user_context_cpp.h, user_context_cpp.halide_generated.cpp, user_context_cpp.function_info.h 2024-08-20T22:00:20.7658616Z #80 738.1 [3349/4136] Linking CXX static library test/generator/libexample_cpp.a 2024-08-20T22:00:20.7660432Z #80 738.1 [3350/4136] Generating user_context_insanity_cpp.h, user_context_insanity_cpp.halide_generated.cpp, user_context_insanity_cpp.function_info.h 2024-08-20T22:00:20.7662801Z #80 738.1 [3351/4136] Generating variable_num_threads_cpp.h, variable_num_threads_cpp.halide_generated.cpp, variable_num_threads_cpp.function_info.h 2024-08-20T22:00:20.7665388Z #80 738.1 [3352/4136] Building CXX object test/generator/CMakeFiles/gpu_multi_context_threaded_add_cpp.dir/gpu_multi_context_threaded_add_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.7667485Z #80 738.1 [3353/4136] Linking CXX static library test/generator/libstring_param.a 2024-08-20T22:00:20.7668931Z #80 738.1 [3354/4136] Linking CXX executable test/performance/performance_rgb_interleaved 2024-08-20T22:00:20.7670312Z #80 738.1 [3355/4136] Linking CXX static library test/generator/libopencl_runtime.a 2024-08-20T22:00:20.7672355Z #80 738.1 [3356/4136] Building CXX object test/generator/CMakeFiles/gpu_object_lifetime_cpp.dir/gpu_object_lifetime_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.7674238Z #80 738.1 [3357/4136] Generating rdom_input.h, rdom_input.o, rdom_input.function_info.h 2024-08-20T22:00:20.7676590Z #80 738.1 [3358/4136] Building CXX object test/generator/CMakeFiles/gpu_multi_context_threaded_mul_cpp.dir/gpu_multi_context_threaded_mul_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.7678735Z #80 738.1 [3359/4136] Linking CXX static library test/generator/libgpu_object_lifetime_cpp.a 2024-08-20T22:00:20.7680754Z #80 738.1 [3360/4136] Generating nested_externs_combine.h, nested_externs_combine.o, nested_externs_combine.function_info.h 2024-08-20T22:00:20.7682822Z #80 738.1 [3361/4136] Linking CXX static library test/generator/libgpu_multi_context_threaded_add_cpp.a 2024-08-20T22:00:20.7684566Z #80 738.1 [3362/4136] Generating output_assign.h, output_assign.o, output_assign.function_info.h 2024-08-20T22:00:20.7686414Z #80 738.1 [3363/4136] Building CXX object test/generator/CMakeFiles/embed_image_cpp.dir/embed_image_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.7688178Z #80 738.1 [3364/4136] Linking CXX static library test/generator/librdom_input.a 2024-08-20T22:00:20.7689754Z #80 738.1 [3365/4136] Linking CXX static library test/generator/libgpu_multi_context_threaded_mul_cpp.a 2024-08-20T22:00:20.7691435Z #80 738.1 [3366/4136] Linking CXX executable test/performance/performance_matrix_multiplication 2024-08-20T22:00:20.7693042Z #80 738.1 [3367/4136] Linking CXX static library test/generator/libnested_externs_combine.a 2024-08-20T22:00:20.7694682Z #80 738.1 [3368/4136] Generating nested_externs_inner.h, nested_externs_inner.o, nested_externs_inner.function_info.h 2024-08-20T22:00:20.7696919Z #80 738.1 [3369/4136] Building CXX object test/generator/CMakeFiles/image_from_array_cpp.dir/image_from_array_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.7699007Z #80 738.1 [3370/4136] Linking CXX static library test/generator/libembed_image_cpp.a 2024-08-20T22:00:20.7700522Z #80 738.1 [3371/4136] Linking CXX static library test/generator/liboutput_assign.a 2024-08-20T22:00:20.7702042Z #80 738.1 [3372/4136] Generating shuffler.h, shuffler.o, shuffler.function_info.h 2024-08-20T22:00:20.7703567Z #80 738.1 [3373/4136] Linking CXX static library test/generator/libnested_externs_inner.a 2024-08-20T22:00:20.7705415Z #80 738.1 [3374/4136] Linking CXX static library python_bindings/stub/libHalidePyStubs.a 2024-08-20T22:00:20.7707136Z #80 738.1 [3375/4136] Linking CXX static library test/generator/libimage_from_array_cpp.a 2024-08-20T22:00:20.7708674Z #80 738.1 [3376/4136] Generating msan.h, msan.o, msan.function_info.h 2024-08-20T22:00:20.7709998Z #80 738.2 [3377/4136] Linking CXX executable test/performance/performance_stack_vs_heap 2024-08-20T22:00:20.9069823Z #80 738.2 [3378/4136] Generating variable_num_threads.h, variable_num_threads.o, variable_num_threads.function_info.h 2024-08-20T22:00:20.9071355Z #80 738.2 [3379/4136] Linking CXX static library test/generator/libshuffler.a 2024-08-20T22:00:20.9073025Z #80 738.2 [3380/4136] Building CXX object test/generator/CMakeFiles/extern_output_cpp.dir/extern_output_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.9075014Z #80 738.2 [3381/4136] Generating tiled_blur_cpp.h, tiled_blur_cpp.halide_generated.cpp, tiled_blur_cpp.function_info.h 2024-08-20T22:00:20.9076781Z #80 738.2 [3382/4136] Generating pyramid_cpp.h, pyramid_cpp.halide_generated.cpp, pyramid_cpp.function_info.h 2024-08-20T22:00:20.9078624Z #80 738.2 [3383/4136] Building CXX object test/generator/CMakeFiles/gpu_only_cpp.dir/gpu_only_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.9080265Z #80 738.2 [3384/4136] Linking CXX static library test/generator/libvariable_num_threads.a 2024-08-20T22:00:20.9081675Z #80 738.2 [3385/4136] Linking CXX static library test/generator/libmsan.a 2024-08-20T22:00:20.9082865Z #80 738.2 [3386/4136] Linking CXX static library test/generator/libextern_output_cpp.a 2024-08-20T22:00:20.9084401Z #80 738.2 [3387/4136] Generating nested_externs_root.h, nested_externs_root.o, nested_externs_root.function_info.h 2024-08-20T22:00:20.9085980Z #80 738.2 [3388/4136] Generating templated.h, templated.o, templated.function_info.h 2024-08-20T22:00:20.9087570Z #80 738.2 [3389/4136] Linking CXX static library test/generator/libgpu_only_cpp.a 2024-08-20T22:00:20.9089231Z #80 738.2 [3390/4136] Building CXX object test/generator/CMakeFiles/gpu_texture_cpp.dir/gpu_texture_cpp.halide_generated.cpp.o 2024-08-20T22:00:20.9090920Z #80 738.2 [3391/4136] Linking CXX static library test/generator/libnested_externs_root.a 2024-08-20T22:00:20.9092194Z #80 738.2 [3392/4136] Linking CXX static library test/generator/libtemplated.a 2024-08-20T22:00:20.9093484Z #80 738.2 [3393/4136] Generating user_context.h, user_context.o, user_context.function_info.h 2024-08-20T22:00:20.9094893Z #80 738.2 [3394/4136] Linking CXX executable test/runtime/runtime_internal_block_allocator 2024-08-20T22:00:20.9096515Z #80 738.2 [3395/4136] Generating user_context_insanity.h, user_context_insanity.o, user_context_insanity.function_info.h 2024-08-20T22:00:20.9098047Z #80 738.2 [3396/4136] Linking CXX static library test/generator/libgpu_texture_cpp.a 2024-08-20T22:00:20.9099501Z #80 738.2 [3397/4136] Linking CXX static library test/generator/libuser_context.a 2024-08-20T22:00:20.9100804Z #80 738.2 [3398/4136] Linking CXX executable test/runtime/runtime_internal_block_storage 2024-08-20T22:00:20.9102673Z #80 738.2 [3399/4136] Building CXX object test/performance/CMakeFiles/performance_nested_vectorization_gemm.dir/nested_vectorization_gemm.cpp.o 2024-08-20T22:00:20.9104492Z #80 738.2 [3400/4136] Linking CXX executable test/runtime/runtime_internal_linked_list 2024-08-20T22:00:20.9105804Z #80 738.2 [3401/4136] Linking CXX executable test/runtime/runtime_internal_memory_arena 2024-08-20T22:00:20.9107329Z #80 738.2 [3402/4136] Linking CXX executable test/runtime/runtime_internal_string_storage 2024-08-20T22:00:20.9108657Z #80 738.2 [3403/4136] Linking CXX executable test/runtime/runtime_internal_string_table 2024-08-20T22:00:20.9110011Z #80 738.2 [3404/4136] Linking CXX static library test/generator/libuser_context_insanity.a 2024-08-20T22:00:20.9111513Z #80 738.3 [3405/4136] Linking CXX executable python_bindings/test/generators/py_gen_bitcpp 2024-08-20T22:00:21.0163544Z #80 738.3 [3406/4136] Linking CXX executable python_bindings/test/generators/py_gen_addconstantcpp 2024-08-20T22:00:21.0165186Z #80 738.3 [3407/4136] Building CXX object test/performance/CMakeFiles/performance_sort.dir/sort.cpp.o 2024-08-20T22:00:21.0166998Z #80 738.3 [3408/4136] Building CXX object test/generator/CMakeFiles/autograd_grad_cpp.dir/autograd_grad_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.0169491Z #80 738.3 [3409/4136] Linking CXX shared module python_bindings/test/generators/addconstantcpp_pystub.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:21.0171450Z #80 738.4 [3410/4136] Building CXX object test/generator/CMakeFiles/configure_cpp.dir/configure_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.0173318Z #80 738.4 [3411/4136] Building CXX object test/generator/CMakeFiles/mandelbrot_cpp.dir/mandelbrot_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.0174982Z #80 738.4 [3412/4136] Linking CXX executable python_bindings/test/generators/py_gen_user_context 2024-08-20T22:00:21.0176935Z #80 738.4 [3413/4136] Linking CXX shared module python_bindings/test/generators/bitcpp_pystub.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:21.0179060Z #80 738.4 [3414/4136] Linking CXX shared module python_bindings/test/generators/complexcpp_pystub.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:21.0180951Z #80 738.4 [3415/4136] Linking CXX executable python_bindings/test/generators/py_gen_simplecpp 2024-08-20T22:00:21.0182592Z #80 738.4 [3416/4136] Linking CXX static library test/generator/libautograd_grad_cpp.a 2024-08-20T22:00:21.0185146Z #80 738.4 [3417/4136] Linking CXX shared module python_bindings/test/generators/user_context_pystub.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:21.0186920Z #80 738.4 [3418/4136] Linking CXX executable python_bindings/test/generators/py_gen_complexcpp 2024-08-20T22:00:21.0188265Z #80 738.4 [3419/4136] Linking CXX static library test/generator/libconfigure_cpp.a 2024-08-20T22:00:21.0189523Z #80 738.4 [3420/4136] Linking CXX static library test/generator/libmandelbrot_cpp.a 2024-08-20T22:00:21.0191471Z #80 738.4 [3421/4136] Building CXX object test/generator/CMakeFiles/string_param_cpp.dir/string_param_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.0193025Z #80 738.4 [3422/4136] Linking CXX executable tutorial/lesson_01_basics 2024-08-20T22:00:21.0194700Z #80 738.4 [3423/4136] Building CXX object test/generator/CMakeFiles/nested_externs_leaf_cpp.dir/nested_externs_leaf_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.0197313Z #80 738.4 [3424/4136] Linking CXX shared module python_bindings/test/generators/simplecpp_pystub.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:21.0199336Z #80 738.4 [3425/4136] Building CXX object test/generator/CMakeFiles/opencl_runtime_cpp.dir/opencl_runtime_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.0201717Z #80 738.4 [3426/4136] Building CXX object test/performance/CMakeFiles/performance_thread_safe_jit_callable.dir/thread_safe_jit_callable.cpp.o 2024-08-20T22:00:21.0203804Z #80 738.4 [3427/4136] Linking CXX static library test/generator/libnested_externs_leaf_cpp.a 2024-08-20T22:00:21.0205175Z #80 738.4 [3428/4136] Linking CXX static library test/generator/libopencl_runtime_cpp.a 2024-08-20T22:00:21.0206350Z #80 738.4 [3429/4136] Linking CXX executable tutorial/lesson_03_debugging_1 2024-08-20T22:00:21.1178927Z #80 738.4 [3430/4136] Linking CXX executable tutorial/lesson_02_input_image 2024-08-20T22:00:21.1180592Z #80 738.4 [3431/4136] Building CXX object test/generator/CMakeFiles/rdom_input_cpp.dir/rdom_input_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.1181918Z #80 738.4 [3432/4136] Linking CXX static library test/generator/libstring_param_cpp.a 2024-08-20T22:00:21.1182767Z #80 738.4 [3433/4136] Linking CXX executable tutorial/lesson_05_scheduling_1 2024-08-20T22:00:21.1183538Z #80 738.4 [3434/4136] Linking CXX executable tutorial/lesson_04_debugging_2 2024-08-20T22:00:21.1184405Z #80 738.4 [3435/4136] Linking CXX executable tutorial/lesson_06_realizing_over_shifted_domains 2024-08-20T22:00:21.1185296Z #80 738.4 [3436/4136] Linking CXX static library test/generator/librdom_input_cpp.a 2024-08-20T22:00:21.1186611Z #80 738.4 [3437/4136] Building CXX object test/generator/CMakeFiles/nested_externs_combine_cpp.dir/nested_externs_combine_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.1188115Z #80 738.4 [3438/4136] Building CXX object test/generator/CMakeFiles/output_assign_cpp.dir/output_assign_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.1189306Z #80 738.4 [3439/4136] Linking CXX static library test/generator/libnested_externs_combine_cpp.a 2024-08-20T22:00:21.1190312Z #80 738.4 [3440/4136] Linking CXX executable test/performance/performance_nested_vectorization_gemm 2024-08-20T22:00:21.1191278Z #80 738.5 [3441/4136] Linking CXX static library test/generator/liboutput_assign_cpp.a 2024-08-20T22:00:21.1192368Z #80 738.5 [3442/4136] Building CXX object test/generator/CMakeFiles/blur2x2_cpp.dir/blur2x2_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.1193792Z #80 738.5 [3443/4136] Building CXX object test/generator/CMakeFiles/nested_externs_inner_cpp.dir/nested_externs_inner_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.1194950Z #80 738.5 [3444/4136] Linking CXX executable tutorial/lesson_08_scheduling_2 2024-08-20T22:00:21.1195740Z #80 738.5 [3445/4136] Linking CXX static library test/generator/libblur2x2_cpp.a 2024-08-20T22:00:21.1196581Z #80 738.5 [3446/4136] Linking CXX executable tutorial/lesson_07_multi_stage_pipelines 2024-08-20T22:00:21.1197443Z #80 738.5 [3447/4136] Linking CXX executable tutorial/lesson_10_aot_compilation_generate 2024-08-20T22:00:21.1198551Z #80 738.5 [3448/4136] Building CXX object test/generator/CMakeFiles/shuffler_cpp.dir/shuffler_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.1199677Z #80 738.5 [3449/4136] Linking CXX static library test/generator/libnested_externs_inner_cpp.a 2024-08-20T22:00:21.1200715Z #80 738.5 [3450/4136] Linking CXX static library test/generator/libshuffler_cpp.a 2024-08-20T22:00:21.1201934Z #80 738.5 [3451/4136] Building CXX object test/generator/CMakeFiles/variable_num_threads_cpp.dir/variable_num_threads_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.1203658Z #80 738.5 [3452/4136] Linking CXX executable tutorial/lesson_17_predicated_rdom 2024-08-20T22:00:21.1205037Z #80 738.5 [3453/4136] Linking CXX static library test/generator/libvariable_num_threads_cpp.a 2024-08-20T22:00:21.1205921Z #80 738.5 [3454/4136] Linking CXX executable test/performance/performance_sort 2024-08-20T22:00:21.2774547Z #80 738.5 [3455/4136] Linking CXX executable tutorial/lesson_09_update_definitions 2024-08-20T22:00:21.2776596Z #80 738.5 [3456/4136] Building CXX object test/generator/CMakeFiles/user_context_cpp.dir/user_context_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.2778619Z #80 738.5 [3457/4136] Linking CXX executable tutorial/lesson_12_using_the_gpu 2024-08-20T22:00:21.2780197Z #80 738.5 [3458/4136] Linking CXX executable tutorial/lesson_11_cross_compilation 2024-08-20T22:00:21.2782021Z #80 738.5 [3459/4136] Linking CXX static library test/generator/libuser_context_cpp.a 2024-08-20T22:00:21.2783505Z #80 738.5 [3460/4136] Linking CXX executable tutorial/lesson_13_tuples 2024-08-20T22:00:21.2784862Z #80 738.5 [3461/4136] Linking CXX executable tutorial/lesson_24_async 2024-08-20T22:00:21.2786190Z #80 738.5 [3462/4136] Linking CXX executable tutorial/lesson_14_types 2024-08-20T22:00:21.2787772Z #80 738.5 [3463/4136] Linking CXX executable tutorial/lesson_18_parallel_associative_reductions 2024-08-20T22:00:21.2789451Z #80 738.5 [3464/4136] Linking CXX executable tutorial/lesson_19_wrapper_funcs 2024-08-20T22:00:21.2791650Z #80 738.5 [3465/4136] Building CXX object test/generator/CMakeFiles/templated_cpp.dir/templated_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.2793818Z #80 738.5 [3466/4136] Linking CXX executable tutorial/lesson_16_rgb_generate 2024-08-20T22:00:21.2795821Z #80 738.5 [3467/4136] Building CXX object test/performance/CMakeFiles/performance_tiled_matmul.dir/tiled_matmul.cpp.o 2024-08-20T22:00:21.2798638Z #80 738.5 [3468/4136] Building CXX object test/generator/CMakeFiles/user_context_insanity_cpp.dir/user_context_insanity_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.2801276Z #80 738.5 [3469/4136] Linking CXX executable tutorial/lesson_23_serialization 2024-08-20T22:00:21.2802857Z #80 738.5 [3470/4136] Linking CXX static library test/generator/libtemplated_cpp.a 2024-08-20T22:00:21.2804365Z #80 738.5 [3471/4136] Linking CXX executable tutorial/lesson_15_generate 2024-08-20T22:00:21.2805934Z #80 738.6 [3472/4136] Linking CXX executable tutorial/lesson_21_auto_scheduler_generate 2024-08-20T22:00:21.2807464Z #80 738.6 [3473/4136] Linking CXX executable util/HalideTraceViz 2024-08-20T22:00:21.2808838Z #80 738.6 [3474/4136] Linking CXX executable tutorial/lesson_20_cloning_funcs 2024-08-20T22:00:21.2810377Z #80 738.6 [3475/4136] Linking CXX executable tutorial/lesson_22_jit_performance 2024-08-20T22:00:21.2812115Z #80 738.6 [3476/4136] Linking CXX static library test/generator/libuser_context_insanity_cpp.a 2024-08-20T22:00:21.2814399Z #80 738.6 [3477/4136] Building CXX object test/performance/CMakeFiles/performance_const_division.dir/const_division.cpp.o 2024-08-20T22:00:21.2816721Z #80 738.6 [3478/4136] Linking CXX executable test/performance/performance_thread_safe_jit_callable 2024-08-20T22:00:21.2818497Z #80 738.6 [3479/4136] Linking CXX executable util/HalideTraceDump 2024-08-20T22:00:21.2820607Z #80 738.6 [3480/4136] Building CXX object test/generator/CMakeFiles/nested_externs_root_cpp.dir/nested_externs_root_cpp.halide_generated.cpp.o 2024-08-20T22:00:21.2822988Z #80 738.7 [3481/4136] Linking CXX static library test/generator/libnested_externs_root_cpp.a 2024-08-20T22:00:21.3844302Z #80 738.7 [3482/4136] Generating my_first_generator.h, my_first_generator.o, my_first_generator.stmt 2024-08-20T22:00:21.3846221Z #80 738.7 [3483/4136] Generating my_first_generator_win32.h, my_first_generator_win32.lib 2024-08-20T22:00:21.3847934Z #80 738.7 [3484/4136] Generating my_second_generator_3.h, my_second_generator_3.o 2024-08-20T22:00:21.3849530Z #80 738.7 [3485/4136] Generating my_second_generator_2.h, my_second_generator_2.o 2024-08-20T22:00:21.3851366Z #80 738.7 [3486/4136] Generating my_second_generator_1.h, my_second_generator_1.o 2024-08-20T22:00:21.3853028Z #80 738.7 [3487/4136] Linking CXX executable test/performance/performance_tiled_matmul 2024-08-20T22:00:21.3854570Z #80 738.7 [3488/4136] Generating brighten_planar.h, brighten_planar.o 2024-08-20T22:00:21.3855922Z #80 738.8 [3489/4136] Generating brighten_either.h, brighten_either.o 2024-08-20T22:00:21.3857402Z #80 738.8 [3490/4136] Generating brighten_interleaved.h, brighten_interleaved.o 2024-08-20T22:00:21.3859106Z #80 738.8 [3491/4136] Linking CXX executable test/performance/performance_const_division 2024-08-20T22:00:21.6261608Z #80 738.8 [3492/4136] Building CXX object test/performance/CMakeFiles/performance_rfactor.dir/rfactor.cpp.o 2024-08-20T22:00:21.6263689Z #80 738.9 [3493/4136] Generating tiled_blur.h, tiled_blur.o, tiled_blur.function_info.h 2024-08-20T22:00:21.6265623Z #80 738.9 [3494/4136] Generating brighten_specialized.h, brighten_specialized.o 2024-08-20T22:00:21.6503714Z #80 739.0 [3495/4136] Generating pyramid.h, pyramid.o, pyramid.function_info.h 2024-08-20T22:00:21.8028203Z #80 739.1 [3496/4136] Linking CXX executable test/performance/performance_rfactor 2024-08-20T22:00:21.8030062Z #80 739.2 [3497/4136] Building CXX object test/performance/CMakeFiles/performance_vectorize.dir/vectorize.cpp.o 2024-08-20T22:00:22.0760615Z #80 739.5 [3498/4136] Linking CXX executable test/performance/performance_vectorize 2024-08-20T22:00:22.8082344Z #80 740.2 [3499/4136] Generating metadata_tester_ucon_cpp.h, metadata_tester_ucon_cpp.halide_generated.cpp, metadata_tester_ucon_cpp.function_info.h 2024-08-20T22:00:22.9251331Z #80 740.2 [3500/4136] Generating all_type_names.runtime.o 2024-08-20T22:00:22.9252449Z #80 740.2 [3501/4136] Generating async_parallel.runtime.o 2024-08-20T22:00:22.9253554Z #80 740.3 [3502/4136] Generating adams2019_cost_model.runtime.o 2024-08-20T22:00:22.9254838Z #80 740.3 [3503/4136] Generating adams2019_included_schedule_file.runtime.o 2024-08-20T22:00:22.9256592Z #80 740.3 [3504/4136] Linking CXX static library test/generator/liball_type_names.runtime.a 2024-08-20T22:00:22.9257976Z #80 740.3 [3505/4136] Generating bit_operations.runtime.o 2024-08-20T22:00:22.9259212Z #80 740.3 [3506/4136] Generating lesson_10_halide.h, lesson_10_halide.a 2024-08-20T22:00:22.9260346Z #80 740.3 Halide pipeline compiled, but not yet run. 2024-08-20T22:00:22.9261369Z #80 740.3 [3507/4136] Generating adams2019_demo.runtime.o 2024-08-20T22:00:22.9262561Z #80 740.3 [3508/4136] Generating anderson2021_cost_model.runtime.o 2024-08-20T22:00:22.9263764Z #80 740.3 [3509/4136] Generating li2018_demo_gradient.runtime.o 2024-08-20T22:00:22.9264906Z #80 740.3 [3510/4136] Generating alias_with_offset_42.runtime.o 2024-08-20T22:00:22.9266001Z #80 740.3 [3511/4136] Generating argvcall.runtime.o 2024-08-20T22:00:22.9266982Z #80 740.3 [3512/4136] Generating autograd.runtime.o 2024-08-20T22:00:22.9267958Z #80 740.3 [3513/4136] Generating cxx_mangling.runtime.o 2024-08-20T22:00:22.9269592Z #80 740.3 [3514/4136] Linking CXX static library src/autoschedulers/adams2019/libadams2019_cost_model.runtime.a 2024-08-20T22:00:23.0276056Z #80 740.3 [3515/4136] Building CXX object test/correctness/CMakeFiles/correctness_atomics.dir/atomics.cpp.o 2024-08-20T22:00:23.0277616Z #80 740.3 [3516/4136] Generating alias.runtime.o 2024-08-20T22:00:23.0278604Z #80 740.3 [3517/4136] Generating alias_Adams2019.runtime.o 2024-08-20T22:00:23.0279600Z #80 740.3 [3518/4136] Generating alias_Li2018.runtime.o 2024-08-20T22:00:23.0280730Z #80 740.3 [3519/4136] Generating alias_Mullapudi2016.runtime.o 2024-08-20T22:00:23.0281862Z #80 740.3 [3520/4136] Generating autograd_grad.runtime.o 2024-08-20T22:00:23.0282823Z #80 740.3 [3521/4136] Generating blur2x2.runtime.o 2024-08-20T22:00:23.0284625Z #80 740.3 [3522/4136] Generating metadata_tester_cpp.h, metadata_tester_cpp.halide_generated.cpp, metadata_tester_cpp.function_info.h 2024-08-20T22:00:23.0286556Z #80 740.3 [3523/4136] Generating buffer_copy.runtime.o 2024-08-20T22:00:23.0287919Z #80 740.3 [3524/4136] Generating can_use_target.runtime.o 2024-08-20T22:00:23.0288962Z #80 740.3 [3525/4136] Generating cleanup_on_error.runtime.o 2024-08-20T22:00:23.0289993Z #80 740.3 [3526/4136] Generating cxx_mangling_define_extern.runtime.o 2024-08-20T22:00:23.0291751Z #80 740.3 [3527/4136] Linking CXX static library src/autoschedulers/anderson2021/libanderson2021_cost_model.runtime.a 2024-08-20T22:00:23.0293475Z #80 740.3 [3528/4136] Generating configure.runtime.o 2024-08-20T22:00:23.0294476Z #80 740.4 [3529/4136] Generating error_codes.runtime.o 2024-08-20T22:00:23.1374345Z #80 740.5 [3530/4136] Generating gpu_multi_context_threaded_add.runtime.o 2024-08-20T22:00:23.1375648Z #80 740.5 [3531/4136] Generating float16_t.runtime.o 2024-08-20T22:00:23.1376755Z #80 740.5 [3532/4136] Generating define_extern_opencl.runtime.o 2024-08-20T22:00:23.1378082Z #80 740.5 [3533/4136] Generating extern_output.runtime.o 2024-08-20T22:00:23.1379080Z #80 740.5 [3534/4136] Generating gpu_only.runtime.o 2024-08-20T22:00:23.1380266Z #80 740.5 [3535/4136] Generating gpu_multi_context_threaded_mul.runtime.o 2024-08-20T22:00:23.2686068Z #80 740.6 [3536/4136] Generating embed_image.runtime.o 2024-08-20T22:00:23.2686956Z #80 740.6 [3537/4136] Generating gpu_texture.runtime.o 2024-08-20T22:00:23.2687924Z #80 740.7 [3538/4136] Generating abstractgeneratortest.runtime.o 2024-08-20T22:00:23.3848743Z #80 740.7 [3539/4136] Generating anderson2021_included_schedule_file.runtime.o 2024-08-20T22:00:23.3850196Z #80 740.7 [3540/4136] Generating image_from_array.runtime.o 2024-08-20T22:00:23.3851610Z #80 740.7 [3541/4136] Generating anderson2021_demo.runtime.o 2024-08-20T22:00:23.3852699Z #80 740.8 [3542/4136] Generating example.runtime.o 2024-08-20T22:00:23.3853714Z #80 740.8 [3543/4136] Generating acquire_release.runtime.o 2024-08-20T22:00:23.5670303Z #80 740.8 [3544/4136] Generating metadata_tester.runtime.o 2024-08-20T22:00:23.5980360Z #80 741.0 [3545/4136] Generating mandelbrot.runtime.o 2024-08-20T22:00:23.9509783Z #80 741.3 [3546/4136] Generating memory_profiler_mandelbrot.runtime.o 2024-08-20T22:00:24.0658970Z #80 741.4 [3547/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/Halide_Anderson2021.dir/Tiling.cpp.o 2024-08-20T22:00:24.0661561Z #80 741.5 [3548/4136] Building CXX object test/generator/CMakeFiles/generator_aot_all_type_names.dir/all_type_names_aottest.cpp.o 2024-08-20T22:00:24.1980473Z #80 741.5 [3549/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_bounds.dir/Tiling.cpp.o 2024-08-20T22:00:24.1982640Z #80 741.5 [3550/4136] Generating gpu_object_lifetime.runtime.o 2024-08-20T22:00:24.1983843Z #80 741.6 [3551/4136] Generating metadata_tester_ucon.runtime.o 2024-08-20T22:00:24.5742870Z #80 742.0 [3552/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_state.dir/Tiling.cpp.o 2024-08-20T22:00:24.7070888Z #80 742.1 [3553/4136] Generating msan.runtime.o 2024-08-20T22:00:24.8183078Z #80 742.1 [3554/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_storage_strides.dir/Tiling.cpp.o 2024-08-20T22:00:24.8185093Z #80 742.2 [3555/4136] Linking CXX static library test/autoschedulers/adams2019/libadams2019_demo.runtime.a 2024-08-20T22:00:24.8187259Z #80 742.2 [3556/4136] Linking CXX static library test/autoschedulers/adams2019/libadams2019_included_schedule_file.runtime.a 2024-08-20T22:00:24.9346940Z #80 742.3 [3557/4136] Linking CXX static library test/autoschedulers/anderson2021/libanderson2021_demo.runtime.a 2024-08-20T22:00:24.9349397Z #80 742.3 [3558/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/adams2019_retrain_cost_model.dir/Weights.cpp.o 2024-08-20T22:00:25.0684750Z #80 742.4 [3559/4136] Linking CXX static library test/autoschedulers/anderson2021/libanderson2021_included_schedule_file.runtime.a 2024-08-20T22:00:25.0687644Z #80 742.4 [3560/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_retrain_cost_model.dir/Weights.cpp.o 2024-08-20T22:00:25.0690234Z #80 742.5 [3561/4136] Linking CXX static library test/autoschedulers/li2018/libli2018_demo_gradient.runtime.a 2024-08-20T22:00:25.2083936Z #80 742.5 [3562/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/Halide_Anderson2021.dir/Weights.cpp.o 2024-08-20T22:00:25.2086960Z #80 742.5 [3563/4136] Building CXX object test/autoschedulers/li2018/CMakeFiles/li2018_demo_gradient_autoscheduler.dir/li2018_demo_gradient.registration.cpp.o 2024-08-20T22:00:25.2089812Z #80 742.5 [3564/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/Halide_Adams2019.dir/Weights.cpp.o 2024-08-20T22:00:25.2091753Z #80 742.6 [3565/4136] Linking CXX static library test/generator/libacquire_release.runtime.a 2024-08-20T22:00:25.3674219Z #80 742.8 [3566/4136] Linking CXX executable test/correctness/correctness_atomics 2024-08-20T22:00:25.4881169Z #80 742.8 [3567/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_thread_info.dir/Tiling.cpp.o 2024-08-20T22:00:25.4883549Z #80 742.8 [3568/4136] Linking CXX static library test/generator/libalias.runtime.a 2024-08-20T22:00:25.4885164Z #80 742.9 [3569/4136] Linking CXX static library test/generator/libalias_with_offset_42.runtime.a 2024-08-20T22:00:25.5944780Z #80 742.9 [3570/4136] Linking CXX static library test/generator/libalias_Adams2019.runtime.a 2024-08-20T22:00:25.5946387Z #80 743.0 [3571/4136] Linking CXX static library test/generator/libalias_Li2018.runtime.a 2024-08-20T22:00:25.5948419Z #80 743.0 [3572/4136] Linking CXX static library test/generator/libalias_Mullapudi2016.runtime.a 2024-08-20T22:00:25.7683487Z #80 743.1 [3573/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_tiling.dir/Tiling.cpp.o 2024-08-20T22:00:25.7685105Z #80 743.2 [3574/4136] Linking CXX static library test/generator/libargvcall.runtime.a 2024-08-20T22:00:25.9391507Z #80 743.2 [3575/4136] Linking CXX executable test/generator/generator_aot_all_type_names 2024-08-20T22:00:26.1035619Z #80 743.5 [3576/4136] Building CXX object test/generator/CMakeFiles/generator_aot_acquire_release.dir/acquire_release_aottest.cpp.o 2024-08-20T22:00:26.2840160Z #80 743.5 [3577/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_acquire_release.dir/acquire_release_aottest.cpp.o 2024-08-20T22:00:26.3359520Z #80 743.7 [3578/4136] Linking CXX executable test/generator/generator_aot_acquire_release 2024-08-20T22:00:26.4463413Z #80 743.8 [3579/4136] Linking CXX executable test/generator/generator_aotcpp_acquire_release 2024-08-20T22:00:26.4465520Z #80 743.8 [3580/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/Halide_Adams2019.dir/Cache.cpp.o 2024-08-20T22:00:26.5883016Z #80 743.8 [3581/4136] Linking CXX static library test/generator/libasync_parallel.runtime.a 2024-08-20T22:00:26.5884823Z #80 743.9 [3582/4136] Linking CXX static library test/generator/libautograd.runtime.a 2024-08-20T22:00:26.5886564Z #80 744.0 [3583/4136] Linking CXX static library test/generator/libautograd_grad.runtime.a 2024-08-20T22:00:26.7520864Z #80 744.0 [3584/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/Halide_Anderson2021.dir/GPULoopInfo.cpp.o 2024-08-20T22:00:26.7523487Z #80 744.1 [3585/4136] Building CXX object test/generator/CMakeFiles/generator_aot_argvcall.dir/argvcall_aottest.cpp.o 2024-08-20T22:00:26.7525941Z #80 744.1 [3586/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_argvcall.dir/argvcall_aottest.cpp.o 2024-08-20T22:00:26.8884010Z #80 744.2 [3587/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_bounds.dir/GPULoopInfo.cpp.o 2024-08-20T22:00:26.8886097Z #80 744.2 [3588/4136] Linking CXX executable test/generator/generator_aot_argvcall 2024-08-20T22:00:26.8887702Z #80 744.3 [3589/4136] Linking CXX static library test/generator/libabstractgeneratortest.runtime.a 2024-08-20T22:00:27.0155628Z #80 744.3 [3590/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_state.dir/GPULoopInfo.cpp.o 2024-08-20T22:00:27.0158265Z #80 744.4 [3591/4136] Linking CXX executable test/generator/generator_aotcpp_argvcall 2024-08-20T22:00:27.0160590Z #80 744.4 [3592/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_all_type_names.dir/all_type_names_aottest.cpp.o 2024-08-20T22:00:27.1698551Z #80 744.4 [3593/4136] Linking CXX static library test/generator/libbit_operations.runtime.a 2024-08-20T22:00:27.3335373Z #80 744.7 [3594/4136] Linking CXX executable test/generator/generator_aotcpp_all_type_names 2024-08-20T22:00:27.4445174Z #80 744.8 [3595/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_parser.dir/test/parser.cpp.o 2024-08-20T22:00:27.4447236Z #80 744.8 [3596/4136] Linking CXX static library test/generator/libblur2x2.runtime.a 2024-08-20T22:00:27.5982088Z #80 744.9 [3597/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_storage_strides.dir/GPULoopInfo.cpp.o 2024-08-20T22:00:27.5984907Z #80 745.0 [3598/4136] Linking CXX static library test/generator/libbuffer_copy.runtime.a 2024-08-20T22:00:27.6987906Z #80 745.0 [3599/4136] Building CXX object test/generator/CMakeFiles/generator_aot_async_parallel.dir/async_parallel_aottest.cpp.o 2024-08-20T22:00:27.6990515Z #80 745.0 [3600/4136] Building CXX object test/generator/CMakeFiles/generator_aot_autograd.dir/autograd_aottest.cpp.o 2024-08-20T22:00:27.6993278Z #80 745.1 [3601/4136] Building CXX object test/generator/CMakeFiles/generator_aot_abstractgeneratortest.dir/abstractgeneratortest_aottest.cpp.o 2024-08-20T22:00:27.8039028Z #80 745.1 [3602/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_async_parallel.dir/async_parallel_aottest.cpp.o 2024-08-20T22:00:27.8041514Z #80 745.1 [3603/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_autograd.dir/autograd_aottest.cpp.o 2024-08-20T22:00:27.8044190Z #80 745.2 [3604/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_abstractgeneratortest.dir/abstractgeneratortest_aottest.cpp.o 2024-08-20T22:00:27.8047506Z #80 745.2 [3605/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_thread_info.dir/test/thread_info.cpp.o 2024-08-20T22:00:27.8050581Z #80 745.2 [3606/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_thread_info.dir/GPULoopInfo.cpp.o 2024-08-20T22:00:27.8052839Z #80 745.2 [3607/4136] Linking CXX executable test/generator/generator_aot_async_parallel 2024-08-20T22:00:27.9079255Z #80 745.2 [3608/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_state.dir/test/state.cpp.o 2024-08-20T22:00:27.9081550Z #80 745.2 [3609/4136] Linking CXX static library test/generator/libcan_use_target.runtime.a 2024-08-20T22:00:27.9083080Z #80 745.2 [3610/4136] Linking CXX executable test/generator/generator_aot_autograd 2024-08-20T22:00:27.9084712Z #80 745.3 [3611/4136] Linking CXX static library test/generator/libcleanup_on_error.runtime.a 2024-08-20T22:00:27.9086384Z #80 745.3 [3612/4136] Linking CXX executable test/generator/generator_aotcpp_async_parallel 2024-08-20T22:00:27.9088047Z #80 745.3 [3613/4136] Linking CXX executable test/generator/generator_aot_abstractgeneratortest 2024-08-20T22:00:27.9089702Z #80 745.3 [3614/4136] Linking CXX executable test/generator/generator_aotcpp_autograd 2024-08-20T22:00:28.0144241Z #80 745.3 [3615/4136] Building CXX object test/generator/CMakeFiles/generator_aot_bit_operations.dir/bit_operations_aottest.cpp.o 2024-08-20T22:00:28.0146771Z #80 745.3 [3616/4136] Linking CXX executable test/generator/generator_aotcpp_abstractgeneratortest 2024-08-20T22:00:28.0148676Z #80 745.3 [3617/4136] Linking CXX static library test/generator/libconfigure.runtime.a 2024-08-20T22:00:28.0150416Z #80 745.3 [3618/4136] Linking CXX static library test/generator/libcxx_mangling.runtime.a 2024-08-20T22:00:28.0152681Z #80 745.4 [3619/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_tiling.dir/test/tiling.cpp.o 2024-08-20T22:00:28.0155767Z #80 745.4 [3620/4136] Building CXX object test/generator/CMakeFiles/generator_aot_can_use_target.dir/can_use_target_aottest.cpp.o 2024-08-20T22:00:28.0158504Z #80 745.4 [3621/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_bit_operations.dir/bit_operations_aottest.cpp.o 2024-08-20T22:00:28.0161646Z #80 745.4 [3622/4136] Building CXX object test/generator/CMakeFiles/cxx_mangling_define_extern_externs.dir/cxx_mangling_define_extern_externs.cpp.o 2024-08-20T22:00:28.0164514Z #80 745.4 [3623/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_can_use_target.dir/can_use_target_aottest.cpp.o 2024-08-20T22:00:28.1381802Z #80 745.4 [3624/4136] Linking CXX executable test/generator/generator_aot_can_use_target 2024-08-20T22:00:28.1383655Z #80 745.5 [3625/4136] Linking CXX static library test/generator/libcxx_mangling_define_extern_externs.a 2024-08-20T22:00:28.1385747Z #80 745.5 [3626/4136] Linking CXX executable test/generator/generator_aot_bit_operations 2024-08-20T22:00:28.1387399Z #80 745.5 [3627/4136] Linking CXX executable test/generator/generator_aotcpp_can_use_target 2024-08-20T22:00:28.1389242Z #80 745.5 [3628/4136] Linking CXX static library test/generator/libcxx_mangling_define_extern.runtime.a 2024-08-20T22:00:28.1391277Z #80 745.5 [3629/4136] Linking CXX executable test/generator/generator_aotcpp_bit_operations 2024-08-20T22:00:28.2825359Z #80 745.6 [3630/4136] Generating metadata_tester_ucon.h, metadata_tester_ucon.o, metadata_tester_ucon.function_info.h 2024-08-20T22:00:28.2827707Z #80 745.6 [3631/4136] Linking CXX static library test/generator/libdefine_extern_opencl.runtime.a 2024-08-20T22:00:28.2829549Z #80 745.6 [3632/4136] Linking CXX static library test/generator/libembed_image.runtime.a 2024-08-20T22:00:28.2831918Z #80 745.7 [3633/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_define_extern_opencl.dir/define_extern_opencl_aottest.cpp.o 2024-08-20T22:00:28.3832178Z #80 745.7 [3634/4136] Building CXX object test/generator/CMakeFiles/generator_aot_define_extern_opencl.dir/define_extern_opencl_aottest.cpp.o 2024-08-20T22:00:28.3835444Z #80 745.7 [3635/4136] Building CXX object test/generator/CMakeFiles/generator_aot_buffer_copy.dir/buffer_copy_aottest.cpp.o 2024-08-20T22:00:28.3837907Z #80 745.8 [3636/4136] Building CXX object test/generator/CMakeFiles/generator_aot_blur2x2.dir/blur2x2_aottest.cpp.o 2024-08-20T22:00:28.3840102Z #80 745.8 [3637/4136] Linking CXX executable test/generator/generator_aotcpp_define_extern_opencl 2024-08-20T22:00:28.3842303Z #80 745.8 [3638/4136] Linking CXX static library test/generator/liberror_codes.runtime.a 2024-08-20T22:00:28.5214779Z #80 745.8 [3639/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_blur2x2.dir/blur2x2_aottest.cpp.o 2024-08-20T22:00:28.5216823Z #80 745.8 [3640/4136] Linking CXX executable test/generator/generator_aot_define_extern_opencl 2024-08-20T22:00:28.5219035Z #80 745.9 [3641/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_cleanup_on_error.dir/cleanup_on_error_aottest.cpp.o 2024-08-20T22:00:28.5221665Z #80 745.9 [3642/4136] Building CXX object test/generator/CMakeFiles/generator_aot_cleanup_on_error.dir/cleanup_on_error_aottest.cpp.o 2024-08-20T22:00:28.5223714Z #80 745.9 [3643/4136] Linking CXX executable test/generator/generator_aot_blur2x2 2024-08-20T22:00:28.6402087Z #80 745.9 [3644/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_buffer_copy.dir/buffer_copy_aottest.cpp.o 2024-08-20T22:00:28.6404090Z #80 745.9 [3645/4136] Linking CXX executable test/generator/generator_aot_buffer_copy 2024-08-20T22:00:28.6405695Z #80 745.9 [3646/4136] Linking CXX static library test/generator/libexample.runtime.a 2024-08-20T22:00:28.6407590Z #80 746.0 [3647/4136] Building CXX object test/generator/CMakeFiles/generator_aot_error_codes.dir/error_codes_aottest.cpp.o 2024-08-20T22:00:28.6409601Z #80 746.0 [3648/4136] Linking CXX executable test/generator/generator_aotcpp_blur2x2 2024-08-20T22:00:28.6411125Z #80 746.0 [3649/4136] Linking CXX executable test/generator/generator_aotcpp_cleanup_on_error 2024-08-20T22:00:28.6413119Z #80 746.0 [3650/4136] Linking CXX executable test/generator/generator_aot_cleanup_on_error 2024-08-20T22:00:28.7581960Z #80 746.0 [3651/4136] Linking CXX executable test/generator/generator_aot_error_codes 2024-08-20T22:00:28.7583460Z #80 746.1 [3652/4136] Linking CXX static library test/generator/libextern_output.runtime.a 2024-08-20T22:00:28.7584977Z #80 746.1 [3653/4136] Linking CXX executable test/generator/generator_aotcpp_buffer_copy 2024-08-20T22:00:28.7586536Z #80 746.1 [3654/4136] Linking CXX static library test/generator/libfloat16_t.runtime.a 2024-08-20T22:00:28.7588587Z #80 746.1 [3655/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_error_codes.dir/error_codes_aottest.cpp.o 2024-08-20T22:00:28.7591055Z #80 746.1 [3656/4136] Building CXX object test/generator/CMakeFiles/generator_aot_cxx_mangling.dir/cxx_mangling_aottest.cpp.o 2024-08-20T22:00:28.7593658Z #80 746.1 [3657/4136] Linking CXX static library test/generator/libgpu_multi_context_threaded_add.runtime.a 2024-08-20T22:00:28.7596069Z #80 746.2 [3658/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_cxx_mangling.dir/cxx_mangling_aottest.cpp.o 2024-08-20T22:00:28.8598837Z #80 746.2 [3659/4136] Linking CXX static library test/generator/libgpu_multi_context_threaded_mul.runtime.a 2024-08-20T22:00:28.8601726Z #80 746.2 [3660/4136] Building CXX object test/generator/CMakeFiles/generator_aot_cxx_mangling_define_extern.dir/cxx_mangling_define_extern_aottest.cpp.o 2024-08-20T22:00:28.8605090Z #80 746.3 [3661/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_cxx_mangling_define_extern.dir/cxx_mangling_define_extern_aottest.cpp.o 2024-08-20T22:00:28.8607922Z #80 746.3 [3662/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/Halide_Adams2019.dir/DefaultCostModel.cpp.o 2024-08-20T22:00:28.9645933Z #80 746.3 [3663/4136] Linking CXX executable test/generator/generator_aotcpp_error_codes 2024-08-20T22:00:28.9648515Z #80 746.3 [3664/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_function_dag.dir/test_function_dag.cpp.o 2024-08-20T22:00:28.9650398Z #80 746.3 [3665/4136] Linking CXX executable test/generator/generator_aot_cxx_mangling 2024-08-20T22:00:28.9651832Z #80 746.3 [3666/4136] Linking CXX static library test/generator/libgpu_object_lifetime.runtime.a 2024-08-20T22:00:28.9653578Z #80 746.3 [3667/4136] Building CXX object test/generator/CMakeFiles/generator_aot_float16_t.dir/float16_t_aottest.cpp.o 2024-08-20T22:00:28.9655265Z #80 746.4 [3668/4136] Linking CXX executable test/generator/generator_aotcpp_cxx_mangling 2024-08-20T22:00:29.0683536Z #80 746.4 [3669/4136] Linking CXX static library test/generator/libgpu_only.runtime.a 2024-08-20T22:00:29.0685514Z #80 746.4 [3670/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_float16_t.dir/float16_t_aottest.cpp.o 2024-08-20T22:00:29.0687824Z #80 746.4 [3671/4136] Building CXX object test/generator/CMakeFiles/generator_aot_configure.dir/configure_aottest.cpp.o 2024-08-20T22:00:29.0690341Z #80 746.4 [3672/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/adams2019_retrain_cost_model.dir/DefaultCostModel.cpp.o 2024-08-20T22:00:29.0692659Z #80 746.4 [3673/4136] Linking CXX executable test/generator/generator_aot_cxx_mangling_define_extern 2024-08-20T22:00:29.0694710Z #80 746.4 [3674/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_embed_image.dir/embed_image_aottest.cpp.o 2024-08-20T22:00:29.0696931Z #80 746.4 [3675/4136] Linking CXX executable test/generator/generator_aotcpp_cxx_mangling_define_extern 2024-08-20T22:00:29.0698634Z #80 746.4 [3676/4136] Linking CXX executable test/generator/generator_aot_float16_t 2024-08-20T22:00:29.0700594Z #80 746.4 [3677/4136] Building CXX object test/generator/CMakeFiles/generator_aot_embed_image.dir/embed_image_aottest.cpp.o 2024-08-20T22:00:29.0702836Z #80 746.4 [3678/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_configure.dir/configure_aottest.cpp.o 2024-08-20T22:00:29.0704989Z #80 746.4 [3679/4136] Linking CXX executable test/generator/generator_aotcpp_float16_t 2024-08-20T22:00:29.0706498Z #80 746.4 [3680/4136] Linking CXX static library test/generator/libgpu_texture.runtime.a 2024-08-20T22:00:29.0708416Z #80 746.5 [3681/4136] Building CXX object test/autoschedulers/adams2019/CMakeFiles/adams2019_test_apps_autoscheduler.dir/test.cpp.o 2024-08-20T22:00:29.1782247Z #80 746.5 [3682/4136] Linking CXX static library test/generator/libimage_from_array.runtime.a 2024-08-20T22:00:29.1784503Z #80 746.5 [3683/4136] Building CXX object test/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_apps_autoscheduler.dir/test.cpp.o 2024-08-20T22:00:29.1786737Z #80 746.5 [3684/4136] Linking CXX static library test/generator/libmandelbrot.runtime.a 2024-08-20T22:00:29.1788301Z #80 746.6 [3685/4136] Linking CXX executable test/generator/generator_aot_configure 2024-08-20T22:00:29.1790097Z #80 746.6 [3686/4136] Linking CXX executable test/generator/generator_aotcpp_embed_image 2024-08-20T22:00:29.1791647Z #80 746.6 [3687/4136] Linking CXX executable test/generator/generator_aotcpp_configure 2024-08-20T22:00:29.2847741Z #80 746.6 [3688/4136] Linking CXX executable test/generator/generator_aot_embed_image 2024-08-20T22:00:29.2849508Z #80 746.6 [3689/4136] Linking CXX static library test/generator/libmetadata_tester.runtime.a 2024-08-20T22:00:29.2851376Z #80 746.6 [3690/4136] Linking CXX static library test/generator/libmetadata_tester_ucon.runtime.a 2024-08-20T22:00:29.2853654Z #80 746.6 [3691/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/Halide_Adams2019.dir/State.cpp.o 2024-08-20T22:00:29.2855833Z #80 746.6 [3692/4136] Linking CXX static library test/generator/libmemory_profiler_mandelbrot.runtime.a 2024-08-20T22:00:29.2857646Z #80 746.6 [3693/4136] Linking CXX static library test/generator/libmsan.runtime.a 2024-08-20T22:00:29.2859287Z #80 746.6 [3694/4136] Linking CXX static library test/generator/libmetadata_tester_ucon.a 2024-08-20T22:00:29.2861729Z #80 746.6 [3695/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/Halide_Anderson2021.dir/DefaultCostModel.cpp.o 2024-08-20T22:00:29.2864442Z #80 746.6 [3696/4136] Building CXX object test/generator/CMakeFiles/generator_aot_extern_output.dir/extern_output_aottest.cpp.o 2024-08-20T22:00:29.2866987Z #80 746.7 [3697/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_extern_output.dir/extern_output_aottest.cpp.o 2024-08-20T22:00:29.4001181Z #80 746.7 [3698/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_example.dir/example_aottest.cpp.o 2024-08-20T22:00:29.4003545Z #80 746.7 [3699/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_retrain_cost_model.dir/DefaultCostModel.cpp.o 2024-08-20T22:00:29.4005960Z #80 746.8 [3700/4136] Building CXX object test/generator/CMakeFiles/generator_aot_example.dir/example_aottest.cpp.o 2024-08-20T22:00:29.4007806Z #80 746.8 [3701/4136] Linking CXX executable test/generator/generator_aot_extern_output 2024-08-20T22:00:29.5711745Z #80 746.9 [3702/4136] Linking CXX executable test/generator/generator_aotcpp_extern_output 2024-08-20T22:00:29.5713547Z #80 747.0 [3703/4136] Linking CXX executable test/generator/generator_aotcpp_example 2024-08-20T22:00:29.6946861Z #80 747.0 [3704/4136] Linking CXX executable test/generator/generator_aot_example 2024-08-20T22:00:29.6949795Z #80 747.0 [3705/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_bounds.dir/test/bounds.cpp.o 2024-08-20T22:00:29.6953281Z #80 747.0 [3706/4136] Building CXX object test/generator/CMakeFiles/generator_aot_gpu_object_lifetime.dir/gpu_object_lifetime_aottest.cpp.o 2024-08-20T22:00:29.6956464Z #80 747.1 [3707/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_gpu_object_lifetime.dir/gpu_object_lifetime_aottest.cpp.o 2024-08-20T22:00:29.6959428Z #80 747.1 [3708/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_gpu_only.dir/gpu_only_aottest.cpp.o 2024-08-20T22:00:29.6962729Z #80 747.1 [3709/4136] Linking CXX static library test/generator/libpyramid.a 2024-08-20T22:00:29.6964603Z #80 747.1 [3710/4136] Building CXX object test/generator/CMakeFiles/generator_aot_gpu_only.dir/gpu_only_aottest.cpp.o 2024-08-20T22:00:29.8249345Z #80 747.1 [3711/4136] Linking CXX executable test/generator/generator_aotcpp_gpu_object_lifetime 2024-08-20T22:00:29.8251562Z #80 747.1 [3712/4136] Building CXX object test/generator/CMakeFiles/generator_aot_gpu_texture.dir/gpu_texture_aottest.cpp.o 2024-08-20T22:00:29.8254065Z #80 747.1 [3713/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_gpu_texture.dir/gpu_texture_aottest.cpp.o 2024-08-20T22:00:29.8256102Z #80 747.1 [3714/4136] Linking CXX executable test/generator/generator_aotcpp_gpu_only 2024-08-20T22:00:29.8257852Z #80 747.1 [3715/4136] Linking CXX executable test/generator/generator_aot_gpu_object_lifetime 2024-08-20T22:00:29.8260571Z #80 747.1 [3716/4136] Building CXX object test/generator/CMakeFiles/generator_aot_gpu_multi_context_threaded.dir/gpu_multi_context_threaded_aottest.cpp.o 2024-08-20T22:00:29.8262891Z #80 747.2 [3717/4136] Linking CXX executable test/generator/generator_aot_gpu_only 2024-08-20T22:00:29.8264459Z #80 747.2 [3718/4136] Linking CXX executable test/generator/generator_aotcpp_gpu_texture 2024-08-20T22:00:29.8266597Z #80 747.2 [3719/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_mandelbrot.dir/mandelbrot_aottest.cpp.o 2024-08-20T22:00:29.9503071Z #80 747.2 [3720/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_gpu_multi_context_threaded.dir/gpu_multi_context_threaded_aottest.cpp.o 2024-08-20T22:00:29.9506112Z #80 747.3 [3721/4136] Building CXX object test/generator/CMakeFiles/generator_aot_mandelbrot.dir/mandelbrot_aottest.cpp.o 2024-08-20T22:00:29.9508398Z #80 747.3 [3722/4136] Linking CXX executable test/generator/generator_aot_gpu_texture 2024-08-20T22:00:29.9510342Z #80 747.3 [3723/4136] Linking CXX executable test/generator/generator_aot_gpu_multi_context_threaded 2024-08-20T22:00:30.0549395Z #80 747.4 [3724/4136] Linking CXX static library test/generator/libtiled_blur.a 2024-08-20T22:00:30.0551639Z #80 747.4 [3725/4136] Building CXX object test/generator/CMakeFiles/generator_aot_memory_profiler_mandelbrot.dir/memory_profiler_mandelbrot_aottest.cpp.o 2024-08-20T22:00:30.0553909Z #80 747.4 [3726/4136] Linking CXX executable test/generator/generator_aotcpp_mandelbrot 2024-08-20T22:00:30.0555716Z #80 747.4 [3727/4136] Linking CXX executable test/generator/generator_aotcpp_gpu_multi_context_threaded 2024-08-20T22:00:30.0557891Z #80 747.5 [3728/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/Halide_Adams2019.dir/AutoSchedule.cpp.o 2024-08-20T22:00:30.1771803Z #80 747.5 [3729/4136] Linking CXX executable test/generator/generator_aot_mandelbrot 2024-08-20T22:00:30.1773619Z #80 747.6 [3730/4136] Linking CXX executable test/generator/generator_aot_memory_profiler_mandelbrot 2024-08-20T22:00:30.4481892Z #80 747.8 [3731/4136] Building CXX object test/generator/CMakeFiles/generator_aot_msan.dir/msan_aottest.cpp.o 2024-08-20T22:00:30.6377335Z #80 747.9 [3732/4136] Building CXX object test/generator/CMakeFiles/pyramid_cpp.dir/pyramid_cpp.halide_generated.cpp.o 2024-08-20T22:00:30.6379950Z #80 748.0 [3733/4136] Linking CXX static library test/generator/libpyramid_cpp.a 2024-08-20T22:00:30.8167926Z #80 748.0 [3734/4136] Building CXX object test/generator/CMakeFiles/tiled_blur_cpp.dir/tiled_blur_cpp.halide_generated.cpp.o 2024-08-20T22:00:30.8170297Z #80 748.0 [3735/4136] Linking CXX executable test/generator/generator_aot_msan 2024-08-20T22:00:30.8172251Z #80 748.0 [3736/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/Halide_Anderson2021.dir/AutoSchedule.cpp.o 2024-08-20T22:00:30.8174799Z #80 748.1 [3737/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/adams2019_retrain_cost_model.dir/retrain_cost_model.cpp.o 2024-08-20T22:00:30.8177000Z #80 748.1 [3738/4136] Linking CXX static library test/generator/libtiled_blur_cpp.a 2024-08-20T22:00:30.8580300Z #80 748.3 [3739/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_storage_strides.dir/test/storage_strides.cpp.o 2024-08-20T22:00:31.0343059Z #80 748.3 [3740/4136] Linking CXX executable src/autoschedulers/adams2019/adams2019_retrain_cost_model 2024-08-20T22:00:31.0346042Z #80 748.4 [3741/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/Halide_Anderson2021.dir/SearchSpace.cpp.o 2024-08-20T22:00:31.1584414Z #80 748.5 [3742/4136] Generating multitarget.runtime.o 2024-08-20T22:00:31.1585632Z #80 748.5 [3743/4136] Generating nested_externs_inner.runtime.o 2024-08-20T22:00:31.1586811Z #80 748.5 [3744/4136] Generating nested_externs_root.runtime.o 2024-08-20T22:00:31.1588314Z #80 748.5 [3745/4136] Linking CXX static library test/generator/libmultitarget.runtime.a 2024-08-20T22:00:31.1590366Z #80 748.6 [3746/4136] Linking CXX static library test/generator/libnested_externs_root.runtime.a 2024-08-20T22:00:31.2607301Z #80 748.6 [3747/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_image_from_array.dir/image_from_array_aottest.cpp.o 2024-08-20T22:00:31.2610116Z #80 748.6 [3748/4136] Generating nested_externs_combine.runtime.o 2024-08-20T22:00:31.2611499Z #80 748.6 [3749/4136] Generating nested_externs_leaf.runtime.o 2024-08-20T22:00:31.2613390Z #80 748.6 [3750/4136] Linking CXX static library test/generator/libnested_externs_inner.runtime.a 2024-08-20T22:00:31.2615454Z #80 748.6 [3751/4136] Linking CXX static library test/generator/libnested_externs_combine.runtime.a 2024-08-20T22:00:31.2617880Z #80 748.6 [3752/4136] Linking CXX static library test/generator/libnested_externs_leaf.runtime.a 2024-08-20T22:00:31.2619495Z #80 748.7 [3753/4136] Generating opencl_runtime.runtime.o 2024-08-20T22:00:31.3773017Z #80 748.7 [3754/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_retrain_cost_model.dir/retrain_cost_model.cpp.o 2024-08-20T22:00:31.3775909Z #80 748.7 [3755/4136] Generating pyramid.runtime.o 2024-08-20T22:00:31.3777780Z #80 748.7 [3756/4136] Linking CXX static library test/generator/libopencl_runtime.runtime.a 2024-08-20T22:00:31.3780110Z #80 748.8 [3757/4136] Linking CXX executable test/generator/generator_aotcpp_image_from_array 2024-08-20T22:00:31.4905867Z #80 748.8 [3758/4136] Building CXX object test/generator/CMakeFiles/generator_aot_image_from_array.dir/image_from_array_aottest.cpp.o 2024-08-20T22:00:31.4910273Z #80 748.8 [3759/4136] Linking CXX static library test/generator/libpyramid.runtime.a 2024-08-20T22:00:31.4911752Z #80 748.9 [3760/4136] Generating sanitizercoverage.runtime.o 2024-08-20T22:00:31.4912907Z #80 748.9 [3761/4136] Generating string_param.runtime.o 2024-08-20T22:00:31.5910513Z #80 748.9 [3762/4136] Generating output_assign.runtime.o 2024-08-20T22:00:31.5911618Z #80 748.9 [3763/4136] Generating rdom_input.runtime.o 2024-08-20T22:00:31.5912938Z #80 748.9 [3764/4136] Linking CXX static library test/generator/libsanitizercoverage.runtime.a 2024-08-20T22:00:31.5914378Z #80 749.0 [3765/4136] Generating templated.runtime.o 2024-08-20T22:00:31.5915314Z #80 749.0 [3766/4136] Generating tiled_blur.runtime.o 2024-08-20T22:00:31.5916583Z #80 749.0 [3767/4136] Linking CXX static library test/generator/liboutput_assign.runtime.a 2024-08-20T22:00:31.5918374Z #80 749.0 [3768/4136] Linking CXX executable src/autoschedulers/anderson2021/anderson2021_retrain_cost_model 2024-08-20T22:00:31.5920212Z #80 749.0 [3769/4136] Linking CXX static library test/generator/librdom_input.runtime.a 2024-08-20T22:00:31.7181241Z #80 749.0 [3770/4136] Linking CXX executable test/generator/generator_aot_image_from_array 2024-08-20T22:00:31.7183433Z #80 749.0 [3771/4136] Building CXX object test/generator/CMakeFiles/generator_aot_opencl_runtime.dir/opencl_runtime_aottest.cpp.o 2024-08-20T22:00:31.7185630Z #80 749.0 [3772/4136] Linking CXX static library test/generator/libstring_param.runtime.a 2024-08-20T22:00:31.7187744Z #80 749.1 [3773/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_opencl_runtime.dir/opencl_runtime_aottest.cpp.o 2024-08-20T22:00:31.7189651Z #80 749.1 [3774/4136] Generating shuffler.runtime.o 2024-08-20T22:00:31.7190553Z #80 749.1 [3775/4136] Generating user_context.runtime.o 2024-08-20T22:00:31.7191947Z #80 749.1 [3776/4136] Linking CXX executable test/generator/generator_aot_opencl_runtime 2024-08-20T22:00:31.8243398Z #80 749.1 [3777/4136] Linking CXX static library test/generator/libshuffler.runtime.a 2024-08-20T22:00:31.8245003Z #80 749.1 [3778/4136] Generating user_context_insanity.runtime.o 2024-08-20T22:00:31.8246550Z #80 749.1 [3779/4136] Linking CXX executable test/generator/generator_aotcpp_opencl_runtime 2024-08-20T22:00:31.8248792Z #80 749.2 [3780/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/Halide_Anderson2021.dir/State.cpp.o 2024-08-20T22:00:31.8250964Z #80 749.2 [3781/4136] Linking CXX static library test/generator/libtemplated.runtime.a 2024-08-20T22:00:31.8252727Z #80 749.2 [3782/4136] Generating variable_num_threads.runtime.o 2024-08-20T22:00:31.8254190Z #80 749.2 [3783/4136] Linking CXX static library test/generator/libtiled_blur.runtime.a 2024-08-20T22:00:31.8256445Z #80 749.2 [3784/4136] Building CXX object test/generator/CMakeFiles/metadata_tester_ucon_cpp.dir/metadata_tester_ucon_cpp.halide_generated.cpp.o 2024-08-20T22:00:31.9261177Z #80 749.3 [3785/4136] Linking CXX static library test/generator/libuser_context.runtime.a 2024-08-20T22:00:31.9262934Z #80 749.3 [3786/4136] Linking CXX static library test/generator/libmetadata_tester_ucon_cpp.a 2024-08-20T22:00:31.9264807Z #80 749.3 [3787/4136] Generating app_aot_bilateral_grid_Adams2019.runtime.o 2024-08-20T22:00:32.0272097Z #80 749.4 [3788/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_state.dir/State.cpp.o 2024-08-20T22:00:32.0274141Z #80 749.4 [3789/4136] Linking CXX static library test/generator/libuser_context_insanity.runtime.a 2024-08-20T22:00:32.0276020Z #80 749.4 [3790/4136] Building CXX object test/generator/CMakeFiles/generator_aot_nested_externs.dir/nested_externs_aottest.cpp.o 2024-08-20T22:00:32.1385228Z #80 749.5 [3791/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_nested_externs.dir/nested_externs_aottest.cpp.o 2024-08-20T22:00:32.1387065Z #80 749.5 [3792/4136] Generating app_aot_bilateral_grid.runtime.o 2024-08-20T22:00:32.1388723Z #80 749.5 [3793/4136] Building CXX object test/generator/CMakeFiles/generator_aot_output_assign.dir/output_assign_aottest.cpp.o 2024-08-20T22:00:32.2545073Z #80 749.6 [3794/4136] Linking CXX static library test/generator/libvariable_num_threads.runtime.a 2024-08-20T22:00:32.2546842Z #80 749.6 [3795/4136] Linking CXX executable test/generator/generator_aot_nested_externs 2024-08-20T22:00:32.2548851Z #80 749.6 [3796/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_output_assign.dir/output_assign_aottest.cpp.o 2024-08-20T22:00:32.2551238Z #80 749.6 [3797/4136] Building CXX object test/generator/CMakeFiles/generator_aot_rdom_input.dir/rdom_input_aottest.cpp.o 2024-08-20T22:00:32.2553070Z #80 749.6 [3798/4136] Generating app_aot_bilateral_grid_Li2018.runtime.o 2024-08-20T22:00:32.2554927Z #80 749.7 [3799/4136] Building CXX object test/generator/CMakeFiles/generator_aot_multitarget_0.dir/multitarget_aottest.cpp.o 2024-08-20T22:00:32.3647703Z #80 749.7 [3800/4136] Linking CXX executable test/generator/generator_aotcpp_nested_externs 2024-08-20T22:00:32.3649613Z #80 749.7 [3801/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_rdom_input.dir/rdom_input_aottest.cpp.o 2024-08-20T22:00:32.3651773Z #80 749.7 [3802/4136] Linking CXX static library python_bindings/apps/libapp_aot_bilateral_grid_Adams2019.runtime.a 2024-08-20T22:00:32.3653737Z #80 749.7 [3803/4136] Linking CXX static library python_bindings/apps/libapp_aot_bilateral_grid.runtime.a 2024-08-20T22:00:32.3655384Z #80 749.7 [3804/4136] Linking CXX executable test/generator/generator_aot_output_assign 2024-08-20T22:00:32.3657280Z #80 749.7 [3805/4136] Building CXX object test/generator/CMakeFiles/generator_aot_multitarget_1.dir/multitarget_aottest.cpp.o 2024-08-20T22:00:32.3659785Z #80 749.8 [3806/4136] Building CXX object test/generator/CMakeFiles/generator_aot_pyramid.dir/pyramid_aottest.cpp.o 2024-08-20T22:00:32.4757509Z #80 749.8 [3807/4136] Linking CXX executable test/generator/generator_aotcpp_output_assign 2024-08-20T22:00:32.4759164Z #80 749.8 [3808/4136] Linking CXX static library python_bindings/apps/libapp_aot_bilateral_grid_Li2018.runtime.a 2024-08-20T22:00:32.4761045Z #80 749.8 [3809/4136] Linking CXX executable test/generator/generator_aot_rdom_input 2024-08-20T22:00:32.4778234Z #80 749.8 [3810/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_pyramid.dir/pyramid_aottest.cpp.o 2024-08-20T22:00:32.4780512Z #80 749.8 [3811/4136] Building CXX object test/generator/CMakeFiles/generator_aot_sanitizercoverage.dir/sanitizercoverage_aottest.cpp.o 2024-08-20T22:00:32.4782381Z #80 749.8 [3812/4136] Generating app_aot_bilateral_grid_Mullapudi2016.runtime.o 2024-08-20T22:00:32.4783702Z #80 749.8 [3813/4136] Linking CXX executable test/generator/generator_aot_multitarget_0 2024-08-20T22:00:32.4785389Z #80 749.8 [3814/4136] Building CXX object test/generator/CMakeFiles/generator_aot_shuffler.dir/shuffler_aottest.cpp.o 2024-08-20T22:00:32.4786978Z #80 749.8 [3815/4136] Linking CXX executable test/generator/generator_aotcpp_rdom_input 2024-08-20T22:00:32.4788705Z #80 749.8 [3816/4136] Linking CXX static library python_bindings/apps/libapp_aot_bilateral_grid_Mullapudi2016.runtime.a 2024-08-20T22:00:32.4791028Z #80 749.8 [3817/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_storage_strides.dir/State.cpp.o 2024-08-20T22:00:32.4792681Z #80 749.9 [3818/4136] Generating app_aot_interpolate_Mullapudi2016.runtime.o 2024-08-20T22:00:32.5805700Z #80 749.9 [3819/4136] Building CXX object test/generator/CMakeFiles/generator_aot_string_param.dir/string_param_aottest.cpp.o 2024-08-20T22:00:32.5808098Z #80 749.9 [3820/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_shuffler.dir/shuffler_aottest.cpp.o 2024-08-20T22:00:32.5810571Z #80 749.9 [3821/4136] Linking CXX static library python_bindings/apps/libapp_aot_interpolate_Mullapudi2016.runtime.a 2024-08-20T22:00:32.5812697Z #80 749.9 [3822/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_string_param.dir/string_param_aottest.cpp.o 2024-08-20T22:00:32.5814184Z #80 749.9 [3823/4136] Generating app_aot_blur.runtime.o 2024-08-20T22:00:32.5815508Z #80 749.9 [3824/4136] Linking CXX executable test/generator/generator_aot_multitarget_1 2024-08-20T22:00:32.5816970Z #80 749.9 [3825/4136] Linking CXX executable test/generator/generator_aot_pyramid 2024-08-20T22:00:32.5818259Z #80 750.0 [3826/4136] Linking CXX executable test/generator/generator_aotcpp_pyramid 2024-08-20T22:00:32.5819670Z #80 750.0 [3827/4136] Linking CXX static library python_bindings/apps/libapp_aot_blur.runtime.a 2024-08-20T22:00:32.5821022Z #80 750.0 [3828/4136] Generating app_aot_interpolate.runtime.o 2024-08-20T22:00:32.5822675Z #80 750.0 [3829/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_templated.dir/templated_aottest.cpp.o 2024-08-20T22:00:32.5824446Z #80 750.0 [3830/4136] Linking CXX executable test/generator/generator_aot_sanitizercoverage 2024-08-20T22:00:32.6827963Z #80 750.0 [3831/4136] Building CXX object test/generator/CMakeFiles/generator_aot_templated.dir/templated_aottest.cpp.o 2024-08-20T22:00:32.6830257Z #80 750.0 [3832/4136] Linking CXX static library python_bindings/apps/libapp_aot_interpolate.runtime.a 2024-08-20T22:00:32.6832277Z #80 750.0 [3833/4136] Building CXX object test/generator/CMakeFiles/generator_aot_tiled_blur.dir/tiled_blur_aottest.cpp.o 2024-08-20T22:00:32.6834976Z #80 750.0 [3834/4136] Linking CXX static library tutorial/libmy_second_generator_1.a 2024-08-20T22:00:32.6836388Z #80 750.0 [3835/4136] Linking CXX static library tutorial/libmy_first_generator.a 2024-08-20T22:00:32.6837809Z #80 750.0 [3836/4136] Linking CXX executable test/generator/generator_aot_shuffler 2024-08-20T22:00:32.6839512Z #80 750.0 [3837/4136] Linking CXX executable test/generator/generator_aot_string_param 2024-08-20T22:00:32.6841532Z #80 750.0 [3838/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_tiled_blur.dir/tiled_blur_aottest.cpp.o 2024-08-20T22:00:32.6843054Z #80 750.0 [3839/4136] Linking CXX static library tutorial/libmy_second_generator_3.a 2024-08-20T22:00:32.6844286Z #80 750.1 [3840/4136] Linking CXX executable test/generator/generator_aotcpp_shuffler 2024-08-20T22:00:32.6845610Z #80 750.1 [3841/4136] Linking CXX static library tutorial/libmy_second_generator_2.a 2024-08-20T22:00:32.6847272Z #80 750.1 [3842/4136] Building CXX object test/generator/CMakeFiles/generator_aot_user_context.dir/user_context_aottest.cpp.o 2024-08-20T22:00:32.7953514Z #80 750.1 [3843/4136] Linking CXX static library tutorial/libbrighten_planar.a 2024-08-20T22:00:32.7955379Z #80 750.1 [3844/4136] Linking CXX executable test/generator/generator_aotcpp_string_param 2024-08-20T22:00:32.7956929Z #80 750.1 [3845/4136] Linking CXX static library tutorial/libbrighten_interleaved.a 2024-08-20T22:00:32.7958693Z #80 750.1 [3846/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_user_context.dir/user_context_aottest.cpp.o 2024-08-20T22:00:32.7960729Z #80 750.1 [3847/4136] Linking CXX executable test/generator/generator_aotcpp_templated 2024-08-20T22:00:32.7962128Z #80 750.1 [3848/4136] Linking CXX executable test/generator/generator_aot_templated 2024-08-20T22:00:32.7963738Z #80 750.1 [3849/4136] Linking CXX static library tutorial/libbrighten_either.a 2024-08-20T22:00:32.7965136Z #80 750.1 [3850/4136] Linking CXX static library tutorial/libbrighten_specialized.a 2024-08-20T22:00:32.7966639Z #80 750.1 [3851/4136] Linking CXX executable test/generator/generator_aot_tiled_blur 2024-08-20T22:00:32.7968783Z #80 750.1 [3852/4136] Building CXX object test/autoschedulers/li2018/CMakeFiles/li2018_demo_gradient_autoscheduler.dir/__/__/__/tools/RunGenMain.cpp.o 2024-08-20T22:00:32.7971036Z #80 750.2 [3853/4136] Generating app_aot_local_laplacian_Mullapudi2016.runtime.o 2024-08-20T22:00:32.7972409Z #80 750.2 [3854/4136] Generating app_aot_local_laplacian.runtime.o 2024-08-20T22:00:32.9239569Z #80 750.2 [3855/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_user_context_insanity.dir/user_context_insanity_aottest.cpp.o 2024-08-20T22:00:32.9242045Z #80 750.2 [3856/4136] Linking CXX executable test/generator/generator_aotcpp_tiled_blur 2024-08-20T22:00:32.9243777Z #80 750.2 [3857/4136] Linking CXX static library python_bindings/apps/libapp_aot_local_laplacian.runtime.a 2024-08-20T22:00:32.9245869Z #80 750.2 [3858/4136] Building CXX object test/generator/CMakeFiles/generator_aot_variable_num_threads.dir/variable_num_threads_aottest.cpp.o 2024-08-20T22:00:32.9248568Z #80 750.2 [3859/4136] Building CXX object test/generator/CMakeFiles/generator_aot_user_context_insanity.dir/user_context_insanity_aottest.cpp.o 2024-08-20T22:00:32.9251077Z #80 750.2 [3860/4136] Linking CXX static library python_bindings/apps/libapp_aot_local_laplacian_Mullapudi2016.runtime.a 2024-08-20T22:00:32.9252782Z #80 750.2 [3861/4136] Linking CXX executable test/generator/generator_aot_user_context 2024-08-20T22:00:32.9254665Z #80 750.3 [3862/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_variable_num_threads.dir/variable_num_threads_aottest.cpp.o 2024-08-20T22:00:32.9256291Z #80 750.3 [3863/4136] Generating multi_lib_runtime.o 2024-08-20T22:00:33.0804289Z #80 750.3 [3864/4136] Linking CXX executable test/generator/generator_aotcpp_user_context 2024-08-20T22:00:33.0806421Z #80 750.3 [3865/4136] Linking CXX static library python_bindings/test/generators/libmulti_lib_runtime.a 2024-08-20T22:00:33.0808493Z #80 750.3 [3866/4136] Linking CXX executable test/generator/generator_aotcpp_user_context_insanity 2024-08-20T22:00:33.0810442Z #80 750.4 [3867/4136] Linking CXX executable test/generator/generator_aot_variable_num_threads 2024-08-20T22:00:33.0812631Z #80 750.4 [3868/4136] Linking CXX executable test/generator/generator_aot_user_context_insanity 2024-08-20T22:00:33.0814594Z #80 750.4 [3869/4136] Linking CXX executable test/generator/generator_aotcpp_variable_num_threads 2024-08-20T22:00:33.0816237Z #80 750.5 [3870/4136] Generating py_aot_addconstantcpp.runtime.o 2024-08-20T22:00:33.2164539Z #80 750.5 [3871/4136] Linking CXX executable test/autoschedulers/li2018/li2018_demo_gradient_autoscheduler 2024-08-20T22:00:33.2166406Z #80 750.5 [3872/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_addconstantcpp.runtime.a 2024-08-20T22:00:33.2167969Z #80 750.6 [3873/4136] Generating auto_schedule_false.h, auto_schedule_false.o 2024-08-20T22:00:33.4070505Z #80 750.6 [3874/4136] Linking CXX static library tutorial/libauto_schedule_false.a 2024-08-20T22:00:33.4072600Z #80 750.7 [3875/4136] Building CXX object tutorial/CMakeFiles/lesson_10_aot_compilation_run.dir/lesson_10_aot_compilation_run.cpp.o 2024-08-20T22:00:33.4074859Z #80 750.8 [3876/4136] Linking CXX executable tutorial/lesson_10_aot_compilation_run 2024-08-20T22:00:33.6900266Z #80 751.1 [3877/4136] Generating py_aot_bitcpp.runtime.o 2024-08-20T22:00:33.7979877Z #80 751.1 [3878/4136] Generating py_aot_bitpy.runtime.o 2024-08-20T22:00:33.7980767Z #80 751.1 [3879/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_bitcpp.runtime.a 2024-08-20T22:00:33.7981888Z #80 751.1 [3880/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_bitpy.runtime.a 2024-08-20T22:00:33.7983017Z #80 751.2 [3881/4136] Generating py_aot_addconstantpy_with_negative_offset.runtime.o 2024-08-20T22:00:33.7983830Z #80 751.2 [3882/4136] Generating auto_schedule_true.h, auto_schedule_true.o 2024-08-20T22:00:33.7984926Z #80 751.2 [3883/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_addconstantpy_with_negative_offset.runtime.a 2024-08-20T22:00:33.7986043Z #80 751.2 [3884/4136] Linking CXX static library tutorial/libauto_schedule_true.a 2024-08-20T22:00:33.7986776Z #80 751.2 [3885/4136] Generating my_second_generator_1.runtime.o 2024-08-20T22:00:33.7987624Z #80 751.2 [3886/4136] Linking CXX static library tutorial/libmy_second_generator_1.runtime.a 2024-08-20T22:00:33.8995971Z #80 751.2 [3887/4136] Generating metadata_tester.h, metadata_tester-x86-64-linux-no_bounds_query-no_runtime.o, metadata_tester-x86-64-linux-no_runtime.o, metadata_tester_wrapper.o, metadata_tester.function_info.h 2024-08-20T22:00:33.8998933Z #80 751.2 [3888/4136] Linking CXX static library test/generator/libmetadata_tester.a 2024-08-20T22:00:33.9000658Z #80 751.3 [3889/4136] Generating py_aot_addconstantcpp_with_offset_42.runtime.o 2024-08-20T22:00:34.0281929Z #80 751.3 [3890/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_addconstantcpp_with_offset_42.runtime.a 2024-08-20T22:00:34.0282990Z #80 751.3 [3891/4136] Generating py_aot_addconstantpy.runtime.o 2024-08-20T22:00:34.0283928Z #80 751.3 [3892/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_addconstantpy.runtime.a 2024-08-20T22:00:34.0284835Z #80 751.4 [3893/4136] Generating brighten_either.runtime.o 2024-08-20T22:00:34.0285564Z #80 751.4 [3894/4136] Linking CXX static library tutorial/libbrighten_either.runtime.a 2024-08-20T22:00:34.0286663Z #80 751.4 [3895/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/Halide_Adams2019.dir/FunctionDAG.cpp.o 2024-08-20T22:00:34.1303101Z #80 751.5 [3896/4136] Generating py_aot_addconstantcpp_with_negative_offset.runtime.o 2024-08-20T22:00:34.1303974Z #80 751.5 [3897/4136] Generating py_aot_complexcpp.runtime.o 2024-08-20T22:00:34.1304622Z #80 751.5 [3898/4136] Generating my_first_generator.runtime.o 2024-08-20T22:00:34.1305671Z #80 751.5 [3899/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_addconstantcpp_with_negative_offset.runtime.a 2024-08-20T22:00:34.1306983Z #80 751.5 [3900/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_complexcpp.runtime.a 2024-08-20T22:00:34.1308021Z #80 751.5 [3901/4136] Linking CXX static library tutorial/libmy_first_generator.runtime.a 2024-08-20T22:00:34.1309193Z #80 751.5 [3902/4136] Generating py_aot_complexpy.runtime.o 2024-08-20T22:00:34.1310055Z #80 751.5 [3903/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_complexpy.runtime.a 2024-08-20T22:00:34.2572791Z #80 751.5 [3904/4136] Generating py_aot_addconstantpy_with_offset_42.runtime.o 2024-08-20T22:00:34.2573938Z #80 751.6 [3905/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_addconstantpy_with_offset_42.runtime.a 2024-08-20T22:00:34.2574939Z #80 751.6 [3906/4136] Generating py_aot_simplepy.runtime.o 2024-08-20T22:00:34.2575801Z #80 751.6 [3907/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_simplepy.runtime.a 2024-08-20T22:00:34.2576703Z #80 751.7 [3908/4136] Generating brighten_interleaved.runtime.o 2024-08-20T22:00:34.3703200Z #80 751.7 [3909/4136] Generating my_second_generator_3.runtime.o 2024-08-20T22:00:34.3704827Z #80 751.7 [3910/4136] Linking CXX static library tutorial/libmy_second_generator_3.runtime.a 2024-08-20T22:00:34.3706386Z #80 751.7 [3911/4136] Linking CXX static library tutorial/libbrighten_interleaved.runtime.a 2024-08-20T22:00:34.3708404Z #80 751.7 [3912/4136] Building CXX object src/autoschedulers/adams2019/CMakeFiles/Halide_Adams2019.dir/LoopNest.cpp.o 2024-08-20T22:00:34.3710061Z #80 751.7 [3913/4136] Generating auto_schedule_false.runtime.o 2024-08-20T22:00:34.3711189Z #80 751.7 [3914/4136] Linking CXX static library tutorial/libauto_schedule_false.runtime.a 2024-08-20T22:00:34.3712539Z #80 751.7 [3915/4136] Generating my_second_generator_2.runtime.o 2024-08-20T22:00:34.3713802Z #80 751.7 [3916/4136] Linking CXX static library tutorial/libmy_second_generator_2.runtime.a 2024-08-20T22:00:34.3715038Z #80 751.7 [3917/4136] Generating brighten_planar.runtime.o 2024-08-20T22:00:34.3716265Z #80 751.8 [3918/4136] Linking CXX static library tutorial/libbrighten_planar.runtime.a 2024-08-20T22:00:34.3717490Z #80 751.8 [3919/4136] Generating auto_schedule_true.runtime.o 2024-08-20T22:00:34.4778672Z #80 751.8 [3920/4136] Generating brighten_specialized.runtime.o 2024-08-20T22:00:34.4779993Z #80 751.8 [3921/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/Halide_Anderson2021.dir/FunctionDAG.cpp.o 2024-08-20T22:00:34.4781434Z #80 751.8 [3922/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_state.dir/FunctionDAG.cpp.o 2024-08-20T22:00:34.4782600Z #80 751.8 [3923/4136] Linking CXX static library tutorial/libauto_schedule_true.runtime.a 2024-08-20T22:00:34.4783543Z #80 751.8 [3924/4136] Linking CXX static library tutorial/libbrighten_specialized.runtime.a 2024-08-20T22:00:34.4784568Z #80 751.8 [3925/4136] Linking CXX shared module src/autoschedulers/adams2019/libautoschedule_adams2019.so 2024-08-20T22:00:34.4785855Z #80 751.8 [3926/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_bounds.dir/FunctionDAG.cpp.o 2024-08-20T22:00:34.4787337Z #80 751.8 [3927/4136] Generating alias_with_offset_42_cpp.h, alias_with_offset_42_cpp.halide_generated.cpp, alias_with_offset_42_cpp.function_info.h 2024-08-20T22:00:34.4788732Z #80 751.8 [3928/4136] Generating alias_Adams2019_cpp.h, alias_Adams2019_cpp.halide_generated.cpp, alias_Adams2019_cpp.function_info.h 2024-08-20T22:00:34.4790143Z #80 751.8 [3929/4136] Generating alias_Mullapudi2016_cpp.h, alias_Mullapudi2016_cpp.halide_generated.cpp, alias_Mullapudi2016_cpp.function_info.h 2024-08-20T22:00:34.4791500Z #80 751.8 [3930/4136] Generating alias_Li2018_cpp.h, alias_Li2018_cpp.halide_generated.cpp, alias_Li2018_cpp.function_info.h 2024-08-20T22:00:34.4792648Z #80 751.9 [3931/4136] Generating py_aot_user_context.h, py_aot_user_context.o, py_aot_user_context.py.cpp 2024-08-20T22:00:34.4793666Z #80 751.9 [3932/4136] Generating alias_Adams2019.h, alias_Adams2019.o, alias_Adams2019.function_info.h 2024-08-20T22:00:34.4794630Z #80 751.9 [3933/4136] Generating alias_Li2018.h, alias_Li2018.o, alias_Li2018.function_info.h 2024-08-20T22:00:34.4795738Z #80 751.9 [3934/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_user_context.a 2024-08-20T22:00:34.4796705Z #80 751.9 [3935/4136] Linking CXX static library test/generator/libalias_Adams2019.a 2024-08-20T22:00:34.4797527Z #80 751.9 [3936/4136] Linking CXX static library test/generator/libalias_Li2018.a 2024-08-20T22:00:34.4798328Z #80 751.9 [3937/4136] Generating pyext_user_context_module_definition.py.cpp 2024-08-20T22:00:34.6660664Z #80 751.9 [3938/4136] Generating py_aot_bitcpp.h, py_aot_bitcpp.o, py_aot_bitcpp.py.cpp 2024-08-20T22:00:34.6662645Z #80 751.9 [3939/4136] Generating alias_Mullapudi2016.h, alias_Mullapudi2016.o, alias_Mullapudi2016.function_info.h 2024-08-20T22:00:34.6664785Z #80 751.9 [3940/4136] Generating alias_with_offset_42.h, alias_with_offset_42.o, alias_with_offset_42.function_info.h 2024-08-20T22:00:34.6666817Z #80 751.9 [3941/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_bitcpp.a 2024-08-20T22:00:34.6668808Z #80 751.9 [3942/4136] Linking CXX static library test/generator/libalias_Mullapudi2016.a 2024-08-20T22:00:34.6670476Z #80 751.9 [3943/4136] Linking CXX static library test/generator/libalias_with_offset_42.a 2024-08-20T22:00:34.6671929Z #80 751.9 [3944/4136] Generating pyext_bitcpp_module_definition.py.cpp 2024-08-20T22:00:34.6673459Z #80 751.9 [3945/4136] Generating py_aot_simplecpp.h, py_aot_simplecpp.o, py_aot_simplecpp.py.cpp 2024-08-20T22:00:34.6675309Z #80 751.9 [3946/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_simplecpp.a 2024-08-20T22:00:34.6677423Z #80 751.9 [3947/4136] Linking CXX executable test/autoschedulers/adams2019/adams2019_test_apps_autoscheduler 2024-08-20T22:00:34.6679140Z #80 751.9 [3948/4136] Generating pyext_simplecpp_module_definition.py.cpp 2024-08-20T22:00:34.6680683Z #80 751.9 [3949/4136] Generating pyext_multi_method_module_module_definition.py.cpp 2024-08-20T22:00:34.6682650Z #80 752.0 [3950/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_function_dag.dir/FunctionDAG.cpp.o 2024-08-20T22:00:34.6685511Z #80 752.1 [3951/4136] Building CXX object test/generator/CMakeFiles/alias_Adams2019_cpp.dir/alias_Adams2019_cpp.halide_generated.cpp.o 2024-08-20T22:00:34.8009383Z #80 752.1 [3952/4136] Linking CXX static library test/generator/libalias_Adams2019_cpp.a 2024-08-20T22:00:34.8011780Z #80 752.1 [3953/4136] Building CXX object test/generator/CMakeFiles/alias_with_offset_42_cpp.dir/alias_with_offset_42_cpp.halide_generated.cpp.o 2024-08-20T22:00:34.8014736Z #80 752.1 [3954/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_storage_strides.dir/FunctionDAG.cpp.o 2024-08-20T22:00:34.8017734Z #80 752.1 [3955/4136] Building CXX object test/generator/CMakeFiles/alias_Mullapudi2016_cpp.dir/alias_Mullapudi2016_cpp.halide_generated.cpp.o 2024-08-20T22:00:34.8020533Z #80 752.1 [3956/4136] Building CXX object test/generator/CMakeFiles/alias_Li2018_cpp.dir/alias_Li2018_cpp.halide_generated.cpp.o 2024-08-20T22:00:34.8022750Z #80 752.1 [3957/4136] Linking CXX static library test/generator/libalias_with_offset_42_cpp.a 2024-08-20T22:00:34.8024561Z #80 752.2 [3958/4136] Linking CXX static library test/generator/libalias_Mullapudi2016_cpp.a 2024-08-20T22:00:34.8026221Z #80 752.2 [3959/4136] Linking CXX static library test/generator/libalias_Li2018_cpp.a 2024-08-20T22:00:34.8028389Z #80 752.2 [3960/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_user_context.dir/py_aot_user_context.py.cpp.o 2024-08-20T22:00:34.9051446Z #80 752.2 [3961/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_user_context.dir/pyext_user_context_module_definition.py.cpp.o 2024-08-20T22:00:34.9052983Z #80 752.3 [3962/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_bitcpp.dir/py_aot_bitcpp.py.cpp.o 2024-08-20T22:00:34.9054416Z #80 752.3 [3963/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_multi_method_module.dir/py_aot_user_context.py.cpp.o 2024-08-20T22:00:34.9057431Z #80 752.3 [3964/4136] Linking CXX shared module python_bindings/test/generators/user_context.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:34.9058805Z #80 752.3 [3965/4136] Building CXX object test/generator/CMakeFiles/generator_aot_metadata_tester.dir/metadata_tester_aottest.cpp.o 2024-08-20T22:00:35.0087028Z #80 752.3 [3966/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_multi_method_module.dir/py_aot_simplecpp.py.cpp.o 2024-08-20T22:00:35.0088617Z #80 752.3 [3967/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_thread_info.dir/FunctionDAG.cpp.o 2024-08-20T22:00:35.0090110Z #80 752.3 [3968/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_metadata_tester.dir/metadata_tester_aottest.cpp.o 2024-08-20T22:00:35.0091636Z #80 752.4 [3969/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_simplecpp.dir/pyext_simplecpp_module_definition.py.cpp.o 2024-08-20T22:00:35.0093099Z #80 752.4 [3970/4136] Linking CXX executable test/generator/generator_aot_metadata_tester 2024-08-20T22:00:35.0094146Z #80 752.4 [3971/4136] Generating py_aot_addconstantcpp.h, py_aot_addconstantcpp.o, py_aot_addconstantcpp.py.cpp 2024-08-20T22:00:35.0095336Z #80 752.4 [3972/4136] Building CXX object test/generator/CMakeFiles/generator_aotcpp_alias.dir/alias_aottest.cpp.o 2024-08-20T22:00:35.1103383Z #80 752.4 [3973/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_addconstantcpp.a 2024-08-20T22:00:35.1104600Z #80 752.4 [3974/4136] Generating pyext_addconstantcpp_module_definition.py.cpp 2024-08-20T22:00:35.1105748Z #80 752.4 [3975/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_simplecpp.dir/py_aot_simplecpp.py.cpp.o 2024-08-20T22:00:35.1106965Z #80 752.5 [3976/4136] Generating py_aot_complexcpp.h, py_aot_complexcpp.o, py_aot_complexcpp.py.cpp 2024-08-20T22:00:35.1108247Z #80 752.5 [3977/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_bitcpp.dir/pyext_bitcpp_module_definition.py.cpp.o 2024-08-20T22:00:35.1109970Z #80 752.5 [3978/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_multi_method_module.dir/pyext_multi_method_module_module_definition.py.cpp.o 2024-08-20T22:00:35.1111284Z #80 752.5 [3979/4136] Linking CXX executable test/generator/generator_aotcpp_alias 2024-08-20T22:00:35.1112234Z #80 752.5 [3980/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_complexcpp.a 2024-08-20T22:00:35.1113151Z #80 752.5 [3981/4136] Generating pyext_complexcpp_module_definition.py.cpp 2024-08-20T22:00:35.1114469Z #80 752.5 [3982/4136] Linking CXX shared module python_bindings/test/generators/simplecpp.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:35.2188959Z #80 752.5 [3983/4136] Building CXX object tutorial/CMakeFiles/lesson_21_auto_scheduler_run.dir/lesson_21_auto_scheduler_run.cpp.o 2024-08-20T22:00:35.2191884Z #80 752.5 [3984/4136] Linking CXX shared module python_bindings/test/generators/bitcpp.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:35.2194100Z #80 752.5 [3985/4136] Building CXX object test/generator/CMakeFiles/generator_aot_alias.dir/alias_aottest.cpp.o 2024-08-20T22:00:35.2196903Z #80 752.6 [3986/4136] Linking CXX shared module python_bindings/test/generators/multi_method_module.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:35.2199566Z #80 752.6 [3987/4136] Building CXX object test/generator/CMakeFiles/metadata_tester_cpp.dir/metadata_tester_cpp.halide_generated.cpp.o 2024-08-20T22:00:35.2201773Z #80 752.6 [3988/4136] Linking CXX executable tutorial/lesson_21_auto_scheduler_run 2024-08-20T22:00:35.2203289Z #80 752.6 [3989/4136] Linking CXX static library test/generator/libmetadata_tester_cpp.a 2024-08-20T22:00:35.2204838Z #80 752.6 [3990/4136] Linking CXX executable test/generator/generator_aot_alias 2024-08-20T22:00:35.3394380Z #80 752.7 [3991/4136] Linking CXX executable test/generator/generator_aotcpp_metadata_tester 2024-08-20T22:00:35.3396661Z #80 752.7 [3992/4136] Building CXX object tutorial/CMakeFiles/lesson_16_rgb_run.dir/lesson_16_rgb_run.cpp.o 2024-08-20T22:00:35.3399411Z #80 752.7 [3993/4136] Generating py_aot_addconstantcpp_with_negative_offset.h, py_aot_addconstantcpp_with_negative_offset.o, py_aot_addconstantcpp_with_negative_offset.py.cpp 2024-08-20T22:00:35.4490570Z #80 752.8 [3994/4136] Generating py_aot_addconstantcpp_with_offset_42.h, py_aot_addconstantcpp_with_offset_42.o, py_aot_addconstantcpp_with_offset_42.py.cpp 2024-08-20T22:00:35.4493190Z #80 752.8 [3995/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_addconstantcpp_with_negative_offset.a 2024-08-20T22:00:35.4495342Z #80 752.8 [3996/4136] Generating pyext_addconstantcpp_with_negative_offset_module_definition.py.cpp 2024-08-20T22:00:35.4497998Z #80 752.8 [3997/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_addconstantcpp.dir/pyext_addconstantcpp_module_definition.py.cpp.o 2024-08-20T22:00:35.4500911Z #80 752.8 [3998/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_addconstantcpp_with_offset_42.a 2024-08-20T22:00:35.4502791Z #80 752.8 [3999/4136] Linking CXX executable tutorial/lesson_16_rgb_run 2024-08-20T22:00:35.4504361Z #80 752.8 [4000/4136] Generating pyext_addconstantcpp_with_offset_42_module_definition.py.cpp 2024-08-20T22:00:35.4506596Z #80 752.8 [4001/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_addconstantcpp.dir/py_aot_addconstantcpp.py.cpp.o 2024-08-20T22:00:35.4509839Z #80 752.8 [4002/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_complexcpp.dir/pyext_complexcpp_module_definition.py.cpp.o 2024-08-20T22:00:35.4512636Z #80 752.8 [4003/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_complexcpp.dir/py_aot_complexcpp.py.cpp.o 2024-08-20T22:00:35.6645565Z #80 752.9 [4004/4136] Linking CXX shared module python_bindings/test/generators/addconstantcpp.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:35.6648233Z #80 752.9 [4005/4136] Linking CXX shared module python_bindings/test/generators/complexcpp.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:35.7122995Z #80 753.1 [4006/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_addconstantcpp_with_negative_offset.dir/pyext_addconstantcpp_with_negative_offset_module_definition.py.cpp.o 2024-08-20T22:00:35.8267973Z #80 753.1 [4007/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_addconstantcpp_with_offset_42.dir/pyext_addconstantcpp_with_offset_42_module_definition.py.cpp.o 2024-08-20T22:00:35.8271986Z #80 753.2 [4008/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_addconstantcpp_with_negative_offset.dir/py_aot_addconstantcpp_with_negative_offset.py.cpp.o 2024-08-20T22:00:35.8275769Z #80 753.2 [4009/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_addconstantcpp_with_offset_42.dir/py_aot_addconstantcpp_with_offset_42.py.cpp.o 2024-08-20T22:00:35.8279598Z #80 753.2 [4010/4136] Linking CXX shared module python_bindings/test/generators/addconstantcpp_with_negative_offset.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:35.9971461Z #80 753.2 [4011/4136] Linking CXX shared module python_bindings/test/generators/addconstantcpp_with_offset_42.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:00:37.6998880Z #80 755.1 [4012/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_bounds.dir/LoopNest.cpp.o 2024-08-20T22:00:37.8172097Z #80 755.1 [4013/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/Halide_Anderson2021.dir/LoopNest.cpp.o 2024-08-20T22:00:37.8173420Z #80 755.2 [4014/4136] Linking CXX shared module src/autoschedulers/anderson2021/libautoschedule_anderson2021.so 2024-08-20T22:00:37.9204819Z #80 755.3 [4015/4136] Linking CXX executable src/autoschedulers/anderson2021/anderson2021_test_parser 2024-08-20T22:00:37.9205953Z #80 755.3 [4016/4136] Linking CXX executable src/autoschedulers/anderson2021/anderson2021_test_tiling 2024-08-20T22:00:37.9207945Z #80 755.3 [4017/4136] Linking CXX executable src/autoschedulers/anderson2021/anderson2021_test_function_dag 2024-08-20T22:00:37.9209135Z #80 755.3 [4018/4136] Linking CXX executable test/autoschedulers/anderson2021/anderson2021_test_apps_autoscheduler 2024-08-20T22:00:38.0754558Z #80 755.3 [4019/4136] Linking CXX executable src/autoschedulers/anderson2021/anderson2021_test_bounds 2024-08-20T22:00:38.4224454Z #80 755.8 [4020/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_state.dir/LoopNest.cpp.o 2024-08-20T22:00:38.6341982Z #80 755.9 [4021/4136] Generating adams2019_included_schedule_file.h, adams2019_included_schedule_file.o, adams2019_included_schedule_file.registration.cpp 2024-08-20T22:00:38.6343454Z #80 755.9 [4022/4136] Linking CXX static library test/autoschedulers/adams2019/libadams2019_included_schedule_file.a 2024-08-20T22:00:38.6345050Z #80 755.9 [4023/4136] Building CXX object test/autoschedulers/adams2019/CMakeFiles/adams2019_demo_included_schedule_file.dir/adams2019_included_schedule_file.registration.cpp.o 2024-08-20T22:00:38.6346744Z #80 755.9 [4024/4136] Linking CXX executable src/autoschedulers/anderson2021/anderson2021_test_state 2024-08-20T22:00:38.6348018Z #80 756.0 [4025/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_thread_info.dir/LoopNest.cpp.o 2024-08-20T22:00:38.7969274Z #80 756.1 [4026/4136] Generating adams2019_demo.h, adams2019_demo.o, adams2019_demo.registration.cpp 2024-08-20T22:00:38.7970544Z #80 756.1 [4027/4136] Linking CXX static library test/autoschedulers/adams2019/libadams2019_demo.a 2024-08-20T22:00:38.7971964Z #80 756.1 [4028/4136] Building CXX object test/autoschedulers/adams2019/CMakeFiles/adams2019_demo_apps_autoscheduler.dir/adams2019_demo.registration.cpp.o 2024-08-20T22:00:38.7973586Z #80 756.1 [4029/4136] Building CXX object src/autoschedulers/anderson2021/CMakeFiles/anderson2021_test_storage_strides.dir/LoopNest.cpp.o 2024-08-20T22:00:38.7974902Z #80 756.1 [4030/4136] Linking CXX executable src/autoschedulers/anderson2021/anderson2021_test_thread_info 2024-08-20T22:00:38.7976116Z #80 756.2 [4031/4136] Linking CXX executable src/autoschedulers/anderson2021/anderson2021_test_storage_strides 2024-08-20T22:00:39.0154824Z #80 756.2 [4032/4136] Generating anderson2021_demo.h, anderson2021_demo.o, anderson2021_demo.registration.cpp 2024-08-20T22:00:39.0155994Z #80 756.2 [4033/4136] Linking CXX static library test/autoschedulers/anderson2021/libanderson2021_demo.a 2024-08-20T22:00:39.0157467Z #80 756.2 [4034/4136] Building CXX object test/autoschedulers/anderson2021/CMakeFiles/anderson2021_demo_apps_autoscheduler.dir/anderson2021_demo.registration.cpp.o 2024-08-20T22:00:39.0159206Z #80 756.2 [4035/4136] Generating anderson2021_included_schedule_file.h, anderson2021_included_schedule_file.o, anderson2021_included_schedule_file.registration.cpp 2024-08-20T22:00:39.0160790Z #80 756.3 [4036/4136] Linking CXX static library test/autoschedulers/anderson2021/libanderson2021_included_schedule_file.a 2024-08-20T22:00:39.0162501Z #80 756.3 [4037/4136] Building CXX object test/autoschedulers/anderson2021/CMakeFiles/anderson2021_demo_included_schedule_file.dir/anderson2021_included_schedule_file.registration.cpp.o 2024-08-20T22:00:42.7835267Z #80 760.2 [4038/4136] Building CXX object test/autoschedulers/adams2019/CMakeFiles/adams2019_demo_included_schedule_file.dir/__/__/__/tools/RunGenMain.cpp.o 2024-08-20T22:00:42.9335877Z #80 760.3 [4039/4136] Linking CXX executable test/autoschedulers/adams2019/adams2019_demo_included_schedule_file 2024-08-20T22:00:43.1009921Z #80 760.4 [4040/4136] Building CXX object test/autoschedulers/adams2019/CMakeFiles/adams2019_demo_apps_autoscheduler.dir/__/__/__/tools/RunGenMain.cpp.o 2024-08-20T22:00:43.1011681Z #80 760.5 [4041/4136] Building CXX object test/autoschedulers/anderson2021/CMakeFiles/anderson2021_demo_apps_autoscheduler.dir/__/__/__/tools/RunGenMain.cpp.o 2024-08-20T22:00:43.2477287Z #80 760.5 [4042/4136] Linking CXX executable test/autoschedulers/adams2019/adams2019_demo_apps_autoscheduler 2024-08-20T22:00:43.2479100Z #80 760.5 [4043/4136] Building CXX object test/autoschedulers/anderson2021/CMakeFiles/anderson2021_demo_included_schedule_file.dir/__/__/__/tools/RunGenMain.cpp.o 2024-08-20T22:00:43.2480696Z #80 760.6 [4044/4136] Linking CXX executable test/autoschedulers/anderson2021/anderson2021_demo_apps_autoscheduler 2024-08-20T22:00:43.4119544Z #80 760.7 [4045/4136] Linking CXX executable test/autoschedulers/anderson2021/anderson2021_demo_included_schedule_file 2024-08-20T22:01:17.1612578Z #80 794.6 [4046/4136] Linking CXX shared module python_bindings/src/halide/Release/halide/halide_.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:17.1613889Z #80 794.6 lto-wrapper: warning: using serial compilation of 59 LTRANS jobs 2024-08-20T22:01:17.2838299Z #80 794.7 [4047/4136] Generating py_aot_bitpy.h, py_aot_bitpy.o, py_aot_bitpy.py.cpp 2024-08-20T22:01:17.4631435Z #80 794.7 [4048/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_bitpy.a 2024-08-20T22:01:17.4632535Z #80 794.7 [4049/4136] Generating py_aot_simplepy.h, py_aot_simplepy.o, py_aot_simplepy.py.cpp 2024-08-20T22:01:17.4633398Z #80 794.7 [4050/4136] Generating pyext_bitpy_module_definition.py.cpp 2024-08-20T22:01:17.4634605Z #80 794.7 [4051/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_simplepy.a 2024-08-20T22:01:17.4635511Z #80 794.7 [4052/4136] Generating pyext_simplepy_module_definition.py.cpp 2024-08-20T22:01:17.6080398Z #80 795.0 [4053/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_bitpy.dir/py_aot_bitpy.py.cpp.o 2024-08-20T22:01:17.7194954Z #80 795.0 [4054/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_simplepy.dir/py_aot_simplepy.py.cpp.o 2024-08-20T22:01:17.7196521Z #80 795.0 [4055/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_bitpy.dir/pyext_bitpy_module_definition.py.cpp.o 2024-08-20T22:01:17.7198120Z #80 795.0 [4056/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_simplepy.dir/pyext_simplepy_module_definition.py.cpp.o 2024-08-20T22:01:17.7199554Z #80 795.1 [4057/4136] Generating py_aot_complexpy.h, py_aot_complexpy.o, py_aot_complexpy.py.cpp 2024-08-20T22:01:17.7200591Z #80 795.1 [4058/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_complexpy.a 2024-08-20T22:01:17.7201486Z #80 795.1 [4059/4136] Generating pyext_complexpy_module_definition.py.cpp 2024-08-20T22:01:17.7202766Z #80 795.1 [4060/4136] Linking CXX shared module python_bindings/test/generators/bitpy.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:17.7204145Z #80 795.1 [4061/4136] Linking CXX shared module python_bindings/test/generators/simplepy.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:17.7205201Z #80 795.1 [4062/4136] Generating app_aot_blur.h, app_aot_blur.o, app_aot_blur.py.cpp 2024-08-20T22:01:17.9588314Z #80 795.1 [4063/4136] Linking CXX static library python_bindings/apps/libapp_aot_blur.a 2024-08-20T22:01:17.9589835Z #80 795.1 [4064/4136] Generating app_ext_blur_module_definition.py.cpp 2024-08-20T22:01:17.9591558Z #80 795.2 [4065/4136] Generating py_aot_addconstantpy.h, py_aot_addconstantpy.o, py_aot_addconstantpy.py.cpp 2024-08-20T22:01:17.9593947Z #80 795.2 [4066/4136] Generating py_aot_addconstantpy_with_offset_42.h, py_aot_addconstantpy_with_offset_42.o, py_aot_addconstantpy_with_offset_42.py.cpp 2024-08-20T22:01:17.9596958Z #80 795.2 [4067/4136] Generating py_aot_addconstantpy_with_negative_offset.h, py_aot_addconstantpy_with_negative_offset.o, py_aot_addconstantpy_with_negative_offset.py.cpp 2024-08-20T22:01:17.9599655Z #80 795.2 [4068/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_addconstantpy.a 2024-08-20T22:01:17.9601863Z #80 795.2 [4069/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_addconstantpy_with_offset_42.a 2024-08-20T22:01:17.9604275Z #80 795.2 [4070/4136] Linking CXX static library python_bindings/test/generators/libpy_aot_addconstantpy_with_negative_offset.a 2024-08-20T22:01:17.9606696Z #80 795.2 [4071/4136] Generating pyext_addconstantpy_with_offset_42_module_definition.py.cpp 2024-08-20T22:01:17.9608291Z #80 795.2 [4072/4136] Generating pyext_addconstantpy_module_definition.py.cpp 2024-08-20T22:01:17.9609954Z #80 795.2 [4073/4136] Generating pyext_addconstantpy_with_negative_offset_module_definition.py.cpp 2024-08-20T22:01:17.9611910Z #80 795.2 [4074/4136] Generating app_aot_bilateral_grid.h, app_aot_bilateral_grid.o, app_aot_bilateral_grid.py.cpp 2024-08-20T22:01:17.9613875Z #80 795.2 [4075/4136] Linking CXX static library python_bindings/apps/libapp_aot_bilateral_grid.a 2024-08-20T22:01:17.9615541Z #80 795.2 [4076/4136] Generating app_ext_bilateral_grid_module_definition.py.cpp 2024-08-20T22:01:17.9874606Z #80 795.4 [4077/4136] Generating app_aot_bilateral_grid_Li2018.h, app_aot_bilateral_grid_Li2018.o, app_aot_bilateral_grid_Li2018.py.cpp 2024-08-20T22:01:18.1128391Z #80 795.4 [4078/4136] Linking CXX static library python_bindings/apps/libapp_aot_bilateral_grid_Li2018.a 2024-08-20T22:01:18.1129918Z #80 795.4 [4079/4136] Generating app_ext_bilateral_grid_Li2018_module_definition.py.cpp 2024-08-20T22:01:18.1131694Z #80 795.4 [4080/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_complexpy.dir/py_aot_complexpy.py.cpp.o 2024-08-20T22:01:18.1133862Z #80 795.4 [4081/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_blur.dir/app_aot_blur.py.cpp.o 2024-08-20T22:01:18.1135986Z #80 795.5 [4082/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_complexpy.dir/pyext_complexpy_module_definition.py.cpp.o 2024-08-20T22:01:18.1138446Z #80 795.5 [4083/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_blur.dir/app_ext_blur_module_definition.py.cpp.o 2024-08-20T22:01:18.1141015Z #80 795.5 [4084/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_addconstantpy_with_offset_42.dir/pyext_addconstantpy_with_offset_42_module_definition.py.cpp.o 2024-08-20T22:01:18.2311586Z #80 795.5 [4085/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_addconstantpy.dir/pyext_addconstantpy_module_definition.py.cpp.o 2024-08-20T22:01:18.2315478Z #80 795.5 [4086/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_addconstantpy_with_negative_offset.dir/pyext_addconstantpy_with_negative_offset_module_definition.py.cpp.o 2024-08-20T22:01:18.2318877Z #80 795.5 [4087/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_bilateral_grid.dir/app_aot_bilateral_grid.py.cpp.o 2024-08-20T22:01:18.2321980Z #80 795.5 [4088/4136] Linking CXX shared module python_bindings/test/generators/complexpy.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:18.2324468Z #80 795.5 [4089/4136] Linking CXX shared module python_bindings/apps/blur.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:18.2326927Z #80 795.5 [4090/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_bilateral_grid.dir/app_ext_bilateral_grid_module_definition.py.cpp.o 2024-08-20T22:01:18.2329829Z #80 795.6 [4091/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_addconstantpy.dir/py_aot_addconstantpy.py.cpp.o 2024-08-20T22:01:18.2332977Z #80 795.6 [4092/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_addconstantpy_with_offset_42.dir/py_aot_addconstantpy_with_offset_42.py.cpp.o 2024-08-20T22:01:18.2336793Z #80 795.6 [4093/4136] Building CXX object python_bindings/test/generators/CMakeFiles/pyext_addconstantpy_with_negative_offset.dir/py_aot_addconstantpy_with_negative_offset.py.cpp.o 2024-08-20T22:01:18.2340056Z #80 795.6 [4094/4136] Linking CXX shared module python_bindings/apps/bilateral_grid.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:18.2342722Z #80 795.6 [4095/4136] Linking CXX shared module python_bindings/test/generators/addconstantpy.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:18.3388093Z #80 795.6 [4096/4136] Linking CXX shared module python_bindings/test/generators/addconstantpy_with_negative_offset.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:18.3391506Z #80 795.6 [4097/4136] Linking CXX shared module python_bindings/test/generators/addconstantpy_with_offset_42.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:18.3394416Z #80 795.7 [4098/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_bilateral_grid_Li2018.dir/app_aot_bilateral_grid_Li2018.py.cpp.o 2024-08-20T22:01:18.3397492Z #80 795.7 [4099/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_bilateral_grid_Li2018.dir/app_ext_bilateral_grid_Li2018_module_definition.py.cpp.o 2024-08-20T22:01:18.5465785Z #80 795.8 [4100/4136] Linking CXX shared module python_bindings/apps/bilateral_grid_Li2018.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:19.0287897Z #80 796.4 [4101/4136] Generating app_aot_bilateral_grid_Mullapudi2016.h, app_aot_bilateral_grid_Mullapudi2016.o, app_aot_bilateral_grid_Mullapudi2016.py.cpp 2024-08-20T22:01:19.1943013Z #80 796.4 [4102/4136] Linking CXX static library python_bindings/apps/libapp_aot_bilateral_grid_Mullapudi2016.a 2024-08-20T22:01:19.1945327Z #80 796.4 [4103/4136] Generating app_ext_bilateral_grid_Mullapudi2016_module_definition.py.cpp 2024-08-20T22:01:19.3564687Z #80 796.8 [4104/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_bilateral_grid_Mullapudi2016.dir/app_aot_bilateral_grid_Mullapudi2016.py.cpp.o 2024-08-20T22:01:19.5837250Z #80 796.8 [4105/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_bilateral_grid_Mullapudi2016.dir/app_ext_bilateral_grid_Mullapudi2016_module_definition.py.cpp.o 2024-08-20T22:01:19.5841183Z #80 796.8 [4106/4136] Linking CXX shared module python_bindings/apps/bilateral_grid_Mullapudi2016.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:19.6764048Z #80 797.1 [4107/4136] Generating app_aot_interpolate.h, app_aot_interpolate.o, app_aot_interpolate.py.cpp 2024-08-20T22:01:19.8418863Z #80 797.1 [4108/4136] Linking CXX static library python_bindings/apps/libapp_aot_interpolate.a 2024-08-20T22:01:19.8420428Z #80 797.1 [4109/4136] Generating app_ext_interpolate_module_definition.py.cpp 2024-08-20T22:01:19.9954551Z #80 797.4 [4110/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_interpolate.dir/app_aot_interpolate.py.cpp.o 2024-08-20T22:01:20.2348237Z #80 797.4 [4111/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_interpolate.dir/app_ext_interpolate_module_definition.py.cpp.o 2024-08-20T22:01:20.2350024Z #80 797.5 [4112/4136] Linking CXX shared module python_bindings/apps/interpolate.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:20.3397557Z #80 797.7 [4113/4136] Generating app_aot_local_laplacian.h, app_aot_local_laplacian.o, app_aot_local_laplacian.py.cpp 2024-08-20T22:01:20.4542979Z #80 797.7 [4114/4136] Linking CXX static library python_bindings/apps/libapp_aot_local_laplacian.a 2024-08-20T22:01:20.4543934Z #80 797.8 [4115/4136] Generating app_ext_local_laplacian_module_definition.py.cpp 2024-08-20T22:01:20.4545107Z #80 797.9 [4116/4136] Generating app_aot_interpolate_Mullapudi2016.h, app_aot_interpolate_Mullapudi2016.o, app_aot_interpolate_Mullapudi2016.py.cpp 2024-08-20T22:01:20.6208810Z #80 797.9 [4117/4136] Linking CXX static library python_bindings/apps/libapp_aot_interpolate_Mullapudi2016.a 2024-08-20T22:01:20.6209947Z #80 797.9 [4118/4136] Generating app_ext_interpolate_Mullapudi2016_module_definition.py.cpp 2024-08-20T22:01:20.6697512Z #80 798.1 [4119/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_local_laplacian.dir/app_aot_local_laplacian.py.cpp.o 2024-08-20T22:01:20.7772586Z #80 798.1 [4120/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_local_laplacian.dir/app_ext_local_laplacian_module_definition.py.cpp.o 2024-08-20T22:01:20.7774420Z #80 798.1 [4121/4136] Linking CXX shared module python_bindings/apps/local_laplacian.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:20.7775840Z #80 798.2 [4122/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_interpolate_Mullapudi2016.dir/app_aot_interpolate_Mullapudi2016.py.cpp.o 2024-08-20T22:01:21.0029772Z #80 798.2 [4123/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_interpolate_Mullapudi2016.dir/app_ext_interpolate_Mullapudi2016_module_definition.py.cpp.o 2024-08-20T22:01:21.0032119Z #80 798.2 [4124/4136] Linking CXX shared module python_bindings/apps/interpolate_Mullapudi2016.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:23.0988142Z #80 800.5 [4125/4136] Generating app_aot_local_laplacian_Mullapudi2016.h, app_aot_local_laplacian_Mullapudi2016.o, app_aot_local_laplacian_Mullapudi2016.py.cpp 2024-08-20T22:01:23.2649842Z #80 800.5 [4126/4136] Linking CXX static library python_bindings/apps/libapp_aot_local_laplacian_Mullapudi2016.a 2024-08-20T22:01:23.2650966Z #80 800.5 [4127/4136] Generating app_ext_local_laplacian_Mullapudi2016_module_definition.py.cpp 2024-08-20T22:01:23.4172513Z #80 800.8 [4128/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_local_laplacian_Mullapudi2016.dir/app_aot_local_laplacian_Mullapudi2016.py.cpp.o 2024-08-20T22:01:23.6391496Z #80 800.8 [4129/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_local_laplacian_Mullapudi2016.dir/app_ext_local_laplacian_Mullapudi2016_module_definition.py.cpp.o 2024-08-20T22:01:23.6393612Z #80 800.9 [4130/4136] Linking CXX shared module python_bindings/apps/local_laplacian_Mullapudi2016.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:29.7724959Z #80 807.2 [4131/4136] Generating app_aot_bilateral_grid_Adams2019.h, app_aot_bilateral_grid_Adams2019.o, app_aot_bilateral_grid_Adams2019.py.cpp 2024-08-20T22:01:29.9384755Z #80 807.2 [4132/4136] Linking CXX static library python_bindings/apps/libapp_aot_bilateral_grid_Adams2019.a 2024-08-20T22:01:29.9386085Z #80 807.2 [4133/4136] Generating app_ext_bilateral_grid_Adams2019_module_definition.py.cpp 2024-08-20T22:01:30.0732354Z #80 807.5 [4134/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_bilateral_grid_Adams2019.dir/app_aot_bilateral_grid_Adams2019.py.cpp.o 2024-08-20T22:01:30.2785152Z #80 807.5 [4135/4136] Building CXX object python_bindings/apps/CMakeFiles/app_ext_bilateral_grid_Adams2019.dir/app_ext_bilateral_grid_Adams2019_module_definition.py.cpp.o 2024-08-20T22:01:30.2787285Z #80 807.5 [4136/4136] Linking CXX shared module python_bindings/apps/bilateral_grid_Adams2019.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:30.2788334Z #80 807.6 + test -e /opt/conda/envs/py_3.12/lib/python3 2024-08-20T22:01:30.2788993Z #80 807.6 + ln -s python3.12 /opt/conda/envs/py_3.12/lib/python3 2024-08-20T22:01:30.2789719Z #80 807.6 + cmake --install build --prefix /opt/conda/envs/py_3.12 2024-08-20T22:01:30.2790351Z #80 807.7 -- Install configuration: "Release" 2024-08-20T22:01:30.4856816Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/python3/site-packages/halide 2024-08-20T22:01:30.4860510Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/python3/site-packages/halide/__init__.py 2024-08-20T22:01:30.4861862Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/python3/site-packages/halide/_generator_helpers.py 2024-08-20T22:01:30.4862990Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/python3/site-packages/halide/imageio.py 2024-08-20T22:01:30.4864249Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/python3/site-packages/halide/halide_.cpython-312-x86_64-linux-gnu.so 2024-08-20T22:01:30.4866076Z #80 807.7 -- Set non-toolchain portion of runtime path of "/opt/conda/envs/py_3.12/lib/python3/site-packages/halide/halide_.cpython-312-x86_64-linux-gnu.so" to "$ORIGIN/../../../" 2024-08-20T22:01:30.4867755Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/libHalidePyStubs.a 2024-08-20T22:01:30.4868649Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python 2024-08-20T22:01:30.4869770Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_01_basics.py 2024-08-20T22:01:30.4871026Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_02_input_image.py 2024-08-20T22:01:30.4872339Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_03_debugging_1.py 2024-08-20T22:01:30.4874324Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_04_debugging_2.py 2024-08-20T22:01:30.4875790Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_06_realizing_over_shifted_domains.py 2024-08-20T22:01:30.4877496Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_07_multi_stage_pipelines.py 2024-08-20T22:01:30.4878846Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_08_scheduling_2.py 2024-08-20T22:01:30.4880322Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_09_update_definitions.py 2024-08-20T22:01:30.4881970Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_10_aot_compilation_generate.py 2024-08-20T22:01:30.4883661Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_11_cross_compilation.py 2024-08-20T22:01:30.4885004Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_12_using_the_gpu.py 2024-08-20T22:01:30.4886312Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_13_tuples.py 2024-08-20T22:01:30.4887528Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_14_types.py 2024-08-20T22:01:30.4889044Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_05_scheduling_1.py 2024-08-20T22:01:30.4890395Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide_Python/tutorial-python/lesson_10_aot_compilation_run.py 2024-08-20T22:01:30.4891619Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/libHalide.so.18.0.0 2024-08-20T22:01:30.4892369Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/libHalide.so.18 2024-08-20T22:01:30.4893349Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/libHalide.so 2024-08-20T22:01:30.4894194Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/libautoschedule_adams2019.so 2024-08-20T22:01:30.4895374Z #80 807.7 -- Set non-toolchain portion of runtime path of "/opt/conda/envs/py_3.12/lib/libautoschedule_adams2019.so" to "" 2024-08-20T22:01:30.4896446Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/libautoschedule_li2018.so 2024-08-20T22:01:30.4897746Z #80 807.7 -- Set non-toolchain portion of runtime path of "/opt/conda/envs/py_3.12/lib/libautoschedule_li2018.so" to "" 2024-08-20T22:01:30.4898842Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/libautoschedule_mullapudi2016.so 2024-08-20T22:01:30.4900072Z #80 807.7 -- Set non-toolchain portion of runtime path of "/opt/conda/envs/py_3.12/lib/libautoschedule_mullapudi2016.so" to "" 2024-08-20T22:01:30.4901225Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/libautoschedule_anderson2021.so 2024-08-20T22:01:30.4902590Z #80 807.7 -- Set non-toolchain portion of runtime path of "/opt/conda/envs/py_3.12/lib/libautoschedule_anderson2021.so" to "" 2024-08-20T22:01:30.4903566Z #80 807.7 -- Up-to-date: /opt/conda/envs/py_3.12/include 2024-08-20T22:01:30.4904297Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalideBuffer.h 2024-08-20T22:01:30.4905143Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalidePyTorchCudaHelpers.h 2024-08-20T22:01:30.4906027Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalidePyTorchHelpers.h 2024-08-20T22:01:30.4906841Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalideRuntime.h 2024-08-20T22:01:30.4907677Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalideRuntimeCuda.h 2024-08-20T22:01:30.4908544Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalideRuntimeD3D12Compute.h 2024-08-20T22:01:30.4909670Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalideRuntimeHexagonDma.h 2024-08-20T22:01:30.4910584Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalideRuntimeHexagonHost.h 2024-08-20T22:01:30.4911550Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalideRuntimeMetal.h 2024-08-20T22:01:30.4912381Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalideRuntimeOpenCL.h 2024-08-20T22:01:30.4913423Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalideRuntimeQurt.h 2024-08-20T22:01:30.4914252Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalideRuntimeVulkan.h 2024-08-20T22:01:30.4915266Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/HalideRuntimeWebGPU.h 2024-08-20T22:01:30.4916206Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/include/Halide.h 2024-08-20T22:01:30.4917053Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/bin/adams2019_retrain_cost_model 2024-08-20T22:01:30.4918325Z #80 807.7 -- Set non-toolchain portion of runtime path of "/opt/conda/envs/py_3.12/bin/adams2019_retrain_cost_model" to "$ORIGIN:$ORIGIN/../lib" 2024-08-20T22:01:30.4919962Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/bin/adams2019_weightsdir_to_weightsfile 2024-08-20T22:01:30.4921404Z #80 807.7 -- Set non-toolchain portion of runtime path of "/opt/conda/envs/py_3.12/bin/adams2019_weightsdir_to_weightsfile" to "$ORIGIN:$ORIGIN/../lib" 2024-08-20T22:01:30.4922700Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/bin/anderson2021_retrain_cost_model 2024-08-20T22:01:30.4924013Z #80 807.7 -- Set non-toolchain portion of runtime path of "/opt/conda/envs/py_3.12/bin/anderson2021_retrain_cost_model" to "$ORIGIN:$ORIGIN/../lib" 2024-08-20T22:01:30.4925596Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/bin/anderson2021_weightsdir_to_weightsfile 2024-08-20T22:01:30.4927010Z #80 807.7 -- Set non-toolchain portion of runtime path of "/opt/conda/envs/py_3.12/bin/anderson2021_weightsdir_to_weightsfile" to "$ORIGIN:$ORIGIN/../lib" 2024-08-20T22:01:30.4928317Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/bin/featurization_to_sample 2024-08-20T22:01:30.4929747Z #80 807.7 -- Set non-toolchain portion of runtime path of "/opt/conda/envs/py_3.12/bin/featurization_to_sample" to "$ORIGIN:$ORIGIN/../lib" 2024-08-20T22:01:30.4930935Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/bin/get_host_target 2024-08-20T22:01:30.4932216Z #80 807.7 -- Set non-toolchain portion of runtime path of "/opt/conda/envs/py_3.12/bin/get_host_target" to "$ORIGIN:$ORIGIN/../lib" 2024-08-20T22:01:30.4933338Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/README_cmake.md 2024-08-20T22:01:30.4934508Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/README.md 2024-08-20T22:01:30.4935629Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/README_python.md 2024-08-20T22:01:30.4936545Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/README_rungen.md 2024-08-20T22:01:30.4937512Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/README_webassembly.md 2024-08-20T22:01:30.4938418Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/LICENSE.txt 2024-08-20T22:01:30.4939401Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools 2024-08-20T22:01:30.4940155Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/GenGen.cpp 2024-08-20T22:01:30.4940918Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/RunGen.h 2024-08-20T22:01:30.4941703Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/RunGenMain.cpp 2024-08-20T22:01:30.4942537Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/halide_benchmark.h 2024-08-20T22:01:30.4943574Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/halide_image.h 2024-08-20T22:01:30.4944474Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/halide_image_info.h 2024-08-20T22:01:30.4945322Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/halide_image_io.h 2024-08-20T22:01:30.4946196Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/halide_malloc_trace.h 2024-08-20T22:01:30.4947180Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/halide_thread_pool.h 2024-08-20T22:01:30.4948172Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/halide_trace_config.h 2024-08-20T22:01:30.4949021Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/regexp_replace.cpp 2024-08-20T22:01:30.4950129Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/adams2019_autotune_loop.sh 2024-08-20T22:01:30.4951301Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/tools/anderson2021_autotune_loop.sh 2024-08-20T22:01:30.4952171Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial 2024-08-20T22:01:30.4953009Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/clock.h 2024-08-20T22:01:30.4953880Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures 2024-08-20T22:01:30.4954936Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_02_input.jpg 2024-08-20T22:01:30.4956343Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_02_output.jpg 2024-08-20T22:01:30.4957530Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_05_col_major.gif 2024-08-20T22:01:30.4958878Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_05_fast.mp4 2024-08-20T22:01:30.4960422Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_05_parallel_tiles.gif 2024-08-20T22:01:30.4961691Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_05_row_major.gif 2024-08-20T22:01:30.4963202Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_05_split_7_by_3.gif 2024-08-20T22:01:30.4964484Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_05_tiled.gif 2024-08-20T22:01:30.4965661Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_05_vectors.gif 2024-08-20T22:01:30.4967098Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_08_compute_root.gif 2024-08-20T22:01:30.4968406Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_08_compute_y.gif 2024-08-20T22:01:30.4969633Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_08_mixed.mp4 2024-08-20T22:01:30.4970914Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_08_store_root_compute_x.gif 2024-08-20T22:01:30.4972334Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_08_store_root_compute_y.gif 2024-08-20T22:01:30.4973830Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_08_tile.gif 2024-08-20T22:01:30.4975142Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_09_compute_at_multiple_updates.mp4 2024-08-20T22:01:30.4976763Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_09_compute_at_pure.gif 2024-08-20T22:01:30.4978161Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_09_compute_at_pure_and_update.gif 2024-08-20T22:01:30.4979740Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_09_compute_at_rvar.gif 2024-08-20T22:01:30.4981107Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_09_compute_at_update.gif 2024-08-20T22:01:30.4982600Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_09_inline_reduction.gif 2024-08-20T22:01:30.4983939Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_09_update.gif 2024-08-20T22:01:30.4985104Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_09_update_rdom.mp4 2024-08-20T22:01:30.4986294Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_09_update_schedule.mp4 2024-08-20T22:01:30.4987620Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_17_rdom_calls_in_predicate.mp4 2024-08-20T22:01:30.4989065Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_17_rdom_circular.mp4 2024-08-20T22:01:30.4990298Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_17_rdom_triangular.mp4 2024-08-20T22:01:30.4991512Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_18_hist_manual_par.mp4 2024-08-20T22:01:30.4992733Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_18_hist_rfactor_par.mp4 2024-08-20T22:01:30.4993943Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_18_hist_rfactor_tile.mp4 2024-08-20T22:01:30.4995167Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_18_hist_rfactor_vec.mp4 2024-08-20T22:01:30.4996670Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_18_hist_serial.mp4 2024-08-20T22:01:30.4997855Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_19_group_updates.mp4 2024-08-20T22:01:30.4999007Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_19_transpose.mp4 2024-08-20T22:01:30.5000742Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_19_wrapper_global.mp4 2024-08-20T22:01:30.5002088Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_19_wrapper_local.mp4 2024-08-20T22:01:30.5003388Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_19_wrapper_unique.mp4 2024-08-20T22:01:30.5004725Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/figures/lesson_19_wrapper_vary_schedule.mp4 2024-08-20T22:01:30.5006125Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/images 2024-08-20T22:01:30.5007114Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/images/gray.png 2024-08-20T22:01:30.5008094Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/images/rgb.png 2024-08-20T22:01:30.5009330Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_01_basics.cpp 2024-08-20T22:01:30.5010485Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_02_input_image.cpp 2024-08-20T22:01:30.5011726Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_03_debugging_1.cpp 2024-08-20T22:01:30.5012766Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_04_debugging_2.cpp 2024-08-20T22:01:30.5013820Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_05_scheduling_1.cpp 2024-08-20T22:01:30.5015001Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_06_realizing_over_shifted_domains.cpp 2024-08-20T22:01:30.5016668Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_07_multi_stage_pipelines.cpp 2024-08-20T22:01:30.5018050Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_08_scheduling_2.cpp 2024-08-20T22:01:30.5019216Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_09_update_definitions.cpp 2024-08-20T22:01:30.5020502Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_10_aot_compilation_generate.cpp 2024-08-20T22:01:30.5021733Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_10_aot_compilation_run.cpp 2024-08-20T22:01:30.5022929Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_11_cross_compilation.cpp 2024-08-20T22:01:30.5024092Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_12_using_the_gpu.cpp 2024-08-20T22:01:30.5025206Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_13_tuples.cpp 2024-08-20T22:01:30.5026279Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_14_types.cpp 2024-08-20T22:01:30.5027861Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_15_generators.cpp 2024-08-20T22:01:30.5028922Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_16_rgb_generate.cpp 2024-08-20T22:01:30.5029933Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_16_rgb_run.cpp 2024-08-20T22:01:30.5031024Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_17_predicated_rdom.cpp 2024-08-20T22:01:30.5032234Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_18_parallel_associative_reductions.cpp 2024-08-20T22:01:30.5033443Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_19_wrapper_funcs.cpp 2024-08-20T22:01:30.5035464Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_20_cloning_funcs.cpp 2024-08-20T22:01:30.5036717Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_21_auto_scheduler_generate.cpp 2024-08-20T22:01:30.5037976Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_21_auto_scheduler_run.cpp 2024-08-20T22:01:30.5039406Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_22_jit_performance.cpp 2024-08-20T22:01:30.5040751Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_23_serialization.cpp 2024-08-20T22:01:30.5041868Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_24_async.cpp 2024-08-20T22:01:30.5043151Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/share/doc/Halide/tutorial/lesson_15_generators_usage.sh 2024-08-20T22:01:30.5044287Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/cmake/Halide/Halide-shared-targets.cmake 2024-08-20T22:01:30.5045472Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/cmake/Halide/Halide-shared-targets-release.cmake 2024-08-20T22:01:30.5046758Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/cmake/HalideHelpers/Halide-Interfaces.cmake 2024-08-20T22:01:30.5047938Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/cmake/HalideHelpers/Halide-Interfaces-release.cmake 2024-08-20T22:01:30.5049016Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/cmake/Halide/HalideConfig.cmake 2024-08-20T22:01:30.5050012Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/cmake/Halide/HalideConfigVersion.cmake 2024-08-20T22:01:30.5051145Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/cmake/HalideHelpers/HalideHelpersConfig.cmake 2024-08-20T22:01:30.5052618Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/cmake/HalideHelpers/HalideHelpersConfigVersion.cmake 2024-08-20T22:01:30.5053769Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/cmake/HalideHelpers/HalideGeneratorHelpers.cmake 2024-08-20T22:01:30.5054943Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/cmake/HalideHelpers/FindHalide_WebGPU.cmake 2024-08-20T22:01:30.5056005Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/cmake/HalideHelpers/HalideTargetHelpers.cmake 2024-08-20T22:01:30.5057063Z #80 807.7 -- Installing: /opt/conda/envs/py_3.12/lib/cmake/HalideHelpers/TargetExportScript.cmake 2024-08-20T22:01:30.5057856Z #80 807.7 + chown -R jenkins /opt/conda/envs/py_3.12 2024-08-20T22:02:00.3204939Z #80 837.7 / 2024-08-20T22:02:00.3205280Z #80 837.7 + popd 2024-08-20T22:02:00.3206502Z #80 837.7 + rm -rf Halide llvm-build llvm-project llvm-install 2024-08-20T22:02:03.7223067Z #80 841.1 + python -c 'import halide' 2024-08-20T22:02:04.4483132Z #80 DONE 841.8s 2024-08-20T22:02:04.6017364Z 2024-08-20T22:02:04.6018386Z #81 [stage-0 75/92] RUN rm install_halide.sh common_utils.sh halide.txt 2024-08-20T22:02:05.2366820Z #81 DONE 0.8s 2024-08-20T22:02:05.4619214Z 2024-08-20T22:02:05.4620368Z #82 [stage-0 76/92] COPY ./common/install_onnx.sh ./common/common_utils.sh ./ 2024-08-20T22:02:05.4620989Z #82 DONE 0.1s 2024-08-20T22:02:05.4624409Z 2024-08-20T22:02:05.4625142Z #83 [stage-0 77/92] RUN if [ -n "" ]; then bash ./install_onnx.sh; fi 2024-08-20T22:02:06.1062160Z #83 DONE 0.8s 2024-08-20T22:02:06.2593454Z 2024-08-20T22:02:06.2594212Z #84 [stage-0 78/92] RUN rm install_onnx.sh common_utils.sh 2024-08-20T22:02:06.7742749Z #84 DONE 0.7s 2024-08-20T22:02:06.9676932Z 2024-08-20T22:02:06.9678621Z #85 [stage-0 79/92] COPY ./common/install_acl.sh install_acl.sh 2024-08-20T22:02:06.9679499Z #85 DONE 0.0s 2024-08-20T22:02:06.9679770Z 2024-08-20T22:02:06.9680522Z #86 [stage-0 80/92] RUN if [ -n "" ]; then bash ./install_acl.sh; fi 2024-08-20T22:02:07.4084547Z #86 DONE 0.6s 2024-08-20T22:02:07.5612315Z 2024-08-20T22:02:07.5614467Z #87 [stage-0 81/92] RUN rm install_acl.sh 2024-08-20T22:02:08.0777971Z #87 DONE 0.7s 2024-08-20T22:02:08.2750144Z 2024-08-20T22:02:08.2751532Z #88 [stage-0 82/92] COPY ./common/install_cache.sh install_cache.sh 2024-08-20T22:02:08.2752482Z #88 DONE 0.0s 2024-08-20T22:02:08.2752734Z 2024-08-20T22:02:08.2753342Z #89 [stage-0 83/92] RUN if [ -z "" ]; then bash ./install_cache.sh; fi 2024-08-20T22:02:08.7593242Z #89 0.635 + mkdir -p /opt/cache/bin 2024-08-20T22:02:08.9212740Z #89 0.636 + mkdir -p /opt/cache/lib 2024-08-20T22:02:08.9213505Z #89 0.637 + sed -e 's|PATH="\(.*\)"|PATH="/opt/cache/bin:\1"|g' -i /etc/environment 2024-08-20T22:02:08.9215295Z #89 0.639 + export PATH=/opt/cache/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-20T22:02:08.9217446Z #89 0.639 + PATH=/opt/cache/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.12/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-20T22:02:08.9218740Z #89 0.639 + '[' -n '' ']' 2024-08-20T22:02:08.9219196Z #89 0.639 ++ grep -oP '(?<=^ID=).+' /etc/os-release 2024-08-20T22:02:08.9219681Z #89 0.640 ++ tr -d '"' 2024-08-20T22:02:08.9220159Z #89 0.641 Downloading sccache binary from S3 repo 2024-08-20T22:02:08.9220616Z #89 0.641 + ID=ubuntu 2024-08-20T22:02:08.9220911Z #89 0.641 + install_binary 2024-08-20T22:02:08.9221430Z #89 0.641 + echo 'Downloading sccache binary from S3 repo' 2024-08-20T22:02:08.9222337Z #89 0.641 + curl --retry 3 https://s3.amazonaws.com/ossci-linux/sccache -o /opt/cache/bin/sccache 2024-08-20T22:02:08.9223269Z #89 0.646 % Total % Received % Xferd Average Speed Time Time Time Current 2024-08-20T22:02:08.9224036Z #89 0.646 Dload Upload Total Spent Left Speed 2024-08-20T22:02:08.9224553Z #89 0.646 2024-08-20T22:02:09.0749783Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-20T22:02:09.0751136Z 100 24.7M 100 24.7M 0 0 81.5M 0 --:--:-- --:--:-- --:--:-- 81.5M 2024-08-20T22:02:09.2503580Z #89 0.952 + chmod a+x /opt/cache/bin/sccache 2024-08-20T22:02:09.2504927Z #89 0.953 + write_sccache_stub cc 2024-08-20T22:02:09.2505971Z #89 0.953 ++ which cc 2024-08-20T22:02:09.2506827Z #89 0.955 ++ which cc 2024-08-20T22:02:09.2509446Z #89 0.955 + printf '#!/bin/sh\nif [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then\n exec sccache /usr/bin/cc "$@"\nelse\n exec /usr/bin/cc "$@"\nfi' 2024-08-20T22:02:09.2510466Z #89 0.956 + chmod a+x /opt/cache/bin/cc 2024-08-20T22:02:09.2510896Z #89 0.957 + write_sccache_stub c++ 2024-08-20T22:02:09.2511261Z #89 0.957 ++ which c++ 2024-08-20T22:02:09.2511577Z #89 0.958 ++ which c++ 2024-08-20T22:02:09.2512675Z #89 0.959 + printf '#!/bin/sh\nif [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then\n exec sccache /usr/bin/c++ "$@"\nelse\n exec /usr/bin/c++ "$@"\nfi' 2024-08-20T22:02:09.2513700Z #89 0.959 + chmod a+x /opt/cache/bin/c++ 2024-08-20T22:02:09.2514115Z #89 0.960 + write_sccache_stub gcc 2024-08-20T22:02:09.2514495Z #89 0.960 ++ which gcc 2024-08-20T22:02:09.2515012Z #89 0.961 ++ which gcc 2024-08-20T22:02:09.2516073Z #89 0.962 + printf '#!/bin/sh\nif [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then\n exec sccache /usr/bin/gcc "$@"\nelse\n exec /usr/bin/gcc "$@"\nfi' 2024-08-20T22:02:09.2517086Z #89 0.962 + chmod a+x /opt/cache/bin/gcc 2024-08-20T22:02:09.2517510Z #89 0.963 + write_sccache_stub g++ 2024-08-20T22:02:09.2517868Z #89 0.963 ++ which g++ 2024-08-20T22:02:09.2518184Z #89 0.964 ++ which g++ 2024-08-20T22:02:09.2519251Z #89 0.965 + printf '#!/bin/sh\nif [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then\n exec sccache /usr/bin/g++ "$@"\nelse\n exec /usr/bin/g++ "$@"\nfi' 2024-08-20T22:02:09.2520260Z #89 0.965 + chmod a+x /opt/cache/bin/g++ 2024-08-20T22:02:09.2520848Z #89 0.965 + '[' x = x ']' 2024-08-20T22:02:09.2521203Z #89 0.965 + write_sccache_stub clang 2024-08-20T22:02:09.2521597Z #89 0.966 ++ which clang 2024-08-20T22:02:09.2522002Z #89 0.967 ++ which clang 2024-08-20T22:02:09.2522954Z #89 0.968 + printf '#!/bin/sh\nif [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then\n exec sccache "$@"\nelse\n exec "$@"\nfi' 2024-08-20T22:02:09.2523870Z #89 0.968 + chmod a+x /opt/cache/bin/clang 2024-08-20T22:02:09.2524295Z #89 0.968 + write_sccache_stub clang++ 2024-08-20T22:02:09.2524694Z #89 0.969 ++ which clang++ 2024-08-20T22:02:09.2525030Z #89 0.970 ++ which clang++ 2024-08-20T22:02:09.2525956Z #89 0.970 + printf '#!/bin/sh\nif [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then\n exec sccache "$@"\nelse\n exec "$@"\nfi' 2024-08-20T22:02:09.2527037Z #89 0.970 + chmod a+x /opt/cache/bin/clang++ 2024-08-20T22:02:09.2527505Z #89 0.971 + '[' -n 12.4 ']' 2024-08-20T22:02:09.2527839Z #89 0.971 + write_sccache_stub nvcc 2024-08-20T22:02:09.2528324Z #89 0.971 ++ which nvcc 2024-08-20T22:02:09.2528626Z #89 0.972 ++ which nvcc 2024-08-20T22:02:09.2529738Z #89 0.973 + printf '#!/bin/sh\nif [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then\n exec sccache /usr/local/cuda/bin/nvcc "$@"\nelse\n exec /usr/local/cuda/bin/nvcc "$@"\nfi' 2024-08-20T22:02:09.2530814Z #89 0.973 + chmod a+x /opt/cache/bin/nvcc 2024-08-20T22:02:09.2531304Z #89 0.974 + mv /opt/cache/bin/nvcc /opt/cache/lib/ 2024-08-20T22:02:09.2531755Z #89 0.975 + '[' -n '' ']' 2024-08-20T22:02:09.3102758Z #89 DONE 1.2s 2024-08-20T22:02:09.4637446Z 2024-08-20T22:02:09.4639285Z #90 [stage-0 84/92] RUN rm install_cache.sh 2024-08-20T22:02:09.8861763Z #90 DONE 0.6s 2024-08-20T22:02:10.1082831Z 2024-08-20T22:02:10.1084399Z #91 [stage-0 85/92] COPY ./common/install_jni.sh install_jni.sh 2024-08-20T22:02:10.1085909Z #91 DONE 0.0s 2024-08-20T22:02:10.1086476Z 2024-08-20T22:02:10.1087065Z #92 [stage-0 86/92] COPY ./java/jni.h jni.h 2024-08-20T22:02:10.1088241Z #92 DONE 0.0s 2024-08-20T22:02:10.1088410Z 2024-08-20T22:02:10.1088741Z #93 [stage-0 87/92] RUN bash ./install_jni.sh && rm install_jni.sh 2024-08-20T22:02:10.7277785Z #93 0.770 + mkdir -p /usr/local/include 2024-08-20T22:02:10.9568460Z #93 0.771 + cp jni.h /usr/local/include 2024-08-20T22:02:10.9569069Z #93 DONE 0.8s 2024-08-20T22:02:10.9569275Z 2024-08-20T22:02:10.9569922Z #94 [stage-0 88/92] COPY ./common/install_openmpi.sh install_openmpi.sh 2024-08-20T22:02:10.9570503Z #94 DONE 0.0s 2024-08-20T22:02:10.9570686Z 2024-08-20T22:02:10.9571189Z #95 [stage-0 89/92] RUN if [ -n "12.4" ]; then bash install_openmpi.sh; fi 2024-08-20T22:02:11.7383445Z #95 0.932 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-08-20T22:02:11.8465679Z #95 0.942 Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-08-20T22:02:11.8466654Z #95 0.958 Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-08-20T22:02:11.8467549Z #95 1.041 Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-08-20T22:02:12.3436691Z #95 1.537 Hit:5 https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu jammy InRelease 2024-08-20T22:02:13.1401703Z #95 1.613 Reading package lists... 2024-08-20T22:02:13.9085099Z #95 2.385 Reading package lists... 2024-08-20T22:02:14.0544635Z #95 3.117 Building dependency tree... 2024-08-20T22:02:14.1936245Z #95 3.248 Reading state information... 2024-08-20T22:02:14.1937065Z #95 3.388 The following packages were automatically installed and are no longer required: 2024-08-20T22:02:14.3083241Z #95 3.388 cmake-data dh-elpa-helper emacsen-common libarchive13 libjsoncpp25 librhash0 2024-08-20T22:02:14.3083979Z #95 3.388 libuv1 2024-08-20T22:02:14.3084448Z #95 3.388 Use 'sudo apt autoremove' to remove them. 2024-08-20T22:02:14.3085075Z #95 3.389 The following additional packages will be installed: 2024-08-20T22:02:14.3085931Z #95 3.389 libcbor0.8 libfido2-1 libwrap0 libxmuu1 ncurses-term openssh-client 2024-08-20T22:02:14.3086758Z #95 3.389 openssh-server openssh-sftp-server ssh-import-id xauth 2024-08-20T22:02:14.3087321Z #95 3.390 Suggested packages: 2024-08-20T22:02:14.3087937Z #95 3.390 keychain libpam-ssh monkeysphere ssh-askpass molly-guard ufw 2024-08-20T22:02:14.3088843Z #95 3.431 The following NEW packages will be installed: 2024-08-20T22:02:14.3089647Z #95 3.431 libcbor0.8 libfido2-1 libwrap0 libxmuu1 ncurses-term openssh-client 2024-08-20T22:02:14.3090517Z #95 3.432 openssh-server openssh-sftp-server ssh ssh-import-id xauth 2024-08-20T22:02:14.3091255Z #95 3.472 0 upgraded, 11 newly installed, 0 to remove and 10 not upgraded. 2024-08-20T22:02:14.3091876Z #95 3.472 Need to get 1855 kB of archives. 2024-08-20T22:02:14.3092506Z #95 3.472 After this operation, 9905 kB of additional disk space will be used. 2024-08-20T22:02:14.3093716Z #95 3.472 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] 2024-08-20T22:02:14.3094926Z #95 3.502 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] 2024-08-20T22:02:14.5014133Z #95 3.526 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.10 [906 kB] 2024-08-20T22:02:14.5015762Z #95 3.573 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-sftp-server amd64 1:8.9p1-3ubuntu0.10 [38.9 kB] 2024-08-20T22:02:14.5017321Z #95 3.574 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwrap0 amd64 7.6.q-31build2 [47.9 kB] 2024-08-20T22:02:14.5018690Z #95 3.575 Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-server amd64 1:8.9p1-3ubuntu0.10 [435 kB] 2024-08-20T22:02:14.5020053Z #95 3.581 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ssh all 1:8.9p1-3ubuntu0.10 [4850 B] 2024-08-20T22:02:14.5021266Z #95 3.581 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB] 2024-08-20T22:02:14.5022416Z #95 3.582 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB] 2024-08-20T22:02:14.5023673Z #95 3.582 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ncurses-term all 6.3-2ubuntu0.1 [267 kB] 2024-08-20T22:02:14.5024973Z #95 3.585 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 ssh-import-id all 5.11-0ubuntu1 [10.1 kB] 2024-08-20T22:02:14.5026074Z #95 3.695 debconf: delaying package configuration, since apt-utils is not installed 2024-08-20T22:02:14.6313337Z #95 3.717 Fetched 1855 kB in 0s (12.5 MB/s) 2024-08-20T22:02:14.6314120Z #95 3.740 Selecting previously unselected package libcbor0.8:amd64. 2024-08-20T22:02:14.6314742Z #95 3.740 (Reading database ... 2024-08-20T22:02:14.6315130Z (Reading database ... 5% 2024-08-20T22:02:14.6315483Z (Reading database ... 10% 2024-08-20T22:02:14.6315839Z (Reading database ... 15% 2024-08-20T22:02:14.6316162Z (Reading database ... 20% 2024-08-20T22:02:14.6316505Z (Reading database ... 25% 2024-08-20T22:02:14.6316849Z (Reading database ... 30% 2024-08-20T22:02:14.6317170Z (Reading database ... 35% 2024-08-20T22:02:14.6317503Z (Reading database ... 40% 2024-08-20T22:02:14.6317835Z (Reading database ... 45% 2024-08-20T22:02:14.6318150Z (Reading database ... 50% 2024-08-20T22:02:14.6318491Z (Reading database ... 55% 2024-08-20T22:02:14.6318831Z (Reading database ... 60% 2024-08-20T22:02:14.6319329Z (Reading database ... 65% 2024-08-20T22:02:14.6319662Z (Reading database ... 70% 2024-08-20T22:02:14.6319993Z (Reading database ... 75% 2024-08-20T22:02:14.6320312Z (Reading database ... 80% 2024-08-20T22:02:14.6320777Z (Reading database ... 85% 2024-08-20T22:02:14.6321110Z (Reading database ... 90% 2024-08-20T22:02:14.6321427Z (Reading database ... 95% 2024-08-20T22:02:14.6321768Z (Reading database ... 100% 2024-08-20T22:02:14.6322294Z (Reading database ... 29117 files and directories currently installed.) 2024-08-20T22:02:14.6323311Z #95 3.755 Preparing to unpack .../00-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... 2024-08-20T22:02:14.6324066Z #95 3.762 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... 2024-08-20T22:02:14.6324787Z #95 3.789 Selecting previously unselected package libfido2-1:amd64. 2024-08-20T22:02:14.6325556Z #95 3.791 Preparing to unpack .../01-libfido2-1_1.10.0-1_amd64.deb ... 2024-08-20T22:02:14.6326327Z #95 3.794 Unpacking libfido2-1:amd64 (1.10.0-1) ... 2024-08-20T22:02:14.6327005Z #95 3.825 Selecting previously unselected package openssh-client. 2024-08-20T22:02:14.7498095Z #95 3.827 Preparing to unpack .../02-openssh-client_1%3a8.9p1-3ubuntu0.10_amd64.deb ... 2024-08-20T22:02:14.7498980Z #95 3.834 Unpacking openssh-client (1:8.9p1-3ubuntu0.10) ... 2024-08-20T22:02:14.7499762Z #95 3.868 Selecting previously unselected package openssh-sftp-server. 2024-08-20T22:02:14.7500691Z #95 3.870 Preparing to unpack .../03-openssh-sftp-server_1%3a8.9p1-3ubuntu0.10_amd64.deb ... 2024-08-20T22:02:14.7501583Z #95 3.874 Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.10) ... 2024-08-20T22:02:14.7502430Z #95 3.904 Selecting previously unselected package libwrap0:amd64. 2024-08-20T22:02:14.7503230Z #95 3.906 Preparing to unpack .../04-libwrap0_7.6.q-31build2_amd64.deb ... 2024-08-20T22:02:14.7503964Z #95 3.910 Unpacking libwrap0:amd64 (7.6.q-31build2) ... 2024-08-20T22:02:14.7504847Z #95 3.944 Selecting previously unselected package openssh-server. 2024-08-20T22:02:14.8664494Z #95 3.946 Preparing to unpack .../05-openssh-server_1%3a8.9p1-3ubuntu0.10_amd64.deb ... 2024-08-20T22:02:14.8665453Z #95 3.955 Unpacking openssh-server (1:8.9p1-3ubuntu0.10) ... 2024-08-20T22:02:14.8666241Z #95 3.993 Selecting previously unselected package ssh. 2024-08-20T22:02:14.8667003Z #95 3.995 Preparing to unpack .../06-ssh_1%3a8.9p1-3ubuntu0.10_all.deb ... 2024-08-20T22:02:14.8667703Z #95 4.002 Unpacking ssh (1:8.9p1-3ubuntu0.10) ... 2024-08-20T22:02:14.8668282Z #95 4.028 Selecting previously unselected package libxmuu1:amd64. 2024-08-20T22:02:14.8669060Z #95 4.030 Preparing to unpack .../07-libxmuu1_2%3a1.1.3-3_amd64.deb ... 2024-08-20T22:02:14.8669747Z #95 4.035 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... 2024-08-20T22:02:14.8670300Z #95 4.060 Selecting previously unselected package xauth. 2024-08-20T22:02:15.0542782Z #95 4.063 Preparing to unpack .../08-xauth_1%3a1.1-1build2_amd64.deb ... 2024-08-20T22:02:15.0543535Z #95 4.066 Unpacking xauth (1:1.1-1build2) ... 2024-08-20T22:02:15.0544202Z #95 4.092 Selecting previously unselected package ncurses-term. 2024-08-20T22:02:15.0545006Z #95 4.094 Preparing to unpack .../09-ncurses-term_6.3-2ubuntu0.1_all.deb ... 2024-08-20T22:02:15.0545745Z #95 4.098 Unpacking ncurses-term (6.3-2ubuntu0.1) ... 2024-08-20T22:02:15.1499974Z #95 4.344 Selecting previously unselected package ssh-import-id. 2024-08-20T22:02:15.3023189Z #95 4.347 Preparing to unpack .../10-ssh-import-id_5.11-0ubuntu1_all.deb ... 2024-08-20T22:02:15.3024002Z #95 4.351 Unpacking ssh-import-id (5.11-0ubuntu1) ... 2024-08-20T22:02:15.3024653Z #95 4.389 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... 2024-08-20T22:02:15.3025311Z #95 4.399 Setting up libwrap0:amd64 (7.6.q-31build2) ... 2024-08-20T22:02:15.3025916Z #95 4.411 Setting up libfido2-1:amd64 (1.10.0-1) ... 2024-08-20T22:02:15.3026479Z #95 4.423 Setting up libxmuu1:amd64 (2:1.1.3-3) ... 2024-08-20T22:02:15.3027074Z #95 4.433 Setting up ncurses-term (6.3-2ubuntu0.1) ... 2024-08-20T22:02:15.3027742Z #95 4.443 Setting up openssh-client (1:8.9p1-3ubuntu0.10) ... 2024-08-20T22:02:15.3028791Z #95 4.496 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode 2024-08-20T22:02:15.3030381Z #95 4.496 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist 2024-08-20T22:02:15.4234770Z #95 4.501 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode 2024-08-20T22:02:15.4236543Z #95 4.501 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist 2024-08-20T22:02:15.4238137Z #95 4.504 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode 2024-08-20T22:02:15.4239708Z #95 4.504 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist 2024-08-20T22:02:15.4242734Z #95 4.513 Setting up ssh-import-id (5.11-0ubuntu1) ... 2024-08-20T22:02:15.4243328Z #95 4.617 Setting up xauth (1:1.1-1build2) ... 2024-08-20T22:02:15.5690984Z #95 4.627 Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.10) ... 2024-08-20T22:02:15.5691791Z #95 4.637 Setting up openssh-server (1:8.9p1-3ubuntu0.10) ... 2024-08-20T22:02:15.5692418Z #95 4.714 debconf: unable to initialize frontend: Dialog 2024-08-20T22:02:15.5693377Z #95 4.714 debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-08-20T22:02:15.5694469Z #95 4.714 debconf: falling back to frontend: Readline 2024-08-20T22:02:15.5694947Z #95 4.763 2024-08-20T22:02:15.5695367Z #95 4.763 Creating config file /etc/ssh/sshd_config with new version 2024-08-20T22:02:16.3945325Z #95 4.791 Creating SSH2 RSA key; this may take some time ... 2024-08-20T22:02:16.5874267Z #95 5.592 3072 SHA256:gl2oWIix0RynQndDbfkQGtnaFJKlgkN/kpNOn0ZqK/E root@buildkitsandbox (RSA) 2024-08-20T22:02:16.5875237Z #95 5.594 Creating SSH2 ECDSA key; this may take some time ... 2024-08-20T22:02:16.5876265Z #95 5.601 256 SHA256:ogvo8HoCkarHfF6ZHAU3bU2olIhonpW6kXPbflJnBnY root@buildkitsandbox (ECDSA) 2024-08-20T22:02:16.5877119Z #95 5.602 Creating SSH2 ED25519 key; this may take some time ... 2024-08-20T22:02:16.5877983Z #95 5.609 256 SHA256:syufi7tR+63RxymSzV2kyf7AwP1s2TvTIvvSTid4iEQ root@buildkitsandbox (ED25519) 2024-08-20T22:02:16.5879059Z #95 5.685 invoke-rc.d: could not determine current runlevel 2024-08-20T22:02:16.5879747Z #95 5.687 invoke-rc.d: policy-rc.d denied execution of start. 2024-08-20T22:02:16.5880825Z #95 5.781 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 2024-08-20T22:02:16.5882076Z #95 5.781 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 2024-08-20T22:02:16.7643203Z #95 5.862 Setting up ssh (1:8.9p1-3ubuntu0.10) ... 2024-08-20T22:02:17.4744349Z #95 5.877 Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2024-08-20T22:02:17.4745033Z #95 5.958 Reading package lists... 2024-08-20T22:02:17.6184907Z #95 6.682 Building dependency tree... 2024-08-20T22:02:17.7565099Z #95 6.812 Reading state information... 2024-08-20T22:02:17.7565904Z #95 6.950 The following packages were automatically installed and are no longer required: 2024-08-20T22:02:17.8925989Z #95 6.951 cmake-data dh-elpa-helper emacsen-common libarchive13 libjsoncpp25 librhash0 2024-08-20T22:02:17.8926764Z #95 6.951 libuv1 2024-08-20T22:02:17.8927245Z #95 6.951 Use 'sudo apt autoremove' to remove them. 2024-08-20T22:02:17.8927885Z #95 6.952 The following additional packages will be installed: 2024-08-20T22:02:17.8928731Z #95 6.952 ibverbs-providers javascript-common libcaf-openmpi-3 libcoarrays-dev 2024-08-20T22:02:17.8938585Z #95 6.952 libcoarrays-openmpi-dev libevent-2.1-7 libevent-core-2.1-7 libevent-dev 2024-08-20T22:02:17.8939773Z #95 6.952 libevent-extra-2.1-7 libevent-openssl-2.1-7 libevent-pthreads-2.1-7 2024-08-20T22:02:17.8940716Z #95 6.952 libfabric1 libhwloc-dev libhwloc-plugins libhwloc15 libibverbs-dev 2024-08-20T22:02:17.8941909Z #95 6.952 libibverbs1 libjs-jquery libjs-jquery-ui libltdl-dev libltdl7 libnl-3-200 2024-08-20T22:02:17.8942836Z #95 6.952 libnl-3-dev libnl-route-3-200 libnl-route-3-dev libnuma-dev libnuma1 2024-08-20T22:02:17.8943782Z #95 6.952 libopenmpi3 libpmix-dev libpmix2 libpsm-infinipath1 libpsm2-2 librdmacm1 2024-08-20T22:02:17.8944627Z #95 6.952 libucx0 libxnvctrl0 ocl-icd-libopencl1 openmpi-common 2024-08-20T22:02:17.8945165Z #95 6.953 Suggested packages: 2024-08-20T22:02:17.8945827Z #95 6.953 apache2 | lighttpd | httpd libhwloc-contrib-plugins libjs-jquery-ui-docs 2024-08-20T22:02:17.8946569Z #95 6.953 libtool-doc openmpi-doc opencl-icd 2024-08-20T22:02:17.8947096Z #95 7.087 The following NEW packages will be installed: 2024-08-20T22:02:17.8947867Z #95 7.087 ibverbs-providers javascript-common libcaf-openmpi-3 libcoarrays-dev 2024-08-20T22:02:17.8948890Z #95 7.087 libcoarrays-openmpi-dev libevent-2.1-7 libevent-core-2.1-7 libevent-dev 2024-08-20T22:02:17.8949840Z #95 7.087 libevent-extra-2.1-7 libevent-openssl-2.1-7 libevent-pthreads-2.1-7 2024-08-20T22:02:17.9965356Z #95 7.087 libfabric1 libhwloc-dev libhwloc-plugins libhwloc15 libibverbs-dev 2024-08-20T22:02:17.9966346Z #95 7.087 libibverbs1 libjs-jquery libjs-jquery-ui libltdl-dev libltdl7 libnl-3-200 2024-08-20T22:02:17.9967282Z #95 7.087 libnl-3-dev libnl-route-3-200 libnl-route-3-dev libnuma-dev libnuma1 2024-08-20T22:02:17.9968439Z #95 7.087 libopenmpi-dev libopenmpi3 libpmix-dev libpmix2 libpsm-infinipath1 libpsm2-2 2024-08-20T22:02:17.9969612Z #95 7.088 librdmacm1 libucx0 libxnvctrl0 ocl-icd-libopencl1 openmpi-bin openmpi-common 2024-08-20T22:02:17.9970457Z #95 7.125 0 upgraded, 39 newly installed, 0 to remove and 10 not upgraded. 2024-08-20T22:02:17.9971072Z #95 7.125 Need to get 11.1 MB of archives. 2024-08-20T22:02:17.9971702Z #95 7.125 After this operation, 56.5 MB of additional disk space will be used. 2024-08-20T22:02:17.9972798Z #95 7.125 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnuma1 amd64 2.0.14-3ubuntu2 [22.5 kB] 2024-08-20T22:02:17.9974051Z #95 7.149 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-3-200 amd64 3.5.0-0.1 [59.1 kB] 2024-08-20T22:02:17.9975274Z #95 7.165 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-route-3-200 amd64 3.5.0-0.1 [180 kB] 2024-08-20T22:02:17.9976466Z #95 7.186 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 libibverbs1 amd64 39.0-1 [69.3 kB] 2024-08-20T22:02:17.9977647Z #95 7.191 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 ibverbs-providers amd64 39.0-1 [341 kB] 2024-08-20T22:02:18.0998599Z #95 7.203 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 javascript-common all 11+nmu1 [5936 B] 2024-08-20T22:02:18.1000086Z #95 7.203 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-core-2.1-7 amd64 2.1.12-stable-1build3 [93.9 kB] 2024-08-20T22:02:18.1001687Z #95 7.206 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-pthreads-2.1-7 amd64 2.1.12-stable-1build3 [7642 B] 2024-08-20T22:02:18.1003142Z #95 7.206 Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpsm-infinipath1 amd64 3.3+20.604758e7-6.1 [170 kB] 2024-08-20T22:02:18.1004456Z #95 7.210 Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpsm2-2 amd64 11.2.185-1 [182 kB] 2024-08-20T22:02:18.1005630Z #95 7.212 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 librdmacm1 amd64 39.0-1 [71.2 kB] 2024-08-20T22:02:18.1006810Z #95 7.213 Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfabric1 amd64 1.11.0-3 [558 kB] 2024-08-20T22:02:18.1008096Z #95 7.219 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libhwloc15 amd64 2.7.0-2ubuntu1 [159 kB] 2024-08-20T22:02:18.1009432Z #95 7.221 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxnvctrl0 amd64 510.47.03-0ubuntu1 [11.5 kB] 2024-08-20T22:02:18.1010742Z #95 7.222 Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 ocl-icd-libopencl1 amd64 2.2.14-3 [39.1 kB] 2024-08-20T22:02:18.1012315Z #95 7.223 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libhwloc-plugins amd64 2.7.0-2ubuntu1 [15.6 kB] 2024-08-20T22:02:18.1013846Z #95 7.223 Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpmix2 amd64 4.1.2-2ubuntu1 [604 kB] 2024-08-20T22:02:18.1015055Z #95 7.227 Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libucx0 amd64 1.12.1~rc2-1 [891 kB] 2024-08-20T22:02:18.1016278Z #95 7.234 Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopenmpi3 amd64 4.1.2-2ubuntu1 [2594 kB] 2024-08-20T22:02:18.1017523Z #95 7.252 Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libcaf-openmpi-3 amd64 2.9.2-3 [36.5 kB] 2024-08-20T22:02:18.1018764Z #95 7.252 Get:21 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libcoarrays-dev amd64 2.9.2-3 [40.5 kB] 2024-08-20T22:02:18.1020018Z #95 7.253 Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 openmpi-common all 4.1.2-2ubuntu1 [162 kB] 2024-08-20T22:02:18.1021352Z #95 7.254 Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 openmpi-bin amd64 4.1.2-2ubuntu1 [116 kB] 2024-08-20T22:02:18.1022636Z #95 7.255 Get:24 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libcoarrays-openmpi-dev amd64 2.9.2-3 [452 kB] 2024-08-20T22:02:18.1023975Z #95 7.258 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-2.1-7 amd64 2.1.12-stable-1build3 [148 kB] 2024-08-20T22:02:18.1025355Z #95 7.260 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-extra-2.1-7 amd64 2.1.12-stable-1build3 [65.4 kB] 2024-08-20T22:02:18.1026828Z #95 7.260 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-openssl-2.1-7 amd64 2.1.12-stable-1build3 [15.8 kB] 2024-08-20T22:02:18.1028182Z #95 7.260 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libevent-dev amd64 2.1.12-stable-1build3 [278 kB] 2024-08-20T22:02:18.1029457Z #95 7.267 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [321 kB] 2024-08-20T22:02:18.1030719Z #95 7.270 Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libjs-jquery-ui all 1.13.1+dfsg-1 [253 kB] 2024-08-20T22:02:18.1031963Z #95 7.272 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB] 2024-08-20T22:02:18.1033162Z #95 7.272 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl-dev amd64 2.4.6-15build2 [169 kB] 2024-08-20T22:02:18.1034698Z #95 7.279 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-3-dev amd64 3.5.0-0.1 [101 kB] 2024-08-20T22:02:18.1035919Z #95 7.280 Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnl-route-3-dev amd64 3.5.0-0.1 [202 kB] 2024-08-20T22:02:18.1037162Z #95 7.281 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnuma-dev amd64 2.0.14-3ubuntu2 [35.9 kB] 2024-08-20T22:02:18.1038491Z #95 7.282 Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libhwloc-dev amd64 2.7.0-2ubuntu1 [256 kB] 2024-08-20T22:02:18.1039831Z #95 7.283 Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libpmix-dev amd64 4.1.2-2ubuntu1 [805 kB] 2024-08-20T22:02:18.1041127Z #95 7.289 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libibverbs-dev amd64 39.0-1 [628 kB] 2024-08-20T22:02:18.1042394Z #95 7.294 Get:39 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libopenmpi-dev amd64 4.1.2-2ubuntu1 [867 kB] 2024-08-20T22:02:18.2128242Z #95 7.407 debconf: delaying package configuration, since apt-utils is not installed 2024-08-20T22:02:18.3393342Z #95 7.427 Fetched 11.1 MB in 0s (53.7 MB/s) 2024-08-20T22:02:18.3394133Z #95 7.448 Selecting previously unselected package libnuma1:amd64. 2024-08-20T22:02:18.3394696Z #95 7.448 (Reading database ... 2024-08-20T22:02:18.3395147Z (Reading database ... 5% 2024-08-20T22:02:18.3395574Z (Reading database ... 10% 2024-08-20T22:02:18.3395907Z (Reading database ... 15% 2024-08-20T22:02:18.3396224Z (Reading database ... 20% 2024-08-20T22:02:18.3396559Z (Reading database ... 25% 2024-08-20T22:02:18.3397073Z (Reading database ... 30% 2024-08-20T22:02:18.3397387Z (Reading database ... 35% 2024-08-20T22:02:18.3397716Z (Reading database ... 40% 2024-08-20T22:02:18.3398041Z (Reading database ... 45% 2024-08-20T22:02:18.3398367Z (Reading database ... 50% 2024-08-20T22:02:18.3398697Z (Reading database ... 55% 2024-08-20T22:02:18.3399009Z (Reading database ... 60% 2024-08-20T22:02:18.3399343Z (Reading database ... 65% 2024-08-20T22:02:18.3399672Z (Reading database ... 70% 2024-08-20T22:02:18.3399996Z (Reading database ... 75% 2024-08-20T22:02:18.3400309Z (Reading database ... 80% 2024-08-20T22:02:18.3400740Z (Reading database ... 85% 2024-08-20T22:02:18.3401072Z (Reading database ... 90% 2024-08-20T22:02:18.3401385Z (Reading database ... 95% 2024-08-20T22:02:18.3401715Z (Reading database ... 100% 2024-08-20T22:02:18.3402235Z (Reading database ... 32078 files and directories currently installed.) 2024-08-20T22:02:18.3403321Z #95 7.461 Preparing to unpack .../00-libnuma1_2.0.14-3ubuntu2_amd64.deb ... 2024-08-20T22:02:18.3404069Z #95 7.468 Unpacking libnuma1:amd64 (2.0.14-3ubuntu2) ... 2024-08-20T22:02:18.3404782Z #95 7.497 Selecting previously unselected package libnl-3-200:amd64. 2024-08-20T22:02:18.3405560Z #95 7.499 Preparing to unpack .../01-libnl-3-200_3.5.0-0.1_amd64.deb ... 2024-08-20T22:02:18.3406249Z #95 7.503 Unpacking libnl-3-200:amd64 (3.5.0-0.1) ... 2024-08-20T22:02:18.3407082Z #95 7.533 Selecting previously unselected package libnl-route-3-200:amd64. 2024-08-20T22:02:18.4622360Z #95 7.535 Preparing to unpack .../02-libnl-route-3-200_3.5.0-0.1_amd64.deb ... 2024-08-20T22:02:18.4623326Z #95 7.538 Unpacking libnl-route-3-200:amd64 (3.5.0-0.1) ... 2024-08-20T22:02:18.4624010Z #95 7.566 Selecting previously unselected package libibverbs1:amd64. 2024-08-20T22:02:18.4624806Z #95 7.568 Preparing to unpack .../03-libibverbs1_39.0-1_amd64.deb ... 2024-08-20T22:02:18.4625458Z #95 7.571 Unpacking libibverbs1:amd64 (39.0-1) ... 2024-08-20T22:02:18.4626197Z #95 7.606 Selecting previously unselected package ibverbs-providers:amd64. 2024-08-20T22:02:18.4627056Z #95 7.608 Preparing to unpack .../04-ibverbs-providers_39.0-1_amd64.deb ... 2024-08-20T22:02:18.4627843Z #95 7.620 Unpacking ibverbs-providers:amd64 (39.0-1) ... 2024-08-20T22:02:18.4628566Z #95 7.656 Selecting previously unselected package javascript-common. 2024-08-20T22:02:18.5695221Z #95 7.658 Preparing to unpack .../05-javascript-common_11+nmu1_all.deb ... 2024-08-20T22:02:18.5695992Z #95 7.669 Unpacking javascript-common (11+nmu1) ... 2024-08-20T22:02:18.5696757Z #95 7.696 Selecting previously unselected package libevent-core-2.1-7:amd64. 2024-08-20T22:02:18.5697740Z #95 7.698 Preparing to unpack .../06-libevent-core-2.1-7_2.1.12-stable-1build3_amd64.deb ... 2024-08-20T22:02:18.5698677Z #95 7.701 Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ... 2024-08-20T22:02:18.5699552Z #95 7.728 Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2024-08-20T22:02:18.5700580Z #95 7.730 Preparing to unpack .../07-libevent-pthreads-2.1-7_2.1.12-stable-1build3_amd64.deb ... 2024-08-20T22:02:18.5701571Z #95 7.733 Unpacking libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... 2024-08-20T22:02:18.5702616Z #95 7.764 Selecting previously unselected package libpsm-infinipath1. 2024-08-20T22:02:18.6875888Z #95 7.765 Preparing to unpack .../08-libpsm-infinipath1_3.3+20.604758e7-6.1_amd64.deb ... 2024-08-20T22:02:18.6876794Z #95 7.769 Unpacking libpsm-infinipath1 (3.3+20.604758e7-6.1) ... 2024-08-20T22:02:18.6877513Z #95 7.807 Selecting previously unselected package libpsm2-2. 2024-08-20T22:02:18.6878262Z #95 7.809 Preparing to unpack .../09-libpsm2-2_11.2.185-1_amd64.deb ... 2024-08-20T22:02:18.6878924Z #95 7.812 Unpacking libpsm2-2 (11.2.185-1) ... 2024-08-20T22:02:18.6879518Z #95 7.849 Selecting previously unselected package librdmacm1:amd64. 2024-08-20T22:02:18.6880276Z #95 7.851 Preparing to unpack .../10-librdmacm1_39.0-1_amd64.deb ... 2024-08-20T22:02:18.6881044Z #95 7.855 Unpacking librdmacm1:amd64 (39.0-1) ... 2024-08-20T22:02:18.6881653Z #95 7.882 Selecting previously unselected package libfabric1:amd64. 2024-08-20T22:02:18.7876276Z #95 7.884 Preparing to unpack .../11-libfabric1_1.11.0-3_amd64.deb ... 2024-08-20T22:02:18.7877029Z #95 7.887 Unpacking libfabric1:amd64 (1.11.0-3) ... 2024-08-20T22:02:18.7877646Z #95 7.916 Selecting previously unselected package libhwloc15:amd64. 2024-08-20T22:02:18.7878477Z #95 7.918 Preparing to unpack .../12-libhwloc15_2.7.0-2ubuntu1_amd64.deb ... 2024-08-20T22:02:18.7879209Z #95 7.921 Unpacking libhwloc15:amd64 (2.7.0-2ubuntu1) ... 2024-08-20T22:02:18.7879861Z #95 7.948 Selecting previously unselected package libxnvctrl0:amd64. 2024-08-20T22:02:18.7880811Z #95 7.950 Preparing to unpack .../13-libxnvctrl0_510.47.03-0ubuntu1_amd64.deb ... 2024-08-20T22:02:18.7881601Z #95 7.954 Unpacking libxnvctrl0:amd64 (510.47.03-0ubuntu1) ... 2024-08-20T22:02:18.7882393Z #95 7.980 Selecting previously unselected package ocl-icd-libopencl1:amd64. 2024-08-20T22:02:18.7883422Z #95 7.982 Preparing to unpack .../14-ocl-icd-libopencl1_2.2.14-3_amd64.deb ... 2024-08-20T22:02:18.9204323Z #95 7.984 Unpacking ocl-icd-libopencl1:amd64 (2.2.14-3) ... 2024-08-20T22:02:18.9205182Z #95 8.007 Selecting previously unselected package libhwloc-plugins:amd64. 2024-08-20T22:02:18.9206101Z #95 8.009 Preparing to unpack .../15-libhwloc-plugins_2.7.0-2ubuntu1_amd64.deb ... 2024-08-20T22:02:18.9206918Z #95 8.012 Unpacking libhwloc-plugins:amd64 (2.7.0-2ubuntu1) ... 2024-08-20T22:02:18.9207573Z #95 8.035 Selecting previously unselected package libpmix2:amd64. 2024-08-20T22:02:18.9208370Z #95 8.037 Preparing to unpack .../16-libpmix2_4.1.2-2ubuntu1_amd64.deb ... 2024-08-20T22:02:18.9209233Z #95 8.040 Unpacking libpmix2:amd64 (4.1.2-2ubuntu1) ... 2024-08-20T22:02:18.9209845Z #95 8.074 Selecting previously unselected package libucx0:amd64. 2024-08-20T22:02:18.9210712Z #95 8.076 Preparing to unpack .../17-libucx0_1.12.1~rc2-1_amd64.deb ... 2024-08-20T22:02:18.9211374Z #95 8.080 Unpacking libucx0:amd64 (1.12.1~rc2-1) ... 2024-08-20T22:02:18.9211972Z #95 8.114 Selecting previously unselected package libopenmpi3:amd64. 2024-08-20T22:02:19.0227982Z #95 8.117 Preparing to unpack .../18-libopenmpi3_4.1.2-2ubuntu1_amd64.deb ... 2024-08-20T22:02:19.0228868Z #95 8.119 Unpacking libopenmpi3:amd64 (4.1.2-2ubuntu1) ... 2024-08-20T22:02:19.0229648Z #95 8.184 Selecting previously unselected package libcaf-openmpi-3:amd64. 2024-08-20T22:02:19.0230487Z #95 8.186 Preparing to unpack .../19-libcaf-openmpi-3_2.9.2-3_amd64.deb ... 2024-08-20T22:02:19.0231229Z #95 8.189 Unpacking libcaf-openmpi-3:amd64 (2.9.2-3) ... 2024-08-20T22:02:19.0231978Z #95 8.217 Selecting previously unselected package libcoarrays-dev:amd64. 2024-08-20T22:02:19.1450808Z #95 8.219 Preparing to unpack .../20-libcoarrays-dev_2.9.2-3_amd64.deb ... 2024-08-20T22:02:19.1451585Z #95 8.232 Unpacking libcoarrays-dev:amd64 (2.9.2-3) ... 2024-08-20T22:02:19.1452298Z #95 8.257 Selecting previously unselected package openmpi-common. 2024-08-20T22:02:19.1453153Z #95 8.259 Preparing to unpack .../21-openmpi-common_4.1.2-2ubuntu1_all.deb ... 2024-08-20T22:02:19.1453892Z #95 8.263 Unpacking openmpi-common (4.1.2-2ubuntu1) ... 2024-08-20T22:02:19.1454570Z #95 8.300 Selecting previously unselected package openmpi-bin. 2024-08-20T22:02:19.1455363Z #95 8.302 Preparing to unpack .../22-openmpi-bin_4.1.2-2ubuntu1_amd64.deb ... 2024-08-20T22:02:19.1456068Z #95 8.306 Unpacking openmpi-bin (4.1.2-2ubuntu1) ... 2024-08-20T22:02:19.1456840Z #95 8.339 Selecting previously unselected package libcoarrays-openmpi-dev:amd64. 2024-08-20T22:02:19.2622969Z #95 8.341 Preparing to unpack .../23-libcoarrays-openmpi-dev_2.9.2-3_amd64.deb ... 2024-08-20T22:02:19.2623962Z #95 8.345 Unpacking libcoarrays-openmpi-dev:amd64 (2.9.2-3) ... 2024-08-20T22:02:19.2624753Z #95 8.420 Selecting previously unselected package libevent-2.1-7:amd64. 2024-08-20T22:02:19.2625664Z #95 8.423 Preparing to unpack .../24-libevent-2.1-7_2.1.12-stable-1build3_amd64.deb ... 2024-08-20T22:02:19.2626524Z #95 8.426 Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... 2024-08-20T22:02:19.2627557Z #95 8.456 Selecting previously unselected package libevent-extra-2.1-7:amd64. 2024-08-20T22:02:19.3685237Z #95 8.459 Preparing to unpack .../25-libevent-extra-2.1-7_2.1.12-stable-1build3_amd64.deb ... 2024-08-20T22:02:19.3686235Z #95 8.462 Unpacking libevent-extra-2.1-7:amd64 (2.1.12-stable-1build3) ... 2024-08-20T22:02:19.3687147Z #95 8.490 Selecting previously unselected package libevent-openssl-2.1-7:amd64. 2024-08-20T22:02:19.3688154Z #95 8.492 Preparing to unpack .../26-libevent-openssl-2.1-7_2.1.12-stable-1build3_amd64.deb ... 2024-08-20T22:02:19.3689133Z #95 8.496 Unpacking libevent-openssl-2.1-7:amd64 (2.1.12-stable-1build3) ... 2024-08-20T22:02:19.3689924Z #95 8.521 Selecting previously unselected package libevent-dev. 2024-08-20T22:02:19.3690971Z #95 8.523 Preparing to unpack .../27-libevent-dev_2.1.12-stable-1build3_amd64.deb ... 2024-08-20T22:02:19.3691719Z #95 8.526 Unpacking libevent-dev (2.1.12-stable-1build3) ... 2024-08-20T22:02:19.3692511Z #95 8.563 Selecting previously unselected package libjs-jquery. 2024-08-20T22:02:19.4697000Z #95 8.565 Preparing to unpack .../28-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ... 2024-08-20T22:02:19.4697850Z #95 8.572 Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ... 2024-08-20T22:02:19.4698575Z #95 8.595 Selecting previously unselected package libjs-jquery-ui. 2024-08-20T22:02:19.4699399Z #95 8.598 Preparing to unpack .../29-libjs-jquery-ui_1.13.1+dfsg-1_all.deb ... 2024-08-20T22:02:19.4700145Z #95 8.600 Unpacking libjs-jquery-ui (1.13.1+dfsg-1) ... 2024-08-20T22:02:19.4700762Z #95 8.658 Selecting previously unselected package libltdl7:amd64. 2024-08-20T22:02:19.4701700Z #95 8.660 Preparing to unpack .../30-libltdl7_2.4.6-15build2_amd64.deb ... 2024-08-20T22:02:19.4702430Z #95 8.664 Unpacking libltdl7:amd64 (2.4.6-15build2) ... 2024-08-20T22:02:19.5715787Z #95 8.688 Selecting previously unselected package libltdl-dev:amd64. 2024-08-20T22:02:19.5716659Z #95 8.690 Preparing to unpack .../31-libltdl-dev_2.4.6-15build2_amd64.deb ... 2024-08-20T22:02:19.5717437Z #95 8.694 Unpacking libltdl-dev:amd64 (2.4.6-15build2) ... 2024-08-20T22:02:19.5718325Z #95 8.722 Selecting previously unselected package libnl-3-dev:amd64. 2024-08-20T22:02:19.5719132Z #95 8.724 Preparing to unpack .../32-libnl-3-dev_3.5.0-0.1_amd64.deb ... 2024-08-20T22:02:19.5719807Z #95 8.727 Unpacking libnl-3-dev:amd64 (3.5.0-0.1) ... 2024-08-20T22:02:19.5720632Z #95 8.763 Selecting previously unselected package libnl-route-3-dev:amd64. 2024-08-20T22:02:19.5721501Z #95 8.766 Preparing to unpack .../33-libnl-route-3-dev_3.5.0-0.1_amd64.deb ... 2024-08-20T22:02:19.7034209Z #95 8.769 Unpacking libnl-route-3-dev:amd64 (3.5.0-0.1) ... 2024-08-20T22:02:19.7035097Z #95 8.795 Selecting previously unselected package libnuma-dev:amd64. 2024-08-20T22:02:19.7035944Z #95 8.798 Preparing to unpack .../34-libnuma-dev_2.0.14-3ubuntu2_amd64.deb ... 2024-08-20T22:02:19.7036691Z #95 8.800 Unpacking libnuma-dev:amd64 (2.0.14-3ubuntu2) ... 2024-08-20T22:02:19.7037437Z #95 8.825 Selecting previously unselected package libhwloc-dev:amd64. 2024-08-20T22:02:19.7038281Z #95 8.827 Preparing to unpack .../35-libhwloc-dev_2.7.0-2ubuntu1_amd64.deb ... 2024-08-20T22:02:19.7039036Z #95 8.830 Unpacking libhwloc-dev:amd64 (2.7.0-2ubuntu1) ... 2024-08-20T22:02:19.7039769Z #95 8.858 Selecting previously unselected package libpmix-dev:amd64. 2024-08-20T22:02:19.7040694Z #95 8.860 Preparing to unpack .../36-libpmix-dev_4.1.2-2ubuntu1_amd64.deb ... 2024-08-20T22:02:19.7041451Z #95 8.863 Unpacking libpmix-dev:amd64 (4.1.2-2ubuntu1) ... 2024-08-20T22:02:19.7042179Z #95 8.897 Selecting previously unselected package libibverbs-dev:amd64. 2024-08-20T22:02:19.9176535Z #95 8.899 Preparing to unpack .../37-libibverbs-dev_39.0-1_amd64.deb ... 2024-08-20T22:02:19.9178803Z #95 8.903 Unpacking libibverbs-dev:amd64 (39.0-1) ... 2024-08-20T22:02:19.9180046Z #95 8.950 Selecting previously unselected package libopenmpi-dev:amd64. 2024-08-20T22:02:19.9180940Z #95 8.952 Preparing to unpack .../38-libopenmpi-dev_4.1.2-2ubuntu1_amd64.deb ... 2024-08-20T22:02:19.9181931Z #95 8.961 Unpacking libopenmpi-dev:amd64 (4.1.2-2ubuntu1) ... 2024-08-20T22:02:19.9479653Z #95 9.142 Setting up javascript-common (11+nmu1) ... 2024-08-20T22:02:20.0545604Z #95 9.168 Setting up libcoarrays-dev:amd64 (2.9.2-3) ... 2024-08-20T22:02:20.0547679Z #95 9.179 Setting up libxnvctrl0:amd64 (510.47.03-0ubuntu1) ... 2024-08-20T22:02:20.0549674Z #95 9.189 Setting up libhwloc15:amd64 (2.7.0-2ubuntu1) ... 2024-08-20T22:02:20.0550414Z #95 9.198 Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-1build3) ... 2024-08-20T22:02:20.0551243Z #95 9.208 Setting up libevent-2.1-7:amd64 (2.1.12-stable-1build3) ... 2024-08-20T22:02:20.0551945Z #95 9.218 Setting up libltdl7:amd64 (2.4.6-15build2) ... 2024-08-20T22:02:20.0552562Z #95 9.227 Setting up libnuma1:amd64 (2.0.14-3ubuntu2) ... 2024-08-20T22:02:20.0553224Z #95 9.238 Setting up ocl-icd-libopencl1:amd64 (2.2.14-3) ... 2024-08-20T22:02:20.0553865Z #95 9.248 Setting up libnl-3-200:amd64 (3.5.0-0.1) ... 2024-08-20T22:02:20.1620184Z #95 9.264 Setting up libpsm2-2 (11.2.185-1) ... 2024-08-20T22:02:20.1620900Z #95 9.275 Setting up openmpi-common (4.1.2-2ubuntu1) ... 2024-08-20T22:02:20.1621740Z #95 9.285 Setting up libpsm-infinipath1 (3.3+20.604758e7-6.1) ... 2024-08-20T22:02:20.1623197Z #95 9.294 update-alternatives: using /usr/lib/libpsm1/libpsm_infinipath.so.1.16 to provide /usr/lib/x86_64-linux-gnu/libpsm_infinipath.so.1 (libpsm_infinipath.so.1) in auto mode 2024-08-20T22:02:20.1624536Z #95 9.300 Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ... 2024-08-20T22:02:20.1625334Z #95 9.315 Setting up libevent-pthreads-2.1-7:amd64 (2.1.12-stable-1build3) ... 2024-08-20T22:02:20.1626338Z #95 9.325 Setting up libevent-extra-2.1-7:amd64 (2.1.12-stable-1build3) ... 2024-08-20T22:02:20.1627318Z #95 9.335 Setting up libevent-openssl-2.1-7:amd64 (2.1.12-stable-1build3) ... 2024-08-20T22:02:20.1628104Z #95 9.346 Setting up libhwloc-plugins:amd64 (2.7.0-2ubuntu1) ... 2024-08-20T22:02:20.1628779Z #95 9.356 Setting up libnuma-dev:amd64 (2.0.14-3ubuntu2) ... 2024-08-20T22:02:20.3004352Z #95 9.366 Setting up libnl-route-3-200:amd64 (3.5.0-0.1) ... 2024-08-20T22:02:20.3005248Z #95 9.377 Setting up libltdl-dev:amd64 (2.4.6-15build2) ... 2024-08-20T22:02:20.3005938Z #95 9.387 Setting up libjs-jquery-ui (1.13.1+dfsg-1) ... 2024-08-20T22:02:20.3006595Z #95 9.398 Setting up libevent-dev (2.1.12-stable-1build3) ... 2024-08-20T22:02:20.3007246Z #95 9.410 Setting up libnl-3-dev:amd64 (3.5.0-0.1) ... 2024-08-20T22:02:20.3007890Z #95 9.420 Setting up libhwloc-dev:amd64 (2.7.0-2ubuntu1) ... 2024-08-20T22:02:20.3008494Z #95 9.428 Setting up libibverbs1:amd64 (39.0-1) ... 2024-08-20T22:02:20.3009115Z #95 9.495 Setting up libpmix2:amd64 (4.1.2-2ubuntu1) ... 2024-08-20T22:02:20.4084319Z #95 9.519 Setting up ibverbs-providers:amd64 (39.0-1) ... 2024-08-20T22:02:20.4085035Z #95 9.592 Setting up libnl-route-3-dev:amd64 (3.5.0-0.1) ... 2024-08-20T22:02:20.4085718Z #95 9.603 Setting up libpmix-dev:amd64 (4.1.2-2ubuntu1) ... 2024-08-20T22:02:20.5155344Z #95 9.614 Setting up librdmacm1:amd64 (39.0-1) ... 2024-08-20T22:02:20.5156020Z #95 9.624 Setting up libucx0:amd64 (1.12.1~rc2-1) ... 2024-08-20T22:02:20.5156667Z #95 9.633 Setting up libibverbs-dev:amd64 (39.0-1) ... 2024-08-20T22:02:20.5157299Z #95 9.643 Setting up libfabric1:amd64 (1.11.0-3) ... 2024-08-20T22:02:20.5157937Z #95 9.652 Setting up libopenmpi3:amd64 (4.1.2-2ubuntu1) ... 2024-08-20T22:02:20.5158588Z #95 9.664 Setting up libcaf-openmpi-3:amd64 (2.9.2-3) ... 2024-08-20T22:02:20.5159216Z #95 9.673 Setting up openmpi-bin (4.1.2-2ubuntu1) ... 2024-08-20T22:02:20.5160191Z #95 9.692 update-alternatives: using /usr/bin/mpirun.openmpi to provide /usr/bin/mpirun (mpirun) in auto mode 2024-08-20T22:02:20.5162145Z #95 9.692 update-alternatives: warning: skip creation of /usr/share/man/man1/mpirun.1.gz because associated file /usr/share/man/man1/mpirun.openmpi.1.gz (of link group mpirun) doesn't exist 2024-08-20T22:02:20.5164415Z #95 9.692 update-alternatives: warning: skip creation of /usr/share/man/man1/mpiexec.1.gz because associated file /usr/share/man/man1/mpiexec.openmpi.1.gz (of link group mpirun) doesn't exist 2024-08-20T22:02:20.5166501Z #95 9.695 update-alternatives: using /usr/bin/mpicc.openmpi to provide /usr/bin/mpicc (mpi) in auto mode 2024-08-20T22:02:20.5168109Z #95 9.696 update-alternatives: warning: skip creation of /usr/share/man/man1/mpicc.1.gz because associated file /usr/share/man/man1/mpicc.openmpi.1.gz (of link group mpi) doesn't exist 2024-08-20T22:02:20.5170150Z #95 9.696 update-alternatives: warning: skip creation of /usr/share/man/man1/mpic++.1.gz because associated file /usr/share/man/man1/mpic++.openmpi.1.gz (of link group mpi) doesn't exist 2024-08-20T22:02:20.5172438Z #95 9.696 update-alternatives: warning: skip creation of /usr/share/man/man1/mpicxx.1.gz because associated file /usr/share/man/man1/mpicxx.openmpi.1.gz (of link group mpi) doesn't exist 2024-08-20T22:02:20.5174775Z #95 9.696 update-alternatives: warning: skip creation of /usr/share/man/man1/mpiCC.1.gz because associated file /usr/share/man/man1/mpiCC.openmpi.1.gz (of link group mpi) doesn't exist 2024-08-20T22:02:20.5177112Z #95 9.696 update-alternatives: warning: skip creation of /usr/share/man/man1/mpif77.1.gz because associated file /usr/share/man/man1/mpif77.openmpi.1.gz (of link group mpi) doesn't exist 2024-08-20T22:02:20.5179256Z #95 9.696 update-alternatives: warning: skip creation of /usr/share/man/man1/mpif90.1.gz because associated file /usr/share/man/man1/mpif90.openmpi.1.gz (of link group mpi) doesn't exist 2024-08-20T22:02:20.5181484Z #95 9.696 update-alternatives: warning: skip creation of /usr/share/man/man1/mpifort.1.gz because associated file /usr/share/man/man1/mpifort.openmpi.1.gz (of link group mpi) doesn't exist 2024-08-20T22:02:20.5182836Z #95 9.701 Setting up libcoarrays-openmpi-dev:amd64 (2.9.2-3) ... 2024-08-20T22:02:20.5184038Z #95 9.710 update-alternatives: using /usr/lib/x86_64-linux-gnu/open-coarrays/openmpi/bin/caf to provide /usr/bin/caf.openmpi (caf-openmpi) in auto mode 2024-08-20T22:02:20.6912409Z #95 9.713 update-alternatives: using /usr/bin/caf.openmpi to provide /usr/bin/caf (caf) in auto mode 2024-08-20T22:02:20.6915635Z #95 9.719 Setting up libopenmpi-dev:amd64 (4.1.2-2ubuntu1) ... 2024-08-20T22:02:20.6919871Z #95 9.728 update-alternatives: using /usr/lib/x86_64-linux-gnu/openmpi/include to provide /usr/include/x86_64-linux-gnu/mpi (mpi-x86_64-linux-gnu) in auto mode 2024-08-20T22:02:20.6921657Z #95 9.735 Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2024-08-20T22:02:20.8221388Z #95 DONE 10.0s 2024-08-20T22:02:20.9747733Z 2024-08-20T22:02:20.9748868Z #96 [stage-0 90/92] RUN rm install_openmpi.sh 2024-08-20T22:02:21.4296562Z #96 DONE 0.6s 2024-08-20T22:02:21.5822117Z 2024-08-20T22:02:21.5823133Z #97 [stage-0 91/92] COPY --from=pytorch/llvm:9.0.1 /opt/llvm /opt/llvm 2024-08-20T22:02:21.6364319Z #97 DONE 0.2s 2024-08-20T22:02:21.7893645Z 2024-08-20T22:02:21.7894658Z #98 [stage-0 92/92] RUN if [ -n "" ]; then set -eu; rm -rf /opt/llvm; fi 2024-08-20T22:02:22.3373364Z #98 DONE 0.7s 2024-08-20T22:02:22.4905654Z 2024-08-20T22:02:22.4906128Z #99 exporting to image 2024-08-20T22:02:22.4906507Z #99 exporting layers 2024-08-20T22:03:01.8351964Z #99 exporting layers 39.5s done 2024-08-20T22:03:01.9237976Z #99 writing image sha256:e4251cf8105009aeb4b8ed21db28f029ef67f859d4e70b339607f6e2240f3090 done 2024-08-20T22:03:01.9238806Z #99 naming to docker.io/library/tmp.bwbpzzroex done 2024-08-20T22:03:01.9241175Z #99 naming to 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide:f6d216893d65c7b8ae43df4daaf247db808378e9 done 2024-08-20T22:03:01.9242215Z #99 DONE 39.5s 2024-08-20T22:03:01.9298138Z ++ echo 22.04 2024-08-20T22:03:01.9298573Z ++ sed 's/-rc$//' 2024-08-20T22:03:01.9316367Z + UBUNTU_VERSION=22.04 2024-08-20T22:03:01.9316789Z + [[ ubuntu == \u\b\u\n\t\u ]] 2024-08-20T22:03:01.9322335Z + drun lsb_release -a 2024-08-20T22:03:01.9322802Z + grep -qF Ubuntu 2024-08-20T22:03:02.8373319Z + drun lsb_release -a 2024-08-20T22:03:02.8373966Z + grep -qF 22.04 2024-08-20T22:03:03.9010722Z + '[' -n 3.12 ']' 2024-08-20T22:03:03.9016030Z + drun python --version 2024-08-20T22:03:03.9017155Z + grep -qF 'Python 3.12' 2024-08-20T22:03:04.9495644Z + '[' -n 11 ']' 2024-08-20T22:03:04.9500036Z + drun gcc --version 2024-08-20T22:03:04.9501265Z + grep -q ' 11\W' 2024-08-20T22:03:05.8308270Z + '[' -n '' ']' 2024-08-20T22:03:05.8308715Z + '[' -n '' ']' 2024-08-20T22:03:05.8310580Z + '[' true == true ']' 2024-08-20T22:03:05.8311774Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:03:06.1053918Z + '[' false == true ']' 2024-08-20T22:03:06.1055273Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:03:06.3086274Z { 2024-08-20T22:03:06.3086833Z "schemaVersion": 2, 2024-08-20T22:03:06.3087547Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2024-08-20T22:03:06.3088397Z "config": { 2024-08-20T22:03:06.3088874Z "mediaType": "application/vnd.docker.container.image.v1+json", 2024-08-20T22:03:06.3089423Z "size": 43390, 2024-08-20T22:03:06.3090012Z "digest": "sha256:ee28f4deeb0a56e9b8ef38925c57c9bc61675116da5ecad29abb0795ec049a9b" 2024-08-20T22:03:06.3090664Z }, 2024-08-20T22:03:06.3090900Z "layers": [ 2024-08-20T22:03:06.3091177Z { 2024-08-20T22:03:06.3091622Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3092179Z "size": 30440714, 2024-08-20T22:03:06.3107710Z "digest": "sha256:762bedf4b1b784c3de6c5022c5307d63123d3b7cdd59211317e37e9d477deaa0" 2024-08-20T22:03:06.3108429Z }, 2024-08-20T22:03:06.3108663Z { 2024-08-20T22:03:06.3109122Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3109699Z "size": 1822, 2024-08-20T22:03:06.3110219Z "digest": "sha256:3e68860cc8686a3464486757e6a0706eb121e17f97cf46abc6827c37c7db8fad" 2024-08-20T22:03:06.3110856Z }, 2024-08-20T22:03:06.3111101Z { 2024-08-20T22:03:06.3111537Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3112116Z "size": 313164856, 2024-08-20T22:03:06.3112803Z "digest": "sha256:3eb0c37cf8edca68fb8200e83b4d32798eef3918251b1bb6224db6c0a15b193d" 2024-08-20T22:03:06.3113435Z }, 2024-08-20T22:03:06.3113688Z { 2024-08-20T22:03:06.3114136Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3114690Z "size": 805, 2024-08-20T22:03:06.3115247Z "digest": "sha256:b4b8711c4032afed82606ac80d86cf534a774838767d27f69f08fc32a3e89855" 2024-08-20T22:03:06.3115885Z }, 2024-08-20T22:03:06.3116250Z { 2024-08-20T22:03:06.3116691Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3117245Z "size": 106, 2024-08-20T22:03:06.3117786Z "digest": "sha256:4698a624efc1e78573944c8942739117a30e0a2d1a3ac3c3e4929360ebd7a25a" 2024-08-20T22:03:06.3118407Z }, 2024-08-20T22:03:06.3118720Z { 2024-08-20T22:03:06.3119159Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3119913Z "size": 544, 2024-08-20T22:03:06.3120455Z "digest": "sha256:c1f931c6e797bd9475c5443288cb556c8d16e1e69691e437cdb501d776cd53c1" 2024-08-20T22:03:06.3121092Z }, 2024-08-20T22:03:06.3121343Z { 2024-08-20T22:03:06.3121762Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3122333Z "size": 1215, 2024-08-20T22:03:06.3122896Z "digest": "sha256:a8e9d48e2f55b95fa7916821c77ca88907ca5ed3ee876b1e95a042ecc9c21567" 2024-08-20T22:03:06.3123517Z }, 2024-08-20T22:03:06.3123841Z { 2024-08-20T22:03:06.3124294Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3124840Z "size": 482, 2024-08-20T22:03:06.3125398Z "digest": "sha256:103572a58e15d6460fb80b4fdb4eda2c2ceba6f2fc4411e992af68169f57ca53" 2024-08-20T22:03:06.3126037Z }, 2024-08-20T22:03:06.3126265Z { 2024-08-20T22:03:06.3126704Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3127370Z "size": 110, 2024-08-20T22:03:06.3127901Z "digest": "sha256:c0f3809f83134570bcd1e024e74406c2acb6b4de1992850652f3abfc4049997a" 2024-08-20T22:03:06.3128535Z }, 2024-08-20T22:03:06.3128781Z { 2024-08-20T22:03:06.3129200Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3129768Z "size": 3840, 2024-08-20T22:03:06.3130319Z "digest": "sha256:7477da18e722b6194226ccec35248dd1a82d7c2fd706722adaee9d073de897ec" 2024-08-20T22:03:06.3130932Z }, 2024-08-20T22:03:06.3131192Z { 2024-08-20T22:03:06.3131641Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3132184Z "size": 1909, 2024-08-20T22:03:06.3132752Z "digest": "sha256:74d3a8da236ec3388f152ced2a1fc6845c31252cbddd16423df5fde191a0d2ad" 2024-08-20T22:03:06.3133394Z }, 2024-08-20T22:03:06.3133855Z { 2024-08-20T22:03:06.3134297Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3134942Z "size": 700, 2024-08-20T22:03:06.3135471Z "digest": "sha256:0ff9991ff64493e8323b8f870b56a0b49c2157d4b572bce1a4b9129b95df4352" 2024-08-20T22:03:06.3136106Z }, 2024-08-20T22:03:06.3136354Z { 2024-08-20T22:03:06.3136772Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3137343Z "size": 2653372758, 2024-08-20T22:03:06.3137916Z "digest": "sha256:38a084f7679a0803716ae112dbfdbc3880f5a9a8f97f257ee1ce8da569c16213" 2024-08-20T22:03:06.3138525Z }, 2024-08-20T22:03:06.3138767Z { 2024-08-20T22:03:06.3139253Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3139799Z "size": 32, 2024-08-20T22:03:06.3140354Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3140994Z }, 2024-08-20T22:03:06.3141218Z { 2024-08-20T22:03:06.3141660Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3142232Z "size": 380, 2024-08-20T22:03:06.3142775Z "digest": "sha256:6eb9c11354cc2a4f5e8ce9bc04320ba44a1697a3faf8971ed7efbefc05d186ef" 2024-08-20T22:03:06.3143421Z }, 2024-08-20T22:03:06.3143720Z { 2024-08-20T22:03:06.3144137Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3144704Z "size": 222016, 2024-08-20T22:03:06.3145277Z "digest": "sha256:8ce5d8d5298bb907d675cd28478dabf77e864fb7ae0ae0ce479c5ceb50aa0611" 2024-08-20T22:03:06.3145900Z }, 2024-08-20T22:03:06.3146153Z { 2024-08-20T22:03:06.3146714Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3147254Z "size": 231, 2024-08-20T22:03:06.3147794Z "digest": "sha256:e896c89952b7468ca5fdaba3c683a7d4fa06502e6d9b2dee46cdc2e74c022921" 2024-08-20T22:03:06.3148424Z }, 2024-08-20T22:03:06.3148647Z { 2024-08-20T22:03:06.3149082Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3149636Z "size": 2920967, 2024-08-20T22:03:06.3150163Z "digest": "sha256:240ae171b9fb1876d213b1bd915a974ed49f4fbde61c76c7b9a5f0a995a60fd0" 2024-08-20T22:03:06.3150785Z }, 2024-08-20T22:03:06.3151025Z { 2024-08-20T22:03:06.3151438Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3151989Z "size": 1805, 2024-08-20T22:03:06.3152536Z "digest": "sha256:cbc92f33f45af1540219646486dd2c6b5501a47cecfad0f2e0a1215290a6c1cd" 2024-08-20T22:03:06.3153133Z }, 2024-08-20T22:03:06.3153373Z { 2024-08-20T22:03:06.3153799Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3154333Z "size": 4419755507, 2024-08-20T22:03:06.3154904Z "digest": "sha256:81375263e5f3a275d82aa9ba9adb292a86568aeae6fb8ce7eddffb603f6fae96" 2024-08-20T22:03:06.3155530Z }, 2024-08-20T22:03:06.3155753Z { 2024-08-20T22:03:06.3156184Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3156739Z "size": 563, 2024-08-20T22:03:06.3157264Z "digest": "sha256:806fd582a5556ee8928aab5dd1ddf8cc27c05a022c31e315fd119c0bf304f271" 2024-08-20T22:03:06.3157939Z }, 2024-08-20T22:03:06.3158184Z { 2024-08-20T22:03:06.3158595Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3159152Z "size": 32, 2024-08-20T22:03:06.3159795Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3160619Z }, 2024-08-20T22:03:06.3160946Z { 2024-08-20T22:03:06.3161388Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3161934Z "size": 104, 2024-08-20T22:03:06.3162491Z "digest": "sha256:7421cdddd2b115553175ff613a4c24340ea5aa28f2b0176f866dd096178751a1" 2024-08-20T22:03:06.3163124Z }, 2024-08-20T22:03:06.3163352Z { 2024-08-20T22:03:06.3163789Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3164352Z "size": 503, 2024-08-20T22:03:06.3164891Z "digest": "sha256:22853b04fe41e3da46ccd39284a80a1fd6ea6679f6cfd8a067ab73521a941dfe" 2024-08-20T22:03:06.3165571Z }, 2024-08-20T22:03:06.3165820Z { 2024-08-20T22:03:06.3166239Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3166804Z "size": 32, 2024-08-20T22:03:06.3167356Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3168004Z }, 2024-08-20T22:03:06.3168229Z { 2024-08-20T22:03:06.3168668Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3169234Z "size": 109, 2024-08-20T22:03:06.3169810Z "digest": "sha256:e55bebfdea00c9ee533e3356a068d1b61165a6821e41c4caf5364ee53a3d6f75" 2024-08-20T22:03:06.3170456Z }, 2024-08-20T22:03:06.3170706Z { 2024-08-20T22:03:06.3171127Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3171693Z "size": 490, 2024-08-20T22:03:06.3172241Z "digest": "sha256:49638d2e6f59c3348063ca8cdb2e7cfa3a38c5b76d421ac4519556bfab380f9a" 2024-08-20T22:03:06.3172941Z }, 2024-08-20T22:03:06.3173175Z { 2024-08-20T22:03:06.3173585Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3174094Z "size": 32, 2024-08-20T22:03:06.3174639Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3175238Z }, 2024-08-20T22:03:06.3175450Z { 2024-08-20T22:03:06.3175864Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3176393Z "size": 103, 2024-08-20T22:03:06.3176877Z "digest": "sha256:33880da5b48d91baf1306c30cf149599a6301c7ebd9b76421b5b71642c98bcd9" 2024-08-20T22:03:06.3177460Z }, 2024-08-20T22:03:06.3177694Z { 2024-08-20T22:03:06.3178084Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3178617Z "size": 1473, 2024-08-20T22:03:06.3179128Z "digest": "sha256:6c551c35d90e36e89b0f18f2d4b97696214b6a855632b73423fe14a29fca164c" 2024-08-20T22:03:06.3179688Z }, 2024-08-20T22:03:06.3179924Z { 2024-08-20T22:03:06.3180331Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3180844Z "size": 32, 2024-08-20T22:03:06.3181366Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3181959Z }, 2024-08-20T22:03:06.3182168Z { 2024-08-20T22:03:06.3182579Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3183109Z "size": 162, 2024-08-20T22:03:06.3183605Z "digest": "sha256:202d077dc1045a2abcb6a6fd249e763c0a1ce15f3902efb5ea7b33b013586172" 2024-08-20T22:03:06.3184200Z }, 2024-08-20T22:03:06.3184432Z { 2024-08-20T22:03:06.3184821Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3185348Z "size": 2209, 2024-08-20T22:03:06.3185865Z "digest": "sha256:87b3dee8bd20c710461aa6a4dff5985f103d197343ebff7cb10292c268c040a5" 2024-08-20T22:03:06.3186441Z }, 2024-08-20T22:03:06.3186671Z { 2024-08-20T22:03:06.3187082Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3187653Z "size": 152, 2024-08-20T22:03:06.3188174Z "digest": "sha256:c6551d5dd4952df44172eed0d07388ffccbdfb0fdc1d90198b1b602315208a29" 2024-08-20T22:03:06.3188774Z }, 2024-08-20T22:03:06.3188989Z { 2024-08-20T22:03:06.3189402Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3189926Z "size": 646, 2024-08-20T22:03:06.3190410Z "digest": "sha256:3bdd650c7b638f6900aeb0c52c322e797873d61754ba7155098f1307ad541178" 2024-08-20T22:03:06.3190993Z }, 2024-08-20T22:03:06.3191223Z { 2024-08-20T22:03:06.3191616Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3192143Z "size": 32, 2024-08-20T22:03:06.3192656Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3193229Z }, 2024-08-20T22:03:06.3193459Z { 2024-08-20T22:03:06.3193867Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3194406Z "size": 168, 2024-08-20T22:03:06.3194909Z "digest": "sha256:b2b57064098d6772b54c5ec8f3362616969589e17c3a31fafeb51184da619d81" 2024-08-20T22:03:06.3195488Z }, 2024-08-20T22:03:06.3195703Z { 2024-08-20T22:03:06.3196111Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3196634Z "size": 109, 2024-08-20T22:03:06.3197114Z "digest": "sha256:8a34f186d505a082956dd857ec4e0594f7577f12e61f5dea138fd09ba20f8811" 2024-08-20T22:03:06.3197701Z }, 2024-08-20T22:03:06.3197930Z { 2024-08-20T22:03:06.3198315Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3198880Z "size": 102, 2024-08-20T22:03:06.3199397Z "digest": "sha256:58bbcb2611103175acb30b3fb1632e062260b8ceed5dcce75c03d4bbd78099c2" 2024-08-20T22:03:06.3200270Z }, 2024-08-20T22:03:06.3200526Z { 2024-08-20T22:03:06.3201031Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3201584Z "size": 421, 2024-08-20T22:03:06.3202116Z "digest": "sha256:544c2052feedf0a82d762612875874359ce07444d559638e28150b15ca3d4fde" 2024-08-20T22:03:06.3202738Z }, 2024-08-20T22:03:06.3202966Z { 2024-08-20T22:03:06.3203448Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3204017Z "size": 32, 2024-08-20T22:03:06.3204549Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3205189Z }, 2024-08-20T22:03:06.3205434Z { 2024-08-20T22:03:06.3205850Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3206422Z "size": 111, 2024-08-20T22:03:06.3206991Z "digest": "sha256:a4cfc4f8e1b5e84b9d0228d1764ced72ddb01d15dc34fe533211f5b23a79052a" 2024-08-20T22:03:06.3207621Z }, 2024-08-20T22:03:06.3207872Z { 2024-08-20T22:03:06.3208307Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3208857Z "size": 474, 2024-08-20T22:03:06.3209397Z "digest": "sha256:153ef852ef35c5e1e81234090169d194d03048be8d619b613899304c7670b4e6" 2024-08-20T22:03:06.3210104Z }, 2024-08-20T22:03:06.3210353Z { 2024-08-20T22:03:06.3210776Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3211345Z "size": 32, 2024-08-20T22:03:06.3211900Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3212538Z }, 2024-08-20T22:03:06.3212883Z { 2024-08-20T22:03:06.3213311Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3213862Z "size": 112, 2024-08-20T22:03:06.3214394Z "digest": "sha256:7c025cc7175707505effbc1db4dff147e0d00f18bfb8ad37706d1bcddf14df57" 2024-08-20T22:03:06.3215023Z }, 2024-08-20T22:03:06.3215268Z { 2024-08-20T22:03:06.3215680Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3216233Z "size": 564, 2024-08-20T22:03:06.3216779Z "digest": "sha256:7f5d2b3e8467fc66c567dff1bd87001ccc0b157a9c04a87bdc0434cda8ee12f5" 2024-08-20T22:03:06.3217389Z }, 2024-08-20T22:03:06.3217679Z { 2024-08-20T22:03:06.3218105Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3218643Z "size": 43012711, 2024-08-20T22:03:06.3219195Z "digest": "sha256:3e39e43c7eb5c936f8c0e229152e07102c597044cc7ad11308c7056d758ad774" 2024-08-20T22:03:06.3219961Z }, 2024-08-20T22:03:06.3220178Z { 2024-08-20T22:03:06.3220600Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3221150Z "size": 106, 2024-08-20T22:03:06.3221656Z "digest": "sha256:61d4b435a36866ee73eb6e937013a9548c9bd5093609a11dfab3278f67d9c435" 2024-08-20T22:03:06.3222263Z }, 2024-08-20T22:03:06.3222499Z { 2024-08-20T22:03:06.3222904Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3223457Z "size": 295, 2024-08-20T22:03:06.3223993Z "digest": "sha256:f9e9c7f4cee679fd65351a9f8c481e68b34c5e48ab72818c7cb08032571dee5c" 2024-08-20T22:03:06.3224625Z }, 2024-08-20T22:03:06.3224873Z { 2024-08-20T22:03:06.3225401Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3225908Z "size": 32, 2024-08-20T22:03:06.3226421Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3227017Z }, 2024-08-20T22:03:06.3227222Z { 2024-08-20T22:03:06.3227629Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3228149Z "size": 106, 2024-08-20T22:03:06.3228643Z "digest": "sha256:e123a9719ced2ca7438ac0ca4851758c26b5cc073a2dddf91c7ea80247698b50" 2024-08-20T22:03:06.3229233Z }, 2024-08-20T22:03:06.3229490Z { 2024-08-20T22:03:06.3229875Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3230398Z "size": 424, 2024-08-20T22:03:06.3230899Z "digest": "sha256:d8e001772f4b0711c322fe91df3dd2536c629bf779e810e970db242113da26ff" 2024-08-20T22:03:06.3231465Z }, 2024-08-20T22:03:06.3231690Z { 2024-08-20T22:03:06.3232092Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3232597Z "size": 19308711, 2024-08-20T22:03:06.3233161Z "digest": "sha256:b0a2710c415298509d2cc769d6fb3f5e820ec907deffd85a8c9d75e86b3c3921" 2024-08-20T22:03:06.3233925Z }, 2024-08-20T22:03:06.3234317Z { 2024-08-20T22:03:06.3234809Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3235377Z "size": 108, 2024-08-20T22:03:06.3235924Z "digest": "sha256:14ec33dcb5d337ba38c5de5e8056ccad2b64f1ed59f99adb19cea56f849efef8" 2024-08-20T22:03:06.3236578Z }, 2024-08-20T22:03:06.3236821Z { 2024-08-20T22:03:06.3237240Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3237802Z "size": 439, 2024-08-20T22:03:06.3238354Z "digest": "sha256:2df05b978f4f938e9bb71db131c271e325b6b9f3e4c5c8388d962ff884e617fe" 2024-08-20T22:03:06.3238975Z }, 2024-08-20T22:03:06.3239210Z { 2024-08-20T22:03:06.3239699Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3240270Z "size": 700, 2024-08-20T22:03:06.3240810Z "digest": "sha256:0ff9991ff64493e8323b8f870b56a0b49c2157d4b572bce1a4b9129b95df4352" 2024-08-20T22:03:06.3241408Z }, 2024-08-20T22:03:06.3241648Z { 2024-08-20T22:03:06.3242078Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3242618Z "size": 142, 2024-08-20T22:03:06.3243155Z "digest": "sha256:eb6702a5a977b05c648b941a0101a6fba2944b78eaad59897be7240268ce12b0" 2024-08-20T22:03:06.3243779Z }, 2024-08-20T22:03:06.3243998Z { 2024-08-20T22:03:06.3244426Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3244977Z "size": 134, 2024-08-20T22:03:06.3245514Z "digest": "sha256:94fcbc1292fdff606cc823ff24cc8eaaa8da2c0d9299bfa630b6cf5e697f46db" 2024-08-20T22:03:06.3246158Z }, 2024-08-20T22:03:06.3246391Z { 2024-08-20T22:03:06.3246802Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3247355Z "size": 32, 2024-08-20T22:03:06.3247993Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3248606Z }, 2024-08-20T22:03:06.3248846Z { 2024-08-20T22:03:06.3249279Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3249818Z "size": 196, 2024-08-20T22:03:06.3250381Z "digest": "sha256:f311dad2c63a5b5fe3aabe5c3ee3a6eabb7b66b04591cb44b75097a95be4bb1a" 2024-08-20T22:03:06.3251025Z }, 2024-08-20T22:03:06.3251241Z { 2024-08-20T22:03:06.3251783Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3252300Z "size": 1379, 2024-08-20T22:03:06.3252814Z "digest": "sha256:2fcad5ce7d0dacaf85cad397ad99ac690e52f81a6db6c40be6f16f9995afe5a5" 2024-08-20T22:03:06.3253418Z }, 2024-08-20T22:03:06.3253639Z { 2024-08-20T22:03:06.3254022Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3254591Z "size": 700, 2024-08-20T22:03:06.3255083Z "digest": "sha256:0ff9991ff64493e8323b8f870b56a0b49c2157d4b572bce1a4b9129b95df4352" 2024-08-20T22:03:06.3255642Z }, 2024-08-20T22:03:06.3255859Z { 2024-08-20T22:03:06.3256260Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3256764Z "size": 139, 2024-08-20T22:03:06.3257266Z "digest": "sha256:414ae9f8a2f6f6b1838733e95af23347c738bb109b186780bc6ecf1ce4c576c8" 2024-08-20T22:03:06.3257844Z }, 2024-08-20T22:03:06.3258049Z { 2024-08-20T22:03:06.3258443Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3258955Z "size": 32, 2024-08-20T22:03:06.3259491Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3260077Z }, 2024-08-20T22:03:06.3260296Z { 2024-08-20T22:03:06.3260675Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3261191Z "size": 155, 2024-08-20T22:03:06.3261691Z "digest": "sha256:1b2c4741ecebae2f28426bb6b32723535151e9331f9693986c410193f5827927" 2024-08-20T22:03:06.3262247Z }, 2024-08-20T22:03:06.3262465Z { 2024-08-20T22:03:06.3262903Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3263403Z "size": 849, 2024-08-20T22:03:06.3263918Z "digest": "sha256:e8ecac646d9df3bb38875ed5db578b0263ca917dfeae359972429e3c0e04282c" 2024-08-20T22:03:06.3264512Z }, 2024-08-20T22:03:06.3264714Z { 2024-08-20T22:03:06.3265109Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3265631Z "size": 700, 2024-08-20T22:03:06.3266110Z "digest": "sha256:0ff9991ff64493e8323b8f870b56a0b49c2157d4b572bce1a4b9129b95df4352" 2024-08-20T22:03:06.3266683Z }, 2024-08-20T22:03:06.3266902Z { 2024-08-20T22:03:06.3267286Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3267802Z "size": 140, 2024-08-20T22:03:06.3268314Z "digest": "sha256:ddaee71b2ee424c344d4e3dea2902545000b2db2c5c266d4212c96a3b2940f07" 2024-08-20T22:03:06.3268889Z }, 2024-08-20T22:03:06.3269108Z { 2024-08-20T22:03:06.3269510Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3270011Z "size": 32, 2024-08-20T22:03:06.3270519Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3271103Z }, 2024-08-20T22:03:06.3271308Z { 2024-08-20T22:03:06.3271707Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3272223Z "size": 159, 2024-08-20T22:03:06.3272714Z "digest": "sha256:8362f04813c3ceae8ec60bb07ba682cf469c6685bd9b8004b885902a7e24c3c5" 2024-08-20T22:03:06.3273297Z }, 2024-08-20T22:03:06.3273523Z { 2024-08-20T22:03:06.3273902Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3274418Z "size": 907, 2024-08-20T22:03:06.3274920Z "digest": "sha256:ef39f0788712bb902d897726ea91a4aa1469c169a7d964ffbab4c0ee40139464" 2024-08-20T22:03:06.3275480Z }, 2024-08-20T22:03:06.3275704Z { 2024-08-20T22:03:06.3276152Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3276655Z "size": 700, 2024-08-20T22:03:06.3277158Z "digest": "sha256:0ff9991ff64493e8323b8f870b56a0b49c2157d4b572bce1a4b9129b95df4352" 2024-08-20T22:03:06.3277735Z }, 2024-08-20T22:03:06.3277939Z { 2024-08-20T22:03:06.3278341Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3278862Z "size": 134, 2024-08-20T22:03:06.3279356Z "digest": "sha256:0d42eb6d146e1fe974f4c30fdc66c110a7ef858db33ed1a09e2831de2ba16068" 2024-08-20T22:03:06.3280263Z }, 2024-08-20T22:03:06.3280506Z { 2024-08-20T22:03:06.3280962Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3281523Z "size": 1556205176, 2024-08-20T22:03:06.3282088Z "digest": "sha256:28f63f6378228e68f13a69fa071cf86bf016078b4db2b49aae069c1abf27c2ef" 2024-08-20T22:03:06.3282754Z }, 2024-08-20T22:03:06.3282975Z { 2024-08-20T22:03:06.3283406Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3283947Z "size": 158, 2024-08-20T22:03:06.3284491Z "digest": "sha256:de011527032b950980e57fcdec33c84ae4ab25d3cf123b04929e5bb2e211688e" 2024-08-20T22:03:06.3285120Z }, 2024-08-20T22:03:06.3285336Z { 2024-08-20T22:03:06.3285762Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3286314Z "size": 1578, 2024-08-20T22:03:06.3286837Z "digest": "sha256:2d26e810d795d347e50dfb2f214f58ce8125a22f38334a8e4306e5f4a420c9ac" 2024-08-20T22:03:06.3287455Z }, 2024-08-20T22:03:06.3287691Z { 2024-08-20T22:03:06.3288132Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3288688Z "size": 32, 2024-08-20T22:03:06.3289225Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3289854Z }, 2024-08-20T22:03:06.3290081Z { 2024-08-20T22:03:06.3290507Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3291062Z "size": 137, 2024-08-20T22:03:06.3291648Z "digest": "sha256:8f7126d9ac6242d178858dcdd4a89615dd36ec4ed5087a7af4a5d53bffdc2efd" 2024-08-20T22:03:06.3292280Z }, 2024-08-20T22:03:06.3292625Z { 2024-08-20T22:03:06.3293009Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3293529Z "size": 378, 2024-08-20T22:03:06.3294037Z "digest": "sha256:74a753149fc645e6245fe461a918a64cedcfb362a8ff120fabcf2e3dfb0f48e1" 2024-08-20T22:03:06.3294603Z }, 2024-08-20T22:03:06.3294824Z { 2024-08-20T22:03:06.3295224Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3295724Z "size": 32, 2024-08-20T22:03:06.3296225Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3296811Z }, 2024-08-20T22:03:06.3297018Z { 2024-08-20T22:03:06.3297414Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3297934Z "size": 104, 2024-08-20T22:03:06.3298420Z "digest": "sha256:77827cf7dbf38a99a8617244a3dcab20734cf174e3ad01cbce6329577c5e0905" 2024-08-20T22:03:06.3299005Z }, 2024-08-20T22:03:06.3299224Z { 2024-08-20T22:03:06.3299606Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3300117Z "size": 1841, 2024-08-20T22:03:06.3300618Z "digest": "sha256:eb3015bc133699a36bd49311c498c587a728d35f8202335aef6cf05b0ef65ea7" 2024-08-20T22:03:06.3301172Z }, 2024-08-20T22:03:06.3301394Z { 2024-08-20T22:03:06.3301794Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3302294Z "size": 7529740, 2024-08-20T22:03:06.3302809Z "digest": "sha256:14d20f9d081f8961a6ca73fc3854cba1ee83970a9efb3e7777a6b0818e7a683f" 2024-08-20T22:03:06.3303388Z }, 2024-08-20T22:03:06.3303591Z { 2024-08-20T22:03:06.3303994Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3304513Z "size": 106, 2024-08-20T22:03:06.3305001Z "digest": "sha256:b0a6d56fcc8a1c705870efcba72047e2663788049ba8a39b8a387fb3547ac347" 2024-08-20T22:03:06.3306577Z }, 2024-08-20T22:03:06.3306798Z { 2024-08-20T22:03:06.3307194Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3307714Z "size": 163, 2024-08-20T22:03:06.3308222Z "digest": "sha256:810d26edbfe11d7ee1240c0c7f73467d23a2a9904e4429c0df6a0db5c42fb6b4" 2024-08-20T22:03:06.3308789Z }, 2024-08-20T22:03:06.3309010Z { 2024-08-20T22:03:06.3309409Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3309914Z "size": 7943, 2024-08-20T22:03:06.3310461Z "digest": "sha256:803c235dd78de11decee19c3b9ec02ac59fd8b5274dc4636b0073760586bb21e" 2024-08-20T22:03:06.3311048Z }, 2024-08-20T22:03:06.3311252Z { 2024-08-20T22:03:06.3311651Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3312212Z "size": 8075, 2024-08-20T22:03:06.3312719Z "digest": "sha256:f68a7ccfb86b6cc16b97e17ef00e5441dba358edef6a0af9f3b88f5cb91318ed" 2024-08-20T22:03:06.3313324Z }, 2024-08-20T22:03:06.3313546Z { 2024-08-20T22:03:06.3313937Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3314453Z "size": 301, 2024-08-20T22:03:06.3314960Z "digest": "sha256:b64f471485ffff78213a9fe822dedf8b1acd5ff0384e77b58004c5dc0802eb18" 2024-08-20T22:03:06.3315529Z }, 2024-08-20T22:03:06.3315751Z { 2024-08-20T22:03:06.3316152Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3316657Z "size": 20521456, 2024-08-20T22:03:06.3317213Z "digest": "sha256:84c7c7a31267f0bba08b6d1cf19ec847330cdf74e15d01b70202216afcae3df7" 2024-08-20T22:03:06.3317801Z }, 2024-08-20T22:03:06.3318005Z { 2024-08-20T22:03:06.3318404Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3318929Z "size": 108, 2024-08-20T22:03:06.3319583Z "digest": "sha256:c6bdad521151556ce3b221a810ae6408475aec1b075b45caaa13aa6b0861cb21" 2024-08-20T22:03:06.3320462Z }, 2024-08-20T22:03:06.3320702Z { 2024-08-20T22:03:06.3321156Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3321718Z "size": 54145657, 2024-08-20T22:03:06.3322270Z "digest": "sha256:82fa0ee83367af415a38e07a795aa0dfa9038e999633785a656712d303293b14" 2024-08-20T22:03:06.3322868Z }, 2024-08-20T22:03:06.3323102Z { 2024-08-20T22:03:06.3323533Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:03:06.3324069Z "size": 32, 2024-08-20T22:03:06.3324611Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-08-20T22:03:06.3325244Z } 2024-08-20T22:03:06.3325460Z ] 2024-08-20T22:03:06.3325691Z } 2024-08-20T22:03:06.3472103Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2024-08-20T22:03:06.3472635Z with: 2024-08-20T22:03:06.3473451Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:03:06.3474519Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:03:06.3474980Z env: 2024-08-20T22:03:06.3475388Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:03:06.3475929Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:03:06.3476617Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T22:03:06.3477330Z ##[endgroup] 2024-08-20T22:03:06.3497128Z ##[group]Run set -x 2024-08-20T22:03:06.3497453Z set -x 2024-08-20T22:03:06.3497720Z set +e 2024-08-20T22:03:06.3497982Z  2024-08-20T22:03:06.3498214Z login() { 2024-08-20T22:03:06.3498885Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-20T22:03:06.3499538Z } 2024-08-20T22:03:06.3499789Z  2024-08-20T22:03:06.3500037Z retry () { 2024-08-20T22:03:06.3500450Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-20T22:03:06.3500856Z } 2024-08-20T22:03:06.3501099Z  2024-08-20T22:03:06.3501360Z retry login "${DOCKER_REGISTRY}" 2024-08-20T22:03:06.3501735Z  2024-08-20T22:03:06.3501972Z set -e 2024-08-20T22:03:06.3502385Z # ignore output since only exit code is used for conditional 2024-08-20T22:03:06.3503026Z # only pull docker image if it's not available locally 2024-08-20T22:03:06.3503736Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-20T22:03:06.3504377Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-20T22:03:06.3504763Z fi 2024-08-20T22:03:06.3514021Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:03:06.3514488Z env: 2024-08-20T22:03:06.3514905Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:03:06.3515515Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:03:06.3516222Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T22:03:06.3517508Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:03:06.3518549Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:03:06.3519010Z ##[endgroup] 2024-08-20T22:03:06.3548823Z + set +e 2024-08-20T22:03:06.3549811Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:03:06.3550501Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:03:06.3552439Z + aws ecr get-login-password --region us-east-1 2024-08-20T22:03:06.3554626Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:03:06.8702954Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-20T22:03:06.8703860Z Configure a credential helper to remove this warning. See 2024-08-20T22:03:06.8704712Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-20T22:03:06.8705248Z 2024-08-20T22:03:06.8705352Z Login Succeeded 2024-08-20T22:03:06.8716193Z + set -e 2024-08-20T22:03:06.8717300Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:03:06.8906872Z Prepare all required actions 2024-08-20T22:03:06.8949521Z ##[group]Run ./.github/actions/chown-workspace 2024-08-20T22:03:06.8949917Z with: 2024-08-20T22:03:06.8950314Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:03:06.8950829Z env: 2024-08-20T22:03:06.8951216Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:03:06.8951750Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:03:06.8952436Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T22:03:06.8953148Z ##[endgroup] 2024-08-20T22:03:06.8971040Z ##[group]Run docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-20T22:03:06.8971955Z docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-20T22:03:06.8978410Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:03:06.8978861Z env: 2024-08-20T22:03:06.8979292Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:03:06.8979841Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:03:06.8980533Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T22:03:06.8981245Z ##[endgroup] 2024-08-20T22:03:06.9149318Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-08-20T22:03:07.1272084Z latest: Pulling from tool/alpine 2024-08-20T22:03:07.1272553Z 540db60ca938: Pulling fs layer 2024-08-20T22:03:07.2356193Z 540db60ca938: Download complete 2024-08-20T22:03:07.3060326Z 540db60ca938: Pull complete 2024-08-20T22:03:07.3144967Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-20T22:03:07.3181631Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-20T22:03:09.1856645Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2024-08-20T22:03:09.1857189Z with: 2024-08-20T22:03:09.1857423Z env: 2024-08-20T22:03:09.1857831Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:03:09.1858401Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:03:09.1859136Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T22:03:09.1859868Z ##[endgroup] 2024-08-20T22:03:09.1880461Z ##[group]Run set -eou pipefail 2024-08-20T22:03:09.1880943Z set -eou pipefail 2024-08-20T22:03:09.1881274Z  2024-08-20T22:03:09.1881762Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-20T22:03:09.1882400Z for _ in $(seq 1440); do 2024-08-20T22:03:09.1882852Z  # Break if no ssh session exists anymore 2024-08-20T22:03:09.1883333Z  if [ "$(who)" = "" ]; then 2024-08-20T22:03:09.1883766Z  break 2024-08-20T22:03:09.1884048Z  fi 2024-08-20T22:03:09.1884326Z  echo "." 2024-08-20T22:03:09.1884636Z  sleep 5 2024-08-20T22:03:09.1884919Z done 2024-08-20T22:03:09.1891684Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:03:09.1892178Z env: 2024-08-20T22:03:09.1892898Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:03:09.1893440Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:03:09.1894136Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T22:03:09.1894838Z ##[endgroup] 2024-08-20T22:03:09.1920806Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-20T22:03:09.1975653Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-20T22:03:09.1976359Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-20T22:03:09.1977591Z # shellcheck disable=SC2046 2024-08-20T22:03:09.1977987Z docker stop $(docker ps -q) || true 2024-08-20T22:03:09.1978415Z # Prune all of the docker images 2024-08-20T22:03:09.1978815Z docker system prune -af 2024-08-20T22:03:09.1984225Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:03:09.1984681Z env: 2024-08-20T22:03:09.1985104Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:03:09.1985673Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:03:09.1986387Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide 2024-08-20T22:03:09.1987148Z ##[endgroup] 2024-08-20T22:03:09.2249737Z "docker stop" requires at least 1 argument. 2024-08-20T22:03:09.2250422Z See 'docker stop --help'. 2024-08-20T22:03:09.2250648Z 2024-08-20T22:03:09.2250856Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-20T22:03:09.2251238Z 2024-08-20T22:03:09.2251381Z Stop one or more running containers 2024-08-20T22:03:09.2591211Z Deleted Images: 2024-08-20T22:03:09.2592473Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.12-halide:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:03:09.2593470Z untagged: tmp.bwbpzzroex:latest 2024-08-20T22:03:09.2594079Z deleted: sha256:e4251cf8105009aeb4b8ed21db28f029ef67f859d4e70b339607f6e2240f3090 2024-08-20T22:03:09.2594977Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-20T22:03:09.2596268Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-20T22:03:09.2597647Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-20T22:03:09.2598512Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-20T22:03:09.2616031Z 2024-08-20T22:03:14.7854984Z Deleted build cache objects: 2024-08-20T22:03:14.7855758Z bx8a7ftnl61w819bhlw7n7we7 2024-08-20T22:03:14.7856140Z zavo67oua6e10rhiizqjm68u7 2024-08-20T22:03:14.7856536Z ds7tl6lflwwwizomnkdy1es7t 2024-08-20T22:03:14.7856868Z r83axtcuf3hbwt5lsre3rw99c 2024-08-20T22:03:14.7857210Z 9v5rfbas1yqv07km5rnbb8r7t 2024-08-20T22:03:14.7857555Z tifp5muo4k1u04aiov7aq3evk 2024-08-20T22:03:14.7857881Z m5xz3c34dpvbd3knipljwp2mn 2024-08-20T22:03:14.7858222Z uvhpemivpmov65gik1cncz4zm 2024-08-20T22:03:14.7858567Z n0bb0nhfdxa3ohc7zp8c6i9w0 2024-08-20T22:03:14.7858891Z jvv8tnwm1982ouqga0pxp2ei6 2024-08-20T22:03:14.7859224Z ri2xgcl2xtr562t5aeaiqpgyb 2024-08-20T22:03:14.7859651Z moseav1lcdokaseqh799y3gnl 2024-08-20T22:03:14.7859979Z 887fhkn7zzclgrtedru2nqehb 2024-08-20T22:03:14.7860320Z 4q86lwefvitz2a3j2oc8rvkv0 2024-08-20T22:03:14.7860651Z kf7l8nyvmkojf5wrc244dv6il 2024-08-20T22:03:14.7860974Z l32pr3qoat7drcyvbuasrea94 2024-08-20T22:03:14.7861309Z 57vaaeeedq42z4nwh9xajb4rk 2024-08-20T22:03:14.7861645Z uqmypwoqvdu2dul7n38iwtnb8 2024-08-20T22:03:14.7861965Z 3350l8aihrgyy88j0r91fvfrr 2024-08-20T22:03:14.7862304Z yntro2fspsk4hybyai8k4jnxf 2024-08-20T22:03:14.7862641Z huwplb66r359ovknrgdfrmfqz 2024-08-20T22:03:14.7862963Z edtq1gp4py9m82mgpbascm1bi 2024-08-20T22:03:14.7863301Z x7vaete7wfi24k0kpwce0dq42 2024-08-20T22:03:14.7863625Z fm9909267x7vd571n81fq4n6k 2024-08-20T22:03:14.7863934Z bkxz49wzoue89y599sa3u7g4l 2024-08-20T22:03:14.7864266Z jwz36thzswoztj9z7zpsje8wz 2024-08-20T22:03:14.7864604Z m4lbadkp8buo7pz4t6qqs43r7 2024-08-20T22:03:14.7864926Z hdsilc9b2yd37xqynvdo9mik4 2024-08-20T22:03:14.7865266Z xqzxhrwcnullnycs3mhpyhzqy 2024-08-20T22:03:14.7865602Z e2fyr5n93sinvr5d7hl3gk2iz 2024-08-20T22:03:14.7865923Z 078y92k7hujrtefh7hfrn8sn9 2024-08-20T22:03:14.7866257Z saerzan7tw1ny4yi0yutjotb2 2024-08-20T22:03:14.7866583Z rqooikb0bfkvqgschrxu463hp 2024-08-20T22:03:14.7866923Z xdhpmb3i3khj8tiy9avzubylk 2024-08-20T22:03:14.7867256Z 9jp1b1csew8koruw3w4svh4zk 2024-08-20T22:03:14.7867581Z 096yysornls2ngeopxmfpponm 2024-08-20T22:03:14.7867919Z fwpp2qe77stbksh5icft1e0r0 2024-08-20T22:03:14.7868260Z x2is9xcjgbpg3iwc2ro1v8b92 2024-08-20T22:03:14.7868577Z 179xi601rro7h96xarfejxfa2 2024-08-20T22:03:14.7868904Z ax82f4m85w6ufza14nw4ugath 2024-08-20T22:03:14.7869234Z sdtivzgy6uckmuq2n7djhvjx0 2024-08-20T22:03:14.7869554Z wrbef5371ll3mr5ztoeh4xfe5 2024-08-20T22:03:14.7870215Z v54eqt7gyjlgfn536lnbjfdhl 2024-08-20T22:03:14.7870549Z 1qdeouchl1pvaadbetoff8vbe 2024-08-20T22:03:14.7870870Z 5qiu5d35t5w5xtwa7wxfzq81f 2024-08-20T22:03:14.7871204Z keqxxkgm6pe4kzi9vfyii5pgg 2024-08-20T22:03:14.7871539Z 69z2d86haiublwpt2mtul4kzo 2024-08-20T22:03:14.7871859Z 02ye1yjoe6vgp2nvqpia3uprg 2024-08-20T22:03:14.7872195Z u634peb6i3c0adbh6gb90kaok 2024-08-20T22:03:14.7872526Z imjjdrq9q2zg8n58dvvki1n8d 2024-08-20T22:03:14.7872856Z tspsepaisc5ddqv4boloe13xf 2024-08-20T22:03:14.7873238Z ptefxj705vckhedw6fa881u5v 2024-08-20T22:03:14.7873670Z uzm764b111jx32hfsojsx4e2h 2024-08-20T22:03:14.7873989Z fyj3vgem6klqmfn0yqzoyd3lp 2024-08-20T22:03:14.7874321Z nvu34g4d15x2e6xhen9j85h62 2024-08-20T22:03:14.7874660Z oekakeetexhhuoyssuqrnx6d0 2024-08-20T22:03:14.7874997Z 5s0hgamba9w9a4c59y3q73f6n 2024-08-20T22:03:14.7875334Z thmr42paenyaoytod8mwooi25 2024-08-20T22:03:14.7875670Z ockj2fhpfl329ub8811sw5gnc 2024-08-20T22:03:14.7875991Z j3a310tkxmsytzl2iemwy16lo 2024-08-20T22:03:14.7876322Z rn43kx8rn3mch8n9u3r0do5f8 2024-08-20T22:03:14.7876650Z wf2b271otx6elsyu25ofuvnmc 2024-08-20T22:03:14.7876970Z wtrksaf6iqcpl45nmgx3t00zp 2024-08-20T22:03:14.7877311Z xyw2xjpbbpwkmv24269fqy705 2024-08-20T22:03:14.7877649Z bcr1wd8ovbzlb2aljs31oysjv 2024-08-20T22:03:14.7877973Z zbs2pjcxx05zosv5n0p8v44qm 2024-08-20T22:03:14.7878307Z t72fhhs71oqr64fgtyszj9r5q 2024-08-20T22:03:14.7878642Z unj1tjamel595bxk3604pb7j1 2024-08-20T22:03:14.7878967Z akp0wgd2nprt70xqxofrpy2yu 2024-08-20T22:03:14.7879404Z oldz5ui20ul779myzn0t8vghw 2024-08-20T22:03:14.7879860Z ip8fm9bi6fkzy7qo5e7tob438 2024-08-20T22:03:14.7880212Z unf9rik0ur8asndpw38b4o7zq 2024-08-20T22:03:14.7880552Z td8zztfecv5aia1nb101ptq8f 2024-08-20T22:03:14.7880892Z 5twoxpfj5o34vsb6ezn2ij54b 2024-08-20T22:03:14.7881209Z nk85wet815we2k6ko6pqaioh2 2024-08-20T22:03:14.7881659Z yoxekp0pf0byp0j7xjgm1j6tk 2024-08-20T22:03:14.7882003Z 9en3vznuhf01h61l22ntfjjr4 2024-08-20T22:03:14.7882324Z sxix1xrtfezwv3uw4dor69wlh 2024-08-20T22:03:14.7882664Z nodbf4lgfyh6j9idopnwrj9xa 2024-08-20T22:03:14.7883006Z oxcxnili4z1rxyiswbywlw857 2024-08-20T22:03:14.7883340Z g1jimstimknabi7xm0nboi6j8 2024-08-20T22:03:14.7883687Z gsleweoxpkharg06yrmjmkrot 2024-08-20T22:03:14.7884025Z vk2tns8xo74agkujgl6iy9fzn 2024-08-20T22:03:14.7884350Z vg1hruwjvsv2rn0bpl9t0i2ug 2024-08-20T22:03:14.7884689Z bzr8fps0cbxmohux08xpv15v1 2024-08-20T22:03:14.7885020Z r47w85fad1742dxb7hoysmtkl 2024-08-20T22:03:14.7885376Z h4nwffiisr0btrcqtw52ogxko 2024-08-20T22:03:14.7885709Z e852dz9ll62m5sk1ir2u0gfdq 2024-08-20T22:03:14.7886039Z 7wptac229yymrx10pix8d6jq0 2024-08-20T22:03:14.7886358Z 9ytxsfxzcil749n3fgci5gas0 2024-08-20T22:03:14.7886692Z 85ajd03unmqipudsbqm1nvsa4 2024-08-20T22:03:14.7887024Z ttnok275rxu77yc93hhjeywga 2024-08-20T22:03:14.7887343Z id8zg8yh3max770m6rkykgl3r 2024-08-20T22:03:14.7887686Z gxruljcnuk8wpcrkp4jjmwk9q 2024-08-20T22:03:14.7888022Z ahx9pr25pb8553xowuf2tg6p5 2024-08-20T22:03:14.7888341Z ihtki30s8jen45qxkhi3styyr 2024-08-20T22:03:14.7888670Z r0d95dbw0syhg1a4e5ljm8eqc 2024-08-20T22:03:14.7889003Z uv8c2ahtavqpfzgyrn4zkoaoi 2024-08-20T22:03:14.7889221Z 2024-08-20T22:03:14.7889345Z Total reclaimed space: 19.17GB 2024-08-20T22:03:14.7951927Z Post job cleanup. 2024-08-20T22:03:14.8004961Z Post job cleanup. 2024-08-20T22:03:14.8807693Z [command]/usr/bin/git version 2024-08-20T22:03:14.8850215Z git version 2.40.1 2024-08-20T22:03:14.8886621Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/af04f84a-0a47-428c-a1f6-14dc3ec5b549' before making global git config changes 2024-08-20T22:03:14.8887914Z Adding repository directory to the temporary git global config as a safe directory 2024-08-20T22:03:14.8891274Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-20T22:03:14.8927554Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-20T22:03:14.8959799Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-20T22:03:14.9247940Z Entering 'android/libs/fbjni' 2024-08-20T22:03:14.9300199Z Entering 'third_party/FP16' 2024-08-20T22:03:14.9350959Z Entering 'third_party/FXdiv' 2024-08-20T22:03:14.9402200Z Entering 'third_party/NNPACK' 2024-08-20T22:03:14.9453375Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T22:03:14.9504323Z Entering 'third_party/XNNPACK' 2024-08-20T22:03:14.9569934Z Entering 'third_party/benchmark' 2024-08-20T22:03:14.9621685Z Entering 'third_party/cpp-httplib' 2024-08-20T22:03:14.9672329Z Entering 'third_party/cpuinfo' 2024-08-20T22:03:14.9722112Z Entering 'third_party/cudnn_frontend' 2024-08-20T22:03:14.9771698Z Entering 'third_party/cutlass' 2024-08-20T22:03:14.9829309Z Entering 'third_party/eigen' 2024-08-20T22:03:14.9881513Z Entering 'third_party/fbgemm' 2024-08-20T22:03:14.9935025Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T22:03:14.9984622Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T22:03:15.0034339Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T22:03:15.0089341Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T22:03:15.0137791Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T22:03:15.0190371Z Entering 'third_party/flatbuffers' 2024-08-20T22:03:15.0241727Z Entering 'third_party/fmt' 2024-08-20T22:03:15.0292140Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T22:03:15.0348396Z Entering 'third_party/gloo' 2024-08-20T22:03:15.0399128Z Entering 'third_party/googletest' 2024-08-20T22:03:15.0449949Z Entering 'third_party/ideep' 2024-08-20T22:03:15.0499314Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T22:03:15.0559216Z Entering 'third_party/ittapi' 2024-08-20T22:03:15.0608238Z Entering 'third_party/kineto' 2024-08-20T22:03:15.0659416Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T22:03:15.0708272Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T22:03:15.0760325Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T22:03:15.0814052Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T22:03:15.0867715Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T22:03:15.0916838Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T22:03:15.0969551Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T22:03:15.1019795Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T22:03:15.1072246Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T22:03:15.1122571Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T22:03:15.1176908Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T22:03:15.1226923Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T22:03:15.1282092Z Entering 'third_party/mimalloc' 2024-08-20T22:03:15.1335546Z Entering 'third_party/nccl/nccl' 2024-08-20T22:03:15.1387190Z Entering 'third_party/nlohmann' 2024-08-20T22:03:15.1438904Z Entering 'third_party/onnx' 2024-08-20T22:03:15.1505011Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T22:03:15.1555206Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T22:03:15.1609219Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T22:03:15.1663238Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T22:03:15.1713569Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T22:03:15.1763900Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T22:03:15.1814596Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T22:03:15.1866012Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T22:03:15.1922078Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T22:03:15.1971178Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T22:03:15.2021632Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T22:03:15.2074556Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T22:03:15.2124608Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T22:03:15.2198364Z Entering 'third_party/pocketfft' 2024-08-20T22:03:15.2247166Z Entering 'third_party/protobuf' 2024-08-20T22:03:15.2301575Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T22:03:15.2353021Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T22:03:15.2402377Z Entering 'third_party/psimd' 2024-08-20T22:03:15.2454054Z Entering 'third_party/pthreadpool' 2024-08-20T22:03:15.2503943Z Entering 'third_party/pybind11' 2024-08-20T22:03:15.2556028Z Entering 'third_party/python-peachpy' 2024-08-20T22:03:15.2606126Z Entering 'third_party/sleef' 2024-08-20T22:03:15.2657145Z Entering 'third_party/tensorpipe' 2024-08-20T22:03:15.2708493Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T22:03:15.2760242Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T22:03:15.2810148Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T22:03:15.2862469Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T22:03:15.2911843Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T22:03:15.2979211Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-20T22:03:15.3006997Z http.https://github.com/.extraheader 2024-08-20T22:03:15.3014751Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-20T22:03:15.3047388Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-20T22:03:15.3329815Z Entering 'android/libs/fbjni' 2024-08-20T22:03:15.3363717Z http.https://github.com/.extraheader 2024-08-20T22:03:15.3402204Z Entering 'third_party/FP16' 2024-08-20T22:03:15.3436165Z http.https://github.com/.extraheader 2024-08-20T22:03:15.3470896Z Entering 'third_party/FXdiv' 2024-08-20T22:03:15.3504449Z http.https://github.com/.extraheader 2024-08-20T22:03:15.3535917Z Entering 'third_party/NNPACK' 2024-08-20T22:03:15.3569137Z http.https://github.com/.extraheader 2024-08-20T22:03:15.3601722Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T22:03:15.3635814Z http.https://github.com/.extraheader 2024-08-20T22:03:15.3667996Z Entering 'third_party/XNNPACK' 2024-08-20T22:03:15.3702085Z http.https://github.com/.extraheader 2024-08-20T22:03:15.3752368Z Entering 'third_party/benchmark' 2024-08-20T22:03:15.3787621Z http.https://github.com/.extraheader 2024-08-20T22:03:15.3819544Z Entering 'third_party/cpp-httplib' 2024-08-20T22:03:15.3854720Z http.https://github.com/.extraheader 2024-08-20T22:03:15.3885066Z Entering 'third_party/cpuinfo' 2024-08-20T22:03:15.3920126Z http.https://github.com/.extraheader 2024-08-20T22:03:15.3953319Z Entering 'third_party/cudnn_frontend' 2024-08-20T22:03:15.3988659Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4020533Z Entering 'third_party/cutlass' 2024-08-20T22:03:15.4054784Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4096153Z Entering 'third_party/eigen' 2024-08-20T22:03:15.4128512Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4161812Z Entering 'third_party/fbgemm' 2024-08-20T22:03:15.4197547Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4232495Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T22:03:15.4265570Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4301267Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T22:03:15.4335100Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4369995Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T22:03:15.4403165Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4441481Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T22:03:15.4474822Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4505163Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T22:03:15.4537147Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4570082Z Entering 'third_party/flatbuffers' 2024-08-20T22:03:15.4604435Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4638692Z Entering 'third_party/fmt' 2024-08-20T22:03:15.4672803Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4703684Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T22:03:15.4737162Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4769087Z Entering 'third_party/gloo' 2024-08-20T22:03:15.4802072Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4841550Z Entering 'third_party/googletest' 2024-08-20T22:03:15.4876832Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4909424Z Entering 'third_party/ideep' 2024-08-20T22:03:15.4941898Z http.https://github.com/.extraheader 2024-08-20T22:03:15.4975757Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T22:03:15.5006654Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5047218Z Entering 'third_party/ittapi' 2024-08-20T22:03:15.5081323Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5113869Z Entering 'third_party/kineto' 2024-08-20T22:03:15.5149470Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5180063Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T22:03:15.5211886Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5253250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T22:03:15.5285404Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5323333Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T22:03:15.5357657Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5395617Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T22:03:15.5428913Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5461679Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T22:03:15.5495608Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5530893Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T22:03:15.5563626Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5603682Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T22:03:15.5635974Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5668438Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T22:03:15.5701503Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5734891Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T22:03:15.5769668Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5804735Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T22:03:15.5837298Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5873202Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T22:03:15.5906070Z http.https://github.com/.extraheader 2024-08-20T22:03:15.5937426Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T22:03:15.5970497Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6004343Z Entering 'third_party/mimalloc' 2024-08-20T22:03:15.6038218Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6074947Z Entering 'third_party/nccl/nccl' 2024-08-20T22:03:15.6108455Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6138049Z Entering 'third_party/nlohmann' 2024-08-20T22:03:15.6171310Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6205499Z Entering 'third_party/onnx' 2024-08-20T22:03:15.6239228Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6286096Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T22:03:15.6320845Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6352013Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T22:03:15.6385504Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6421201Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T22:03:15.6455420Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6488596Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T22:03:15.6521308Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6552679Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T22:03:15.6587417Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6619210Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T22:03:15.6651202Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6684010Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T22:03:15.6717814Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6752024Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T22:03:15.6785064Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6817530Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T22:03:15.6852294Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6883683Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T22:03:15.6917820Z http.https://github.com/.extraheader 2024-08-20T22:03:15.6951539Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T22:03:15.6983715Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7023378Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T22:03:15.7056922Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7094677Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T22:03:15.7128507Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7182988Z Entering 'third_party/pocketfft' 2024-08-20T22:03:15.7216109Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7253330Z Entering 'third_party/protobuf' 2024-08-20T22:03:15.7284622Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7321458Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T22:03:15.7355229Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7386555Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T22:03:15.7421063Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7455580Z Entering 'third_party/psimd' 2024-08-20T22:03:15.7487341Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7520482Z Entering 'third_party/pthreadpool' 2024-08-20T22:03:15.7554203Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7584699Z Entering 'third_party/pybind11' 2024-08-20T22:03:15.7618765Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7650044Z Entering 'third_party/python-peachpy' 2024-08-20T22:03:15.7683006Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7716138Z Entering 'third_party/sleef' 2024-08-20T22:03:15.7749981Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7781056Z Entering 'third_party/tensorpipe' 2024-08-20T22:03:15.7815313Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7847243Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T22:03:15.7881547Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7915753Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T22:03:15.7950006Z http.https://github.com/.extraheader 2024-08-20T22:03:15.7981203Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T22:03:15.8013757Z http.https://github.com/.extraheader 2024-08-20T22:03:15.8046286Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T22:03:15.8079873Z http.https://github.com/.extraheader 2024-08-20T22:03:15.8116041Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T22:03:15.8149671Z http.https://github.com/.extraheader 2024-08-20T22:03:15.8270851Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-20T22:03:15.8289818Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-20T22:03:15.8294652Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:03:15.8295120Z ##[endgroup] 2024-08-20T22:03:22.3700925Z Cleaning up orphan processes