2025-07-02T07:56:17.4024677Z Current runner version: '2.325.0' 2025-07-02T07:56:17.4031194Z Runner name: 'i-04f3aada1473436e2' 2025-07-02T07:56:17.4032232Z Runner group name: 'default' 2025-07-02T07:56:17.4033110Z Machine name: 'ip-10-0-11-4' 2025-07-02T07:56:17.4036065Z ##[group]GITHUB_TOKEN Permissions 2025-07-02T07:56:17.4038264Z Contents: read 2025-07-02T07:56:17.4039008Z Metadata: read 2025-07-02T07:56:17.4039647Z ##[endgroup] 2025-07-02T07:56:17.4041796Z Secret source: Actions 2025-07-02T07:56:17.4042613Z Prepare workflow directory 2025-07-02T07:56:17.4590672Z Prepare all required actions 2025-07-02T07:56:17.4628329Z Getting action download info 2025-07-02T07:56:17.7596771Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-02T07:56:18.0608555Z Download action repository 'pytorch/pytorch@main' (SHA:0364db7cd14ffa67b48ef8c27fefbb3eed2b065d) 2025-07-02T07:56:32.7954271Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-07-02T07:56:33.0966762Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-07-02T07:56:33.2107571Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-07-02T07:56:33.5251252Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-07-02T07:56:33.8062775Z Getting action download info 2025-07-02T07:56:33.9669683Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (4e43bd8700fb3fac32b6155020e13e6033eb4bcb) 2025-07-02T07:56:33.9674369Z ##[group] Inputs 2025-07-02T07:56:33.9676046Z script: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:33.9678181Z timeout: 90 2025-07-02T07:56:33.9678428Z runner: linux.12xlarge 2025-07-02T07:56:33.9678682Z upload-artifact: 2025-07-02T07:56:33.9679617Z upload-artifact-to-s3: false 2025-07-02T07:56:33.9679920Z download-artifact: 2025-07-02T07:56:33.9680180Z repository: pytorch/rl 2025-07-02T07:56:33.9680453Z fetch-depth: 1 2025-07-02T07:56:33.9680665Z submodules: 2025-07-02T07:56:33.9680867Z ref: 2025-07-02T07:56:33.9681087Z test-infra-repository: pytorch/test-infra 2025-07-02T07:56:33.9681398Z test-infra-ref: 2025-07-02T07:56:33.9681631Z use-custom-docker-registry: true 2025-07-02T07:56:33.9681969Z docker-image: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:33.9682325Z docker-build-dir: .ci/docker 2025-07-02T07:56:33.9682587Z gpu-arch-type: cpu 2025-07-02T07:56:33.9682820Z gpu-arch-version: 2025-07-02T07:56:33.9683039Z job-name: linux-job 2025-07-02T07:56:33.9683280Z continue-on-error: false 2025-07-02T07:56:33.9683518Z binary-matrix: 2025-07-02T07:56:33.9683734Z run-with-docker: true 2025-07-02T07:56:33.9683953Z secrets-env: 2025-07-02T07:56:33.9684178Z no-sudo: false 2025-07-02T07:56:33.9684529Z ##[endgroup] 2025-07-02T07:56:33.9684753Z Complete job name: tests-cpu (3.9) / linux-job 2025-07-02T07:56:34.0294354Z A job started hook has been configured by the self-hosted runner administrator 2025-07-02T07:56:34.0398044Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-07-02T07:56:34.0407021Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:34.0407657Z ##[endgroup] 2025-07-02T07:56:35.2363180Z Runner Type: linux.12xlarge 2025-07-02T07:56:35.2363680Z Instance Type: c5.12xlarge 2025-07-02T07:56:35.2363941Z AMI Name: unknown 2025-07-02T07:56:35.2393672Z AMI ID: ami-05ffe3c48a9991133 2025-07-02T07:56:40.3800340Z ##[group]Run set -euxo pipefail 2025-07-02T07:56:40.3800738Z set -euxo pipefail 2025-07-02T07:56:40.3801041Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-07-02T07:56:40.3801411Z  echo "::group::Cleanup with-sudo debug output" 2025-07-02T07:56:40.3801800Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-07-02T07:56:40.3802102Z else 2025-07-02T07:56:40.3802369Z  echo "::group::Cleanup no-sudo debug output" 2025-07-02T07:56:40.3802747Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-07-02T07:56:40.3803032Z fi 2025-07-02T07:56:40.3803235Z  2025-07-02T07:56:40.3803479Z mkdir -p "${GITHUB_WORKSPACE}" 2025-07-02T07:56:40.3803799Z echo "::endgroup::" 2025-07-02T07:56:40.3812396Z shell: /usr/bin/bash -e {0} 2025-07-02T07:56:40.3812671Z env: 2025-07-02T07:56:40.3812904Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:40.3813236Z REPOSITORY: pytorch/rl 2025-07-02T07:56:40.3813538Z PR_NUMBER: 3030 2025-07-02T07:56:40.3814951Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:40.3816445Z NO_SUDO: false 2025-07-02T07:56:40.3816650Z ##[endgroup] 2025-07-02T07:56:40.3846631Z + [[ false == \f\a\l\s\e ]] 2025-07-02T07:56:40.3856418Z + echo '::group::Cleanup with-sudo debug output' 2025-07-02T07:56:40.3856874Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/rl/rl 2025-07-02T07:56:40.3863200Z ##[group]Cleanup with-sudo debug output 2025-07-02T07:56:40.5088963Z removed directory '/home/ec2-user/actions-runner/_work/rl/rl' 2025-07-02T07:56:40.5103992Z + mkdir -p /home/ec2-user/actions-runner/_work/rl/rl 2025-07-02T07:56:40.5115514Z + echo ::endgroup:: 2025-07-02T07:56:40.5116148Z ##[endgroup] 2025-07-02T07:56:40.5223444Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-07-02T07:56:40.5223885Z with: 2025-07-02T07:56:40.5224152Z repository: pytorch/test-infra 2025-07-02T07:56:40.5224429Z path: test-infra 2025-07-02T07:56:40.5224654Z submodules: recursive 2025-07-02T07:56:40.5225125Z token: *** 2025-07-02T07:56:40.5225348Z ssh-strict: true 2025-07-02T07:56:40.5225551Z ssh-user: git 2025-07-02T07:56:40.5225949Z persist-credentials: true 2025-07-02T07:56:40.5226196Z clean: true 2025-07-02T07:56:40.5226437Z sparse-checkout-cone-mode: true 2025-07-02T07:56:40.5226728Z fetch-depth: 1 2025-07-02T07:56:40.5226938Z fetch-tags: false 2025-07-02T07:56:40.5227170Z show-progress: true 2025-07-02T07:56:40.5227390Z lfs: false 2025-07-02T07:56:40.5227611Z set-safe-directory: true 2025-07-02T07:56:40.5227846Z env: 2025-07-02T07:56:40.5228103Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:40.5228429Z REPOSITORY: pytorch/rl 2025-07-02T07:56:40.5228722Z PR_NUMBER: 3030 2025-07-02T07:56:40.5230208Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:40.5231877Z ##[endgroup] 2025-07-02T07:56:40.6790372Z Syncing repository: pytorch/test-infra 2025-07-02T07:56:40.6791107Z ##[group]Getting Git version info 2025-07-02T07:56:40.6791577Z Working directory is '/home/ec2-user/actions-runner/_work/rl/rl/test-infra' 2025-07-02T07:56:40.6792338Z [command]/usr/bin/git version 2025-07-02T07:56:40.6792625Z git version 2.47.1 2025-07-02T07:56:40.6793555Z ##[endgroup] 2025-07-02T07:56:40.6800146Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4892283f-8207-4919-b169-8ac10ba21082' before making global git config changes 2025-07-02T07:56:40.6801123Z Adding repository directory to the temporary git global config as a safe directory 2025-07-02T07:56:40.6804922Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/rl/rl/test-infra 2025-07-02T07:56:40.6832210Z ##[group]Initializing the repository 2025-07-02T07:56:40.6836186Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/rl/rl/test-infra 2025-07-02T07:56:40.6868279Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-02T07:56:40.6868905Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-02T07:56:40.6869465Z hint: of your new repositories, which will suppress this warning, call: 2025-07-02T07:56:40.6869872Z hint: 2025-07-02T07:56:40.6870157Z hint: git config --global init.defaultBranch 2025-07-02T07:56:40.6870518Z hint: 2025-07-02T07:56:40.6870854Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-02T07:56:40.6871445Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-02T07:56:40.6871934Z hint: 2025-07-02T07:56:40.6872156Z hint: git branch -m 2025-07-02T07:56:40.6872670Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/rl/rl/test-infra/.git/ 2025-07-02T07:56:40.6876791Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-07-02T07:56:40.6901433Z ##[endgroup] 2025-07-02T07:56:40.6901850Z ##[group]Disabling automatic garbage collection 2025-07-02T07:56:40.6904726Z [command]/usr/bin/git config --local gc.auto 0 2025-07-02T07:56:40.6930674Z ##[endgroup] 2025-07-02T07:56:40.6931074Z ##[group]Setting up auth 2025-07-02T07:56:40.6935605Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-02T07:56:40.6960273Z [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' || :" 2025-07-02T07:56:40.7389824Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-02T07:56:40.7432225Z [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' || :" 2025-07-02T07:56:40.7747206Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-02T07:56:40.7812422Z ##[endgroup] 2025-07-02T07:56:40.7812877Z ##[group]Determining the default branch 2025-07-02T07:56:40.7813648Z Retrieving the default branch name 2025-07-02T07:56:40.9957140Z Default branch 'main' 2025-07-02T07:56:40.9957755Z ##[endgroup] 2025-07-02T07:56:40.9958150Z ##[group]Fetching the repository 2025-07-02T07:56:40.9962622Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-07-02T07:56:41.4385748Z From https://github.com/pytorch/test-infra 2025-07-02T07:56:41.4386163Z * [new branch] main -> origin/main 2025-07-02T07:56:41.4423154Z ##[endgroup] 2025-07-02T07:56:41.4423583Z ##[group]Determining the checkout info 2025-07-02T07:56:41.4424098Z ##[endgroup] 2025-07-02T07:56:41.4427294Z [command]/usr/bin/git sparse-checkout disable 2025-07-02T07:56:41.4460452Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-02T07:56:41.4488220Z ##[group]Checking out the ref 2025-07-02T07:56:41.4490313Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-07-02T07:56:41.5575208Z Switched to a new branch 'main' 2025-07-02T07:56:41.5591178Z branch 'main' set up to track 'origin/main'. 2025-07-02T07:56:41.5594971Z ##[endgroup] 2025-07-02T07:56:41.5595637Z ##[group]Setting up auth for fetching submodules 2025-07-02T07:56:41.5599401Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-02T07:56:41.5637569Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-07-02T07:56:41.5665019Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-07-02T07:56:41.5692267Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-07-02T07:56:41.5716693Z ##[endgroup] 2025-07-02T07:56:41.5717067Z ##[group]Fetching submodules 2025-07-02T07:56:41.5719598Z [command]/usr/bin/git submodule sync --recursive 2025-07-02T07:56:41.6008147Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-07-02T07:56:41.6300222Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-07-02T07:56:41.6580814Z ##[endgroup] 2025-07-02T07:56:41.6583824Z ##[group]Persisting credentials for submodules 2025-07-02T07:56:41.6584859Z [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' || :" 2025-07-02T07:56:41.6871089Z [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" 2025-07-02T07:56:41.7152103Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-07-02T07:56:41.7440739Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-07-02T07:56:41.7715006Z ##[endgroup] 2025-07-02T07:56:41.7745392Z [command]/usr/bin/git log -1 --format=%H 2025-07-02T07:56:41.7767497Z 4e43bd8700fb3fac32b6155020e13e6033eb4bcb 2025-07-02T07:56:41.7970839Z Prepare all required actions 2025-07-02T07:56:41.7971289Z Getting action download info 2025-07-02T07:56:41.8877561Z Download action repository 'pytorch/test-infra@main' (SHA:4e43bd8700fb3fac32b6155020e13e6033eb4bcb) 2025-07-02T07:56:43.4299169Z Getting action download info 2025-07-02T07:56:43.5405269Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-07-02T07:56:43.7072358Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-07-02T07:56:43.7072790Z env: 2025-07-02T07:56:43.7073036Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:43.7073391Z REPOSITORY: pytorch/rl 2025-07-02T07:56:43.7073650Z PR_NUMBER: 3030 2025-07-02T07:56:43.7075192Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:43.7076752Z ##[endgroup] 2025-07-02T07:56:43.7162424Z ##[group]Run set -euo pipefail 2025-07-02T07:56:43.7162745Z set -euo pipefail 2025-07-02T07:56:43.7163032Z function get_ec2_metadata() { 2025-07-02T07:56:43.7163496Z  # Pulled from instance metadata endpoint for EC2 2025-07-02T07:56:43.7164075Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-07-02T07:56:43.7164576Z  category=$1 2025-07-02T07:56:43.7165377Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-07-02T07:56:43.7166350Z } 2025-07-02T07:56:43.7166589Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-07-02T07:56:43.7166971Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-07-02T07:56:43.7167389Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-07-02T07:56:43.7167764Z echo "system info $(uname -a)" 2025-07-02T07:56:43.7173146Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:43.7173485Z env: 2025-07-02T07:56:43.7173713Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:43.7174041Z REPOSITORY: pytorch/rl 2025-07-02T07:56:43.7174266Z PR_NUMBER: 3030 2025-07-02T07:56:43.7175653Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:43.7177096Z ##[endgroup] 2025-07-02T07:56:43.7314574Z ami-id: ami-05ffe3c48a9991133 2025-07-02T07:56:43.7415649Z instance-id: i-04f3aada1473436e2 2025-07-02T07:56:43.7520916Z instance-type: c5.12xlarge 2025-07-02T07:56:43.7531894Z system info Linux ip-10-0-11-4.ec2.internal 6.1.141-155.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 17 10:29:47 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-07-02T07:56:43.7751216Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-02T07:56:43.7752225Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-02T07:56:43.7758023Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:43.7758385Z env: 2025-07-02T07:56:43.7758627Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:43.7759140Z REPOSITORY: pytorch/rl 2025-07-02T07:56:43.7759383Z PR_NUMBER: 3030 2025-07-02T07:56:43.7760872Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:43.7762432Z ##[endgroup] 2025-07-02T07:56:43.7865454Z ##[group]Run if systemctl is-active --quiet docker; then 2025-07-02T07:56:43.7865881Z if systemctl is-active --quiet docker; then 2025-07-02T07:56:43.7866247Z  echo "Docker daemon is running..."; 2025-07-02T07:56:43.7866543Z else 2025-07-02T07:56:43.7866878Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-07-02T07:56:43.7867279Z fi 2025-07-02T07:56:43.7872650Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:43.7873003Z env: 2025-07-02T07:56:43.7873253Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:43.7873582Z REPOSITORY: pytorch/rl 2025-07-02T07:56:43.7873826Z PR_NUMBER: 3030 2025-07-02T07:56:43.7875309Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:43.7876847Z ##[endgroup] 2025-07-02T07:56:43.7951765Z Docker daemon is running... 2025-07-02T07:56:43.7981416Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-07-02T07:56:43.7982031Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-07-02T07:56:43.7982656Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-07-02T07:56:43.7983228Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-07-02T07:56:43.7983921Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-07-02T07:56:43.7989038Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:43.7989394Z env: 2025-07-02T07:56:43.7989629Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:43.7989953Z REPOSITORY: pytorch/rl 2025-07-02T07:56:43.7990180Z PR_NUMBER: 3030 2025-07-02T07:56:43.7991728Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:43.7993462Z AWS_RETRY_MODE: standard 2025-07-02T07:56:43.7993749Z AWS_MAX_ATTEMPTS: 5 2025-07-02T07:56:43.7993987Z AWS_DEFAULT_REGION: us-east-1 2025-07-02T07:56:43.7994248Z ##[endgroup] 2025-07-02T07:56:44.7853331Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-07-02T07:56:44.7853938Z Configure a credential helper to remove this warning. See 2025-07-02T07:56:44.7854667Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-07-02T07:56:44.7855047Z 2025-07-02T07:56:44.7855147Z Login Succeeded 2025-07-02T07:56:44.7900682Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-07-02T07:56:44.7901223Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-07-02T07:56:44.7901686Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-07-02T07:56:44.7909083Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:44.7909436Z env: 2025-07-02T07:56:44.7909843Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:44.7910187Z REPOSITORY: pytorch/rl 2025-07-02T07:56:44.7910423Z PR_NUMBER: 3030 2025-07-02T07:56:44.7911985Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:44.7913704Z ##[endgroup] 2025-07-02T07:56:44.8004719Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-07-02T07:56:44.8005154Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-07-02T07:56:44.8005544Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-07-02T07:56:44.8005852Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-07-02T07:56:44.8006253Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-07-02T07:56:44.8006626Z  2025-07-02T07:56:44.8006897Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-07-02T07:56:44.8007281Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-07-02T07:56:44.8007606Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-07-02T07:56:44.8008045Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-07-02T07:56:44.8008443Z  2025-07-02T07:56:44.8008659Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-07-02T07:56:44.8008961Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-07-02T07:56:44.8009255Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-07-02T07:56:44.8009616Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-07-02T07:56:44.8015048Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:44.8015388Z env: 2025-07-02T07:56:44.8015614Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:44.8015934Z REPOSITORY: pytorch/rl 2025-07-02T07:56:44.8016153Z PR_NUMBER: 3030 2025-07-02T07:56:44.8017530Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:44.8018960Z ##[endgroup] 2025-07-02T07:56:45.4186426Z ##[group]Run needs=0 2025-07-02T07:56:45.4186707Z needs=0 2025-07-02T07:56:45.4187068Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-07-02T07:56:45.4187524Z  needs=1 2025-07-02T07:56:45.4187750Z fi 2025-07-02T07:56:45.4187995Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-07-02T07:56:45.4194656Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:45.4195038Z env: 2025-07-02T07:56:45.4195289Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:45.4195652Z REPOSITORY: pytorch/rl 2025-07-02T07:56:45.4195916Z PR_NUMBER: 3030 2025-07-02T07:56:45.4197402Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:45.4199106Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:45.4199987Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:45.4200528Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:45.4200922Z ##[endgroup] 2025-07-02T07:56:45.4508592Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-07-02T07:56:45.4509117Z # ignore expansion of "docker ps -q" since it could be empty 2025-07-02T07:56:45.4509493Z # shellcheck disable=SC2046 2025-07-02T07:56:45.4509805Z docker stop $(docker ps -q) || true 2025-07-02T07:56:45.4510124Z # Prune all of the docker images 2025-07-02T07:56:45.4510413Z docker system prune -af 2025-07-02T07:56:45.4516024Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:45.4516381Z env: 2025-07-02T07:56:45.4516643Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:45.4516982Z REPOSITORY: pytorch/rl 2025-07-02T07:56:45.4517240Z PR_NUMBER: 3030 2025-07-02T07:56:45.4518745Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:45.4520439Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:45.4521017Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:45.4521540Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:45.4521921Z ##[endgroup] 2025-07-02T07:56:45.5180279Z "docker stop" requires at least 1 argument. 2025-07-02T07:56:45.5181319Z See 'docker stop --help'. 2025-07-02T07:56:45.5181805Z 2025-07-02T07:56:45.5182254Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-07-02T07:56:45.5183521Z 2025-07-02T07:56:45.5183840Z Stop one or more running containers 2025-07-02T07:56:45.5385969Z Total reclaimed space: 0B 2025-07-02T07:56:45.5457273Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-07-02T07:56:45.5457601Z with: 2025-07-02T07:56:45.5458190Z github-secret: *** 2025-07-02T07:56:45.5458838Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-07-02T07:56:45.5459525Z activate-with-label: false 2025-07-02T07:56:45.5459766Z label: with-ssh 2025-07-02T07:56:45.5459990Z remove-existing-keys: true 2025-07-02T07:56:45.5460230Z fail-silently: true 2025-07-02T07:56:45.5460448Z env: 2025-07-02T07:56:45.5460666Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:45.5460992Z REPOSITORY: pytorch/rl 2025-07-02T07:56:45.5461213Z PR_NUMBER: 3030 2025-07-02T07:56:45.5462640Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:45.5464213Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:45.5464732Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:45.5465230Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:45.5465566Z ##[endgroup] 2025-07-02T07:56:45.6498558Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-07-02T07:56:45.9718312Z Grabbing public ssh keys from https://github.com/vmoens.keys 2025-07-02T07:56:46.0218257Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2025-07-02T07:56:46.0232608Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2025-07-02T07:56:46.0282916Z Login using: ssh ec2-user@ec2-13-216-243-162.compute-1.amazonaws.com 2025-07-02T07:56:46.0283553Z All testing is done inside the container, to start an interactive session run: 2025-07-02T07:56:46.0284087Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-07-02T07:56:46.0403970Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-07-02T07:56:46.0404535Z with: 2025-07-02T07:56:46.0404736Z repository: pytorch/rl 2025-07-02T07:56:46.0405000Z ref: refs/pull/3030/merge 2025-07-02T07:56:46.0405249Z path: pytorch/rl 2025-07-02T07:56:46.0405453Z fetch-depth: 1 2025-07-02T07:56:46.0405871Z token: *** 2025-07-02T07:56:46.0406063Z ssh-strict: true 2025-07-02T07:56:46.0406284Z ssh-user: git 2025-07-02T07:56:46.0406494Z persist-credentials: true 2025-07-02T07:56:46.0406751Z clean: true 2025-07-02T07:56:46.0406979Z sparse-checkout-cone-mode: true 2025-07-02T07:56:46.0407260Z fetch-tags: false 2025-07-02T07:56:46.0407484Z show-progress: true 2025-07-02T07:56:46.0407694Z lfs: false 2025-07-02T07:56:46.0407909Z set-safe-directory: true 2025-07-02T07:56:46.0408134Z env: 2025-07-02T07:56:46.0408375Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:46.0408688Z REPOSITORY: pytorch/rl 2025-07-02T07:56:46.0408985Z PR_NUMBER: 3030 2025-07-02T07:56:46.0410360Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:46.0411934Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:46.0412640Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:46.0413131Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:46.0413515Z ##[endgroup] 2025-07-02T07:56:46.1342817Z Syncing repository: pytorch/rl 2025-07-02T07:56:46.1350469Z ##[group]Getting Git version info 2025-07-02T07:56:46.1351222Z Working directory is '/home/ec2-user/actions-runner/_work/rl/rl/pytorch/rl' 2025-07-02T07:56:46.1376880Z [command]/usr/bin/git version 2025-07-02T07:56:46.1411715Z git version 2.47.1 2025-07-02T07:56:46.1433795Z ##[endgroup] 2025-07-02T07:56:46.1444855Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/35477428-658b-449b-8247-cd02ab7eed79' before making global git config changes 2025-07-02T07:56:46.1445763Z Adding repository directory to the temporary git global config as a safe directory 2025-07-02T07:56:46.1456025Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/rl/rl/pytorch/rl 2025-07-02T07:56:46.1483243Z ##[group]Initializing the repository 2025-07-02T07:56:46.1487385Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/rl/rl/pytorch/rl 2025-07-02T07:56:46.1518387Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-02T07:56:46.1518990Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-02T07:56:46.1519553Z hint: of your new repositories, which will suppress this warning, call: 2025-07-02T07:56:46.1519950Z hint: 2025-07-02T07:56:46.1520219Z hint: git config --global init.defaultBranch 2025-07-02T07:56:46.1520544Z hint: 2025-07-02T07:56:46.1520863Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-02T07:56:46.1521411Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-02T07:56:46.1521817Z hint: 2025-07-02T07:56:46.1522025Z hint: git branch -m 2025-07-02T07:56:46.1522492Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/rl/rl/pytorch/rl/.git/ 2025-07-02T07:56:46.1526874Z [command]/usr/bin/git remote add origin https://github.com/pytorch/rl 2025-07-02T07:56:46.1565829Z ##[endgroup] 2025-07-02T07:56:46.1566281Z ##[group]Disabling automatic garbage collection 2025-07-02T07:56:46.1569743Z [command]/usr/bin/git config --local gc.auto 0 2025-07-02T07:56:46.1595479Z ##[endgroup] 2025-07-02T07:56:46.1596130Z ##[group]Setting up auth 2025-07-02T07:56:46.1600588Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-02T07:56:46.1625723Z [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' || :" 2025-07-02T07:56:46.1916400Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-02T07:56:46.1941715Z [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' || :" 2025-07-02T07:56:46.2224717Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-02T07:56:46.2266442Z ##[endgroup] 2025-07-02T07:56:46.2266966Z ##[group]Fetching the repository 2025-07-02T07:56:46.2279727Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/pull/3030/merge:refs/remotes/pull/3030/merge 2025-07-02T07:56:46.7215315Z From https://github.com/pytorch/rl 2025-07-02T07:56:46.7215911Z * [new ref] refs/pull/3030/merge -> pull/3030/merge 2025-07-02T07:56:46.7235349Z ##[endgroup] 2025-07-02T07:56:46.7235807Z ##[group]Determining the checkout info 2025-07-02T07:56:46.7237317Z ##[endgroup] 2025-07-02T07:56:46.7242253Z [command]/usr/bin/git sparse-checkout disable 2025-07-02T07:56:46.7272952Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-02T07:56:46.7296713Z ##[group]Checking out the ref 2025-07-02T07:56:46.7299695Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/3030/merge 2025-07-02T07:56:46.8207917Z Note: switching to 'refs/remotes/pull/3030/merge'. 2025-07-02T07:56:46.8208288Z 2025-07-02T07:56:46.8208614Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-02T07:56:46.8209165Z changes and commit them, and you can discard any commits you make in this 2025-07-02T07:56:46.8209710Z state without impacting any branches by switching back to a branch. 2025-07-02T07:56:46.8210024Z 2025-07-02T07:56:46.8210221Z If you want to create a new branch to retain commits you create, you may 2025-07-02T07:56:46.8210713Z do so (now or later) by using -c with the switch command. Example: 2025-07-02T07:56:46.8210988Z 2025-07-02T07:56:46.8211111Z git switch -c 2025-07-02T07:56:46.8211301Z 2025-07-02T07:56:46.8211404Z Or undo this operation with: 2025-07-02T07:56:46.8211585Z 2025-07-02T07:56:46.8211685Z git switch - 2025-07-02T07:56:46.8211809Z 2025-07-02T07:56:46.8212033Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-02T07:56:46.8212383Z 2025-07-02T07:56:46.8212765Z HEAD is now at 2e8d943 Merge 995ff0d9fa6d4cdbe0120a55642106276bf80342 into 773c366c7b29f5ea26de0215119fb15055714525 2025-07-02T07:56:46.8213853Z ##[endgroup] 2025-07-02T07:56:46.8267245Z [command]/usr/bin/git log -1 --format=%H 2025-07-02T07:56:46.8270497Z 2e8d943922590c2356bc44a7af6da18a8d68787e 2025-07-02T07:56:46.8466355Z Prepare all required actions 2025-07-02T07:56:46.8467009Z Getting action download info 2025-07-02T07:56:46.9390842Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-07-02T07:56:47.0984712Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-07-02T07:56:47.0985062Z with: 2025-07-02T07:56:47.0985270Z use-custom-docker-registry: true 2025-07-02T07:56:47.0985602Z docker-image-name: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.0985969Z docker-build-dir: .ci/docker 2025-07-02T07:56:47.0986225Z working-directory: pytorch/rl 2025-07-02T07:56:47.0986496Z docker-build-script: ./build.sh 2025-07-02T07:56:47.0986830Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:47.0987192Z force-push: false 2025-07-02T07:56:47.0987399Z env: 2025-07-02T07:56:47.0987612Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.0987928Z REPOSITORY: pytorch/rl 2025-07-02T07:56:47.0988188Z PR_NUMBER: 3030 2025-07-02T07:56:47.0989559Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:47.0991132Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:47.0991768Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:47.0992430Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:47.0992810Z ##[endgroup] 2025-07-02T07:56:47.1020818Z ##[group]Run set -ex 2025-07-02T07:56:47.1021111Z set -ex 2025-07-02T07:56:47.1021301Z  2025-07-02T07:56:47.1021670Z # If the docker build directory or the build script doesn't exist, the action will 2025-07-02T07:56:47.1022258Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-07-02T07:56:47.1022766Z # job could then download the pre-built image as usual 2025-07-02T07:56:47.1023391Z if [[ -d "${DOCKER_BUILD_DIR}" ]] && [[ -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]] && [[ "${USE_CUSTOM_DOCKER_REGISTRY}" == "true" ]]; then 2025-07-02T07:56:47.1024096Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:47.1024401Z else 2025-07-02T07:56:47.1024623Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:47.1025029Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:47.1025401Z  2025-07-02T07:56:47.1025888Z  echo "Not using custom ECR registry. Either it was not requested or there is no Docker build script in the ${REPO_NAME} repo..." 2025-07-02T07:56:47.1026472Z  exit 0 2025-07-02T07:56:47.1026667Z fi 2025-07-02T07:56:47.1026857Z  2025-07-02T07:56:47.1027152Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-07-02T07:56:47.1027691Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-07-02T07:56:47.1028171Z  # use it as it is, but first let's extract the tag 2025-07-02T07:56:47.1028597Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-07-02T07:56:47.1029052Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:47.1029480Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:47.1029846Z else 2025-07-02T07:56:47.1030070Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-07-02T07:56:47.1030438Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-07-02T07:56:47.1030886Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-07-02T07:56:47.1031198Z  fi 2025-07-02T07:56:47.1031682Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-07-02T07:56:47.1032439Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:47.1033066Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:47.1033746Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:47.1034170Z fi 2025-07-02T07:56:47.1040081Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:47.1040457Z env: 2025-07-02T07:56:47.1040705Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.1041062Z REPOSITORY: pytorch/rl 2025-07-02T07:56:47.1041307Z PR_NUMBER: 3030 2025-07-02T07:56:47.1042821Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:47.1044513Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:47.1045082Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:47.1045621Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:47.1045999Z REPO_NAME: rl 2025-07-02T07:56:47.1046273Z DOCKER_IMAGE_NAME: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.1046636Z DOCKER_BUILD_DIR: .ci/docker 2025-07-02T07:56:47.1046902Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-07-02T07:56:47.1047271Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:47.1047658Z USE_CUSTOM_DOCKER_REGISTRY: true 2025-07-02T07:56:47.1047942Z CUSTOM_TAG_PREFIX: 2025-07-02T07:56:47.1048162Z ##[endgroup] 2025-07-02T07:56:47.1073480Z + [[ -d .ci/docker ]] 2025-07-02T07:56:47.1073794Z + echo skip=true 2025-07-02T07:56:47.1074153Z + echo docker-image=nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.1074807Z + echo 'Not using custom ECR registry. Either it was not requested or there is no Docker build script in the rl repo...' 2025-07-02T07:56:47.1076106Z + exit 0 2025-07-02T07:56:47.1076762Z Not using custom ECR registry. Either it was not requested or there is no Docker build script in the rl repo... 2025-07-02T07:56:47.1152516Z ##[group]Run set -eux 2025-07-02T07:56:47.1152792Z set -eux 2025-07-02T07:56:47.1153631Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-07-02T07:56:47.1159631Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:47.1159987Z env: 2025-07-02T07:56:47.1160246Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.1160594Z REPOSITORY: pytorch/rl 2025-07-02T07:56:47.1160834Z PR_NUMBER: 3030 2025-07-02T07:56:47.1162325Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:47.1164116Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:47.1164662Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:47.1165327Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:47.1165688Z ##[endgroup] 2025-07-02T07:56:47.1192669Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-07-02T07:56:47.1193235Z + jq --raw-output .SecretString 2025-07-02T07:56:47.1194399Z + jq -r .docker_hub_readonly_token 2025-07-02T07:56:47.1195066Z + docker login --username pytorchbot --password-stdin 2025-07-02T07:56:47.6776197Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-07-02T07:56:47.6776876Z Configure a credential helper to remove this warning. See 2025-07-02T07:56:47.6777446Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-07-02T07:56:47.6777827Z 2025-07-02T07:56:47.6777922Z Login Succeeded 2025-07-02T07:56:47.6857525Z Prepare all required actions 2025-07-02T07:56:47.6893984Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-07-02T07:56:47.6894332Z with: 2025-07-02T07:56:47.6894587Z docker-image: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.6895014Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:47.6895370Z env: 2025-07-02T07:56:47.6895611Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.6895935Z REPOSITORY: pytorch/rl 2025-07-02T07:56:47.6896182Z PR_NUMBER: 3030 2025-07-02T07:56:47.6897624Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:47.6899336Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:47.6899882Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:47.6900403Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:47.6900771Z ##[endgroup] 2025-07-02T07:56:47.6926112Z ##[group]Run set -x 2025-07-02T07:56:47.6926367Z set -x 2025-07-02T07:56:47.6926576Z set +e 2025-07-02T07:56:47.6926761Z  2025-07-02T07:56:47.6926956Z login() { 2025-07-02T07:56:47.6927374Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-07-02T07:56:47.6927847Z } 2025-07-02T07:56:47.6928146Z  2025-07-02T07:56:47.6928338Z retry () { 2025-07-02T07:56:47.6928572Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-07-02T07:56:47.6928860Z } 2025-07-02T07:56:47.6929047Z  2025-07-02T07:56:47.6929249Z retry login "${DOCKER_REGISTRY}" 2025-07-02T07:56:47.6929522Z  2025-07-02T07:56:47.6929948Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-07-02T07:56:47.6930543Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-07-02T07:56:47.6930867Z  2025-07-02T07:56:47.6931052Z set -e 2025-07-02T07:56:47.6931354Z # ignore output since only exit code is used for conditional 2025-07-02T07:56:47.6931784Z # only pull docker image if it's not available locally 2025-07-02T07:56:47.6932274Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-07-02T07:56:47.6932718Z  retry docker pull "${DOCKER_IMAGE}" 2025-07-02T07:56:47.6933004Z fi 2025-07-02T07:56:47.6939523Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:47.6939888Z env: 2025-07-02T07:56:47.6940162Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.6940507Z REPOSITORY: pytorch/rl 2025-07-02T07:56:47.6940743Z PR_NUMBER: 3030 2025-07-02T07:56:47.6942238Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:56:47.6943923Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:47.6944493Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:47.6945018Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:47.6945493Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:47.6945999Z ##[endgroup] 2025-07-02T07:56:47.6969779Z + set +e 2025-07-02T07:56:47.6970204Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:47.6970637Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:47.6973846Z + aws ecr get-login-password --region us-east-1 2025-07-02T07:56:47.6975092Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:48.1993986Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-07-02T07:56:48.1995155Z Configure a credential helper to remove this warning. See 2025-07-02T07:56:48.1995789Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-07-02T07:56:48.1996229Z 2025-07-02T07:56:48.1996404Z Login Succeeded 2025-07-02T07:56:48.2015226Z ++ docker manifest inspect nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:48.2016124Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-07-02T07:56:48.6282605Z jq: error (at :24): Cannot iterate over null (null) 2025-07-02T07:56:48.6303486Z + IMAGE_SIZE= 2025-07-02T07:56:48.6303938Z Compressed size of image in MB: 2025-07-02T07:56:48.6304507Z + echo 'Compressed size of image in MB: ' 2025-07-02T07:56:48.6304969Z + set -e 2025-07-02T07:56:48.6305366Z + docker inspect --type=image nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:48.6438433Z + retry docker pull nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:48.6439161Z + docker pull nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:48.8206464Z 12.2.0-devel-ubuntu22.04: Pulling from nvidia/cuda 2025-07-02T07:56:48.8761238Z aece8493d397: Pulling fs layer 2025-07-02T07:56:48.8761679Z 9fe5ccccae45: Pulling fs layer 2025-07-02T07:56:48.8762467Z 8054e9d6e8d6: Pulling fs layer 2025-07-02T07:56:48.8762951Z bdddd5cb92f6: Pulling fs layer 2025-07-02T07:56:48.8763291Z 5324914b4472: Pulling fs layer 2025-07-02T07:56:48.8763694Z 9a9dd462fc4c: Pulling fs layer 2025-07-02T07:56:48.8764080Z 95eef45e00fa: Pulling fs layer 2025-07-02T07:56:48.8764465Z e2554c2d377e: Pulling fs layer 2025-07-02T07:56:48.8764773Z 4640d022dbb8: Pulling fs layer 2025-07-02T07:56:48.8765260Z aa750c79a4cc: Pulling fs layer 2025-07-02T07:56:48.8765596Z 9e2de25be969: Pulling fs layer 2025-07-02T07:56:48.8765944Z 5324914b4472: Waiting 2025-07-02T07:56:48.8766345Z e2554c2d377e: Waiting 2025-07-02T07:56:48.8766633Z 9e2de25be969: Waiting 2025-07-02T07:56:48.8766949Z 95eef45e00fa: Waiting 2025-07-02T07:56:48.8767324Z 9a9dd462fc4c: Waiting 2025-07-02T07:56:48.8771098Z 4640d022dbb8: Waiting 2025-07-02T07:56:48.8771396Z bdddd5cb92f6: Waiting 2025-07-02T07:56:48.9987781Z 9fe5ccccae45: Verifying Checksum 2025-07-02T07:56:48.9988300Z 9fe5ccccae45: Download complete 2025-07-02T07:56:49.0582206Z bdddd5cb92f6: Verifying Checksum 2025-07-02T07:56:49.0582842Z bdddd5cb92f6: Download complete 2025-07-02T07:56:49.1162861Z 5324914b4472: Download complete 2025-07-02T07:56:49.1875239Z aece8493d397: Download complete 2025-07-02T07:56:49.2355052Z 95eef45e00fa: Download complete 2025-07-02T07:56:49.3102914Z e2554c2d377e: Verifying Checksum 2025-07-02T07:56:49.3103577Z e2554c2d377e: Download complete 2025-07-02T07:56:49.3833337Z 4640d022dbb8: Verifying Checksum 2025-07-02T07:56:49.3833904Z 4640d022dbb8: Download complete 2025-07-02T07:56:49.4602447Z 8054e9d6e8d6: Verifying Checksum 2025-07-02T07:56:49.4602856Z 8054e9d6e8d6: Download complete 2025-07-02T07:56:49.5373159Z 9e2de25be969: Verifying Checksum 2025-07-02T07:56:49.5373633Z 9e2de25be969: Download complete 2025-07-02T07:56:49.8984541Z aece8493d397: Pull complete 2025-07-02T07:56:50.0272367Z 9fe5ccccae45: Pull complete 2025-07-02T07:56:50.7025325Z 8054e9d6e8d6: Pull complete 2025-07-02T07:56:50.7137124Z bdddd5cb92f6: Pull complete 2025-07-02T07:56:50.7249037Z 5324914b4472: Pull complete 2025-07-02T07:57:00.5938383Z 9a9dd462fc4c: Verifying Checksum 2025-07-02T07:57:00.5939222Z 9a9dd462fc4c: Download complete 2025-07-02T07:57:10.0041709Z 9a9dd462fc4c: Pull complete 2025-07-02T07:57:10.5291319Z 95eef45e00fa: Pull complete 2025-07-02T07:57:10.9184430Z e2554c2d377e: Pull complete 2025-07-02T07:57:11.1045112Z 4640d022dbb8: Pull complete 2025-07-02T07:57:13.4612854Z aa750c79a4cc: Verifying Checksum 2025-07-02T07:57:13.4613321Z aa750c79a4cc: Download complete 2025-07-02T07:57:34.3305353Z aa750c79a4cc: Pull complete 2025-07-02T07:57:34.3538172Z 9e2de25be969: Pull complete 2025-07-02T07:57:34.3671742Z Digest: sha256:c4e81887e4aa9f13b1119337323cba89601319ecb282383b879c4ba50510fd17 2025-07-02T07:57:34.3711474Z Status: Downloaded newer image for nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:57:34.3737320Z docker.io/nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:57:34.3800448Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-02T07:57:34.3801401Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-02T07:57:34.3808663Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:57:34.3809022Z env: 2025-07-02T07:57:34.3809264Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:57:34.3809602Z REPOSITORY: pytorch/rl 2025-07-02T07:57:34.3809832Z PR_NUMBER: 3030 2025-07-02T07:57:34.3811327Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:57:34.3812970Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:57:34.3813692Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:57:34.3814215Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:57:34.3814567Z ##[endgroup] 2025-07-02T07:57:34.3926346Z ##[group]Run set -ex 2025-07-02T07:57:34.3926607Z set -ex 2025-07-02T07:57:34.3926798Z { 2025-07-02T07:57:34.3927007Z  echo "#!/usr/bin/env bash"; 2025-07-02T07:57:34.3927304Z  echo "set -eou pipefail"; 2025-07-02T07:57:34.3927583Z  # shellcheck disable=SC2016 2025-07-02T07:57:34.3927899Z  echo 'eval "$(conda shell.bash hook)"'; 2025-07-02T07:57:34.3928200Z  echo "set -x"; 2025-07-02T07:57:34.3928446Z  echo "${SCRIPT}"; 2025-07-02T07:57:34.3928701Z } > "${RUNNER_TEMP}/exec_script" 2025-07-02T07:57:34.3929016Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-07-02T07:57:34.3929609Z python3 "/home/ec2-user/actions-runner/_work/rl/rl/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-07-02T07:57:34.3934663Z shell: /usr/bin/bash -e {0} 2025-07-02T07:57:34.3934914Z env: 2025-07-02T07:57:34.3935145Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:57:34.3935507Z REPOSITORY: pytorch/rl 2025-07-02T07:57:34.3935729Z PR_NUMBER: 3030 2025-07-02T07:57:34.3937113Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:57:34.3938674Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:57:34.3939570Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:57:34.3940109Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:57:34.3940840Z ALL_SECRETS: { "github_token": "***" } 2025-07-02T07:57:34.3941126Z ##[endgroup] 2025-07-02T07:57:34.3964930Z + echo '#!/usr/bin/env bash' 2025-07-02T07:57:34.3965262Z + echo 'set -eou pipefail' 2025-07-02T07:57:34.3966817Z + echo 'eval "$(conda shell.bash hook)"' 2025-07-02T07:57:34.3967139Z + echo 'set -x' 2025-07-02T07:57:34.3967422Z + echo 'if [[ "refs/pull/3030/merge" =~ release/* ]]; then 2025-07-02T07:57:34.3967755Z export RELEASE=1 2025-07-02T07:57:34.3967996Z export TORCH_VERSION=stable 2025-07-02T07:57:34.3968252Z else 2025-07-02T07:57:34.3968434Z export RELEASE=0 2025-07-02T07:57:34.3968672Z export TORCH_VERSION=nightly 2025-07-02T07:57:34.3968927Z fi 2025-07-02T07:57:34.3969135Z export TD_GET_DEFAULTS_TO_NONE=1 2025-07-02T07:57:34.3969402Z # Set env vars from matrix 2025-07-02T07:57:34.3969660Z export PYTHON_VERSION=3.9 2025-07-02T07:57:34.3969912Z export CU_VERSION="cpu" 2025-07-02T07:57:34.3970074Z 2025-07-02T07:57:34.3970183Z echo "PYTHON_VERSION: $PYTHON_VERSION" 2025-07-02T07:57:34.3970476Z echo "CU_VERSION: $CU_VERSION" 2025-07-02T07:57:34.3970657Z 2025-07-02T07:57:34.3970740Z ## setup_env.sh 2025-07-02T07:57:34.3971004Z bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:57:34.3971303Z ' 2025-07-02T07:57:34.3971590Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-07-02T07:57:34.3976643Z + python3 /home/ec2-user/actions-runner/_work/rl/rl/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-07-02T07:58:23.2209995Z Running command: 2025-07-02T07:58:23.2218180Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_16019399419" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/rl/rl/pytorch/rl:/pytorch/rl" -v "/home/ec2-user/actions-runner/_work/rl/rl/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_bb5ee23a-4690-40a8-8d63-028da1d2e6cd":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_bb5ee23a-4690-40a8-8d63-028da1d2e6cd" -w /pytorch/rl "nvidia/cuda:12.2.0-devel-ubuntu22.04" 2025-07-02T07:58:23.2223271Z 2025-07-02T07:58:23.2223610Z c60581aa9c8c6b94fe2c4c0eaa092965b1df38d1e208e1abae29bf79cb9b3bf3 2025-07-02T07:58:23.2224312Z Running command: docker exec -t c60581aa9c8c6b94fe2c4c0eaa092965b1df38d1e208e1abae29bf79cb9b3bf3 /exec 2025-07-02T07:58:23.2224883Z /exec: line 3: conda: command not found 2025-07-02T07:58:23.2225199Z + [[ refs/pull/3030/merge =~ release/* ]] 2025-07-02T07:58:23.2225486Z + export RELEASE=0 2025-07-02T07:58:23.2225708Z + RELEASE=0 2025-07-02T07:58:23.2225917Z + export TORCH_VERSION=nightly 2025-07-02T07:58:23.2226188Z + TORCH_VERSION=nightly 2025-07-02T07:58:23.2226434Z + export TD_GET_DEFAULTS_TO_NONE=1 2025-07-02T07:58:23.2226723Z + TD_GET_DEFAULTS_TO_NONE=1 2025-07-02T07:58:23.2226989Z + export PYTHON_VERSION=3.9 2025-07-02T07:58:23.2227235Z + PYTHON_VERSION=3.9 2025-07-02T07:58:23.2227471Z + export CU_VERSION=cpu 2025-07-02T07:58:23.2227701Z + CU_VERSION=cpu 2025-07-02T07:58:23.2227931Z + echo 'PYTHON_VERSION: 3.9' 2025-07-02T07:58:23.2228182Z PYTHON_VERSION: 3.9 2025-07-02T07:58:23.2228411Z + echo 'CU_VERSION: cpu' 2025-07-02T07:58:23.2228640Z CU_VERSION: cpu 2025-07-02T07:58:23.2228900Z + bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:58:23.2229207Z + set -v 2025-07-02T07:58:23.2229328Z 2025-07-02T07:58:23.2229443Z # =============================================================================== # 2025-07-02T07:58:23.2229805Z # ================================ Init ========================================= # 2025-07-02T07:58:23.2230044Z 2025-07-02T07:58:23.2230049Z 2025-07-02T07:58:23.2230147Z if [[ $OSTYPE != 'darwin'* ]]; then 2025-07-02T07:58:23.2230453Z apt-get update && apt-get upgrade -y 2025-07-02T07:58:23.2230757Z apt-get install -y vim git wget cmake 2025-07-02T07:58:23.2230969Z 2025-07-02T07:58:23.2231068Z # Enable universe repository 2025-07-02T07:58:23.2231378Z # apt-get install -y software-properties-common 2025-07-02T07:58:23.2231843Z # add-apt-repository universe 2025-07-02T07:58:23.2232121Z # apt-get update 2025-07-02T07:58:23.2232252Z 2025-07-02T07:58:23.2232380Z # apt-get install -y libsdl2-dev libsdl2-2.0-0 2025-07-02T07:58:23.2232611Z 2025-07-02T07:58:23.2232831Z apt-get install -y libglfw3 libgl1-mesa-glx libosmesa6 libglew-dev 2025-07-02T07:58:23.2233322Z apt-get install -y libglvnd0 libgl1 libglx0 libegl1 libgles2 xvfb 2025-07-02T07:58:23.2233632Z 2025-07-02T07:58:23.2233733Z if [ "${CU_VERSION:-}" == cpu ] ; then 2025-07-02T07:58:23.2234090Z # solves version `GLIBCXX_3.4.29' not found for tensorboard 2025-07-02T07:58:23.2234464Z # apt-get install -y gcc-4.9 2025-07-02T07:58:23.2234745Z apt-get upgrade -y libstdc++6 2025-07-02T07:58:23.2235020Z apt-get dist-upgrade -y 2025-07-02T07:58:23.2235268Z else 2025-07-02T07:58:23.2235462Z apt-get install -y g++ gcc 2025-07-02T07:58:23.2235711Z fi 2025-07-02T07:58:23.2235813Z 2025-07-02T07:58:23.2235890Z fi 2025-07-02T07:58:23.2236194Z + [[ linux-gnu != \d\a\r\w\i\n* ]] 2025-07-02T07:58:23.2236457Z + apt-get update 2025-07-02T07:58:23.2236600Z 2025-07-02T07:58:23.2236681Z 0% [Working] 2025-07-02T07:58:23.2236882Z 2025-07-02T07:58:23.2237437Z Get:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 InRelease [1581 B] 2025-07-02T07:58:23.2237908Z 2025-07-02T07:58:23.2238141Z 0% [Waiting for headers] [Waiting for headers] [1 InRelease 1581 B/1581 B 100%] 2025-07-02T07:58:23.2238570Z 2025-07-02T07:58:23.2239166Z 0% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:23.2239493Z 2025-07-02T07:58:23.2239882Z Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] 2025-07-02T07:58:23.2240173Z 2025-07-02T07:58:23.2240327Z 0% [2 InRelease 14.2 kB/270 kB 5%] [Waiting for headers] 2025-07-02T07:58:23.2240662Z 2025-07-02T07:58:23.2240969Z 0% [Waiting for headers] 2025-07-02T07:58:23.2241231Z 0% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:23.2241547Z 2025-07-02T07:58:23.2242089Z Get:3 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 Packages [1802 kB] 2025-07-02T07:58:23.2242564Z 2025-07-02T07:58:23.2242776Z 0% [Waiting for headers] [Waiting for headers] [3 Packages 16.0 kB/1802 kB 1%] 2025-07-02T07:58:23.2243213Z 2025-07-02T07:58:23.2243644Z Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2025-07-02T07:58:23.2243967Z 2025-07-02T07:58:23.2244179Z 0% [4 InRelease 15.6 kB/128 kB 12%] [Waiting for headers] [3 Packages 332 kB/18 2025-07-02T07:58:23.2244589Z 2025-07-02T07:58:23.2244961Z 0% [Waiting for headers] [3 Packages 979 kB/1802 kB 54%] 2025-07-02T07:58:23.2245305Z 2025-07-02T07:58:23.2245633Z 0% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:23.2246040Z 0% [3 Packages store 0 B] [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:23.2246431Z 2025-07-02T07:58:23.2246877Z Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2025-07-02T07:58:23.2247212Z 2025-07-02T07:58:23.2247411Z 0% [3 Packages store 0 B] [5 InRelease 6932 B/127 kB 5%] [Waiting for headers] 2025-07-02T07:58:23.2247833Z 2025-07-02T07:58:23.2248178Z 0% [3 Packages store 0 B] [Waiting for headers] 2025-07-02T07:58:23.2248508Z 0% [3 Packages store 0 B] [Waiting for headers] 2025-07-02T07:58:23.2248826Z 2025-07-02T07:58:23.2249133Z 0% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:23.2249453Z 2025-07-02T07:58:23.2249882Z Get:6 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] 2025-07-02T07:58:23.2250248Z 2025-07-02T07:58:23.2250386Z 0% [6 Packages 15.7 kB/266 kB 6%] [Waiting for headers] 2025-07-02T07:58:23.2250739Z 2025-07-02T07:58:23.2251028Z 0% [Waiting for headers] 2025-07-02T07:58:23.2251308Z 0% [6 Packages store 0 B] [Waiting for headers] 2025-07-02T07:58:23.2251627Z 2025-07-02T07:58:23.2251935Z 0% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:23.2252256Z 2025-07-02T07:58:23.2252698Z Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] 2025-07-02T07:58:23.2253050Z 2025-07-02T07:58:23.2253192Z 0% [7 Packages 15.7 kB/17.5 MB 0%] [Waiting for headers] 2025-07-02T07:58:23.2253582Z 0% [7 Packages 5434 kB/17.5 MB 31%] [Waiting for headers] 2025-07-02T07:58:23.2254093Z 2025-07-02T07:58:23.2254435Z 0% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:23.2254742Z 2025-07-02T07:58:23.2255260Z Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] 2025-07-02T07:58:23.2255594Z 2025-07-02T07:58:23.2255748Z 0% [8 Packages 40.3 kB/1792 kB 2%] [Waiting for headers] 2025-07-02T07:58:23.2256189Z 0% [7 Packages store 0 B] [8 Packages 86.0 kB/1792 kB 5%] [Waiting for headers] 2025-07-02T07:58:23.2256711Z 0% [7 Packages store 0 B] [8 Packages 1154 kB/1792 kB 64%] [Waiting for headers 2025-07-02T07:58:23.2257123Z 2025-07-02T07:58:23.2257541Z 0% [7 Packages store 0 B] [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:23.2257944Z 2025-07-02T07:58:23.2258404Z Get:9 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] 2025-07-02T07:58:23.2258757Z 2025-07-02T07:58:23.2258971Z 0% [7 Packages store 0 B] [9 Packages 63.1 kB/164 kB 38%] [Waiting for headers] 2025-07-02T07:58:23.2259385Z 2025-07-02T07:58:23.2259793Z 0% [7 Packages store 0 B] [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:23.2260178Z 2025-07-02T07:58:23.2260680Z Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4909 kB] 2025-07-02T07:58:23.2261075Z 2025-07-02T07:58:23.2261286Z 0% [7 Packages store 0 B] [10 Packages 29.6 kB/4909 kB 1%] [Waiting for headers 2025-07-02T07:58:23.2261701Z 2025-07-02T07:58:23.2262110Z 0% [7 Packages store 0 B] [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:23.2262498Z 2025-07-02T07:58:23.2262999Z Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [55.7 kB] 2025-07-02T07:58:23.2263393Z 2025-07-02T07:58:23.2263610Z 0% [7 Packages store 0 B] [11 Packages 35.9 kB/55.7 kB 65%] [Waiting for header 2025-07-02T07:58:23.2264021Z 2025-07-02T07:58:23.2264368Z 0% [7 Packages store 0 B] [Waiting for headers] 2025-07-02T07:58:23.2264673Z 2025-07-02T07:58:23.2265128Z Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3399 kB] 2025-07-02T07:58:23.2265604Z 2025-07-02T07:58:23.2265796Z 0% [7 Packages store 0 B] [12 Packages 45.5 kB/3399 kB 1%] [Waiting for headers 2025-07-02T07:58:23.2266212Z 2025-07-02T07:58:23.2266610Z 0% [7 Packages store 0 B] [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:23.2266993Z 2025-07-02T07:58:23.2267478Z Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1564 kB] 2025-07-02T07:58:23.2267855Z 2025-07-02T07:58:23.2268057Z 0% [7 Packages store 0 B] [13 Packages 54.6 kB/1564 kB 3%] [Waiting for headers 2025-07-02T07:58:23.2268474Z 2025-07-02T07:58:23.2268872Z 0% [7 Packages store 0 B] [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:23.2269245Z 2025-07-02T07:58:27.4108049Z Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB] 2025-07-02T07:58:27.4108599Z 2025-07-02T07:58:27.4108880Z 0% [7 Packages store 0 B] [14 Packages 35.2 kB/35.2 kB 100%] [Waiting for heade 2025-07-02T07:58:27.4109329Z 2025-07-02T07:58:27.4110180Z 0% [7 Packages store 0 B] [Waiting for headers] 2025-07-02T07:58:27.4110507Z 2025-07-02T07:58:27.4111146Z Get:15 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.2 kB] 2025-07-02T07:58:27.4111541Z 2025-07-02T07:58:27.4111937Z 0% [7 Packages store 0 B] [15 Packages 27.6 kB/83.2 kB 33%] [Waiting for header 2025-07-02T07:58:27.4112373Z 2025-07-02T07:58:27.4112748Z 0% [7 Packages store 0 B] [Waiting for headers] 2025-07-02T07:58:27.4113066Z 2025-07-02T07:58:27.4113510Z Get:16 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-07-02T07:58:27.4113853Z 2025-07-02T07:58:27.4114005Z 0% [7 Packages store 0 B] [16 InRelease 5484 B/129 kB 4%] 2025-07-02T07:58:27.4114381Z 2025-07-02T07:58:27.4114716Z 0% [7 Packages store 0 B] 2025-07-02T07:58:27.4114967Z 75% [7 Packages store 0 B] 2025-07-02T07:58:27.4115232Z 2025-07-02T07:58:27.4115677Z Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [47.7 kB] 2025-07-02T07:58:27.4116119Z 2025-07-02T07:58:27.4116276Z 75% [7 Packages store 0 B] [17 Packages 11.3 kB/47.7 kB 24%] 2025-07-02T07:58:27.4116641Z 2025-07-02T07:58:27.4116965Z 76% [7 Packages store 0 B] 2025-07-02T07:58:27.4117230Z 2025-07-02T07:58:27.4117475Z 76% [Waiting for headers] 2025-07-02T07:58:27.4117772Z 76% [8 Packages store 0 B] [Waiting for headers] 2025-07-02T07:58:27.4118095Z 2025-07-02T07:58:27.4118596Z Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1257 kB] 2025-07-02T07:58:27.4118997Z 2025-07-02T07:58:27.4119149Z 76% [8 Packages store 0 B] [18 Packages 11.3 kB/1257 kB 1%] 2025-07-02T07:58:27.4119524Z 2025-07-02T07:58:27.4119858Z 79% [8 Packages store 0 B] [Waiting for headers] 2025-07-02T07:58:27.4120195Z 2025-07-02T07:58:27.4120706Z Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4755 kB] 2025-07-02T07:58:27.4121115Z 2025-07-02T07:58:27.4121265Z 79% [8 Packages store 0 B] [19 Packages 12.5 kB/4755 kB 0%] 2025-07-02T07:58:27.4121633Z 2025-07-02T07:58:27.4121945Z 83% [19 Packages 1964 kB/4755 kB 41%] 2025-07-02T07:58:27.4122309Z 83% [9 Packages store 0 B] [19 Packages 1970 kB/4755 kB 41%] 2025-07-02T07:58:27.4122670Z 2025-07-02T07:58:27.4122996Z 86% [19 Packages 3465 kB/4755 kB 73%] 2025-07-02T07:58:27.4123361Z 86% [10 Packages store 0 B] [19 Packages 3481 kB/4755 kB 73%] 2025-07-02T07:58:27.4123727Z 2025-07-02T07:58:27.4124082Z 89% [10 Packages store 0 B] [Waiting for headers] 2025-07-02T07:58:27.4124408Z 2025-07-02T07:58:27.4124903Z Get:20 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3088 kB] 2025-07-02T07:58:27.4125287Z 2025-07-02T07:58:27.4125445Z 89% [10 Packages store 0 B] [20 Packages 20.8 kB/3088 kB 1%] 2025-07-02T07:58:27.4125820Z 2025-07-02T07:58:27.4126141Z 95% [10 Packages store 0 B] 2025-07-02T07:58:27.4126390Z 2025-07-02T07:58:27.4126639Z 95% [Working] 2025-07-02T07:58:27.4126854Z 95% [11 Packages store 0 B] 2025-07-02T07:58:27.4127117Z 2025-07-02T07:58:27.4127347Z 96% [Working] 2025-07-02T07:58:27.4127576Z 96% [12 Packages store 0 B] 2025-07-02T07:58:27.4127820Z 2025-07-02T07:58:27.4128071Z 96% [Working] 2025-07-02T07:58:27.4128431Z 96% [13 Packages store 0 B] 2025-07-02T07:58:27.4128696Z 2025-07-02T07:58:27.4128945Z 97% [Working] 2025-07-02T07:58:27.4129156Z 97% [14 Packages store 0 B] 2025-07-02T07:58:27.4129417Z 2025-07-02T07:58:27.4129857Z 97% [Working] 2025-07-02T07:58:27.4130086Z 97% [15 Packages store 0 B] 2025-07-02T07:58:27.4130326Z 2025-07-02T07:58:27.4130573Z 98% [Working] 2025-07-02T07:58:27.4130780Z 98% [17 Packages store 0 B] 2025-07-02T07:58:27.4131037Z 2025-07-02T07:58:27.4131262Z 98% [Working] 2025-07-02T07:58:27.4131488Z 98% [18 Packages store 0 B] 2025-07-02T07:58:27.4131725Z 2025-07-02T07:58:27.4131973Z 99% [Working] 2025-07-02T07:58:27.4132196Z 99% [19 Packages store 0 B] 2025-07-02T07:58:27.4132435Z 2025-07-02T07:58:27.4132852Z 99% [Working] 2025-07-02T07:58:27.4133062Z 99% [20 Packages store 0 B] 2025-07-02T07:58:27.4133330Z 2025-07-02T07:58:27.4133563Z 100% [Working] 2025-07-02T07:58:27.4133785Z 2025-07-02T07:58:27.4134003Z Fetched 41.3 MB in 2s (22.0 MB/s) 2025-07-02T07:58:27.4134207Z 2025-07-02T07:58:27.4134308Z Reading package lists... 0% 2025-07-02T07:58:27.4134481Z 2025-07-02T07:58:27.4134600Z Reading package lists... 0% 2025-07-02T07:58:27.4134766Z 2025-07-02T07:58:27.4134864Z Reading package lists... 0% 2025-07-02T07:58:27.4135028Z 2025-07-02T07:58:27.4135268Z Reading package lists... 4% 2025-07-02T07:58:27.4135427Z 2025-07-02T07:58:27.4135524Z Reading package lists... 4% 2025-07-02T07:58:27.4135703Z 2025-07-02T07:58:27.4135803Z Reading package lists... 4% 2025-07-02T07:58:27.4135965Z 2025-07-02T07:58:27.4136061Z Reading package lists... 4% 2025-07-02T07:58:27.4136238Z 2025-07-02T07:58:27.4136337Z Reading package lists... 42% 2025-07-02T07:58:27.4136506Z 2025-07-02T07:58:27.4136624Z Reading package lists... 42% 2025-07-02T07:58:27.4136792Z 2025-07-02T07:58:27.4136895Z Reading package lists... 43% 2025-07-02T07:58:27.4137063Z 2025-07-02T07:58:27.4137178Z Reading package lists... 43% 2025-07-02T07:58:27.4137346Z 2025-07-02T07:58:27.4137444Z Reading package lists... 52% 2025-07-02T07:58:27.4137628Z 2025-07-02T07:58:27.4137730Z Reading package lists... 52% 2025-07-02T07:58:27.4137896Z 2025-07-02T07:58:27.4138014Z Reading package lists... 65% 2025-07-02T07:58:27.4138179Z 2025-07-02T07:58:27.4138277Z Reading package lists... 65% 2025-07-02T07:58:27.4138442Z 2025-07-02T07:58:27.4138558Z Reading package lists... 69% 2025-07-02T07:58:27.4138725Z 2025-07-02T07:58:27.4139048Z Reading package lists... 69% 2025-07-02T07:58:27.4139423Z 2025-07-02T07:58:27.4139527Z Reading package lists... 70% 2025-07-02T07:58:27.4139701Z 2025-07-02T07:58:27.4139804Z Reading package lists... 70% 2025-07-02T07:58:27.4140095Z 2025-07-02T07:58:27.4140193Z Reading package lists... 70% 2025-07-02T07:58:27.4140363Z 2025-07-02T07:58:27.4140483Z Reading package lists... 70% 2025-07-02T07:58:27.4140659Z 2025-07-02T07:58:27.4140756Z Reading package lists... 70% 2025-07-02T07:58:27.4140925Z 2025-07-02T07:58:27.4141044Z Reading package lists... 70% 2025-07-02T07:58:27.4141212Z 2025-07-02T07:58:27.4141312Z Reading package lists... 78% 2025-07-02T07:58:27.4141497Z 2025-07-02T07:58:27.4141600Z Reading package lists... 78% 2025-07-02T07:58:27.4141770Z 2025-07-02T07:58:27.4141886Z Reading package lists... 79% 2025-07-02T07:58:27.4142056Z 2025-07-02T07:58:27.4142155Z Reading package lists... 91% 2025-07-02T07:58:27.4142324Z 2025-07-02T07:58:27.4142439Z Reading package lists... 91% 2025-07-02T07:58:27.4142609Z 2025-07-02T07:58:27.4142778Z Reading package lists... 95% 2025-07-02T07:58:27.4142947Z 2025-07-02T07:58:27.4143045Z Reading package lists... 95% 2025-07-02T07:58:27.4143233Z 2025-07-02T07:58:27.4143332Z Reading package lists... 95% 2025-07-02T07:58:27.4143502Z 2025-07-02T07:58:27.4143618Z Reading package lists... 95% 2025-07-02T07:58:27.4143788Z 2025-07-02T07:58:27.4143888Z Reading package lists... 99% 2025-07-02T07:58:27.4144227Z 2025-07-02T07:58:27.4144347Z Reading package lists... 99% 2025-07-02T07:58:27.4144521Z 2025-07-02T07:58:27.4144625Z Reading package lists... Done 2025-07-02T07:58:27.4144824Z 2025-07-02T07:58:27.4144928Z + apt-get upgrade -y 2025-07-02T07:58:27.4145172Z 2025-07-02T07:58:27.4145277Z Reading package lists... 0% 2025-07-02T07:58:27.4145466Z 2025-07-02T07:58:27.4145567Z Reading package lists... 0% 2025-07-02T07:58:27.4145733Z 2025-07-02T07:58:27.4145847Z Reading package lists... 0% 2025-07-02T07:58:27.4146014Z 2025-07-02T07:58:27.4146113Z Reading package lists... 4% 2025-07-02T07:58:27.4146297Z 2025-07-02T07:58:27.4146397Z Reading package lists... 4% 2025-07-02T07:58:27.4146563Z 2025-07-02T07:58:27.4146668Z Reading package lists... 4% 2025-07-02T07:58:27.4146850Z 2025-07-02T07:58:27.4146948Z Reading package lists... 4% 2025-07-02T07:58:27.4147115Z 2025-07-02T07:58:27.4147233Z Reading package lists... 42% 2025-07-02T07:58:27.4147403Z 2025-07-02T07:58:27.4147506Z Reading package lists... 42% 2025-07-02T07:58:27.4147677Z 2025-07-02T07:58:27.4147794Z Reading package lists... 43% 2025-07-02T07:58:27.4147965Z 2025-07-02T07:58:27.4148066Z Reading package lists... 43% 2025-07-02T07:58:27.4148256Z 2025-07-02T07:58:27.4148362Z Reading package lists... 52% 2025-07-02T07:58:27.4148533Z 2025-07-02T07:58:27.4148652Z Reading package lists... 52% 2025-07-02T07:58:27.4148822Z 2025-07-02T07:58:27.4148925Z Reading package lists... 65% 2025-07-02T07:58:27.4149096Z 2025-07-02T07:58:27.4149213Z Reading package lists... 65% 2025-07-02T07:58:27.4149383Z 2025-07-02T07:58:27.4149483Z Reading package lists... 69% 2025-07-02T07:58:27.4149669Z 2025-07-02T07:58:27.4149769Z Reading package lists... 69% 2025-07-02T07:58:27.4149940Z 2025-07-02T07:58:27.4150039Z Reading package lists... 70% 2025-07-02T07:58:27.4150252Z 2025-07-02T07:58:27.4150367Z Reading package lists... 70% 2025-07-02T07:58:27.4150541Z 2025-07-02T07:58:27.4150642Z Reading package lists... 70% 2025-07-02T07:58:27.4150815Z 2025-07-02T07:58:27.4150931Z Reading package lists... 70% 2025-07-02T07:58:27.4151103Z 2025-07-02T07:58:27.4151203Z Reading package lists... 70% 2025-07-02T07:58:27.4151392Z 2025-07-02T07:58:27.4151490Z Reading package lists... 70% 2025-07-02T07:58:27.4151766Z 2025-07-02T07:58:27.4151895Z Reading package lists... 78% 2025-07-02T07:58:27.4152087Z 2025-07-02T07:58:27.4152188Z Reading package lists... 78% 2025-07-02T07:58:27.4152360Z 2025-07-02T07:58:27.4152482Z Reading package lists... 79% 2025-07-02T07:58:27.4152655Z 2025-07-02T07:58:27.4152758Z Reading package lists... 91% 2025-07-02T07:58:27.4152948Z 2025-07-02T07:58:27.4153049Z Reading package lists... 91% 2025-07-02T07:58:27.4153223Z 2025-07-02T07:58:27.4153323Z Reading package lists... 95% 2025-07-02T07:58:27.4153516Z 2025-07-02T07:58:27.4153616Z Reading package lists... 95% 2025-07-02T07:58:27.4153788Z 2025-07-02T07:58:27.4153908Z Reading package lists... 95% 2025-07-02T07:58:27.4154078Z 2025-07-02T07:58:27.4154179Z Reading package lists... 95% 2025-07-02T07:58:27.4154355Z 2025-07-02T07:58:27.4154469Z Reading package lists... 99% 2025-07-02T07:58:27.4154639Z 2025-07-02T07:58:27.4154738Z Reading package lists... 99% 2025-07-02T07:58:27.4154923Z 2025-07-02T07:58:27.4155026Z Reading package lists... Done 2025-07-02T07:58:27.4155199Z 2025-07-02T07:58:27.4155236Z 2025-07-02T07:58:27.4155341Z Building dependency tree... 0% 2025-07-02T07:58:27.4155527Z 2025-07-02T07:58:27.4155631Z Building dependency tree... 0% 2025-07-02T07:58:27.4155831Z 2025-07-02T07:58:27.4155940Z Building dependency tree... 50% 2025-07-02T07:58:27.4156123Z 2025-07-02T07:58:27.4156249Z Building dependency tree... 50% 2025-07-02T07:58:27.4156429Z 2025-07-02T07:58:27.4156539Z Building dependency tree... Done 2025-07-02T07:58:27.4156726Z 2025-07-02T07:58:27.4156730Z 2025-07-02T07:58:27.4156856Z Reading state information... 0% 2025-07-02T07:58:27.4157046Z 2025-07-02T07:58:27.4157154Z Reading state information... 0% 2025-07-02T07:58:27.4157356Z 2025-07-02T07:58:27.4157570Z Reading state information... Done 2025-07-02T07:58:27.4157765Z 2025-07-02T07:58:27.4157769Z 2025-07-02T07:58:27.4157894Z Calculating upgrade... 0% 2025-07-02T07:58:27.4158063Z 2025-07-02T07:58:27.4158168Z Calculating upgrade... 50% 2025-07-02T07:58:27.4158339Z 2025-07-02T07:58:27.4158560Z Calculating upgrade... Done 2025-07-02T07:58:27.4158732Z 2025-07-02T07:58:27.4158859Z The following packages have been kept back: 2025-07-02T07:58:27.4159339Z cuda-libraries-12-2 cuda-libraries-dev-12-2 cuda-nsight-compute-12-2 2025-07-02T07:58:27.4159801Z libcublas-12-2 libcublas-dev-12-2 2025-07-02T07:58:27.4160140Z The following packages will be upgraded: 2025-07-02T07:58:27.4160598Z apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu 2025-07-02T07:58:27.4161134Z bsdutils ca-certificates coreutils cuda-command-line-tools-12-2 2025-07-02T07:58:27.4161666Z cuda-compat-12-2 cuda-cudart-12-2 cuda-cudart-dev-12-2 cuda-keyring 2025-07-02T07:58:27.4162220Z cuda-minimal-build-12-2 cuda-nvml-dev-12-2 cuda-nvprof-12-2 cuda-nvtx-12-2 2025-07-02T07:58:27.4162826Z cuda-toolkit-12-config-common cuda-toolkit-config-common dirmngr dpkg 2025-07-02T07:58:27.4163379Z dpkg-dev e2fsprogs gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent 2025-07-02T07:58:27.4164072Z gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv libapt-pkg6.0 libbinutils 2025-07-02T07:58:27.4164624Z libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcap2 libcom-err2 2025-07-02T07:58:27.4165158Z libctf-nobfd0 libctf0 libcusparse-12-2 libcusparse-dev-12-2 libdpkg-perl 2025-07-02T07:58:27.4165698Z libext2fs2 libgnutls30 libgssapi-krb5-2 libk5crypto3 libkrb5-3 2025-07-02T07:58:27.4166204Z libkrb5support0 libldap-2.5-0 libmount1 libnpp-12-2 libnpp-dev-12-2 2025-07-02T07:58:27.4166755Z libpam-modules libpam-modules-bin libpam-runtime libpam0g libperl5.34 2025-07-02T07:58:27.4167325Z libprocps8 libseccomp2 libsmartcols1 libsqlite3-0 libss2 libssl3 libsystemd0 2025-07-02T07:58:27.4167904Z libtasn1-6 libudev1 libuuid1 linux-libc-dev login logsave mount openssl 2025-07-02T07:58:27.4168426Z passwd perl perl-base perl-modules-5.34 procps tar util-linux 2025-07-02T07:58:27.4168882Z 86 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. 2025-07-02T07:58:27.4169269Z Need to get 482 MB of archives. 2025-07-02T07:58:27.4169638Z After this operation, 2600 kB of additional disk space will be used. 2025-07-02T07:58:27.4169958Z 2025-07-02T07:58:27.4170042Z 0% [Working] 2025-07-02T07:58:27.4170237Z 2025-07-02T07:58:27.4170803Z Get:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-nvprof-12-2 12.2.142-1 [2438 kB] 2025-07-02T07:58:27.4171340Z 2025-07-02T07:58:27.4171586Z 0% [Connecting to archive.ubuntu.com (185.125.190.81)] [1 cuda-nvprof-12-2 16.0 2025-07-02T07:58:27.4172025Z 2025-07-02T07:58:27.4172365Z 1% [Waiting for headers] 2025-07-02T07:58:27.4172602Z 2025-07-02T07:58:27.4173118Z Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.10 [2100 kB] 2025-07-02T07:58:27.4173572Z 2025-07-02T07:58:27.4173729Z 1% [2 libc6-dev 14.2 kB/2100 kB 1%] [Waiting for headers] 2025-07-02T07:58:27.4174074Z 2025-07-02T07:58:27.4174712Z Get:3 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-nvtx-12-2 12.2.140-1 [51.5 kB] 2025-07-02T07:58:27.4175236Z 2025-07-02T07:58:27.4175416Z 1% [2 libc6-dev 14.2 kB/2100 kB 1%] [3 cuda-nvtx-12-2 51.5 kB/51.5 kB 100%] 2025-07-02T07:58:27.4175825Z 2025-07-02T07:58:27.4176139Z 1% [2 libc6-dev 14.2 kB/2100 kB 1%] 2025-07-02T07:58:27.4176425Z 2025-07-02T07:58:28.2980986Z Get:4 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-command-line-tools-12-2 12.2.2-1 [2538 B] 2025-07-02T07:58:28.2981888Z 2025-07-02T07:58:28.2982114Z 1% [2 libc6-dev 48.9 kB/2100 kB 2%] [4 cuda-command-line-tools-12-2 2538 B/2538 2025-07-02T07:58:28.2982554Z 2025-07-02T07:58:28.2983044Z 1% [2 libc6-dev 48.9 kB/2100 kB 2%] [Waiting for headers] 2025-07-02T07:58:28.2983393Z 2025-07-02T07:58:28.2984078Z Get:5 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-compat-12-2 535.247.01-0ubuntu1 [33.6 MB] 2025-07-02T07:58:28.2984654Z 2025-07-02T07:58:28.2984840Z 1% [2 libc6-dev 143 kB/2100 kB 7%] [5 cuda-compat-12-2 62.4 kB/33.6 MB 0%] 2025-07-02T07:58:28.2985249Z 2025-07-02T07:58:28.2985650Z 7% [2 libc6-dev 1314 kB/2100 kB 63%] [Waiting for headers] 2025-07-02T07:58:28.2985997Z 2025-07-02T07:58:28.2986290Z 8% [Waiting for headers] 2025-07-02T07:58:28.2986539Z 2025-07-02T07:58:28.2987155Z Get:6 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-toolkit-config-common 12.9.79-1 [16.6 kB] 2025-07-02T07:58:28.2987754Z 2025-07-02T07:58:28.2987968Z 8% [Waiting for headers] [6 cuda-toolkit-config-common 13.1 kB/16.6 kB 79%] 2025-07-02T07:58:28.2988405Z 2025-07-02T07:58:28.2988708Z 8% [Waiting for headers] 2025-07-02T07:58:28.2988950Z 2025-07-02T07:58:28.2989455Z Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.10 [20.3 kB] 2025-07-02T07:58:28.2989940Z 2025-07-02T07:58:28.2990093Z 8% [7 libc-dev-bin 20.0 kB/20.3 kB 99%] [Waiting for headers] 2025-07-02T07:58:28.2990447Z 2025-07-02T07:58:28.2990753Z 8% [Waiting for headers] 2025-07-02T07:58:28.2990988Z 2025-07-02T07:58:28.2991486Z Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-143.153 [1305 kB] 2025-07-02T07:58:28.2992067Z 2025-07-02T07:58:28.2992241Z 8% [8 linux-libc-dev 37.4 kB/1305 kB 3%] [Waiting for headers] 2025-07-02T07:58:28.2992613Z 2025-07-02T07:58:28.2993339Z Get:9 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-toolkit-12-config-common 12.9.79-1 [16.6 kB] 2025-07-02T07:58:28.2993937Z 2025-07-02T07:58:28.2994170Z 8% [8 linux-libc-dev 369 kB/1305 kB 28%] [9 cuda-toolkit-12-config-common 16.6 2025-07-02T07:58:28.2994602Z 2025-07-02T07:58:28.2994939Z 8% [8 linux-libc-dev 394 kB/1305 kB 30%] 2025-07-02T07:58:28.2995259Z 9% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2995578Z 2025-07-02T07:58:28.2996104Z Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6 amd64 2.35-0ubuntu3.10 [3235 kB] 2025-07-02T07:58:28.2996568Z 2025-07-02T07:58:28.2996697Z 9% [10 libc6 6780 B/3235 kB 0%] [Waiting for headers] 2025-07-02T07:58:28.2997033Z 2025-07-02T07:58:28.2997668Z Get:11 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-cudart-12-2 12.2.140-1 [161 kB] 2025-07-02T07:58:28.2998212Z 2025-07-02T07:58:28.2998401Z 9% [10 libc6 922 kB/3235 kB 28%] [11 cuda-cudart-12-2 32.3 kB/161 kB 20%] 2025-07-02T07:58:28.2998785Z 2025-07-02T07:58:28.2999107Z 9% [10 libc6 968 kB/3235 kB 30%] 2025-07-02T07:58:28.2999395Z 10% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2999717Z 2025-07-02T07:58:28.3000255Z Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 base-files amd64 12ubuntu4.7 [61.9 kB] 2025-07-02T07:58:28.3000799Z 2025-07-02T07:58:28.3000947Z 10% [12 base-files 9576 B/61.9 kB 15%] [Waiting for headers] 2025-07-02T07:58:28.3001310Z 2025-07-02T07:58:28.3001607Z 10% [Waiting for headers] 2025-07-02T07:58:28.3001914Z 2025-07-02T07:58:28.3002372Z Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 bash amd64 5.1-6ubuntu1.1 [769 kB] 2025-07-02T07:58:28.3002815Z 2025-07-02T07:58:28.3002945Z 10% [13 bash 11.4 kB/769 kB 1%] [Waiting for headers] 2025-07-02T07:58:28.3003283Z 2025-07-02T07:58:28.3003600Z 10% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.3003922Z 2025-07-02T07:58:28.3004471Z Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 bsdutils amd64 1:2.37.2-4ubuntu3.4 [80.9 kB] 2025-07-02T07:58:28.3004951Z 2025-07-02T07:58:28.3005092Z 10% [14 bsdutils 8192 B/80.9 kB 10%] [Waiting for headers] 2025-07-02T07:58:28.3005451Z 2025-07-02T07:58:28.3005769Z 11% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.3006086Z 2025-07-02T07:58:28.3006627Z Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 coreutils amd64 8.32-4.1ubuntu1.2 [1437 kB] 2025-07-02T07:58:28.3007103Z 2025-07-02T07:58:28.3007247Z 11% [15 coreutils 28.8 kB/1437 kB 2%] [Waiting for headers] 2025-07-02T07:58:28.3007591Z 2025-07-02T07:58:28.3008250Z Get:16 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-cudart-dev-12-2 12.2.140-1 [968 kB] 2025-07-02T07:58:28.3008808Z 2025-07-02T07:58:28.3009013Z 11% [15 coreutils 53.2 kB/1437 kB 4%] [16 cuda-cudart-dev-12-2 0 B/968 kB 0%] 2025-07-02T07:58:28.3009418Z 2025-07-02T07:58:28.3009794Z 11% [15 coreutils 368 kB/1437 kB 26%] [Waiting for headers] 2025-07-02T07:58:28.3010134Z 2025-07-02T07:58:28.3010743Z Get:17 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-keyring 1.1-1 [4332 B] 2025-07-02T07:58:28.3011249Z 2025-07-02T07:58:28.3011403Z 11% [15 coreutils 379 kB/1437 kB 26%] [Waiting for headers] 2025-07-02T07:58:28.3011743Z 2025-07-02T07:58:28.3012082Z 12% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.3012390Z 2025-07-02T07:58:28.3012958Z Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd0 amd64 249.11-0ubuntu3.16 [317 kB] 2025-07-02T07:58:28.3013429Z 2025-07-02T07:58:28.3013687Z 12% [18 libsystemd0 16.5 kB/317 kB 5%] [Waiting for headers] 2025-07-02T07:58:28.3014043Z 2025-07-02T07:58:28.3014373Z 12% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.3014673Z 2025-07-02T07:58:28.3015211Z Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libudev1 amd64 249.11-0ubuntu3.16 [76.7 kB] 2025-07-02T07:58:28.3015663Z 2025-07-02T07:58:28.3015802Z 12% [19 libudev1 43.8 kB/76.7 kB 57%] [Waiting for headers] 2025-07-02T07:58:28.3016144Z 2025-07-02T07:58:28.3016455Z 12% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.3016765Z 2025-07-02T07:58:28.3017276Z Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapt-pkg6.0 amd64 2.4.14 [912 kB] 2025-07-02T07:58:28.3017702Z 2025-07-02T07:58:28.3017856Z 12% [20 libapt-pkg6.0 31.6 kB/912 kB 3%] [Waiting for headers] 2025-07-02T07:58:28.3018220Z 2025-07-02T07:58:28.3018538Z 13% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.3018908Z 2025-07-02T07:58:28.3019451Z Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tar amd64 1.34+dfsg-1ubuntu0.1.22.04.2 [295 kB] 2025-07-02T07:58:28.3019934Z 2025-07-02T07:58:28.3020111Z 13% [21 tar 36.9 kB/295 kB 12%] [Waiting for headers] 2025-07-02T07:58:28.3020438Z 2025-07-02T07:58:28.3020746Z 13% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.3021054Z 2025-07-02T07:58:28.3021553Z Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg amd64 1.21.1ubuntu2.3 [1239 kB] 2025-07-02T07:58:28.3021986Z 2025-07-02T07:58:28.3022112Z 13% [22 dpkg 64.9 kB/1239 kB 5%] [Waiting for headers] 2025-07-02T07:58:28.3022441Z 2025-07-02T07:58:28.3023242Z Get:23 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-minimal-build-12-2 12.2.2-1 [2522 B] 2025-07-02T07:58:28.3023808Z 2025-07-02T07:58:28.3024009Z 13% [22 dpkg 130 kB/1239 kB 10%] [23 cuda-minimal-build-12-2 2522 B/2522 B 100% 2025-07-02T07:58:28.3024414Z 2025-07-02T07:58:28.3024768Z 13% [22 dpkg 130 kB/1239 kB 10%] [Waiting for headers] 2025-07-02T07:58:28.3025102Z 2025-07-02T07:58:28.3025414Z 14% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.3025736Z 2025-07-02T07:58:28.3026259Z Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 login amd64 1:4.8.1-2ubuntu2.2 [188 kB] 2025-07-02T07:58:28.3026718Z 2025-07-02T07:58:28.3026849Z 14% [24 login 61.4 kB/188 kB 33%] [Waiting for headers] 2025-07-02T07:58:28.3027176Z 2025-07-02T07:58:28.3027504Z 14% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.3027825Z 2025-07-02T07:58:28.3028372Z Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.4 [4820 kB] 2025-07-02T07:58:28.3028841Z 2025-07-02T07:58:28.3028998Z 14% [25 libperl5.34 0 B/4820 kB 0%] [Waiting for headers] 2025-07-02T07:58:28.3029335Z 2025-07-02T07:58:28.3029991Z Get:26 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-nvml-dev-12-2 12.2.140-1 [88.9 kB] 2025-07-02T07:58:28.3030543Z 2025-07-02T07:58:28.3030753Z 14% [25 libperl5.34 1592 kB/4820 kB 33%] [26 cuda-nvml-dev-12-2 21.8 kB/88.9 kB 2025-07-02T07:58:28.3031166Z 2025-07-02T07:58:28.3031496Z 14% [25 libperl5.34 1629 kB/4820 kB 34%] 2025-07-02T07:58:28.3031853Z 2025-07-02T07:58:28.3032484Z Get:27 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 libcusparse-12-2 12.1.2.141-1 [107 MB] 2025-07-02T07:58:28.3033037Z 2025-07-02T07:58:28.3033232Z 14% [25 libperl5.34 2867 kB/4820 kB 59%] [27 libcusparse-12-2 51.8 kB/107 MB 0% 2025-07-02T07:58:28.3033664Z 2025-07-02T07:58:28.3034069Z 16% [Waiting for headers] [27 libcusparse-12-2 5962 kB/107 MB 6%] 2025-07-02T07:58:28.3034447Z 2025-07-02T07:58:28.3034995Z Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.4 [232 kB] 2025-07-02T07:58:28.3035436Z 2025-07-02T07:58:28.3035595Z 16% [28 perl 0 B/232 kB 0%] [27 libcusparse-12-2 6016 kB/107 MB 6%] 2025-07-02T07:58:28.3035969Z 2025-07-02T07:58:28.6813904Z 16% [Waiting for headers] [27 libcusparse-12-2 7064 kB/107 MB 7%] 2025-07-02T07:58:28.6814635Z 2025-07-02T07:58:28.6815238Z Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-base amd64 5.34.0-3ubuntu1.4 [1759 kB] 2025-07-02T07:58:28.6815723Z 2025-07-02T07:58:28.6816025Z 16% [29 perl-base 24.6 kB/1759 kB 1%] [27 libcusparse-12-2 7064 kB/107 MB 7%] 2025-07-02T07:58:28.6816444Z 2025-07-02T07:58:28.6816836Z 18% [Waiting for headers] [27 libcusparse-12-2 12.8 MB/107 MB 12%] 2025-07-02T07:58:28.6817229Z 2025-07-02T07:58:28.6817816Z Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.4 [2977 kB] 2025-07-02T07:58:28.6818322Z 2025-07-02T07:58:28.6818529Z 18% [30 perl-modules-5.34 22.6 kB/2977 kB 1%] [27 libcusparse-12-2 12.8 MB/107 2025-07-02T07:58:28.6818962Z 2025-07-02T07:58:28.6819361Z 20% [Waiting for headers] [27 libcusparse-12-2 22.6 MB/107 MB 21%] 2025-07-02T07:58:28.6819755Z 2025-07-02T07:58:28.6820322Z Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 util-linux amd64 2.37.2-4ubuntu3.4 [1063 kB] 2025-07-02T07:58:28.6820803Z 2025-07-02T07:58:28.6821034Z 20% [31 util-linux 17.5 kB/1063 kB 2%] [27 libcusparse-12-2 22.6 MB/107 MB 21%] 2025-07-02T07:58:28.6821459Z 2025-07-02T07:58:28.6821849Z 21% [Waiting for headers] [27 libcusparse-12-2 26.1 MB/107 MB 24%] 2025-07-02T07:58:28.6822237Z 2025-07-02T07:58:28.6822783Z Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-bin amd64 2.35-0ubuntu3.10 [706 kB] 2025-07-02T07:58:28.6823248Z 2025-07-02T07:58:28.6823428Z 21% [32 libc-bin 31.9 kB/706 kB 5%] [27 libcusparse-12-2 26.1 MB/107 MB 24%] 2025-07-02T07:58:28.6823853Z 2025-07-02T07:58:28.6824241Z 22% [Waiting for headers] [27 libcusparse-12-2 28.4 MB/107 MB 26%] 2025-07-02T07:58:28.6824641Z 2025-07-02T07:58:28.6825225Z Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.3 [62.7 kB] 2025-07-02T07:58:28.6825723Z 2025-07-02T07:58:28.6825932Z 22% [33 gpg-wks-client 8192 B/62.7 kB 13%] [27 libcusparse-12-2 28.4 MB/107 MB 2025-07-02T07:58:28.6826366Z 2025-07-02T07:58:28.6826757Z 22% [Waiting for headers] [27 libcusparse-12-2 28.6 MB/107 MB 27%] 2025-07-02T07:58:28.6827150Z 2025-07-02T07:58:28.6827704Z Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.3 [293 kB] 2025-07-02T07:58:28.6828180Z 2025-07-02T07:58:28.6828365Z 22% [34 dirmngr 8192 B/293 kB 3%] [27 libcusparse-12-2 28.6 MB/107 MB 27%] 2025-07-02T07:58:28.6828771Z 2025-07-02T07:58:28.6829165Z 23% [Waiting for headers] [27 libcusparse-12-2 29.5 MB/107 MB 28%] 2025-07-02T07:58:28.6829557Z 2025-07-02T07:58:28.6830139Z Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.3 [57.6 kB] 2025-07-02T07:58:28.6830639Z 2025-07-02T07:58:28.6830846Z 23% [35 gpg-wks-server 14.8 kB/57.6 kB 26%] [27 libcusparse-12-2 29.5 MB/107 MB 2025-07-02T07:58:28.6831279Z 2025-07-02T07:58:28.6831767Z 23% [Waiting for headers] [27 libcusparse-12-2 29.7 MB/107 MB 28%] 2025-07-02T07:58:28.6832171Z 2025-07-02T07:58:28.6832827Z Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.3 [309 kB] 2025-07-02T07:58:28.6833311Z 2025-07-02T07:58:28.6833508Z 23% [36 gnupg-utils 18.1 kB/309 kB 6%] [27 libcusparse-12-2 29.7 MB/107 MB 28%] 2025-07-02T07:58:28.6833983Z 2025-07-02T07:58:28.6834390Z 23% [Waiting for headers] [27 libcusparse-12-2 30.7 MB/107 MB 29%] 2025-07-02T07:58:28.6834781Z 2025-07-02T07:58:28.6835338Z Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.3 [209 kB] 2025-07-02T07:58:28.6835815Z 2025-07-02T07:58:28.6836007Z 23% [37 gpg-agent 31.8 kB/209 kB 15%] [27 libcusparse-12-2 30.7 MB/107 MB 29%] 2025-07-02T07:58:28.6836408Z 2025-07-02T07:58:28.6836808Z 24% [Waiting for headers] [27 libcusparse-12-2 31.3 MB/107 MB 29%] 2025-07-02T07:58:28.6837203Z 2025-07-02T07:58:28.6837728Z Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.3 [519 kB] 2025-07-02T07:58:28.6838166Z 2025-07-02T07:58:28.6838339Z 24% [38 gpg 13.1 kB/519 kB 3%] [27 libcusparse-12-2 31.4 MB/107 MB 29%] 2025-07-02T07:58:28.6838708Z 2025-07-02T07:58:28.6839285Z 24% [Waiting for headers] [27 libcusparse-12-2 33.0 MB/107 MB 31%] 2025-07-02T07:58:28.6839664Z 2025-07-02T07:58:28.6840229Z Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.3 [94.4 kB] 2025-07-02T07:58:28.6840685Z 2025-07-02T07:58:28.6840881Z 24% [39 gpgconf 8571 B/94.4 kB 9%] [27 libcusparse-12-2 33.0 MB/107 MB 31%] 2025-07-02T07:58:28.6841272Z 2025-07-02T07:58:28.6841680Z 25% [Waiting for headers] [27 libcusparse-12-2 33.3 MB/107 MB 31%] 2025-07-02T07:58:28.6842062Z 2025-07-02T07:58:28.6842632Z Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.3 [54.6 kB] 2025-07-02T07:58:28.6843099Z 2025-07-02T07:58:28.6843306Z 25% [40 gnupg-l10n 8192 B/54.6 kB 15%] [27 libcusparse-12-2 36.8 MB/107 MB 34%] 2025-07-02T07:58:28.6843715Z 2025-07-02T07:58:28.6844056Z 26% [27 libcusparse-12-2 36.9 MB/107 MB 34%] 2025-07-02T07:58:28.6844352Z 2025-07-02T07:58:28.6844869Z Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.3 [315 kB] 2025-07-02T07:58:28.6845305Z 2025-07-02T07:58:28.6845485Z 26% [41 gnupg 24.3 kB/315 kB 8%] [27 libcusparse-12-2 36.9 MB/107 MB 34%] 2025-07-02T07:58:28.6845868Z 2025-07-02T07:58:28.6846269Z 26% [Waiting for headers] [27 libcusparse-12-2 37.7 MB/107 MB 35%] 2025-07-02T07:58:28.6846648Z 2025-07-02T07:58:28.6847231Z Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.3 [198 kB] 2025-07-02T07:58:28.6847673Z 2025-07-02T07:58:28.6847847Z 28% [42 gpgsm 6948 B/198 kB 4%] [27 libcusparse-12-2 47.2 MB/107 MB 44%] 2025-07-02T07:58:28.6848246Z 2025-07-02T07:58:28.6848641Z 28% [Waiting for headers] [27 libcusparse-12-2 47.6 MB/107 MB 44%] 2025-07-02T07:58:28.6849017Z 2025-07-02T07:58:28.6849592Z Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.4 [643 kB] 2025-07-02T07:58:28.6850178Z 2025-07-02T07:58:28.6850377Z 28% [43 libsqlite3-0 42.8 kB/643 kB 7%] [27 libcusparse-12-2 47.6 MB/107 MB 44% 2025-07-02T07:58:28.6850805Z 2025-07-02T07:58:28.6851288Z 29% [Waiting for headers] [27 libcusparse-12-2 49.2 MB/107 MB 46%] 2025-07-02T07:58:28.6851669Z 2025-07-02T07:58:28.6852234Z Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtasn1-6 amd64 4.18.0-4ubuntu0.1 [43.5 kB] 2025-07-02T07:58:28.6852698Z 2025-07-02T07:58:28.6852892Z 29% [44 libtasn1-6 7504 B/43.5 kB 17%] [27 libcusparse-12-2 49.2 MB/107 MB 46%] 2025-07-02T07:58:28.6853314Z 2025-07-02T07:58:28.6853654Z 29% [27 libcusparse-12-2 49.3 MB/107 MB 46%] 2025-07-02T07:58:28.6853947Z 2025-07-02T07:58:28.6854494Z Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgnutls30 amd64 3.7.3-4ubuntu1.6 [969 kB] 2025-07-02T07:58:28.6854961Z 2025-07-02T07:58:28.6855156Z 29% [45 libgnutls30 11.1 kB/969 kB 1%] [27 libcusparse-12-2 49.3 MB/107 MB 46%] 2025-07-02T07:58:28.6855582Z 2025-07-02T07:58:28.6855970Z 30% [Waiting for headers] [27 libcusparse-12-2 51.8 MB/107 MB 48%] 2025-07-02T07:58:28.6856364Z 2025-07-02T07:58:28.6856991Z Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.19+dfsg-0ubuntu0.22.04.1 [184 kB] 2025-07-02T07:58:28.6857513Z 2025-07-02T07:58:28.6857707Z 30% [46 libldap-2.5-0 24.5 kB/184 kB 13%] [27 libcusparse-12-2 51.9 MB/107 MB 4 2025-07-02T07:58:28.6858125Z 2025-07-02T07:58:28.6858515Z 30% [Waiting for headers] [27 libcusparse-12-2 52.3 MB/107 MB 49%] 2025-07-02T07:58:28.6858907Z 2025-07-02T07:58:28.6859451Z Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgv amd64 2.2.27-3ubuntu2.3 [137 kB] 2025-07-02T07:58:28.6859888Z 2025-07-02T07:58:28.6860061Z 30% [47 gpgv 29.0 kB/137 kB 21%] [27 libcusparse-12-2 52.3 MB/107 MB 49%] 2025-07-02T07:58:28.6860450Z 2025-07-02T07:58:28.6860834Z 30% [Waiting for headers] [27 libcusparse-12-2 52.6 MB/107 MB 49%] 2025-07-02T07:58:28.6861218Z 2025-07-02T07:58:28.6861800Z Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libseccomp2 amd64 2.5.3-2ubuntu3~22.04.1 [47.4 kB] 2025-07-02T07:58:28.6862301Z 2025-07-02T07:58:28.6862502Z 30% [48 libseccomp2 1912 B/47.4 kB 4%] [27 libcusparse-12-2 52.6 MB/107 MB 49%] 2025-07-02T07:58:28.6862924Z 2025-07-02T07:58:28.6863253Z 30% [27 libcusparse-12-2 52.7 MB/107 MB 49%] 2025-07-02T07:58:28.6863558Z 2025-07-02T07:58:28.6864026Z Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apt amd64 2.4.14 [1363 kB] 2025-07-02T07:58:28.6864435Z 2025-07-02T07:58:28.6864602Z 30% [49 apt 17.9 kB/1363 kB 1%] [27 libcusparse-12-2 52.7 MB/107 MB 49%] 2025-07-02T07:58:28.9899612Z 2025-07-02T07:58:28.9900215Z 32% [Waiting for headers] [27 libcusparse-12-2 58.5 MB/107 MB 55%] 2025-07-02T07:58:28.9900766Z 2025-07-02T07:58:28.9901433Z Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam0g amd64 1.4.0-11ubuntu2.6 [59.9 kB] 2025-07-02T07:58:28.9901930Z 2025-07-02T07:58:28.9902163Z 32% [50 libpam0g 8192 B/59.9 kB 14%] [27 libcusparse-12-2 58.5 MB/107 MB 55%] 2025-07-02T07:58:28.9902589Z 2025-07-02T07:58:28.9903196Z 32% [27 libcusparse-12-2 58.6 MB/107 MB 55%] 2025-07-02T07:58:28.9903546Z 2025-07-02T07:58:28.9904316Z Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-modules-bin amd64 1.4.0-11ubuntu2.6 [37.4 kB] 2025-07-02T07:58:28.9904833Z 2025-07-02T07:58:28.9905117Z 32% [51 libpam-modules-bin 148 B/37.4 kB 0%] [27 libcusparse-12-2 58.6 MB/107 M 2025-07-02T07:58:28.9905569Z 2025-07-02T07:58:28.9905959Z 32% [27 libcusparse-12-2 58.7 MB/107 MB 55%] 2025-07-02T07:58:28.9906265Z 2025-07-02T07:58:28.9906892Z Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-modules amd64 1.4.0-11ubuntu2.6 [282 kB] 2025-07-02T07:58:28.9907438Z 2025-07-02T07:58:28.9907648Z 34% [52 libpam-modules 29.2 kB/282 kB 10%] [27 libcusparse-12-2 67.6 MB/107 MB 2025-07-02T07:58:28.9908132Z 2025-07-02T07:58:28.9908528Z 34% [Waiting for headers] [27 libcusparse-12-2 68.2 MB/107 MB 64%] 2025-07-02T07:58:28.9908983Z 2025-07-02T07:58:28.9909600Z Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 logsave amd64 1.46.5-2ubuntu1.2 [10.1 kB] 2025-07-02T07:58:28.9910058Z 2025-07-02T07:58:28.9910259Z 34% [53 logsave 10.1 kB/10.1 kB 100%] [27 libcusparse-12-2 68.2 MB/107 MB 64%] 2025-07-02T07:58:28.9910714Z 2025-07-02T07:58:28.9911163Z 35% [Waiting for headers] [27 libcusparse-12-2 68.2 MB/107 MB 64%] 2025-07-02T07:58:28.9911553Z 2025-07-02T07:58:28.9912251Z Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libext2fs2 amd64 1.46.5-2ubuntu1.2 [208 kB] 2025-07-02T07:58:28.9912778Z 2025-07-02T07:58:28.9912978Z 35% [54 libext2fs2 34.2 kB/208 kB 16%] [27 libcusparse-12-2 68.2 MB/107 MB 64%] 2025-07-02T07:58:28.9913534Z 2025-07-02T07:58:28.9913998Z 35% [Waiting for headers] [27 libcusparse-12-2 68.7 MB/107 MB 64%] 2025-07-02T07:58:28.9914684Z 2025-07-02T07:58:28.9915363Z Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 e2fsprogs amd64 1.46.5-2ubuntu1.2 [590 kB] 2025-07-02T07:58:28.9932831Z 2025-07-02T07:58:28.9933098Z 35% [55 e2fsprogs 38.3 kB/590 kB 6%] [27 libcusparse-12-2 68.8 MB/107 MB 64%] 2025-07-02T07:58:28.9933547Z 2025-07-02T07:58:28.9934003Z 35% [Waiting for headers] [27 libcusparse-12-2 70.2 MB/107 MB 66%] 2025-07-02T07:58:28.9934402Z 2025-07-02T07:58:28.9935015Z Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 mount amd64 2.37.2-4ubuntu3.4 [114 kB] 2025-07-02T07:58:28.9935538Z 2025-07-02T07:58:28.9935716Z 35% [56 mount 2574 B/114 kB 2%] [27 libcusparse-12-2 70.2 MB/107 MB 66%] 2025-07-02T07:58:28.9936153Z 2025-07-02T07:58:28.9936568Z 36% [Waiting for headers] [27 libcusparse-12-2 70.6 MB/107 MB 66%] 2025-07-02T07:58:28.9936960Z 2025-07-02T07:58:28.9937578Z Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libblkid1 amd64 2.37.2-4ubuntu3.4 [103 kB] 2025-07-02T07:58:28.9938056Z 2025-07-02T07:58:28.9938251Z 36% [57 libblkid1 15.2 kB/103 kB 15%] [27 libcusparse-12-2 70.6 MB/107 MB 66%] 2025-07-02T07:58:28.9938709Z 2025-07-02T07:58:28.9939210Z 36% [27 libcusparse-12-2 70.8 MB/107 MB 66%] 2025-07-02T07:58:28.9939678Z 2025-07-02T07:58:28.9940248Z Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcap2 amd64 1:2.44-1ubuntu0.22.04.2 [18.3 kB] 2025-07-02T07:58:28.9940793Z 2025-07-02T07:58:28.9941088Z 36% [58 libcap2 18.3 kB/18.3 kB 100%] [27 libcusparse-12-2 70.8 MB/107 MB 66%] 2025-07-02T07:58:28.9941477Z 2025-07-02T07:58:28.9941819Z 36% [27 libcusparse-12-2 70.8 MB/107 MB 66%] 2025-07-02T07:58:28.9942115Z 2025-07-02T07:58:28.9942671Z Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcom-err2 amd64 1.46.5-2ubuntu1.2 [9304 B] 2025-07-02T07:58:28.9943140Z 2025-07-02T07:58:28.9943358Z 37% [59 libcom-err2 9304 B/9304 B 100%] [27 libcusparse-12-2 77.8 MB/107 MB 73% 2025-07-02T07:58:28.9943773Z 2025-07-02T07:58:28.9944113Z 38% [27 libcusparse-12-2 77.8 MB/107 MB 73%] 2025-07-02T07:58:28.9944465Z 2025-07-02T07:58:28.9945026Z Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libk5crypto3 amd64 1.19.2-2ubuntu0.7 [86.5 kB] 2025-07-02T07:58:28.9945505Z 2025-07-02T07:58:28.9945721Z 38% [60 libk5crypto3 48.9 kB/86.5 kB 57%] [27 libcusparse-12-2 77.8 MB/107 MB 7 2025-07-02T07:58:28.9946130Z 2025-07-02T07:58:28.9946465Z 38% [27 libcusparse-12-2 78.0 MB/107 MB 73%] 2025-07-02T07:58:28.9946754Z 2025-07-02T07:58:28.9947323Z Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5support0 amd64 1.19.2-2ubuntu0.7 [32.7 kB] 2025-07-02T07:58:28.9947815Z 2025-07-02T07:58:28.9948036Z 38% [61 libkrb5support0 1158 B/32.7 kB 4%] [27 libcusparse-12-2 78.0 MB/107 MB 2025-07-02T07:58:28.9948456Z 2025-07-02T07:58:28.9948795Z 38% [27 libcusparse-12-2 78.1 MB/107 MB 73%] 2025-07-02T07:58:28.9949088Z 2025-07-02T07:58:28.9949629Z Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libkrb5-3 amd64 1.19.2-2ubuntu0.7 [356 kB] 2025-07-02T07:58:28.9950095Z 2025-07-02T07:58:28.9950279Z 40% [62 libkrb5-3 12.9 kB/356 kB 4%] [27 libcusparse-12-2 88.2 MB/107 MB 82%] 2025-07-02T07:58:28.9950683Z 2025-07-02T07:58:28.9951073Z 40% [Waiting for headers] [27 libcusparse-12-2 89.0 MB/107 MB 83%] 2025-07-02T07:58:28.9951515Z 2025-07-02T07:58:28.9952191Z Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgssapi-krb5-2 amd64 1.19.2-2ubuntu0.7 [144 kB] 2025-07-02T07:58:28.9952682Z 2025-07-02T07:58:28.9952906Z 40% [63 libgssapi-krb5-2 4284 B/144 kB 3%] [27 libcusparse-12-2 89.0 MB/107 MB 2025-07-02T07:58:28.9953333Z 2025-07-02T07:58:28.9953733Z 41% [Waiting for headers] [27 libcusparse-12-2 89.4 MB/107 MB 83%] 2025-07-02T07:58:28.9954111Z 2025-07-02T07:58:28.9954678Z Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssl3 amd64 3.0.2-0ubuntu1.19 [1905 kB] 2025-07-02T07:58:28.9955133Z 2025-07-02T07:58:28.9955326Z 41% [64 libssl3 35.8 kB/1905 kB 2%] [27 libcusparse-12-2 89.4 MB/107 MB 83%] 2025-07-02T07:58:28.9955718Z 2025-07-02T07:58:28.9956116Z 42% [Waiting for headers] [27 libcusparse-12-2 94.3 MB/107 MB 88%] 2025-07-02T07:58:28.9956493Z 2025-07-02T07:58:28.9957060Z Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmount1 amd64 2.37.2-4ubuntu3.4 [122 kB] 2025-07-02T07:58:28.9957608Z 2025-07-02T07:58:28.9957813Z 42% [65 libmount1 32.5 kB/122 kB 27%] [27 libcusparse-12-2 94.3 MB/107 MB 88%] 2025-07-02T07:58:28.9958218Z 2025-07-02T07:58:28.9958681Z 42% [Waiting for headers] [27 libcusparse-12-2 94.6 MB/107 MB 88%] 2025-07-02T07:58:28.9959058Z 2025-07-02T07:58:28.9959645Z Get:66 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-runtime all 1.4.0-11ubuntu2.6 [40.2 kB] 2025-07-02T07:58:28.9960121Z 2025-07-02T07:58:28.9960340Z 42% [66 libpam-runtime 25.4 kB/40.2 kB 63%] [27 libcusparse-12-2 94.6 MB/107 MB 2025-07-02T07:58:28.9960757Z 2025-07-02T07:58:28.9961099Z 43% [27 libcusparse-12-2 94.7 MB/107 MB 88%] 2025-07-02T07:58:28.9961391Z 2025-07-02T07:58:28.9961955Z Get:67 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsmartcols1 amd64 2.37.2-4ubuntu3.4 [50.9 kB] 2025-07-02T07:58:28.9962438Z 2025-07-02T07:58:28.9962641Z 43% [67 libsmartcols1 795 B/50.9 kB 2%] [27 libcusparse-12-2 94.7 MB/107 MB 88% 2025-07-02T07:58:28.9963071Z 2025-07-02T07:58:28.9963407Z 43% [27 libcusparse-12-2 94.8 MB/107 MB 88%] 2025-07-02T07:58:28.9963805Z 2025-07-02T07:58:28.9964339Z Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libuuid1 amd64 2.37.2-4ubuntu3.4 [23.8 kB] 2025-07-02T07:58:28.9964853Z 2025-07-02T07:58:28.9965035Z 43% [68 libuuid1 15.2 kB/23.8 kB 64%] [27 libcusparse-12-2 94.8 MB/107 MB 88%] 2025-07-02T07:58:28.9965450Z 2025-07-02T07:58:28.9965777Z 43% [27 libcusparse-12-2 94.9 MB/107 MB 88%] 2025-07-02T07:58:28.9966058Z 2025-07-02T07:58:28.9966585Z Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 passwd amd64 1:4.8.1-2ubuntu2.2 [768 kB] 2025-07-02T07:58:28.9967034Z 2025-07-02T07:58:28.9967206Z 44% [69 passwd 18.5 kB/768 kB 2%] [27 libcusparse-12-2 98.4 MB/107 MB 92%] 2025-07-02T07:58:28.9967606Z 2025-07-02T07:58:28.9967999Z 44% [Waiting for headers] [27 libcusparse-12-2 100 MB/107 MB 94%] 2025-07-02T07:58:28.9968365Z 2025-07-02T07:58:28.9968932Z Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libprocps8 amd64 2:3.3.17-6ubuntu2.1 [36.2 kB] 2025-07-02T07:58:28.9969393Z 2025-07-02T07:58:28.9969582Z 44% [70 libprocps8 34.0 kB/36.2 kB 94%] [27 libcusparse-12-2 100 MB/107 MB 94%] 2025-07-02T07:58:28.9969986Z 2025-07-02T07:58:28.9970302Z 45% [27 libcusparse-12-2 100 MB/107 MB 94%] 2025-07-02T07:58:28.9970596Z 2025-07-02T07:58:34.8299985Z Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libss2 amd64 1.46.5-2ubuntu1.2 [12.3 kB] 2025-07-02T07:58:34.8300489Z 2025-07-02T07:58:34.8300727Z 45% [71 libss2 8192 B/12.3 kB 66%] [27 libcusparse-12-2 100 MB/107 MB 94%] 2025-07-02T07:58:34.8301133Z 2025-07-02T07:58:34.8301486Z 45% [27 libcusparse-12-2 100 MB/107 MB 94%] 2025-07-02T07:58:34.8301815Z 46% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:34.8302145Z 2025-07-02T07:58:34.8302694Z Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 procps amd64 2:3.3.17-6ubuntu2.1 [378 kB] 2025-07-02T07:58:34.8303175Z 2025-07-02T07:58:34.8303317Z 46% [72 procps 26.0 kB/378 kB 7%] [Waiting for headers] 2025-07-02T07:58:34.8303669Z 2025-07-02T07:58:34.8303995Z 46% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:34.8304574Z 2025-07-02T07:58:34.8305126Z Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.19 [1186 kB] 2025-07-02T07:58:34.8305607Z 2025-07-02T07:58:34.8305890Z 46% [73 openssl 16.4 kB/1186 kB 1%] [Waiting for headers] 2025-07-02T07:58:34.8306285Z 2025-07-02T07:58:34.8307045Z Get:74 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 libcusparse-dev-12-2 12.1.2.141-1 [110 MB] 2025-07-02T07:58:34.8307619Z 2025-07-02T07:58:34.8307841Z 47% [73 openssl 409 kB/1186 kB 35%] [74 libcusparse-dev-12-2 51.8 kB/110 MB 0%] 2025-07-02T07:58:34.8308262Z 2025-07-02T07:58:34.8308691Z 47% [Waiting for headers] [74 libcusparse-dev-12-2 1952 kB/110 MB 2%] 2025-07-02T07:58:34.8309106Z 2025-07-02T07:58:34.8309692Z Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20240203~22.04.1 [162 kB] 2025-07-02T07:58:34.8310168Z 2025-07-02T07:58:34.8310407Z 47% [75 ca-certificates 16.6 kB/162 kB 10%] [74 libcusparse-dev-12-2 1964 kB/11 2025-07-02T07:58:34.8310840Z 2025-07-02T07:58:34.8311261Z 48% [Waiting for headers] [74 libcusparse-dev-12-2 2411 kB/110 MB 2%] 2025-07-02T07:58:34.8311658Z 2025-07-02T07:58:34.8312322Z Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.8 [103 kB] 2025-07-02T07:58:34.8312775Z 2025-07-02T07:58:34.8312987Z 48% [76 libctf0 13.9 kB/103 kB 14%] [74 libcusparse-dev-12-2 2411 kB/110 MB 2%] 2025-07-02T07:58:34.8313397Z 2025-07-02T07:58:34.8313760Z 48% [74 libcusparse-dev-12-2 2673 kB/110 MB 2%] 2025-07-02T07:58:34.8314133Z 2025-07-02T07:58:34.8314687Z Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.8 [108 kB] 2025-07-02T07:58:34.8315181Z 2025-07-02T07:58:34.8315396Z 48% [77 libctf-nobfd0 23.9 kB/108 kB 22%] [74 libcusparse-dev-12-2 2673 kB/110 2025-07-02T07:58:34.8315875Z 2025-07-02T07:58:34.8316301Z 48% [Waiting for headers] [74 libcusparse-dev-12-2 3001 kB/110 MB 3%] 2025-07-02T07:58:34.8316714Z 2025-07-02T07:58:34.8317344Z Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.8 [2324 kB] 2025-07-02T07:58:34.8317891Z 2025-07-02T07:58:34.8318118Z 48% [78 binutils-x86-64-linux-gnu 42.8 kB/2324 kB 2%] [74 libcusparse-dev-12-2 2025-07-02T07:58:34.8318572Z 2025-07-02T07:58:34.8318995Z 50% [Waiting for headers] [74 libcusparse-dev-12-2 11.1 MB/110 MB 10%] 2025-07-02T07:58:34.8319407Z 2025-07-02T07:58:34.8319976Z Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.8 [661 kB] 2025-07-02T07:58:34.8320456Z 2025-07-02T07:58:34.8320660Z 50% [79 libbinutils 22.8 kB/661 kB 3%] [74 libcusparse-dev-12-2 11.1 MB/110 MB 2025-07-02T07:58:34.8321076Z 2025-07-02T07:58:34.8321499Z 51% [Waiting for headers] [74 libcusparse-dev-12-2 12.8 MB/110 MB 12%] 2025-07-02T07:58:34.8321909Z 2025-07-02T07:58:34.8322457Z Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.8 [3196 B] 2025-07-02T07:58:34.8323016Z 2025-07-02T07:58:34.8323223Z 51% [Waiting for headers] [74 libcusparse-dev-12-2 12.8 MB/110 MB 12%] 2025-07-02T07:58:34.8323621Z 2025-07-02T07:58:34.8324407Z Get:81 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.8 [223 kB] 2025-07-02T07:58:34.8324882Z 2025-07-02T07:58:34.8325107Z 51% [81 binutils-common 13.3 kB/223 kB 6%] [74 libcusparse-dev-12-2 12.8 MB/110 2025-07-02T07:58:34.8325526Z 2025-07-02T07:58:34.8325948Z 51% [Waiting for headers] [74 libcusparse-dev-12-2 13.4 MB/110 MB 12%] 2025-07-02T07:58:34.8326403Z 2025-07-02T07:58:34.8326943Z Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.3 [922 kB] 2025-07-02T07:58:34.8327376Z 2025-07-02T07:58:34.8327571Z 51% [82 dpkg-dev 2604 B/922 kB 0%] [74 libcusparse-dev-12-2 13.4 MB/110 MB 12%] 2025-07-02T07:58:34.8327989Z 2025-07-02T07:58:34.8328399Z 52% [Waiting for headers] [74 libcusparse-dev-12-2 15.7 MB/110 MB 14%] 2025-07-02T07:58:34.8328791Z 2025-07-02T07:58:34.8329357Z Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.3 [237 kB] 2025-07-02T07:58:34.8329810Z 2025-07-02T07:58:34.8330012Z 53% [83 libdpkg-perl 47.6 kB/237 kB 20%] [74 libcusparse-dev-12-2 18.3 MB/110 M 2025-07-02T07:58:34.8330440Z 2025-07-02T07:58:34.8330857Z 53% [Waiting for headers] [74 libcusparse-dev-12-2 18.7 MB/110 MB 17%] 2025-07-02T07:58:34.8331242Z 2025-07-02T07:58:34.8331800Z Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gnupg2 all 2.2.27-3ubuntu2.3 [5544 B] 2025-07-02T07:58:34.8332255Z 2025-07-02T07:58:34.8332359Z 2025-07-02T07:58:34.8332698Z 53% [74 libcusparse-dev-12-2 18.8 MB/110 MB 17%] 2025-07-02T07:58:34.8333048Z 65% [74 libcusparse-dev-12-2 87.3 MB/110 MB 79%] 2025-07-02T07:58:34.8333355Z 2025-07-02T07:58:34.8333654Z 68% [Waiting for headers] 2025-07-02T07:58:34.8333887Z 2025-07-02T07:58:34.8334446Z Get:85 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 libnpp-12-2 12.2.1.4-1 [95.2 MB] 2025-07-02T07:58:34.8334956Z 2025-07-02T07:58:34.8335057Z 69% [85 libnpp-12-2 61.4 kB/95.2 MB 0%] 2025-07-02T07:58:34.8335358Z 80% [85 libnpp-12-2 68.8 MB/95.2 MB 72%] 2025-07-02T07:58:34.8335634Z 2025-07-02T07:58:34.8335918Z 85% [Waiting for headers] 2025-07-02T07:58:34.8336163Z 2025-07-02T07:58:34.8336779Z Get:86 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 libnpp-dev-12-2 12.2.1.4-1 [91.8 MB] 2025-07-02T07:58:34.8337312Z 2025-07-02T07:58:34.8337433Z 85% [86 libnpp-dev-12-2 22.2 kB/91.8 MB 0%] 2025-07-02T07:58:34.8337745Z 96% [86 libnpp-dev-12-2 68.8 MB/91.8 MB 75%] 2025-07-02T07:58:34.8338052Z 2025-07-02T07:58:34.8338319Z 100% [Working] 2025-07-02T07:58:34.8338526Z 2025-07-02T07:58:34.8338732Z Fetched 482 MB in 4s (113 MB/s) 2025-07-02T07:58:34.8339476Z debconf: delaying package configuration, since apt-utils is not installed 2025-07-02T07:58:34.8339923Z (Reading database ... 2025-07-02T07:58:34.8340223Z (Reading database ... 5% 2025-07-02T07:58:34.8340485Z (Reading database ... 10% 2025-07-02T07:58:34.8340733Z (Reading database ... 15% 2025-07-02T07:58:34.8340988Z (Reading database ... 20% 2025-07-02T07:58:34.8341230Z (Reading database ... 25% 2025-07-02T07:58:34.8341485Z (Reading database ... 30% 2025-07-02T07:58:34.8341897Z (Reading database ... 35% 2025-07-02T07:58:34.8342157Z (Reading database ... 40% 2025-07-02T07:58:34.8342397Z (Reading database ... 45% 2025-07-02T07:58:34.8342656Z (Reading database ... 50% 2025-07-02T07:58:34.8342915Z (Reading database ... 55% 2025-07-02T07:58:34.8343241Z (Reading database ... 60% 2025-07-02T07:58:34.8343504Z (Reading database ... 65% 2025-07-02T07:58:34.8343753Z (Reading database ... 70% 2025-07-02T07:58:34.8344009Z (Reading database ... 75% 2025-07-02T07:58:34.8344253Z (Reading database ... 80% 2025-07-02T07:58:34.8344509Z (Reading database ... 85% 2025-07-02T07:58:34.8344751Z (Reading database ... 90% 2025-07-02T07:58:34.8345004Z (Reading database ... 95% 2025-07-02T07:58:34.8345248Z (Reading database ... 100% 2025-07-02T07:58:34.8345626Z (Reading database ... 14723 files and directories currently installed.) 2025-07-02T07:58:34.8346318Z Preparing to unpack .../libc6-dev_2.35-0ubuntu3.10_amd64.deb ... 2025-07-02T07:58:34.8346813Z Unpacking libc6-dev:amd64 (2.35-0ubuntu3.10) over (2.35-0ubuntu3.4) ... 2025-07-02T07:58:34.8347334Z Preparing to unpack .../libc-dev-bin_2.35-0ubuntu3.10_amd64.deb ... 2025-07-02T07:58:34.8347827Z Unpacking libc-dev-bin (2.35-0ubuntu3.10) over (2.35-0ubuntu3.4) ... 2025-07-02T07:58:34.8348332Z Preparing to unpack .../linux-libc-dev_5.15.0-143.153_amd64.deb ... 2025-07-02T07:58:34.8348829Z Unpacking linux-libc-dev:amd64 (5.15.0-143.153) over (5.15.0-88.98) ... 2025-07-02T07:58:34.8349319Z Preparing to unpack .../libc6_2.35-0ubuntu3.10_amd64.deb ... 2025-07-02T07:58:34.8349734Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:58:34.8350480Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-07-02T07:58:34.8351238Z debconf: falling back to frontend: Readline 2025-07-02T07:58:34.8351641Z Unpacking libc6:amd64 (2.35-0ubuntu3.10) over (2.35-0ubuntu3.4) ... 2025-07-02T07:58:34.8352166Z Setting up libc6:amd64 (2.35-0ubuntu3.10) ... 2025-07-02T07:58:34.8352536Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:58:34.8353276Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-07-02T07:58:34.8354034Z debconf: falling back to frontend: Readline 2025-07-02T07:58:34.8354342Z (Reading database ... 2025-07-02T07:58:34.8354599Z (Reading database ... 5% 2025-07-02T07:58:34.8354846Z (Reading database ... 10% 2025-07-02T07:58:34.8355109Z (Reading database ... 15% 2025-07-02T07:58:34.8355354Z (Reading database ... 20% 2025-07-02T07:58:34.8355608Z (Reading database ... 25% 2025-07-02T07:58:34.8355863Z (Reading database ... 30% 2025-07-02T07:58:34.8356106Z (Reading database ... 35% 2025-07-02T07:58:34.8356363Z (Reading database ... 40% 2025-07-02T07:58:34.8356603Z (Reading database ... 45% 2025-07-02T07:58:34.8356859Z (Reading database ... 50% 2025-07-02T07:58:34.8357099Z (Reading database ... 55% 2025-07-02T07:58:34.8357359Z (Reading database ... 60% 2025-07-02T07:58:34.8357598Z (Reading database ... 65% 2025-07-02T07:58:34.8357849Z (Reading database ... 70% 2025-07-02T07:58:34.8358087Z (Reading database ... 75% 2025-07-02T07:58:34.8358341Z (Reading database ... 80% 2025-07-02T07:58:34.8358585Z (Reading database ... 85% 2025-07-02T07:58:34.8358840Z (Reading database ... 90% 2025-07-02T07:58:34.8359096Z (Reading database ... 95% 2025-07-02T07:58:34.8359336Z (Reading database ... 100% 2025-07-02T07:58:36.5828375Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:36.5828954Z Preparing to unpack .../base-files_12ubuntu4.7_amd64.deb ... 2025-07-02T07:58:36.5829398Z Unpacking base-files (12ubuntu4.7) over (12ubuntu4.4) ... 2025-07-02T07:58:36.5829784Z Setting up base-files (12ubuntu4.7) ... 2025-07-02T07:58:36.5830131Z Installing new version of config file /etc/issue ... 2025-07-02T07:58:36.5830547Z Installing new version of config file /etc/issue.net ... 2025-07-02T07:58:36.5830986Z Installing new version of config file /etc/lsb-release ... 2025-07-02T07:58:36.5832445Z Installing new version of config file /etc/update-motd.d/10-help-text ... 2025-07-02T07:58:36.5832863Z (Reading database ... 2025-07-02T07:58:36.5833112Z (Reading database ... 5% 2025-07-02T07:58:36.5833454Z (Reading database ... 10% 2025-07-02T07:58:36.5833724Z (Reading database ... 15% 2025-07-02T07:58:36.5834026Z (Reading database ... 20% 2025-07-02T07:58:36.5834274Z (Reading database ... 25% 2025-07-02T07:58:36.5834509Z (Reading database ... 30% 2025-07-02T07:58:36.5834763Z (Reading database ... 35% 2025-07-02T07:58:36.5835013Z (Reading database ... 40% 2025-07-02T07:58:36.5835250Z (Reading database ... 45% 2025-07-02T07:58:36.5835498Z (Reading database ... 50% 2025-07-02T07:58:36.5835734Z (Reading database ... 55% 2025-07-02T07:58:36.5835982Z (Reading database ... 60% 2025-07-02T07:58:36.5836217Z (Reading database ... 65% 2025-07-02T07:58:36.5836463Z (Reading database ... 70% 2025-07-02T07:58:36.5836696Z (Reading database ... 75% 2025-07-02T07:58:36.5836949Z (Reading database ... 80% 2025-07-02T07:58:36.5837184Z (Reading database ... 85% 2025-07-02T07:58:36.5837431Z (Reading database ... 90% 2025-07-02T07:58:36.5837681Z (Reading database ... 95% 2025-07-02T07:58:36.5837921Z (Reading database ... 100% 2025-07-02T07:58:36.5838295Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:36.5838949Z Preparing to unpack .../bash_5.1-6ubuntu1.1_amd64.deb ... 2025-07-02T07:58:36.5839383Z Unpacking bash (5.1-6ubuntu1.1) over (5.1-6ubuntu1) ... 2025-07-02T07:58:36.5839738Z Setting up bash (5.1-6ubuntu1.1) ... 2025-07-02T07:58:36.5840268Z update-alternatives: error: alternative path /usr/share/man/man7/bash-builtins.7.gz doesn't exist 2025-07-02T07:58:36.5840798Z (Reading database ... 2025-07-02T07:58:36.5841046Z (Reading database ... 5% 2025-07-02T07:58:36.5841300Z (Reading database ... 10% 2025-07-02T07:58:36.5841543Z (Reading database ... 15% 2025-07-02T07:58:36.5841799Z (Reading database ... 20% 2025-07-02T07:58:36.5842047Z (Reading database ... 25% 2025-07-02T07:58:36.5842297Z (Reading database ... 30% 2025-07-02T07:58:36.5842531Z (Reading database ... 35% 2025-07-02T07:58:36.5842779Z (Reading database ... 40% 2025-07-02T07:58:36.5843015Z (Reading database ... 45% 2025-07-02T07:58:36.5843268Z (Reading database ... 50% 2025-07-02T07:58:36.5843501Z (Reading database ... 55% 2025-07-02T07:58:36.5843747Z (Reading database ... 60% 2025-07-02T07:58:36.5843981Z (Reading database ... 65% 2025-07-02T07:58:36.5844231Z (Reading database ... 70% 2025-07-02T07:58:36.5844478Z (Reading database ... 75% 2025-07-02T07:58:36.5844712Z (Reading database ... 80% 2025-07-02T07:58:36.5844965Z (Reading database ... 85% 2025-07-02T07:58:36.5845202Z (Reading database ... 90% 2025-07-02T07:58:36.5845452Z (Reading database ... 95% 2025-07-02T07:58:36.5845688Z (Reading database ... 100% 2025-07-02T07:58:36.5846057Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:36.5846561Z Preparing to unpack .../bsdutils_1%3a2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:36.5847063Z Unpacking bsdutils (1:2.37.2-4ubuntu3.4) over (1:2.37.2-4ubuntu3) ... 2025-07-02T07:58:36.5847569Z Setting up bsdutils (1:2.37.2-4ubuntu3.4) ... 2025-07-02T07:58:36.5847873Z (Reading database ... 2025-07-02T07:58:36.5848121Z (Reading database ... 5% 2025-07-02T07:58:36.5848360Z (Reading database ... 10% 2025-07-02T07:58:36.5848612Z (Reading database ... 15% 2025-07-02T07:58:36.5848849Z (Reading database ... 20% 2025-07-02T07:58:36.5849097Z (Reading database ... 25% 2025-07-02T07:58:36.5849335Z (Reading database ... 30% 2025-07-02T07:58:36.5849584Z (Reading database ... 35% 2025-07-02T07:58:36.5849821Z (Reading database ... 40% 2025-07-02T07:58:36.5850074Z (Reading database ... 45% 2025-07-02T07:58:36.5850309Z (Reading database ... 50% 2025-07-02T07:58:36.5850556Z (Reading database ... 55% 2025-07-02T07:58:36.5850802Z (Reading database ... 60% 2025-07-02T07:58:36.5851038Z (Reading database ... 65% 2025-07-02T07:58:36.5851288Z (Reading database ... 70% 2025-07-02T07:58:36.5851701Z (Reading database ... 75% 2025-07-02T07:58:36.5851954Z (Reading database ... 80% 2025-07-02T07:58:36.5852191Z (Reading database ... 85% 2025-07-02T07:58:36.5852443Z (Reading database ... 90% 2025-07-02T07:58:36.5852680Z (Reading database ... 95% 2025-07-02T07:58:36.5853016Z (Reading database ... 100% 2025-07-02T07:58:36.5853481Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:36.5853973Z Preparing to unpack .../coreutils_8.32-4.1ubuntu1.2_amd64.deb ... 2025-07-02T07:58:36.5854447Z Unpacking coreutils (8.32-4.1ubuntu1.2) over (8.32-4.1ubuntu1) ... 2025-07-02T07:58:36.5854845Z Setting up coreutils (8.32-4.1ubuntu1.2) ... 2025-07-02T07:58:36.5855151Z (Reading database ... 2025-07-02T07:58:36.5855377Z (Reading database ... 5% 2025-07-02T07:58:36.5855623Z (Reading database ... 10% 2025-07-02T07:58:36.5855855Z (Reading database ... 15% 2025-07-02T07:58:36.5856097Z (Reading database ... 20% 2025-07-02T07:58:36.5856325Z (Reading database ... 25% 2025-07-02T07:58:36.5856570Z (Reading database ... 30% 2025-07-02T07:58:36.5856811Z (Reading database ... 35% 2025-07-02T07:58:36.5857037Z (Reading database ... 40% 2025-07-02T07:58:36.5857281Z (Reading database ... 45% 2025-07-02T07:58:36.5857510Z (Reading database ... 50% 2025-07-02T07:58:36.5857753Z (Reading database ... 55% 2025-07-02T07:58:36.5857983Z (Reading database ... 60% 2025-07-02T07:58:36.5858223Z (Reading database ... 65% 2025-07-02T07:58:36.5858453Z (Reading database ... 70% 2025-07-02T07:58:36.5858700Z (Reading database ... 75% 2025-07-02T07:58:36.5858931Z (Reading database ... 80% 2025-07-02T07:58:36.5859174Z (Reading database ... 85% 2025-07-02T07:58:36.5859408Z (Reading database ... 90% 2025-07-02T07:58:36.5859654Z (Reading database ... 95% 2025-07-02T07:58:36.5859896Z (Reading database ... 100% 2025-07-02T07:58:36.5860243Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:36.5860740Z Preparing to unpack .../libsystemd0_249.11-0ubuntu3.16_amd64.deb ... 2025-07-02T07:58:36.5861258Z Unpacking libsystemd0:amd64 (249.11-0ubuntu3.16) over (249.11-0ubuntu3.10) ... 2025-07-02T07:58:36.5861899Z Setting up libsystemd0:amd64 (249.11-0ubuntu3.16) ... 2025-07-02T07:58:36.5862231Z (Reading database ... 2025-07-02T07:58:36.5862478Z (Reading database ... 5% 2025-07-02T07:58:36.5862717Z (Reading database ... 10% 2025-07-02T07:58:36.5862966Z (Reading database ... 15% 2025-07-02T07:58:36.5863216Z (Reading database ... 20% 2025-07-02T07:58:36.5863452Z (Reading database ... 25% 2025-07-02T07:58:36.5863701Z (Reading database ... 30% 2025-07-02T07:58:36.5863937Z (Reading database ... 35% 2025-07-02T07:58:36.5864184Z (Reading database ... 40% 2025-07-02T07:58:36.5864421Z (Reading database ... 45% 2025-07-02T07:58:36.5864669Z (Reading database ... 50% 2025-07-02T07:58:36.5864905Z (Reading database ... 55% 2025-07-02T07:58:36.5865152Z (Reading database ... 60% 2025-07-02T07:58:36.5865388Z (Reading database ... 65% 2025-07-02T07:58:36.5865634Z (Reading database ... 70% 2025-07-02T07:58:36.5865887Z (Reading database ... 75% 2025-07-02T07:58:36.5866122Z (Reading database ... 80% 2025-07-02T07:58:36.5866368Z (Reading database ... 85% 2025-07-02T07:58:36.5866623Z (Reading database ... 90% 2025-07-02T07:58:36.5866859Z (Reading database ... 95% 2025-07-02T07:58:36.5867115Z (Reading database ... 100% 2025-07-02T07:58:36.5867472Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:36.5867975Z Preparing to unpack .../libudev1_249.11-0ubuntu3.16_amd64.deb ... 2025-07-02T07:58:36.5868489Z Unpacking libudev1:amd64 (249.11-0ubuntu3.16) over (249.11-0ubuntu3.10) ... 2025-07-02T07:58:36.5868941Z Setting up libudev1:amd64 (249.11-0ubuntu3.16) ... 2025-07-02T07:58:36.5869280Z (Reading database ... 2025-07-02T07:58:36.5869517Z (Reading database ... 5% 2025-07-02T07:58:36.5869773Z (Reading database ... 10% 2025-07-02T07:58:36.5870015Z (Reading database ... 15% 2025-07-02T07:58:36.5870271Z (Reading database ... 20% 2025-07-02T07:58:36.5870510Z (Reading database ... 25% 2025-07-02T07:58:36.5870847Z (Reading database ... 30% 2025-07-02T07:58:36.5871086Z (Reading database ... 35% 2025-07-02T07:58:36.5871339Z (Reading database ... 40% 2025-07-02T07:58:36.5871589Z (Reading database ... 45% 2025-07-02T07:58:36.5871902Z (Reading database ... 50% 2025-07-02T07:58:36.5872224Z (Reading database ... 55% 2025-07-02T07:58:36.5872462Z (Reading database ... 60% 2025-07-02T07:58:36.5872711Z (Reading database ... 65% 2025-07-02T07:58:36.5873022Z (Reading database ... 70% 2025-07-02T07:58:36.5873271Z (Reading database ... 75% 2025-07-02T07:58:36.5873586Z (Reading database ... 80% 2025-07-02T07:58:36.5873832Z (Reading database ... 85% 2025-07-02T07:58:36.5874066Z (Reading database ... 90% 2025-07-02T07:58:36.5874312Z (Reading database ... 95% 2025-07-02T07:58:36.5874549Z (Reading database ... 100% 2025-07-02T07:58:36.5874918Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:36.5875404Z Preparing to unpack .../libapt-pkg6.0_2.4.14_amd64.deb ... 2025-07-02T07:58:36.5875827Z Unpacking libapt-pkg6.0:amd64 (2.4.14) over (2.4.10) ... 2025-07-02T07:58:36.5876206Z Setting up libapt-pkg6.0:amd64 (2.4.14) ... 2025-07-02T07:58:36.5876504Z (Reading database ... 2025-07-02T07:58:36.5876743Z (Reading database ... 5% 2025-07-02T07:58:36.5876982Z (Reading database ... 10% 2025-07-02T07:58:36.5877233Z (Reading database ... 15% 2025-07-02T07:58:36.5877470Z (Reading database ... 20% 2025-07-02T07:58:36.5877724Z (Reading database ... 25% 2025-07-02T07:58:36.5877969Z (Reading database ... 30% 2025-07-02T07:58:36.5878205Z (Reading database ... 35% 2025-07-02T07:58:36.5878457Z (Reading database ... 40% 2025-07-02T07:58:36.5878691Z (Reading database ... 45% 2025-07-02T07:58:36.5878937Z (Reading database ... 50% 2025-07-02T07:58:36.5879172Z (Reading database ... 55% 2025-07-02T07:58:36.5879417Z (Reading database ... 60% 2025-07-02T07:58:36.5879651Z (Reading database ... 65% 2025-07-02T07:58:36.5879896Z (Reading database ... 70% 2025-07-02T07:58:36.5880132Z (Reading database ... 75% 2025-07-02T07:58:36.5880383Z (Reading database ... 80% 2025-07-02T07:58:36.5880617Z (Reading database ... 85% 2025-07-02T07:58:36.5880865Z (Reading database ... 90% 2025-07-02T07:58:36.5881115Z (Reading database ... 95% 2025-07-02T07:58:36.5881358Z (Reading database ... 100% 2025-07-02T07:58:36.5881724Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:36.5882231Z Preparing to unpack .../tar_1.34+dfsg-1ubuntu0.1.22.04.2_amd64.deb ... 2025-07-02T07:58:36.5882799Z Unpacking tar (1.34+dfsg-1ubuntu0.1.22.04.2) over (1.34+dfsg-1ubuntu0.1.22.04.1) ... 2025-07-02T07:58:36.5883285Z Setting up tar (1.34+dfsg-1ubuntu0.1.22.04.2) ... 2025-07-02T07:58:36.5883613Z (Reading database ... 2025-07-02T07:58:36.5883844Z (Reading database ... 5% 2025-07-02T07:58:36.5884093Z (Reading database ... 10% 2025-07-02T07:58:36.5884451Z (Reading database ... 15% 2025-07-02T07:58:36.5884681Z (Reading database ... 20% 2025-07-02T07:58:36.5884927Z (Reading database ... 25% 2025-07-02T07:58:36.5885163Z (Reading database ... 30% 2025-07-02T07:58:36.5885404Z (Reading database ... 35% 2025-07-02T07:58:36.5885633Z (Reading database ... 40% 2025-07-02T07:58:36.5885875Z (Reading database ... 45% 2025-07-02T07:58:36.5886107Z (Reading database ... 50% 2025-07-02T07:58:36.5886352Z (Reading database ... 55% 2025-07-02T07:58:36.5886582Z (Reading database ... 60% 2025-07-02T07:58:36.5886825Z (Reading database ... 65% 2025-07-02T07:58:36.5887066Z (Reading database ... 70% 2025-07-02T07:58:36.5887297Z (Reading database ... 75% 2025-07-02T07:58:36.5887537Z (Reading database ... 80% 2025-07-02T07:58:36.5887765Z (Reading database ... 85% 2025-07-02T07:58:36.5888006Z (Reading database ... 90% 2025-07-02T07:58:36.5888234Z (Reading database ... 95% 2025-07-02T07:58:36.5888474Z (Reading database ... 100% 2025-07-02T07:58:36.5888820Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:36.5889285Z Preparing to unpack .../dpkg_1.21.1ubuntu2.3_amd64.deb ... 2025-07-02T07:58:36.5889804Z Unpacking dpkg (1.21.1ubuntu2.3) over (1.21.1ubuntu2.2) ... 2025-07-02T07:58:36.5890176Z Setting up dpkg (1.21.1ubuntu2.3) ... 2025-07-02T07:58:36.5890460Z (Reading database ... 2025-07-02T07:58:36.5890684Z (Reading database ... 5% 2025-07-02T07:58:36.5890992Z (Reading database ... 10% 2025-07-02T07:58:36.5891230Z (Reading database ... 15% 2025-07-02T07:58:36.5891473Z (Reading database ... 20% 2025-07-02T07:58:36.5891707Z (Reading database ... 25% 2025-07-02T07:58:36.5891953Z (Reading database ... 30% 2025-07-02T07:58:36.5892187Z (Reading database ... 35% 2025-07-02T07:58:36.5892429Z (Reading database ... 40% 2025-07-02T07:58:36.5892660Z (Reading database ... 45% 2025-07-02T07:58:36.5892903Z (Reading database ... 50% 2025-07-02T07:58:36.5893142Z (Reading database ... 55% 2025-07-02T07:58:36.5893372Z (Reading database ... 60% 2025-07-02T07:58:36.5893615Z (Reading database ... 65% 2025-07-02T07:58:36.5893845Z (Reading database ... 70% 2025-07-02T07:58:36.5894086Z (Reading database ... 75% 2025-07-02T07:58:36.5894319Z (Reading database ... 80% 2025-07-02T07:58:36.5894559Z (Reading database ... 85% 2025-07-02T07:58:36.5894787Z (Reading database ... 90% 2025-07-02T07:58:36.5895028Z (Reading database ... 95% 2025-07-02T07:58:36.5895262Z (Reading database ... 100% 2025-07-02T07:58:36.5895626Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:36.5896113Z Preparing to unpack .../login_1%3a4.8.1-2ubuntu2.2_amd64.deb ... 2025-07-02T07:58:36.5896563Z Unpacking login (1:4.8.1-2ubuntu2.2) over (1:4.8.1-2ubuntu2.1) ... 2025-07-02T07:58:36.5896963Z Setting up login (1:4.8.1-2ubuntu2.2) ... 2025-07-02T07:58:36.5897252Z (Reading database ... 2025-07-02T07:58:36.5897494Z (Reading database ... 5% 2025-07-02T07:58:36.5897729Z (Reading database ... 10% 2025-07-02T07:58:36.5897981Z (Reading database ... 15% 2025-07-02T07:58:36.5898214Z (Reading database ... 20% 2025-07-02T07:58:36.5898463Z (Reading database ... 25% 2025-07-02T07:58:36.5898698Z (Reading database ... 30% 2025-07-02T07:58:36.5898949Z (Reading database ... 35% 2025-07-02T07:58:36.5899197Z (Reading database ... 40% 2025-07-02T07:58:36.5899429Z (Reading database ... 45% 2025-07-02T07:58:36.5899674Z (Reading database ... 50% 2025-07-02T07:58:36.5899904Z (Reading database ... 55% 2025-07-02T07:58:36.5900156Z (Reading database ... 60% 2025-07-02T07:58:36.5900385Z (Reading database ... 65% 2025-07-02T07:58:36.5900625Z (Reading database ... 70% 2025-07-02T07:58:36.5900854Z (Reading database ... 75% 2025-07-02T07:58:36.5901095Z (Reading database ... 80% 2025-07-02T07:58:36.5901327Z (Reading database ... 85% 2025-07-02T07:58:41.4343835Z (Reading database ... 90% 2025-07-02T07:58:41.4344231Z (Reading database ... 95% 2025-07-02T07:58:41.4344481Z (Reading database ... 100% 2025-07-02T07:58:41.4344919Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.4345483Z Preparing to unpack .../libperl5.34_5.34.0-3ubuntu1.4_amd64.deb ... 2025-07-02T07:58:41.4346015Z Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.4) over (5.34.0-3ubuntu1.2) ... 2025-07-02T07:58:41.4346608Z Preparing to unpack .../perl_5.34.0-3ubuntu1.4_amd64.deb ... 2025-07-02T07:58:41.4347111Z Unpacking perl (5.34.0-3ubuntu1.4) over (5.34.0-3ubuntu1.2) ... 2025-07-02T07:58:41.4347591Z Preparing to unpack .../perl-base_5.34.0-3ubuntu1.4_amd64.deb ... 2025-07-02T07:58:41.4348128Z Unpacking perl-base (5.34.0-3ubuntu1.4) over (5.34.0-3ubuntu1.2) ... 2025-07-02T07:58:41.4348599Z Setting up perl-base (5.34.0-3ubuntu1.4) ... 2025-07-02T07:58:41.4348903Z (Reading database ... 2025-07-02T07:58:41.4349161Z (Reading database ... 5% 2025-07-02T07:58:41.4349504Z (Reading database ... 10% 2025-07-02T07:58:41.4349757Z (Reading database ... 15% 2025-07-02T07:58:41.4350054Z (Reading database ... 20% 2025-07-02T07:58:41.4350307Z (Reading database ... 25% 2025-07-02T07:58:41.4350544Z (Reading database ... 30% 2025-07-02T07:58:41.4350847Z (Reading database ... 35% 2025-07-02T07:58:41.4351085Z (Reading database ... 40% 2025-07-02T07:58:41.4351334Z (Reading database ... 45% 2025-07-02T07:58:41.4351888Z (Reading database ... 50% 2025-07-02T07:58:41.4352143Z (Reading database ... 55% 2025-07-02T07:58:41.4352443Z (Reading database ... 60% 2025-07-02T07:58:41.4352757Z (Reading database ... 65% 2025-07-02T07:58:41.4353042Z (Reading database ... 70% 2025-07-02T07:58:41.4353411Z (Reading database ... 75% 2025-07-02T07:58:41.4353663Z (Reading database ... 80% 2025-07-02T07:58:41.4353958Z (Reading database ... 85% 2025-07-02T07:58:41.4354205Z (Reading database ... 90% 2025-07-02T07:58:41.4354443Z (Reading database ... 95% 2025-07-02T07:58:41.4354757Z (Reading database ... 100% 2025-07-02T07:58:41.4355116Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.4355707Z Preparing to unpack .../perl-modules-5.34_5.34.0-3ubuntu1.4_all.deb ... 2025-07-02T07:58:41.4356308Z Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.4) over (5.34.0-3ubuntu1.2) ... 2025-07-02T07:58:41.4356876Z Preparing to unpack .../util-linux_2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:41.4357377Z Unpacking util-linux (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ... 2025-07-02T07:58:41.4357852Z Setting up util-linux (2.37.2-4ubuntu3.4) ... 2025-07-02T07:58:41.4358170Z (Reading database ... 2025-07-02T07:58:41.4358452Z (Reading database ... 5% 2025-07-02T07:58:41.4358711Z (Reading database ... 10% 2025-07-02T07:58:41.4358952Z (Reading database ... 15% 2025-07-02T07:58:41.4359258Z (Reading database ... 20% 2025-07-02T07:58:41.4359495Z (Reading database ... 25% 2025-07-02T07:58:41.4359744Z (Reading database ... 30% 2025-07-02T07:58:41.4360052Z (Reading database ... 35% 2025-07-02T07:58:41.4360288Z (Reading database ... 40% 2025-07-02T07:58:41.4360538Z (Reading database ... 45% 2025-07-02T07:58:41.4360830Z (Reading database ... 50% 2025-07-02T07:58:41.4361079Z (Reading database ... 55% 2025-07-02T07:58:41.4361332Z (Reading database ... 60% 2025-07-02T07:58:41.4361619Z (Reading database ... 65% 2025-07-02T07:58:41.4361856Z (Reading database ... 70% 2025-07-02T07:58:41.4362142Z (Reading database ... 75% 2025-07-02T07:58:41.4362397Z (Reading database ... 80% 2025-07-02T07:58:41.4362644Z (Reading database ... 85% 2025-07-02T07:58:41.4362943Z (Reading database ... 90% 2025-07-02T07:58:41.4363179Z (Reading database ... 95% 2025-07-02T07:58:41.4363434Z (Reading database ... 100% 2025-07-02T07:58:41.4363844Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.4364355Z Preparing to unpack .../libc-bin_2.35-0ubuntu3.10_amd64.deb ... 2025-07-02T07:58:41.4364855Z Unpacking libc-bin (2.35-0ubuntu3.10) over (2.35-0ubuntu3.4) ... 2025-07-02T07:58:41.4365312Z Setting up libc-bin (2.35-0ubuntu3.10) ... 2025-07-02T07:58:41.4365608Z (Reading database ... 2025-07-02T07:58:41.4365859Z (Reading database ... 5% 2025-07-02T07:58:41.4366145Z (Reading database ... 10% 2025-07-02T07:58:41.4366393Z (Reading database ... 15% 2025-07-02T07:58:41.4366692Z (Reading database ... 20% 2025-07-02T07:58:41.4366941Z (Reading database ... 25% 2025-07-02T07:58:41.4367194Z (Reading database ... 30% 2025-07-02T07:58:41.4367505Z (Reading database ... 35% 2025-07-02T07:58:41.4367746Z (Reading database ... 40% 2025-07-02T07:58:41.4367998Z (Reading database ... 45% 2025-07-02T07:58:41.4368291Z (Reading database ... 50% 2025-07-02T07:58:41.4368551Z (Reading database ... 55% 2025-07-02T07:58:41.4368796Z (Reading database ... 60% 2025-07-02T07:58:41.4369100Z (Reading database ... 65% 2025-07-02T07:58:41.4369339Z (Reading database ... 70% 2025-07-02T07:58:41.4369592Z (Reading database ... 75% 2025-07-02T07:58:41.4369888Z (Reading database ... 80% 2025-07-02T07:58:41.4370142Z (Reading database ... 85% 2025-07-02T07:58:41.4370383Z (Reading database ... 90% 2025-07-02T07:58:41.4370695Z (Reading database ... 95% 2025-07-02T07:58:41.4370947Z (Reading database ... 100% 2025-07-02T07:58:41.4371365Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.4371898Z Preparing to unpack .../00-gpg-wks-client_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.4372488Z Unpacking gpg-wks-client (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.4373157Z Preparing to unpack .../01-dirmngr_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.4373743Z Unpacking dirmngr (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.4374362Z Preparing to unpack .../02-gpg-wks-server_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.4374902Z Unpacking gpg-wks-server (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.4375472Z Preparing to unpack .../03-gnupg-utils_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.4376033Z Unpacking gnupg-utils (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.4376559Z Preparing to unpack .../04-gpg-agent_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.4377068Z Unpacking gpg-agent (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.4377588Z Preparing to unpack .../05-gpg_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.4378071Z Unpacking gpg (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.4378555Z Preparing to unpack .../06-gpgconf_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.4379073Z Unpacking gpgconf (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.4379595Z Preparing to unpack .../07-gnupg-l10n_2.2.27-3ubuntu2.3_all.deb ... 2025-07-02T07:58:41.4380094Z Unpacking gnupg-l10n (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.4380628Z Preparing to unpack .../08-gnupg_2.2.27-3ubuntu2.3_all.deb ... 2025-07-02T07:58:41.4381073Z Unpacking gnupg (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.4381597Z Preparing to unpack .../09-gpgsm_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.4382062Z Unpacking gpgsm (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.4382539Z Preparing to unpack .../10-libsqlite3-0_3.37.2-2ubuntu0.4_amd64.deb ... 2025-07-02T07:58:41.4383143Z Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.4) over (3.37.2-2ubuntu0.1) ... 2025-07-02T07:58:41.4383668Z Preparing to unpack .../11-libtasn1-6_4.18.0-4ubuntu0.1_amd64.deb ... 2025-07-02T07:58:41.4384180Z Unpacking libtasn1-6:amd64 (4.18.0-4ubuntu0.1) over (4.18.0-4build1) ... 2025-07-02T07:58:41.4384618Z Setting up libtasn1-6:amd64 (4.18.0-4ubuntu0.1) ... 2025-07-02T07:58:41.4385018Z (Reading database ... 2025-07-02T07:58:41.4385262Z (Reading database ... 5% 2025-07-02T07:58:41.4385504Z (Reading database ... 10% 2025-07-02T07:58:41.4385757Z (Reading database ... 15% 2025-07-02T07:58:41.4385994Z (Reading database ... 20% 2025-07-02T07:58:41.4386240Z (Reading database ... 25% 2025-07-02T07:58:41.4386477Z (Reading database ... 30% 2025-07-02T07:58:41.4386726Z (Reading database ... 35% 2025-07-02T07:58:41.4386964Z (Reading database ... 40% 2025-07-02T07:58:41.4387213Z (Reading database ... 45% 2025-07-02T07:58:41.4387449Z (Reading database ... 50% 2025-07-02T07:58:41.4387695Z (Reading database ... 55% 2025-07-02T07:58:41.4387931Z (Reading database ... 60% 2025-07-02T07:58:41.4388180Z (Reading database ... 65% 2025-07-02T07:58:41.4388432Z (Reading database ... 70% 2025-07-02T07:58:41.4388724Z (Reading database ... 75% 2025-07-02T07:58:41.4388974Z (Reading database ... 80% 2025-07-02T07:58:41.4389208Z (Reading database ... 85% 2025-07-02T07:58:41.4389458Z (Reading database ... 90% 2025-07-02T07:58:41.4389699Z (Reading database ... 95% 2025-07-02T07:58:41.4389952Z (Reading database ... 100% 2025-07-02T07:58:41.4390310Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.4390812Z Preparing to unpack .../libgnutls30_3.7.3-4ubuntu1.6_amd64.deb ... 2025-07-02T07:58:41.4391328Z Unpacking libgnutls30:amd64 (3.7.3-4ubuntu1.6) over (3.7.3-4ubuntu1.2) ... 2025-07-02T07:58:41.4391871Z Setting up libgnutls30:amd64 (3.7.3-4ubuntu1.6) ... 2025-07-02T07:58:41.4392211Z (Reading database ... 2025-07-02T07:58:41.4392443Z (Reading database ... 5% 2025-07-02T07:58:41.4392702Z (Reading database ... 10% 2025-07-02T07:58:41.4392941Z (Reading database ... 15% 2025-07-02T07:58:41.4393196Z (Reading database ... 20% 2025-07-02T07:58:41.4393521Z (Reading database ... 25% 2025-07-02T07:58:41.4393771Z (Reading database ... 30% 2025-07-02T07:58:41.4394008Z (Reading database ... 35% 2025-07-02T07:58:41.4394258Z (Reading database ... 40% 2025-07-02T07:58:41.4394510Z (Reading database ... 45% 2025-07-02T07:58:41.4394807Z (Reading database ... 50% 2025-07-02T07:58:41.4395055Z (Reading database ... 55% 2025-07-02T07:58:41.4395289Z (Reading database ... 60% 2025-07-02T07:58:41.4395582Z (Reading database ... 65% 2025-07-02T07:58:41.4395829Z (Reading database ... 70% 2025-07-02T07:58:41.4396077Z (Reading database ... 75% 2025-07-02T07:58:41.4396312Z (Reading database ... 80% 2025-07-02T07:58:41.4396559Z (Reading database ... 85% 2025-07-02T07:58:41.4396795Z (Reading database ... 90% 2025-07-02T07:58:41.4397046Z (Reading database ... 95% 2025-07-02T07:58:41.4397283Z (Reading database ... 100% 2025-07-02T07:58:41.4397654Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.4398211Z Preparing to unpack .../libldap-2.5-0_2.5.19+dfsg-0ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:58:41.4398859Z Unpacking libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) over (2.5.16+dfsg-0ubuntu0.22.04.1) ... 2025-07-02T07:58:41.4399450Z Preparing to unpack .../gpgv_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.4399893Z Unpacking gpgv (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.4400284Z Setting up gpgv (2.2.27-3ubuntu2.3) ... 2025-07-02T07:58:41.4400568Z (Reading database ... 2025-07-02T07:58:41.4400810Z (Reading database ... 5% 2025-07-02T07:58:41.4401061Z (Reading database ... 10% 2025-07-02T07:58:41.4401301Z (Reading database ... 15% 2025-07-02T07:58:41.4401548Z (Reading database ... 20% 2025-07-02T07:58:41.4401784Z (Reading database ... 25% 2025-07-02T07:58:41.4402032Z (Reading database ... 30% 2025-07-02T07:58:41.4402269Z (Reading database ... 35% 2025-07-02T07:58:41.4402519Z (Reading database ... 40% 2025-07-02T07:58:41.4402755Z (Reading database ... 45% 2025-07-02T07:58:41.4403015Z (Reading database ... 50% 2025-07-02T07:58:41.4403252Z (Reading database ... 55% 2025-07-02T07:58:41.4403505Z (Reading database ... 60% 2025-07-02T07:58:41.4403744Z (Reading database ... 65% 2025-07-02T07:58:41.4403997Z (Reading database ... 70% 2025-07-02T07:58:41.4404257Z (Reading database ... 75% 2025-07-02T07:58:41.4404496Z (Reading database ... 80% 2025-07-02T07:58:41.4404749Z (Reading database ... 85% 2025-07-02T07:58:41.4404987Z (Reading database ... 90% 2025-07-02T07:58:41.4405243Z (Reading database ... 95% 2025-07-02T07:58:41.4405484Z (Reading database ... 100% 2025-07-02T07:58:41.4405854Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.4406365Z Preparing to unpack .../libseccomp2_2.5.3-2ubuntu3~22.04.1_amd64.deb ... 2025-07-02T07:58:41.4406914Z Unpacking libseccomp2:amd64 (2.5.3-2ubuntu3~22.04.1) over (2.5.3-2ubuntu2) ... 2025-07-02T07:58:41.4407408Z Setting up libseccomp2:amd64 (2.5.3-2ubuntu3~22.04.1) ... 2025-07-02T07:58:41.4407749Z (Reading database ... 2025-07-02T07:58:41.4407996Z (Reading database ... 5% 2025-07-02T07:58:41.4408235Z (Reading database ... 10% 2025-07-02T07:58:41.4408488Z (Reading database ... 15% 2025-07-02T07:58:41.4408723Z (Reading database ... 20% 2025-07-02T07:58:41.4409036Z (Reading database ... 25% 2025-07-02T07:58:41.4409275Z (Reading database ... 30% 2025-07-02T07:58:41.4409520Z (Reading database ... 35% 2025-07-02T07:58:41.4409755Z (Reading database ... 40% 2025-07-02T07:58:41.4410001Z (Reading database ... 45% 2025-07-02T07:58:41.4410246Z (Reading database ... 50% 2025-07-02T07:58:41.4410482Z (Reading database ... 55% 2025-07-02T07:58:41.4410729Z (Reading database ... 60% 2025-07-02T07:58:41.4410965Z (Reading database ... 65% 2025-07-02T07:58:41.4411215Z (Reading database ... 70% 2025-07-02T07:58:41.4411452Z (Reading database ... 75% 2025-07-02T07:58:41.4411699Z (Reading database ... 80% 2025-07-02T07:58:41.4411935Z (Reading database ... 85% 2025-07-02T07:58:41.4412186Z (Reading database ... 90% 2025-07-02T07:58:41.4412508Z (Reading database ... 95% 2025-07-02T07:58:41.4412763Z (Reading database ... 100% 2025-07-02T07:58:41.4413225Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.4413689Z Preparing to unpack .../archives/apt_2.4.14_amd64.deb ... 2025-07-02T07:58:41.4414131Z Unpacking apt (2.4.14) over (2.4.10) ... 2025-07-02T07:58:41.4414414Z Setting up apt (2.4.14) ... 2025-07-02T07:58:41.4414663Z (Reading database ... 2025-07-02T07:58:41.4414885Z (Reading database ... 5% 2025-07-02T07:58:41.4415131Z (Reading database ... 10% 2025-07-02T07:58:41.4415364Z (Reading database ... 15% 2025-07-02T07:58:41.4415611Z (Reading database ... 20% 2025-07-02T07:58:41.4415846Z (Reading database ... 25% 2025-07-02T07:58:41.4416089Z (Reading database ... 30% 2025-07-02T07:58:42.6875628Z (Reading database ... 35% 2025-07-02T07:58:42.6876030Z (Reading database ... 40% 2025-07-02T07:58:42.6876299Z (Reading database ... 45% 2025-07-02T07:58:42.6876545Z (Reading database ... 50% 2025-07-02T07:58:42.6876832Z (Reading database ... 55% 2025-07-02T07:58:42.6877074Z (Reading database ... 60% 2025-07-02T07:58:42.6877325Z (Reading database ... 65% 2025-07-02T07:58:42.6877562Z (Reading database ... 70% 2025-07-02T07:58:42.6877813Z (Reading database ... 75% 2025-07-02T07:58:42.6878057Z (Reading database ... 80% 2025-07-02T07:58:42.6878305Z (Reading database ... 85% 2025-07-02T07:58:42.6878541Z (Reading database ... 90% 2025-07-02T07:58:42.6878786Z (Reading database ... 95% 2025-07-02T07:58:42.6879036Z (Reading database ... 100% 2025-07-02T07:58:42.6879397Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:42.6879914Z Preparing to unpack .../libpam0g_1.4.0-11ubuntu2.6_amd64.deb ... 2025-07-02T07:58:42.6880412Z Unpacking libpam0g:amd64 (1.4.0-11ubuntu2.6) over (1.4.0-11ubuntu2.3) ... 2025-07-02T07:58:42.6880872Z Setting up libpam0g:amd64 (1.4.0-11ubuntu2.6) ... 2025-07-02T07:58:42.6881227Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:58:42.6881987Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-07-02T07:58:42.6882743Z debconf: falling back to frontend: Readline 2025-07-02T07:58:42.6883045Z (Reading database ... 2025-07-02T07:58:42.6883296Z (Reading database ... 5% 2025-07-02T07:58:42.6883538Z (Reading database ... 10% 2025-07-02T07:58:42.6883791Z (Reading database ... 15% 2025-07-02T07:58:42.6884028Z (Reading database ... 20% 2025-07-02T07:58:42.6884273Z (Reading database ... 25% 2025-07-02T07:58:42.6884512Z (Reading database ... 30% 2025-07-02T07:58:42.6884758Z (Reading database ... 35% 2025-07-02T07:58:42.6884993Z (Reading database ... 40% 2025-07-02T07:58:42.6885242Z (Reading database ... 45% 2025-07-02T07:58:42.6885492Z (Reading database ... 50% 2025-07-02T07:58:42.6885729Z (Reading database ... 55% 2025-07-02T07:58:42.6885976Z (Reading database ... 60% 2025-07-02T07:58:42.6886213Z (Reading database ... 65% 2025-07-02T07:58:42.6886465Z (Reading database ... 70% 2025-07-02T07:58:42.6886712Z (Reading database ... 75% 2025-07-02T07:58:42.6886962Z (Reading database ... 80% 2025-07-02T07:58:42.6887203Z (Reading database ... 85% 2025-07-02T07:58:42.6887456Z (Reading database ... 90% 2025-07-02T07:58:42.6887696Z (Reading database ... 95% 2025-07-02T07:58:42.6887976Z (Reading database ... 100% 2025-07-02T07:58:42.6888337Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:42.6888880Z Preparing to unpack .../libpam-modules-bin_1.4.0-11ubuntu2.6_amd64.deb ... 2025-07-02T07:58:42.6889450Z Unpacking libpam-modules-bin (1.4.0-11ubuntu2.6) over (1.4.0-11ubuntu2.3) ... 2025-07-02T07:58:42.6889940Z Setting up libpam-modules-bin (1.4.0-11ubuntu2.6) ... 2025-07-02T07:58:42.6890291Z (Reading database ... 2025-07-02T07:58:42.6890525Z (Reading database ... 5% 2025-07-02T07:58:42.6890784Z (Reading database ... 10% 2025-07-02T07:58:42.6891028Z (Reading database ... 15% 2025-07-02T07:58:42.6891284Z (Reading database ... 20% 2025-07-02T07:58:42.6891746Z (Reading database ... 25% 2025-07-02T07:58:42.6892002Z (Reading database ... 30% 2025-07-02T07:58:42.6892244Z (Reading database ... 35% 2025-07-02T07:58:42.6892497Z (Reading database ... 40% 2025-07-02T07:58:42.6892751Z (Reading database ... 45% 2025-07-02T07:58:42.6893089Z (Reading database ... 50% 2025-07-02T07:58:42.6893343Z (Reading database ... 55% 2025-07-02T07:58:42.6893586Z (Reading database ... 60% 2025-07-02T07:58:42.6893840Z (Reading database ... 65% 2025-07-02T07:58:42.6894078Z (Reading database ... 70% 2025-07-02T07:58:42.6894327Z (Reading database ... 75% 2025-07-02T07:58:42.6894565Z (Reading database ... 80% 2025-07-02T07:58:42.6894814Z (Reading database ... 85% 2025-07-02T07:58:42.6895051Z (Reading database ... 90% 2025-07-02T07:58:42.6895299Z (Reading database ... 95% 2025-07-02T07:58:42.6895554Z (Reading database ... 100% 2025-07-02T07:58:42.6895913Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:42.6896436Z Preparing to unpack .../libpam-modules_1.4.0-11ubuntu2.6_amd64.deb ... 2025-07-02T07:58:42.6896876Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:58:42.6897627Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-07-02T07:58:42.6898359Z debconf: falling back to frontend: Readline 2025-07-02T07:58:42.6898819Z Unpacking libpam-modules:amd64 (1.4.0-11ubuntu2.6) over (1.4.0-11ubuntu2.3) ... 2025-07-02T07:58:42.6899324Z Setting up libpam-modules:amd64 (1.4.0-11ubuntu2.6) ... 2025-07-02T07:58:42.6899782Z Installing new version of config file /etc/security/namespace.init ... 2025-07-02T07:58:42.6900195Z (Reading database ... 2025-07-02T07:58:42.6900426Z (Reading database ... 5% 2025-07-02T07:58:42.6900685Z (Reading database ... 10% 2025-07-02T07:58:42.6900929Z (Reading database ... 15% 2025-07-02T07:58:42.6901181Z (Reading database ... 20% 2025-07-02T07:58:42.6901419Z (Reading database ... 25% 2025-07-02T07:58:42.6901674Z (Reading database ... 30% 2025-07-02T07:58:42.6901911Z (Reading database ... 35% 2025-07-02T07:58:42.6902163Z (Reading database ... 40% 2025-07-02T07:58:42.6902411Z (Reading database ... 45% 2025-07-02T07:58:42.6902647Z (Reading database ... 50% 2025-07-02T07:58:42.6902898Z (Reading database ... 55% 2025-07-02T07:58:42.6903132Z (Reading database ... 60% 2025-07-02T07:58:42.6903377Z (Reading database ... 65% 2025-07-02T07:58:42.6903612Z (Reading database ... 70% 2025-07-02T07:58:42.6903856Z (Reading database ... 75% 2025-07-02T07:58:42.6904093Z (Reading database ... 80% 2025-07-02T07:58:42.6904340Z (Reading database ... 85% 2025-07-02T07:58:42.6904575Z (Reading database ... 90% 2025-07-02T07:58:42.6904822Z (Reading database ... 95% 2025-07-02T07:58:42.6905072Z (Reading database ... 100% 2025-07-02T07:58:42.6905427Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:42.6905922Z Preparing to unpack .../logsave_1.46.5-2ubuntu1.2_amd64.deb ... 2025-07-02T07:58:42.6906393Z Unpacking logsave (1.46.5-2ubuntu1.2) over (1.46.5-2ubuntu1.1) ... 2025-07-02T07:58:42.6906877Z Preparing to unpack .../libext2fs2_1.46.5-2ubuntu1.2_amd64.deb ... 2025-07-02T07:58:42.6907379Z Unpacking libext2fs2:amd64 (1.46.5-2ubuntu1.2) over (1.46.5-2ubuntu1.1) ... 2025-07-02T07:58:42.6907851Z Setting up libext2fs2:amd64 (1.46.5-2ubuntu1.2) ... 2025-07-02T07:58:42.6908175Z (Reading database ... 2025-07-02T07:58:42.6908420Z (Reading database ... 5% 2025-07-02T07:58:42.6908671Z (Reading database ... 10% 2025-07-02T07:58:42.6908909Z (Reading database ... 15% 2025-07-02T07:58:42.6909158Z (Reading database ... 20% 2025-07-02T07:58:42.6909395Z (Reading database ... 25% 2025-07-02T07:58:42.6909645Z (Reading database ... 30% 2025-07-02T07:58:42.6909881Z (Reading database ... 35% 2025-07-02T07:58:42.6910129Z (Reading database ... 40% 2025-07-02T07:58:42.6910364Z (Reading database ... 45% 2025-07-02T07:58:42.6910612Z (Reading database ... 50% 2025-07-02T07:58:42.6910848Z (Reading database ... 55% 2025-07-02T07:58:42.6911182Z (Reading database ... 60% 2025-07-02T07:58:42.6911434Z (Reading database ... 65% 2025-07-02T07:58:42.6911669Z (Reading database ... 70% 2025-07-02T07:58:42.6912022Z (Reading database ... 75% 2025-07-02T07:58:42.6912254Z (Reading database ... 80% 2025-07-02T07:58:42.6912577Z (Reading database ... 85% 2025-07-02T07:58:42.6912813Z (Reading database ... 90% 2025-07-02T07:58:42.6913058Z (Reading database ... 95% 2025-07-02T07:58:42.6913294Z (Reading database ... 100% 2025-07-02T07:58:42.6913663Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:42.6914149Z Preparing to unpack .../e2fsprogs_1.46.5-2ubuntu1.2_amd64.deb ... 2025-07-02T07:58:42.6914636Z Unpacking e2fsprogs (1.46.5-2ubuntu1.2) over (1.46.5-2ubuntu1.1) ... 2025-07-02T07:58:42.6915112Z Preparing to unpack .../mount_2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:42.6915554Z Unpacking mount (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ... 2025-07-02T07:58:42.6916024Z Preparing to unpack .../libblkid1_2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:42.6916522Z Unpacking libblkid1:amd64 (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ... 2025-07-02T07:58:42.6916977Z Setting up libblkid1:amd64 (2.37.2-4ubuntu3.4) ... 2025-07-02T07:58:42.6917300Z (Reading database ... 2025-07-02T07:58:42.6917549Z (Reading database ... 5% 2025-07-02T07:58:42.6917789Z (Reading database ... 10% 2025-07-02T07:58:42.6918039Z (Reading database ... 15% 2025-07-02T07:58:42.6918290Z (Reading database ... 20% 2025-07-02T07:58:42.6918526Z (Reading database ... 25% 2025-07-02T07:58:42.6918771Z (Reading database ... 30% 2025-07-02T07:58:42.6919007Z (Reading database ... 35% 2025-07-02T07:58:42.6919253Z (Reading database ... 40% 2025-07-02T07:58:42.6919485Z (Reading database ... 45% 2025-07-02T07:58:42.6919732Z (Reading database ... 50% 2025-07-02T07:58:42.6919966Z (Reading database ... 55% 2025-07-02T07:58:42.6920216Z (Reading database ... 60% 2025-07-02T07:58:42.6920454Z (Reading database ... 65% 2025-07-02T07:58:42.6920705Z (Reading database ... 70% 2025-07-02T07:58:42.6920964Z (Reading database ... 75% 2025-07-02T07:58:42.6921201Z (Reading database ... 80% 2025-07-02T07:58:42.6921453Z (Reading database ... 85% 2025-07-02T07:58:42.6921694Z (Reading database ... 90% 2025-07-02T07:58:42.6921946Z (Reading database ... 95% 2025-07-02T07:58:42.6922189Z (Reading database ... 100% 2025-07-02T07:58:42.6922563Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:42.6923073Z Preparing to unpack .../libcap2_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... 2025-07-02T07:58:42.6923634Z Unpacking libcap2:amd64 (1:2.44-1ubuntu0.22.04.2) over (1:2.44-1ubuntu0.22.04.1) ... 2025-07-02T07:58:42.6924139Z Setting up libcap2:amd64 (1:2.44-1ubuntu0.22.04.2) ... 2025-07-02T07:58:42.6924473Z (Reading database ... 2025-07-02T07:58:42.6924717Z (Reading database ... 5% 2025-07-02T07:58:42.6924963Z (Reading database ... 10% 2025-07-02T07:58:42.6925218Z (Reading database ... 15% 2025-07-02T07:58:42.6925456Z (Reading database ... 20% 2025-07-02T07:58:42.6925751Z (Reading database ... 25% 2025-07-02T07:58:42.6926037Z (Reading database ... 30% 2025-07-02T07:58:42.6926513Z (Reading database ... 35% 2025-07-02T07:58:42.6926798Z (Reading database ... 40% 2025-07-02T07:58:42.6927129Z (Reading database ... 45% 2025-07-02T07:58:42.6927442Z (Reading database ... 50% 2025-07-02T07:58:42.6927779Z (Reading database ... 55% 2025-07-02T07:58:42.6928064Z (Reading database ... 60% 2025-07-02T07:58:42.6944038Z (Reading database ... 65% 2025-07-02T07:58:42.6944319Z (Reading database ... 70% 2025-07-02T07:58:42.6944582Z (Reading database ... 75% 2025-07-02T07:58:42.6944823Z (Reading database ... 80% 2025-07-02T07:58:42.6945075Z (Reading database ... 85% 2025-07-02T07:58:42.6945313Z (Reading database ... 90% 2025-07-02T07:58:42.6945563Z (Reading database ... 95% 2025-07-02T07:58:42.6945804Z (Reading database ... 100% 2025-07-02T07:58:42.6946178Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:42.6946692Z Preparing to unpack .../libcom-err2_1.46.5-2ubuntu1.2_amd64.deb ... 2025-07-02T07:58:42.6947394Z Unpacking libcom-err2:amd64 (1.46.5-2ubuntu1.2) over (1.46.5-2ubuntu1.1) ... 2025-07-02T07:58:42.6947877Z Setting up libcom-err2:amd64 (1.46.5-2ubuntu1.2) ... 2025-07-02T07:58:42.6948207Z (Reading database ... 2025-07-02T07:58:42.6948536Z (Reading database ... 5% 2025-07-02T07:58:42.6948782Z (Reading database ... 10% 2025-07-02T07:58:42.6949036Z (Reading database ... 15% 2025-07-02T07:58:42.6949281Z (Reading database ... 20% 2025-07-02T07:58:42.6949562Z (Reading database ... 25% 2025-07-02T07:58:42.6949814Z (Reading database ... 30% 2025-07-02T07:58:42.6950053Z (Reading database ... 35% 2025-07-02T07:58:42.6950305Z (Reading database ... 40% 2025-07-02T07:58:42.6950548Z (Reading database ... 45% 2025-07-02T07:58:42.6950798Z (Reading database ... 50% 2025-07-02T07:58:42.6951036Z (Reading database ... 55% 2025-07-02T07:58:42.6951287Z (Reading database ... 60% 2025-07-02T07:58:42.6951524Z (Reading database ... 65% 2025-07-02T07:58:42.6951866Z (Reading database ... 70% 2025-07-02T07:58:42.6952108Z (Reading database ... 75% 2025-07-02T07:58:42.6952359Z (Reading database ... 80% 2025-07-02T07:58:42.6952609Z (Reading database ... 85% 2025-07-02T07:58:42.6952845Z (Reading database ... 90% 2025-07-02T07:58:42.6953098Z (Reading database ... 95% 2025-07-02T07:58:42.6953337Z (Reading database ... 100% 2025-07-02T07:58:42.6953705Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:42.6954212Z Preparing to unpack .../libk5crypto3_1.19.2-2ubuntu0.7_amd64.deb ... 2025-07-02T07:58:42.6954752Z Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.7) over (1.19.2-2ubuntu0.2) ... 2025-07-02T07:58:42.6955229Z Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.7) ... 2025-07-02T07:58:42.6955573Z (Reading database ... 2025-07-02T07:58:42.6955807Z (Reading database ... 5% 2025-07-02T07:58:42.6956055Z (Reading database ... 10% 2025-07-02T07:58:42.6956304Z (Reading database ... 15% 2025-07-02T07:58:42.6956539Z (Reading database ... 20% 2025-07-02T07:58:42.6956791Z (Reading database ... 25% 2025-07-02T07:58:42.6957043Z (Reading database ... 30% 2025-07-02T07:58:42.6957279Z (Reading database ... 35% 2025-07-02T07:58:42.6957524Z (Reading database ... 40% 2025-07-02T07:58:42.6957759Z (Reading database ... 45% 2025-07-02T07:58:42.6958009Z (Reading database ... 50% 2025-07-02T07:58:42.6958242Z (Reading database ... 55% 2025-07-02T07:58:42.6958486Z (Reading database ... 60% 2025-07-02T07:58:42.6958720Z (Reading database ... 65% 2025-07-02T07:58:42.6958966Z (Reading database ... 70% 2025-07-02T07:58:42.6959200Z (Reading database ... 75% 2025-07-02T07:58:42.6959447Z (Reading database ... 80% 2025-07-02T07:58:42.6959696Z (Reading database ... 85% 2025-07-02T07:58:42.6959931Z (Reading database ... 90% 2025-07-02T07:58:42.6960184Z (Reading database ... 95% 2025-07-02T07:58:42.6960423Z (Reading database ... 100% 2025-07-02T07:58:42.6960792Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:42.6961308Z Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.7_amd64.deb ... 2025-07-02T07:58:42.6961884Z Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.7) over (1.19.2-2ubuntu0.2) ... 2025-07-02T07:58:42.6962387Z Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.7) ... 2025-07-02T07:58:42.6962747Z (Reading database ... 2025-07-02T07:58:42.6962990Z (Reading database ... 5% 2025-07-02T07:58:44.2355874Z (Reading database ... 10% 2025-07-02T07:58:44.2356196Z (Reading database ... 15% 2025-07-02T07:58:44.2356454Z (Reading database ... 20% 2025-07-02T07:58:44.2356693Z (Reading database ... 25% 2025-07-02T07:58:44.2356948Z (Reading database ... 30% 2025-07-02T07:58:44.2357184Z (Reading database ... 35% 2025-07-02T07:58:44.2357432Z (Reading database ... 40% 2025-07-02T07:58:44.2357668Z (Reading database ... 45% 2025-07-02T07:58:44.2357923Z (Reading database ... 50% 2025-07-02T07:58:44.2358174Z (Reading database ... 55% 2025-07-02T07:58:44.2358411Z (Reading database ... 60% 2025-07-02T07:58:44.2358659Z (Reading database ... 65% 2025-07-02T07:58:44.2359156Z (Reading database ... 70% 2025-07-02T07:58:44.2359406Z (Reading database ... 75% 2025-07-02T07:58:44.2359641Z (Reading database ... 80% 2025-07-02T07:58:44.2359893Z (Reading database ... 85% 2025-07-02T07:58:44.2360128Z (Reading database ... 90% 2025-07-02T07:58:44.2360479Z (Reading database ... 95% 2025-07-02T07:58:44.2360723Z (Reading database ... 100% 2025-07-02T07:58:44.2361107Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:44.2361628Z Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.7_amd64.deb ... 2025-07-02T07:58:44.2362130Z Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.7) over (1.19.2-2ubuntu0.2) ... 2025-07-02T07:58:44.2362593Z Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.7) ... 2025-07-02T07:58:44.2362909Z (Reading database ... 2025-07-02T07:58:44.2363160Z (Reading database ... 5% 2025-07-02T07:58:44.2363403Z (Reading database ... 10% 2025-07-02T07:58:44.2363657Z (Reading database ... 15% 2025-07-02T07:58:44.2363896Z (Reading database ... 20% 2025-07-02T07:58:44.2364151Z (Reading database ... 25% 2025-07-02T07:58:44.2364401Z (Reading database ... 30% 2025-07-02T07:58:44.2364637Z (Reading database ... 35% 2025-07-02T07:58:44.2364886Z (Reading database ... 40% 2025-07-02T07:58:44.2365123Z (Reading database ... 45% 2025-07-02T07:58:44.2365382Z (Reading database ... 50% 2025-07-02T07:58:44.2365623Z (Reading database ... 55% 2025-07-02T07:58:44.2365878Z (Reading database ... 60% 2025-07-02T07:58:44.2366115Z (Reading database ... 65% 2025-07-02T07:58:44.2366366Z (Reading database ... 70% 2025-07-02T07:58:44.2366604Z (Reading database ... 75% 2025-07-02T07:58:44.2366858Z (Reading database ... 80% 2025-07-02T07:58:44.2367095Z (Reading database ... 85% 2025-07-02T07:58:44.2367346Z (Reading database ... 90% 2025-07-02T07:58:44.2367597Z (Reading database ... 95% 2025-07-02T07:58:44.2367837Z (Reading database ... 100% 2025-07-02T07:58:44.2368209Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:44.2368734Z Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.7_amd64.deb ... 2025-07-02T07:58:44.2369310Z Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.7) over (1.19.2-2ubuntu0.2) ... 2025-07-02T07:58:44.2369819Z Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.7) ... 2025-07-02T07:58:44.2370188Z (Reading database ... 2025-07-02T07:58:44.2370425Z (Reading database ... 5% 2025-07-02T07:58:44.2370681Z (Reading database ... 10% 2025-07-02T07:58:44.2370933Z (Reading database ... 15% 2025-07-02T07:58:44.2371169Z (Reading database ... 20% 2025-07-02T07:58:44.2371417Z (Reading database ... 25% 2025-07-02T07:58:44.2371650Z (Reading database ... 30% 2025-07-02T07:58:44.2371898Z (Reading database ... 35% 2025-07-02T07:58:44.2372133Z (Reading database ... 40% 2025-07-02T07:58:44.2372380Z (Reading database ... 45% 2025-07-02T07:58:44.2372613Z (Reading database ... 50% 2025-07-02T07:58:44.2372860Z (Reading database ... 55% 2025-07-02T07:58:44.2373094Z (Reading database ... 60% 2025-07-02T07:58:44.2373340Z (Reading database ... 65% 2025-07-02T07:58:44.2373583Z (Reading database ... 70% 2025-07-02T07:58:44.2373831Z (Reading database ... 75% 2025-07-02T07:58:44.2374077Z (Reading database ... 80% 2025-07-02T07:58:44.2374313Z (Reading database ... 85% 2025-07-02T07:58:44.2374559Z (Reading database ... 90% 2025-07-02T07:58:44.2374800Z (Reading database ... 95% 2025-07-02T07:58:44.2375049Z (Reading database ... 100% 2025-07-02T07:58:44.2375406Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:44.2375910Z Preparing to unpack .../libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-07-02T07:58:44.2376399Z Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.10) ... 2025-07-02T07:58:44.2376848Z Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-07-02T07:58:44.2377213Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:58:44.2377959Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-07-02T07:58:44.2378928Z debconf: falling back to frontend: Readline 2025-07-02T07:58:44.2379235Z (Reading database ... 2025-07-02T07:58:44.2379465Z (Reading database ... 5% 2025-07-02T07:58:44.2379717Z (Reading database ... 10% 2025-07-02T07:58:44.2379957Z (Reading database ... 15% 2025-07-02T07:58:44.2380273Z (Reading database ... 20% 2025-07-02T07:58:44.2380522Z (Reading database ... 25% 2025-07-02T07:58:44.2380757Z (Reading database ... 30% 2025-07-02T07:58:44.2381011Z (Reading database ... 35% 2025-07-02T07:58:44.2381244Z (Reading database ... 40% 2025-07-02T07:58:44.2381496Z (Reading database ... 45% 2025-07-02T07:58:44.2381728Z (Reading database ... 50% 2025-07-02T07:58:44.2381975Z (Reading database ... 55% 2025-07-02T07:58:44.2382206Z (Reading database ... 60% 2025-07-02T07:58:44.2382449Z (Reading database ... 65% 2025-07-02T07:58:44.2382679Z (Reading database ... 70% 2025-07-02T07:58:44.2382921Z (Reading database ... 75% 2025-07-02T07:58:44.2383163Z (Reading database ... 80% 2025-07-02T07:58:44.2383398Z (Reading database ... 85% 2025-07-02T07:58:44.2383640Z (Reading database ... 90% 2025-07-02T07:58:44.2383869Z (Reading database ... 95% 2025-07-02T07:58:44.2384113Z (Reading database ... 100% 2025-07-02T07:58:44.2384467Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:44.2384957Z Preparing to unpack .../libmount1_2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:44.2385438Z Unpacking libmount1:amd64 (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ... 2025-07-02T07:58:44.2385878Z Setting up libmount1:amd64 (2.37.2-4ubuntu3.4) ... 2025-07-02T07:58:44.2386201Z (Reading database ... 2025-07-02T07:58:44.2386427Z (Reading database ... 5% 2025-07-02T07:58:44.2386673Z (Reading database ... 10% 2025-07-02T07:58:44.2386906Z (Reading database ... 15% 2025-07-02T07:58:44.2387150Z (Reading database ... 20% 2025-07-02T07:58:44.2387380Z (Reading database ... 25% 2025-07-02T07:58:44.2387622Z (Reading database ... 30% 2025-07-02T07:58:44.2387852Z (Reading database ... 35% 2025-07-02T07:58:44.2388101Z (Reading database ... 40% 2025-07-02T07:58:44.2388330Z (Reading database ... 45% 2025-07-02T07:58:44.2388572Z (Reading database ... 50% 2025-07-02T07:58:44.2388802Z (Reading database ... 55% 2025-07-02T07:58:44.2389045Z (Reading database ... 60% 2025-07-02T07:58:44.2389293Z (Reading database ... 65% 2025-07-02T07:58:44.2389525Z (Reading database ... 70% 2025-07-02T07:58:44.2389769Z (Reading database ... 75% 2025-07-02T07:58:44.2390003Z (Reading database ... 80% 2025-07-02T07:58:44.2390248Z (Reading database ... 85% 2025-07-02T07:58:44.2390481Z (Reading database ... 90% 2025-07-02T07:58:44.2390731Z (Reading database ... 95% 2025-07-02T07:58:44.2390967Z (Reading database ... 100% 2025-07-02T07:58:44.2391327Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:44.2391915Z Preparing to unpack .../libpam-runtime_1.4.0-11ubuntu2.6_all.deb ... 2025-07-02T07:58:44.2392611Z Unpacking libpam-runtime (1.4.0-11ubuntu2.6) over (1.4.0-11ubuntu2.3) ... 2025-07-02T07:58:44.2393140Z Setting up libpam-runtime (1.4.0-11ubuntu2.6) ... 2025-07-02T07:58:44.2393499Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:58:44.2394252Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-07-02T07:58:44.2394982Z debconf: falling back to frontend: Readline 2025-07-02T07:58:44.2395294Z (Reading database ... 2025-07-02T07:58:44.2395526Z (Reading database ... 5% 2025-07-02T07:58:44.2395778Z (Reading database ... 10% 2025-07-02T07:58:44.2396030Z (Reading database ... 15% 2025-07-02T07:58:44.2396280Z (Reading database ... 20% 2025-07-02T07:58:44.2396517Z (Reading database ... 25% 2025-07-02T07:58:44.2396767Z (Reading database ... 30% 2025-07-02T07:58:44.2397001Z (Reading database ... 35% 2025-07-02T07:58:44.2397248Z (Reading database ... 40% 2025-07-02T07:58:44.2397483Z (Reading database ... 45% 2025-07-02T07:58:44.2397731Z (Reading database ... 50% 2025-07-02T07:58:44.2398056Z (Reading database ... 55% 2025-07-02T07:58:44.2398307Z (Reading database ... 60% 2025-07-02T07:58:44.2398546Z (Reading database ... 65% 2025-07-02T07:58:44.2398801Z (Reading database ... 70% 2025-07-02T07:58:44.2399051Z (Reading database ... 75% 2025-07-02T07:58:44.2399356Z (Reading database ... 80% 2025-07-02T07:58:44.2399607Z (Reading database ... 85% 2025-07-02T07:58:44.2399841Z (Reading database ... 90% 2025-07-02T07:58:44.2400092Z (Reading database ... 95% 2025-07-02T07:58:44.2400333Z (Reading database ... 100% 2025-07-02T07:58:44.2400698Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:44.2401202Z Preparing to unpack .../libsmartcols1_2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:44.2401744Z Unpacking libsmartcols1:amd64 (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ... 2025-07-02T07:58:44.2402239Z Setting up libsmartcols1:amd64 (2.37.2-4ubuntu3.4) ... 2025-07-02T07:58:44.2402575Z (Reading database ... 2025-07-02T07:58:44.2402818Z (Reading database ... 5% 2025-07-02T07:58:44.2403063Z (Reading database ... 10% 2025-07-02T07:58:44.2403314Z (Reading database ... 15% 2025-07-02T07:58:44.2403551Z (Reading database ... 20% 2025-07-02T07:58:44.2403799Z (Reading database ... 25% 2025-07-02T07:58:44.2404036Z (Reading database ... 30% 2025-07-02T07:58:44.2404290Z (Reading database ... 35% 2025-07-02T07:58:44.2404632Z (Reading database ... 40% 2025-07-02T07:58:44.2404882Z (Reading database ... 45% 2025-07-02T07:58:44.2405112Z (Reading database ... 50% 2025-07-02T07:58:44.2405357Z (Reading database ... 55% 2025-07-02T07:58:44.2405598Z (Reading database ... 60% 2025-07-02T07:58:44.2405828Z (Reading database ... 65% 2025-07-02T07:58:44.2406069Z (Reading database ... 70% 2025-07-02T07:58:44.2406297Z (Reading database ... 75% 2025-07-02T07:58:44.2406542Z (Reading database ... 80% 2025-07-02T07:58:44.2406772Z (Reading database ... 85% 2025-07-02T07:58:44.2407016Z (Reading database ... 90% 2025-07-02T07:58:44.2407245Z (Reading database ... 95% 2025-07-02T07:58:44.2407488Z (Reading database ... 100% 2025-07-02T07:58:44.2407840Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:44.2408328Z Preparing to unpack .../libuuid1_2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:44.2408815Z Unpacking libuuid1:amd64 (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ... 2025-07-02T07:58:44.2409239Z Setting up libuuid1:amd64 (2.37.2-4ubuntu3.4) ... 2025-07-02T07:58:44.2409558Z (Reading database ... 2025-07-02T07:58:44.2409783Z (Reading database ... 5% 2025-07-02T07:58:44.2410027Z (Reading database ... 10% 2025-07-02T07:58:44.2410260Z (Reading database ... 15% 2025-07-02T07:58:44.2410503Z (Reading database ... 20% 2025-07-02T07:58:44.2410734Z (Reading database ... 25% 2025-07-02T07:58:44.2410975Z (Reading database ... 30% 2025-07-02T07:58:44.2411217Z (Reading database ... 35% 2025-07-02T07:58:44.2411446Z (Reading database ... 40% 2025-07-02T07:58:44.2411687Z (Reading database ... 45% 2025-07-02T07:58:44.2411917Z (Reading database ... 50% 2025-07-02T07:58:44.2412164Z (Reading database ... 55% 2025-07-02T07:58:44.2412398Z (Reading database ... 60% 2025-07-02T07:58:44.2412789Z (Reading database ... 65% 2025-07-02T07:58:44.2413022Z (Reading database ... 70% 2025-07-02T07:58:44.2413267Z (Reading database ... 75% 2025-07-02T07:58:44.2413502Z (Reading database ... 80% 2025-07-02T07:58:44.2413745Z (Reading database ... 85% 2025-07-02T07:58:44.2413982Z (Reading database ... 90% 2025-07-02T07:58:44.2414229Z (Reading database ... 95% 2025-07-02T07:58:44.2414475Z (Reading database ... 100% 2025-07-02T07:58:44.2414820Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:44.2415308Z Preparing to unpack .../passwd_1%3a4.8.1-2ubuntu2.2_amd64.deb ... 2025-07-02T07:58:44.2415767Z Unpacking passwd (1:4.8.1-2ubuntu2.2) over (1:4.8.1-2ubuntu2.1) ... 2025-07-02T07:58:44.2416166Z Setting up passwd (1:4.8.1-2ubuntu2.2) ... 2025-07-02T07:58:44.2416454Z (Reading database ... 2025-07-02T07:58:44.2416692Z (Reading database ... 5% 2025-07-02T07:58:44.2416927Z (Reading database ... 10% 2025-07-02T07:58:44.2417249Z (Reading database ... 15% 2025-07-02T07:58:44.2417490Z (Reading database ... 20% 2025-07-02T07:58:44.2417719Z (Reading database ... 25% 2025-07-02T07:58:44.2417959Z (Reading database ... 30% 2025-07-02T07:58:44.2418257Z (Reading database ... 35% 2025-07-02T07:58:44.2418504Z (Reading database ... 40% 2025-07-02T07:58:44.2418736Z (Reading database ... 45% 2025-07-02T07:58:44.2418983Z (Reading database ... 50% 2025-07-02T07:58:44.2419213Z (Reading database ... 55% 2025-07-02T07:58:44.2419457Z (Reading database ... 60% 2025-07-02T07:58:44.2419686Z (Reading database ... 65% 2025-07-02T07:58:44.2419930Z (Reading database ... 70% 2025-07-02T07:58:44.2420159Z (Reading database ... 75% 2025-07-02T07:58:44.2420402Z (Reading database ... 80% 2025-07-02T07:58:44.2420646Z (Reading database ... 85% 2025-07-02T07:58:44.2420874Z (Reading database ... 90% 2025-07-02T07:58:44.2421117Z (Reading database ... 95% 2025-07-02T07:58:44.2421348Z (Reading database ... 100% 2025-07-02T07:58:44.2421711Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:44.2422210Z Preparing to unpack .../00-libprocps8_2%3a3.3.17-6ubuntu2.1_amd64.deb ... 2025-07-02T07:58:44.2422746Z Unpacking libprocps8:amd64 (2:3.3.17-6ubuntu2.1) over (2:3.3.17-6ubuntu2) ... 2025-07-02T07:58:44.2423239Z Preparing to unpack .../01-libss2_1.46.5-2ubuntu1.2_amd64.deb ... 2025-07-02T07:58:44.2423722Z Unpacking libss2:amd64 (1.46.5-2ubuntu1.2) over (1.46.5-2ubuntu1.1) ... 2025-07-02T07:58:44.2424216Z Preparing to unpack .../02-procps_2%3a3.3.17-6ubuntu2.1_amd64.deb ... 2025-07-02T07:58:44.2424681Z Unpacking procps (2:3.3.17-6ubuntu2.1) over (2:3.3.17-6ubuntu2) ... 2025-07-02T07:58:44.2425150Z Preparing to unpack .../03-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-07-02T07:58:44.2425611Z Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.12) ... 2025-07-02T07:58:44.2426093Z Preparing to unpack .../04-ca-certificates_20240203~22.04.1_all.deb ... 2025-07-02T07:59:20.4569491Z Unpacking ca-certificates (20240203~22.04.1) over (20230311ubuntu0.22.04.1) ... 2025-07-02T07:59:20.4570144Z Preparing to unpack .../05-libctf0_2.38-4ubuntu2.8_amd64.deb ... 2025-07-02T07:59:20.4572975Z Unpacking libctf0:amd64 (2.38-4ubuntu2.8) over (2.38-4ubuntu2.3) ... 2025-07-02T07:59:20.4573497Z Preparing to unpack .../06-libctf-nobfd0_2.38-4ubuntu2.8_amd64.deb ... 2025-07-02T07:59:20.4574035Z Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.8) over (2.38-4ubuntu2.3) ... 2025-07-02T07:59:20.4574606Z Preparing to unpack .../07-binutils-x86-64-linux-gnu_2.38-4ubuntu2.8_amd64.deb ... 2025-07-02T07:59:20.4575218Z Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.8) over (2.38-4ubuntu2.3) ... 2025-07-02T07:59:20.4575756Z Preparing to unpack .../08-libbinutils_2.38-4ubuntu2.8_amd64.deb ... 2025-07-02T07:59:20.4576273Z Unpacking libbinutils:amd64 (2.38-4ubuntu2.8) over (2.38-4ubuntu2.3) ... 2025-07-02T07:59:20.4576789Z Preparing to unpack .../09-binutils_2.38-4ubuntu2.8_amd64.deb ... 2025-07-02T07:59:20.4577279Z Unpacking binutils (2.38-4ubuntu2.8) over (2.38-4ubuntu2.3) ... 2025-07-02T07:59:20.4577788Z Preparing to unpack .../10-binutils-common_2.38-4ubuntu2.8_amd64.deb ... 2025-07-02T07:59:20.4578336Z Unpacking binutils-common:amd64 (2.38-4ubuntu2.8) over (2.38-4ubuntu2.3) ... 2025-07-02T07:59:20.4578862Z Preparing to unpack .../11-cuda-nvprof-12-2_12.2.142-1_amd64.deb ... 2025-07-02T07:59:20.4579342Z Unpacking cuda-nvprof-12-2 (12.2.142-1) over (12.2.60-1) ... 2025-07-02T07:59:20.4579797Z Preparing to unpack .../12-cuda-nvtx-12-2_12.2.140-1_amd64.deb ... 2025-07-02T07:59:20.4580254Z Unpacking cuda-nvtx-12-2 (12.2.140-1) over (12.2.53-1) ... 2025-07-02T07:59:20.4580740Z Preparing to unpack .../13-cuda-command-line-tools-12-2_12.2.2-1_amd64.deb ... 2025-07-02T07:59:20.4581294Z Unpacking cuda-command-line-tools-12-2 (12.2.2-1) over (12.2.0-1) ... 2025-07-02T07:59:20.4581828Z Preparing to unpack .../14-cuda-compat-12-2_535.247.01-0ubuntu1_amd64.deb ... 2025-07-02T07:59:20.4582352Z Unpacking cuda-compat-12-2 (535.247.01-0ubuntu1) over (535.129.03-1) ... 2025-07-02T07:59:20.4583226Z Preparing to unpack .../15-cuda-toolkit-config-common_12.9.79-1_all.deb ... 2025-07-02T07:59:20.4583762Z Unpacking cuda-toolkit-config-common (12.9.79-1) over (12.3.52-1) ... 2025-07-02T07:59:20.4584421Z Preparing to unpack .../16-cuda-toolkit-12-config-common_12.9.79-1_all.deb ... 2025-07-02T07:59:20.4584994Z Unpacking cuda-toolkit-12-config-common (12.9.79-1) over (12.3.52-1) ... 2025-07-02T07:59:20.4585508Z Preparing to unpack .../17-cuda-cudart-12-2_12.2.140-1_amd64.deb ... 2025-07-02T07:59:20.4585977Z Unpacking cuda-cudart-12-2 (12.2.140-1) over (12.2.53-1) ... 2025-07-02T07:59:20.4586446Z Preparing to unpack .../18-cuda-cudart-dev-12-2_12.2.140-1_amd64.deb ... 2025-07-02T07:59:20.4586946Z Unpacking cuda-cudart-dev-12-2 (12.2.140-1) over (12.2.53-1) ... 2025-07-02T07:59:20.4587387Z Preparing to unpack .../19-cuda-keyring_1.1-1_all.deb ... 2025-07-02T07:59:20.4587786Z Unpacking cuda-keyring (1.1-1) over (1.0-1) ... 2025-07-02T07:59:20.4588233Z Preparing to unpack .../20-cuda-minimal-build-12-2_12.2.2-1_amd64.deb ... 2025-07-02T07:59:20.4588739Z Unpacking cuda-minimal-build-12-2 (12.2.2-1) over (12.2.0-1) ... 2025-07-02T07:59:20.4589232Z Preparing to unpack .../21-cuda-nvml-dev-12-2_12.2.140-1_amd64.deb ... 2025-07-02T07:59:20.4589705Z Unpacking cuda-nvml-dev-12-2 (12.2.140-1) over (12.2.81-1) ... 2025-07-02T07:59:20.4590164Z Preparing to unpack .../22-dpkg-dev_1.21.1ubuntu2.3_all.deb ... 2025-07-02T07:59:20.4590614Z Unpacking dpkg-dev (1.21.1ubuntu2.3) over (1.21.1ubuntu2.2) ... 2025-07-02T07:59:20.4591093Z Preparing to unpack .../23-libdpkg-perl_1.21.1ubuntu2.3_all.deb ... 2025-07-02T07:59:20.4591601Z Unpacking libdpkg-perl (1.21.1ubuntu2.3) over (1.21.1ubuntu2.2) ... 2025-07-02T07:59:20.4592219Z Preparing to unpack .../24-libcusparse-12-2_12.1.2.141-1_amd64.deb ... 2025-07-02T07:59:20.4592717Z Unpacking libcusparse-12-2 (12.1.2.141-1) over (12.1.1.53-1) ... 2025-07-02T07:59:20.4593209Z Preparing to unpack .../25-libcusparse-dev-12-2_12.1.2.141-1_amd64.deb ... 2025-07-02T07:59:20.4593744Z Unpacking libcusparse-dev-12-2 (12.1.2.141-1) over (12.1.1.53-1) ... 2025-07-02T07:59:20.4594235Z Preparing to unpack .../26-libnpp-12-2_12.2.1.4-1_amd64.deb ... 2025-07-02T07:59:20.4594669Z Unpacking libnpp-12-2 (12.2.1.4-1) over (12.1.1.14-1) ... 2025-07-02T07:59:20.4595126Z Preparing to unpack .../27-libnpp-dev-12-2_12.2.1.4-1_amd64.deb ... 2025-07-02T07:59:20.4595583Z Unpacking libnpp-dev-12-2 (12.2.1.4-1) over (12.1.1.14-1) ... 2025-07-02T07:59:20.4596042Z Preparing to unpack .../28-gnupg2_2.2.27-3ubuntu2.3_all.deb ... 2025-07-02T07:59:20.4596500Z Unpacking gnupg2 (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:59:20.4596951Z Setting up cuda-toolkit-config-common (12.9.79-1) ... 2025-07-02T07:59:20.4597357Z Setting up cuda-compat-12-2 (535.247.01-0ubuntu1) ... 2025-07-02T07:59:20.4597709Z Setting up cuda-nvtx-12-2 (12.2.140-1) ... 2025-07-02T07:59:20.4598069Z Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.4) ... 2025-07-02T07:59:20.4598454Z Setting up binutils-common:amd64 (2.38-4ubuntu2.8) ... 2025-07-02T07:59:20.4598848Z Setting up linux-libc-dev:amd64 (5.15.0-143.153) ... 2025-07-02T07:59:20.4599223Z Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.8) ... 2025-07-02T07:59:20.4599611Z Setting up perl-modules-5.34 (5.34.0-3ubuntu1.4) ... 2025-07-02T07:59:20.4600050Z Setting up libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... 2025-07-02T07:59:20.4600454Z Setting up gnupg-l10n (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4600786Z Setting up cuda-keyring (1.1-1) ... 2025-07-02T07:59:20.4601092Z Setting up libss2:amd64 (1.46.5-2ubuntu1.2) ... 2025-07-02T07:59:20.4601437Z Setting up cuda-nvprof-12-2 (12.2.142-1) ... 2025-07-02T07:59:20.4601796Z Setting up cuda-command-line-tools-12-2 (12.2.2-1) ... 2025-07-02T07:59:20.4602165Z Setting up logsave (1.46.5-2ubuntu1.2) ... 2025-07-02T07:59:20.4602469Z Setting up mount (2.37.2-4ubuntu3.4) ... 2025-07-02T07:59:20.4602784Z Setting up gpgconf (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4603127Z Setting up libbinutils:amd64 (2.38-4ubuntu2.8) ... 2025-07-02T07:59:20.4603574Z Setting up libc-dev-bin (2.35-0ubuntu3.10) ... 2025-07-02T07:59:20.4603913Z Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-07-02T07:59:20.4604278Z Setting up cuda-toolkit-12-config-common (12.9.79-1) ... 2025-07-02T07:59:20.4604734Z Setting up cuda-nvml-dev-12-2 (12.2.140-1) ... 2025-07-02T07:59:20.4605055Z Setting up gpg (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4605397Z Setting up libprocps8:amd64 (2:3.3.17-6ubuntu2.1) ... 2025-07-02T07:59:20.4605757Z Setting up gnupg-utils (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4606103Z Setting up libctf0:amd64 (2.38-4ubuntu2.8) ... 2025-07-02T07:59:20.4606466Z Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.4) ... 2025-07-02T07:59:20.4606820Z Setting up gpg-agent (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4607147Z Setting up gpgsm (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4607457Z Setting up cuda-cudart-12-2 (12.2.140-1) ... 2025-07-02T07:59:20.4607788Z Setting up e2fsprogs (1.46.5-2ubuntu1.2) ... 2025-07-02T07:59:20.4608105Z Setting up dirmngr (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4608442Z Setting up ca-certificates (20240203~22.04.1) ... 2025-07-02T07:59:20.4608791Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:59:20.4609551Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-07-02T07:59:20.4610293Z debconf: falling back to frontend: Readline 2025-07-02T07:59:20.4610615Z Updating certificates in /etc/ssl/certs... 2025-07-02T07:59:20.4611149Z rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 2025-07-02T07:59:20.4611664Z 14 added, 5 removed; done. 2025-07-02T07:59:20.4611935Z Setting up perl (5.34.0-3ubuntu1.4) ... 2025-07-02T07:59:20.4612251Z Setting up libcusparse-12-2 (12.1.2.141-1) ... 2025-07-02T07:59:20.4612606Z Setting up cuda-cudart-dev-12-2 (12.2.140-1) ... 2025-07-02T07:59:20.4612964Z Setting up libdpkg-perl (1.21.1ubuntu2.3) ... 2025-07-02T07:59:20.4613316Z Setting up gpg-wks-server (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4613669Z Setting up procps (2:3.3.17-6ubuntu2.1) ... 2025-07-02T07:59:20.4613998Z Setting up libc6-dev:amd64 (2.35-0ubuntu3.10) ... 2025-07-02T07:59:20.4614342Z Setting up libnpp-12-2 (12.2.1.4-1) ... 2025-07-02T07:59:20.4614701Z Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.8) ... 2025-07-02T07:59:20.4615109Z Setting up gpg-wks-client (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4615467Z Setting up cuda-minimal-build-12-2 (12.2.2-1) ... 2025-07-02T07:59:20.4615818Z Setting up binutils (2.38-4ubuntu2.8) ... 2025-07-02T07:59:20.4616139Z Setting up dpkg-dev (1.21.1ubuntu2.3) ... 2025-07-02T07:59:20.4616472Z Setting up libcusparse-dev-12-2 (12.1.2.141-1) ... 2025-07-02T07:59:20.4616824Z Setting up libnpp-dev-12-2 (12.2.1.4-1) ... 2025-07-02T07:59:20.4617129Z Setting up gnupg (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4617443Z Setting up gnupg2 (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4617795Z Processing triggers for libc-bin (2.35-0ubuntu3.10) ... 2025-07-02T07:59:20.4618243Z Processing triggers for ca-certificates (20240203~22.04.1) ... 2025-07-02T07:59:20.4618640Z Updating certificates in /etc/ssl/certs... 2025-07-02T07:59:20.4618955Z 0 added, 0 removed; done. 2025-07-02T07:59:20.4619260Z Running hooks in /etc/ca-certificates/update.d... 2025-07-02T07:59:20.4619569Z done. 2025-07-02T07:59:20.4619790Z + apt-get install -y vim git wget cmake 2025-07-02T07:59:20.4619996Z 2025-07-02T07:59:20.4620095Z Reading package lists... 0% 2025-07-02T07:59:20.4620273Z 2025-07-02T07:59:20.4620366Z Reading package lists... 0% 2025-07-02T07:59:20.4620528Z 2025-07-02T07:59:20.4620622Z Reading package lists... 0% 2025-07-02T07:59:20.4620794Z 2025-07-02T07:59:20.4620887Z Reading package lists... 4% 2025-07-02T07:59:20.4621047Z 2025-07-02T07:59:20.4621151Z Reading package lists... 4% 2025-07-02T07:59:20.4621311Z 2025-07-02T07:59:20.4621403Z Reading package lists... 4% 2025-07-02T07:59:20.4621563Z 2025-07-02T07:59:20.4621756Z Reading package lists... 4% 2025-07-02T07:59:20.4621946Z 2025-07-02T07:59:20.4622056Z Reading package lists... 42% 2025-07-02T07:59:20.4622224Z 2025-07-02T07:59:20.4622321Z Reading package lists... 42% 2025-07-02T07:59:20.4622499Z 2025-07-02T07:59:20.4622592Z Reading package lists... 43% 2025-07-02T07:59:20.4622826Z 2025-07-02T07:59:20.4622921Z Reading package lists... 43% 2025-07-02T07:59:20.4623100Z 2025-07-02T07:59:20.4623194Z Reading package lists... 52% 2025-07-02T07:59:20.4623358Z 2025-07-02T07:59:20.4623463Z Reading package lists... 52% 2025-07-02T07:59:20.4623633Z 2025-07-02T07:59:20.4623727Z Reading package lists... 65% 2025-07-02T07:59:20.4623894Z 2025-07-02T07:59:20.4624002Z Reading package lists... 65% 2025-07-02T07:59:20.4624167Z 2025-07-02T07:59:20.4624261Z Reading package lists... 69% 2025-07-02T07:59:20.4624441Z 2025-07-02T07:59:20.4624535Z Reading package lists... 69% 2025-07-02T07:59:20.4624699Z 2025-07-02T07:59:20.4624793Z Reading package lists... 70% 2025-07-02T07:59:20.4624975Z 2025-07-02T07:59:20.4625068Z Reading package lists... 70% 2025-07-02T07:59:20.4625232Z 2025-07-02T07:59:20.4625343Z Reading package lists... 70% 2025-07-02T07:59:20.4625507Z 2025-07-02T07:59:20.4625599Z Reading package lists... 70% 2025-07-02T07:59:20.4625776Z 2025-07-02T07:59:20.4625872Z Reading package lists... 70% 2025-07-02T07:59:20.4626037Z 2025-07-02T07:59:20.4626130Z Reading package lists... 70% 2025-07-02T07:59:20.4626308Z 2025-07-02T07:59:20.4626401Z Reading package lists... 78% 2025-07-02T07:59:20.4626565Z 2025-07-02T07:59:20.4626671Z Reading package lists... 78% 2025-07-02T07:59:20.4626835Z 2025-07-02T07:59:20.4626929Z Reading package lists... 80% 2025-07-02T07:59:20.4627093Z 2025-07-02T07:59:20.4627199Z Reading package lists... 91% 2025-07-02T07:59:20.4627363Z 2025-07-02T07:59:20.4627459Z Reading package lists... 91% 2025-07-02T07:59:20.4627639Z 2025-07-02T07:59:20.4627733Z Reading package lists... 95% 2025-07-02T07:59:20.4627899Z 2025-07-02T07:59:20.4627994Z Reading package lists... 95% 2025-07-02T07:59:20.4628177Z 2025-07-02T07:59:20.4628273Z Reading package lists... 95% 2025-07-02T07:59:20.4628439Z 2025-07-02T07:59:20.4628549Z Reading package lists... 95% 2025-07-02T07:59:20.4628714Z 2025-07-02T07:59:20.4628809Z Reading package lists... 99% 2025-07-02T07:59:20.4628993Z 2025-07-02T07:59:20.4629089Z Reading package lists... 99% 2025-07-02T07:59:20.4629255Z 2025-07-02T07:59:20.4629352Z Reading package lists... Done 2025-07-02T07:59:20.4629538Z 2025-07-02T07:59:20.4629541Z 2025-07-02T07:59:20.4629642Z Building dependency tree... 0% 2025-07-02T07:59:20.4629817Z 2025-07-02T07:59:20.4629931Z Building dependency tree... 0% 2025-07-02T07:59:20.4630105Z 2025-07-02T07:59:20.4630207Z Building dependency tree... 50% 2025-07-02T07:59:20.4630399Z 2025-07-02T07:59:20.4630498Z Building dependency tree... 50% 2025-07-02T07:59:20.4630672Z 2025-07-02T07:59:20.4630773Z Building dependency tree... Done 2025-07-02T07:59:20.4630969Z 2025-07-02T07:59:20.4630973Z 2025-07-02T07:59:20.4631081Z Reading state information... 0% 2025-07-02T07:59:20.4631261Z 2025-07-02T07:59:20.4631374Z Reading state information... 0% 2025-07-02T07:59:20.4631547Z 2025-07-02T07:59:20.4631651Z Reading state information... Done 2025-07-02T07:59:20.4631950Z 2025-07-02T07:59:20.4632126Z The following additional packages will be installed: 2025-07-02T07:59:20.4632581Z cmake-data dh-elpa-helper emacsen-common git-man less libarchive13 2025-07-02T07:59:20.4633094Z libbrotli1 libbsd0 libcbor0.8 libcurl3-gnutls libcurl4 libedit2 2025-07-02T07:59:20.4633618Z liberror-perl libexpat1 libfido2-1 libgpm2 libicu70 libjsoncpp25 libmd0 2025-07-02T07:59:20.4634177Z libmpdec3 libnghttp2-14 libpsl5 libpython3.10 libpython3.10-minimal 2025-07-02T07:59:20.4634742Z libpython3.10-stdlib librhash0 librtmp1 libsodium23 libssh-4 libuv1 libx11-6 2025-07-02T07:59:21.9739799Z libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 media-types 2025-07-02T07:59:21.9740454Z openssh-client publicsuffix vim-common vim-runtime xauth xxd 2025-07-02T07:59:21.9741193Z Suggested packages: 2025-07-02T07:59:21.9741551Z cmake-doc ninja-build cmake-format gettext-base git-daemon-run 2025-07-02T07:59:21.9742059Z | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs 2025-07-02T07:59:21.9742785Z git-mediawiki git-svn lrzip gpm keychain libpam-ssh monkeysphere ssh-askpass 2025-07-02T07:59:21.9743246Z ctags vim-doc vim-scripts 2025-07-02T07:59:21.9743569Z The following NEW packages will be installed: 2025-07-02T07:59:21.9744059Z cmake cmake-data dh-elpa-helper emacsen-common git git-man less libarchive13 2025-07-02T07:59:21.9744603Z libbrotli1 libbsd0 libcbor0.8 libcurl3-gnutls libcurl4 libedit2 2025-07-02T07:59:21.9745154Z liberror-perl libexpat1 libfido2-1 libgpm2 libicu70 libjsoncpp25 libmd0 2025-07-02T07:59:21.9745710Z libmpdec3 libnghttp2-14 libpsl5 libpython3.10 libpython3.10-minimal 2025-07-02T07:59:21.9746288Z libpython3.10-stdlib librhash0 librtmp1 libsodium23 libssh-4 libuv1 libx11-6 2025-07-02T07:59:21.9746880Z libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 media-types 2025-07-02T07:59:21.9747465Z openssh-client publicsuffix vim vim-common vim-runtime wget xauth xxd 2025-07-02T07:59:21.9748050Z 0 upgraded, 49 newly installed, 0 to remove and 5 not upgraded. 2025-07-02T07:59:21.9748459Z Need to get 40.8 MB of archives. 2025-07-02T07:59:21.9748842Z After this operation, 163 MB of additional disk space will be used. 2025-07-02T07:59:21.9749171Z 2025-07-02T07:59:21.9749258Z 0% [Working] 2025-07-02T07:59:21.9749457Z 2025-07-02T07:59:21.9749961Z Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 less amd64 590-1ubuntu0.22.04.3 [142 kB] 2025-07-02T07:59:21.9750421Z 2025-07-02T07:59:21.9750536Z 0% [1 less 14.2 kB/142 kB 10%] 2025-07-02T07:59:21.9750789Z 2025-07-02T07:59:21.9751049Z 1% [Working] 2025-07-02T07:59:21.9751247Z 2025-07-02T07:59:21.9751666Z Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] 2025-07-02T07:59:21.9752204Z 2025-07-02T07:59:21.9752303Z 1% [2 libmd0 2606 B/23.0 kB 11%] 2025-07-02T07:59:21.9752586Z 2025-07-02T07:59:21.9752844Z 1% [Waiting for headers] 2025-07-02T07:59:21.9753102Z 2025-07-02T07:59:21.9753545Z Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] 2025-07-02T07:59:21.9753933Z 2025-07-02T07:59:21.9754028Z 1% [3 libbsd0 1072 B/44.8 kB 2%] 2025-07-02T07:59:21.9754304Z 2025-07-02T07:59:21.9754564Z 2% [Waiting for headers] 2025-07-02T07:59:21.9754817Z 2025-07-02T07:59:21.9755315Z Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.6 [92.1 kB] 2025-07-02T07:59:21.9755797Z 2025-07-02T07:59:21.9755899Z 2% [4 libexpat1 2357 B/92.1 kB 3%] 2025-07-02T07:59:21.9756191Z 2025-07-02T07:59:21.9756454Z 2% [Waiting for headers] 2025-07-02T07:59:21.9756711Z 2025-07-02T07:59:21.9757125Z Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] 2025-07-02T07:59:21.9757502Z 2025-07-02T07:59:21.9757613Z 2% [5 libicu70 51 B/10.6 MB 0%] 2025-07-02T07:59:21.9757869Z 2025-07-02T07:59:21.9758143Z 23% [Waiting for headers] 2025-07-02T07:59:21.9758384Z 2025-07-02T07:59:21.9758847Z Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] 2025-07-02T07:59:21.9759260Z 2025-07-02T07:59:21.9759379Z 23% [6 libmpdec3 20.5 kB/86.8 kB 24%] 2025-07-02T07:59:21.9759661Z 2025-07-02T07:59:21.9759952Z 24% [Waiting for headers] 2025-07-02T07:59:21.9760190Z 2025-07-02T07:59:21.9760754Z Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.10 [815 kB] 2025-07-02T07:59:21.9761268Z 2025-07-02T07:59:21.9761503Z 24% [7 libpython3.10-minimal 37.3 kB/815 kB 5%] 2025-07-02T07:59:21.9761843Z 2025-07-02T07:59:21.9762156Z 26% [Waiting for headers] 2025-07-02T07:59:21.9762400Z 2025-07-02T07:59:21.9762914Z Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] 2025-07-02T07:59:21.9763301Z 2025-07-02T07:59:21.9763408Z 26% [8 media-types 20.5 kB/25.5 kB 80%] 2025-07-02T07:59:21.9763713Z 2025-07-02T07:59:21.9763981Z 26% [Working] 2025-07-02T07:59:21.9764195Z 2025-07-02T07:59:21.9764714Z Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.10 [1850 kB] 2025-07-02T07:59:21.9765245Z 2025-07-02T07:59:21.9765368Z 26% [9 libpython3.10-stdlib 20.5 kB/1850 kB 1%] 2025-07-02T07:59:21.9765708Z 2025-07-02T07:59:21.9766001Z 30% [Waiting for headers] 2025-07-02T07:59:21.9766257Z 2025-07-02T07:59:21.9766774Z Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.7 [763 kB] 2025-07-02T07:59:21.9767266Z 2025-07-02T07:59:21.9767365Z 31% [10 libxml2 33.2 kB/763 kB 4%] 2025-07-02T07:59:21.9767639Z 2025-07-02T07:59:21.9767923Z 32% [Waiting for headers] 2025-07-02T07:59:21.9768171Z 2025-07-02T07:59:21.9768708Z Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 xxd amd64 2:8.2.3995-1ubuntu2.24 [51.4 kB] 2025-07-02T07:59:21.9769170Z 2025-07-02T07:59:21.9769268Z 32% [11 xxd 41.0 kB/51.4 kB 80%] 2025-07-02T07:59:21.9769551Z 2025-07-02T07:59:21.9769803Z 33% [Working] 2025-07-02T07:59:21.9770029Z 2025-07-02T07:59:21.9770520Z Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-common all 2:8.2.3995-1ubuntu2.24 [81.5 kB] 2025-07-02T07:59:21.9771019Z 2025-07-02T07:59:21.9771128Z 33% [12 vim-common 41.0 kB/81.5 kB 50%] 2025-07-02T07:59:21.9771443Z 2025-07-02T07:59:21.9771716Z 33% [Working] 2025-07-02T07:59:21.9771940Z 2025-07-02T07:59:21.9772378Z Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] 2025-07-02T07:59:21.9772823Z 2025-07-02T07:59:21.9772933Z 34% [13 libcbor0.8 24.6 kB/24.6 kB 100%] 2025-07-02T07:59:21.9773232Z 2025-07-02T07:59:21.9773531Z 34% [Working] 2025-07-02T07:59:21.9773757Z 2025-07-02T07:59:21.9774199Z Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] 2025-07-02T07:59:21.9774630Z 2025-07-02T07:59:21.9774748Z 34% [14 libedit2 4096 B/96.8 kB 4%] 2025-07-02T07:59:21.9775022Z 2025-07-02T07:59:21.9775312Z 35% [Waiting for headers] 2025-07-02T07:59:21.9775576Z 2025-07-02T07:59:21.9776025Z Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] 2025-07-02T07:59:21.9776425Z 2025-07-02T07:59:21.9776545Z 35% [15 libfido2-1 32.8 kB/82.8 kB 40%] 2025-07-02T07:59:21.9776829Z 2025-07-02T07:59:21.9777113Z 35% [Working] 2025-07-02T07:59:21.9777316Z 2025-07-02T07:59:21.9777821Z Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-14 amd64 1.43.0-1ubuntu0.2 [76.9 kB] 2025-07-02T07:59:21.9778308Z 2025-07-02T07:59:21.9778417Z 35% [16 libnghttp2-14 45.4 kB/76.9 kB 59%] 2025-07-02T07:59:21.9778733Z 2025-07-02T07:59:21.9779003Z 36% [Working] 2025-07-02T07:59:21.9779214Z 2025-07-02T07:59:21.9779652Z Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] 2025-07-02T07:59:21.9780065Z 2025-07-02T07:59:21.9780163Z 36% [17 libpsl5 33.8 kB/58.4 kB 58%] 2025-07-02T07:59:21.9780455Z 2025-07-02T07:59:21.9780817Z 36% [Working] 2025-07-02T07:59:21.9781032Z 2025-07-02T07:59:21.9781492Z Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libuv1 amd64 1.43.0-1ubuntu0.1 [92.7 kB] 2025-07-02T07:59:21.9781965Z 2025-07-02T07:59:21.9782133Z 36% [18 libuv1 16.4 kB/92.7 kB 18%] 2025-07-02T07:59:21.9782403Z 2025-07-02T07:59:21.9782693Z 37% [Waiting for headers] 2025-07-02T07:59:21.9782960Z 2025-07-02T07:59:21.9783407Z Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B] 2025-07-02T07:59:21.9783815Z 2025-07-02T07:59:21.9783928Z 37% [Waiting for headers] 2025-07-02T07:59:21.9784163Z 2025-07-02T07:59:21.9784635Z Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB] 2025-07-02T07:59:21.9785058Z 2025-07-02T07:59:21.9785160Z 37% [20 libxdmcp6 5263 B/10.9 kB 48%] 2025-07-02T07:59:21.9785457Z 2025-07-02T07:59:21.9785739Z 38% [Working] 2025-07-02T07:59:21.9785934Z 2025-07-02T07:59:21.9786356Z Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB] 2025-07-02T07:59:21.9786758Z 2025-07-02T07:59:21.9786860Z 38% [21 libxcb1 49.0 kB/49.0 kB 100%] 2025-07-02T07:59:21.9787156Z 2025-07-02T07:59:21.9787416Z 38% [Working] 2025-07-02T07:59:21.9787634Z 2025-07-02T07:59:21.9788106Z Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB] 2025-07-02T07:59:21.9788588Z 2025-07-02T07:59:21.9788690Z 38% [22 libx11-data 10.3 kB/120 kB 9%] 2025-07-02T07:59:21.9788994Z 2025-07-02T07:59:21.9789272Z 39% [Waiting for headers] 2025-07-02T07:59:21.9789528Z 2025-07-02T07:59:21.9790022Z Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB] 2025-07-02T07:59:21.9790505Z 2025-07-02T07:59:21.9790601Z 39% [23 libx11-6 21.3 kB/667 kB 3%] 2025-07-02T07:59:21.9790872Z 2025-07-02T07:59:21.9791155Z 40% [Waiting for headers] 2025-07-02T07:59:21.9791411Z 2025-07-02T07:59:21.9791995Z Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB] 2025-07-02T07:59:21.9792416Z 2025-07-02T07:59:21.9792538Z 41% [24 libxext6 31.8 kB/31.8 kB 100%] 2025-07-02T07:59:21.9792824Z 2025-07-02T07:59:21.9793109Z 41% [Working] 2025-07-02T07:59:21.9793315Z 2025-07-02T07:59:21.9793733Z Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB] 2025-07-02T07:59:21.9794128Z 2025-07-02T07:59:21.9794249Z 41% [25 libxmuu1 10.2 kB/10.2 kB 100%] 2025-07-02T07:59:21.9794527Z 2025-07-02T07:59:21.9794811Z 41% [Working] 2025-07-02T07:59:21.9795009Z 2025-07-02T07:59:21.9795526Z Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.13 [903 kB] 2025-07-02T07:59:21.9796026Z 2025-07-02T07:59:21.9796137Z 41% [26 openssh-client 32.4 kB/903 kB 4%] 2025-07-02T07:59:21.9796455Z 2025-07-02T07:59:21.9796740Z 44% [Waiting for headers] 2025-07-02T07:59:21.9796994Z 2025-07-02T07:59:21.9797469Z Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB] 2025-07-02T07:59:21.9797889Z 2025-07-02T07:59:21.9797998Z 44% [27 publicsuffix 47.0 kB/129 kB 36%] 2025-07-02T07:59:21.9798305Z 2025-07-02T07:59:21.9798585Z 44% [Waiting for headers] 2025-07-02T07:59:21.9798837Z 2025-07-02T07:59:21.9799311Z Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wget amd64 1.21.2-2ubuntu1.1 [339 kB] 2025-07-02T07:59:21.9799768Z 2025-07-02T07:59:21.9799864Z 44% [28 wget 48.3 kB/339 kB 14%] 2025-07-02T07:59:21.9800283Z 2025-07-02T07:59:21.9800735Z Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB] 2025-07-02T07:59:21.9801136Z 2025-07-02T07:59:21.9801321Z 45% [29 xauth 27.5 kB/27.5 kB 100%] 2025-07-02T07:59:21.9801594Z 2025-07-02T07:59:21.9801886Z 46% [Waiting for headers] 2025-07-02T07:59:21.9802131Z 2025-07-02T07:59:21.9802650Z Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libarchive13 amd64 3.6.0-1ubuntu1.5 [368 kB] 2025-07-02T07:59:21.9803121Z 2025-07-02T07:59:21.9803241Z 46% [30 libarchive13 9443 B/368 kB 3%] 2025-07-02T07:59:21.9803527Z 2025-07-02T07:59:21.9803820Z 47% [Waiting for headers] 2025-07-02T07:59:21.9804058Z 2025-07-02T07:59:21.9804528Z Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] 2025-07-02T07:59:21.9804943Z 2025-07-02T07:59:21.9805044Z 47% [31 libbrotli1 34.2 kB/315 kB 11%] 2025-07-02T07:59:21.9805337Z 2025-07-02T07:59:21.9805610Z 48% [Waiting for headers] 2025-07-02T07:59:21.9805868Z 2025-07-02T07:59:21.9806414Z Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB] 2025-07-02T07:59:21.9806904Z 2025-07-02T07:59:21.9807006Z 48% [32 librtmp1 46.4 kB/58.2 kB 80%] 2025-07-02T07:59:21.9807310Z 2025-07-02T07:59:21.9807575Z 48% [Working] 2025-07-02T07:59:21.9807799Z 2025-07-02T07:59:23.7963963Z Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.3 [186 kB] 2025-07-02T07:59:23.7964487Z 2025-07-02T07:59:23.7964602Z 48% [33 libssh-4 24.6 kB/186 kB 13%] 2025-07-02T07:59:23.7964876Z 2025-07-02T07:59:23.7965157Z 49% [Waiting for headers] 2025-07-02T07:59:23.7965419Z 2025-07-02T07:59:23.7965931Z Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.20 [289 kB] 2025-07-02T07:59:23.7966397Z 2025-07-02T07:59:23.7966491Z 49% [34 libcurl4 63.6 kB/289 kB 22%] 2025-07-02T07:59:23.7966786Z 2025-07-02T07:59:23.7967048Z 50% [Waiting for headers] 2025-07-02T07:59:23.7967288Z 2025-07-02T07:59:23.7967728Z Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjsoncpp25 amd64 1.9.5-3 [80.0 kB] 2025-07-02T07:59:23.7968130Z 2025-07-02T07:59:23.7968236Z 50% [35 libjsoncpp25 36.2 kB/80.0 kB 45%] 2025-07-02T07:59:23.7968536Z 2025-07-02T07:59:23.7968800Z 51% [Working] 2025-07-02T07:59:23.7969000Z 2025-07-02T07:59:23.7969409Z Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB] 2025-07-02T07:59:23.7969834Z 2025-07-02T07:59:23.7969936Z 51% [36 librhash0 21.5 kB/125 kB 17%] 2025-07-02T07:59:23.7970215Z 2025-07-02T07:59:23.7970465Z 51% [Working] 2025-07-02T07:59:23.7970664Z 2025-07-02T07:59:23.7971083Z Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B] 2025-07-02T07:59:23.7971501Z 2025-07-02T07:59:23.7971621Z 51% [37 dh-elpa-helper 7610 B/7610 B 100%] 2025-07-02T07:59:23.7971908Z 2025-07-02T07:59:23.7972180Z 52% [Working] 2025-07-02T07:59:23.7972364Z 2025-07-02T07:59:23.7972765Z Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 emacsen-common all 3.0.4 [14.9 kB] 2025-07-02T07:59:23.7973280Z 2025-07-02T07:59:23.7973404Z 52% [38 emacsen-common 14.9 kB/14.9 kB 100%] 2025-07-02T07:59:23.7973698Z 2025-07-02T07:59:23.7973972Z 52% [Working] 2025-07-02T07:59:23.7974159Z 2025-07-02T07:59:23.7974653Z Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake-data all 3.22.1-1ubuntu1.22.04.2 [1913 kB] 2025-07-02T07:59:23.7975347Z 2025-07-02T07:59:23.7975444Z 52% [39 cmake-data 4591 B/1913 kB 0%] 2025-07-02T07:59:23.7975728Z 2025-07-02T07:59:23.7976092Z 56% [Waiting for headers] 2025-07-02T07:59:23.7976341Z 2025-07-02T07:59:23.7976849Z Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake amd64 3.22.1-1ubuntu1.22.04.2 [5010 kB] 2025-07-02T07:59:23.7977319Z 2025-07-02T07:59:23.7977409Z 56% [40 cmake 24.3 kB/5010 kB 0%] 2025-07-02T07:59:23.7977679Z 2025-07-02T07:59:23.7977930Z 67% [Waiting for headers] 2025-07-02T07:59:23.7978169Z 2025-07-02T07:59:23.7978686Z Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.20 [284 kB] 2025-07-02T07:59:23.7979192Z 2025-07-02T07:59:23.7979299Z 67% [41 libcurl3-gnutls 28.0 kB/284 kB 10%] 2025-07-02T07:59:23.7979644Z 2025-07-02T07:59:23.7979930Z 68% [Waiting for headers] 2025-07-02T07:59:23.7980157Z 2025-07-02T07:59:23.7980607Z Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] 2025-07-02T07:59:23.7981014Z 2025-07-02T07:59:23.7981122Z 68% [42 liberror-perl 26.5 kB/26.5 kB 100%] 2025-07-02T07:59:23.7981428Z 2025-07-02T07:59:23.7981703Z 68% [Working] 2025-07-02T07:59:23.7981890Z 2025-07-02T07:59:23.7982356Z Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.12 [955 kB] 2025-07-02T07:59:23.7982813Z 2025-07-02T07:59:23.7982910Z 68% [43 git-man 44.4 kB/955 kB 5%] 2025-07-02T07:59:23.7983180Z 2025-07-02T07:59:23.7983434Z 70% [Waiting for headers] 2025-07-02T07:59:23.7983676Z 2025-07-02T07:59:23.7984153Z Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.12 [3165 kB] 2025-07-02T07:59:23.7984618Z 2025-07-02T07:59:23.7984706Z 70% [44 git 16.4 kB/3165 kB 1%] 2025-07-02T07:59:23.7984961Z 2025-07-02T07:59:23.7985205Z 77% [Waiting for headers] 2025-07-02T07:59:23.7985444Z 2025-07-02T07:59:23.7985878Z Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpm2 amd64 1.20.7-10build1 [15.3 kB] 2025-07-02T07:59:23.7986300Z 2025-07-02T07:59:23.7986391Z 77% [45 libgpm2 8192 B/15.3 kB 54%] 2025-07-02T07:59:23.7986651Z 2025-07-02T07:59:23.7986912Z 77% [Working] 2025-07-02T07:59:23.7987100Z 2025-07-02T07:59:23.7987587Z Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10 amd64 3.10.12-1~22.04.10 [1950 kB] 2025-07-02T07:59:23.7988065Z 2025-07-02T07:59:23.7988180Z 77% [46 libpython3.10 33.2 kB/1950 kB 2%] 2025-07-02T07:59:23.7988466Z 2025-07-02T07:59:23.7988751Z 82% [Waiting for headers] 2025-07-02T07:59:23.7988980Z 2025-07-02T07:59:23.7989439Z Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsodium23 amd64 1.0.18-1build2 [164 kB] 2025-07-02T07:59:23.7989853Z 2025-07-02T07:59:23.7989957Z 82% [47 libsodium23 37.6 kB/164 kB 23%] 2025-07-02T07:59:23.7990247Z 2025-07-02T07:59:23.7990525Z 82% [Waiting for headers] 2025-07-02T07:59:23.7990757Z 2025-07-02T07:59:23.7991278Z Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-runtime all 2:8.2.3995-1ubuntu2.24 [6833 kB] 2025-07-02T07:59:23.7991853Z 2025-07-02T07:59:23.7991953Z 82% [48 vim-runtime 2844 B/6833 kB 0%] 2025-07-02T07:59:23.7992241Z 2025-07-02T07:59:23.7992505Z 96% [Waiting for headers] 2025-07-02T07:59:23.7992746Z 2025-07-02T07:59:23.7993285Z Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim amd64 2:8.2.3995-1ubuntu2.24 [1728 kB] 2025-07-02T07:59:23.7993829Z 2025-07-02T07:59:23.7993918Z 96% [49 vim 14.6 kB/1728 kB 1%] 2025-07-02T07:59:23.7994175Z 2025-07-02T07:59:23.7994412Z 100% [Working] 2025-07-02T07:59:23.7994621Z 2025-07-02T07:59:23.7994898Z Fetched 40.8 MB in 2s (20.1 MB/s) 2025-07-02T07:59:23.7995329Z debconf: delaying package configuration, since apt-utils is not installed 2025-07-02T07:59:23.7995810Z Selecting previously unselected package less. 2025-07-02T07:59:23.7996126Z (Reading database ... 2025-07-02T07:59:23.7996374Z (Reading database ... 5% 2025-07-02T07:59:23.7996632Z (Reading database ... 10% 2025-07-02T07:59:23.7996875Z (Reading database ... 15% 2025-07-02T07:59:23.7997127Z (Reading database ... 20% 2025-07-02T07:59:23.7997369Z (Reading database ... 25% 2025-07-02T07:59:23.7997626Z (Reading database ... 30% 2025-07-02T07:59:23.7997864Z (Reading database ... 35% 2025-07-02T07:59:23.7998117Z (Reading database ... 40% 2025-07-02T07:59:23.7998361Z (Reading database ... 45% 2025-07-02T07:59:23.7998614Z (Reading database ... 50% 2025-07-02T07:59:23.7998859Z (Reading database ... 55% 2025-07-02T07:59:23.7999113Z (Reading database ... 60% 2025-07-02T07:59:23.7999353Z (Reading database ... 65% 2025-07-02T07:59:23.7999613Z (Reading database ... 70% 2025-07-02T07:59:23.7999862Z (Reading database ... 75% 2025-07-02T07:59:23.8000102Z (Reading database ... 80% 2025-07-02T07:59:23.8000356Z (Reading database ... 85% 2025-07-02T07:59:23.8000594Z (Reading database ... 90% 2025-07-02T07:59:23.8000841Z (Reading database ... 95% 2025-07-02T07:59:23.8001077Z (Reading database ... 100% 2025-07-02T07:59:23.8001447Z (Reading database ... 14729 files and directories currently installed.) 2025-07-02T07:59:23.8001942Z Preparing to unpack .../00-less_590-1ubuntu0.22.04.3_amd64.deb ... 2025-07-02T07:59:23.8002347Z Unpacking less (590-1ubuntu0.22.04.3) ... 2025-07-02T07:59:23.8002713Z Selecting previously unselected package libmd0:amd64. 2025-07-02T07:59:23.8003135Z Preparing to unpack .../01-libmd0_1.0.4-1build1_amd64.deb ... 2025-07-02T07:59:23.8003527Z Unpacking libmd0:amd64 (1.0.4-1build1) ... 2025-07-02T07:59:23.8003887Z Selecting previously unselected package libbsd0:amd64. 2025-07-02T07:59:23.8004308Z Preparing to unpack .../02-libbsd0_0.11.5-1_amd64.deb ... 2025-07-02T07:59:23.8004662Z Unpacking libbsd0:amd64 (0.11.5-1) ... 2025-07-02T07:59:23.8005032Z Selecting previously unselected package libexpat1:amd64. 2025-07-02T07:59:23.8005483Z Preparing to unpack .../03-libexpat1_2.4.7-1ubuntu0.6_amd64.deb ... 2025-07-02T07:59:23.8005910Z Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.6) ... 2025-07-02T07:59:23.8006310Z Selecting previously unselected package libicu70:amd64. 2025-07-02T07:59:23.8006717Z Preparing to unpack .../04-libicu70_70.1-2_amd64.deb ... 2025-07-02T07:59:23.8007085Z Unpacking libicu70:amd64 (70.1-2) ... 2025-07-02T07:59:23.8007442Z Selecting previously unselected package libmpdec3:amd64. 2025-07-02T07:59:23.8007898Z Preparing to unpack .../05-libmpdec3_2.5.1-2build2_amd64.deb ... 2025-07-02T07:59:23.8008300Z Unpacking libmpdec3:amd64 (2.5.1-2build2) ... 2025-07-02T07:59:23.8008745Z Selecting previously unselected package libpython3.10-minimal:amd64. 2025-07-02T07:59:23.8009310Z Preparing to unpack .../06-libpython3.10-minimal_3.10.12-1~22.04.10_amd64.deb ... 2025-07-02T07:59:23.8009828Z Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.10) ... 2025-07-02T07:59:23.8010273Z Selecting previously unselected package media-types. 2025-07-02T07:59:23.8010675Z Preparing to unpack .../07-media-types_7.0.0_all.deb ... 2025-07-02T07:59:23.8011037Z Unpacking media-types (7.0.0) ... 2025-07-02T07:59:23.8011430Z Selecting previously unselected package libpython3.10-stdlib:amd64. 2025-07-02T07:59:23.8011981Z Preparing to unpack .../08-libpython3.10-stdlib_3.10.12-1~22.04.10_amd64.deb ... 2025-07-02T07:59:23.8012484Z Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.10) ... 2025-07-02T07:59:23.8012928Z Selecting previously unselected package libxml2:amd64. 2025-07-02T07:59:23.8013480Z Preparing to unpack .../09-libxml2_2.9.13+dfsg-1ubuntu0.7_amd64.deb ... 2025-07-02T07:59:23.8013929Z Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... 2025-07-02T07:59:23.8014312Z Selecting previously unselected package xxd. 2025-07-02T07:59:23.8014778Z Preparing to unpack .../10-xxd_2%3a8.2.3995-1ubuntu2.24_amd64.deb ... 2025-07-02T07:59:23.8015202Z Unpacking xxd (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:23.8015664Z Selecting previously unselected package vim-common. 2025-07-02T07:59:23.8016129Z Preparing to unpack .../11-vim-common_2%3a8.2.3995-1ubuntu2.24_all.deb ... 2025-07-02T07:59:23.8016583Z Unpacking vim-common (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:23.8016982Z Selecting previously unselected package libcbor0.8:amd64. 2025-07-02T07:59:23.8017449Z Preparing to unpack .../12-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... 2025-07-02T07:59:23.8017862Z Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... 2025-07-02T07:59:23.8018261Z Selecting previously unselected package libedit2:amd64. 2025-07-02T07:59:23.8018714Z Preparing to unpack .../13-libedit2_3.1-20210910-1build1_amd64.deb ... 2025-07-02T07:59:23.8019149Z Unpacking libedit2:amd64 (3.1-20210910-1build1) ... 2025-07-02T07:59:23.8019565Z Selecting previously unselected package libfido2-1:amd64. 2025-07-02T07:59:23.8020001Z Preparing to unpack .../14-libfido2-1_1.10.0-1_amd64.deb ... 2025-07-02T07:59:23.8020389Z Unpacking libfido2-1:amd64 (1.10.0-1) ... 2025-07-02T07:59:23.8020771Z Selecting previously unselected package libnghttp2-14:amd64. 2025-07-02T07:59:23.8021267Z Preparing to unpack .../15-libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb ... 2025-07-02T07:59:23.8021716Z Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... 2025-07-02T07:59:23.8022129Z Selecting previously unselected package libpsl5:amd64. 2025-07-02T07:59:23.8022561Z Preparing to unpack .../16-libpsl5_0.21.0-1.2build2_amd64.deb ... 2025-07-02T07:59:23.8022974Z Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... 2025-07-02T07:59:23.8023354Z Selecting previously unselected package libuv1:amd64. 2025-07-02T07:59:23.8023782Z Preparing to unpack .../17-libuv1_1.43.0-1ubuntu0.1_amd64.deb ... 2025-07-02T07:59:23.8024191Z Unpacking libuv1:amd64 (1.43.0-1ubuntu0.1) ... 2025-07-02T07:59:23.8024563Z Selecting previously unselected package libxau6:amd64. 2025-07-02T07:59:23.8025007Z Preparing to unpack .../18-libxau6_1%3a1.0.9-1build5_amd64.deb ... 2025-07-02T07:59:23.8025407Z Unpacking libxau6:amd64 (1:1.0.9-1build5) ... 2025-07-02T07:59:23.8025796Z Selecting previously unselected package libxdmcp6:amd64. 2025-07-02T07:59:23.8026338Z Preparing to unpack .../19-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ... 2025-07-02T07:59:23.8026760Z Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... 2025-07-02T07:59:23.8027151Z Selecting previously unselected package libxcb1:amd64. 2025-07-02T07:59:23.8027574Z Preparing to unpack .../20-libxcb1_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:23.8027972Z Unpacking libxcb1:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:26.5814307Z Selecting previously unselected package libx11-data. 2025-07-02T07:59:26.5814885Z Preparing to unpack .../21-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ... 2025-07-02T07:59:26.5815336Z Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:26.5815764Z Selecting previously unselected package libx11-6:amd64. 2025-07-02T07:59:26.5816242Z Preparing to unpack .../22-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ... 2025-07-02T07:59:26.5816677Z Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:26.5817089Z Selecting previously unselected package libxext6:amd64. 2025-07-02T07:59:26.5817540Z Preparing to unpack .../23-libxext6_2%3a1.3.4-1build1_amd64.deb ... 2025-07-02T07:59:26.5817976Z Unpacking libxext6:amd64 (2:1.3.4-1build1) ... 2025-07-02T07:59:26.5818361Z Selecting previously unselected package libxmuu1:amd64. 2025-07-02T07:59:26.5818810Z Preparing to unpack .../24-libxmuu1_2%3a1.1.3-3_amd64.deb ... 2025-07-02T07:59:26.5819194Z Unpacking libxmuu1:amd64 (2:1.1.3-3) ... 2025-07-02T07:59:26.5819585Z Selecting previously unselected package openssh-client. 2025-07-02T07:59:26.5820427Z Preparing to unpack .../25-openssh-client_1%3a8.9p1-3ubuntu0.13_amd64.deb ... 2025-07-02T07:59:26.5820902Z Unpacking openssh-client (1:8.9p1-3ubuntu0.13) ... 2025-07-02T07:59:26.5821444Z Selecting previously unselected package publicsuffix. 2025-07-02T07:59:26.5821915Z Preparing to unpack .../26-publicsuffix_20211207.1025-1_all.deb ... 2025-07-02T07:59:26.5822331Z Unpacking publicsuffix (20211207.1025-1) ... 2025-07-02T07:59:26.5822697Z Selecting previously unselected package wget. 2025-07-02T07:59:26.5823103Z Preparing to unpack .../27-wget_1.21.2-2ubuntu1.1_amd64.deb ... 2025-07-02T07:59:26.5823516Z Unpacking wget (1.21.2-2ubuntu1.1) ... 2025-07-02T07:59:26.5823853Z Selecting previously unselected package xauth. 2025-07-02T07:59:26.5824275Z Preparing to unpack .../28-xauth_1%3a1.1-1build2_amd64.deb ... 2025-07-02T07:59:26.5824676Z Unpacking xauth (1:1.1-1build2) ... 2025-07-02T07:59:26.5825160Z Selecting previously unselected package libarchive13:amd64. 2025-07-02T07:59:26.5825652Z Preparing to unpack .../29-libarchive13_3.6.0-1ubuntu1.5_amd64.deb ... 2025-07-02T07:59:26.5826084Z Unpacking libarchive13:amd64 (3.6.0-1ubuntu1.5) ... 2025-07-02T07:59:26.5826502Z Selecting previously unselected package libbrotli1:amd64. 2025-07-02T07:59:26.5826951Z Preparing to unpack .../30-libbrotli1_1.0.9-2build6_amd64.deb ... 2025-07-02T07:59:26.5827370Z Unpacking libbrotli1:amd64 (1.0.9-2build6) ... 2025-07-02T07:59:26.5827752Z Selecting previously unselected package librtmp1:amd64. 2025-07-02T07:59:26.5828258Z Preparing to unpack .../31-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... 2025-07-02T07:59:26.5828797Z Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... 2025-07-02T07:59:26.5847806Z Selecting previously unselected package libssh-4:amd64. 2025-07-02T07:59:26.5848595Z Preparing to unpack .../32-libssh-4_0.9.6-2ubuntu0.22.04.3_amd64.deb ... 2025-07-02T07:59:26.5849303Z Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... 2025-07-02T07:59:26.5849744Z Selecting previously unselected package libcurl4:amd64. 2025-07-02T07:59:26.5850223Z Preparing to unpack .../33-libcurl4_7.81.0-1ubuntu1.20_amd64.deb ... 2025-07-02T07:59:26.5850658Z Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.20) ... 2025-07-02T07:59:26.5851104Z Selecting previously unselected package libjsoncpp25:amd64. 2025-07-02T07:59:26.5851585Z Preparing to unpack .../34-libjsoncpp25_1.9.5-3_amd64.deb ... 2025-07-02T07:59:26.5851982Z Unpacking libjsoncpp25:amd64 (1.9.5-3) ... 2025-07-02T07:59:26.5852382Z Selecting previously unselected package librhash0:amd64. 2025-07-02T07:59:26.5852837Z Preparing to unpack .../35-librhash0_1.4.2-1ubuntu1_amd64.deb ... 2025-07-02T07:59:26.5853273Z Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ... 2025-07-02T07:59:26.5853666Z Selecting previously unselected package dh-elpa-helper. 2025-07-02T07:59:26.5854141Z Preparing to unpack .../36-dh-elpa-helper_2.0.9ubuntu1_all.deb ... 2025-07-02T07:59:26.5854559Z Unpacking dh-elpa-helper (2.0.9ubuntu1) ... 2025-07-02T07:59:26.5854961Z Selecting previously unselected package emacsen-common. 2025-07-02T07:59:26.5855412Z Preparing to unpack .../37-emacsen-common_3.0.4_all.deb ... 2025-07-02T07:59:26.5855795Z Unpacking emacsen-common (3.0.4) ... 2025-07-02T07:59:26.5856163Z Selecting previously unselected package cmake-data. 2025-07-02T07:59:26.5856625Z Preparing to unpack .../38-cmake-data_3.22.1-1ubuntu1.22.04.2_all.deb ... 2025-07-02T07:59:26.5857104Z Unpacking cmake-data (3.22.1-1ubuntu1.22.04.2) ... 2025-07-02T07:59:26.5857476Z Selecting previously unselected package cmake. 2025-07-02T07:59:26.5857927Z Preparing to unpack .../39-cmake_3.22.1-1ubuntu1.22.04.2_amd64.deb ... 2025-07-02T07:59:26.5858368Z Unpacking cmake (3.22.1-1ubuntu1.22.04.2) ... 2025-07-02T07:59:26.5858780Z Selecting previously unselected package libcurl3-gnutls:amd64. 2025-07-02T07:59:26.5859311Z Preparing to unpack .../40-libcurl3-gnutls_7.81.0-1ubuntu1.20_amd64.deb ... 2025-07-02T07:59:26.5859798Z Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.20) ... 2025-07-02T07:59:26.5860471Z Selecting previously unselected package liberror-perl. 2025-07-02T07:59:26.5860913Z Preparing to unpack .../41-liberror-perl_0.17029-1_all.deb ... 2025-07-02T07:59:26.5861321Z Unpacking liberror-perl (0.17029-1) ... 2025-07-02T07:59:26.5861761Z Selecting previously unselected package git-man. 2025-07-02T07:59:26.5862218Z Preparing to unpack .../42-git-man_1%3a2.34.1-1ubuntu1.12_all.deb ... 2025-07-02T07:59:26.5862654Z Unpacking git-man (1:2.34.1-1ubuntu1.12) ... 2025-07-02T07:59:26.5862999Z Selecting previously unselected package git. 2025-07-02T07:59:26.5863425Z Preparing to unpack .../43-git_1%3a2.34.1-1ubuntu1.12_amd64.deb ... 2025-07-02T07:59:26.5863824Z Unpacking git (1:2.34.1-1ubuntu1.12) ... 2025-07-02T07:59:26.5864206Z Selecting previously unselected package libgpm2:amd64. 2025-07-02T07:59:26.5864645Z Preparing to unpack .../44-libgpm2_1.20.7-10build1_amd64.deb ... 2025-07-02T07:59:26.5865063Z Unpacking libgpm2:amd64 (1.20.7-10build1) ... 2025-07-02T07:59:26.5865494Z Selecting previously unselected package libpython3.10:amd64. 2025-07-02T07:59:26.5865980Z Preparing to unpack .../45-libpython3.10_3.10.12-1~22.04.10_amd64.deb ... 2025-07-02T07:59:26.5866448Z Unpacking libpython3.10:amd64 (3.10.12-1~22.04.10) ... 2025-07-02T07:59:26.5866892Z Selecting previously unselected package libsodium23:amd64. 2025-07-02T07:59:26.5867360Z Preparing to unpack .../46-libsodium23_1.0.18-1build2_amd64.deb ... 2025-07-02T07:59:26.5867800Z Unpacking libsodium23:amd64 (1.0.18-1build2) ... 2025-07-02T07:59:26.5868184Z Selecting previously unselected package vim-runtime. 2025-07-02T07:59:26.5868662Z Preparing to unpack .../47-vim-runtime_2%3a8.2.3995-1ubuntu2.24_all.deb ... 2025-07-02T07:59:26.5869382Z Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' 2025-07-02T07:59:26.5870257Z Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' 2025-07-02T07:59:26.5870874Z Unpacking vim-runtime (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:26.5871243Z Selecting previously unselected package vim. 2025-07-02T07:59:26.5871804Z Preparing to unpack .../48-vim_2%3a8.2.3995-1ubuntu2.24_amd64.deb ... 2025-07-02T07:59:26.5872221Z Unpacking vim (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:26.5872663Z Setting up libexpat1:amd64 (2.4.7-1ubuntu0.6) ... 2025-07-02T07:59:26.5873003Z Setting up media-types (7.0.0) ... 2025-07-02T07:59:26.5873331Z Setting up libxau6:amd64 (1:1.0.9-1build5) ... 2025-07-02T07:59:26.5873695Z Setting up libpsl5:amd64 (0.21.0-1.2build2) ... 2025-07-02T07:59:26.5874049Z Setting up libsodium23:amd64 (1.0.18-1build2) ... 2025-07-02T07:59:26.5874416Z Setting up libgpm2:amd64 (1.20.7-10build1) ... 2025-07-02T07:59:26.5874741Z Setting up wget (1.21.2-2ubuntu1.1) ... 2025-07-02T07:59:26.5875083Z Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... 2025-07-02T07:59:26.5875438Z Setting up libbrotli1:amd64 (1.0.9-2build6) ... 2025-07-02T07:59:26.5875827Z Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... 2025-07-02T07:59:26.5876196Z Setting up less (590-1ubuntu0.22.04.3) ... 2025-07-02T07:59:26.5876529Z Setting up xxd (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:26.5876862Z Setting up liberror-perl (0.17029-1) ... 2025-07-02T07:59:26.5877194Z Setting up libuv1:amd64 (1.43.0-1ubuntu0.1) ... 2025-07-02T07:59:26.5877556Z Setting up vim-common (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:26.5877893Z Setting up emacsen-common (3.0.4) ... 2025-07-02T07:59:26.5878238Z Setting up libx11-data (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:26.5878639Z Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... 2025-07-02T07:59:26.5879063Z Setting up dh-elpa-helper (2.0.9ubuntu1) ... 2025-07-02T07:59:26.5879460Z Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.10) ... 2025-07-02T07:59:26.5879873Z Setting up libjsoncpp25:amd64 (1.9.5-3) ... 2025-07-02T07:59:26.5880245Z Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... 2025-07-02T07:59:26.5880598Z Setting up libmd0:amd64 (1.0.4-1build1) ... 2025-07-02T07:59:26.5881050Z Setting up librhash0:amd64 (1.4.2-1ubuntu1) ... 2025-07-02T07:59:26.5881397Z Setting up libmpdec3:amd64 (2.5.1-2build2) ... 2025-07-02T07:59:26.5881768Z Setting up libcurl4:amd64 (7.81.0-1ubuntu1.20) ... 2025-07-02T07:59:26.5882179Z Setting up git-man (1:2.34.1-1ubuntu1.12) ... 2025-07-02T07:59:26.5882556Z Setting up cmake-data (3.22.1-1ubuntu1.22.04.2) ... 2025-07-02T07:59:26.5882930Z Setting up vim-runtime (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:26.5883299Z Setting up libfido2-1:amd64 (1.10.0-1) ... 2025-07-02T07:59:26.5883633Z Setting up libbsd0:amd64 (0.11.5-1) ... 2025-07-02T07:59:26.5883949Z Setting up publicsuffix (20211207.1025-1) ... 2025-07-02T07:59:26.5884287Z Setting up libicu70:amd64 (70.1-2) ... 2025-07-02T07:59:26.5884612Z Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... 2025-07-02T07:59:26.5884975Z Setting up libxcb1:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:26.5885321Z Setting up libedit2:amd64 (3.1-20210910-1build1) ... 2025-07-02T07:59:26.5885734Z Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.20) ... 2025-07-02T07:59:26.5886170Z Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.10) ... 2025-07-02T07:59:26.5886573Z Setting up git (1:2.34.1-1ubuntu1.12) ... 2025-07-02T07:59:26.5886925Z Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:26.5887306Z Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... 2025-07-02T07:59:26.5887801Z Setting up libxmuu1:amd64 (2:1.1.3-3) ... 2025-07-02T07:59:26.5888225Z Setting up libpython3.10:amd64 (3.10.12-1~22.04.10) ... 2025-07-02T07:59:26.5888595Z Setting up vim (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:26.5889089Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 2025-07-02T07:59:26.5889814Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 2025-07-02T07:59:26.5890539Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 2025-07-02T07:59:26.5891231Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 2025-07-02T07:59:26.5891928Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 2025-07-02T07:59:26.5892925Z 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 2025-07-02T07:59:26.5894238Z 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 2025-07-02T07:59:26.5895544Z 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 2025-07-02T07:59:28.0401598Z 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 2025-07-02T07:59:28.0402966Z 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 2025-07-02T07:59:28.0404297Z 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 2025-07-02T07:59:28.0405615Z 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 2025-07-02T07:59:28.0406899Z 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 2025-07-02T07:59:28.0407869Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 2025-07-02T07:59:28.0408911Z 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 2025-07-02T07:59:28.0411693Z 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 2025-07-02T07:59:28.0413147Z 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 2025-07-02T07:59:28.0414492Z 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 2025-07-02T07:59:28.0415816Z 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 2025-07-02T07:59:28.0417163Z 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 2025-07-02T07:59:28.0418511Z 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 2025-07-02T07:59:28.0419813Z 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 2025-07-02T07:59:28.0420790Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 2025-07-02T07:59:28.0421779Z 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 2025-07-02T07:59:28.0423062Z 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 2025-07-02T07:59:28.0424357Z 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 2025-07-02T07:59:28.0425654Z 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 2025-07-02T07:59:28.0426969Z 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 2025-07-02T07:59:28.0428259Z 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 2025-07-02T07:59:28.0429557Z 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 2025-07-02T07:59:28.0430811Z 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 2025-07-02T07:59:28.0431890Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 2025-07-02T07:59:28.0432960Z 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 2025-07-02T07:59:28.0434332Z 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 2025-07-02T07:59:28.0435717Z 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 2025-07-02T07:59:28.0437102Z 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 2025-07-02T07:59:28.0438471Z 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 2025-07-02T07:59:28.0440261Z 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 2025-07-02T07:59:28.0441652Z 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 2025-07-02T07:59:28.0442995Z 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 2025-07-02T07:59:28.0443864Z Setting up libarchive13:amd64 (3.6.0-1ubuntu1.5) ... 2025-07-02T07:59:28.0444249Z Setting up openssh-client (1:8.9p1-3ubuntu0.13) ... 2025-07-02T07:59:28.0444762Z update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode 2025-07-02T07:59:28.0445722Z 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 2025-07-02T07:59:28.0446701Z update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode 2025-07-02T07:59:28.0447743Z 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 2025-07-02T07:59:28.0448727Z update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode 2025-07-02T07:59:28.0449683Z 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 2025-07-02T07:59:28.0450509Z Setting up libxext6:amd64 (2:1.3.4-1build1) ... 2025-07-02T07:59:28.0450834Z Setting up xauth (1:1.1-1build2) ... 2025-07-02T07:59:28.0451154Z Setting up cmake (3.22.1-1ubuntu1.22.04.2) ... 2025-07-02T07:59:28.0451530Z Processing triggers for libc-bin (2.35-0ubuntu3.10) ... 2025-07-02T07:59:28.0452005Z + apt-get install -y libglfw3 libgl1-mesa-glx libosmesa6 libglew-dev 2025-07-02T07:59:28.0452316Z 2025-07-02T07:59:28.0452420Z Reading package lists... 0% 2025-07-02T07:59:28.0452605Z 2025-07-02T07:59:28.0452700Z Reading package lists... 0% 2025-07-02T07:59:28.0452865Z 2025-07-02T07:59:28.0452971Z Reading package lists... 0% 2025-07-02T07:59:28.0453134Z 2025-07-02T07:59:28.0453228Z Reading package lists... 4% 2025-07-02T07:59:28.0453389Z 2025-07-02T07:59:28.0453494Z Reading package lists... 4% 2025-07-02T07:59:28.0453655Z 2025-07-02T07:59:28.0453749Z Reading package lists... 4% 2025-07-02T07:59:28.0453919Z 2025-07-02T07:59:28.0454013Z Reading package lists... 4% 2025-07-02T07:59:28.0454173Z 2025-07-02T07:59:28.0454283Z Reading package lists... 42% 2025-07-02T07:59:28.0454450Z 2025-07-02T07:59:28.0454545Z Reading package lists... 42% 2025-07-02T07:59:28.0454711Z 2025-07-02T07:59:28.0454824Z Reading package lists... 43% 2025-07-02T07:59:28.0454990Z 2025-07-02T07:59:28.0455089Z Reading package lists... 43% 2025-07-02T07:59:28.0455265Z 2025-07-02T07:59:28.0455358Z Reading package lists... 52% 2025-07-02T07:59:28.0455522Z 2025-07-02T07:59:28.0455620Z Reading package lists... 52% 2025-07-02T07:59:28.0455795Z 2025-07-02T07:59:28.0455890Z Reading package lists... 65% 2025-07-02T07:59:28.0456054Z 2025-07-02T07:59:28.0456159Z Reading package lists... 65% 2025-07-02T07:59:28.0456323Z 2025-07-02T07:59:28.0456524Z Reading package lists... 69% 2025-07-02T07:59:28.0456698Z 2025-07-02T07:59:28.0456790Z Reading package lists... 69% 2025-07-02T07:59:28.0456949Z 2025-07-02T07:59:28.0457040Z Reading package lists... 70% 2025-07-02T07:59:28.0457211Z 2025-07-02T07:59:28.0457302Z Reading package lists... 70% 2025-07-02T07:59:28.0457462Z 2025-07-02T07:59:28.0457566Z Reading package lists... 70% 2025-07-02T07:59:28.0457724Z 2025-07-02T07:59:28.0457816Z Reading package lists... 70% 2025-07-02T07:59:28.0458240Z 2025-07-02T07:59:28.0458349Z Reading package lists... 70% 2025-07-02T07:59:28.0458513Z 2025-07-02T07:59:28.0458608Z Reading package lists... 70% 2025-07-02T07:59:28.0458787Z 2025-07-02T07:59:28.0458880Z Reading package lists... 78% 2025-07-02T07:59:28.0459044Z 2025-07-02T07:59:28.0459648Z Reading package lists... 78% 2025-07-02T07:59:28.0459829Z 2025-07-02T07:59:28.0459923Z Reading package lists... 80% 2025-07-02T07:59:28.0460088Z 2025-07-02T07:59:28.0460198Z Reading package lists... 91% 2025-07-02T07:59:28.0460361Z 2025-07-02T07:59:28.0460455Z Reading package lists... 91% 2025-07-02T07:59:28.0460631Z 2025-07-02T07:59:28.0460723Z Reading package lists... 95% 2025-07-02T07:59:28.0460887Z 2025-07-02T07:59:28.0460981Z Reading package lists... 95% 2025-07-02T07:59:28.0461158Z 2025-07-02T07:59:28.0461252Z Reading package lists... 95% 2025-07-02T07:59:28.0461417Z 2025-07-02T07:59:28.0461526Z Reading package lists... 95% 2025-07-02T07:59:28.0461689Z 2025-07-02T07:59:28.0461783Z Reading package lists... 99% 2025-07-02T07:59:28.0461952Z 2025-07-02T07:59:28.0462062Z Reading package lists... 99% 2025-07-02T07:59:28.0462226Z 2025-07-02T07:59:28.0462326Z Reading package lists... Done 2025-07-02T07:59:28.0462509Z 2025-07-02T07:59:28.0462513Z 2025-07-02T07:59:28.0462616Z Building dependency tree... 0% 2025-07-02T07:59:28.0462792Z 2025-07-02T07:59:28.0462906Z Building dependency tree... 0% 2025-07-02T07:59:28.0463082Z 2025-07-02T07:59:28.0463183Z Building dependency tree... 50% 2025-07-02T07:59:28.0463362Z 2025-07-02T07:59:28.0463477Z Building dependency tree... 50% 2025-07-02T07:59:28.0463650Z 2025-07-02T07:59:28.0463753Z Building dependency tree... Done 2025-07-02T07:59:28.0463947Z 2025-07-02T07:59:28.0463951Z 2025-07-02T07:59:28.0464054Z Reading state information... 0% 2025-07-02T07:59:28.0464234Z 2025-07-02T07:59:28.0464332Z Reading state information... 0% 2025-07-02T07:59:28.0464517Z 2025-07-02T07:59:28.0464620Z Reading state information... Done 2025-07-02T07:59:28.0464805Z 2025-07-02T07:59:28.0464969Z The following additional packages will be installed: 2025-07-02T07:59:28.0465456Z libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 2025-07-02T07:59:28.0466032Z libdrm2 libegl-dev libegl-mesa0 libegl1 libelf1 libgbm1 libgl-dev libgl1 2025-07-02T07:59:28.0466617Z libgl1-amber-dri libgl1-mesa-dev libgl1-mesa-dri libglapi-mesa libgles-dev 2025-07-02T07:59:28.0467202Z libgles1 libgles2 libglew2.2 libglu1-mesa libglu1-mesa-dev libglvnd-core-dev 2025-07-02T07:59:28.0467755Z libglvnd-dev libglvnd0 libglx-dev libglx-mesa0 libglx0 libllvm15 2025-07-02T07:59:28.0468251Z libopengl-dev libopengl0 libpciaccess0 libpthread-stubs0-dev 2025-07-02T07:59:28.0468761Z libsensors-config libsensors5 libwayland-client0 libwayland-server0 2025-07-02T07:59:29.7754359Z libx11-dev libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 2025-07-02T07:59:29.7754981Z libxcb-present0 libxcb-randr0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 2025-07-02T07:59:29.7755577Z libxcb1-dev libxdmcp-dev libxfixes3 libxshmfence1 libxxf86vm1 x11proto-dev 2025-07-02T07:59:29.7756039Z xorg-sgml-doctools xtrans-dev 2025-07-02T07:59:29.7756306Z Suggested packages: 2025-07-02T07:59:29.7756642Z glew-utils libvulkan1 pciutils lm-sensors libx11-doc libxcb-doc 2025-07-02T07:59:29.7757090Z The following NEW packages will be installed: 2025-07-02T07:59:29.7757548Z libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 2025-07-02T07:59:29.7758121Z libdrm2 libegl-dev libegl-mesa0 libegl1 libelf1 libgbm1 libgl-dev libgl1 2025-07-02T07:59:29.7758644Z libgl1-amber-dri libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx 2025-07-02T07:59:29.7759194Z libglapi-mesa libgles-dev libgles1 libgles2 libglew-dev libglew2.2 libglfw3 2025-07-02T07:59:29.7759760Z libglu1-mesa libglu1-mesa-dev libglvnd-core-dev libglvnd-dev libglvnd0 2025-07-02T07:59:29.7760299Z libglx-dev libglx-mesa0 libglx0 libllvm15 libopengl-dev libopengl0 2025-07-02T07:59:29.7760872Z libosmesa6 libpciaccess0 libpthread-stubs0-dev libsensors-config libsensors5 2025-07-02T07:59:29.7761715Z libwayland-client0 libwayland-server0 libx11-dev libx11-xcb1 libxau-dev 2025-07-02T07:59:29.7762281Z libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 2025-07-02T07:59:29.7762936Z libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1-dev libxdmcp-dev libxfixes3 2025-07-02T07:59:29.7763515Z libxshmfence1 libxxf86vm1 x11proto-dev xorg-sgml-doctools xtrans-dev 2025-07-02T07:59:29.7764009Z 0 upgraded, 61 newly installed, 0 to remove and 5 not upgraded. 2025-07-02T07:59:29.7764401Z Need to get 45.4 MB of archives. 2025-07-02T07:59:29.7764784Z After this operation, 197 MB of additional disk space will be used. 2025-07-02T07:59:29.7765088Z 2025-07-02T07:59:29.7765171Z 0% [Working] 2025-07-02T07:59:29.7765370Z 2025-07-02T07:59:29.7765888Z Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libelf1 amd64 0.186-1ubuntu0.1 [51.1 kB] 2025-07-02T07:59:29.7766342Z 2025-07-02T07:59:29.7766442Z 0% [1 libelf1 12.7 kB/51.1 kB 25%] 2025-07-02T07:59:29.7766716Z 2025-07-02T07:59:29.7766959Z 0% [Working] 2025-07-02T07:59:29.7767159Z 2025-07-02T07:59:29.7767676Z Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm-common all 2.4.113-2~ubuntu0.22.04.1 [5450 B] 2025-07-02T07:59:29.7768174Z 2025-07-02T07:59:29.7768275Z 0% [2 libdrm-common 2607 B/5450 B 48%] 2025-07-02T07:59:29.7768564Z 2025-07-02T07:59:29.7768833Z 1% [Waiting for headers] 2025-07-02T07:59:29.7769073Z 2025-07-02T07:59:29.7769580Z Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdrm2 amd64 2.4.113-2~ubuntu0.22.04.1 [38.1 kB] 2025-07-02T07:59:29.7770069Z 2025-07-02T07:59:29.7770159Z 1% [3 libdrm2 2659 B/38.1 kB 7%] 2025-07-02T07:59:29.7770424Z 2025-07-02T07:59:29.7770668Z 1% [Waiting for headers] 2025-07-02T07:59:29.7770903Z 2025-07-02T07:59:29.7771449Z 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] 2025-07-02T07:59:29.7771974Z 2025-07-02T07:59:29.7772076Z 1% [4 libdrm-amdgpu1 1911 B/19.9 kB 10%] 2025-07-02T07:59:29.7772364Z 2025-07-02T07:59:29.7772644Z 2% [Waiting for headers] 2025-07-02T07:59:29.7772870Z 2025-07-02T07:59:29.7773307Z Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpciaccess0 amd64 0.16-3 [19.1 kB] 2025-07-02T07:59:29.7773706Z 2025-07-02T07:59:29.7773817Z 2% [5 libpciaccess0 497 B/19.1 kB 3%] 2025-07-02T07:59:29.7774090Z 2025-07-02T07:59:29.7774363Z 2% [Waiting for headers] 2025-07-02T07:59:29.7774588Z 2025-07-02T07:59:29.7775132Z 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] 2025-07-02T07:59:29.7775639Z 2025-07-02T07:59:29.7775742Z 2% [6 libdrm-intel1 1338 B/66.7 kB 2%] 2025-07-02T07:59:29.7776035Z 2025-07-02T07:59:29.7776311Z 2% [Waiting for headers] 2025-07-02T07:59:29.7776534Z 2025-07-02T07:59:29.7777095Z 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] 2025-07-02T07:59:29.7777609Z 2025-07-02T07:59:29.7777712Z 2% [7 libdrm-nouveau2 932 B/17.5 kB 5%] 2025-07-02T07:59:29.7778002Z 2025-07-02T07:59:29.7778270Z 3% [Waiting for headers] 2025-07-02T07:59:29.7778508Z 2025-07-02T07:59:29.7779061Z 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] 2025-07-02T07:59:29.7779574Z 2025-07-02T07:59:29.7779674Z 3% [8 libdrm-radeon1 538 B/21.6 kB 2%] 2025-07-02T07:59:29.7779964Z 2025-07-02T07:59:29.7780227Z 3% [Waiting for headers] 2025-07-02T07:59:29.7780551Z 2025-07-02T07:59:29.7780966Z Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd0 amd64 1.4.0-1 [73.6 kB] 2025-07-02T07:59:29.7781364Z 2025-07-02T07:59:29.7781458Z 3% [9 libglvnd0 2605 B/73.6 kB 4%] 2025-07-02T07:59:29.7781800Z 2025-07-02T07:59:29.7782055Z 4% [Waiting for headers] 2025-07-02T07:59:29.7782289Z 2025-07-02T07:59:29.7782816Z Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-server0 amd64 1.20.0-1ubuntu0.1 [34.3 kB] 2025-07-02T07:59:29.7783332Z 2025-07-02T07:59:29.7783439Z 4% [10 libwayland-server0 0 B/34.3 kB 0%] 2025-07-02T07:59:29.7783730Z 2025-07-02T07:59:29.7784016Z 4% [Waiting for headers] 2025-07-02T07:59:29.7784239Z 2025-07-02T07:59:29.7784700Z Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-randr0 amd64 1.14-3ubuntu3 [18.3 kB] 2025-07-02T07:59:29.7785126Z 2025-07-02T07:59:29.7785241Z 4% [11 libxcb-randr0 194 B/18.3 kB 1%] 2025-07-02T07:59:29.7785517Z 2025-07-02T07:59:29.7785791Z 4% [Waiting for headers] 2025-07-02T07:59:29.7786013Z 2025-07-02T07:59:29.7786530Z Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgbm1 amd64 23.2.1-1ubuntu3.1~22.04.3 [33.5 kB] 2025-07-02T07:59:29.7787010Z 2025-07-02T07:59:29.7787101Z 4% [12 libgbm1 1876 B/33.5 kB 6%] 2025-07-02T07:59:29.7787364Z 2025-07-02T07:59:29.7787628Z 5% [Waiting for headers] 2025-07-02T07:59:29.7787849Z 2025-07-02T07:59:29.7788394Z Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglapi-mesa amd64 23.2.1-1ubuntu3.1~22.04.3 [35.4 kB] 2025-07-02T07:59:29.7788900Z 2025-07-02T07:59:29.7789000Z 5% [13 libglapi-mesa 2136 B/35.4 kB 6%] 2025-07-02T07:59:29.7789287Z 2025-07-02T07:59:29.7789550Z 5% [Waiting for headers] 2025-07-02T07:59:29.7789789Z 2025-07-02T07:59:29.7790317Z Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-client0 amd64 1.20.0-1ubuntu0.1 [25.9 kB] 2025-07-02T07:59:29.7790830Z 2025-07-02T07:59:29.7790935Z 5% [14 libwayland-client0 0 B/25.9 kB 0%] 2025-07-02T07:59:29.7791238Z 2025-07-02T07:59:29.7791507Z 5% [Waiting for headers] 2025-07-02T07:59:29.7791835Z 2025-07-02T07:59:29.7792335Z Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-xcb1 amd64 2:1.7.5-1ubuntu0.3 [7802 B] 2025-07-02T07:59:29.7792880Z 2025-07-02T07:59:29.7792974Z 5% [15 libx11-xcb1 2691 B/7802 B 34%] 2025-07-02T07:59:29.7793242Z 2025-07-02T07:59:29.7793517Z 6% [Waiting for headers] 2025-07-02T07:59:29.7793754Z 2025-07-02T07:59:29.7794201Z Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri2-0 amd64 1.14-3ubuntu3 [7206 B] 2025-07-02T07:59:29.7794629Z 2025-07-02T07:59:29.7794742Z 6% [16 libxcb-dri2-0 392 B/7206 B 5%] 2025-07-02T07:59:29.7795012Z 2025-07-02T07:59:29.7795277Z 6% [Working] 2025-07-02T07:59:29.7795462Z 2025-07-02T07:59:29.7795897Z Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri3-0 amd64 1.14-3ubuntu3 [6968 B] 2025-07-02T07:59:29.7796317Z 2025-07-02T07:59:29.7796427Z 6% [17 libxcb-dri3-0 6968 B/6968 B 100%] 2025-07-02T07:59:29.7796706Z 2025-07-02T07:59:29.7796989Z 6% [Waiting for headers] 2025-07-02T07:59:29.7797215Z 2025-07-02T07:59:29.7797684Z Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-present0 amd64 1.14-3ubuntu3 [5734 B] 2025-07-02T07:59:29.7798114Z 2025-07-02T07:59:29.7798218Z 6% [18 libxcb-present0 5503 B/5734 B 96%] 2025-07-02T07:59:29.7798516Z 2025-07-02T07:59:29.7798789Z 7% [Waiting for headers] 2025-07-02T07:59:29.7799027Z 2025-07-02T07:59:29.7799579Z Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-sync1 amd64 1.14-3ubuntu3 [9416 B] 2025-07-02T07:59:29.7799999Z 2025-07-02T07:59:29.7800099Z 7% [19 libxcb-sync1 5272 B/9416 B 56%] 2025-07-02T07:59:29.7800453Z 2025-07-02T07:59:29.7800717Z 7% [Waiting for headers] 2025-07-02T07:59:29.7800952Z 2025-07-02T07:59:29.7801400Z Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-xfixes0 amd64 1.14-3ubuntu3 [9996 B] 2025-07-02T07:59:29.7801836Z 2025-07-02T07:59:29.7801935Z 7% [20 libxcb-xfixes0 4255 B/9996 B 43%] 2025-07-02T07:59:29.7802229Z 2025-07-02T07:59:29.7802487Z 7% [Working] 2025-07-02T07:59:29.7802684Z 2025-07-02T07:59:29.7803094Z Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxshmfence1 amd64 1.3-1build4 [5394 B] 2025-07-02T07:59:29.7803520Z 2025-07-02T07:59:29.7803618Z 7% [21 libxshmfence1 5394 B/5394 B 100%] 2025-07-02T07:59:29.7803900Z 2025-07-02T07:59:29.7804168Z 8% [Working] 2025-07-02T07:59:29.7804353Z 2025-07-02T07:59:29.7804863Z Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libegl-mesa0 amd64 23.2.1-1ubuntu3.1~22.04.3 [118 kB] 2025-07-02T07:59:29.7805361Z 2025-07-02T07:59:29.7805470Z 8% [22 libegl-mesa0 1316 B/118 kB 1%] 2025-07-02T07:59:29.7805742Z 2025-07-02T07:59:29.7806016Z 8% [Waiting for headers] 2025-07-02T07:59:29.7806244Z 2025-07-02T07:59:29.7806659Z Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libegl1 amd64 1.4.0-1 [28.6 kB] 2025-07-02T07:59:29.7807037Z 2025-07-02T07:59:29.7807129Z 8% [23 libegl1 14.2 kB/28.6 kB 50%] 2025-07-02T07:59:29.7807400Z 2025-07-02T07:59:29.7807771Z 9% [Waiting for headers] 2025-07-02T07:59:29.7807989Z 2025-07-02T07:59:29.7808438Z Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-glx0 amd64 1.14-3ubuntu3 [25.9 kB] 2025-07-02T07:59:29.7808848Z 2025-07-02T07:59:29.7808940Z 9% [24 libxcb-glx0 1264 B/25.9 kB 5%] 2025-07-02T07:59:29.7809211Z 2025-07-02T07:59:29.7809464Z 9% [Waiting for headers] 2025-07-02T07:59:29.7809698Z 2025-07-02T07:59:29.7810126Z Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5780 B] 2025-07-02T07:59:29.7810543Z 2025-07-02T07:59:29.7810634Z 9% [25 libxcb-shm0 4001 B/5780 B 69%] 2025-07-02T07:59:29.7810903Z 2025-07-02T07:59:29.7811147Z 9% [Working] 2025-07-02T07:59:29.7811345Z 2025-07-02T07:59:29.7811726Z Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes3 amd64 1:6.0.0-1 [11.7 kB] 2025-07-02T07:59:29.7812121Z 2025-07-02T07:59:29.7812230Z 9% [26 libxfixes3 5171 B/11.7 kB 44%] 2025-07-02T07:59:29.7812502Z 2025-07-02T07:59:29.7812757Z 10% [Working] 2025-07-02T07:59:29.7812956Z 2025-07-02T07:59:29.7813365Z Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxxf86vm1 amd64 1:1.1.4-1build3 [10.4 kB] 2025-07-02T07:59:29.7813793Z 2025-07-02T07:59:29.7813896Z 10% [27 libxxf86vm1 10.4 kB/10.4 kB 100%] 2025-07-02T07:59:29.7814192Z 2025-07-02T07:59:29.7814447Z 10% [Working] 2025-07-02T07:59:29.7814647Z 2025-07-02T07:59:29.7815124Z Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libllvm15 amd64 1:15.0.7-0ubuntu0.22.04.3 [25.4 MB] 2025-07-02T07:59:29.7815621Z 2025-07-02T07:59:29.7815713Z 10% [28 libllvm15 6944 B/25.4 MB 0%] 2025-07-02T07:59:29.7815985Z 35% [28 libllvm15 14.1 MB/25.4 MB 56%] 2025-07-02T07:59:29.7816266Z 2025-07-02T07:59:29.7816542Z 55% [Waiting for headers] 2025-07-02T07:59:29.7816771Z 2025-07-02T07:59:29.7817252Z Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors-config all 1:3.6.0-7ubuntu1 [5274 B] 2025-07-02T07:59:29.7817791Z 2025-07-02T07:59:29.7817879Z 55% [Waiting for headers] 2025-07-02T07:59:29.7818115Z 2025-07-02T07:59:29.7818623Z Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsensors5 amd64 1:3.6.0-7ubuntu1 [26.3 kB] 2025-07-02T07:59:29.7819052Z 2025-07-02T07:59:29.7819151Z 56% [30 libsensors5 8192 B/26.3 kB 31%] 2025-07-02T07:59:30.9565227Z 2025-07-02T07:59:30.9565626Z 56% [Working] 2025-07-02T07:59:30.9565837Z 2025-07-02T07:59:30.9566419Z Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgl1-mesa-dri amd64 23.2.1-1ubuntu3.1~22.04.3 [8860 kB] 2025-07-02T07:59:30.9566954Z 2025-07-02T07:59:30.9567067Z 56% [31 libgl1-mesa-dri 18.8 kB/8860 kB 0%] 2025-07-02T07:59:30.9567377Z 2025-07-02T07:59:30.9567709Z 72% [Waiting for headers] 2025-07-02T07:59:30.9567963Z 2025-07-02T07:59:30.9568542Z Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglx-mesa0 amd64 23.2.1-1ubuntu3.1~22.04.3 [158 kB] 2025-07-02T07:59:30.9569089Z 2025-07-02T07:59:30.9569212Z 72% [32 libglx-mesa0 16.4 kB/158 kB 10%] 2025-07-02T07:59:30.9569514Z 2025-07-02T07:59:30.9569799Z 72% [Waiting for headers] 2025-07-02T07:59:30.9570033Z 2025-07-02T07:59:30.9570452Z Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglx0 amd64 1.4.0-1 [41.0 kB] 2025-07-02T07:59:30.9570831Z 2025-07-02T07:59:30.9570938Z 72% [33 libglx0 37.5 kB/41.0 kB 91%] 2025-07-02T07:59:30.9571199Z 2025-07-02T07:59:30.9571458Z 73% [Working] 2025-07-02T07:59:30.9571645Z 2025-07-02T07:59:30.9572023Z Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl1 amd64 1.4.0-1 [110 kB] 2025-07-02T07:59:30.9572393Z 2025-07-02T07:59:30.9572484Z 73% [34 libgl1 2814 B/110 kB 3%] 2025-07-02T07:59:30.9572758Z 2025-07-02T07:59:30.9573005Z 73% [Waiting for headers] 2025-07-02T07:59:30.9573251Z 2025-07-02T07:59:30.9573818Z Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB] 2025-07-02T07:59:30.9574240Z 2025-07-02T07:59:30.9574351Z 73% [35 xorg-sgml-doctools 3602 B/10.9 kB 33%] 2025-07-02T07:59:30.9574661Z 2025-07-02T07:59:30.9574922Z 74% [Working] 2025-07-02T07:59:30.9575117Z 2025-07-02T07:59:30.9575499Z Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-dev all 2021.5-1 [604 kB] 2025-07-02T07:59:30.9575894Z 2025-07-02T07:59:30.9575988Z 74% [36 x11proto-dev 0 B/604 kB 0%] 2025-07-02T07:59:30.9576259Z 2025-07-02T07:59:30.9576508Z 75% [Waiting for headers] 2025-07-02T07:59:30.9576741Z 2025-07-02T07:59:30.9577174Z Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau-dev amd64 1:1.0.9-1build5 [9724 B] 2025-07-02T07:59:30.9577602Z 2025-07-02T07:59:30.9577696Z 75% [37 libxau-dev 9724 B/9724 B 100%] 2025-07-02T07:59:30.9577960Z 2025-07-02T07:59:30.9578378Z 75% [Working] 2025-07-02T07:59:30.9578564Z 2025-07-02T07:59:30.9579011Z Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu5 [26.5 kB] 2025-07-02T07:59:30.9579446Z 2025-07-02T07:59:30.9579563Z 75% [38 libxdmcp-dev 20.9 kB/26.5 kB 79%] 2025-07-02T07:59:30.9579848Z 2025-07-02T07:59:30.9580121Z 76% [Working] 2025-07-02T07:59:30.9580307Z 2025-07-02T07:59:30.9580697Z Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 xtrans-dev all 1.4.0-1 [68.9 kB] 2025-07-02T07:59:30.9581080Z 2025-07-02T07:59:30.9581180Z 76% [39 xtrans-dev 20.5 kB/68.9 kB 30%] 2025-07-02T07:59:30.9581470Z 2025-07-02T07:59:30.9581725Z 76% [Working] 2025-07-02T07:59:30.9582160Z 2025-07-02T07:59:30.9582630Z Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpthread-stubs0-dev amd64 0.4-1build2 [5516 B] 2025-07-02T07:59:30.9583082Z 2025-07-02T07:59:30.9583314Z 76% [40 libpthread-stubs0-dev 5516 B/5516 B 100%] 2025-07-02T07:59:30.9583734Z 2025-07-02T07:59:30.9584106Z 77% [Working] 2025-07-02T07:59:30.9584290Z 2025-07-02T07:59:30.9584676Z Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1-dev amd64 1.14-3ubuntu3 [86.5 kB] 2025-07-02T07:59:30.9585076Z 2025-07-02T07:59:30.9585169Z 77% [41 libxcb1-dev 16.2 kB/86.5 kB 19%] 2025-07-02T07:59:30.9585444Z 2025-07-02T07:59:30.9585697Z 77% [Waiting for headers] 2025-07-02T07:59:30.9585929Z 2025-07-02T07:59:30.9586388Z Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-dev amd64 2:1.7.5-1ubuntu0.3 [744 kB] 2025-07-02T07:59:30.9586830Z 2025-07-02T07:59:30.9586925Z 77% [42 libx11-dev 24.3 kB/744 kB 3%] 2025-07-02T07:59:30.9587175Z 2025-07-02T07:59:30.9587433Z 79% [Waiting for headers] 2025-07-02T07:59:30.9587660Z 2025-07-02T07:59:30.9588050Z Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglx-dev amd64 1.4.0-1 [14.1 kB] 2025-07-02T07:59:30.9588412Z 2025-07-02T07:59:30.9588508Z 79% [Waiting for headers] 2025-07-02T07:59:30.9588886Z 2025-07-02T07:59:30.9589293Z Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl-dev amd64 1.4.0-1 [101 kB] 2025-07-02T07:59:30.9589665Z 2025-07-02T07:59:30.9589757Z 79% [44 libgl-dev 22.3 kB/101 kB 22%] 2025-07-02T07:59:30.9590107Z 2025-07-02T07:59:30.9590351Z 80% [Working] 2025-07-02T07:59:30.9590709Z 2025-07-02T07:59:30.9591106Z Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libegl-dev amd64 1.4.0-1 [18.0 kB] 2025-07-02T07:59:30.9591494Z 2025-07-02T07:59:30.9591597Z 80% [45 libegl-dev 12.3 kB/18.0 kB 68%] 2025-07-02T07:59:30.9592001Z 2025-07-02T07:59:30.9592263Z 80% [Working] 2025-07-02T07:59:30.9592467Z 2025-07-02T07:59:30.9592998Z Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgl1-amber-dri amd64 21.3.9-0ubuntu1~22.04.1 [4218 kB] 2025-07-02T07:59:30.9593532Z 2025-07-02T07:59:30.9593644Z 80% [46 libgl1-amber-dri 33.3 kB/4218 kB 1%] 2025-07-02T07:59:30.9593956Z 2025-07-02T07:59:30.9594235Z 88% [Waiting for headers] 2025-07-02T07:59:30.9594484Z 2025-07-02T07:59:30.9595043Z Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libgl1-mesa-glx amd64 23.0.4-0ubuntu1~22.04.1 [5584 B] 2025-07-02T07:59:30.9595588Z 2025-07-02T07:59:30.9595680Z 88% [Waiting for headers] 2025-07-02T07:59:30.9595911Z 2025-07-02T07:59:30.9596334Z Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgles1 amd64 1.4.0-1 [11.5 kB] 2025-07-02T07:59:30.9596718Z 2025-07-02T07:59:30.9596829Z 88% [48 libgles1 11.5 kB/11.5 kB 100%] 2025-07-02T07:59:30.9597100Z 2025-07-02T07:59:30.9597365Z 88% [Working] 2025-07-02T07:59:30.9597549Z 2025-07-02T07:59:30.9597942Z Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgles2 amd64 1.4.0-1 [18.0 kB] 2025-07-02T07:59:30.9598414Z 2025-07-02T07:59:30.9598501Z 88% [49 libgles2 12.3 kB/18.0 kB 68%] 2025-07-02T07:59:30.9598758Z 2025-07-02T07:59:30.9598988Z 89% [Working] 2025-07-02T07:59:30.9599175Z 2025-07-02T07:59:30.9599550Z Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgles-dev amd64 1.4.0-1 [49.4 kB] 2025-07-02T07:59:30.9599914Z 2025-07-02T07:59:30.9600006Z 89% [50 libgles-dev 8688 B/49.4 kB 18%] 2025-07-02T07:59:30.9600277Z 2025-07-02T07:59:30.9600526Z 89% [Waiting for headers] 2025-07-02T07:59:30.9601008Z 2025-07-02T07:59:30.9601446Z Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd-core-dev amd64 1.4.0-1 [12.7 kB] 2025-07-02T07:59:30.9601870Z 2025-07-02T07:59:30.9601984Z 89% [51 libglvnd-core-dev 12.7 kB/12.7 kB 100%] 2025-07-02T07:59:30.9602357Z 2025-07-02T07:59:30.9602622Z 89% [Working] 2025-07-02T07:59:30.9602815Z 2025-07-02T07:59:30.9603359Z Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libopengl0 amd64 1.4.0-1 [36.5 kB] 2025-07-02T07:59:30.9603765Z 2025-07-02T07:59:30.9603863Z 90% [52 libopengl0 16.4 kB/36.5 kB 45%] 2025-07-02T07:59:30.9604139Z 2025-07-02T07:59:30.9604617Z Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libopengl-dev amd64 1.4.0-1 [3400 B] 2025-07-02T07:59:30.9605020Z 2025-07-02T07:59:30.9605138Z 90% [53 libopengl-dev 3400 B/3400 B 100%] 2025-07-02T07:59:30.9605424Z 2025-07-02T07:59:30.9605905Z Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd-dev amd64 1.4.0-1 [3162 B] 2025-07-02T07:59:30.9606299Z 2025-07-02T07:59:30.9606386Z 2025-07-02T07:59:30.9606672Z 91% [Waiting for headers] 2025-07-02T07:59:30.9606906Z 2025-07-02T07:59:30.9607458Z Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgl1-mesa-dev amd64 23.2.1-1ubuntu3.1~22.04.3 [6848 B] 2025-07-02T07:59:30.9607972Z 2025-07-02T07:59:30.9608071Z 91% [Waiting for headers] 2025-07-02T07:59:30.9608298Z 2025-07-02T07:59:30.9608739Z Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libglew2.2 amd64 2.2.0-4 [196 kB] 2025-07-02T07:59:30.9609141Z 2025-07-02T07:59:30.9609234Z 91% [56 libglew2.2 6948 B/196 kB 4%] 2025-07-02T07:59:30.9609510Z 2025-07-02T07:59:30.9609768Z 92% [Waiting for headers] 2025-07-02T07:59:30.9610006Z 2025-07-02T07:59:30.9610428Z Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglu1-mesa amd64 9.0.2-1 [145 kB] 2025-07-02T07:59:30.9610836Z 2025-07-02T07:59:30.9610936Z 92% [57 libglu1-mesa 12.3 kB/145 kB 8%] 2025-07-02T07:59:30.9611227Z 2025-07-02T07:59:30.9611496Z 92% [Waiting for headers] 2025-07-02T07:59:30.9611734Z 2025-07-02T07:59:30.9612171Z Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglu1-mesa-dev amd64 9.0.2-1 [231 kB] 2025-07-02T07:59:30.9612594Z 2025-07-02T07:59:30.9612701Z 92% [58 libglu1-mesa-dev 9640 B/231 kB 4%] 2025-07-02T07:59:30.9612990Z 2025-07-02T07:59:30.9613278Z 93% [Waiting for headers] 2025-07-02T07:59:30.9613623Z 2025-07-02T07:59:30.9614046Z Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libglew-dev amd64 2.2.0-4 [287 kB] 2025-07-02T07:59:30.9614445Z 2025-07-02T07:59:30.9614553Z 93% [59 libglew-dev 20.5 kB/287 kB 7%] 2025-07-02T07:59:30.9614824Z 2025-07-02T07:59:30.9615091Z 94% [Waiting for headers] 2025-07-02T07:59:30.9615311Z 2025-07-02T07:59:30.9615740Z Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libglfw3 amd64 3.3.6-1 [83.2 kB] 2025-07-02T07:59:30.9616129Z 2025-07-02T07:59:30.9616231Z 94% [60 libglfw3 15.6 kB/83.2 kB 19%] 2025-07-02T07:59:30.9616491Z 2025-07-02T07:59:30.9616756Z 94% [Waiting for headers] 2025-07-02T07:59:30.9616975Z 2025-07-02T07:59:30.9617664Z Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libosmesa6 amd64 23.2.1-1ubuntu3.1~22.04.3 [3115 kB] 2025-07-02T07:59:30.9618160Z 2025-07-02T07:59:30.9618259Z 94% [61 libosmesa6 19.0 kB/3115 kB 1%] 2025-07-02T07:59:30.9618545Z 2025-07-02T07:59:30.9618801Z 100% [Working] 2025-07-02T07:59:30.9619006Z 2025-07-02T07:59:30.9619225Z Fetched 45.4 MB in 2s (18.2 MB/s) 2025-07-02T07:59:30.9619705Z debconf: delaying package configuration, since apt-utils is not installed 2025-07-02T07:59:30.9620212Z Selecting previously unselected package libelf1:amd64. 2025-07-02T07:59:30.9620560Z (Reading database ... 2025-07-02T07:59:30.9620862Z (Reading database ... 5% 2025-07-02T07:59:30.9621104Z (Reading database ... 10% 2025-07-02T07:59:30.9621357Z (Reading database ... 15% 2025-07-02T07:59:30.9621596Z (Reading database ... 20% 2025-07-02T07:59:30.9621843Z (Reading database ... 25% 2025-07-02T07:59:30.9622077Z (Reading database ... 30% 2025-07-02T07:59:30.9622330Z (Reading database ... 35% 2025-07-02T07:59:30.9622584Z (Reading database ... 40% 2025-07-02T07:59:30.9622822Z (Reading database ... 45% 2025-07-02T07:59:30.9623070Z (Reading database ... 50% 2025-07-02T07:59:30.9623306Z (Reading database ... 55% 2025-07-02T07:59:30.9623554Z (Reading database ... 60% 2025-07-02T07:59:30.9623789Z (Reading database ... 65% 2025-07-02T07:59:30.9624034Z (Reading database ... 70% 2025-07-02T07:59:30.9624272Z (Reading database ... 75% 2025-07-02T07:59:30.9624520Z (Reading database ... 80% 2025-07-02T07:59:30.9624756Z (Reading database ... 85% 2025-07-02T07:59:30.9625000Z (Reading database ... 90% 2025-07-02T07:59:30.9625247Z (Reading database ... 95% 2025-07-02T07:59:30.9625489Z (Reading database ... 100% 2025-07-02T07:59:30.9625856Z (Reading database ... 22015 files and directories currently installed.) 2025-07-02T07:59:30.9626368Z Preparing to unpack .../00-libelf1_0.186-1ubuntu0.1_amd64.deb ... 2025-07-02T07:59:30.9626776Z Unpacking libelf1:amd64 (0.186-1ubuntu0.1) ... 2025-07-02T07:59:30.9627171Z Selecting previously unselected package libdrm-common. 2025-07-02T07:59:30.9627661Z Preparing to unpack .../01-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ... 2025-07-02T07:59:30.9628141Z Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:30.9628562Z Selecting previously unselected package libdrm2:amd64. 2025-07-02T07:59:30.9629025Z Preparing to unpack .../02-libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:59:30.9629499Z Unpacking libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:30.9629938Z Selecting previously unselected package libdrm-amdgpu1:amd64. 2025-07-02T07:59:30.9630479Z Preparing to unpack .../03-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:59:30.9631012Z Unpacking libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:30.9631480Z Selecting previously unselected package libpciaccess0:amd64. 2025-07-02T07:59:33.2829120Z Preparing to unpack .../04-libpciaccess0_0.16-3_amd64.deb ... 2025-07-02T07:59:33.2829645Z Unpacking libpciaccess0:amd64 (0.16-3) ... 2025-07-02T07:59:33.2830051Z Selecting previously unselected package libdrm-intel1:amd64. 2025-07-02T07:59:33.2830589Z Preparing to unpack .../05-libdrm-intel1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:59:33.2831104Z Unpacking libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:33.2831585Z Selecting previously unselected package libdrm-nouveau2:amd64. 2025-07-02T07:59:33.2832295Z Preparing to unpack .../06-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:59:33.2832826Z Unpacking libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:33.2833322Z Selecting previously unselected package libdrm-radeon1:amd64. 2025-07-02T07:59:33.2833839Z Preparing to unpack .../07-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:59:33.2834365Z Unpacking libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:33.2834810Z Selecting previously unselected package libglvnd0:amd64. 2025-07-02T07:59:33.2835243Z Preparing to unpack .../08-libglvnd0_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.2835618Z Unpacking libglvnd0:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.2836018Z Selecting previously unselected package libwayland-server0:amd64. 2025-07-02T07:59:33.2836554Z Preparing to unpack .../09-libwayland-server0_1.20.0-1ubuntu0.1_amd64.deb ... 2025-07-02T07:59:33.2837051Z Unpacking libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ... 2025-07-02T07:59:33.2837730Z Selecting previously unselected package libxcb-randr0:amd64. 2025-07-02T07:59:33.2838202Z Preparing to unpack .../10-libxcb-randr0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.2838733Z Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.2839320Z Selecting previously unselected package libgbm1:amd64. 2025-07-02T07:59:33.2839775Z Preparing to unpack .../11-libgbm1_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:33.2840321Z Unpacking libgbm1:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:33.2840748Z Selecting previously unselected package libglapi-mesa:amd64. 2025-07-02T07:59:33.2841266Z Preparing to unpack .../12-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:33.2841771Z Unpacking libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:33.2842262Z Selecting previously unselected package libwayland-client0:amd64. 2025-07-02T07:59:33.2842785Z Preparing to unpack .../13-libwayland-client0_1.20.0-1ubuntu0.1_amd64.deb ... 2025-07-02T07:59:33.2843297Z Unpacking libwayland-client0:amd64 (1.20.0-1ubuntu0.1) ... 2025-07-02T07:59:33.2843754Z Selecting previously unselected package libx11-xcb1:amd64. 2025-07-02T07:59:33.2844237Z Preparing to unpack .../14-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_amd64.deb ... 2025-07-02T07:59:33.2844697Z Unpacking libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:33.2845113Z Selecting previously unselected package libxcb-dri2-0:amd64. 2025-07-02T07:59:33.2845601Z Preparing to unpack .../15-libxcb-dri2-0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.2846024Z Unpacking libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.2846447Z Selecting previously unselected package libxcb-dri3-0:amd64. 2025-07-02T07:59:33.2846927Z Preparing to unpack .../16-libxcb-dri3-0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.2847348Z Unpacking libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.2847785Z Selecting previously unselected package libxcb-present0:amd64. 2025-07-02T07:59:33.2848281Z Preparing to unpack .../17-libxcb-present0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.2848735Z Unpacking libxcb-present0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.2849156Z Selecting previously unselected package libxcb-sync1:amd64. 2025-07-02T07:59:33.2849644Z Preparing to unpack .../18-libxcb-sync1_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.2850076Z Unpacking libxcb-sync1:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.2850490Z Selecting previously unselected package libxcb-xfixes0:amd64. 2025-07-02T07:59:33.2850982Z Preparing to unpack .../19-libxcb-xfixes0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.2851414Z Unpacking libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.2851844Z Selecting previously unselected package libxshmfence1:amd64. 2025-07-02T07:59:33.2852309Z Preparing to unpack .../20-libxshmfence1_1.3-1build4_amd64.deb ... 2025-07-02T07:59:33.2852735Z Unpacking libxshmfence1:amd64 (1.3-1build4) ... 2025-07-02T07:59:33.2853258Z Selecting previously unselected package libegl-mesa0:amd64. 2025-07-02T07:59:33.2853740Z Preparing to unpack .../21-libegl-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:33.2854229Z Unpacking libegl-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:33.2854642Z Selecting previously unselected package libegl1:amd64. 2025-07-02T07:59:33.2855045Z Preparing to unpack .../22-libegl1_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.2855385Z Unpacking libegl1:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.2855748Z Selecting previously unselected package libxcb-glx0:amd64. 2025-07-02T07:59:33.2856193Z Preparing to unpack .../23-libxcb-glx0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.2856608Z Unpacking libxcb-glx0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.2857169Z Selecting previously unselected package libxcb-shm0:amd64. 2025-07-02T07:59:33.2857627Z Preparing to unpack .../24-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.2858051Z Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.2859219Z Selecting previously unselected package libxfixes3:amd64. 2025-07-02T07:59:33.2859675Z Preparing to unpack .../25-libxfixes3_1%3a6.0.0-1_amd64.deb ... 2025-07-02T07:59:33.2860059Z Unpacking libxfixes3:amd64 (1:6.0.0-1) ... 2025-07-02T07:59:33.2860527Z Selecting previously unselected package libxxf86vm1:amd64. 2025-07-02T07:59:33.2861008Z Preparing to unpack .../26-libxxf86vm1_1%3a1.1.4-1build3_amd64.deb ... 2025-07-02T07:59:33.2861433Z Unpacking libxxf86vm1:amd64 (1:1.1.4-1build3) ... 2025-07-02T07:59:33.2861841Z Selecting previously unselected package libllvm15:amd64. 2025-07-02T07:59:33.2862417Z Preparing to unpack .../27-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ... 2025-07-02T07:59:33.2863002Z Unpacking libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... 2025-07-02T07:59:33.2863402Z Selecting previously unselected package libsensors-config. 2025-07-02T07:59:33.2863868Z Preparing to unpack .../28-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ... 2025-07-02T07:59:33.2864307Z Unpacking libsensors-config (1:3.6.0-7ubuntu1) ... 2025-07-02T07:59:33.2864691Z Selecting previously unselected package libsensors5:amd64. 2025-07-02T07:59:33.2865142Z Preparing to unpack .../29-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ... 2025-07-02T07:59:33.2865548Z Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ... 2025-07-02T07:59:33.2865960Z Selecting previously unselected package libgl1-mesa-dri:amd64. 2025-07-02T07:59:33.2866451Z Preparing to unpack .../30-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:33.2866949Z Unpacking libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:33.2867564Z Selecting previously unselected package libglx-mesa0:amd64. 2025-07-02T07:59:33.2868049Z Preparing to unpack .../31-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:33.2868584Z Unpacking libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:33.2869001Z Selecting previously unselected package libglx0:amd64. 2025-07-02T07:59:33.2869580Z Preparing to unpack .../32-libglx0_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.2869936Z Unpacking libglx0:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.2870289Z Selecting previously unselected package libgl1:amd64. 2025-07-02T07:59:33.2870688Z Preparing to unpack .../33-libgl1_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.2871049Z Unpacking libgl1:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.2871429Z Selecting previously unselected package xorg-sgml-doctools. 2025-07-02T07:59:33.2871992Z Preparing to unpack .../34-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... 2025-07-02T07:59:33.2872437Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ... 2025-07-02T07:59:33.2872830Z Selecting previously unselected package x11proto-dev. 2025-07-02T07:59:33.2873266Z Preparing to unpack .../35-x11proto-dev_2021.5-1_all.deb ... 2025-07-02T07:59:33.2873652Z Unpacking x11proto-dev (2021.5-1) ... 2025-07-02T07:59:33.2874013Z Selecting previously unselected package libxau-dev:amd64. 2025-07-02T07:59:33.2874490Z Preparing to unpack .../36-libxau-dev_1%3a1.0.9-1build5_amd64.deb ... 2025-07-02T07:59:33.2874923Z Unpacking libxau-dev:amd64 (1:1.0.9-1build5) ... 2025-07-02T07:59:33.2875342Z Selecting previously unselected package libxdmcp-dev:amd64. 2025-07-02T07:59:33.2875823Z Preparing to unpack .../37-libxdmcp-dev_1%3a1.1.3-0ubuntu5_amd64.deb ... 2025-07-02T07:59:33.2876282Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... 2025-07-02T07:59:33.2876672Z Selecting previously unselected package xtrans-dev. 2025-07-02T07:59:33.2877070Z Preparing to unpack .../38-xtrans-dev_1.4.0-1_all.deb ... 2025-07-02T07:59:33.2877438Z Unpacking xtrans-dev (1.4.0-1) ... 2025-07-02T07:59:33.2877937Z Selecting previously unselected package libpthread-stubs0-dev:amd64. 2025-07-02T07:59:33.2878444Z Preparing to unpack .../39-libpthread-stubs0-dev_0.4-1build2_amd64.deb ... 2025-07-02T07:59:33.2878887Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build2) ... 2025-07-02T07:59:33.2879295Z Selecting previously unselected package libxcb1-dev:amd64. 2025-07-02T07:59:33.2879717Z Preparing to unpack .../40-libxcb1-dev_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.2880354Z Unpacking libxcb1-dev:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.2880750Z Selecting previously unselected package libx11-dev:amd64. 2025-07-02T07:59:33.2881341Z Preparing to unpack .../41-libx11-dev_2%3a1.7.5-1ubuntu0.3_amd64.deb ... 2025-07-02T07:59:33.2881781Z Unpacking libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:33.2882171Z Selecting previously unselected package libglx-dev:amd64. 2025-07-02T07:59:33.2882770Z Preparing to unpack .../42-libglx-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.2883139Z Unpacking libglx-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.2883511Z Selecting previously unselected package libgl-dev:amd64. 2025-07-02T07:59:33.2883945Z Preparing to unpack .../43-libgl-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.2884307Z Unpacking libgl-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.2884723Z Selecting previously unselected package libegl-dev:amd64. 2025-07-02T07:59:33.2885154Z Preparing to unpack .../44-libegl-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.2885535Z Unpacking libegl-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.2885927Z Selecting previously unselected package libgl1-amber-dri:amd64. 2025-07-02T07:59:33.2886469Z Preparing to unpack .../45-libgl1-amber-dri_21.3.9-0ubuntu1~22.04.1_amd64.deb ... 2025-07-02T07:59:33.2886985Z Unpacking libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... 2025-07-02T07:59:33.2887463Z Selecting previously unselected package libgl1-mesa-glx:amd64. 2025-07-02T07:59:33.2887992Z Preparing to unpack .../46-libgl1-mesa-glx_23.0.4-0ubuntu1~22.04.1_amd64.deb ... 2025-07-02T07:59:33.2888494Z Unpacking libgl1-mesa-glx:amd64 (23.0.4-0ubuntu1~22.04.1) ... 2025-07-02T07:59:33.2888940Z Selecting previously unselected package libgles1:amd64. 2025-07-02T07:59:33.2889351Z Preparing to unpack .../47-libgles1_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.2889718Z Unpacking libgles1:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.2890067Z Selecting previously unselected package libgles2:amd64. 2025-07-02T07:59:33.2890491Z Preparing to unpack .../48-libgles2_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.2890855Z Unpacking libgles2:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.2891220Z Selecting previously unselected package libgles-dev:amd64. 2025-07-02T07:59:33.2891677Z Preparing to unpack .../49-libgles-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.2892055Z Unpacking libgles-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4718474Z Selecting previously unselected package libglvnd-core-dev:amd64. 2025-07-02T07:59:36.4719033Z Preparing to unpack .../50-libglvnd-core-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:36.4719489Z Unpacking libglvnd-core-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4719901Z Selecting previously unselected package libopengl0:amd64. 2025-07-02T07:59:36.4720369Z Preparing to unpack .../51-libopengl0_1.4.0-1_amd64.deb ... 2025-07-02T07:59:36.4720757Z Unpacking libopengl0:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4721167Z Selecting previously unselected package libopengl-dev:amd64. 2025-07-02T07:59:36.4721678Z Preparing to unpack .../52-libopengl-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:36.4722075Z Unpacking libopengl-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4722485Z Selecting previously unselected package libglvnd-dev:amd64. 2025-07-02T07:59:36.4722952Z Preparing to unpack .../53-libglvnd-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:36.4723362Z Unpacking libglvnd-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4723763Z Selecting previously unselected package libgl1-mesa-dev:amd64. 2025-07-02T07:59:36.4724312Z Preparing to unpack .../54-libgl1-mesa-dev_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:36.4724856Z Unpacking libgl1-mesa-dev:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:36.4725312Z Selecting previously unselected package libglew2.2:amd64. 2025-07-02T07:59:36.4725766Z Preparing to unpack .../55-libglew2.2_2.2.0-4_amd64.deb ... 2025-07-02T07:59:36.4726139Z Unpacking libglew2.2:amd64 (2.2.0-4) ... 2025-07-02T07:59:36.4726535Z Selecting previously unselected package libglu1-mesa:amd64. 2025-07-02T07:59:36.4727892Z Preparing to unpack .../56-libglu1-mesa_9.0.2-1_amd64.deb ... 2025-07-02T07:59:36.4728297Z Unpacking libglu1-mesa:amd64 (9.0.2-1) ... 2025-07-02T07:59:36.4728702Z Selecting previously unselected package libglu1-mesa-dev:amd64. 2025-07-02T07:59:36.4729319Z Preparing to unpack .../57-libglu1-mesa-dev_9.0.2-1_amd64.deb ... 2025-07-02T07:59:36.4729756Z Unpacking libglu1-mesa-dev:amd64 (9.0.2-1) ... 2025-07-02T07:59:36.4730159Z Selecting previously unselected package libglew-dev:amd64. 2025-07-02T07:59:36.4730622Z Preparing to unpack .../58-libglew-dev_2.2.0-4_amd64.deb ... 2025-07-02T07:59:36.4731005Z Unpacking libglew-dev:amd64 (2.2.0-4) ... 2025-07-02T07:59:36.4731399Z Selecting previously unselected package libglfw3:amd64. 2025-07-02T07:59:36.4731816Z Preparing to unpack .../59-libglfw3_3.3.6-1_amd64.deb ... 2025-07-02T07:59:36.4732199Z Unpacking libglfw3:amd64 (3.3.6-1) ... 2025-07-02T07:59:36.4732583Z Selecting previously unselected package libosmesa6:amd64. 2025-07-02T07:59:36.4733078Z Preparing to unpack .../60-libosmesa6_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:36.4733577Z Unpacking libosmesa6:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:36.4733974Z Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:36.4734394Z Setting up libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ... 2025-07-02T07:59:36.4734831Z Setting up libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:36.4735203Z Setting up libpciaccess0:amd64 (0.16-3) ... 2025-07-02T07:59:36.4735555Z Setting up libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:36.4735945Z Setting up libglvnd-core-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4736307Z Setting up libglvnd0:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4736710Z Setting up libxcb-glx0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:36.4737078Z Setting up libsensors-config (1:3.6.0-7ubuntu1) ... 2025-07-02T07:59:36.4737469Z Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:36.4737864Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build2) ... 2025-07-02T07:59:36.4738266Z Setting up libopengl0:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4738607Z Setting up libxxf86vm1:amd64 (1:1.1.4-1build3) ... 2025-07-02T07:59:36.4739235Z Setting up libxcb-present0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:36.4739616Z Setting up xtrans-dev (1.4.0-1) ... 2025-07-02T07:59:36.4739990Z Setting up libgles2:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4740340Z Setting up libxfixes3:amd64 (1:6.0.0-1) ... 2025-07-02T07:59:36.4740685Z Setting up libxcb-sync1:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:36.4741043Z Setting up libgles1:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4741379Z Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ... 2025-07-02T07:59:36.4741810Z Setting up libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:36.4742238Z Setting up libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:36.4742599Z Setting up libxshmfence1:amd64 (1.3-1build4) ... 2025-07-02T07:59:36.4742978Z Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:36.4743374Z Setting up libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... 2025-07-02T07:59:36.4743777Z Setting up xorg-sgml-doctools (1:1.11-1.1) ... 2025-07-02T07:59:36.4744113Z Setting up libglu1-mesa:amd64 (9.0.2-1) ... 2025-07-02T07:59:36.4744458Z Setting up libopengl-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4744825Z Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:36.4745221Z Setting up libelf1:amd64 (0.186-1ubuntu0.1) ... 2025-07-02T07:59:36.4745628Z Setting up libwayland-client0:amd64 (1.20.0-1ubuntu0.1) ... 2025-07-02T07:59:36.4746007Z Setting up x11proto-dev (2021.5-1) ... 2025-07-02T07:59:36.4746349Z Setting up libxau-dev:amd64 (1:1.0.9-1build5) ... 2025-07-02T07:59:36.4746721Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... 2025-07-02T07:59:36.4747126Z Setting up libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:36.4747552Z Setting up libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:36.4748007Z Setting up libosmesa6:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:36.4748597Z Setting up libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:36.4749026Z Setting up libxcb1-dev:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:36.4749420Z Setting up libgbm1:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:36.4749938Z Setting up libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:36.4750408Z Setting up libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:36.4750864Z Setting up libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:36.4751305Z Setting up libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:36.4751826Z Setting up libegl-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:36.4752219Z Setting up libegl1:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4752607Z Setting up libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... 2025-07-02T07:59:36.4753054Z Setting up libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:36.4753447Z Setting up libglx0:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4753747Z Setting up libgl1:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4754064Z Setting up libglew2.2:amd64 (2.2.0-4) ... 2025-07-02T07:59:36.4754441Z Setting up libgl1-mesa-glx:amd64 (23.0.4-0ubuntu1~22.04.1) ... 2025-07-02T07:59:36.4754846Z Setting up libglx-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4755160Z Setting up libgl-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4755483Z Setting up libglfw3:amd64 (3.3.6-1) ... 2025-07-02T07:59:36.4755805Z Setting up libegl-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4756138Z Setting up libglu1-mesa-dev:amd64 (9.0.2-1) ... 2025-07-02T07:59:36.4756493Z Setting up libgles-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4756812Z Setting up libglvnd-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:36.4757145Z Setting up libglew-dev:amd64 (2.2.0-4) ... 2025-07-02T07:59:36.4757527Z Setting up libgl1-mesa-dev:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:36.4757986Z Processing triggers for libc-bin (2.35-0ubuntu3.10) ... 2025-07-02T07:59:36.4758455Z + apt-get install -y libglvnd0 libgl1 libglx0 libegl1 libgles2 xvfb 2025-07-02T07:59:36.4758777Z 2025-07-02T07:59:36.4758884Z Reading package lists... 0% 2025-07-02T07:59:36.4759055Z 2025-07-02T07:59:36.4759171Z Reading package lists... 0% 2025-07-02T07:59:36.4759342Z 2025-07-02T07:59:36.4759439Z Reading package lists... 0% 2025-07-02T07:59:36.4759620Z 2025-07-02T07:59:36.4759716Z Reading package lists... 4% 2025-07-02T07:59:36.4759881Z 2025-07-02T07:59:36.4759979Z Reading package lists... 4% 2025-07-02T07:59:36.4760160Z 2025-07-02T07:59:36.4760257Z Reading package lists... 4% 2025-07-02T07:59:36.4760421Z 2025-07-02T07:59:36.4760537Z Reading package lists... 4% 2025-07-02T07:59:36.4760700Z 2025-07-02T07:59:36.4760804Z Reading package lists... 42% 2025-07-02T07:59:36.4760978Z 2025-07-02T07:59:36.4761093Z Reading package lists... 42% 2025-07-02T07:59:36.4761266Z 2025-07-02T07:59:36.4761365Z Reading package lists... 43% 2025-07-02T07:59:36.4761551Z 2025-07-02T07:59:36.4761654Z Reading package lists... 43% 2025-07-02T07:59:36.4761823Z 2025-07-02T07:59:36.4761922Z Reading package lists... 52% 2025-07-02T07:59:36.4762106Z 2025-07-02T07:59:36.4762204Z Reading package lists... 52% 2025-07-02T07:59:36.4762373Z 2025-07-02T07:59:36.4762485Z Reading package lists... 65% 2025-07-02T07:59:36.4762655Z 2025-07-02T07:59:36.4762752Z Reading package lists... 65% 2025-07-02T07:59:36.4762935Z 2025-07-02T07:59:36.4763031Z Reading package lists... 69% 2025-07-02T07:59:36.4763199Z 2025-07-02T07:59:36.4763296Z Reading package lists... 69% 2025-07-02T07:59:36.4763479Z 2025-07-02T07:59:36.4763578Z Reading package lists... 70% 2025-07-02T07:59:36.4763860Z 2025-07-02T07:59:36.4763969Z Reading package lists... 70% 2025-07-02T07:59:36.4764133Z 2025-07-02T07:59:36.4764228Z Reading package lists... 70% 2025-07-02T07:59:36.4764392Z 2025-07-02T07:59:36.4764501Z Reading package lists... 70% 2025-07-02T07:59:36.4764666Z 2025-07-02T07:59:36.4764761Z Reading package lists... 70% 2025-07-02T07:59:36.4765041Z 2025-07-02T07:59:36.4765137Z Reading package lists... 70% 2025-07-02T07:59:36.4765301Z 2025-07-02T07:59:36.4765411Z Reading package lists... 78% 2025-07-02T07:59:36.4765576Z 2025-07-02T07:59:36.4765671Z Reading package lists... 78% 2025-07-02T07:59:36.4765836Z 2025-07-02T07:59:36.4766014Z Reading package lists... 80% 2025-07-02T07:59:36.4766183Z 2025-07-02T07:59:36.4766279Z Reading package lists... 91% 2025-07-02T07:59:36.4766461Z 2025-07-02T07:59:36.4766560Z Reading package lists... 91% 2025-07-02T07:59:36.4766725Z 2025-07-02T07:59:36.4766825Z Reading package lists... 95% 2025-07-02T07:59:36.4767009Z 2025-07-02T07:59:36.4767105Z Reading package lists... 95% 2025-07-02T07:59:36.4767273Z 2025-07-02T07:59:36.4767389Z Reading package lists... 95% 2025-07-02T07:59:36.4767552Z 2025-07-02T07:59:36.4767647Z Reading package lists... 95% 2025-07-02T07:59:36.4767809Z 2025-07-02T07:59:36.4767920Z Reading package lists... 99% 2025-07-02T07:59:36.4768083Z 2025-07-02T07:59:36.4768179Z Reading package lists... 99% 2025-07-02T07:59:36.4768362Z 2025-07-02T07:59:36.4768461Z Reading package lists... Done 2025-07-02T07:59:36.4768633Z 2025-07-02T07:59:36.4768637Z 2025-07-02T07:59:36.4768755Z Building dependency tree... 0% 2025-07-02T07:59:36.4768928Z 2025-07-02T07:59:36.4769031Z Building dependency tree... 0% 2025-07-02T07:59:36.4769204Z 2025-07-02T07:59:36.4769319Z Building dependency tree... 50% 2025-07-02T07:59:36.4769496Z 2025-07-02T07:59:36.4769597Z Building dependency tree... 50% 2025-07-02T07:59:36.4769788Z 2025-07-02T07:59:36.4769892Z Building dependency tree... Done 2025-07-02T07:59:36.4770073Z 2025-07-02T07:59:36.4770077Z 2025-07-02T07:59:36.4770199Z Reading state information... 0% 2025-07-02T07:59:36.4770378Z 2025-07-02T07:59:36.4770480Z Reading state information... 0% 2025-07-02T07:59:36.4770654Z 2025-07-02T07:59:36.4770778Z Reading state information... Done 2025-07-02T07:59:36.4770964Z 2025-07-02T07:59:36.4771096Z libegl1 is already the newest version (1.4.0-1). 2025-07-02T07:59:36.4771455Z libegl1 set to manually installed. 2025-07-02T07:59:36.4771765Z libgl1 is already the newest version (1.4.0-1). 2025-07-02T07:59:36.4772114Z libgl1 set to manually installed. 2025-07-02T07:59:36.4772446Z libgles2 is already the newest version (1.4.0-1). 2025-07-02T07:59:36.4772787Z libgles2 set to manually installed. 2025-07-02T07:59:36.4773129Z libglvnd0 is already the newest version (1.4.0-1). 2025-07-02T07:59:36.4773473Z libglvnd0 set to manually installed. 2025-07-02T07:59:36.4773813Z libglx0 is already the newest version (1.4.0-1). 2025-07-02T07:59:36.4774144Z libglx0 set to manually installed. 2025-07-02T07:59:36.4774499Z The following additional packages will be installed: 2025-07-02T07:59:36.4774987Z libfontenc1 libfreetype6 libice6 libpixman-1-0 libpng16-16 libsm6 libunwind8 2025-07-02T07:59:36.4775538Z libxaw7 libxfont2 libxkbfile1 libxmu6 libxpm4 libxt6 x11-common 2025-07-02T07:59:36.4776037Z x11-xkb-utils xfonts-base xfonts-encodings xfonts-utils xkb-data 2025-07-02T07:59:36.4776423Z xserver-common 2025-07-02T07:59:36.4776698Z The following NEW packages will be installed: 2025-07-02T07:59:36.4777158Z libfontenc1 libfreetype6 libice6 libpixman-1-0 libpng16-16 libsm6 libunwind8 2025-07-02T07:59:36.4777702Z libxaw7 libxfont2 libxkbfile1 libxmu6 libxpm4 libxt6 x11-common 2025-07-02T07:59:36.4778182Z x11-xkb-utils xfonts-base xfonts-encodings xfonts-utils xkb-data 2025-07-02T07:59:36.4778583Z xserver-common xvfb 2025-07-02T07:59:36.4778901Z 0 upgraded, 21 newly installed, 0 to remove and 5 not upgraded. 2025-07-02T07:59:36.4779288Z Need to get 9647 kB of archives. 2025-07-02T07:59:36.4779668Z After this operation, 20.2 MB of additional disk space will be used. 2025-07-02T07:59:36.4797129Z 2025-07-02T07:59:36.4797339Z 0% [Working] 2025-07-02T07:59:36.4797569Z 2025-07-02T07:59:36.4797997Z Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 xkb-data all 2.33-1 [394 kB] 2025-07-02T07:59:36.4798383Z 2025-07-02T07:59:36.4798498Z 0% [1 xkb-data 4096 B/394 kB 1%] 2025-07-02T07:59:36.4798919Z 2025-07-02T07:59:36.4799185Z 4% [Working] 2025-07-02T07:59:36.4799383Z 2025-07-02T07:59:36.4799826Z Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB] 2025-07-02T07:59:36.4800251Z 2025-07-02T07:59:36.4800428Z 4% [2 libpng16-16 5500 B/191 kB 3%] 2025-07-02T07:59:36.4800719Z 2025-07-02T07:59:36.4800990Z 7% [Waiting for headers] 2025-07-02T07:59:36.4801248Z 2025-07-02T07:59:36.4801726Z Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontenc1 amd64 1:1.1.4-1build3 [14.7 kB] 2025-07-02T07:59:36.4802155Z 2025-07-02T07:59:36.4802254Z 7% [3 libfontenc1 876 B/14.7 kB 6%] 2025-07-02T07:59:36.4802549Z 2025-07-02T07:59:37.9195202Z 8% [Waiting for headers] 2025-07-02T07:59:37.9195518Z 2025-07-02T07:59:37.9196090Z Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.3 [388 kB] 2025-07-02T07:59:37.9196620Z 2025-07-02T07:59:37.9196740Z 8% [4 libfreetype6 5500 B/388 kB 1%] 2025-07-02T07:59:37.9197151Z 2025-07-02T07:59:37.9197433Z 12% [Waiting for headers] 2025-07-02T07:59:37.9197678Z 2025-07-02T07:59:37.9198137Z Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] 2025-07-02T07:59:37.9198551Z 2025-07-02T07:59:37.9198660Z 12% [5 x11-common 5098 B/23.4 kB 22%] 2025-07-02T07:59:37.9198929Z 2025-07-02T07:59:37.9199204Z 13% [Waiting for headers] 2025-07-02T07:59:37.9199431Z 2025-07-02T07:59:37.9199883Z Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] 2025-07-02T07:59:37.9200292Z 2025-07-02T07:59:37.9200384Z 13% [6 libice6 4596 B/42.6 kB 11%] 2025-07-02T07:59:37.9200654Z 2025-07-02T07:59:37.9200912Z 14% [Waiting for headers] 2025-07-02T07:59:37.9201226Z 2025-07-02T07:59:37.9201824Z Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpixman-1-0 amd64 0.40.0-1ubuntu0.22.04.1 [264 kB] 2025-07-02T07:59:37.9202322Z 2025-07-02T07:59:37.9202430Z 14% [7 libpixman-1-0 2446 B/264 kB 1%] 2025-07-02T07:59:37.9202722Z 2025-07-02T07:59:37.9202999Z 18% [Waiting for headers] 2025-07-02T07:59:37.9203225Z 2025-07-02T07:59:37.9203665Z Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsm6 amd64 2:1.2.3-1build2 [16.7 kB] 2025-07-02T07:59:37.9204066Z 2025-07-02T07:59:37.9204155Z 18% [8 libsm6 4052 B/16.7 kB 24%] 2025-07-02T07:59:37.9204417Z 2025-07-02T07:59:37.9204657Z 19% [Working] 2025-07-02T07:59:37.9204855Z 2025-07-02T07:59:37.9205312Z Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libunwind8 amd64 1.3.2-2build2.1 [54.5 kB] 2025-07-02T07:59:37.9205792Z 2025-07-02T07:59:37.9205887Z 19% [9 libunwind8 1506 B/54.5 kB 3%] 2025-07-02T07:59:37.9206165Z 2025-07-02T07:59:37.9206487Z 20% [Waiting for headers] 2025-07-02T07:59:37.9206870Z 2025-07-02T07:59:37.9207389Z Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] 2025-07-02T07:59:37.9207783Z 2025-07-02T07:59:37.9207874Z 20% [10 libxt6 6918 B/177 kB 4%] 2025-07-02T07:59:37.9208228Z 2025-07-02T07:59:37.9208486Z 23% [Waiting for headers] 2025-07-02T07:59:37.9208721Z 2025-07-02T07:59:37.9209123Z Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmu6 amd64 2:1.1.3-3 [49.6 kB] 2025-07-02T07:59:37.9209499Z 2025-07-02T07:59:37.9209600Z 23% [11 libxmu6 1694 B/49.6 kB 3%] 2025-07-02T07:59:37.9209851Z 2025-07-02T07:59:37.9210108Z 24% [Waiting for headers] 2025-07-02T07:59:37.9210377Z 2025-07-02T07:59:37.9211066Z Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB] 2025-07-02T07:59:37.9211620Z 2025-07-02T07:59:37.9211760Z 24% [12 libxpm4 9926 B/36.7 kB 27%] 2025-07-02T07:59:37.9212403Z 2025-07-02T07:59:37.9212978Z 25% [Waiting for headers] 2025-07-02T07:59:37.9213355Z 2025-07-02T07:59:37.9214075Z Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] 2025-07-02T07:59:37.9214757Z 2025-07-02T07:59:37.9214857Z 25% [13 libxaw7 6154 B/191 kB 3%] 2025-07-02T07:59:37.9215120Z 2025-07-02T07:59:37.9215392Z 28% [Waiting for headers] 2025-07-02T07:59:37.9215636Z 2025-07-02T07:59:37.9216083Z Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxfont2 amd64 1:2.0.5-1build1 [94.5 kB] 2025-07-02T07:59:37.9216499Z 2025-07-02T07:59:37.9216609Z 28% [14 libxfont2 15.6 kB/94.5 kB 17%] 2025-07-02T07:59:37.9216890Z 2025-07-02T07:59:37.9217166Z 29% [Waiting for headers] 2025-07-02T07:59:37.9217392Z 2025-07-02T07:59:37.9217861Z Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxkbfile1 amd64 1:1.1.0-1build3 [71.8 kB] 2025-07-02T07:59:37.9218284Z 2025-07-02T07:59:37.9218398Z 30% [15 libxkbfile1 12.3 kB/71.8 kB 17%] 2025-07-02T07:59:37.9218679Z 2025-07-02T07:59:37.9218962Z 31% [Waiting for headers] 2025-07-02T07:59:37.9219189Z 2025-07-02T07:59:37.9219644Z Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-xkb-utils amd64 7.7+5build4 [172 kB] 2025-07-02T07:59:37.9220057Z 2025-07-02T07:59:37.9220160Z 31% [16 x11-xkb-utils 16.7 kB/172 kB 10%] 2025-07-02T07:59:37.9220454Z 2025-07-02T07:59:37.9220726Z 33% [Waiting for headers] 2025-07-02T07:59:37.9220968Z 2025-07-02T07:59:37.9221456Z Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB] 2025-07-02T07:59:37.9221902Z 2025-07-02T07:59:37.9222011Z 33% [17 xfonts-encodings 17.2 kB/578 kB 3%] 2025-07-02T07:59:37.9222312Z 2025-07-02T07:59:37.9222587Z 39% [Waiting for headers] 2025-07-02T07:59:37.9222828Z 2025-07-02T07:59:37.9223273Z Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 xfonts-utils amd64 1:7.7+6build2 [94.6 kB] 2025-07-02T07:59:37.9223706Z 2025-07-02T07:59:37.9223806Z 39% [18 xfonts-utils 3137 B/94.6 kB 3%] 2025-07-02T07:59:37.9224093Z 2025-07-02T07:59:37.9224359Z 41% [Waiting for headers] 2025-07-02T07:59:37.9224597Z 2025-07-02T07:59:37.9225011Z Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 xfonts-base all 1:1.0.5 [5896 kB] 2025-07-02T07:59:37.9225410Z 2025-07-02T07:59:37.9225507Z 41% [19 xfonts-base 23.1 kB/5896 kB 0%] 2025-07-02T07:59:37.9225787Z 2025-07-02T07:59:37.9226068Z 91% [Waiting for headers] 2025-07-02T07:59:37.9226293Z 2025-07-02T07:59:37.9226855Z Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 xserver-common all 2:21.1.4-2ubuntu1.7~22.04.15 [29.5 kB] 2025-07-02T07:59:37.9227377Z 2025-07-02T07:59:37.9227490Z 91% [20 xserver-common 0 B/29.5 kB 0%] 2025-07-02T07:59:37.9227771Z 2025-07-02T07:59:37.9228041Z 92% [Working] 2025-07-02T07:59:37.9228231Z 2025-07-02T07:59:37.9228740Z Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 xvfb amd64 2:21.1.4-2ubuntu1.7~22.04.15 [866 kB] 2025-07-02T07:59:37.9229236Z 2025-07-02T07:59:37.9229325Z 92% [21 xvfb 32.8 kB/866 kB 4%] 2025-07-02T07:59:37.9229581Z 2025-07-02T07:59:37.9229826Z 100% [Working] 2025-07-02T07:59:37.9230017Z 2025-07-02T07:59:37.9230234Z Fetched 9647 kB in 1s (8480 kB/s) 2025-07-02T07:59:37.9230758Z debconf: delaying package configuration, since apt-utils is not installed 2025-07-02T07:59:37.9231248Z Selecting previously unselected package xkb-data. 2025-07-02T07:59:37.9231812Z (Reading database ... 2025-07-02T07:59:37.9232256Z (Reading database ... 5% 2025-07-02T07:59:37.9232833Z (Reading database ... 10% 2025-07-02T07:59:37.9233328Z (Reading database ... 15% 2025-07-02T07:59:37.9233742Z (Reading database ... 20% 2025-07-02T07:59:37.9234131Z (Reading database ... 25% 2025-07-02T07:59:37.9234549Z (Reading database ... 30% 2025-07-02T07:59:37.9234973Z (Reading database ... 35% 2025-07-02T07:59:37.9235420Z (Reading database ... 40% 2025-07-02T07:59:37.9235826Z (Reading database ... 45% 2025-07-02T07:59:37.9236241Z (Reading database ... 50% 2025-07-02T07:59:37.9236649Z (Reading database ... 55% 2025-07-02T07:59:37.9237103Z (Reading database ... 60% 2025-07-02T07:59:37.9237567Z (Reading database ... 65% 2025-07-02T07:59:37.9237997Z (Reading database ... 70% 2025-07-02T07:59:37.9238418Z (Reading database ... 75% 2025-07-02T07:59:37.9239027Z (Reading database ... 80% 2025-07-02T07:59:37.9239446Z (Reading database ... 85% 2025-07-02T07:59:37.9239896Z (Reading database ... 90% 2025-07-02T07:59:37.9240280Z (Reading database ... 95% 2025-07-02T07:59:37.9240710Z (Reading database ... 100% 2025-07-02T07:59:37.9241400Z (Reading database ... 22701 files and directories currently installed.) 2025-07-02T07:59:37.9242217Z Preparing to unpack .../00-xkb-data_2.33-1_all.deb ... 2025-07-02T07:59:37.9242821Z Unpacking xkb-data (2.33-1) ... 2025-07-02T07:59:37.9243397Z Selecting previously unselected package libpng16-16:amd64. 2025-07-02T07:59:37.9244177Z Preparing to unpack .../01-libpng16-16_1.6.37-3build5_amd64.deb ... 2025-07-02T07:59:37.9244916Z Unpacking libpng16-16:amd64 (1.6.37-3build5) ... 2025-07-02T07:59:37.9245655Z Selecting previously unselected package libfontenc1:amd64. 2025-07-02T07:59:37.9246594Z Preparing to unpack .../02-libfontenc1_1%3a1.1.4-1build3_amd64.deb ... 2025-07-02T07:59:37.9247462Z Unpacking libfontenc1:amd64 (1:1.1.4-1build3) ... 2025-07-02T07:59:37.9248216Z Selecting previously unselected package libfreetype6:amd64. 2025-07-02T07:59:37.9249114Z Preparing to unpack .../03-libfreetype6_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... 2025-07-02T07:59:37.9250018Z Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... 2025-07-02T07:59:37.9250568Z Selecting previously unselected package x11-common. 2025-07-02T07:59:37.9251115Z Preparing to unpack .../04-x11-common_1%3a7.7+23ubuntu2_all.deb ... 2025-07-02T07:59:37.9251519Z Unpacking x11-common (1:7.7+23ubuntu2) ... 2025-07-02T07:59:37.9251872Z Selecting previously unselected package libice6:amd64. 2025-07-02T07:59:37.9252308Z Preparing to unpack .../05-libice6_2%3a1.0.10-1build2_amd64.deb ... 2025-07-02T07:59:37.9252706Z Unpacking libice6:amd64 (2:1.0.10-1build2) ... 2025-07-02T07:59:37.9253108Z Selecting previously unselected package libpixman-1-0:amd64. 2025-07-02T07:59:37.9253604Z Preparing to unpack .../06-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:59:37.9254116Z Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... 2025-07-02T07:59:37.9254541Z Selecting previously unselected package libsm6:amd64. 2025-07-02T07:59:37.9254968Z Preparing to unpack .../07-libsm6_2%3a1.2.3-1build2_amd64.deb ... 2025-07-02T07:59:37.9255364Z Unpacking libsm6:amd64 (2:1.2.3-1build2) ... 2025-07-02T07:59:37.9255748Z Selecting previously unselected package libunwind8:amd64. 2025-07-02T07:59:37.9256397Z Preparing to unpack .../08-libunwind8_1.3.2-2build2.1_amd64.deb ... 2025-07-02T07:59:37.9256814Z Unpacking libunwind8:amd64 (1.3.2-2build2.1) ... 2025-07-02T07:59:37.9257302Z Selecting previously unselected package libxt6:amd64. 2025-07-02T07:59:37.9257712Z Preparing to unpack .../09-libxt6_1%3a1.2.1-1_amd64.deb ... 2025-07-02T07:59:37.9258063Z Unpacking libxt6:amd64 (1:1.2.1-1) ... 2025-07-02T07:59:37.9258413Z Selecting previously unselected package libxmu6:amd64. 2025-07-02T07:59:37.9258819Z Preparing to unpack .../10-libxmu6_2%3a1.1.3-3_amd64.deb ... 2025-07-02T07:59:37.9259359Z Unpacking libxmu6:amd64 (2:1.1.3-3) ... 2025-07-02T07:59:37.9259703Z Selecting previously unselected package libxpm4:amd64. 2025-07-02T07:59:37.9260169Z Preparing to unpack .../11-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ... 2025-07-02T07:59:37.9260714Z Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... 2025-07-02T07:59:37.9261127Z Selecting previously unselected package libxaw7:amd64. 2025-07-02T07:59:37.9261548Z Preparing to unpack .../12-libxaw7_2%3a1.0.14-1_amd64.deb ... 2025-07-02T07:59:37.9261912Z Unpacking libxaw7:amd64 (2:1.0.14-1) ... 2025-07-02T07:59:37.9262278Z Selecting previously unselected package libxfont2:amd64. 2025-07-02T07:59:37.9262720Z Preparing to unpack .../13-libxfont2_1%3a2.0.5-1build1_amd64.deb ... 2025-07-02T07:59:37.9263142Z Unpacking libxfont2:amd64 (1:2.0.5-1build1) ... 2025-07-02T07:59:37.9263529Z Selecting previously unselected package libxkbfile1:amd64. 2025-07-02T07:59:37.9264015Z Preparing to unpack .../14-libxkbfile1_1%3a1.1.0-1build3_amd64.deb ... 2025-07-02T07:59:37.9264515Z Unpacking libxkbfile1:amd64 (1:1.1.0-1build3) ... 2025-07-02T07:59:37.9264890Z Selecting previously unselected package x11-xkb-utils. 2025-07-02T07:59:37.9265329Z Preparing to unpack .../15-x11-xkb-utils_7.7+5build4_amd64.deb ... 2025-07-02T07:59:37.9265713Z Unpacking x11-xkb-utils (7.7+5build4) ... 2025-07-02T07:59:37.9266257Z Selecting previously unselected package xfonts-encodings. 2025-07-02T07:59:37.9266740Z Preparing to unpack .../16-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ... 2025-07-02T07:59:37.9267204Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ... 2025-07-02T07:59:37.9267590Z Selecting previously unselected package xfonts-utils. 2025-07-02T07:59:37.9268047Z Preparing to unpack .../17-xfonts-utils_1%3a7.7+6build2_amd64.deb ... 2025-07-02T07:59:37.9268469Z Unpacking xfonts-utils (1:7.7+6build2) ... 2025-07-02T07:59:37.9268823Z Selecting previously unselected package xfonts-base. 2025-07-02T07:59:37.9269275Z Preparing to unpack .../18-xfonts-base_1%3a1.0.5_all.deb ... 2025-07-02T07:59:37.9269893Z Unpacking xfonts-base (1:1.0.5) ... 2025-07-02T07:59:37.9270343Z Selecting previously unselected package xserver-common. 2025-07-02T08:00:06.5247642Z Preparing to unpack .../19-xserver-common_2%3a21.1.4-2ubuntu1.7~22.04.15_all.deb ... 2025-07-02T08:00:06.5248232Z Unpacking xserver-common (2:21.1.4-2ubuntu1.7~22.04.15) ... 2025-07-02T08:00:06.5248659Z Selecting previously unselected package xvfb. 2025-07-02T08:00:06.5249091Z Preparing to unpack .../20-xvfb_2%3a21.1.4-2ubuntu1.7~22.04.15_amd64.deb ... 2025-07-02T08:00:06.5249544Z Unpacking xvfb (2:21.1.4-2ubuntu1.7~22.04.15) ... 2025-07-02T08:00:06.5249943Z Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... 2025-07-02T08:00:06.5250373Z Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... 2025-07-02T08:00:06.5250731Z Setting up x11-common (1:7.7+23ubuntu2) ... 2025-07-02T08:00:06.5251075Z debconf: unable to initialize frontend: Dialog 2025-07-02T08:00:06.5251840Z debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) 2025-07-02T08:00:06.5252583Z debconf: falling back to frontend: Readline 2025-07-02T08:00:06.5252938Z invoke-rc.d: could not determine current runlevel 2025-07-02T08:00:06.5253317Z invoke-rc.d: policy-rc.d denied execution of start. 2025-07-02T08:00:06.5253669Z Setting up xkb-data (2.33-1) ... 2025-07-02T08:00:06.5253971Z Setting up libunwind8:amd64 (1.3.2-2build2.1) ... 2025-07-02T08:00:06.5254335Z Setting up libfontenc1:amd64 (1:1.1.4-1build3) ... 2025-07-02T08:00:06.5254708Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ... 2025-07-02T08:00:06.5255066Z Setting up libpng16-16:amd64 (1.6.37-3build5) ... 2025-07-02T08:00:06.5255431Z Setting up libxkbfile1:amd64 (1:1.1.0-1build3) ... 2025-07-02T08:00:06.5255779Z Setting up libice6:amd64 (2:1.0.10-1build2) ... 2025-07-02T08:00:06.5256175Z Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... 2025-07-02T08:00:06.5256824Z Setting up libsm6:amd64 (2:1.2.3-1build2) ... 2025-07-02T08:00:06.5257174Z Setting up libxfont2:amd64 (1:2.0.5-1build1) ... 2025-07-02T08:00:06.5257506Z Setting up xfonts-utils (1:7.7+6build2) ... 2025-07-02T08:00:06.5257833Z Setting up xfonts-base (1:1.0.5) ... 2025-07-02T08:00:06.5258232Z Setting up libxt6:amd64 (1:1.2.1-1) ... 2025-07-02T08:00:06.5258531Z Setting up libxmu6:amd64 (2:1.1.3-3) ... 2025-07-02T08:00:06.5258842Z Setting up libxaw7:amd64 (2:1.0.14-1) ... 2025-07-02T08:00:06.5259149Z Setting up x11-xkb-utils (7.7+5build4) ... 2025-07-02T08:00:06.5259531Z Setting up xserver-common (2:21.1.4-2ubuntu1.7~22.04.15) ... 2025-07-02T08:00:06.5259918Z Setting up xvfb (2:21.1.4-2ubuntu1.7~22.04.15) ... 2025-07-02T08:00:06.5260306Z Processing triggers for libc-bin (2.35-0ubuntu3.10) ... 2025-07-02T08:00:06.5260641Z + '[' cpu == cpu ']' 2025-07-02T08:00:06.5260894Z + apt-get upgrade -y libstdc++6 2025-07-02T08:00:06.5261073Z 2025-07-02T08:00:06.5261183Z Reading package lists... 0% 2025-07-02T08:00:06.5261353Z 2025-07-02T08:00:06.5261449Z Reading package lists... 0% 2025-07-02T08:00:06.5261610Z 2025-07-02T08:00:06.5261717Z Reading package lists... 0% 2025-07-02T08:00:06.5261878Z 2025-07-02T08:00:06.5261973Z Reading package lists... 4% 2025-07-02T08:00:06.5262145Z 2025-07-02T08:00:06.5262243Z Reading package lists... 4% 2025-07-02T08:00:06.5262403Z 2025-07-02T08:00:06.5262510Z Reading package lists... 4% 2025-07-02T08:00:06.5262669Z 2025-07-02T08:00:06.5262762Z Reading package lists... 4% 2025-07-02T08:00:06.5262922Z 2025-07-02T08:00:06.5263031Z Reading package lists... 42% 2025-07-02T08:00:06.5263199Z 2025-07-02T08:00:06.5263294Z Reading package lists... 42% 2025-07-02T08:00:06.5263471Z 2025-07-02T08:00:06.5263564Z Reading package lists... 43% 2025-07-02T08:00:06.5263730Z 2025-07-02T08:00:06.5263824Z Reading package lists... 43% 2025-07-02T08:00:06.5264000Z 2025-07-02T08:00:06.5264092Z Reading package lists... 52% 2025-07-02T08:00:06.5264257Z 2025-07-02T08:00:06.5264364Z Reading package lists... 52% 2025-07-02T08:00:06.5264532Z 2025-07-02T08:00:06.5264627Z Reading package lists... 65% 2025-07-02T08:00:06.5264790Z 2025-07-02T08:00:06.5264897Z Reading package lists... 65% 2025-07-02T08:00:06.5265062Z 2025-07-02T08:00:06.5265157Z Reading package lists... 69% 2025-07-02T08:00:06.5265337Z 2025-07-02T08:00:06.5265430Z Reading package lists... 69% 2025-07-02T08:00:06.5265595Z 2025-07-02T08:00:06.5265699Z Reading package lists... 69% 2025-07-02T08:00:06.5265865Z 2025-07-02T08:00:06.5265957Z Reading package lists... 69% 2025-07-02T08:00:06.5266123Z 2025-07-02T08:00:06.5266230Z Reading package lists... 70% 2025-07-02T08:00:06.5266396Z 2025-07-02T08:00:06.5266552Z Reading package lists... 70% 2025-07-02T08:00:06.5266719Z 2025-07-02T08:00:06.5266812Z Reading package lists... 70% 2025-07-02T08:00:06.5266991Z 2025-07-02T08:00:06.5267087Z Reading package lists... 70% 2025-07-02T08:00:06.5267251Z 2025-07-02T08:00:06.5267360Z Reading package lists... 78% 2025-07-02T08:00:06.5267526Z 2025-07-02T08:00:06.5267624Z Reading package lists... 78% 2025-07-02T08:00:06.5267790Z 2025-07-02T08:00:06.5267898Z Reading package lists... 79% 2025-07-02T08:00:06.5268061Z 2025-07-02T08:00:06.5268154Z Reading package lists... 91% 2025-07-02T08:00:06.5268330Z 2025-07-02T08:00:06.5268427Z Reading package lists... 91% 2025-07-02T08:00:06.5268591Z 2025-07-02T08:00:06.5268686Z Reading package lists... 95% 2025-07-02T08:00:06.5268863Z 2025-07-02T08:00:06.5268956Z Reading package lists... 95% 2025-07-02T08:00:06.5269120Z 2025-07-02T08:00:06.5269225Z Reading package lists... 95% 2025-07-02T08:00:06.5269387Z 2025-07-02T08:00:06.5269481Z Reading package lists... 95% 2025-07-02T08:00:06.5269656Z 2025-07-02T08:00:06.5269751Z Reading package lists... 99% 2025-07-02T08:00:06.5269917Z 2025-07-02T08:00:06.5270009Z Reading package lists... 99% 2025-07-02T08:00:06.5270185Z 2025-07-02T08:00:06.5270282Z Reading package lists... Done 2025-07-02T08:00:06.5270453Z 2025-07-02T08:00:06.5270457Z 2025-07-02T08:00:06.5270568Z Building dependency tree... 0% 2025-07-02T08:00:06.5270827Z 2025-07-02T08:00:06.5270925Z Building dependency tree... 0% 2025-07-02T08:00:06.5271110Z 2025-07-02T08:00:06.5271210Z Building dependency tree... 50% 2025-07-02T08:00:06.5271384Z 2025-07-02T08:00:06.5271482Z Building dependency tree... 50% 2025-07-02T08:00:06.5271824Z 2025-07-02T08:00:06.5271933Z Building dependency tree... Done 2025-07-02T08:00:06.5272117Z 2025-07-02T08:00:06.5272121Z 2025-07-02T08:00:06.5272234Z Reading state information... 0% 2025-07-02T08:00:06.5272415Z 2025-07-02T08:00:06.5272513Z Reading state information... 0% 2025-07-02T08:00:06.5272702Z 2025-07-02T08:00:06.5272805Z Reading state information... Done 2025-07-02T08:00:06.5272990Z 2025-07-02T08:00:06.5273172Z libstdc++6 is already the newest version (12.3.0-1ubuntu1~22.04). 2025-07-02T08:00:06.5273473Z 2025-07-02T08:00:06.5273570Z Calculating upgrade... 0% 2025-07-02T08:00:06.5273728Z 2025-07-02T08:00:06.5273837Z Calculating upgrade... 50% 2025-07-02T08:00:06.5273998Z 2025-07-02T08:00:06.5274099Z Calculating upgrade... Done 2025-07-02T08:00:06.5274262Z 2025-07-02T08:00:06.5274396Z The following packages have been kept back: 2025-07-02T08:00:06.5274832Z cuda-libraries-12-2 cuda-libraries-dev-12-2 cuda-nsight-compute-12-2 2025-07-02T08:00:06.5275287Z libcublas-12-2 libcublas-dev-12-2 2025-07-02T08:00:06.5275646Z 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. 2025-07-02T08:00:06.5276032Z + apt-get dist-upgrade -y 2025-07-02T08:00:06.5276191Z 2025-07-02T08:00:06.5276301Z Reading package lists... 0% 2025-07-02T08:00:06.5276464Z 2025-07-02T08:00:06.5276559Z Reading package lists... 0% 2025-07-02T08:00:06.5276721Z 2025-07-02T08:00:06.5276829Z Reading package lists... 0% 2025-07-02T08:00:06.5276989Z 2025-07-02T08:00:06.5277082Z Reading package lists... 4% 2025-07-02T08:00:06.5277253Z 2025-07-02T08:00:06.5277346Z Reading package lists... 4% 2025-07-02T08:00:06.5277507Z 2025-07-02T08:00:06.5277600Z Reading package lists... 4% 2025-07-02T08:00:06.5277770Z 2025-07-02T08:00:06.5277867Z Reading package lists... 4% 2025-07-02T08:00:06.5278025Z 2025-07-02T08:00:06.5278136Z Reading package lists... 42% 2025-07-02T08:00:06.5278303Z 2025-07-02T08:00:06.5278398Z Reading package lists... 42% 2025-07-02T08:00:06.5278576Z 2025-07-02T08:00:06.5278671Z Reading package lists... 43% 2025-07-02T08:00:06.5278837Z 2025-07-02T08:00:06.5278931Z Reading package lists... 43% 2025-07-02T08:00:06.5279106Z 2025-07-02T08:00:06.5279199Z Reading package lists... 52% 2025-07-02T08:00:06.5279364Z 2025-07-02T08:00:06.5279470Z Reading package lists... 52% 2025-07-02T08:00:06.5279634Z 2025-07-02T08:00:06.5279727Z Reading package lists... 65% 2025-07-02T08:00:06.5279891Z 2025-07-02T08:00:06.5279997Z Reading package lists... 65% 2025-07-02T08:00:06.5280161Z 2025-07-02T08:00:06.5280254Z Reading package lists... 69% 2025-07-02T08:00:06.5280432Z 2025-07-02T08:00:06.5280526Z Reading package lists... 69% 2025-07-02T08:00:06.5280691Z 2025-07-02T08:00:06.5280799Z Reading package lists... 69% 2025-07-02T08:00:06.5280967Z 2025-07-02T08:00:06.5281061Z Reading package lists... 69% 2025-07-02T08:00:06.5281225Z 2025-07-02T08:00:06.5281332Z Reading package lists... 70% 2025-07-02T08:00:06.5281495Z 2025-07-02T08:00:06.5281589Z Reading package lists... 70% 2025-07-02T08:00:06.5281766Z 2025-07-02T08:00:06.5281863Z Reading package lists... 70% 2025-07-02T08:00:06.5282027Z 2025-07-02T08:00:06.5282120Z Reading package lists... 70% 2025-07-02T08:00:06.5282295Z 2025-07-02T08:00:06.5282388Z Reading package lists... 78% 2025-07-02T08:00:06.5282552Z 2025-07-02T08:00:06.5282658Z Reading package lists... 78% 2025-07-02T08:00:06.5282822Z 2025-07-02T08:00:06.5282914Z Reading package lists... 83% 2025-07-02T08:00:06.5283078Z 2025-07-02T08:00:06.5283184Z Reading package lists... 91% 2025-07-02T08:00:06.5283347Z 2025-07-02T08:00:06.5283442Z Reading package lists... 91% 2025-07-02T08:00:06.5283617Z 2025-07-02T08:00:06.5283710Z Reading package lists... 95% 2025-07-02T08:00:06.5283874Z 2025-07-02T08:00:06.5283982Z Reading package lists... 95% 2025-07-02T08:00:06.5284214Z 2025-07-02T08:00:06.5284307Z Reading package lists... 95% 2025-07-02T08:00:06.5284472Z 2025-07-02T08:00:06.5284579Z Reading package lists... 95% 2025-07-02T08:00:06.5284742Z 2025-07-02T08:00:06.5284835Z Reading package lists... 99% 2025-07-02T08:00:06.5285073Z 2025-07-02T08:00:06.5285167Z Reading package lists... 99% 2025-07-02T08:00:06.5285332Z 2025-07-02T08:00:06.5285429Z Reading package lists... Done 2025-07-02T08:00:06.5285613Z 2025-07-02T08:00:06.5285618Z 2025-07-02T08:00:06.5285718Z Building dependency tree... 0% 2025-07-02T08:00:06.5285892Z 2025-07-02T08:00:06.5286003Z Building dependency tree... 0% 2025-07-02T08:00:06.5286176Z 2025-07-02T08:00:06.5286275Z Building dependency tree... 50% 2025-07-02T08:00:06.5286466Z 2025-07-02T08:00:06.5286568Z Building dependency tree... 50% 2025-07-02T08:00:06.5286742Z 2025-07-02T08:00:06.5286843Z Building dependency tree... Done 2025-07-02T08:00:06.5287035Z 2025-07-02T08:00:06.5287039Z 2025-07-02T08:00:06.5287143Z Reading state information... 0% 2025-07-02T08:00:06.5287323Z 2025-07-02T08:00:06.5287433Z Reading state information... 0% 2025-07-02T08:00:06.5287608Z 2025-07-02T08:00:06.5287711Z Reading state information... Done 2025-07-02T08:00:06.5287907Z 2025-07-02T08:00:06.5287911Z 2025-07-02T08:00:06.5288009Z Calculating upgrade... 0% 2025-07-02T08:00:06.5288168Z 2025-07-02T08:00:06.5288263Z Calculating upgrade... 10% 2025-07-02T08:00:06.5288435Z 2025-07-02T08:00:06.5288532Z Calculating upgrade... Done 2025-07-02T08:00:06.5288695Z 2025-07-02T08:00:06.5288941Z The following package was automatically installed and is no longer required: 2025-07-02T08:00:06.5289379Z nsight-compute-2023.2.0 2025-07-02T08:00:06.5289650Z Use 'apt autoremove' to remove it. 2025-07-02T08:00:06.5289955Z The following NEW packages will be installed: 2025-07-02T08:00:06.5290284Z nsight-compute-2023.2.2 2025-07-02T08:00:06.5290558Z The following packages have been kept back: 2025-07-02T08:00:06.5290962Z cuda-libraries-12-2 cuda-libraries-dev-12-2 libcublas-12-2 2025-07-02T08:00:06.5291336Z libcublas-dev-12-2 2025-07-02T08:00:06.5291600Z The following packages will be upgraded: 2025-07-02T08:00:06.5291918Z cuda-nsight-compute-12-2 2025-07-02T08:00:06.5292250Z 1 upgraded, 1 newly installed, 0 to remove and 4 not upgraded. 2025-07-02T08:00:06.5292628Z Need to get 721 MB of archives. 2025-07-02T08:00:06.5292991Z After this operation, 1538 MB of additional disk space will be used. 2025-07-02T08:00:06.5293310Z 2025-07-02T08:00:06.5293389Z 0% [Working] 2025-07-02T08:00:06.5293575Z 2025-07-02T08:00:06.5294179Z Get:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 nsight-compute-2023.2.2 2023.2.2.3-1 [721 MB] 2025-07-02T08:00:06.5294758Z 2025-07-02T08:00:06.5294885Z 0% [1 nsight-compute-2023.2.2 0 B/721 MB 0%] 2025-07-02T08:00:06.5295213Z 7% [1 nsight-compute-2023.2.2 66.8 MB/721 MB 9%] 2025-07-02T08:00:06.5295553Z 15% [1 nsight-compute-2023.2.2 134 MB/721 MB 19%] 2025-07-02T08:00:06.5295920Z 22% [1 nsight-compute-2023.2.2 202 MB/721 MB 28%] 2025-07-02T08:00:06.5296255Z 30% [1 nsight-compute-2023.2.2 269 MB/721 MB 37%] 2025-07-02T08:00:06.5296603Z 37% [1 nsight-compute-2023.2.2 337 MB/721 MB 47%] 2025-07-02T08:00:06.5296948Z 45% [1 nsight-compute-2023.2.2 405 MB/721 MB 56%] 2025-07-02T08:00:06.5297283Z 52% [1 nsight-compute-2023.2.2 472 MB/721 MB 65%] 2025-07-02T08:00:06.5297629Z 60% [1 nsight-compute-2023.2.2 539 MB/721 MB 75%] 2025-07-02T08:00:06.5297961Z 67% [1 nsight-compute-2023.2.2 606 MB/721 MB 84%] 2025-07-02T08:00:06.5298309Z 75% [1 nsight-compute-2023.2.2 674 MB/721 MB 93%] 2025-07-02T08:00:06.5298619Z 2025-07-02T08:00:06.5298911Z 90% [Working] 2025-07-02T08:00:06.5299102Z 2025-07-02T08:00:06.5299691Z Get:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-nsight-compute-12-2 12.2.2-1 [4052 B] 2025-07-02T08:00:06.5300259Z 2025-07-02T08:00:06.5300405Z 90% [2 cuda-nsight-compute-12-2 4052 B/4052 B 100%] 2025-07-02T08:00:06.5300795Z 2025-07-02T08:00:06.5301090Z 100% [Working] 2025-07-02T08:00:06.5301282Z 2025-07-02T08:00:06.5301503Z Fetched 721 MB in 5s (132 MB/s) 2025-07-02T08:00:06.5301973Z debconf: delaying package configuration, since apt-utils is not installed 2025-07-02T08:00:06.5302525Z Selecting previously unselected package nsight-compute-2023.2.2. 2025-07-02T08:00:06.5302933Z (Reading database ... 2025-07-02T08:00:06.5303168Z (Reading database ... 5% 2025-07-02T08:00:06.5303423Z (Reading database ... 10% 2025-07-02T08:00:06.5303665Z (Reading database ... 15% 2025-07-02T08:00:06.5303919Z (Reading database ... 20% 2025-07-02T08:00:06.5304155Z (Reading database ... 25% 2025-07-02T08:00:06.5304402Z (Reading database ... 30% 2025-07-02T08:00:06.5304638Z (Reading database ... 35% 2025-07-02T08:00:06.5304882Z (Reading database ... 40% 2025-07-02T08:00:06.5305117Z (Reading database ... 45% 2025-07-02T08:00:06.5305362Z (Reading database ... 50% 2025-07-02T08:00:06.5305602Z (Reading database ... 55% 2025-07-02T08:00:06.5305848Z (Reading database ... 60% 2025-07-02T08:00:06.5306095Z (Reading database ... 65% 2025-07-02T08:00:06.5306333Z (Reading database ... 70% 2025-07-02T08:00:06.5306581Z (Reading database ... 75% 2025-07-02T08:00:06.5306824Z (Reading database ... 80% 2025-07-02T08:00:06.5307073Z (Reading database ... 85% 2025-07-02T08:00:06.5307310Z (Reading database ... 90% 2025-07-02T08:00:06.5307562Z (Reading database ... 95% 2025-07-02T08:00:06.5307799Z (Reading database ... 100% 2025-07-02T08:00:06.5308168Z (Reading database ... 23686 files and directories currently installed.) 2025-07-02T08:00:06.5308688Z Preparing to unpack .../nsight-compute-2023.2.2_2023.2.2.3-1_amd64.deb ... 2025-07-02T08:00:06.5309160Z Unpacking nsight-compute-2023.2.2 (2023.2.2.3-1) ... 2025-07-02T08:00:06.5309617Z Preparing to unpack .../cuda-nsight-compute-12-2_12.2.2-1_amd64.deb ... 2025-07-02T08:00:06.5310117Z Unpacking cuda-nsight-compute-12-2 (12.2.2-1) over (12.2.0-1) ... 2025-07-02T08:00:06.5310564Z Setting up nsight-compute-2023.2.2 (2023.2.2.3-1) ... 2025-07-02T08:00:06.5310941Z Setting up cuda-nsight-compute-12-2 (12.2.2-1) ... 2025-07-02T08:00:06.5311194Z 2025-07-02T08:00:06.5311382Z this_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 2025-07-02T08:00:06.5311907Z +++ dirname .github/unittest/linux/scripts/run_all.sh 2025-07-02T08:00:06.5312254Z ++ cd .github/unittest/linux/scripts 2025-07-02T08:00:06.5312584Z ++ pwd 2025-07-02T08:00:06.5312829Z + this_dir=/pytorch/rl/.github/unittest/linux/scripts 2025-07-02T08:00:06.5313181Z if [[ $OSTYPE != 'darwin'* ]]; then 2025-07-02T08:00:06.5313468Z # from cudagl docker image 2025-07-02T08:00:06.5313847Z cp $this_dir/10_nvidia.json /usr/share/glvnd/egl_vendor.d/10_nvidia.json 2025-07-02T08:00:06.5314233Z fi 2025-07-02T08:00:06.5314434Z + [[ linux-gnu != \d\a\r\w\i\n* ]] 2025-07-02T08:00:06.5314970Z + cp /pytorch/rl/.github/unittest/linux/scripts/10_nvidia.json /usr/share/glvnd/egl_vendor.d/10_nvidia.json 2025-07-02T08:00:06.5315455Z 2025-07-02T08:00:06.5315459Z 2025-07-02T08:00:16.9010027Z # ==================================================================================== # 2025-07-02T08:00:16.9010552Z # ================================ Setup env ========================================= # 2025-07-02T08:00:16.9010872Z 2025-07-02T08:00:16.9011050Z # Avoid error: "fatal: unsafe repository" 2025-07-02T08:00:16.9011477Z git config --global --add safe.directory '*' 2025-07-02T08:00:16.9011831Z + git config --global --add safe.directory '*' 2025-07-02T08:00:16.9012239Z root_dir="$(git rev-parse --show-toplevel)" 2025-07-02T08:00:16.9012562Z ++ git rev-parse --show-toplevel 2025-07-02T08:00:16.9012842Z + root_dir=/pytorch/rl 2025-07-02T08:00:16.9013146Z conda_dir="${root_dir}/conda" 2025-07-02T08:00:16.9013405Z + conda_dir=/pytorch/rl/conda 2025-07-02T08:00:16.9013702Z env_dir="${root_dir}/env" 2025-07-02T08:00:16.9014027Z + env_dir=/pytorch/rl/env 2025-07-02T08:00:16.9014274Z lib_dir="${env_dir}/lib" 2025-07-02T08:00:16.9014840Z + lib_dir=/pytorch/rl/env/lib 2025-07-02T08:00:16.9015026Z 2025-07-02T08:00:16.9015109Z cd "${root_dir}" 2025-07-02T08:00:16.9015370Z + cd /pytorch/rl 2025-07-02T08:00:16.9015508Z 2025-07-02T08:00:16.9015650Z case "$(uname -s)" in 2025-07-02T08:00:16.9016039Z Darwin*) os=MacOSX;; 2025-07-02T08:00:16.9016286Z *) os=Linux 2025-07-02T08:00:16.9016477Z esac 2025-07-02T08:00:16.9016681Z + case "$(uname -s)" in 2025-07-02T08:00:16.9016953Z ++ uname -s 2025-07-02T08:00:16.9017149Z + os=Linux 2025-07-02T08:00:16.9017256Z 2025-07-02T08:00:16.9017350Z # 1. Install conda at ./conda 2025-07-02T08:00:16.9017672Z if [ ! -d "${conda_dir}" ]; then 2025-07-02T08:00:16.9017942Z printf "* Installing conda\n" 2025-07-02T08:00:16.9018509Z wget -O miniconda.sh "http://repo.continuum.io/miniconda/Miniconda3-latest-${os}-x86_64.sh" 2025-07-02T08:00:16.9019090Z bash ./miniconda.sh -b -f -p "${conda_dir}" 2025-07-02T08:00:16.9019407Z fi 2025-07-02T08:00:16.9019617Z + '[' '!' -d /pytorch/rl/conda ']' 2025-07-02T08:00:16.9019952Z + printf '* Installing conda\n' 2025-07-02T08:00:16.9020221Z * Installing conda 2025-07-02T08:00:16.9020704Z + wget -O miniconda.sh http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh 2025-07-02T08:00:16.9021453Z --2025-07-02 08:00:06-- http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh 2025-07-02T08:00:16.9022236Z Resolving repo.continuum.io (repo.continuum.io)... 104.18.176.84, 104.18.177.84, 2606:4700::6812:b154, ... 2025-07-02T08:00:16.9022975Z Connecting to repo.continuum.io (repo.continuum.io)|104.18.176.84|:80... connected. 2025-07-02T08:00:16.9023534Z HTTP request sent, awaiting response... 301 Moved Permanently 2025-07-02T08:00:16.9024166Z Location: https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh [following] 2025-07-02T08:00:16.9024941Z --2025-07-02 08:00:06-- https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh 2025-07-02T08:00:16.9025706Z Resolving repo.anaconda.com (repo.anaconda.com)... 104.16.191.158, 104.16.32.241, 2606:4700::6810:20f1, ... 2025-07-02T08:00:16.9026456Z Connecting to repo.anaconda.com (repo.anaconda.com)|104.16.191.158|:443... connected. 2025-07-02T08:00:16.9027018Z HTTP request sent, awaiting response... 200 OK 2025-07-02T08:00:16.9027433Z Length: 159476510 (152M) [application/octet-stream] 2025-07-02T08:00:16.9027776Z Saving to: 'miniconda.sh' 2025-07-02T08:00:16.9027936Z 2025-07-02T08:00:16.9027941Z 2025-07-02T08:00:16.9028182Z miniconda.sh 0%[ ] 0 --.-KB/s 2025-07-02T08:00:16.9028623Z miniconda.sh 37%[======> ] 57.49M 282MB/s 2025-07-02T08:00:16.9029096Z miniconda.sh 73%[=============> ] 112.42M 278MB/s 2025-07-02T08:00:16.9029533Z miniconda.sh 100%[===================>] 152.09M 263MB/s in 0.6s 2025-07-02T08:00:16.9029866Z 2025-07-02T08:00:16.9030057Z 2025-07-02 08:00:07 (263 MB/s) - 'miniconda.sh' saved [159476510/159476510] 2025-07-02T08:00:16.9030372Z 2025-07-02T08:00:16.9030542Z + bash ./miniconda.sh -b -f -p /pytorch/rl/conda 2025-07-02T08:00:16.9030881Z PREFIX=/pytorch/rl/conda 2025-07-02T08:00:16.9031153Z Unpacking payload ... 2025-07-02T08:00:16.9032130Z entry_point.py:256: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. 2025-07-02T08:00:16.9033675Z entry_point.py:256: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. 2025-07-02T08:00:16.9034490Z 2025-07-02T08:00:16.9034596Z Installing base environment... 2025-07-02T08:00:16.9034790Z 2025-07-02T08:00:16.9034921Z Preparing transaction: ...working... done 2025-07-02T08:00:16.9035290Z Executing transaction: ...working... done 2025-07-02T08:00:16.9036214Z entry_point.py:256: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. 2025-07-02T08:00:16.9037276Z installation finished. 2025-07-02T08:00:16.9037554Z eval "$(${conda_dir}/bin/conda shell.bash hook)" 2025-07-02T08:00:16.9037990Z ++ /pytorch/rl/conda/bin/conda shell.bash hook 2025-07-02T08:00:16.9038401Z + eval 'export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:00:16.9038972Z export _CE_M='\'''\'' 2025-07-02T08:00:16.9039216Z export _CE_CONDA='\'''\'' 2025-07-02T08:00:16.9039617Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\'' 2025-07-02T08:00:16.9039901Z 2025-07-02T08:00:16.9040003Z # Copyright (C) 2012 Anaconda, Inc 2025-07-02T08:00:16.9040383Z # SPDX-License-Identifier: BSD-3-Clause 2025-07-02T08:00:16.9040687Z __conda_exe() ( 2025-07-02T08:00:16.9040941Z if [ -n "${_CE_M:+x}" ] && [ -n "${_CE_CONDA:+x}" ]; then 2025-07-02T08:00:16.9041455Z # only use _CE_M/_CE_CONDA when defined to avoid issues when run with `set -u` 2025-07-02T08:00:16.9041884Z "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" 2025-07-02T08:00:16.9042231Z else 2025-07-02T08:00:16.9042420Z "$CONDA_EXE" "$@" 2025-07-02T08:00:16.9042653Z fi 2025-07-02T08:00:16.9042828Z ) 2025-07-02T08:00:16.9042938Z 2025-07-02T08:00:16.9043025Z __conda_hashr() { 2025-07-02T08:00:16.9043260Z if [ -n "${ZSH_VERSION:+x}" ]; then 2025-07-02T08:00:16.9043587Z \rehash 2025-07-02T08:00:16.9043819Z elif [ -n "${POSH_VERSION:+x}" ]; then 2025-07-02T08:00:16.9044096Z : # pass 2025-07-02T08:00:16.9044306Z else 2025-07-02T08:00:16.9044486Z \hash -r 2025-07-02T08:00:16.9044691Z fi 2025-07-02T08:00:16.9044864Z } 2025-07-02T08:00:16.9044975Z 2025-07-02T08:00:16.9045063Z __conda_activate() { 2025-07-02T08:00:16.9045307Z if [ -n "${CONDA_PS1_BACKUP:+x}" ]; then 2025-07-02T08:00:16.9045842Z # Handle transition from shell activated with conda <= 4.3 to a subsequent activation 2025-07-02T08:00:16.9046356Z # after conda updated to >= 4.4. See issue #6173. 2025-07-02T08:00:16.9046694Z PS1="$CONDA_PS1_BACKUP" 2025-07-02T08:00:16.9046969Z \unset CONDA_PS1_BACKUP 2025-07-02T08:00:16.9047209Z fi 2025-07-02T08:00:16.9047404Z \local ask_conda 2025-07-02T08:00:16.9047718Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix "$@")" || \return 2025-07-02T08:00:16.9048100Z \eval "$ask_conda" 2025-07-02T08:00:16.9048317Z __conda_hashr 2025-07-02T08:00:16.9048524Z } 2025-07-02T08:00:16.9048623Z 2025-07-02T08:00:16.9048712Z __conda_reactivate() { 2025-07-02T08:00:16.9048975Z # FUTURE: conda 25.9, remove this function 2025-07-02T08:00:16.9049634Z echo "'\''__conda_reactivate'\'' is deprecated and will be removed in 25.9. Use '\''__conda_activate reactivate'\'' instead." 1>&2 2025-07-02T08:00:16.9050209Z __conda_activate reactivate 2025-07-02T08:00:16.9050464Z } 2025-07-02T08:00:16.9050563Z 2025-07-02T08:00:16.9050641Z conda() { 2025-07-02T08:00:16.9050849Z \local cmd="${1-__missing__}" 2025-07-02T08:00:16.9051110Z case "$cmd" in 2025-07-02T08:00:16.9051338Z activate|deactivate) 2025-07-02T08:00:16.9051590Z __conda_activate "$@" 2025-07-02T08:00:16.9051850Z ;; 2025-07-02T08:00:16.9052096Z install|update|upgrade|remove|uninstall) 2025-07-02T08:00:16.9052407Z __conda_exe "$@" || \return 2025-07-02T08:00:16.9052702Z __conda_activate reactivate 2025-07-02T08:00:16.9052964Z ;; 2025-07-02T08:00:16.9053163Z *) 2025-07-02T08:00:16.9053355Z __conda_exe "$@" 2025-07-02T08:00:16.9053599Z ;; 2025-07-02T08:00:16.9053786Z esac 2025-07-02T08:00:16.9053973Z } 2025-07-02T08:00:16.9054068Z 2025-07-02T08:00:16.9054163Z if [ -z "${CONDA_SHLVL+x}" ]; then 2025-07-02T08:00:16.9054447Z \export CONDA_SHLVL=0 2025-07-02T08:00:16.9054746Z # In dev-mode CONDA_EXE is python.exe and on Windows 2025-07-02T08:00:16.9055117Z # it is in a different relative location to condabin. 2025-07-02T08:00:16.9055660Z if [ -n "${_CE_CONDA:+x}" ] && [ -n "${WINDIR+x}" ]; then 2025-07-02T08:00:16.9056057Z PATH="$(\dirname "$CONDA_EXE")/condabin${PATH:+":${PATH}"}" 2025-07-02T08:00:16.9056481Z else 2025-07-02T08:00:16.9056861Z PATH="$(\dirname "$(\dirname "$CONDA_EXE")")/condabin${PATH:+":${PATH}"}" 2025-07-02T08:00:16.9057256Z fi 2025-07-02T08:00:16.9057439Z \export PATH 2025-07-02T08:00:16.9057578Z 2025-07-02T08:00:16.9057751Z # We'\''re not allowing PS1 to be unbound. It must at least be set. 2025-07-02T08:00:16.9058295Z # However, we'\''re not exporting it, which can cause problems when starting a second shell 2025-07-02T08:00:16.9058789Z # via a first shell (i.e. starting zsh from bash). 2025-07-02T08:00:16.9059130Z if [ -z "${PS1+x}" ]; then 2025-07-02T08:00:16.9059369Z PS1= 2025-07-02T08:00:16.9059580Z fi 2025-07-02T08:00:16.9059769Z fi 2025-07-02T08:00:16.9059869Z 2025-07-02T08:00:16.9059965Z conda activate '\''base'\''' 2025-07-02T08:00:16.9060278Z export CONDA_EXE='/pytorch/rl/conda/bin/conda' 2025-07-02T08:00:16.9060631Z ++ export CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:00:16.9060974Z ++ CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:00:16.9061259Z export _CE_M='' 2025-07-02T08:00:16.9061481Z ++ export _CE_M= 2025-07-02T08:00:16.9061701Z ++ _CE_M= 2025-07-02T08:00:16.9061898Z export _CE_CONDA='' 2025-07-02T08:00:16.9062127Z ++ export _CE_CONDA= 2025-07-02T08:00:16.9062344Z ++ _CE_CONDA= 2025-07-02T08:00:16.9062625Z export CONDA_PYTHON_EXE='/pytorch/rl/conda/bin/python' 2025-07-02T08:00:16.9063028Z ++ export CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:00:16.9063417Z ++ CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:00:16.9063647Z 2025-07-02T08:00:16.9063748Z # Copyright (C) 2012 Anaconda, Inc 2025-07-02T08:00:16.9064062Z # SPDX-License-Identifier: BSD-3-Clause 2025-07-02T08:00:16.9064364Z __conda_exe() ( 2025-07-02T08:00:16.9064612Z if [ -n "${_CE_M:+x}" ] && [ -n "${_CE_CONDA:+x}" ]; then 2025-07-02T08:00:16.9065074Z # only use _CE_M/_CE_CONDA when defined to avoid issues when run with `set -u` 2025-07-02T08:00:16.9065500Z "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" 2025-07-02T08:00:16.9065789Z else 2025-07-02T08:00:16.9065978Z "$CONDA_EXE" "$@" 2025-07-02T08:00:16.9066216Z fi 2025-07-02T08:00:16.9066387Z ) 2025-07-02T08:00:16.9066496Z 2025-07-02T08:00:16.9066577Z __conda_hashr() { 2025-07-02T08:00:16.9066799Z if [ -n "${ZSH_VERSION:+x}" ]; then 2025-07-02T08:00:16.9067076Z \rehash 2025-07-02T08:00:16.9067307Z elif [ -n "${POSH_VERSION:+x}" ]; then 2025-07-02T08:00:16.9067585Z : # pass 2025-07-02T08:00:16.9067793Z else 2025-07-02T08:00:16.9067973Z \hash -r 2025-07-02T08:00:16.9068177Z fi 2025-07-02T08:00:16.9068348Z } 2025-07-02T08:00:16.9068456Z 2025-07-02T08:00:16.9068541Z __conda_activate() { 2025-07-02T08:00:16.9068782Z if [ -n "${CONDA_PS1_BACKUP:+x}" ]; then 2025-07-02T08:00:16.9069260Z # Handle transition from shell activated with conda <= 4.3 to a subsequent activation 2025-07-02T08:00:16.9069836Z # after conda updated to >= 4.4. See issue #6173. 2025-07-02T08:00:16.9070178Z PS1="$CONDA_PS1_BACKUP" 2025-07-02T08:00:16.9070448Z \unset CONDA_PS1_BACKUP 2025-07-02T08:00:16.9070691Z fi 2025-07-02T08:00:16.9070889Z \local ask_conda 2025-07-02T08:00:16.9071197Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix "$@")" || \return 2025-07-02T08:00:16.9071576Z \eval "$ask_conda" 2025-07-02T08:00:16.9071866Z __conda_hashr 2025-07-02T08:00:16.9072076Z } 2025-07-02T08:00:16.9072175Z 2025-07-02T08:00:16.9072263Z __conda_reactivate() { 2025-07-02T08:00:16.9072530Z # FUTURE: conda 25.9, remove this function 2025-07-02T08:00:16.9073110Z echo "'__conda_reactivate' is deprecated and will be removed in 25.9. Use '__conda_activate reactivate' instead." 1>&2 2025-07-02T08:00:16.9073674Z __conda_activate reactivate 2025-07-02T08:00:16.9073929Z } 2025-07-02T08:00:16.9074121Z 2025-07-02T08:00:16.9074202Z conda() { 2025-07-02T08:00:16.9074418Z \local cmd="${1-__missing__}" 2025-07-02T08:00:16.9074678Z case "$cmd" in 2025-07-02T08:00:16.9074917Z activate|deactivate) 2025-07-02T08:00:16.9075173Z __conda_activate "$@" 2025-07-02T08:00:16.9075517Z ;; 2025-07-02T08:00:16.9075753Z install|update|upgrade|remove|uninstall) 2025-07-02T08:00:16.9076082Z __conda_exe "$@" || \return 2025-07-02T08:00:16.9076382Z __conda_activate reactivate 2025-07-02T08:00:16.9076648Z ;; 2025-07-02T08:00:16.9076859Z *) 2025-07-02T08:00:16.9077055Z __conda_exe "$@" 2025-07-02T08:00:16.9077297Z ;; 2025-07-02T08:00:16.9077483Z esac 2025-07-02T08:00:16.9077666Z } 2025-07-02T08:00:16.9077764Z 2025-07-02T08:00:16.9077860Z if [ -z "${CONDA_SHLVL+x}" ]; then 2025-07-02T08:00:16.9078144Z \export CONDA_SHLVL=0 2025-07-02T08:00:16.9078430Z # In dev-mode CONDA_EXE is python.exe and on Windows 2025-07-02T08:00:16.9078820Z # it is in a different relative location to condabin. 2025-07-02T08:00:16.9079200Z if [ -n "${_CE_CONDA:+x}" ] && [ -n "${WINDIR+x}" ]; then 2025-07-02T08:00:16.9079593Z PATH="$(\dirname "$CONDA_EXE")/condabin${PATH:+":${PATH}"}" 2025-07-02T08:00:16.9079948Z else 2025-07-02T08:00:16.9080239Z PATH="$(\dirname "$(\dirname "$CONDA_EXE")")/condabin${PATH:+":${PATH}"}" 2025-07-02T08:00:16.9080625Z fi 2025-07-02T08:00:16.9080808Z \export PATH 2025-07-02T08:00:16.9080946Z 2025-07-02T08:00:16.9081116Z # We're not allowing PS1 to be unbound. It must at least be set. 2025-07-02T08:00:24.0252159Z # However, we're not exporting it, which can cause problems when starting a second shell 2025-07-02T08:00:24.0252723Z # via a first shell (i.e. starting zsh from bash). 2025-07-02T08:00:24.0253086Z if [ -z "${PS1+x}" ]; then 2025-07-02T08:00:24.0253335Z PS1= 2025-07-02T08:00:24.0253543Z fi 2025-07-02T08:00:24.0253724Z fi 2025-07-02T08:00:24.0253936Z ++ '[' -z '' ']' 2025-07-02T08:00:24.0254146Z ++ export CONDA_SHLVL=0 2025-07-02T08:00:24.0254389Z ++ CONDA_SHLVL=0 2025-07-02T08:00:24.0254587Z ++ '[' -n '' ']' 2025-07-02T08:00:24.0254832Z ++++ dirname /pytorch/rl/conda/bin/conda 2025-07-02T08:00:24.0255171Z +++ dirname /pytorch/rl/conda/bin 2025-07-02T08:00:24.0255857Z ++ PATH=/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-07-02T08:00:24.0256541Z ++ export PATH 2025-07-02T08:00:24.0256742Z ++ '[' -z '' ']' 2025-07-02T08:00:24.0256953Z ++ PS1= 2025-07-02T08:00:24.0257063Z 2025-07-02T08:00:24.0257153Z conda activate 'base' 2025-07-02T08:00:24.0257395Z ++ conda activate base 2025-07-02T08:00:24.0257619Z ++ local cmd=activate 2025-07-02T08:00:24.0257847Z ++ case "$cmd" in 2025-07-02T08:00:24.0258069Z ++ __conda_activate activate base 2025-07-02T08:00:24.0258341Z ++ '[' -n '' ']' 2025-07-02T08:00:24.0258543Z ++ local ask_conda 2025-07-02T08:00:24.0258766Z +++ PS1= 2025-07-02T08:00:24.0258992Z +++ __conda_exe shell.posix activate base 2025-07-02T08:00:24.0259273Z +++ '[' -n '' ']' 2025-07-02T08:00:24.0259562Z +++ /pytorch/rl/conda/bin/conda shell.posix activate base 2025-07-02T08:00:24.0259912Z ++ ask_conda='unset _CE_M 2025-07-02T08:00:24.0260159Z unset _CE_CONDA 2025-07-02T08:00:24.0260361Z PS1='\''(base) '\'' 2025-07-02T08:00:24.0261123Z export PATH='\''/pytorch/rl/conda/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-07-02T08:00:24.0261972Z export CONDA_PREFIX='\''/pytorch/rl/conda'\'' 2025-07-02T08:00:24.0262304Z export CONDA_SHLVL='\''1'\'' 2025-07-02T08:00:24.0262585Z export CONDA_DEFAULT_ENV='\''base'\'' 2025-07-02T08:00:24.0262895Z export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2025-07-02T08:00:24.0263258Z export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:00:24.0263676Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\''' 2025-07-02T08:00:24.0264313Z ++ eval 'unset _CE_M 2025-07-02T08:00:24.0264528Z unset _CE_CONDA 2025-07-02T08:00:24.0264743Z PS1='\''(base) '\'' 2025-07-02T08:00:24.0265646Z export PATH='\''/pytorch/rl/conda/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-07-02T08:00:24.0266519Z export CONDA_PREFIX='\''/pytorch/rl/conda'\'' 2025-07-02T08:00:24.0266833Z export CONDA_SHLVL='\''1'\'' 2025-07-02T08:00:24.0267110Z export CONDA_DEFAULT_ENV='\''base'\'' 2025-07-02T08:00:24.0267419Z export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2025-07-02T08:00:24.0267783Z export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:00:24.0268197Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\''' 2025-07-02T08:00:24.0268567Z unset _CE_M 2025-07-02T08:00:24.0268757Z +++ unset _CE_M 2025-07-02T08:00:24.0268969Z unset _CE_CONDA 2025-07-02T08:00:24.0269170Z +++ unset _CE_CONDA 2025-07-02T08:00:24.0269386Z PS1='(base) ' 2025-07-02T08:00:24.0269597Z +++ PS1='(base) ' 2025-07-02T08:00:24.0270328Z export PATH='/pytorch/rl/conda/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2025-07-02T08:00:24.0271762Z +++ export PATH=/pytorch/rl/conda/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-07-02T08:00:24.0273057Z +++ PATH=/pytorch/rl/conda/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-07-02T08:00:24.0273866Z export CONDA_PREFIX='/pytorch/rl/conda' 2025-07-02T08:00:24.0274194Z +++ export CONDA_PREFIX=/pytorch/rl/conda 2025-07-02T08:00:24.0274500Z +++ CONDA_PREFIX=/pytorch/rl/conda 2025-07-02T08:00:24.0274791Z export CONDA_SHLVL='1' 2025-07-02T08:00:24.0275020Z +++ export CONDA_SHLVL=1 2025-07-02T08:00:24.0275264Z +++ CONDA_SHLVL=1 2025-07-02T08:00:24.0275484Z export CONDA_DEFAULT_ENV='base' 2025-07-02T08:00:24.0275768Z +++ export CONDA_DEFAULT_ENV=base 2025-07-02T08:00:24.0276035Z +++ CONDA_DEFAULT_ENV=base 2025-07-02T08:00:24.0276305Z export CONDA_PROMPT_MODIFIER='(base) ' 2025-07-02T08:00:24.0276610Z +++ export 'CONDA_PROMPT_MODIFIER=(base) ' 2025-07-02T08:00:24.0276928Z +++ CONDA_PROMPT_MODIFIER='(base) ' 2025-07-02T08:00:24.0277250Z export CONDA_EXE='/pytorch/rl/conda/bin/conda' 2025-07-02T08:00:24.0277594Z +++ export CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:00:24.0277928Z +++ CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:00:24.0278281Z export CONDA_PYTHON_EXE='/pytorch/rl/conda/bin/python' 2025-07-02T08:00:24.0278694Z +++ export CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:00:24.0279066Z +++ CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:00:24.0279382Z ++ __conda_hashr 2025-07-02T08:00:24.0279583Z ++ '[' -n '' ']' 2025-07-02T08:00:24.0279790Z ++ '[' -n '' ']' 2025-07-02T08:00:24.0279995Z ++ hash -r 2025-07-02T08:00:24.0280104Z 2025-07-02T08:00:24.0280213Z # 2. Create test environment at ./env 2025-07-02T08:00:24.0280517Z printf "python: ${PYTHON_VERSION}\n" 2025-07-02T08:00:24.0280801Z + printf 'python: 3.9\n' 2025-07-02T08:00:24.0281044Z python: 3.9 2025-07-02T08:00:24.0281247Z if [ ! -d "${env_dir}" ]; then 2025-07-02T08:00:24.0281542Z printf "* Creating a test environment\n" 2025-07-02T08:00:24.0281932Z conda create --prefix "${env_dir}" -y python="$PYTHON_VERSION" 2025-07-02T08:00:24.0282307Z fi 2025-07-02T08:00:24.0282500Z + '[' '!' -d /pytorch/rl/env ']' 2025-07-02T08:00:24.0282799Z + printf '* Creating a test environment\n' 2025-07-02T08:00:24.0283115Z * Creating a test environment 2025-07-02T08:00:24.0283427Z + conda create --prefix /pytorch/rl/env -y python=3.9 2025-07-02T08:00:24.0283768Z + local cmd=create 2025-07-02T08:00:24.0283973Z + case "$cmd" in 2025-07-02T08:00:24.0284265Z + __conda_exe create --prefix /pytorch/rl/env -y python=3.9 2025-07-02T08:00:24.0284605Z + '[' -n '' ']' 2025-07-02T08:00:24.0284970Z + /pytorch/rl/conda/bin/conda create --prefix /pytorch/rl/env -y python=3.9 2025-07-02T08:00:24.0285753Z CI detected... 2025-07-02T08:00:24.0286032Z Channels: 2025-07-02T08:00:24.0286219Z - defaults 2025-07-02T08:00:24.0286433Z Platform: linux-64 2025-07-02T08:00:24.0286980Z Collecting package metadata (repodata.json): - \ | / - \ done 2025-07-02T08:00:24.0287458Z Solving environment: / done 2025-07-02T08:00:24.0287635Z 2025-07-02T08:00:24.0287738Z ## Package Plan ## 2025-07-02T08:00:24.0287874Z 2025-07-02T08:00:24.0287983Z environment location: /pytorch/rl/env 2025-07-02T08:00:24.0288204Z 2025-07-02T08:00:24.0288298Z added / updated specs: 2025-07-02T08:00:24.0288536Z - python=3.9 2025-07-02T08:00:24.0288680Z 2025-07-02T08:00:24.0288684Z 2025-07-02T08:00:24.0288801Z The following packages will be downloaded: 2025-07-02T08:00:24.0289014Z 2025-07-02T08:00:24.0289139Z package | build 2025-07-02T08:00:24.0289457Z ---------------------------|----------------- 2025-07-02T08:00:24.0289825Z python-3.9.23 | he99959a_0 24.7 MB 2025-07-02T08:00:24.0290234Z setuptools-78.1.1 | py39h06a4308_0 1.7 MB 2025-07-02T08:00:24.0290649Z wheel-0.45.1 | py39h06a4308_0 114 KB 2025-07-02T08:00:24.0291019Z ------------------------------------------------------------ 2025-07-02T08:00:24.0291367Z Total: 26.5 MB 2025-07-02T08:00:24.0291605Z 2025-07-02T08:00:24.0291730Z The following NEW packages will be INSTALLED: 2025-07-02T08:00:24.0291957Z 2025-07-02T08:00:24.0292154Z _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main 2025-07-02T08:00:24.0292614Z _openmp_mutex pkgs/main/linux-64::_openmp_mutex-5.1-1_gnu 2025-07-02T08:00:24.0293053Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h5eee18b_6 2025-07-02T08:00:24.0293549Z ca-certificates pkgs/main/linux-64::ca-certificates-2025.2.25-h06a4308_0 2025-07-02T08:00:24.0294064Z expat pkgs/main/linux-64::expat-2.7.1-h6a678d5_0 2025-07-02T08:00:24.0294520Z ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.40-h12ee557_0 2025-07-02T08:00:24.0295002Z libffi pkgs/main/linux-64::libffi-3.4.4-h6a678d5_1 2025-07-02T08:00:24.0295456Z libgcc-ng pkgs/main/linux-64::libgcc-ng-11.2.0-h1234567_1 2025-07-02T08:00:24.0295899Z libgomp pkgs/main/linux-64::libgomp-11.2.0-h1234567_1 2025-07-02T08:00:24.0296384Z libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-11.2.0-h1234567_1 2025-07-02T08:00:24.0296846Z libxcb pkgs/main/linux-64::libxcb-1.17.0-h9b100fa_0 2025-07-02T08:00:24.0297282Z ncurses pkgs/main/linux-64::ncurses-6.4-h6a678d5_0 2025-07-02T08:00:24.0297722Z openssl pkgs/main/linux-64::openssl-3.0.16-h5eee18b_0 2025-07-02T08:00:24.0298138Z pip pkgs/main/noarch::pip-25.1-pyhc872135_2 2025-07-02T08:00:24.0298606Z pthread-stubs pkgs/main/linux-64::pthread-stubs-0.3-h0ce48e5_1 2025-07-02T08:00:24.0299079Z python pkgs/main/linux-64::python-3.9.23-he99959a_0 2025-07-02T08:00:24.0299526Z readline pkgs/main/linux-64::readline-8.2-h5eee18b_0 2025-07-02T08:00:24.0300007Z setuptools pkgs/main/linux-64::setuptools-78.1.1-py39h06a4308_0 2025-07-02T08:00:24.0300491Z sqlite pkgs/main/linux-64::sqlite-3.45.3-h5eee18b_0 2025-07-02T08:00:24.0300894Z tk pkgs/main/linux-64::tk-8.6.14-h993c535_1 2025-07-02T08:00:24.0301280Z tzdata pkgs/main/noarch::tzdata-2025b-h04d1e81_0 2025-07-02T08:00:24.0301710Z wheel pkgs/main/linux-64::wheel-0.45.1-py39h06a4308_0 2025-07-02T08:00:24.0302164Z xorg-libx11 pkgs/main/linux-64::xorg-libx11-1.8.12-h9b100fa_1 2025-07-02T08:00:24.0302658Z xorg-libxau pkgs/main/linux-64::xorg-libxau-1.0.12-h9b100fa_0 2025-07-02T08:00:24.0303167Z xorg-libxdmcp pkgs/main/linux-64::xorg-libxdmcp-1.1.5-h9b100fa_0 2025-07-02T08:00:24.0303767Z xorg-xorgproto pkgs/main/linux-64::xorg-xorgproto-2024.1-h5eee18b_1 2025-07-02T08:00:24.0304230Z xz pkgs/main/linux-64::xz-5.6.4-h5eee18b_1 2025-07-02T08:00:24.0306756Z zlib pkgs/main/linux-64::zlib-1.2.13-h5eee18b_1 2025-07-02T08:00:24.0307118Z 2025-07-02T08:00:24.0307123Z 2025-07-02T08:00:24.0307127Z 2025-07-02T08:00:24.0307239Z Downloading and Extracting Packages: 2025-07-02T08:00:24.0307437Z 2025-07-02T08:00:24.0307596Z python-3.9.23 | 24.7 MB | : 0% 0/1 [00:00> "${this_dir}/environment.yml" 2025-07-02T08:00:26.8183341Z + echo ' - python=3.9' 2025-07-02T08:00:26.8183588Z cat "${this_dir}/environment.yml" 2025-07-02T08:00:26.8183976Z + cat /pytorch/rl/.github/unittest/linux/scripts/environment.yml 2025-07-02T08:00:26.8184364Z channels: 2025-07-02T08:00:26.8184583Z - pytorch 2025-07-02T08:00:26.8184786Z - defaults 2025-07-02T08:00:26.8184988Z dependencies: 2025-07-02T08:00:26.8185197Z - pip 2025-07-02T08:00:26.8185397Z - protobuf 2025-07-02T08:00:26.8185587Z - pip: 2025-07-02T08:00:26.8185786Z - hypothesis 2025-07-02T08:00:26.8185989Z - future 2025-07-02T08:00:26.8186205Z - cloudpickle 2025-07-02T08:00:26.8186410Z - pygame 2025-07-02T08:00:26.8186647Z - moviepy<2.0.0 2025-07-02T08:00:26.8186851Z - tqdm 2025-07-02T08:00:26.8187052Z - pytest 2025-07-02T08:00:26.8187243Z - pytest-cov 2025-07-02T08:00:26.8187460Z - pytest-mock 2025-07-02T08:00:26.8187677Z - pytest-instafail 2025-07-02T08:00:26.8187938Z - pytest-rerunfailures 2025-07-02T08:00:26.8188184Z - pytest-timeout 2025-07-02T08:00:26.8188417Z - pytest-asyncio 2025-07-02T08:00:26.8188644Z - expecttest 2025-07-02T08:00:26.8188850Z - pybind11[global] 2025-07-02T08:00:26.8189079Z - pyyaml 2025-07-02T08:00:26.8189269Z - scipy 2025-07-02T08:00:26.8189470Z - hydra-core 2025-07-02T08:00:26.8189671Z - tensorboard 2025-07-02T08:00:26.8189890Z - imageio==2.26.0 2025-07-02T08:00:26.8190108Z - wandb 2025-07-02T08:00:26.8190298Z - dm_control 2025-07-02T08:00:26.8190498Z - mujoco 2025-07-02T08:00:26.8190683Z - mlflow 2025-07-02T08:00:26.8190881Z - av 2025-07-02T08:00:26.8191065Z - coverage 2025-07-02T08:00:26.8191266Z - ray 2025-07-02T08:00:26.8191452Z - transformers 2025-07-02T08:00:26.8191762Z - ninja 2025-07-02T08:00:26.8191954Z - timm 2025-07-02T08:00:26.8192154Z - python=3.9 2025-07-02T08:00:26.8192277Z 2025-07-02T08:00:26.8192399Z if [ "${CU_VERSION:-}" == cpu ] ; then 2025-07-02T08:00:26.8192685Z export MUJOCO_GL=glfw 2025-07-02T08:00:26.8192967Z else 2025-07-02T08:00:26.8193151Z export MUJOCO_GL=egl 2025-07-02T08:00:26.8193379Z fi 2025-07-02T08:00:26.8193555Z + '[' cpu == cpu ']' 2025-07-02T08:00:26.8193783Z + export MUJOCO_GL=glfw 2025-07-02T08:00:26.8194007Z + MUJOCO_GL=glfw 2025-07-02T08:00:26.8194145Z 2025-07-02T08:00:26.8194247Z export SDL_VIDEODRIVER=dummy 2025-07-02T08:00:26.8194512Z + export SDL_VIDEODRIVER=dummy 2025-07-02T08:00:26.8194779Z + SDL_VIDEODRIVER=dummy 2025-07-02T08:00:26.8194925Z 2025-07-02T08:00:26.8195037Z # legacy from bash scripts: remove? 2025-07-02T08:00:26.8195315Z conda env config vars set \ 2025-07-02T08:00:26.8195577Z MAX_IDLE_COUNT=1000 \ 2025-07-02T08:00:26.8196238Z MUJOCO_GL=$MUJOCO_GL PYOPENGL_PLATFORM=$MUJOCO_GL DISPLAY=:99 SDL_VIDEODRIVER=dummy LAZY_LEGACY_OP=False RL_LOGGING_LEVEL=DEBUG TOKENIZERS_PARALLELISM=true 2025-07-02T08:00:26.8197497Z + conda env config vars set MAX_IDLE_COUNT=1000 MUJOCO_GL=glfw PYOPENGL_PLATFORM=glfw DISPLAY=:99 SDL_VIDEODRIVER=dummy LAZY_LEGACY_OP=False RL_LOGGING_LEVEL=DEBUG TOKENIZERS_PARALLELISM=true 2025-07-02T08:00:26.8198311Z + local cmd=env 2025-07-02T08:00:26.8198522Z + case "$cmd" in 2025-07-02T08:00:26.8199294Z + __conda_exe env config vars set MAX_IDLE_COUNT=1000 MUJOCO_GL=glfw PYOPENGL_PLATFORM=glfw DISPLAY=:99 SDL_VIDEODRIVER=dummy LAZY_LEGACY_OP=False RL_LOGGING_LEVEL=DEBUG TOKENIZERS_PARALLELISM=true 2025-07-02T08:00:26.8200116Z + '[' -n '' ']' 2025-07-02T08:00:26.8200978Z + /pytorch/rl/conda/bin/conda env config vars set MAX_IDLE_COUNT=1000 MUJOCO_GL=glfw PYOPENGL_PLATFORM=glfw DISPLAY=:99 SDL_VIDEODRIVER=dummy LAZY_LEGACY_OP=False RL_LOGGING_LEVEL=DEBUG TOKENIZERS_PARALLELISM=true 2025-07-02T08:00:26.8202100Z To make your changes take effect please reactivate your environment 2025-07-02T08:00:26.8202413Z 2025-07-02T08:00:26.8202513Z pip3 install pip --upgrade 2025-07-02T08:00:26.8202785Z + pip3 install pip --upgrade 2025-07-02T08:00:26.8203277Z Requirement already satisfied: pip in ./env/lib/python3.9/site-packages (25.1) 2025-07-02T08:00:26.8203731Z Collecting pip 2025-07-02T08:00:26.8204033Z Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 2025-07-02T08:00:26.8204568Z Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 2025-07-02T08:00:26.8205520Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2025-07-02T08:00:26.8206189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 110.6 MB/s eta 0:00:00 2025-07-02T08:00:26.8206669Z [?25hInstalling collected packages: pip 2025-07-02T08:00:26.8206970Z Attempting uninstall: pip 2025-07-02T08:00:26.8207261Z Found existing installation: pip 25.1 2025-07-02T08:00:26.8207562Z Uninstalling pip-25.1: 2025-07-02T08:00:26.8207836Z Successfully uninstalled pip-25.1 2025-07-02T08:00:26.8208136Z Successfully installed pip-25.1.1 2025-07-02T08:00:26.8209963Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 2025-07-02T08:00:26.8211526Z pip install virtualenv 2025-07-02T08:00:26.8211771Z + pip install virtualenv 2025-07-02T08:00:26.8212016Z Collecting virtualenv 2025-07-02T08:00:26.8212364Z Downloading virtualenv-20.31.2-py3-none-any.whl.metadata (4.5 kB) 2025-07-02T08:00:26.8212813Z Collecting distlib<1,>=0.3.7 (from virtualenv) 2025-07-02T08:00:26.8213255Z Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB) 2025-07-02T08:00:26.8213686Z Collecting filelock<4,>=3.12.2 (from virtualenv) 2025-07-02T08:00:26.8214283Z Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-07-02T08:00:26.8214726Z Collecting platformdirs<5,>=3.9.1 (from virtualenv) 2025-07-02T08:00:26.8215196Z Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB) 2025-07-02T08:00:26.8215685Z Downloading virtualenv-20.31.2-py3-none-any.whl (6.1 MB) 2025-07-02T08:00:26.8216298Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.1 MB ? eta -:--:-- 2025-07-02T08:00:26.8216959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 172.7 MB/s eta 0:00:00 2025-07-02T08:00:26.8217653Z [?25hDownloading distlib-0.3.9-py2.py3-none-any.whl (468 kB) 2025-07-02T08:00:26.8218090Z Downloading filelock-3.18.0-py3-none-any.whl (16 kB) 2025-07-02T08:00:26.8218501Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB) 2025-07-02T08:00:26.8219012Z Installing collected packages: distlib, platformdirs, filelock, virtualenv 2025-07-02T08:00:26.8219442Z [?25l 2025-07-02T08:00:26.8219874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [virtualenv] 2025-07-02T08:00:26.8220421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4/4 [virtualenv] 2025-07-02T08:00:26.8220772Z [?25h 2025-07-02T08:00:26.8221277Z Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.8 virtualenv-20.31.2 2025-07-02T08:02:57.1819667Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 2025-07-02T08:02:57.1821388Z  2025-07-02T08:02:57.1822114Z conda env update --file "${this_dir}/environment.yml" --prune 2025-07-02T08:02:57.1822697Z + conda env update --file /pytorch/rl/.github/unittest/linux/scripts/environment.yml --prune 2025-07-02T08:02:57.1823201Z + local cmd=env 2025-07-02T08:02:57.1823404Z + case "$cmd" in 2025-07-02T08:02:57.1824005Z + __conda_exe env update --file /pytorch/rl/.github/unittest/linux/scripts/environment.yml --prune 2025-07-02T08:02:57.1824521Z + '[' -n '' ']' 2025-07-02T08:02:57.1825042Z + /pytorch/rl/conda/bin/conda env update --file /pytorch/rl/.github/unittest/linux/scripts/environment.yml --prune 2025-07-02T08:02:57.1826175Z /pytorch/rl/conda/lib/python3.13/argparse.py:1258: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead. 2025-07-02T08:02:57.1827114Z subnamespace, arg_strings = subparser.parse_known_args(arg_strings, None) 2025-07-02T08:02:57.1827673Z CI detected... 2025-07-02T08:02:57.1827958Z Channels: 2025-07-02T08:02:57.1828175Z - pytorch 2025-07-02T08:02:57.1828378Z - defaults 2025-07-02T08:02:57.1828579Z Platform: linux-64 2025-07-02T08:02:57.1829015Z Collecting package metadata (repodata.json): - \ | / - done 2025-07-02T08:02:57.1829468Z Solving environment: | done 2025-07-02T08:02:57.1829665Z 2025-07-02T08:02:57.1829773Z Downloading and Extracting Packages: 2025-07-02T08:02:57.1829971Z 2025-07-02T08:02:57.1830138Z libabseil-20250127.0 | 1.3 MB | : 0% 0/1 [00:00-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 20)) 2025-07-02T08:02:57.1895562Z Downloading numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2025-07-02T08:02:57.1896430Z Collecting pillow>=8.3.2 (from imageio==2.26.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 20)) 2025-07-02T08:02:57.1897315Z Downloading pillow-11.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-07-02T08:02:57.1898202Z Collecting decorator<5.0,>=4.0.2 (from moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 5)) 2025-07-02T08:02:57.1899008Z Downloading decorator-4.4.2-py2.py3-none-any.whl.metadata (4.2 kB) 2025-07-02T08:02:57.1899799Z Collecting requests<3.0,>=2.8.1 (from moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 5)) 2025-07-02T08:02:57.1900559Z Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 2025-07-02T08:02:57.1901319Z Collecting proglog<=1.0.0 (from moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 5)) 2025-07-02T08:02:57.1902073Z Downloading proglog-0.1.12-py3-none-any.whl.metadata (794 bytes) 2025-07-02T08:02:57.1902860Z Collecting imageio_ffmpeg>=0.2.0 (from moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 5)) 2025-07-02T08:02:57.1903710Z Downloading imageio_ffmpeg-0.6.0-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-07-02T08:02:57.1904625Z Collecting charset_normalizer<4,>=2 (from requests<3.0,>=2.8.1->moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 5)) 2025-07-02T08:02:57.1905830Z Downloading charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) 2025-07-02T08:02:57.1906819Z Collecting idna<4,>=2.5 (from requests<3.0,>=2.8.1->moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 5)) 2025-07-02T08:02:57.1907592Z Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-07-02T08:02:57.1908390Z Collecting urllib3<3,>=1.21.1 (from requests<3.0,>=2.8.1->moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 5)) 2025-07-02T08:02:57.1909211Z Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 2025-07-02T08:02:57.1910050Z Collecting certifi>=2017.4.17 (from requests<3.0,>=2.8.1->moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 5)) 2025-07-02T08:02:57.1910908Z Downloading certifi-2025.6.15-py3-none-any.whl.metadata (2.4 kB) 2025-07-02T08:02:57.1911758Z Collecting attrs>=22.2.0 (from hypothesis->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 1)) 2025-07-02T08:02:57.1912528Z Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-07-02T08:02:57.1913322Z Collecting exceptiongroup>=1.0.0 (from hypothesis->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 1)) 2025-07-02T08:02:57.1914182Z Downloading exceptiongroup-1.3.0-py3-none-any.whl.metadata (6.7 kB) 2025-07-02T08:02:57.1915055Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 1)) 2025-07-02T08:02:57.1916009Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-07-02T08:02:57.1916840Z Collecting iniconfig>=1 (from pytest->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 7)) 2025-07-02T08:02:57.1917661Z Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-07-02T08:02:57.1918436Z Collecting packaging>=20 (from pytest->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 7)) 2025-07-02T08:02:57.1919209Z Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-07-02T08:02:57.1919954Z Collecting pluggy<2,>=1.5 (from pytest->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 7)) 2025-07-02T08:02:57.1920701Z Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-07-02T08:02:57.1921454Z Collecting pygments>=2.7.2 (from pytest->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 7)) 2025-07-02T08:02:57.1922235Z Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-07-02T08:02:57.1922989Z Collecting tomli>=1 (from pytest->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 7)) 2025-07-02T08:02:57.1923709Z Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB) 2025-07-02T08:02:57.1924620Z Collecting typing-extensions>=4.12 (from pytest-asyncio->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 13)) 2025-07-02T08:02:57.1925438Z Downloading typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB) 2025-07-02T08:02:57.1926260Z Collecting pybind11-global==2.13.6 (from pybind11[global]->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 15)) 2025-07-02T08:02:57.1927065Z Downloading pybind11_global-2.13.6-py3-none-any.whl.metadata (9.4 kB) 2025-07-02T08:02:57.1927817Z Collecting omegaconf<2.4,>=2.2 (from hydra-core->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 18)) 2025-07-02T08:02:57.1928563Z Downloading omegaconf-2.3.0-py3-none-any.whl.metadata (3.9 kB) 2025-07-02T08:02:57.1929346Z Collecting antlr4-python3-runtime==4.9.* (from hydra-core->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 18)) 2025-07-02T08:02:57.1930118Z Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB) 2025-07-02T08:02:57.1930476Z Preparing metadata (setup.py): started 2025-07-02T08:02:57.1930841Z Preparing metadata (setup.py): finished with status 'done' 2025-07-02T08:02:57.1931548Z Collecting absl-py>=0.4 (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 19)) 2025-07-02T08:02:57.1932248Z Downloading absl_py-2.3.0-py3-none-any.whl.metadata (2.4 kB) 2025-07-02T08:02:57.1932965Z Collecting grpcio>=1.48.2 (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 19)) 2025-07-02T08:02:57.1933800Z Downloading grpcio-1.73.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) 2025-07-02T08:02:57.1934661Z Collecting markdown>=2.6.8 (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 19)) 2025-07-02T08:02:57.1935400Z Downloading markdown-3.8.2-py3-none-any.whl.metadata (5.1 kB) 2025-07-02T08:02:57.1936447Z Requirement already satisfied: protobuf!=4.24.0,>=3.19.6 in /pytorch/rl/env/lib/python3.9/site-packages (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 19)) (5.29.3) 2025-07-02T08:02:57.1938071Z Requirement already satisfied: setuptools>=41.0.0 in /pytorch/rl/env/lib/python3.9/site-packages (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 19)) (78.1.1) 2025-07-02T08:02:57.1939684Z Collecting six>1.9 (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 19)) 2025-07-02T08:02:57.1940532Z Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-07-02T08:02:57.1941516Z Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 19)) 2025-07-02T08:02:57.1942584Z Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl.metadata (1.1 kB) 2025-07-02T08:02:57.1943495Z Collecting werkzeug>=1.0.1 (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 19)) 2025-07-02T08:02:57.1944293Z Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB) 2025-07-02T08:02:57.1945033Z Collecting click!=8.0.0,>=7.1 (from wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 21)) 2025-07-02T08:02:57.1945770Z Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 2025-07-02T08:02:57.1946538Z Collecting eval-type-backport (from wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 21)) 2025-07-02T08:02:57.1947377Z Downloading eval_type_backport-0.2.2-py3-none-any.whl.metadata (2.2 kB) 2025-07-02T08:02:57.1948194Z Collecting gitpython!=3.1.29,>=1.0.0 (from wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 21)) 2025-07-02T08:02:57.1948972Z Downloading GitPython-3.1.44-py3-none-any.whl.metadata (13 kB) 2025-07-02T08:02:57.1950086Z Requirement already satisfied: platformdirs in /pytorch/rl/env/lib/python3.9/site-packages (from wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 21)) (4.3.8) 2025-07-02T08:02:57.1951418Z Collecting pydantic<3 (from wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 21)) 2025-07-02T08:02:57.1952269Z Downloading pydantic-2.11.7-py3-none-any.whl.metadata (67 kB) 2025-07-02T08:02:57.1953041Z Collecting sentry-sdk>=2.0.0 (from wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 21)) 2025-07-02T08:02:57.1953825Z Downloading sentry_sdk-2.32.0-py2.py3-none-any.whl.metadata (10 kB) 2025-07-02T08:02:57.1954687Z Collecting annotated-types>=0.6.0 (from pydantic<3->wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 21)) 2025-07-02T08:02:57.1955539Z Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) 2025-07-02T08:02:57.1956391Z Collecting pydantic-core==2.33.2 (from pydantic<3->wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 21)) 2025-07-02T08:02:57.1957376Z Downloading pydantic_core-2.33.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-07-02T08:02:57.1958372Z Collecting typing-inspection>=0.4.0 (from pydantic<3->wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 21)) 2025-07-02T08:02:57.1959259Z Downloading typing_inspection-0.4.1-py3-none-any.whl.metadata (2.6 kB) 2025-07-02T08:02:57.1960054Z Collecting dm-env (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 22)) 2025-07-02T08:02:57.1960791Z Downloading dm_env-1.6-py3-none-any.whl.metadata (966 bytes) 2025-07-02T08:02:57.1961550Z Collecting dm-tree!=0.1.2 (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 22)) 2025-07-02T08:02:57.1962428Z Downloading dm_tree-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.9 kB) 2025-07-02T08:02:57.1963401Z Collecting glfw (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 22)) 2025-07-02T08:02:57.1964542Z Downloading glfw-2.9.0-py2.py27.py3.py30.py31.py32.py33.py34.py35.py36.py37.py38.p39.p310.p311.p312.p313-none-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-07-02T08:02:57.1965567Z Collecting labmaze (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 22)) 2025-07-02T08:02:57.1966464Z Downloading labmaze-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (324 bytes) 2025-07-02T08:02:57.1967277Z Collecting lxml (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 22)) 2025-07-02T08:02:57.1968126Z Downloading lxml-6.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (6.6 kB) 2025-07-02T08:02:57.1968964Z Collecting pyopengl>=3.1.4 (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 22)) 2025-07-02T08:02:57.1969682Z Downloading PyOpenGL-3.1.9-py3-none-any.whl.metadata (3.3 kB) 2025-07-02T08:02:57.1970409Z Collecting pyparsing>=3.0.0 (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 22)) 2025-07-02T08:02:57.1971132Z Downloading pyparsing-3.2.3-py3-none-any.whl.metadata (5.0 kB) 2025-07-02T08:02:57.1971850Z Collecting etils[epath] (from mujoco->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 23)) 2025-07-02T08:02:57.1972552Z Downloading etils-1.5.2-py3-none-any.whl.metadata (6.3 kB) 2025-07-02T08:02:57.1973258Z Collecting mlflow-skinny==3.1.1 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1973999Z Downloading mlflow_skinny-3.1.1-py3-none-any.whl.metadata (30 kB) 2025-07-02T08:02:57.1974689Z Collecting Flask<4 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1975370Z Downloading flask-3.1.1-py3-none-any.whl.metadata (3.0 kB) 2025-07-02T08:02:57.1976239Z Collecting alembic!=1.10.0,<2 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1976995Z Downloading alembic-1.16.2-py3-none-any.whl.metadata (7.3 kB) 2025-07-02T08:02:57.1977907Z Collecting docker<8,>=4.0.0 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1978668Z Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-07-02T08:02:57.1979425Z Collecting graphene<4 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1980199Z Downloading graphene-3.4.3-py2.py3-none-any.whl.metadata (6.9 kB) 2025-07-02T08:02:57.1980981Z Collecting gunicorn<24 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1981737Z Downloading gunicorn-23.0.0-py3-none-any.whl.metadata (4.4 kB) 2025-07-02T08:02:57.1982513Z Collecting matplotlib<4 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1983440Z Downloading matplotlib-3.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-07-02T08:02:57.1984329Z Collecting pandas<3 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1985212Z Downloading pandas-2.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (91 kB) 2025-07-02T08:02:57.1986102Z Collecting pyarrow<21,>=4.0.0 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1986930Z Downloading pyarrow-20.0.0-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-07-02T08:02:57.1987766Z Collecting scikit-learn<2 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1988678Z Downloading scikit_learn-1.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) 2025-07-02T08:02:57.1989685Z Collecting sqlalchemy<3,>=1.4.0 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1990541Z Downloading sqlalchemy-2.0.41-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB) 2025-07-02T08:02:57.1991531Z Collecting cachetools<7,>=5.0.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1992680Z Downloading cachetools-6.1.0-py3-none-any.whl.metadata (5.4 kB) 2025-07-02T08:02:57.1993556Z Collecting databricks-sdk<1,>=0.20.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1994451Z Downloading databricks_sdk-0.57.0-py3-none-any.whl.metadata (39 kB) 2025-07-02T08:02:57.1995285Z Collecting fastapi<1 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1996119Z Downloading fastapi-0.115.14-py3-none-any.whl.metadata (27 kB) 2025-07-02T08:02:57.1997022Z Collecting importlib_metadata!=4.7.0,<9,>=3.7.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1997953Z Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) 2025-07-02T08:02:57.1998891Z Collecting opentelemetry-api<3,>=1.9.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.1999814Z Downloading opentelemetry_api-1.34.1-py3-none-any.whl.metadata (1.5 kB) 2025-07-02T08:02:57.2000721Z Collecting opentelemetry-sdk<3,>=1.9.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2001642Z Downloading opentelemetry_sdk-1.34.1-py3-none-any.whl.metadata (1.6 kB) 2025-07-02T08:02:57.2002513Z Collecting sqlparse<1,>=0.4.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2003357Z Downloading sqlparse-0.5.3-py3-none-any.whl.metadata (3.9 kB) 2025-07-02T08:02:57.2004192Z Collecting uvicorn<1 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2005081Z Downloading uvicorn-0.35.0-py3-none-any.whl.metadata (6.5 kB) 2025-07-02T08:02:57.2005810Z Collecting Mako (from alembic!=1.10.0,<2->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2006515Z Downloading mako-1.3.10-py3-none-any.whl.metadata (2.9 kB) 2025-07-02T08:02:57.2007366Z Collecting google-auth~=2.0 (from databricks-sdk<1,>=0.20.0->mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2008254Z Downloading google_auth-2.40.3-py2.py3-none-any.whl.metadata (6.2 kB) 2025-07-02T08:02:57.2009102Z Collecting starlette<0.47.0,>=0.40.0 (from fastapi<1->mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2009945Z Downloading starlette-0.46.2-py3-none-any.whl.metadata (6.2 kB) 2025-07-02T08:02:57.2010679Z Collecting blinker>=1.9.0 (from Flask<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2011412Z Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB) 2025-07-02T08:02:57.2012168Z Collecting itsdangerous>=2.2.0 (from Flask<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2012933Z Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-07-02T08:02:57.2013683Z Collecting jinja2>=3.1.2 (from Flask<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2014386Z Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-07-02T08:02:57.2015121Z Collecting markupsafe>=2.1.1 (from Flask<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2016063Z Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-07-02T08:02:57.2016998Z Collecting gitdb<5,>=4.0.1 (from gitpython!=3.1.29,>=1.0.0->wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 21)) 2025-07-02T08:02:57.2017753Z Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) 2025-07-02T08:02:57.2018523Z Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.29,>=1.0.0->wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 21)) 2025-07-02T08:02:57.2019308Z Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) 2025-07-02T08:02:57.2020085Z Collecting cachetools<7,>=5.0.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2020882Z Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) 2025-07-02T08:02:57.2021829Z Collecting pyasn1-modules>=0.2.1 (from google-auth~=2.0->databricks-sdk<1,>=0.20.0->mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2022773Z Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) 2025-07-02T08:02:57.2023680Z Collecting rsa<5,>=3.1.4 (from google-auth~=2.0->databricks-sdk<1,>=0.20.0->mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2024543Z Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) 2025-07-02T08:02:57.2025279Z Collecting graphql-core<3.3,>=3.1 (from graphene<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2026058Z Downloading graphql_core-3.2.6-py3-none-any.whl.metadata (11 kB) 2025-07-02T08:02:57.2026841Z Collecting graphql-relay<3.3,>=3.1 (from graphene<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2027614Z Downloading graphql_relay-3.2.0-py3-none-any.whl.metadata (12 kB) 2025-07-02T08:02:57.2028415Z Collecting python-dateutil<3,>=2.7.0 (from graphene<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2029288Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-07-02T08:02:57.2030215Z Collecting zipp>=3.20 (from importlib_metadata!=4.7.0,<9,>=3.7.0->mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2031231Z Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) 2025-07-02T08:02:57.2032260Z Collecting contourpy>=1.0.1 (from matplotlib<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2033243Z Downloading contourpy-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.4 kB) 2025-07-02T08:02:57.2034192Z Collecting cycler>=0.10 (from matplotlib<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2035005Z Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB) 2025-07-02T08:02:57.2035831Z Collecting fonttools>=4.22.0 (from matplotlib<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2036806Z Downloading fonttools-4.58.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (106 kB) 2025-07-02T08:02:57.2037791Z Collecting kiwisolver>=1.3.1 (from matplotlib<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2038885Z Downloading kiwisolver-1.4.7-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (6.3 kB) 2025-07-02T08:02:57.2040034Z Collecting importlib-resources>=3.2.0 (from matplotlib<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2041039Z Downloading importlib_resources-6.5.2-py3-none-any.whl.metadata (3.9 kB) 2025-07-02T08:02:57.2042165Z Collecting opentelemetry-semantic-conventions==0.55b1 (from opentelemetry-sdk<3,>=1.9.0->mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2043365Z Downloading opentelemetry_semantic_conventions-0.55b1-py3-none-any.whl.metadata (2.5 kB) 2025-07-02T08:02:57.2044280Z Collecting pytz>=2020.1 (from pandas<3->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2045064Z Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 2025-07-02T08:02:57.2045863Z Collecting tzdata>=2022.7 (from pandas<3->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2046669Z Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) 2025-07-02T08:02:57.2047688Z Collecting pyasn1>=0.1.3 (from rsa<5,>=3.1.4->google-auth~=2.0->databricks-sdk<1,>=0.20.0->mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2048674Z Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) 2025-07-02T08:02:57.2049471Z Collecting joblib>=1.2.0 (from scikit-learn<2->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2050281Z Downloading joblib-1.5.1-py3-none-any.whl.metadata (5.6 kB) 2025-07-02T08:02:57.2051115Z Collecting threadpoolctl>=3.1.0 (from scikit-learn<2->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2052003Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-07-02T08:02:57.2052861Z Collecting greenlet>=1 (from sqlalchemy<3,>=1.4.0->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2053818Z Downloading greenlet-3.2.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (4.1 kB) 2025-07-02T08:02:57.2054900Z Collecting anyio<5,>=3.6.2 (from starlette<0.47.0,>=0.40.0->fastapi<1->mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2055809Z Downloading anyio-4.9.0-py3-none-any.whl.metadata (4.7 kB) 2025-07-02T08:02:57.2056870Z Collecting sniffio>=1.1 (from anyio<5,>=3.6.2->starlette<0.47.0,>=0.40.0->fastapi<1->mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2057898Z Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 2025-07-02T08:02:57.2058666Z Collecting h11>=0.8 (from uvicorn<1->mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 24)) 2025-07-02T08:02:57.2059429Z Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 2025-07-02T08:02:57.2060404Z Requirement already satisfied: filelock in /pytorch/rl/env/lib/python3.9/site-packages (from ray->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 27)) (3.18.0) 2025-07-02T08:02:57.2061604Z Collecting jsonschema (from ray->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 27)) 2025-07-02T08:02:57.2062324Z Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) 2025-07-02T08:02:57.2063031Z Collecting msgpack<2.0.0,>=1.0.0 (from ray->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 27)) 2025-07-02T08:02:57.2063859Z Downloading msgpack-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB) 2025-07-02T08:02:57.2064828Z Collecting huggingface-hub<1.0,>=0.30.0 (from transformers->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 28)) 2025-07-02T08:02:57.2065620Z Downloading huggingface_hub-0.33.2-py3-none-any.whl.metadata (14 kB) 2025-07-02T08:02:57.2066435Z Collecting regex!=2019.12.17 (from transformers->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 28)) 2025-07-02T08:02:57.2067294Z Downloading regex-2024.11.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) 2025-07-02T08:02:57.2068184Z Collecting tokenizers<0.22,>=0.21 (from transformers->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 28)) 2025-07-02T08:02:57.2069082Z Downloading tokenizers-0.21.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-07-02T08:02:57.2069967Z Collecting safetensors>=0.4.3 (from transformers->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 28)) 2025-07-02T08:02:57.2070868Z Downloading safetensors-0.5.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) 2025-07-02T08:02:57.2071892Z Collecting fsspec>=2023.5.0 (from huggingface-hub<1.0,>=0.30.0->transformers->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 28)) 2025-07-02T08:02:57.2072954Z Downloading fsspec-2025.5.1-py3-none-any.whl.metadata (11 kB) 2025-07-02T08:02:57.2073841Z Collecting hf-xet<2.0.0,>=1.1.2 (from huggingface-hub<1.0,>=0.30.0->transformers->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 28)) 2025-07-02T08:02:57.2074837Z Downloading hf_xet-1.1.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (879 bytes) 2025-07-02T08:02:57.2075697Z Collecting torch (from timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2076468Z Downloading torch-2.7.1-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-07-02T08:02:57.2077265Z Collecting torchvision (from timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2078107Z Downloading torchvision-0.22.1-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (6.1 kB) 2025-07-02T08:02:57.2079079Z Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->ray->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 27)) 2025-07-02T08:02:57.2080081Z Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 2025-07-02T08:02:57.2080997Z Collecting referencing>=0.28.4 (from jsonschema->ray->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 27)) 2025-07-02T08:02:57.2081829Z Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 2025-07-02T08:02:57.2082647Z Collecting rpds-py>=0.7.1 (from jsonschema->ray->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 27)) 2025-07-02T08:02:57.2083556Z Downloading rpds_py-0.26.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) 2025-07-02T08:02:57.2084542Z Collecting sympy>=1.13.3 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2085243Z Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-07-02T08:02:57.2085931Z Collecting networkx (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2086648Z Downloading networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB) 2025-07-02T08:02:57.2087426Z Collecting nvidia-cuda-nvrtc-cu12==12.6.77 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2088509Z Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-07-02T08:02:57.2089447Z Collecting nvidia-cuda-runtime-cu12==12.6.77 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2090526Z Downloading nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-07-02T08:02:57.2091594Z Collecting nvidia-cuda-cupti-cu12==12.6.80 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2092596Z Downloading nvidia_cuda_cupti_cu12-12.6.80-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-07-02T08:02:57.2093588Z Collecting nvidia-cudnn-cu12==9.5.1.17 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2094478Z Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl.metadata (1.6 kB) 2025-07-02T08:02:57.2095360Z Collecting nvidia-cublas-cu12==12.6.4.1 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2096353Z Downloading nvidia_cublas_cu12-12.6.4.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-07-02T08:02:57.2097336Z Collecting nvidia-cufft-cu12==11.3.0.4 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2098296Z Downloading nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-07-02T08:02:57.2099275Z Collecting nvidia-curand-cu12==10.3.7.77 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2100316Z Downloading nvidia_curand_cu12-10.3.7.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-07-02T08:02:57.2101260Z Collecting nvidia-cusolver-cu12==11.7.1.2 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2102216Z Downloading nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-07-02T08:02:57.2103159Z Collecting nvidia-cusparse-cu12==12.5.4.2 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2104109Z Downloading nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-07-02T08:02:57.2105058Z Collecting nvidia-cusparselt-cu12==0.6.3 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2105940Z Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-07-02T08:02:57.2106793Z Collecting nvidia-nccl-cu12==2.26.2 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2107690Z Downloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.0 kB) 2025-07-02T08:02:57.2108607Z Collecting nvidia-nvtx-cu12==12.6.77 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2109527Z Downloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB) 2025-07-02T08:02:57.2110456Z Collecting nvidia-nvjitlink-cu12==12.6.85 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2111415Z Downloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.5 kB) 2025-07-02T08:02:57.2112618Z Collecting nvidia-cufile-cu12==1.11.1.6 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2113633Z Downloading nvidia_cufile_cu12-1.11.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB) 2025-07-02T08:02:57.2114652Z Collecting triton==3.3.1 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2115593Z Downloading triton-3.3.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.5 kB) 2025-07-02T08:02:57.2116546Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.8np1u0uj.requirements.txt (line 30)) 2025-07-02T08:02:57.2117359Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-07-02T08:02:57.2117803Z Downloading imageio-2.26.0-py3-none-any.whl (3.4 MB) 2025-07-02T08:02:57.2118383Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 151.6 MB/s eta 0:00:00 2025-07-02T08:02:57.2118769Z Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) 2025-07-02T08:02:57.2119193Z Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 2025-07-02T08:02:57.2119620Z Downloading proglog-0.1.12-py3-none-any.whl (6.3 kB) 2025-07-02T08:02:57.2120041Z Downloading requests-2.32.4-py3-none-any.whl (64 kB) 2025-07-02T08:02:57.2120641Z Downloading charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (149 kB) 2025-07-02T08:02:57.2121238Z Downloading idna-3.10-py3-none-any.whl (70 kB) 2025-07-02T08:02:57.2121622Z Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) 2025-07-02T08:02:57.2122035Z Downloading hypothesis-6.135.22-py3-none-any.whl (519 kB) 2025-07-02T08:02:57.2122528Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-07-02T08:02:57.2122977Z Downloading future-1.0.0-py3-none-any.whl (491 kB) 2025-07-02T08:02:57.2123388Z Downloading cloudpickle-3.1.1-py3-none-any.whl (20 kB) 2025-07-02T08:02:57.2123937Z Downloading pygame-2.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB) 2025-07-02T08:02:57.2124676Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/14.0 MB 192.5 MB/s eta 0:00:00 2025-07-02T08:02:57.2125045Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB) 2025-07-02T08:02:57.2125403Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-07-02T08:02:57.2125775Z Downloading pytest_cov-6.2.1-py3-none-any.whl (24 kB) 2025-07-02T08:02:57.2126157Z Downloading pytest_mock-3.14.1-py3-none-any.whl (9.9 kB) 2025-07-02T08:02:57.2126584Z Downloading pytest_instafail-0.5.0-py3-none-any.whl (4.2 kB) 2025-07-02T08:02:57.2127029Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-07-02T08:02:57.2127469Z Downloading pytest_timeout-2.4.0-py3-none-any.whl (14 kB) 2025-07-02T08:02:57.2127886Z Downloading pytest_asyncio-1.0.0-py3-none-any.whl (15 kB) 2025-07-02T08:02:57.2128281Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-07-02T08:02:57.2128672Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-07-02T08:02:57.2129072Z Downloading pybind11_global-2.13.6-py3-none-any.whl (439 kB) 2025-07-02T08:02:57.2129780Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB) 2025-07-02T08:02:57.2130408Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 81.2 MB/s eta 0:00:00 2025-07-02T08:02:57.2130938Z Downloading scipy-1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.6 MB) 2025-07-02T08:02:57.2131576Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.6/38.6 MB 296.1 MB/s eta 0:00:00 2025-07-02T08:02:57.2132085Z Downloading numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.5 MB) 2025-07-02T08:02:57.2132704Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.5/19.5 MB 275.7 MB/s eta 0:00:00 2025-07-02T08:02:57.2133091Z Downloading hydra_core-1.3.2-py3-none-any.whl (154 kB) 2025-07-02T08:02:57.2133498Z Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-07-02T08:02:57.2133912Z Downloading tensorboard-2.19.0-py3-none-any.whl (5.5 MB) 2025-07-02T08:02:57.2134411Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 182.9 MB/s eta 0:00:00 2025-07-02T08:02:57.2134918Z Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl (6.6 MB) 2025-07-02T08:02:57.2135615Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 165.1 MB/s eta 0:00:00 2025-07-02T08:02:57.2136145Z Downloading wandb-0.21.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.2 MB) 2025-07-02T08:02:57.2136823Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.2/22.2 MB 187.8 MB/s eta 0:00:00 2025-07-02T08:02:57.2137229Z Downloading pydantic-2.11.7-py3-none-any.whl (444 kB) 2025-07-02T08:02:57.2137786Z Downloading pydantic_core-2.33.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) 2025-07-02T08:02:57.2138442Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 182.8 MB/s eta 0:00:00 2025-07-02T08:02:57.2139019Z Downloading typing_extensions-4.14.0-py3-none-any.whl (43 kB) 2025-07-02T08:02:57.2139641Z Downloading dm_control-1.0.31-py3-none-any.whl (56.4 MB) 2025-07-02T08:02:57.2140160Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.4/56.4 MB 181.2 MB/s eta 0:00:00 2025-07-02T08:02:57.2140688Z Downloading mujoco-3.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB) 2025-07-02T08:02:57.2141348Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.5/6.5 MB 127.0 MB/s eta 0:00:00 2025-07-02T08:02:57.2141749Z Downloading mlflow-3.1.1-py3-none-any.whl (24.7 MB) 2025-07-02T08:02:57.2142248Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.7/24.7 MB 173.0 MB/s eta 0:00:00 2025-07-02T08:02:57.2142677Z Downloading mlflow_skinny-3.1.1-py3-none-any.whl (1.9 MB) 2025-07-02T08:02:57.2143181Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 127.8 MB/s eta 0:00:00 2025-07-02T08:02:57.2143592Z Downloading alembic-1.16.2-py3-none-any.whl (242 kB) 2025-07-02T08:02:57.2143980Z Downloading click-8.1.8-py3-none-any.whl (98 kB) 2025-07-02T08:02:57.2144402Z Downloading databricks_sdk-0.57.0-py3-none-any.whl (733 kB) 2025-07-02T08:02:57.2144929Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 733.8/733.8 kB 84.0 MB/s eta 0:00:00 2025-07-02T08:02:57.2145315Z Downloading docker-7.1.0-py3-none-any.whl (147 kB) 2025-07-02T08:02:57.2145722Z Downloading fastapi-0.115.14-py3-none-any.whl (95 kB) 2025-07-02T08:02:57.2146125Z Downloading flask-3.1.1-py3-none-any.whl (103 kB) 2025-07-02T08:02:57.2146529Z Downloading GitPython-3.1.44-py3-none-any.whl (207 kB) 2025-07-02T08:02:57.2146921Z Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) 2025-07-02T08:02:57.2147356Z Downloading google_auth-2.40.3-py2.py3-none-any.whl (216 kB) 2025-07-02T08:02:57.2147791Z Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) 2025-07-02T08:02:57.2148226Z Downloading graphene-3.4.3-py2.py3-none-any.whl (114 kB) 2025-07-02T08:02:57.2148661Z Downloading graphql_core-3.2.6-py3-none-any.whl (203 kB) 2025-07-02T08:02:57.2149078Z Downloading graphql_relay-3.2.0-py3-none-any.whl (16 kB) 2025-07-02T08:02:57.2149503Z Downloading gunicorn-23.0.0-py3-none-any.whl (85 kB) 2025-07-02T08:02:57.2149941Z Downloading importlib_metadata-8.7.0-py3-none-any.whl (27 kB) 2025-07-02T08:02:57.2150547Z Downloading matplotlib-3.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB) 2025-07-02T08:02:57.2151308Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 221.7 MB/s eta 0:00:00 2025-07-02T08:02:57.2151828Z Downloading opentelemetry_api-1.34.1-py3-none-any.whl (65 kB) 2025-07-02T08:02:57.2152317Z Downloading opentelemetry_sdk-1.34.1-py3-none-any.whl (118 kB) 2025-07-02T08:02:57.2152960Z Downloading opentelemetry_semantic_conventions-0.55b1-py3-none-any.whl (196 kB) 2025-07-02T08:02:57.2153494Z Downloading packaging-25.0-py3-none-any.whl (66 kB) 2025-07-02T08:02:57.2154038Z Downloading pandas-2.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB) 2025-07-02T08:02:57.2154696Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 282.6 MB/s eta 0:00:00 2025-07-02T08:02:57.2155162Z Downloading pyarrow-20.0.0-cp39-cp39-manylinux_2_28_x86_64.whl (42.3 MB) 2025-07-02T08:02:57.2155740Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 183.2 MB/s eta 0:00:00 2025-07-02T08:02:57.2156224Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-07-02T08:02:57.2156699Z Downloading rsa-4.9.1-py3-none-any.whl (34 kB) 2025-07-02T08:02:57.2157246Z Downloading scikit_learn-1.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB) 2025-07-02T08:02:57.2157901Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/13.5 MB 225.5 MB/s eta 0:00:00 2025-07-02T08:02:57.2158301Z Downloading smmap-5.0.2-py3-none-any.whl (24 kB) 2025-07-02T08:02:57.2158848Z Downloading sqlalchemy-2.0.41-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) 2025-07-02T08:02:57.2159510Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 160.6 MB/s eta 0:00:00 2025-07-02T08:02:57.2159910Z Downloading sqlparse-0.5.3-py3-none-any.whl (44 kB) 2025-07-02T08:02:57.2160313Z Downloading starlette-0.46.2-py3-none-any.whl (72 kB) 2025-07-02T08:02:57.2160717Z Downloading anyio-4.9.0-py3-none-any.whl (100 kB) 2025-07-02T08:02:57.2161095Z Downloading uvicorn-0.35.0-py3-none-any.whl (66 kB) 2025-07-02T08:02:57.2161618Z Downloading av-14.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.9 MB) 2025-07-02T08:02:57.2162242Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.9/34.9 MB 214.7 MB/s eta 0:00:00 2025-07-02T08:02:57.2162934Z Downloading coverage-7.9.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240 kB) 2025-07-02T08:02:57.2163787Z Downloading ray-2.47.1-cp39-cp39-manylinux2014_x86_64.whl (68.8 MB) 2025-07-02T08:02:57.2164284Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.8/68.8 MB 210.1 MB/s eta 0:00:00 2025-07-02T08:02:57.2164788Z Downloading msgpack-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (405 kB) 2025-07-02T08:02:57.2165324Z Downloading transformers-4.53.0-py3-none-any.whl (10.8 MB) 2025-07-02T08:02:57.2165812Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.8/10.8 MB 239.7 MB/s eta 0:00:00 2025-07-02T08:02:57.2166219Z Downloading huggingface_hub-0.33.2-py3-none-any.whl (515 kB) 2025-07-02T08:02:57.2166730Z Downloading hf_xet-1.1.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) 2025-07-02T08:02:57.2167370Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 207.0 MB/s eta 0:00:00 2025-07-02T08:02:57.2167879Z Downloading tokenizers-0.21.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) 2025-07-02T08:02:57.2168550Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 214.3 MB/s eta 0:00:00 2025-07-02T08:02:57.2169035Z Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB) 2025-07-02T08:02:57.2169534Z Downloading timm-1.0.16-py3-none-any.whl (2.5 MB) 2025-07-02T08:02:57.2169979Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 169.3 MB/s eta 0:00:00 2025-07-02T08:02:57.2170333Z Downloading absl_py-2.3.0-py3-none-any.whl (135 kB) 2025-07-02T08:02:57.2170729Z Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) 2025-07-02T08:02:57.2171107Z Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 2025-07-02T08:02:57.2171474Z Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB) 2025-07-02T08:02:57.2171847Z Downloading certifi-2025.6.15-py3-none-any.whl (157 kB) 2025-07-02T08:02:57.2172385Z Downloading contourpy-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (321 kB) 2025-07-02T08:02:57.2172907Z Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) 2025-07-02T08:02:57.2173393Z Downloading dm_tree-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (153 kB) 2025-07-02T08:02:57.2173924Z Downloading exceptiongroup-1.3.0-py3-none-any.whl (16 kB) 2025-07-02T08:02:57.2174465Z Downloading fonttools-4.58.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.7 MB) 2025-07-02T08:02:57.2175079Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 226.4 MB/s eta 0:00:00 2025-07-02T08:02:57.2175442Z Downloading fsspec-2025.5.1-py3-none-any.whl (199 kB) 2025-07-02T08:02:57.2175962Z Downloading greenlet-3.2.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (580 kB) 2025-07-02T08:02:57.2176565Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 580.8/580.8 kB 57.4 MB/s eta 0:00:00 2025-07-02T08:02:57.2177052Z Downloading grpcio-1.73.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB) 2025-07-02T08:02:57.2177649Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 155.9 MB/s eta 0:00:00 2025-07-02T08:02:57.2177991Z Downloading h11-0.16.0-py3-none-any.whl (37 kB) 2025-07-02T08:02:57.2178443Z Downloading imageio_ffmpeg-0.6.0-py3-none-manylinux2014_x86_64.whl (29.5 MB) 2025-07-02T08:02:57.2178988Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.5/29.5 MB 56.1 MB/s eta 0:00:00 2025-07-02T08:02:57.2179391Z Downloading importlib_resources-6.5.2-py3-none-any.whl (37 kB) 2025-07-02T08:02:57.2179824Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-07-02T08:02:57.2180216Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2025-07-02T08:02:57.2180602Z Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-07-02T08:02:57.2180951Z Downloading joblib-1.5.1-py3-none-any.whl (307 kB) 2025-07-02T08:02:57.2181468Z Downloading kiwisolver-1.4.7-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) 2025-07-02T08:02:57.2182075Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 37.2 MB/s eta 0:00:00 2025-07-02T08:02:57.2182450Z Downloading markdown-3.8.2-py3-none-any.whl (106 kB) 2025-07-02T08:02:57.2182981Z Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) 2025-07-02T08:02:57.2183627Z Downloading pillow-11.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.6 MB) 2025-07-02T08:02:57.2184218Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 45.4 MB/s eta 0:00:00 2025-07-02T08:02:57.2184569Z Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) 2025-07-02T08:02:57.2184962Z Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) 2025-07-02T08:02:57.2185371Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-07-02T08:02:57.2185819Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 53.1 MB/s eta 0:00:00 2025-07-02T08:02:57.2186200Z Downloading PyOpenGL-3.1.9-py3-none-any.whl (3.2 MB) 2025-07-02T08:02:57.2186647Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 53.5 MB/s eta 0:00:00 2025-07-02T08:02:57.2187885Z Downloading pyparsing-3.2.3-py3-none-any.whl (111 kB) 2025-07-02T08:02:57.2188269Z Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 2025-07-02T08:02:57.2188853Z Downloading regex-2024.11.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (780 kB) 2025-07-02T08:02:57.2189469Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 780.9/780.9 kB 44.3 MB/s eta 0:00:00 2025-07-02T08:02:57.2189990Z Downloading safetensors-0.5.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (471 kB) 2025-07-02T08:02:57.2190562Z Downloading sentry_sdk-2.32.0-py2.py3-none-any.whl (356 kB) 2025-07-02T08:02:57.2190959Z Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-07-02T08:02:57.2191334Z Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 2025-07-02T08:02:57.2191797Z Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-07-02T08:02:57.2192371Z Downloading tomli-2.2.1-py3-none-any.whl (14 kB) 2025-07-02T08:02:57.2192865Z Downloading typing_inspection-0.4.1-py3-none-any.whl (14 kB) 2025-07-02T08:02:57.2193328Z Downloading tzdata-2025.2-py2.py3-none-any.whl (347 kB) 2025-07-02T08:02:57.2193754Z Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) 2025-07-02T08:02:57.2194147Z Downloading zipp-3.23.0-py3-none-any.whl (10 kB) 2025-07-02T08:02:57.2194527Z Downloading dm_env-1.6-py3-none-any.whl (26 kB) 2025-07-02T08:02:57.2194893Z Downloading etils-1.5.2-py3-none-any.whl (140 kB) 2025-07-02T08:02:57.2195330Z Downloading eval_type_backport-0.2.2-py3-none-any.whl (5.8 kB) 2025-07-02T08:02:57.2196139Z Downloading glfw-2.9.0-py2.py27.py3.py30.py31.py32.py33.py34.py35.py36.py37.py38.p39.p310.p311.p312.p313-none-manylinux_2_28_x86_64.whl (243 kB) 2025-07-02T08:02:57.2196932Z Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) 2025-07-02T08:02:57.2197439Z Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 2025-07-02T08:02:57.2197941Z Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 2025-07-02T08:02:57.2198498Z Downloading rpds_py-0.26.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (383 kB) 2025-07-02T08:02:57.2199171Z Downloading labmaze-1.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB) 2025-07-02T08:02:57.2199831Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 139.1 MB/s eta 0:00:00 2025-07-02T08:02:57.2200361Z Downloading lxml-6.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.3 MB) 2025-07-02T08:02:57.2200974Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 171.8 MB/s eta 0:00:00 2025-07-02T08:02:57.2201361Z Downloading mako-1.3.10-py3-none-any.whl (78 kB) 2025-07-02T08:02:57.2201803Z Downloading torch-2.7.1-cp39-cp39-manylinux_2_28_x86_64.whl (821.1 MB) 2025-07-02T08:02:57.2202362Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.1/821.1 MB 39.5 MB/s eta 0:00:00 2025-07-02T08:02:57.2202946Z Downloading nvidia_cublas_cu12-12.6.4.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (393.1 MB) 2025-07-02T08:02:57.2203648Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 393.1/393.1 MB 87.0 MB/s eta 0:00:00 2025-07-02T08:02:57.2204431Z Downloading nvidia_cuda_cupti_cu12-12.6.80-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.9 MB) 2025-07-02T08:02:57.2205132Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.9/8.9 MB 160.8 MB/s eta 0:00:00 2025-07-02T08:02:57.2205610Z Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl (23.7 MB) 2025-07-02T08:02:57.2206180Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 157.3 MB/s eta 0:00:00 2025-07-02T08:02:57.2206745Z Downloading nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (897 kB) 2025-07-02T08:02:57.2207409Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 897.7/897.7 kB 80.0 MB/s eta 0:00:00 2025-07-02T08:02:57.2207869Z Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl (571.0 MB) 2025-07-02T08:02:57.2208428Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 571.0/571.0 MB 57.5 MB/s eta 0:00:00 2025-07-02T08:02:57.2208977Z Downloading nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (200.2 MB) 2025-07-02T08:02:57.2209618Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.2/200.2 MB 123.9 MB/s eta 0:00:00 2025-07-02T08:02:57.2210163Z Downloading nvidia_cufile_cu12-1.11.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB) 2025-07-02T08:02:57.2210796Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 103.9 MB/s eta 0:00:00 2025-07-02T08:02:57.2211343Z Downloading nvidia_curand_cu12-10.3.7.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (56.3 MB) 2025-07-02T08:02:57.2211973Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 140.6 MB/s eta 0:00:00 2025-07-02T08:02:57.2212530Z Downloading nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (158.2 MB) 2025-07-02T08:02:57.2213173Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.2/158.2 MB 131.2 MB/s eta 0:00:00 2025-07-02T08:02:57.2213733Z Downloading nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216.6 MB) 2025-07-02T08:02:57.2214399Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.6/216.6 MB 131.3 MB/s eta 0:00:00 2025-07-02T08:02:57.2214880Z Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl (156.8 MB) 2025-07-02T08:02:57.2215457Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 MB 132.4 MB/s eta 0:00:00 2025-07-02T08:02:57.2215982Z Downloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (201.3 MB) 2025-07-02T08:02:57.2216615Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 MB 126.8 MB/s eta 0:00:00 2025-07-02T08:02:57.2217177Z Downloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (19.7 MB) 2025-07-02T08:02:57.2217814Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 50.7 MB/s eta 0:00:00 2025-07-02T08:02:57.2218339Z Downloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89 kB) 2025-07-02T08:02:57.2219071Z Downloading triton-3.3.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (155.6 MB) 2025-07-02T08:02:57.2219682Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.6/155.6 MB 65.0 MB/s eta 0:00:00 2025-07-02T08:02:57.2220094Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-07-02T08:02:57.2220547Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 35.0 MB/s eta 0:00:00 2025-07-02T08:02:57.2220910Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-07-02T08:02:57.2221351Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 3.1 MB/s eta 0:00:00 2025-07-02T08:02:57.2221727Z Downloading networkx-3.2.1-py3-none-any.whl (1.6 MB) 2025-07-02T08:02:57.2222178Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 12.5 MB/s eta 0:00:00 2025-07-02T08:02:57.2222630Z Downloading torchvision-0.22.1-cp39-cp39-manylinux_2_28_x86_64.whl (7.5 MB) 2025-07-02T08:02:57.2223161Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/7.5 MB 36.0 MB/s eta 0:00:00 2025-07-02T08:02:57.2223610Z Building wheels for collected packages: moviepy, antlr4-python3-runtime 2025-07-02T08:02:57.2224041Z Building wheel for moviepy (setup.py): started 2025-07-02T08:02:57.2224445Z Building wheel for moviepy (setup.py): finished with status 'done' 2025-07-02T08:02:57.2225227Z Created wheel for moviepy: filename=moviepy-1.0.3-py3-none-any.whl size=110797 sha256=147340e2b110fabb0fe3385b34d37370d021544d22924c1356cfba4616a0ac42 2025-07-02T08:02:57.2226153Z Stored in directory: /root/.cache/pip/wheels/29/15/e4/4f790bec6acd51a00b67e8ee1394f0bc6e0135c315f8ff399a 2025-07-02T08:02:57.2226967Z Building wheel for antlr4-python3-runtime (setup.py): started 2025-07-02T08:02:57.2227505Z Building wheel for antlr4-python3-runtime (setup.py): finished with status 'done' 2025-07-02T08:02:57.2228497Z Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=92c485f52b69b0bfa91514e3e1c95bf78a2a5d59ec882123ea178f2563ce0ed2 2025-07-02T08:02:57.2229614Z Stored in directory: /root/.cache/pip/wheels/23/cf/80/f3efa822e6ab23277902ee9165fe772eeb1dfb8014f359020a 2025-07-02T08:02:57.2230219Z Successfully built moviepy antlr4-python3-runtime 2025-07-02T08:02:57.7544492Z Installing collected packages: sortedcontainers, pytz, pyopengl, nvidia-cusparselt-cu12, mpmath, glfw, dm-tree, antlr4-python3-runtime, zipp, urllib3, tzdata, typing-extensions, triton, tqdm, tomli, threadpoolctl, tensorboard-data-server, sympy, sqlparse, sniffio, smmap, six, safetensors, rpds-py, regex, pyyaml, pyparsing, pygments, pygame, pybind11-global, pybind11, pyasn1, pyarrow, pluggy, pillow, packaging, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufile-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, ninja, networkx, msgpack, markupsafe, lxml, kiwisolver, joblib, itsdangerous, iniconfig, imageio_ffmpeg, idna, hf-xet, h11, grpcio, greenlet, future, fsspec, fonttools, expecttest, eval-type-backport, etils, decorator, cycler, coverage, cloudpickle, click, charset_normalizer, certifi, cachetools, blinker, av, attrs, annotated-types, absl-py, werkzeug, uvicorn, typing-inspection, sqlalchemy, sentry-sdk, scipy, rsa, requests, referencing, python-dateutil, pydantic-core, pyasn1-modules, proglog, omegaconf, nvidia-cusparse-cu12, nvidia-cufft-cu12, nvidia-cudnn-cu12, Mako, labmaze, jinja2, importlib-resources, importlib_metadata, imageio, gunicorn, graphql-core, gitdb, exceptiongroup, dm-env, contourpy, scikit-learn, pytest, pydantic, pandas, opentelemetry-api, nvidia-cusolver-cu12, moviepy, matplotlib, markdown, jsonschema-specifications, hypothesis, hydra-core, huggingface-hub, graphql-relay, google-auth, gitpython, Flask, docker, anyio, alembic, wandb, torch, tokenizers, tensorboard, starlette, pytest-timeout, pytest-rerunfailures, pytest-mock, pytest-instafail, pytest-cov, pytest-asyncio, opentelemetry-semantic-conventions, mujoco, jsonschema, graphene, databricks-sdk, transformers, torchvision, ray, opentelemetry-sdk, fastapi, dm_control, timm, mlflow-skinny, mlflow 2025-07-02T08:02:57.7552659Z 2025-07-02T08:02:57.7562638Z Successfully installed Flask-3.1.1 Mako-1.3.10 absl-py-2.3.0 alembic-1.16.2 annotated-types-0.7.0 antlr4-python3-runtime-4.9.3 anyio-4.9.0 attrs-25.3.0 av-14.4.0 blinker-1.9.0 cachetools-5.5.2 certifi-2025.6.15 charset_normalizer-3.4.2 click-8.1.8 cloudpickle-3.1.1 contourpy-1.3.0 coverage-7.9.1 cycler-0.12.1 databricks-sdk-0.57.0 decorator-4.4.2 dm-env-1.6 dm-tree-0.1.8 dm_control-1.0.31 docker-7.1.0 etils-1.5.2 eval-type-backport-0.2.2 exceptiongroup-1.3.0 expecttest-0.3.0 fastapi-0.115.14 fonttools-4.58.4 fsspec-2025.5.1 future-1.0.0 gitdb-4.0.12 gitpython-3.1.44 glfw-2.9.0 google-auth-2.40.3 graphene-3.4.3 graphql-core-3.2.6 graphql-relay-3.2.0 greenlet-3.2.3 grpcio-1.73.1 gunicorn-23.0.0 h11-0.16.0 hf-xet-1.1.5 huggingface-hub-0.33.2 hydra-core-1.3.2 hypothesis-6.135.22 idna-3.10 imageio-2.26.0 imageio_ffmpeg-0.6.0 importlib-resources-6.5.2 importlib_metadata-8.7.0 iniconfig-2.1.0 itsdangerous-2.2.0 jinja2-3.1.6 joblib-1.5.1 jsonschema-4.24.0 jsonschema-specifications-2025.4.1 kiwisolver-1.4.7 labmaze-1.0.6 lxml-6.0.0 markdown-3.8.2 markupsafe-3.0.2 matplotlib-3.9.4 mlflow-3.1.1 mlflow-skinny-3.1.1 moviepy-1.0.3 mpmath-1.3.0 msgpack-1.1.1 mujoco-3.3.3 networkx-3.2.1 ninja-1.11.1.4 numpy-2.0.2 nvidia-cublas-cu12-12.6.4.1 nvidia-cuda-cupti-cu12-12.6.80 nvidia-cuda-nvrtc-cu12-12.6.77 nvidia-cuda-runtime-cu12-12.6.77 nvidia-cudnn-cu12-9.5.1.17 nvidia-cufft-cu12-11.3.0.4 nvidia-cufile-cu12-1.11.1.6 nvidia-curand-cu12-10.3.7.77 nvidia-cusolver-cu12-11.7.1.2 nvidia-cusparse-cu12-12.5.4.2 nvidia-cusparselt-cu12-0.6.3 nvidia-nccl-cu12-2.26.2 nvidia-nvjitlink-cu12-12.6.85 nvidia-nvtx-cu12-12.6.77 omegaconf-2.3.0 opentelemetry-api-1.34.1 opentelemetry-sdk-1.34.1 opentelemetry-semantic-conventions-0.55b1 packaging-25.0 pandas-2.3.0 pillow-11.3.0 pluggy-1.6.0 proglog-0.1.12 pyarrow-20.0.0 pyasn1-0.6.1 pyasn1-modules-0.4.2 pybind11-2.13.6 pybind11-global-2.13.6 pydantic-2.11.7 pydantic-core-2.33.2 pygame-2.6.1 pygments-2.19.2 pyopengl-3.1.9 pyparsing-3.2.3 pytest-8.4.1 pytest-asyncio-1.0.0 pytest-cov-6.2.1 pytest-instafail-0.5.0 pytest-mock-3.14.1 pytest-rerunfailures-15.1 pytest-timeout-2.4.0 python-dateutil-2.9.0.post0 pytz-2025.2 pyyaml-6.0.2 ray-2.47.1 referencing-0.36.2 regex-2024.11.6 requests-2.32.4 rpds-py-0.26.0 rsa-4.9.1 safetensors-0.5.3 scikit-learn-1.6.1 scipy-1.13.1 sentry-sdk-2.32.0 six-1.17.0 smmap-5.0.2 sniffio-1.3.1 sortedcontainers-2.4.0 sqlalchemy-2.0.41 sqlparse-0.5.3 starlette-0.46.2 sympy-1.14.0 tensorboard-2.19.0 tensorboard-data-server-0.7.2 threadpoolctl-3.6.0 timm-1.0.16 tokenizers-0.21.2 tomli-2.2.1 torch-2.7.1 torchvision-0.22.1 tqdm-4.67.1 transformers-4.53.0 triton-3.3.1 typing-extensions-4.14.0 typing-inspection-0.4.1 tzdata-2025.2 urllib3-2.5.0 uvicorn-0.35.0 wandb-0.21.0 werkzeug-3.1.3 zipp-3.23.0 2025-07-02T08:02:57.7572645Z 2025-07-02T08:02:57.7572906Z done 2025-07-02T08:02:57.7573104Z # 2025-07-02T08:02:57.7573302Z # To activate this environment, use 2025-07-02T08:02:57.7573585Z # 2025-07-02T08:02:57.7573795Z # $ conda activate /pytorch/rl/env 2025-07-02T08:02:57.7574060Z # 2025-07-02T08:02:57.7574278Z # To deactivate an active environment, use 2025-07-02T08:02:57.7574559Z # 2025-07-02T08:02:57.7574756Z # $ conda deactivate 2025-07-02T08:02:57.7574911Z 2025-07-02T08:02:57.7574916Z 2025-07-02T08:02:57.7575009Z # Reset conda env variables 2025-07-02T08:02:57.7575267Z conda deactivate 2025-07-02T08:02:57.7575472Z + conda deactivate 2025-07-02T08:02:57.7575699Z + local cmd=deactivate 2025-07-02T08:02:57.7575916Z + case "$cmd" in 2025-07-02T08:02:57.7576136Z + __conda_activate deactivate 2025-07-02T08:02:57.7576398Z + '[' -n '' ']' 2025-07-02T08:02:57.7576592Z + local ask_conda 2025-07-02T08:02:57.7576816Z ++ PS1='(/pytorch/rl/env) ' 2025-07-02T08:02:57.7577069Z ++ __conda_exe shell.posix deactivate 2025-07-02T08:02:57.7577343Z ++ '[' -n '' ']' 2025-07-02T08:02:57.7577598Z ++ /pytorch/rl/conda/bin/conda shell.posix deactivate 2025-07-02T08:02:57.7578570Z + ask_conda='export PATH='\''/pytorch/rl/conda/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-07-02T08:02:57.7579401Z unset CONDA_PREFIX_1 2025-07-02T08:02:57.7579624Z unset _CE_M 2025-07-02T08:02:57.7579884Z unset _CE_CONDA 2025-07-02T08:02:57.7580084Z unset MAX_IDLE_COUNT 2025-07-02T08:02:57.7580305Z unset MUJOCO_GL 2025-07-02T08:02:57.7580509Z unset PYOPENGL_PLATFORM 2025-07-02T08:02:57.7580742Z unset DISPLAY 2025-07-02T08:02:57.7580938Z unset SDL_VIDEODRIVER 2025-07-02T08:02:57.7581169Z unset LAZY_LEGACY_OP 2025-07-02T08:02:57.7581386Z unset RL_LOGGING_LEVEL 2025-07-02T08:02:57.7581633Z unset TOKENIZERS_PARALLELISM 2025-07-02T08:02:57.7581878Z PS1='\''(base) '\'' 2025-07-02T08:02:57.7582133Z export CONDA_PREFIX='\''/pytorch/rl/conda'\'' 2025-07-02T08:02:57.7582439Z export CONDA_SHLVL='\''1'\'' 2025-07-02T08:02:57.7582709Z export CONDA_DEFAULT_ENV='\''base'\'' 2025-07-02T08:02:57.7583022Z export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2025-07-02T08:02:57.7583373Z export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:02:57.7583791Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\''' 2025-07-02T08:02:57.7584694Z + eval 'export PATH='\''/pytorch/rl/conda/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-07-02T08:02:57.7585520Z unset CONDA_PREFIX_1 2025-07-02T08:02:57.7585731Z unset _CE_M 2025-07-02T08:02:57.7585928Z unset _CE_CONDA 2025-07-02T08:02:57.7586127Z unset MAX_IDLE_COUNT 2025-07-02T08:02:57.7586351Z unset MUJOCO_GL 2025-07-02T08:02:57.7586572Z unset PYOPENGL_PLATFORM 2025-07-02T08:02:57.7586794Z unset DISPLAY 2025-07-02T08:02:57.7587005Z unset SDL_VIDEODRIVER 2025-07-02T08:02:57.7587222Z unset LAZY_LEGACY_OP 2025-07-02T08:02:57.7587450Z unset RL_LOGGING_LEVEL 2025-07-02T08:02:57.7587680Z unset TOKENIZERS_PARALLELISM 2025-07-02T08:02:57.7587933Z PS1='\''(base) '\'' 2025-07-02T08:02:57.7588180Z export CONDA_PREFIX='\''/pytorch/rl/conda'\'' 2025-07-02T08:02:57.7588497Z export CONDA_SHLVL='\''1'\'' 2025-07-02T08:02:57.7588752Z export CONDA_DEFAULT_ENV='\''base'\'' 2025-07-02T08:02:57.7589064Z export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2025-07-02T08:02:57.7589424Z export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:02:57.7589829Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\''' 2025-07-02T08:02:57.7590713Z export PATH='/pytorch/rl/conda/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2025-07-02T08:02:57.7592245Z ++ export PATH=/pytorch/rl/conda/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-07-02T08:02:57.7593551Z ++ PATH=/pytorch/rl/conda/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-07-02T08:02:57.7594341Z unset CONDA_PREFIX_1 2025-07-02T08:02:57.7594566Z ++ unset CONDA_PREFIX_1 2025-07-02T08:02:57.7594803Z unset _CE_M 2025-07-02T08:02:57.7594992Z ++ unset _CE_M 2025-07-02T08:02:57.7595200Z unset _CE_CONDA 2025-07-02T08:02:57.7595400Z ++ unset _CE_CONDA 2025-07-02T08:02:57.7595622Z unset MAX_IDLE_COUNT 2025-07-02T08:02:57.7595840Z ++ unset MAX_IDLE_COUNT 2025-07-02T08:02:57.7596072Z unset MUJOCO_GL 2025-07-02T08:02:57.7596269Z ++ unset MUJOCO_GL 2025-07-02T08:02:57.7596493Z unset PYOPENGL_PLATFORM 2025-07-02T08:02:57.7596731Z ++ unset PYOPENGL_PLATFORM 2025-07-02T08:02:57.7596979Z unset DISPLAY 2025-07-02T08:02:57.7597185Z ++ unset DISPLAY 2025-07-02T08:02:57.7597390Z unset SDL_VIDEODRIVER 2025-07-02T08:02:57.7597628Z ++ unset SDL_VIDEODRIVER 2025-07-02T08:02:57.7597860Z unset LAZY_LEGACY_OP 2025-07-02T08:02:57.7598201Z ++ unset LAZY_LEGACY_OP 2025-07-02T08:02:57.7598421Z unset RL_LOGGING_LEVEL 2025-07-02T08:02:57.7598660Z ++ unset RL_LOGGING_LEVEL 2025-07-02T08:02:57.7598905Z unset TOKENIZERS_PARALLELISM 2025-07-02T08:02:57.7599276Z ++ unset TOKENIZERS_PARALLELISM 2025-07-02T08:02:57.7599523Z PS1='(base) ' 2025-07-02T08:02:57.7599727Z ++ PS1='(base) ' 2025-07-02T08:02:57.7599952Z export CONDA_PREFIX='/pytorch/rl/conda' 2025-07-02T08:02:57.7600268Z ++ export CONDA_PREFIX=/pytorch/rl/conda 2025-07-02T08:02:57.7600643Z ++ CONDA_PREFIX=/pytorch/rl/conda 2025-07-02T08:02:57.7600907Z export CONDA_SHLVL='1' 2025-07-02T08:02:57.7601145Z ++ export CONDA_SHLVL=1 2025-07-02T08:02:57.7601359Z ++ CONDA_SHLVL=1 2025-07-02T08:02:57.7601583Z export CONDA_DEFAULT_ENV='base' 2025-07-02T08:02:57.7601845Z ++ export CONDA_DEFAULT_ENV=base 2025-07-02T08:02:57.7602117Z ++ CONDA_DEFAULT_ENV=base 2025-07-02T08:02:57.7602367Z export CONDA_PROMPT_MODIFIER='(base) ' 2025-07-02T08:02:57.7602681Z ++ export 'CONDA_PROMPT_MODIFIER=(base) ' 2025-07-02T08:02:57.7602981Z ++ CONDA_PROMPT_MODIFIER='(base) ' 2025-07-02T08:02:57.7603298Z export CONDA_EXE='/pytorch/rl/conda/bin/conda' 2025-07-02T08:02:57.7603648Z ++ export CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:02:57.7603970Z ++ CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:02:57.7604328Z export CONDA_PYTHON_EXE='/pytorch/rl/conda/bin/python' 2025-07-02T08:02:57.7604717Z ++ export CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:02:58.9539840Z ++ CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:02:58.9540210Z + __conda_hashr 2025-07-02T08:02:58.9540442Z + '[' -n '' ']' 2025-07-02T08:02:58.9540646Z + '[' -n '' ']' 2025-07-02T08:02:58.9540853Z + hash -r 2025-07-02T08:02:58.9541052Z conda activate "${env_dir}" 2025-07-02T08:02:58.9541325Z + conda activate /pytorch/rl/env 2025-07-02T08:02:58.9541585Z + local cmd=activate 2025-07-02T08:02:58.9541808Z + case "$cmd" in 2025-07-02T08:02:58.9542039Z + __conda_activate activate /pytorch/rl/env 2025-07-02T08:02:58.9557644Z + '[' -n '' ']' 2025-07-02T08:02:58.9557883Z + local ask_conda 2025-07-02T08:02:58.9558113Z ++ PS1='(base) ' 2025-07-02T08:02:58.9558375Z ++ __conda_exe shell.posix activate /pytorch/rl/env 2025-07-02T08:02:58.9558732Z ++ '[' -n '' ']' 2025-07-02T08:02:58.9559061Z ++ /pytorch/rl/conda/bin/conda shell.posix activate /pytorch/rl/env 2025-07-02T08:02:58.9559476Z + ask_conda='unset _CE_M 2025-07-02T08:02:58.9559708Z unset _CE_CONDA 2025-07-02T08:02:58.9559940Z PS1='\''(/pytorch/rl/env) '\'' 2025-07-02T08:02:58.9560738Z export PATH='\''/pytorch/rl/env/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-07-02T08:02:58.9561591Z export CONDA_PREFIX='\''/pytorch/rl/env'\'' 2025-07-02T08:02:58.9561919Z export CONDA_SHLVL='\''2'\'' 2025-07-02T08:02:58.9562211Z export CONDA_DEFAULT_ENV='\''/pytorch/rl/env'\'' 2025-07-02T08:02:58.9562603Z export CONDA_PROMPT_MODIFIER='\''(/pytorch/rl/env) '\'' 2025-07-02T08:02:58.9562960Z export MAX_IDLE_COUNT='\''1000'\'' 2025-07-02T08:02:58.9563251Z export MUJOCO_GL='\''glfw'\'' 2025-07-02T08:02:58.9563525Z export PYOPENGL_PLATFORM='\''glfw'\'' 2025-07-02T08:02:58.9563824Z export DISPLAY='\'':99'\'' 2025-07-02T08:02:58.9564089Z export SDL_VIDEODRIVER='\''dummy'\'' 2025-07-02T08:02:58.9564392Z export LAZY_LEGACY_OP='\''False'\'' 2025-07-02T08:02:58.9564691Z export RL_LOGGING_LEVEL='\''DEBUG'\'' 2025-07-02T08:02:58.9564997Z export TOKENIZERS_PARALLELISM='\''true'\'' 2025-07-02T08:02:58.9565351Z export CONDA_PREFIX_1='\''/pytorch/rl/conda'\'' 2025-07-02T08:02:58.9565723Z export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:02:58.9566153Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\''' 2025-07-02T08:02:58.9566514Z + eval 'unset _CE_M 2025-07-02T08:02:58.9566735Z unset _CE_CONDA 2025-07-02T08:02:58.9566950Z PS1='\''(/pytorch/rl/env) '\'' 2025-07-02T08:02:58.9567749Z export PATH='\''/pytorch/rl/env/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-07-02T08:02:58.9568596Z export CONDA_PREFIX='\''/pytorch/rl/env'\'' 2025-07-02T08:02:58.9568907Z export CONDA_SHLVL='\''2'\'' 2025-07-02T08:02:58.9569414Z export CONDA_DEFAULT_ENV='\''/pytorch/rl/env'\'' 2025-07-02T08:02:58.9569790Z export CONDA_PROMPT_MODIFIER='\''(/pytorch/rl/env) '\'' 2025-07-02T08:02:58.9570156Z export MAX_IDLE_COUNT='\''1000'\'' 2025-07-02T08:02:58.9570429Z export MUJOCO_GL='\''glfw'\'' 2025-07-02T08:02:58.9570815Z export PYOPENGL_PLATFORM='\''glfw'\'' 2025-07-02T08:02:58.9571103Z export DISPLAY='\'':99'\'' 2025-07-02T08:02:58.9571374Z export SDL_VIDEODRIVER='\''dummy'\'' 2025-07-02T08:02:58.9571668Z export LAZY_LEGACY_OP='\''False'\'' 2025-07-02T08:02:58.9571954Z export RL_LOGGING_LEVEL='\''DEBUG'\'' 2025-07-02T08:02:58.9572311Z export TOKENIZERS_PARALLELISM='\''true'\'' 2025-07-02T08:02:58.9572655Z export CONDA_PREFIX_1='\''/pytorch/rl/conda'\'' 2025-07-02T08:02:58.9573017Z export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:02:58.9573443Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\''' 2025-07-02T08:02:58.9573813Z unset _CE_M 2025-07-02T08:02:58.9574001Z ++ unset _CE_M 2025-07-02T08:02:58.9574214Z unset _CE_CONDA 2025-07-02T08:02:58.9574413Z ++ unset _CE_CONDA 2025-07-02T08:02:58.9574640Z PS1='(/pytorch/rl/env) ' 2025-07-02T08:02:58.9574882Z ++ PS1='(/pytorch/rl/env) ' 2025-07-02T08:02:58.9575656Z export PATH='/pytorch/rl/env/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' 2025-07-02T08:02:58.9576956Z ++ export PATH=/pytorch/rl/env/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-07-02T08:02:58.9578233Z ++ PATH=/pytorch/rl/env/bin:/pytorch/rl/conda/condabin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-07-02T08:02:58.9579028Z export CONDA_PREFIX='/pytorch/rl/env' 2025-07-02T08:02:58.9579332Z ++ export CONDA_PREFIX=/pytorch/rl/env 2025-07-02T08:02:58.9579639Z ++ CONDA_PREFIX=/pytorch/rl/env 2025-07-02T08:02:58.9579900Z export CONDA_SHLVL='2' 2025-07-02T08:02:58.9580145Z ++ export CONDA_SHLVL=2 2025-07-02T08:02:58.9580367Z ++ CONDA_SHLVL=2 2025-07-02T08:02:58.9580610Z export CONDA_DEFAULT_ENV='/pytorch/rl/env' 2025-07-02T08:02:58.9580938Z ++ export CONDA_DEFAULT_ENV=/pytorch/rl/env 2025-07-02T08:02:58.9581245Z ++ CONDA_DEFAULT_ENV=/pytorch/rl/env 2025-07-02T08:02:58.9581580Z export CONDA_PROMPT_MODIFIER='(/pytorch/rl/env) ' 2025-07-02T08:02:58.9581951Z ++ export 'CONDA_PROMPT_MODIFIER=(/pytorch/rl/env) ' 2025-07-02T08:02:58.9582316Z ++ CONDA_PROMPT_MODIFIER='(/pytorch/rl/env) ' 2025-07-02T08:02:58.9582625Z export MAX_IDLE_COUNT='1000' 2025-07-02T08:02:58.9582892Z ++ export MAX_IDLE_COUNT=1000 2025-07-02T08:02:58.9583142Z ++ MAX_IDLE_COUNT=1000 2025-07-02T08:02:58.9583381Z export MUJOCO_GL='glfw' 2025-07-02T08:02:58.9583614Z ++ export MUJOCO_GL=glfw 2025-07-02T08:02:58.9583856Z ++ MUJOCO_GL=glfw 2025-07-02T08:02:58.9584095Z export PYOPENGL_PLATFORM='glfw' 2025-07-02T08:02:58.9584369Z ++ export PYOPENGL_PLATFORM=glfw 2025-07-02T08:02:58.9584652Z ++ PYOPENGL_PLATFORM=glfw 2025-07-02T08:02:58.9584898Z export DISPLAY=':99' 2025-07-02T08:02:58.9585132Z ++ export DISPLAY=:99 2025-07-02T08:02:58.9585349Z ++ DISPLAY=:99 2025-07-02T08:02:58.9585577Z export SDL_VIDEODRIVER='dummy' 2025-07-02T08:02:58.9585842Z ++ export SDL_VIDEODRIVER=dummy 2025-07-02T08:02:58.9586117Z ++ SDL_VIDEODRIVER=dummy 2025-07-02T08:02:58.9586362Z export LAZY_LEGACY_OP='False' 2025-07-02T08:02:58.9586632Z ++ export LAZY_LEGACY_OP=False 2025-07-02T08:02:58.9586884Z ++ LAZY_LEGACY_OP=False 2025-07-02T08:02:58.9587134Z export RL_LOGGING_LEVEL='DEBUG' 2025-07-02T08:02:58.9587410Z ++ export RL_LOGGING_LEVEL=DEBUG 2025-07-02T08:02:58.9587672Z ++ RL_LOGGING_LEVEL=DEBUG 2025-07-02T08:02:58.9587942Z export TOKENIZERS_PARALLELISM='true' 2025-07-02T08:02:58.9588242Z ++ export TOKENIZERS_PARALLELISM=true 2025-07-02T08:02:58.9588544Z ++ TOKENIZERS_PARALLELISM=true 2025-07-02T08:02:58.9588824Z export CONDA_PREFIX_1='/pytorch/rl/conda' 2025-07-02T08:02:58.9589148Z ++ export CONDA_PREFIX_1=/pytorch/rl/conda 2025-07-02T08:02:58.9589541Z ++ CONDA_PREFIX_1=/pytorch/rl/conda 2025-07-02T08:02:58.9589861Z export CONDA_EXE='/pytorch/rl/conda/bin/conda' 2025-07-02T08:02:58.9590216Z ++ export CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:02:58.9590538Z ++ CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:02:58.9590961Z export CONDA_PYTHON_EXE='/pytorch/rl/conda/bin/python' 2025-07-02T08:02:58.9591358Z ++ export CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:02:58.9591839Z ++ CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:02:58.9592143Z + __conda_hashr 2025-07-02T08:02:58.9592357Z + '[' -n '' ']' 2025-07-02T08:02:58.9592594Z + '[' -n '' ']' 2025-07-02T08:02:58.9592798Z + hash -r 2025-07-02T08:02:58.9592909Z 2025-07-02T08:02:58.9593007Z echo "installing gymnasium" 2025-07-02T08:02:58.9593279Z + echo 'installing gymnasium' 2025-07-02T08:02:58.9593545Z installing gymnasium 2025-07-02T08:02:58.9593787Z if [[ "$PYTHON_VERSION" == "3.12" ]]; then 2025-07-02T08:02:58.9594090Z pip3 install ale-py 2025-07-02T08:02:58.9594320Z pip3 install sympy 2025-07-02T08:02:58.9594632Z pip3 install "gymnasium[mujoco]>=1.1" mo-gymnasium[mujoco] 2025-07-02T08:02:58.9594973Z else 2025-07-02T08:02:58.9595268Z pip3 install "gymnasium[atari,mujoco]>=1.1" mo-gymnasium[mujoco] 2025-07-02T08:02:58.9595637Z fi 2025-07-02T08:02:58.9595828Z + [[ 3.9 == \3\.\1\2 ]] 2025-07-02T08:02:58.9596157Z + pip3 install 'gymnasium[atari,mujoco]>=1.1' 'mo-gymnasium[mujoco]' 2025-07-02T08:02:58.9596649Z Collecting gymnasium>=1.1 (from gymnasium[atari,mujoco]>=1.1) 2025-07-02T08:02:58.9597151Z Downloading gymnasium-1.1.1-py3-none-any.whl.metadata (9.4 kB) 2025-07-02T08:02:58.9597561Z Collecting mo-gymnasium[mujoco] 2025-07-02T08:02:58.9597956Z Downloading mo_gymnasium-1.3.1-py3-none-any.whl.metadata (7.2 kB) 2025-07-02T08:02:58.9598746Z Requirement already satisfied: numpy>=1.21.0 in ./env/lib/python3.9/site-packages (from gymnasium>=1.1->gymnasium[atari,mujoco]>=1.1) (2.0.2) 2025-07-02T08:02:58.9599823Z Requirement already satisfied: cloudpickle>=1.2.0 in ./env/lib/python3.9/site-packages (from gymnasium>=1.1->gymnasium[atari,mujoco]>=1.1) (3.1.1) 2025-07-02T08:02:58.9600957Z Requirement already satisfied: importlib-metadata>=4.8.0 in ./env/lib/python3.9/site-packages (from gymnasium>=1.1->gymnasium[atari,mujoco]>=1.1) (8.7.0) 2025-07-02T08:02:58.9602112Z Requirement already satisfied: typing-extensions>=4.3.0 in ./env/lib/python3.9/site-packages (from gymnasium>=1.1->gymnasium[atari,mujoco]>=1.1) (4.14.0) 2025-07-02T08:02:58.9603038Z Collecting farama-notifications>=0.0.1 (from gymnasium>=1.1->gymnasium[atari,mujoco]>=1.1) 2025-07-02T08:02:58.9603689Z Downloading Farama_Notifications-0.0.4-py3-none-any.whl.metadata (558 bytes) 2025-07-02T08:02:58.9604280Z Collecting numpy>=1.21.0 (from gymnasium>=1.1->gymnasium[atari,mujoco]>=1.1) 2025-07-02T08:02:58.9604929Z Downloading numpy-1.26.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-07-02T08:02:58.9605734Z Requirement already satisfied: pygame>=2.1.3 in ./env/lib/python3.9/site-packages (from mo-gymnasium[mujoco]) (2.6.1) 2025-07-02T08:02:58.9606612Z Requirement already satisfied: scipy>=1.7.3 in ./env/lib/python3.9/site-packages (from mo-gymnasium[mujoco]) (1.13.1) 2025-07-02T08:02:58.9607471Z Requirement already satisfied: mujoco>=2.2.0 in ./env/lib/python3.9/site-packages (from mo-gymnasium[mujoco]) (3.3.3) 2025-07-02T08:02:58.9608352Z Requirement already satisfied: imageio>=2.14.1 in ./env/lib/python3.9/site-packages (from mo-gymnasium[mujoco]) (2.26.0) 2025-07-02T08:02:58.9609026Z Collecting ale_py>=0.9 (from gymnasium[atari,mujoco]>=1.1) 2025-07-02T08:02:58.9609613Z Downloading ale_py-0.11.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (9.0 kB) 2025-07-02T08:02:58.9610493Z Requirement already satisfied: pillow>=8.3.2 in ./env/lib/python3.9/site-packages (from imageio>=2.14.1->mo-gymnasium[mujoco]) (11.3.0) 2025-07-02T08:02:58.9611604Z Requirement already satisfied: zipp>=3.20 in ./env/lib/python3.9/site-packages (from importlib-metadata>=4.8.0->gymnasium>=1.1->gymnasium[atari,mujoco]>=1.1) (3.23.0) 2025-07-02T08:02:58.9612793Z Requirement already satisfied: absl-py in ./env/lib/python3.9/site-packages (from mujoco>=2.2.0->mo-gymnasium[mujoco]) (2.3.0) 2025-07-02T08:02:58.9613930Z Requirement already satisfied: etils[epath] in ./env/lib/python3.9/site-packages (from mujoco>=2.2.0->mo-gymnasium[mujoco]) (1.5.2) 2025-07-02T08:02:58.9614863Z Requirement already satisfied: glfw in ./env/lib/python3.9/site-packages (from mujoco>=2.2.0->mo-gymnasium[mujoco]) (2.9.0) 2025-07-02T08:02:58.9615791Z Requirement already satisfied: pyopengl in ./env/lib/python3.9/site-packages (from mujoco>=2.2.0->mo-gymnasium[mujoco]) (3.1.9) 2025-07-02T08:02:58.9616796Z Requirement already satisfied: fsspec in ./env/lib/python3.9/site-packages (from etils[epath]->mujoco>=2.2.0->mo-gymnasium[mujoco]) (2025.5.1) 2025-07-02T08:02:58.9617878Z Requirement already satisfied: importlib_resources in ./env/lib/python3.9/site-packages (from etils[epath]->mujoco>=2.2.0->mo-gymnasium[mujoco]) (6.5.2) 2025-07-02T08:02:58.9618666Z Downloading gymnasium-1.1.1-py3-none-any.whl (965 kB) 2025-07-02T08:02:58.9619441Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/965.4 kB ? eta -:--:-- 2025-07-02T08:02:58.9620128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 965.4/965.4 kB 69.5 MB/s eta 0:00:00 2025-07-02T08:02:58.9620708Z [?25hDownloading mo_gymnasium-1.3.1-py3-none-any.whl (479 kB) 2025-07-02T08:03:04.8597295Z Downloading numpy-1.26.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) 2025-07-02T08:03:04.8598334Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.2 MB ? eta -:--:-- 2025-07-02T08:03:04.8599047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 245.2 MB/s eta 0:00:00 2025-07-02T08:03:04.8599696Z [?25hDownloading Farama_Notifications-0.0.4-py3-none-any.whl (2.5 kB) 2025-07-02T08:03:04.8600319Z Downloading ale_py-0.11.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.6 MB) 2025-07-02T08:03:04.8601109Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.6 MB ? eta -:--:-- 2025-07-02T08:03:04.8601825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 150.1 MB/s eta 0:00:00 2025-07-02T08:03:04.8602566Z [?25hInstalling collected packages: farama-notifications, numpy, gymnasium, ale_py, mo-gymnasium 2025-07-02T08:03:04.8603129Z [?25l 2025-07-02T08:03:04.8603396Z  Attempting uninstall: numpy 2025-07-02T08:03:04.8603612Z 2025-07-02T08:03:04.8603798Z  Found existing installation: numpy 2.0.2 2025-07-02T08:03:04.8604031Z 2025-07-02T08:03:04.8604197Z  Uninstalling numpy-2.0.2: 2025-07-02T08:03:04.8604391Z 2025-07-02T08:03:04.8604565Z  Successfully uninstalled numpy-2.0.2 2025-07-02T08:03:04.8604789Z 2025-07-02T08:03:04.8605113Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8605979Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8606576Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8607393Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8607991Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8608586Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8609162Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8609751Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8610322Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8610936Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8611521Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8612113Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8612696Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/5 [numpy] 2025-07-02T08:03:04.8613284Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 2/5 [gymnasium] 2025-07-02T08:03:04.8613893Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 2/5 [gymnasium] 2025-07-02T08:03:04.8614499Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 2/5 [gymnasium] 2025-07-02T08:03:04.8615081Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 3/5 [ale_py] 2025-07-02T08:03:04.8615710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 4/5 [mo-gymnasium] 2025-07-02T08:03:04.8616411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5/5 [mo-gymnasium] 2025-07-02T08:03:04.8616800Z [?25h 2025-07-02T08:03:04.8617444Z Successfully installed ale_py-0.11.1 farama-notifications-0.0.4 gymnasium-1.1.1 mo-gymnasium-1.3.1 numpy-1.26.4 2025-07-02T08:03:04.8619644Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 2025-07-02T08:03:04.8621286Z pip3 install "mujoco" -U 2025-07-02T08:03:04.8621556Z + pip3 install mujoco -U 2025-07-02T08:03:04.8621999Z Requirement already satisfied: mujoco in ./env/lib/python3.9/site-packages (3.3.3) 2025-07-02T08:03:04.8622784Z Requirement already satisfied: absl-py in ./env/lib/python3.9/site-packages (from mujoco) (2.3.0) 2025-07-02T08:03:04.8624935Z Requirement already satisfied: etils[epath] in ./env/lib/python3.9/site-packages (from mujoco) (1.5.2) 2025-07-02T08:03:04.8625729Z Requirement already satisfied: glfw in ./env/lib/python3.9/site-packages (from mujoco) (2.9.0) 2025-07-02T08:03:04.8626450Z Requirement already satisfied: numpy in ./env/lib/python3.9/site-packages (from mujoco) (1.26.4) 2025-07-02T08:03:04.8627204Z Requirement already satisfied: pyopengl in ./env/lib/python3.9/site-packages (from mujoco) (3.1.9) 2025-07-02T08:03:04.8628025Z Requirement already satisfied: fsspec in ./env/lib/python3.9/site-packages (from etils[epath]->mujoco) (2025.5.1) 2025-07-02T08:03:04.8628935Z Requirement already satisfied: importlib_resources in ./env/lib/python3.9/site-packages (from etils[epath]->mujoco) (6.5.2) 2025-07-02T08:03:04.8629898Z Requirement already satisfied: typing_extensions in ./env/lib/python3.9/site-packages (from etils[epath]->mujoco) (4.14.0) 2025-07-02T08:03:04.8630787Z Requirement already satisfied: zipp in ./env/lib/python3.9/site-packages (from etils[epath]->mujoco) (3.23.0) 2025-07-02T08:03:04.8633224Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 2025-07-02T08:03:04.8634799Z  2025-07-02T08:03:04.8634993Z # sanity check: remove? 2025-07-02T08:03:04.8635245Z python3 -c """ 2025-07-02T08:03:04.8635465Z import dm_control 2025-07-02T08:03:04.8635716Z from dm_control import composer 2025-07-02T08:03:04.8635993Z from tensorboard import * 2025-07-02T08:03:04.8636321Z from google.protobuf import descriptor as _descriptor 2025-07-02T08:03:04.8636661Z """ 2025-07-02T08:03:04.8636862Z + python3 -c ' 2025-07-02T08:03:04.8637070Z import dm_control 2025-07-02T08:03:04.8637312Z from dm_control import composer 2025-07-02T08:03:04.8637597Z from tensorboard import * 2025-07-02T08:03:04.8637911Z from google.protobuf import descriptor as _descriptor 2025-07-02T08:03:04.8638265Z ' 2025-07-02T08:03:04.8639008Z /pytorch/rl/env/lib/python3.9/site-packages/glfw/__init__.py:917: GLFWError: (65550) b'X11: Failed to open display :99' 2025-07-02T08:03:04.8639670Z warnings.warn(message, GLFWError) 2025-07-02T08:03:04.8639870Z 2025-07-02T08:03:04.8639996Z # ============================================================================================ # 2025-07-02T08:03:04.8640418Z # ================================ PyTorch & TorchRL ========================================= # 2025-07-02T08:03:04.8640700Z 2025-07-02T08:03:04.8640809Z unset PYTORCH_VERSION 2025-07-02T08:03:04.8641049Z + unset PYTORCH_VERSION 2025-07-02T08:03:04.8641200Z 2025-07-02T08:03:04.8641326Z if [ "${CU_VERSION:-}" == cpu ] ; then 2025-07-02T08:03:04.8641606Z version="cpu" 2025-07-02T08:03:04.8641842Z echo "Using cpu build" 2025-07-02T08:03:04.8642155Z else 2025-07-02T08:03:04.8642414Z if [[ ${#CU_VERSION} -eq 4 ]]; then 2025-07-02T08:03:04.8642749Z CUDA_VERSION="${CU_VERSION:2:1}.${CU_VERSION:3:1}" 2025-07-02T08:03:04.8643108Z elif [[ ${#CU_VERSION} -eq 5 ]]; then 2025-07-02T08:03:04.8643537Z CUDA_VERSION="${CU_VERSION:2:2}.${CU_VERSION:4:1}" 2025-07-02T08:03:04.8643853Z fi 2025-07-02T08:03:04.8644183Z echo "Using CUDA $CUDA_VERSION as determined by CU_VERSION ($CU_VERSION)" 2025-07-02T08:03:04.8644718Z version="$(python -c "print('.'.join(\"${CUDA_VERSION}\".split('.')[:2]))")" 2025-07-02T08:03:04.8645125Z fi 2025-07-02T08:03:04.8645310Z + '[' cpu == cpu ']' 2025-07-02T08:03:04.8645551Z + version=cpu 2025-07-02T08:03:04.8645764Z + echo 'Using cpu build' 2025-07-02T08:03:04.8646021Z Using cpu build 2025-07-02T08:03:04.8646150Z 2025-07-02T08:03:04.8646417Z # submodules 2025-07-02T08:03:04.8646730Z git submodule sync && git submodule update --init --recursive 2025-07-02T08:03:04.8647121Z + git submodule sync 2025-07-02T08:03:04.8647369Z + git submodule update --init --recursive 2025-07-02T08:03:04.8647584Z 2025-07-02T08:03:04.8647827Z printf "Installing PyTorch with %s\n" "${CU_VERSION}" 2025-07-02T08:03:04.8648196Z + printf 'Installing PyTorch with %s\n' cpu 2025-07-02T08:03:04.8648524Z Installing PyTorch with cpu 2025-07-02T08:03:10.7764830Z if [[ "$TORCH_VERSION" == "nightly" ]]; then 2025-07-02T08:03:10.7765234Z if [ "${CU_VERSION:-}" == cpu ] ; then 2025-07-02T08:03:10.7765830Z pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U 2025-07-02T08:03:10.7766341Z else 2025-07-02T08:03:10.7766805Z pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/$CU_VERSION -U 2025-07-02T08:03:10.7767352Z fi 2025-07-02T08:03:10.7767564Z elif [[ "$TORCH_VERSION" == "stable" ]]; then 2025-07-02T08:03:10.7767914Z if [ "${CU_VERSION:-}" == cpu ] ; then 2025-07-02T08:03:10.7768383Z pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu -U 2025-07-02T08:03:10.7768852Z else 2025-07-02T08:03:10.7769264Z pip3 install torch torchvision --index-url https://download.pytorch.org/whl/$CU_VERSION -U 2025-07-02T08:03:10.7769754Z fi 2025-07-02T08:03:10.7769922Z else 2025-07-02T08:03:10.7770129Z printf "Failed to install pytorch" 2025-07-02T08:03:10.7770414Z exit 1 2025-07-02T08:03:10.7770594Z fi 2025-07-02T08:03:10.7770798Z + [[ nightly == \n\i\g\h\t\l\y ]] 2025-07-02T08:03:10.7771060Z + '[' cpu == cpu ']' 2025-07-02T08:03:10.7771535Z + pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U 2025-07-02T08:03:10.7772160Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu 2025-07-02T08:03:10.7772733Z Requirement already satisfied: torch in ./env/lib/python3.9/site-packages (2.7.1) 2025-07-02T08:03:10.7773198Z Collecting torch 2025-07-02T08:03:10.7773860Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250701%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-07-02T08:03:10.7774791Z Requirement already satisfied: torchvision in ./env/lib/python3.9/site-packages (0.22.1) 2025-07-02T08:03:10.7775277Z Collecting torchvision 2025-07-02T08:03:10.7776026Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.23.0.dev20250701%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (6.2 kB) 2025-07-02T08:03:10.7777142Z Requirement already satisfied: filelock in ./env/lib/python3.9/site-packages (from torch) (3.18.0) 2025-07-02T08:03:10.7777927Z Requirement already satisfied: typing-extensions>=4.10.0 in ./env/lib/python3.9/site-packages (from torch) (4.14.0) 2025-07-02T08:03:10.7778724Z Requirement already satisfied: sympy>=1.13.3 in ./env/lib/python3.9/site-packages (from torch) (1.14.0) 2025-07-02T08:03:10.7779441Z Requirement already satisfied: networkx in ./env/lib/python3.9/site-packages (from torch) (3.2.1) 2025-07-02T08:03:10.7780160Z Requirement already satisfied: jinja2 in ./env/lib/python3.9/site-packages (from torch) (3.1.6) 2025-07-02T08:03:10.7780868Z Requirement already satisfied: fsspec in ./env/lib/python3.9/site-packages (from torch) (2025.5.1) 2025-07-02T08:03:10.7781606Z Requirement already satisfied: numpy in ./env/lib/python3.9/site-packages (from torchvision) (1.26.4) 2025-07-02T08:03:10.7782194Z Collecting pillow!=8.3.*,<11.3,>=5.3.0 (from torchvision) 2025-07-02T08:03:10.7782967Z Downloading https://download.pytorch.org/whl/nightly/pillow-11.2.1-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (8.9 kB) 2025-07-02T08:03:10.7784091Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in ./env/lib/python3.9/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-07-02T08:03:10.7784941Z Requirement already satisfied: MarkupSafe>=2.0 in ./env/lib/python3.9/site-packages (from jinja2->torch) (3.0.2) 2025-07-02T08:03:10.7786224Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250701%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl (184.2 MB) 2025-07-02T08:03:10.7787352Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/184.2 MB ? eta -:--:-- 2025-07-02T08:03:10.7788202Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 116.7/184.2 MB 584.4 MB/s eta 0:00:01 2025-07-02T08:03:10.7788972Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.2 MB 582.8 MB/s eta 0:00:01 2025-07-02T08:03:10.7789705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.2 MB 582.8 MB/s eta 0:00:01 2025-07-02T08:03:10.7790423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.2 MB 582.8 MB/s eta 0:00:01 2025-07-02T08:03:10.7791145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.2 MB 582.8 MB/s eta 0:00:01 2025-07-02T08:03:10.7791961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.2 MB 582.8 MB/s eta 0:00:01 2025-07-02T08:03:10.7792702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.2 MB 582.8 MB/s eta 0:00:01 2025-07-02T08:03:10.7793426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.2 MB 582.8 MB/s eta 0:00:01 2025-07-02T08:03:10.7794138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.2 MB 582.8 MB/s eta 0:00:01 2025-07-02T08:03:10.7794861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.2 MB 582.8 MB/s eta 0:00:01 2025-07-02T08:03:10.7795569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.2 MB 582.8 MB/s eta 0:00:01 2025-07-02T08:03:10.7796306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.2 MB 582.8 MB/s eta 0:00:01 2025-07-02T08:03:10.7797028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.2/184.2 MB 73.4 MB/s eta 0:00:00 2025-07-02T08:03:10.7798031Z [?25hDownloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.23.0.dev20250701%2Bcpu-cp39-cp39-manylinux_2_28_x86_64.whl (2.0 MB) 2025-07-02T08:03:10.7799007Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.0 MB ? eta -:--:-- 2025-07-02T08:03:10.7799657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 24.6 MB/s eta 0:00:00 2025-07-02T08:03:10.7800492Z [?25hDownloading https://download.pytorch.org/whl/nightly/pillow-11.2.1-cp39-cp39-manylinux_2_28_x86_64.whl (4.6 MB) 2025-07-02T08:03:10.7801341Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.6 MB ? eta -:--:-- 2025-07-02T08:03:10.7802052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 45.2 MB/s eta 0:00:00 2025-07-02T08:03:10.7802626Z [?25hInstalling collected packages: pillow, torch, torchvision 2025-07-02T08:03:10.7803087Z [?25l 2025-07-02T08:03:10.7803342Z  Attempting uninstall: pillow 2025-07-02T08:03:10.7803536Z 2025-07-02T08:03:10.7803735Z  Found existing installation: pillow 11.3.0 2025-07-02T08:03:10.7803968Z 2025-07-02T08:03:10.7804227Z  Uninstalling pillow-11.3.0: 2025-07-02T08:03:10.7804426Z 2025-07-02T08:03:10.7804601Z  Successfully uninstalled pillow-11.3.0 2025-07-02T08:03:10.7804821Z 2025-07-02T08:03:10.7805060Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/3 [pillow] 2025-07-02T08:03:10.7805547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/3 [pillow] 2025-07-02T08:03:10.7805939Z  Attempting uninstall: torch 2025-07-02T08:03:10.7806348Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/3 [pillow] 2025-07-02T08:03:10.7806778Z  Found existing installation: torch 2.7.1 2025-07-02T08:03:10.7807217Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/3 [pillow] 2025-07-02T08:03:10.7807761Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:10.7808314Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:10.7808738Z  Uninstalling torch-2.7.1: 2025-07-02T08:03:10.7809201Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:10.7809638Z  Successfully uninstalled torch-2.7.1 2025-07-02T08:03:18.7545221Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7546255Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7547387Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7548366Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7549449Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7550479Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7551448Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7552636Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7553703Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7554761Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7555788Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7557276Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7558529Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7559594Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7560659Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7561712Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7562775Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7563881Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7564839Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7565854Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7566862Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7567833Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7568800Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7569787Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7570765Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7571758Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7572742Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7573858Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7574829Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7575929Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7576876Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7577847Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7578843Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7579822Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7580761Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7581788Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7582733Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7583734Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7584714Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7585679Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7586650Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7587631Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7588621Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7589792Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7590735Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:18.7591869Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:35.1867035Z ##[error]The operation was canceled. 2025-07-02T08:03:35.1919178Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-07-02T08:03:35.1919666Z with: 2025-07-02T08:03:35.1919969Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:35.1920348Z fail-on-empty: false 2025-07-02T08:03:35.1920587Z env: 2025-07-02T08:03:35.1920841Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:35.1921179Z REPOSITORY: pytorch/rl 2025-07-02T08:03:35.1921435Z PR_NUMBER: 3030 2025-07-02T08:03:35.1922925Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T08:03:35.1924736Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T08:03:35.1925262Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:35.1925770Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T08:03:35.1926125Z ##[endgroup] 2025-07-02T08:03:35.2508138Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-07-02T08:03:35.2508726Z # Only do these steps if we actually want to upload an artifact 2025-07-02T08:03:35.2509186Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-07-02T08:03:35.2509747Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-07-02T08:03:35.2510407Z  # attempt to just grab whatever is in there and scoop it all up 2025-07-02T08:03:35.2510897Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-07-02T08:03:35.2511308Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-07-02T08:03:35.2511747Z  fi 2025-07-02T08:03:35.2512028Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-07-02T08:03:35.2512464Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-07-02T08:03:35.2512861Z  fi 2025-07-02T08:03:35.2513103Z fi 2025-07-02T08:03:35.2513297Z  2025-07-02T08:03:35.2513508Z upload_docs=0 2025-07-02T08:03:35.2513890Z # Check if there are files in the documentation folder to upload, note that 2025-07-02T08:03:35.2514347Z # empty folders do not count 2025-07-02T08:03:35.2514803Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-07-02T08:03:35.2515383Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-07-02T08:03:35.2515868Z  # upload will probably not work correctly 2025-07-02T08:03:35.2516195Z  upload_docs=1 2025-07-02T08:03:35.2516444Z fi 2025-07-02T08:03:35.2516736Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-07-02T08:03:35.2525722Z shell: /usr/bin/bash -e {0} 2025-07-02T08:03:35.2526099Z env: 2025-07-02T08:03:35.2526345Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:35.2526700Z REPOSITORY: pytorch/rl 2025-07-02T08:03:35.2526942Z PR_NUMBER: 3030 2025-07-02T08:03:35.2528404Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T08:03:35.2530198Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T08:03:35.2530770Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:35.2531288Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T08:03:35.2531679Z UPLOAD_ARTIFACT_NAME: 2025-07-02T08:03:35.2531920Z ##[endgroup] 2025-07-02T08:03:35.2624323Z Prepare all required actions 2025-07-02T08:03:35.2664551Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-07-02T08:03:35.2664913Z with: 2025-07-02T08:03:35.2665093Z env: 2025-07-02T08:03:35.2665345Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:35.2665678Z REPOSITORY: pytorch/rl 2025-07-02T08:03:35.2665925Z PR_NUMBER: 3030 2025-07-02T08:03:35.2667410Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T08:03:35.2669096Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T08:03:35.2669813Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:35.2670322Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T08:03:35.2670687Z ##[endgroup] 2025-07-02T08:03:35.2697670Z ##[group]Run set -eou pipefail 2025-07-02T08:03:35.2697968Z set -eou pipefail 2025-07-02T08:03:35.2698204Z  2025-07-02T08:03:35.2698552Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-07-02T08:03:35.2699010Z for _ in $(seq 1440); do 2025-07-02T08:03:35.2699308Z  # Break if no ssh session exists anymore 2025-07-02T08:03:35.2699637Z  if [ "$(who)" = "" ]; then 2025-07-02T08:03:35.2699905Z  break 2025-07-02T08:03:35.2700121Z  fi 2025-07-02T08:03:35.2700318Z  echo "." 2025-07-02T08:03:35.2700545Z  sleep 5 2025-07-02T08:03:35.2700751Z done 2025-07-02T08:03:35.2706673Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T08:03:35.2707027Z env: 2025-07-02T08:03:35.2707256Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:35.2707580Z REPOSITORY: pytorch/rl 2025-07-02T08:03:35.2707798Z PR_NUMBER: 3030 2025-07-02T08:03:35.2709179Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T08:03:35.2710743Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T08:03:35.2711273Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:35.2711847Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T08:03:35.2712381Z ##[endgroup] 2025-07-02T08:03:35.2749391Z Holding runner for 2 hours until all ssh sessions have logged out 2025-07-02T08:03:35.2966787Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-07-02T08:03:35.2967326Z # ignore expansion of "docker ps -q" since it could be empty 2025-07-02T08:03:35.2967722Z # shellcheck disable=SC2046 2025-07-02T08:03:35.2968039Z docker stop $(docker ps -q) || true 2025-07-02T08:03:35.2968651Z # Prune all of the docker images 2025-07-02T08:03:35.2968967Z docker system prune -af 2025-07-02T08:03:35.2974487Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T08:03:35.2974844Z env: 2025-07-02T08:03:35.2975082Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:35.2975423Z REPOSITORY: pytorch/rl 2025-07-02T08:03:35.2975667Z PR_NUMBER: 3030 2025-07-02T08:03:35.2977260Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T08:03:35.2978923Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T08:03:35.2979488Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:35.2980008Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T08:03:35.2980383Z ##[endgroup] 2025-07-02T08:03:49.9834345Z c60581aa9c8c 2025-07-02T08:03:50.7609965Z Deleted Containers: 2025-07-02T08:03:50.7610575Z c60581aa9c8c6b94fe2c4c0eaa092965b1df38d1e208e1abae29bf79cb9b3bf3 2025-07-02T08:03:50.7610927Z 2025-07-02T08:03:51.3787612Z Deleted Images: 2025-07-02T08:03:51.3787991Z untagged: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:51.3788600Z untagged: nvidia/cuda@sha256:c4e81887e4aa9f13b1119337323cba89601319ecb282383b879c4ba50510fd17 2025-07-02T08:03:51.3789294Z deleted: sha256:5307765dadf8460b069757105b659484d7551f149397fb56c4817f383dd5b028 2025-07-02T08:03:51.3789929Z deleted: sha256:878177857e3caca758f63ab24bf351a8869dfaa7b97ac01b27d3e5e9c1dbad9b 2025-07-02T08:03:51.3790568Z deleted: sha256:388dd7dfab42da942cf4969e5ef3f763a0a8624c46338bcdcf94f7310c9728c8 2025-07-02T08:03:51.3791220Z deleted: sha256:55be7945a99dfd3f25ddaf1370ebe0bff3164a0a0b31a1dd0e855b58b32ce27c 2025-07-02T08:03:51.3791994Z deleted: sha256:a7e1663db1df1141ccd96629d0c0762a820b946949ac6d275e9f119766299cb5 2025-07-02T08:03:51.3792632Z deleted: sha256:fea9622cba950b74dc59e1b9708f4f5200c771d7a1b24e545146ed0a4dc5eb3f 2025-07-02T08:03:51.3793358Z deleted: sha256:4aefcd978c9165e6d1e83566b1d441520d42ca168f87ca040184c4236f3b2d14 2025-07-02T08:03:51.3794067Z deleted: sha256:e4dee0e80f745dac73b966b0d4521cc766dbf800b7a193f2b824757b49798f91 2025-07-02T08:03:51.3794780Z deleted: sha256:f8d25893e4a827540145c1e959e76b4e793c3fc0cb812165af01e63d42039138 2025-07-02T08:03:51.3795466Z deleted: sha256:c9285e9b466bfc216cdbcfa47d477fc725dd5bfc4558de82151d0b33e7cf080d 2025-07-02T08:03:51.3796156Z deleted: sha256:0ff7651aa862066c4b337650a13b6a22c8afb741fe69393972e3cf064b39be74 2025-07-02T08:03:51.3796832Z deleted: sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b 2025-07-02T08:03:51.3797214Z 2025-07-02T08:03:51.3810563Z Total reclaimed space: 13.65GB 2025-07-02T08:03:51.3862358Z ##[group]Run set +e 2025-07-02T08:03:51.3862621Z set +e 2025-07-02T08:03:51.3862874Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-07-02T08:03:51.3863274Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-07-02T08:03:51.3863621Z else 2025-07-02T08:03:51.3863899Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-07-02T08:03:51.3864224Z fi 2025-07-02T08:03:51.3864438Z set -e 2025-07-02T08:03:51.3872884Z shell: /usr/bin/bash -e {0} 2025-07-02T08:03:51.3873166Z env: 2025-07-02T08:03:51.3873424Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:51.3873789Z REPOSITORY: pytorch/rl 2025-07-02T08:03:51.3874043Z PR_NUMBER: 3030 2025-07-02T08:03:51.3875601Z SCRIPT: if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 # Set env vars from matrix export PYTHON_VERSION=3.9 export CU_VERSION="cpu" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" ## setup_env.sh bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T08:03:51.3877459Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T08:03:51.3878141Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:51.3878652Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T08:03:51.3879002Z NO_SUDO: false 2025-07-02T08:03:51.3879219Z ##[endgroup] 2025-07-02T08:03:54.3002086Z Post job cleanup. 2025-07-02T08:03:54.3990638Z Post job cleanup. 2025-07-02T08:03:54.4892836Z [command]/usr/bin/git version 2025-07-02T08:03:54.4932836Z git version 2.47.1 2025-07-02T08:03:54.4974207Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6a564a55-09cb-467e-8585-56e640932e99' before making global git config changes 2025-07-02T08:03:54.4975239Z Adding repository directory to the temporary git global config as a safe directory 2025-07-02T08:03:54.4984419Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/rl/rl/test-infra 2025-07-02T08:03:54.5015117Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-02T08:03:54.5043526Z [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' || :" 2025-07-02T08:03:54.5337662Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-02T08:03:54.5356319Z http.https://github.com/.extraheader 2025-07-02T08:03:54.5365692Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-02T08:03:54.5392618Z [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' || :" 2025-07-02T08:03:54.5740556Z A job completed hook has been configured by the self-hosted runner administrator 2025-07-02T08:03:54.5769839Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-07-02T08:03:54.5774937Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T08:03:54.5775309Z ##[endgroup] 2025-07-02T08:03:54.5980515Z [!ALERT!] Swap in detected! [!ALERT!] 2025-07-02T08:04:04.8616825Z [!ALERT!] Swap out detected [!ALERT!] 2025-07-02T08:04:21.5267997Z Cleaning up orphan processes