2025-07-02T07:56:17.3526467Z Current runner version: '2.325.0' 2025-07-02T07:56:17.3532726Z Runner name: 'i-0e18bca9da8dc0d83' 2025-07-02T07:56:17.3533468Z Runner group name: 'default' 2025-07-02T07:56:17.3534342Z Machine name: 'ip-10-0-6-240' 2025-07-02T07:56:17.3537078Z ##[group]GITHUB_TOKEN Permissions 2025-07-02T07:56:17.3539360Z Contents: read 2025-07-02T07:56:17.3539895Z Metadata: read 2025-07-02T07:56:17.3540482Z ##[endgroup] 2025-07-02T07:56:17.3542589Z Secret source: Actions 2025-07-02T07:56:17.3543627Z Prepare workflow directory 2025-07-02T07:56:17.4089640Z Prepare all required actions 2025-07-02T07:56:17.4127893Z Getting action download info 2025-07-02T07:56:17.7080444Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-02T07:56:18.0100186Z Download action repository 'pytorch/pytorch@main' (SHA:0364db7cd14ffa67b48ef8c27fefbb3eed2b065d) 2025-07-02T07:56:32.5553568Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-07-02T07:56:32.9059378Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-07-02T07:56:33.1736294Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-07-02T07:56:33.5178483Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-07-02T07:56:33.7864150Z Getting action download info 2025-07-02T07:56:33.9341898Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (4e43bd8700fb3fac32b6155020e13e6033eb4bcb) 2025-07-02T07:56:33.9346928Z ##[group] Inputs 2025-07-02T07:56:33.9348685Z 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.12 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.9350860Z timeout: 90 2025-07-02T07:56:33.9351108Z runner: linux.12xlarge 2025-07-02T07:56:33.9351363Z upload-artifact: 2025-07-02T07:56:33.9351929Z upload-artifact-to-s3: false 2025-07-02T07:56:33.9352234Z download-artifact: 2025-07-02T07:56:33.9352476Z repository: pytorch/rl 2025-07-02T07:56:33.9352758Z fetch-depth: 1 2025-07-02T07:56:33.9352982Z submodules: 2025-07-02T07:56:33.9353195Z ref: 2025-07-02T07:56:33.9353425Z test-infra-repository: pytorch/test-infra 2025-07-02T07:56:33.9353765Z test-infra-ref: 2025-07-02T07:56:33.9353999Z use-custom-docker-registry: true 2025-07-02T07:56:33.9354332Z docker-image: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:33.9354674Z docker-build-dir: .ci/docker 2025-07-02T07:56:33.9354944Z gpu-arch-type: cpu 2025-07-02T07:56:33.9355162Z gpu-arch-version: 2025-07-02T07:56:33.9355388Z job-name: linux-job 2025-07-02T07:56:33.9355641Z continue-on-error: false 2025-07-02T07:56:33.9355876Z binary-matrix: 2025-07-02T07:56:33.9356087Z run-with-docker: true 2025-07-02T07:56:33.9356305Z secrets-env: 2025-07-02T07:56:33.9356521Z no-sudo: false 2025-07-02T07:56:33.9356762Z ##[endgroup] 2025-07-02T07:56:33.9357000Z Complete job name: tests-cpu (3.12) / linux-job 2025-07-02T07:56:33.9964086Z A job started hook has been configured by the self-hosted runner administrator 2025-07-02T07:56:34.0065502Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-07-02T07:56:34.0074583Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:34.0075237Z ##[endgroup] 2025-07-02T07:56:35.3019168Z Runner Type: linux.12xlarge 2025-07-02T07:56:35.3019652Z Instance Type: c5.12xlarge 2025-07-02T07:56:35.3019907Z AMI Name: unknown 2025-07-02T07:56:35.3124484Z AMI ID: ami-05ffe3c48a9991133 2025-07-02T07:56:40.4327208Z ##[group]Run set -euxo pipefail 2025-07-02T07:56:40.4327596Z set -euxo pipefail 2025-07-02T07:56:40.4327884Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-07-02T07:56:40.4328232Z  echo "::group::Cleanup with-sudo debug output" 2025-07-02T07:56:40.4328593Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-07-02T07:56:40.4328871Z else 2025-07-02T07:56:40.4329121Z  echo "::group::Cleanup no-sudo debug output" 2025-07-02T07:56:40.4329459Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-07-02T07:56:40.4329734Z fi 2025-07-02T07:56:40.4329925Z  2025-07-02T07:56:40.4330136Z mkdir -p "${GITHUB_WORKSPACE}" 2025-07-02T07:56:40.4330446Z echo "::endgroup::" 2025-07-02T07:56:40.4339416Z shell: /usr/bin/bash -e {0} 2025-07-02T07:56:40.4339682Z env: 2025-07-02T07:56:40.4339915Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:40.4340261Z REPOSITORY: pytorch/rl 2025-07-02T07:56:40.4340545Z PR_NUMBER: 3030 2025-07-02T07:56:40.4341961Z 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.12 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.4343818Z NO_SUDO: false 2025-07-02T07:56:40.4344055Z ##[endgroup] 2025-07-02T07:56:40.4372098Z + [[ false == \f\a\l\s\e ]] 2025-07-02T07:56:40.4382099Z + echo '::group::Cleanup with-sudo debug output' 2025-07-02T07:56:40.4382546Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/rl/rl 2025-07-02T07:56:40.4388835Z ##[group]Cleanup with-sudo debug output 2025-07-02T07:56:40.5994899Z removed directory '/home/ec2-user/actions-runner/_work/rl/rl' 2025-07-02T07:56:40.6012207Z + mkdir -p /home/ec2-user/actions-runner/_work/rl/rl 2025-07-02T07:56:40.6024067Z + echo ::endgroup:: 2025-07-02T07:56:40.6024875Z ##[endgroup] 2025-07-02T07:56:40.6141622Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-07-02T07:56:40.6142071Z with: 2025-07-02T07:56:40.6142286Z repository: pytorch/test-infra 2025-07-02T07:56:40.6142577Z path: test-infra 2025-07-02T07:56:40.6142790Z submodules: recursive 2025-07-02T07:56:40.6143405Z token: *** 2025-07-02T07:56:40.6143808Z ssh-strict: true 2025-07-02T07:56:40.6144026Z ssh-user: git 2025-07-02T07:56:40.6144396Z persist-credentials: true 2025-07-02T07:56:40.6144649Z clean: true 2025-07-02T07:56:40.6144892Z sparse-checkout-cone-mode: true 2025-07-02T07:56:40.6145175Z fetch-depth: 1 2025-07-02T07:56:40.6145409Z fetch-tags: false 2025-07-02T07:56:40.6145632Z show-progress: true 2025-07-02T07:56:40.6145873Z lfs: false 2025-07-02T07:56:40.6146103Z set-safe-directory: true 2025-07-02T07:56:40.6146351Z env: 2025-07-02T07:56:40.6146626Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:40.6146966Z REPOSITORY: pytorch/rl 2025-07-02T07:56:40.6147261Z PR_NUMBER: 3030 2025-07-02T07:56:40.6148904Z 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.12 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.6150510Z ##[endgroup] 2025-07-02T07:56:40.7644063Z Syncing repository: pytorch/test-infra 2025-07-02T07:56:40.7644787Z ##[group]Getting Git version info 2025-07-02T07:56:40.7645260Z Working directory is '/home/ec2-user/actions-runner/_work/rl/rl/test-infra' 2025-07-02T07:56:40.7645909Z [command]/usr/bin/git version 2025-07-02T07:56:40.7646179Z git version 2.47.1 2025-07-02T07:56:40.7647362Z ##[endgroup] 2025-07-02T07:56:40.7651113Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/86a06a1f-cb42-4883-8ac7-4f085a0777d7' before making global git config changes 2025-07-02T07:56:40.7652134Z Adding repository directory to the temporary git global config as a safe directory 2025-07-02T07:56:40.7652939Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/rl/rl/test-infra 2025-07-02T07:56:40.7676768Z ##[group]Initializing the repository 2025-07-02T07:56:40.7680466Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/rl/rl/test-infra 2025-07-02T07:56:40.7713345Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-02T07:56:40.7713979Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-02T07:56:40.7714563Z hint: of your new repositories, which will suppress this warning, call: 2025-07-02T07:56:40.7714963Z hint: 2025-07-02T07:56:40.7715266Z hint: git config --global init.defaultBranch 2025-07-02T07:56:40.7715614Z hint: 2025-07-02T07:56:40.7715969Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-02T07:56:40.7716534Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-02T07:56:40.7716967Z hint: 2025-07-02T07:56:40.7717194Z hint: git branch -m 2025-07-02T07:56:40.7717721Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/rl/rl/test-infra/.git/ 2025-07-02T07:56:40.7722525Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-07-02T07:56:40.7981643Z ##[endgroup] 2025-07-02T07:56:40.7982076Z ##[group]Disabling automatic garbage collection 2025-07-02T07:56:40.7984748Z [command]/usr/bin/git config --local gc.auto 0 2025-07-02T07:56:40.8028199Z ##[endgroup] 2025-07-02T07:56:40.8028728Z ##[group]Setting up auth 2025-07-02T07:56:40.8032272Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-02T07:56:40.8057275Z [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.8384578Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-02T07:56:40.8409433Z [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.8709877Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-02T07:56:40.8746579Z ##[endgroup] 2025-07-02T07:56:40.8747031Z ##[group]Determining the default branch 2025-07-02T07:56:40.8749489Z Retrieving the default branch name 2025-07-02T07:56:41.0528458Z Default branch 'main' 2025-07-02T07:56:41.0529086Z ##[endgroup] 2025-07-02T07:56:41.0529569Z ##[group]Fetching the repository 2025-07-02T07:56:41.0533139Z [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.5110597Z From https://github.com/pytorch/test-infra 2025-07-02T07:56:41.5133397Z * [new branch] main -> origin/main 2025-07-02T07:56:41.5134525Z ##[endgroup] 2025-07-02T07:56:41.5134920Z ##[group]Determining the checkout info 2025-07-02T07:56:41.5135364Z ##[endgroup] 2025-07-02T07:56:41.5138804Z [command]/usr/bin/git sparse-checkout disable 2025-07-02T07:56:41.5185885Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-02T07:56:41.5212280Z ##[group]Checking out the ref 2025-07-02T07:56:41.5214114Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-07-02T07:56:41.6289086Z Switched to a new branch 'main' 2025-07-02T07:56:41.6289460Z branch 'main' set up to track 'origin/main'. 2025-07-02T07:56:41.6294606Z ##[endgroup] 2025-07-02T07:56:41.6295302Z ##[group]Setting up auth for fetching submodules 2025-07-02T07:56:41.6299712Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-02T07:56:41.6345053Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-07-02T07:56:41.6370867Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-07-02T07:56:41.6398385Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-07-02T07:56:41.6423837Z ##[endgroup] 2025-07-02T07:56:41.6424234Z ##[group]Fetching submodules 2025-07-02T07:56:41.6425590Z [command]/usr/bin/git submodule sync --recursive 2025-07-02T07:56:41.6718010Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-07-02T07:56:41.6997135Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-07-02T07:56:41.7273919Z ##[endgroup] 2025-07-02T07:56:41.7274373Z ##[group]Persisting credentials for submodules 2025-07-02T07:56:41.7278197Z [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.7554118Z [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.7833478Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-07-02T07:56:41.8125381Z [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.8410878Z ##[endgroup] 2025-07-02T07:56:41.8440771Z [command]/usr/bin/git log -1 --format=%H 2025-07-02T07:56:41.8464410Z 4e43bd8700fb3fac32b6155020e13e6033eb4bcb 2025-07-02T07:56:41.8665461Z Prepare all required actions 2025-07-02T07:56:41.8665918Z Getting action download info 2025-07-02T07:56:41.9667012Z Download action repository 'pytorch/test-infra@main' (SHA:4e43bd8700fb3fac32b6155020e13e6033eb4bcb) 2025-07-02T07:56:43.0428411Z Getting action download info 2025-07-02T07:56:43.1561767Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-07-02T07:56:43.3628790Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-07-02T07:56:43.3629297Z env: 2025-07-02T07:56:43.3629684Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:43.3630030Z REPOSITORY: pytorch/rl 2025-07-02T07:56:43.3630277Z PR_NUMBER: 3030 2025-07-02T07:56:43.3631853Z 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.12 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.3633416Z ##[endgroup] 2025-07-02T07:56:43.3714433Z ##[group]Run set -euo pipefail 2025-07-02T07:56:43.3714758Z set -euo pipefail 2025-07-02T07:56:43.3715031Z function get_ec2_metadata() { 2025-07-02T07:56:43.3715404Z  # Pulled from instance metadata endpoint for EC2 2025-07-02T07:56:43.3716013Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-07-02T07:56:43.3716571Z  category=$1 2025-07-02T07:56:43.3717435Z  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.3718448Z } 2025-07-02T07:56:43.3718710Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-07-02T07:56:43.3719109Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-07-02T07:56:43.3719568Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-07-02T07:56:43.3719968Z echo "system info $(uname -a)" 2025-07-02T07:56:43.3725547Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:43.3725868Z env: 2025-07-02T07:56:43.3726102Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:43.3726416Z REPOSITORY: pytorch/rl 2025-07-02T07:56:43.3726636Z PR_NUMBER: 3030 2025-07-02T07:56:43.3728014Z 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.12 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.3729450Z ##[endgroup] 2025-07-02T07:56:43.3872980Z ami-id: ami-05ffe3c48a9991133 2025-07-02T07:56:43.3982870Z instance-id: i-0e18bca9da8dc0d83 2025-07-02T07:56:43.4084471Z instance-type: c5.12xlarge 2025-07-02T07:56:43.4098921Z system info Linux ip-10-0-6-240.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.4132620Z ##[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.4133524Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-02T07:56:43.4139630Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:43.4139998Z env: 2025-07-02T07:56:43.4140244Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:43.4140763Z REPOSITORY: pytorch/rl 2025-07-02T07:56:43.4141024Z PR_NUMBER: 3030 2025-07-02T07:56:43.4142499Z 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.12 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.4144342Z ##[endgroup] 2025-07-02T07:56:43.4248486Z ##[group]Run if systemctl is-active --quiet docker; then 2025-07-02T07:56:43.4248913Z if systemctl is-active --quiet docker; then 2025-07-02T07:56:43.4249266Z  echo "Docker daemon is running..."; 2025-07-02T07:56:43.4249574Z else 2025-07-02T07:56:43.4250009Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-07-02T07:56:43.4250507Z fi 2025-07-02T07:56:43.4255394Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:43.4255730Z env: 2025-07-02T07:56:43.4255953Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:43.4256274Z REPOSITORY: pytorch/rl 2025-07-02T07:56:43.4256498Z PR_NUMBER: 3030 2025-07-02T07:56:43.4257848Z 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.12 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.4259271Z ##[endgroup] 2025-07-02T07:56:43.4338683Z Docker daemon is running... 2025-07-02T07:56:43.4369433Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-07-02T07:56:43.4370042Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-07-02T07:56:43.4370638Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-07-02T07:56:43.4371210Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-07-02T07:56:43.4371882Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-07-02T07:56:43.4377444Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:43.4377784Z env: 2025-07-02T07:56:43.4378030Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:43.4378353Z REPOSITORY: pytorch/rl 2025-07-02T07:56:43.4378692Z PR_NUMBER: 3030 2025-07-02T07:56:43.4380067Z 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.12 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.4381507Z AWS_RETRY_MODE: standard 2025-07-02T07:56:43.4381755Z AWS_MAX_ATTEMPTS: 5 2025-07-02T07:56:43.4381979Z AWS_DEFAULT_REGION: us-east-1 2025-07-02T07:56:43.4382219Z ##[endgroup] 2025-07-02T07:56:44.4256947Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-07-02T07:56:44.4258673Z Configure a credential helper to remove this warning. See 2025-07-02T07:56:44.4260273Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-07-02T07:56:44.4261204Z 2025-07-02T07:56:44.4261312Z Login Succeeded 2025-07-02T07:56:44.4308341Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-07-02T07:56:44.4309196Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-07-02T07:56:44.4309682Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-07-02T07:56:44.4316683Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:44.4317033Z env: 2025-07-02T07:56:44.4317295Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:44.4317624Z REPOSITORY: pytorch/rl 2025-07-02T07:56:44.4317872Z PR_NUMBER: 3030 2025-07-02T07:56:44.4319328Z 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.12 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.4320831Z ##[endgroup] 2025-07-02T07:56:44.4408418Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-07-02T07:56:44.4408851Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-07-02T07:56:44.4409235Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-07-02T07:56:44.4409545Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-07-02T07:56:44.4409951Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-07-02T07:56:44.4410326Z  2025-07-02T07:56:44.4410596Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-07-02T07:56:44.4410980Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-07-02T07:56:44.4411300Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-07-02T07:56:44.4411734Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-07-02T07:56:44.4412130Z  2025-07-02T07:56:44.4412347Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-07-02T07:56:44.4412643Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-07-02T07:56:44.4412936Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-07-02T07:56:44.4413296Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-07-02T07:56:44.4418564Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:44.4418899Z env: 2025-07-02T07:56:44.4419124Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:44.4419444Z REPOSITORY: pytorch/rl 2025-07-02T07:56:44.4419670Z PR_NUMBER: 3030 2025-07-02T07:56:44.4421045Z 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.12 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.4422470Z ##[endgroup] 2025-07-02T07:56:45.1669161Z ##[group]Run needs=0 2025-07-02T07:56:45.1669457Z needs=0 2025-07-02T07:56:45.1669851Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-07-02T07:56:45.1670324Z  needs=1 2025-07-02T07:56:45.1670560Z fi 2025-07-02T07:56:45.1670815Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-07-02T07:56:45.1677047Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:45.1677429Z env: 2025-07-02T07:56:45.1677684Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:45.1678043Z REPOSITORY: pytorch/rl 2025-07-02T07:56:45.1678310Z PR_NUMBER: 3030 2025-07-02T07:56:45.1679792Z 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.12 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.1681613Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:45.1682462Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:45.1682989Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:45.1683372Z ##[endgroup] 2025-07-02T07:56:45.1980067Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-07-02T07:56:45.1980621Z # ignore expansion of "docker ps -q" since it could be empty 2025-07-02T07:56:45.1981019Z # shellcheck disable=SC2046 2025-07-02T07:56:45.1981344Z docker stop $(docker ps -q) || true 2025-07-02T07:56:45.1981683Z # Prune all of the docker images 2025-07-02T07:56:45.1981988Z docker system prune -af 2025-07-02T07:56:45.1987901Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:45.1988229Z env: 2025-07-02T07:56:45.1988589Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:45.1989094Z REPOSITORY: pytorch/rl 2025-07-02T07:56:45.1989355Z PR_NUMBER: 3030 2025-07-02T07:56:45.1990872Z 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.12 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.1992571Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:45.1993147Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:45.1993674Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:45.1994064Z ##[endgroup] 2025-07-02T07:56:45.2539731Z "docker stop" requires at least 1 argument. 2025-07-02T07:56:45.2540763Z See 'docker stop --help'. 2025-07-02T07:56:45.2541271Z 2025-07-02T07:56:45.2541446Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-07-02T07:56:45.2541946Z 2025-07-02T07:56:45.2542066Z Stop one or more running containers 2025-07-02T07:56:45.2748926Z Total reclaimed space: 0B 2025-07-02T07:56:45.2821588Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-07-02T07:56:45.2821929Z with: 2025-07-02T07:56:45.2822573Z github-secret: *** 2025-07-02T07:56:45.2823195Z 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.2823885Z activate-with-label: false 2025-07-02T07:56:45.2824144Z label: with-ssh 2025-07-02T07:56:45.2824360Z remove-existing-keys: true 2025-07-02T07:56:45.2824622Z fail-silently: true 2025-07-02T07:56:45.2824827Z env: 2025-07-02T07:56:45.2825068Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:45.2825383Z REPOSITORY: pytorch/rl 2025-07-02T07:56:45.2825620Z PR_NUMBER: 3030 2025-07-02T07:56:45.2827040Z 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.12 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.2828735Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:45.2829461Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:45.2830071Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:45.2830437Z ##[endgroup] 2025-07-02T07:56:45.3860375Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-07-02T07:56:45.7199440Z Grabbing public ssh keys from https://github.com/vmoens.keys 2025-07-02T07:56:45.7774643Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2025-07-02T07:56:45.7789692Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2025-07-02T07:56:45.7830789Z Login using: ssh ec2-user@ec2-54-210-47-114.compute-1.amazonaws.com 2025-07-02T07:56:45.7831369Z All testing is done inside the container, to start an interactive session run: 2025-07-02T07:56:45.7831928Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-07-02T07:56:45.7958505Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-07-02T07:56:45.7958940Z with: 2025-07-02T07:56:45.7959151Z repository: pytorch/rl 2025-07-02T07:56:45.7959427Z ref: refs/pull/3030/merge 2025-07-02T07:56:45.7959694Z path: pytorch/rl 2025-07-02T07:56:45.7959919Z fetch-depth: 1 2025-07-02T07:56:45.7960318Z token: *** 2025-07-02T07:56:45.7960640Z ssh-strict: true 2025-07-02T07:56:45.7960860Z ssh-user: git 2025-07-02T07:56:45.7961074Z persist-credentials: true 2025-07-02T07:56:45.7961328Z clean: true 2025-07-02T07:56:45.7961564Z sparse-checkout-cone-mode: true 2025-07-02T07:56:45.7961849Z fetch-tags: false 2025-07-02T07:56:45.7962073Z show-progress: true 2025-07-02T07:56:45.7962281Z lfs: false 2025-07-02T07:56:45.7962497Z set-safe-directory: true 2025-07-02T07:56:45.7962724Z env: 2025-07-02T07:56:45.7962967Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:45.7963283Z REPOSITORY: pytorch/rl 2025-07-02T07:56:45.7963578Z PR_NUMBER: 3030 2025-07-02T07:56:45.7964954Z 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.12 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.7966531Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:45.7967279Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:45.7967974Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:45.7968359Z ##[endgroup] 2025-07-02T07:56:45.8901442Z Syncing repository: pytorch/rl 2025-07-02T07:56:45.8910074Z ##[group]Getting Git version info 2025-07-02T07:56:45.8910548Z Working directory is '/home/ec2-user/actions-runner/_work/rl/rl/pytorch/rl' 2025-07-02T07:56:45.8936500Z [command]/usr/bin/git version 2025-07-02T07:56:45.8974471Z git version 2.47.1 2025-07-02T07:56:45.8996494Z ##[endgroup] 2025-07-02T07:56:45.9017987Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c45de655-a4aa-4df5-a0b5-8ea0aaa3fc42' before making global git config changes 2025-07-02T07:56:45.9018937Z Adding repository directory to the temporary git global config as a safe directory 2025-07-02T07:56:45.9021241Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/rl/rl/pytorch/rl 2025-07-02T07:56:45.9048111Z ##[group]Initializing the repository 2025-07-02T07:56:45.9052166Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/rl/rl/pytorch/rl 2025-07-02T07:56:45.9083061Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-07-02T07:56:45.9083667Z hint: is subject to change. To configure the initial branch name to use in all 2025-07-02T07:56:45.9084219Z hint: of your new repositories, which will suppress this warning, call: 2025-07-02T07:56:45.9084620Z hint: 2025-07-02T07:56:45.9084879Z hint: git config --global init.defaultBranch 2025-07-02T07:56:45.9085216Z hint: 2025-07-02T07:56:45.9085536Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-07-02T07:56:45.9086075Z hint: 'development'. The just-created branch can be renamed via this command: 2025-07-02T07:56:45.9086494Z hint: 2025-07-02T07:56:45.9086689Z hint: git branch -m 2025-07-02T07:56:45.9087172Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/rl/rl/pytorch/rl/.git/ 2025-07-02T07:56:45.9091927Z [command]/usr/bin/git remote add origin https://github.com/pytorch/rl 2025-07-02T07:56:45.9117796Z ##[endgroup] 2025-07-02T07:56:45.9118201Z ##[group]Disabling automatic garbage collection 2025-07-02T07:56:45.9121688Z [command]/usr/bin/git config --local gc.auto 0 2025-07-02T07:56:45.9147588Z ##[endgroup] 2025-07-02T07:56:45.9148184Z ##[group]Setting up auth 2025-07-02T07:56:45.9153349Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-02T07:56:45.9179030Z [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:45.9466205Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-02T07:56:45.9491074Z [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:45.9774895Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-07-02T07:56:45.9814570Z ##[endgroup] 2025-07-02T07:56:45.9814978Z ##[group]Fetching the repository 2025-07-02T07:56:45.9828417Z [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.4545242Z From https://github.com/pytorch/rl 2025-07-02T07:56:46.4545653Z * [new ref] refs/pull/3030/merge -> pull/3030/merge 2025-07-02T07:56:46.4567565Z ##[endgroup] 2025-07-02T07:56:46.4568022Z ##[group]Determining the checkout info 2025-07-02T07:56:46.4568538Z ##[endgroup] 2025-07-02T07:56:46.4571955Z [command]/usr/bin/git sparse-checkout disable 2025-07-02T07:56:46.4604067Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-07-02T07:56:46.4629825Z ##[group]Checking out the ref 2025-07-02T07:56:46.4631469Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/3030/merge 2025-07-02T07:56:46.5537955Z Note: switching to 'refs/remotes/pull/3030/merge'. 2025-07-02T07:56:46.5538383Z 2025-07-02T07:56:46.5539076Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-02T07:56:46.5539687Z changes and commit them, and you can discard any commits you make in this 2025-07-02T07:56:46.5540232Z state without impacting any branches by switching back to a branch. 2025-07-02T07:56:46.5540547Z 2025-07-02T07:56:46.5540753Z If you want to create a new branch to retain commits you create, you may 2025-07-02T07:56:46.5541247Z do so (now or later) by using -c with the switch command. Example: 2025-07-02T07:56:46.5541527Z 2025-07-02T07:56:46.5541639Z git switch -c 2025-07-02T07:56:46.5541848Z 2025-07-02T07:56:46.5541953Z Or undo this operation with: 2025-07-02T07:56:46.5561436Z 2025-07-02T07:56:46.5561602Z git switch - 2025-07-02T07:56:46.5561753Z 2025-07-02T07:56:46.5562071Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-02T07:56:46.5562414Z 2025-07-02T07:56:46.5562806Z HEAD is now at 2e8d943 Merge 995ff0d9fa6d4cdbe0120a55642106276bf80342 into 773c366c7b29f5ea26de0215119fb15055714525 2025-07-02T07:56:46.5563938Z ##[endgroup] 2025-07-02T07:56:46.5573808Z [command]/usr/bin/git log -1 --format=%H 2025-07-02T07:56:46.5594994Z 2e8d943922590c2356bc44a7af6da18a8d68787e 2025-07-02T07:56:46.5797547Z Prepare all required actions 2025-07-02T07:56:46.5798037Z Getting action download info 2025-07-02T07:56:46.7057850Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-07-02T07:56:46.8662314Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-07-02T07:56:46.8662663Z with: 2025-07-02T07:56:46.8662881Z use-custom-docker-registry: true 2025-07-02T07:56:46.8663229Z docker-image-name: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:46.8663583Z docker-build-dir: .ci/docker 2025-07-02T07:56:46.8663838Z working-directory: pytorch/rl 2025-07-02T07:56:46.8664110Z docker-build-script: ./build.sh 2025-07-02T07:56:46.8664449Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:46.8664809Z force-push: false 2025-07-02T07:56:46.8665015Z env: 2025-07-02T07:56:46.8665232Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:46.8665553Z REPOSITORY: pytorch/rl 2025-07-02T07:56:46.8665818Z PR_NUMBER: 3030 2025-07-02T07:56:46.8667188Z 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.12 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.8669037Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:46.8669615Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:46.8670143Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:46.8670524Z ##[endgroup] 2025-07-02T07:56:46.8696159Z ##[group]Run set -ex 2025-07-02T07:56:46.8696450Z set -ex 2025-07-02T07:56:46.8696640Z  2025-07-02T07:56:46.8697006Z # If the docker build directory or the build script doesn't exist, the action will 2025-07-02T07:56:46.8697596Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-07-02T07:56:46.8698107Z # job could then download the pre-built image as usual 2025-07-02T07:56:46.8698728Z if [[ -d "${DOCKER_BUILD_DIR}" ]] && [[ -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]] && [[ "${USE_CUSTOM_DOCKER_REGISTRY}" == "true" ]]; then 2025-07-02T07:56:46.8699441Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:46.8699745Z else 2025-07-02T07:56:46.8699969Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:46.8700372Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:46.8700736Z  2025-07-02T07:56:46.8701218Z  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:46.8701795Z  exit 0 2025-07-02T07:56:46.8701985Z fi 2025-07-02T07:56:46.8702173Z  2025-07-02T07:56:46.8702464Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-07-02T07:56:46.8703003Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-07-02T07:56:46.8703481Z  # use it as it is, but first let's extract the tag 2025-07-02T07:56:46.8703910Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-07-02T07:56:46.8704367Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:46.8704802Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:46.8705177Z else 2025-07-02T07:56:46.8705402Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-07-02T07:56:46.8705751Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-07-02T07:56:46.8706218Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-07-02T07:56:46.8706518Z  fi 2025-07-02T07:56:46.8706931Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-07-02T07:56:46.8707472Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:46.8708055Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:46.8708814Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-07-02T07:56:46.8709383Z fi 2025-07-02T07:56:46.8715271Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:46.8715631Z env: 2025-07-02T07:56:46.8715894Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:46.8716238Z REPOSITORY: pytorch/rl 2025-07-02T07:56:46.8716496Z PR_NUMBER: 3030 2025-07-02T07:56:46.8717997Z 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.12 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.8719667Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:46.8720250Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:46.8720769Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:46.8721253Z REPO_NAME: rl 2025-07-02T07:56:46.8721516Z DOCKER_IMAGE_NAME: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:46.8721840Z DOCKER_BUILD_DIR: .ci/docker 2025-07-02T07:56:46.8722098Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-07-02T07:56:46.8722423Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:46.8722791Z USE_CUSTOM_DOCKER_REGISTRY: true 2025-07-02T07:56:46.8723042Z CUSTOM_TAG_PREFIX: 2025-07-02T07:56:46.8723259Z ##[endgroup] 2025-07-02T07:56:46.8747814Z + [[ -d .ci/docker ]] 2025-07-02T07:56:46.8748090Z + echo skip=true 2025-07-02T07:56:46.8748404Z + echo docker-image=nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:46.8749121Z + 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:46.8750006Z + exit 0 2025-07-02T07:56:46.8750473Z 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:46.8785679Z ##[group]Run set -eux 2025-07-02T07:56:46.8785943Z set -eux 2025-07-02T07:56:46.8786725Z 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:46.8793517Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:46.8793868Z env: 2025-07-02T07:56:46.8794130Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:46.8794482Z REPOSITORY: pytorch/rl 2025-07-02T07:56:46.8794722Z PR_NUMBER: 3030 2025-07-02T07:56:46.8796224Z 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.12 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.8797793Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:46.8798311Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:46.8798944Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:46.8799289Z ##[endgroup] 2025-07-02T07:56:46.8827562Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-07-02T07:56:46.8828607Z + jq --raw-output .SecretString 2025-07-02T07:56:46.8828974Z + jq -r .docker_hub_readonly_token 2025-07-02T07:56:46.8829775Z + docker login --username pytorchbot --password-stdin 2025-07-02T07:56:47.4345381Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-07-02T07:56:47.4346060Z Configure a credential helper to remove this warning. See 2025-07-02T07:56:47.4346614Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-07-02T07:56:47.4347004Z 2025-07-02T07:56:47.4347095Z Login Succeeded 2025-07-02T07:56:47.4422605Z Prepare all required actions 2025-07-02T07:56:47.4464821Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-07-02T07:56:47.4465150Z with: 2025-07-02T07:56:47.4465394Z docker-image: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.4465804Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:47.4466147Z env: 2025-07-02T07:56:47.4466383Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.4466694Z REPOSITORY: pytorch/rl 2025-07-02T07:56:47.4466934Z PR_NUMBER: 3030 2025-07-02T07:56:47.4468446Z 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.12 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.4470429Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:47.4470992Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:47.4471527Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:47.4471912Z ##[endgroup] 2025-07-02T07:56:47.4490066Z ##[group]Run set -x 2025-07-02T07:56:47.4490313Z set -x 2025-07-02T07:56:47.4490520Z set +e 2025-07-02T07:56:47.4490702Z  2025-07-02T07:56:47.4490891Z login() { 2025-07-02T07:56:47.4491304Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-07-02T07:56:47.4491891Z } 2025-07-02T07:56:47.4492064Z  2025-07-02T07:56:47.4492246Z retry () { 2025-07-02T07:56:47.4492474Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-07-02T07:56:47.4492756Z } 2025-07-02T07:56:47.4492941Z  2025-07-02T07:56:47.4493142Z retry login "${DOCKER_REGISTRY}" 2025-07-02T07:56:47.4493415Z  2025-07-02T07:56:47.4493837Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-07-02T07:56:47.4494432Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-07-02T07:56:47.4494757Z  2025-07-02T07:56:47.4494943Z set -e 2025-07-02T07:56:47.4495248Z # ignore output since only exit code is used for conditional 2025-07-02T07:56:47.4495674Z # only pull docker image if it's not available locally 2025-07-02T07:56:47.4496166Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-07-02T07:56:47.4496606Z  retry docker pull "${DOCKER_IMAGE}" 2025-07-02T07:56:47.4496892Z fi 2025-07-02T07:56:47.4502249Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:47.4502582Z env: 2025-07-02T07:56:47.4502816Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.4503140Z REPOSITORY: pytorch/rl 2025-07-02T07:56:47.4503359Z PR_NUMBER: 3030 2025-07-02T07:56:47.4504735Z 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.12 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.4506293Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:47.4506826Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:56:47.4507305Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:56:47.4507743Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:47.4508197Z ##[endgroup] 2025-07-02T07:56:47.4532940Z + set +e 2025-07-02T07:56:47.4533454Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:47.4534000Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:47.4536864Z + aws ecr get-login-password --region us-east-1 2025-07-02T07:56:47.4537854Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-07-02T07:56:47.9678614Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-07-02T07:56:47.9679502Z Configure a credential helper to remove this warning. See 2025-07-02T07:56:47.9680307Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-07-02T07:56:47.9680775Z 2025-07-02T07:56:47.9681356Z Login Succeeded 2025-07-02T07:56:47.9701812Z ++ docker manifest inspect nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:47.9702317Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-07-02T07:56:48.4423905Z jq: error (at :24): Cannot iterate over null (null) 2025-07-02T07:56:48.4442136Z + IMAGE_SIZE= 2025-07-02T07:56:48.4442495Z Compressed size of image in MB: 2025-07-02T07:56:48.4443128Z + echo 'Compressed size of image in MB: ' 2025-07-02T07:56:48.4443871Z + set -e 2025-07-02T07:56:48.4444359Z + docker inspect --type=image nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:48.4573072Z + retry docker pull nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:48.4573608Z + docker pull nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:56:48.6364000Z 12.2.0-devel-ubuntu22.04: Pulling from nvidia/cuda 2025-07-02T07:56:48.6907606Z aece8493d397: Pulling fs layer 2025-07-02T07:56:48.6908110Z 9fe5ccccae45: Pulling fs layer 2025-07-02T07:56:48.6908972Z 8054e9d6e8d6: Pulling fs layer 2025-07-02T07:56:48.6909472Z bdddd5cb92f6: Pulling fs layer 2025-07-02T07:56:48.6909992Z 5324914b4472: Pulling fs layer 2025-07-02T07:56:48.6910301Z 9a9dd462fc4c: Pulling fs layer 2025-07-02T07:56:48.6910796Z 95eef45e00fa: Pulling fs layer 2025-07-02T07:56:48.6911132Z e2554c2d377e: Pulling fs layer 2025-07-02T07:56:48.6911488Z 4640d022dbb8: Pulling fs layer 2025-07-02T07:56:48.6911937Z aa750c79a4cc: Pulling fs layer 2025-07-02T07:56:48.6912273Z 9e2de25be969: Pulling fs layer 2025-07-02T07:56:48.6912623Z e2554c2d377e: Waiting 2025-07-02T07:56:48.6912979Z aa750c79a4cc: Waiting 2025-07-02T07:56:48.6913323Z 4640d022dbb8: Waiting 2025-07-02T07:56:48.6913621Z bdddd5cb92f6: Waiting 2025-07-02T07:56:48.6914004Z 9e2de25be969: Waiting 2025-07-02T07:56:48.6914294Z 5324914b4472: Waiting 2025-07-02T07:56:48.6914637Z 9a9dd462fc4c: Waiting 2025-07-02T07:56:48.6914947Z 95eef45e00fa: Waiting 2025-07-02T07:56:48.9985172Z 9fe5ccccae45: Verifying Checksum 2025-07-02T07:56:48.9985797Z 9fe5ccccae45: Download complete 2025-07-02T07:56:49.0143848Z aece8493d397: Verifying Checksum 2025-07-02T07:56:49.0144421Z aece8493d397: Download complete 2025-07-02T07:56:49.0584451Z bdddd5cb92f6: Verifying Checksum 2025-07-02T07:56:49.0584936Z bdddd5cb92f6: Download complete 2025-07-02T07:56:49.0650398Z 5324914b4472: Download complete 2025-07-02T07:56:49.1239064Z 95eef45e00fa: Download complete 2025-07-02T07:56:49.2622807Z e2554c2d377e: Download complete 2025-07-02T07:56:49.3290592Z 4640d022dbb8: Verifying Checksum 2025-07-02T07:56:49.3290983Z 4640d022dbb8: Download complete 2025-07-02T07:56:49.3505484Z 8054e9d6e8d6: Verifying Checksum 2025-07-02T07:56:49.3506030Z 8054e9d6e8d6: Download complete 2025-07-02T07:56:49.4629794Z 9e2de25be969: Download complete 2025-07-02T07:56:49.7135623Z aece8493d397: Pull complete 2025-07-02T07:56:49.8428368Z 9fe5ccccae45: Pull complete 2025-07-02T07:56:50.5062045Z 8054e9d6e8d6: Pull complete 2025-07-02T07:56:50.5162796Z bdddd5cb92f6: Pull complete 2025-07-02T07:56:50.5253273Z 5324914b4472: Pull complete 2025-07-02T07:57:00.5955963Z 9a9dd462fc4c: Verifying Checksum 2025-07-02T07:57:00.5956428Z 9a9dd462fc4c: Download complete 2025-07-02T07:57:09.7046021Z 9a9dd462fc4c: Pull complete 2025-07-02T07:57:10.0398074Z 95eef45e00fa: Pull complete 2025-07-02T07:57:10.1071133Z e2554c2d377e: Pull complete 2025-07-02T07:57:10.1290952Z 4640d022dbb8: Pull complete 2025-07-02T07:57:13.4622581Z aa750c79a4cc: Verifying Checksum 2025-07-02T07:57:13.4623148Z aa750c79a4cc: Download complete 2025-07-02T07:57:34.3138072Z aa750c79a4cc: Pull complete 2025-07-02T07:57:34.3260292Z 9e2de25be969: Pull complete 2025-07-02T07:57:34.3326944Z Digest: sha256:c4e81887e4aa9f13b1119337323cba89601319ecb282383b879c4ba50510fd17 2025-07-02T07:57:34.3347017Z Status: Downloaded newer image for nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:57:34.3363440Z docker.io/nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:57:34.3408465Z ##[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.3409411Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-02T07:57:34.3418515Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T07:57:34.3418877Z env: 2025-07-02T07:57:34.3419118Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:57:34.3419462Z REPOSITORY: pytorch/rl 2025-07-02T07:57:34.3419693Z PR_NUMBER: 3030 2025-07-02T07:57:34.3421186Z 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.12 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.3422826Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:57:34.3423557Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:57:34.3424081Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:57:34.3424438Z ##[endgroup] 2025-07-02T07:57:34.3525472Z ##[group]Run set -ex 2025-07-02T07:57:34.3525746Z set -ex 2025-07-02T07:57:34.3525966Z { 2025-07-02T07:57:34.3526178Z  echo "#!/usr/bin/env bash"; 2025-07-02T07:57:34.3526496Z  echo "set -eou pipefail"; 2025-07-02T07:57:34.3526898Z  # shellcheck disable=SC2016 2025-07-02T07:57:34.3527227Z  echo 'eval "$(conda shell.bash hook)"'; 2025-07-02T07:57:34.3527534Z  echo "set -x"; 2025-07-02T07:57:34.3527783Z  echo "${SCRIPT}"; 2025-07-02T07:57:34.3528052Z } > "${RUNNER_TEMP}/exec_script" 2025-07-02T07:57:34.3528362Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-07-02T07:57:34.3528972Z python3 "/home/ec2-user/actions-runner/_work/rl/rl/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-07-02T07:57:34.3534596Z shell: /usr/bin/bash -e {0} 2025-07-02T07:57:34.3534836Z env: 2025-07-02T07:57:34.3535063Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T07:57:34.3535430Z REPOSITORY: pytorch/rl 2025-07-02T07:57:34.3535654Z PR_NUMBER: 3030 2025-07-02T07:57:34.3537035Z 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.12 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.3538826Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T07:57:34.3539374Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T07:57:34.3539903Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T07:57:34.3540564Z ALL_SECRETS: { "github_token": "***" } 2025-07-02T07:57:34.3541015Z ##[endgroup] 2025-07-02T07:57:34.3564860Z + echo '#!/usr/bin/env bash' 2025-07-02T07:57:34.3565178Z + echo 'set -eou pipefail' 2025-07-02T07:57:34.3565559Z + echo 'eval "$(conda shell.bash hook)"' 2025-07-02T07:57:34.3565894Z + echo 'set -x' 2025-07-02T07:57:34.3566266Z + echo 'if [[ "refs/pull/3030/merge" =~ release/* ]]; then 2025-07-02T07:57:34.3566637Z export RELEASE=1 2025-07-02T07:57:34.3566891Z export TORCH_VERSION=stable 2025-07-02T07:57:34.3567148Z else 2025-07-02T07:57:34.3567334Z export RELEASE=0 2025-07-02T07:57:34.3567573Z export TORCH_VERSION=nightly 2025-07-02T07:57:34.3567823Z fi 2025-07-02T07:57:34.3568031Z export TD_GET_DEFAULTS_TO_NONE=1 2025-07-02T07:57:34.3568296Z # Set env vars from matrix 2025-07-02T07:57:34.3568553Z export PYTHON_VERSION=3.12 2025-07-02T07:57:34.3568808Z export CU_VERSION="cpu" 2025-07-02T07:57:34.3568972Z 2025-07-02T07:57:34.3569080Z echo "PYTHON_VERSION: $PYTHON_VERSION" 2025-07-02T07:57:34.3569372Z echo "CU_VERSION: $CU_VERSION" 2025-07-02T07:57:34.3569551Z 2025-07-02T07:57:34.3569634Z ## setup_env.sh 2025-07-02T07:57:34.3569899Z bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:57:34.3570195Z ' 2025-07-02T07:57:34.3570479Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-07-02T07:57:34.3576947Z + python3 /home/ec2-user/actions-runner/_work/rl/rl/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-07-02T07:58:23.1729263Z Running command: 2025-07-02T07:58:23.1734573Z 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_b238a769-9c0a-4bcb-b6c0-90acd15cf06f":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_b238a769-9c0a-4bcb-b6c0-90acd15cf06f" -w /pytorch/rl "nvidia/cuda:12.2.0-devel-ubuntu22.04" 2025-07-02T07:58:23.1739832Z 2025-07-02T07:58:23.1740297Z 1a347c4444fe78c2b67d27e0a637931dc18de59ade52bc38156ce764a208993b 2025-07-02T07:58:23.1741065Z Running command: docker exec -t 1a347c4444fe78c2b67d27e0a637931dc18de59ade52bc38156ce764a208993b /exec 2025-07-02T07:58:23.1741682Z /exec: line 3: conda: command not found 2025-07-02T07:58:23.1742124Z + [[ refs/pull/3030/merge =~ release/* ]] 2025-07-02T07:58:23.1742472Z + export RELEASE=0 2025-07-02T07:58:23.1742785Z + RELEASE=0 2025-07-02T07:58:23.1743060Z + export TORCH_VERSION=nightly 2025-07-02T07:58:23.1743652Z + TORCH_VERSION=nightly 2025-07-02T07:58:23.1744005Z + export TD_GET_DEFAULTS_TO_NONE=1 2025-07-02T07:58:23.1744385Z + TD_GET_DEFAULTS_TO_NONE=1 2025-07-02T07:58:23.1744764Z + export PYTHON_VERSION=3.12 2025-07-02T07:58:23.1745076Z + PYTHON_VERSION=3.12 2025-07-02T07:58:23.1745425Z + export CU_VERSION=cpu 2025-07-02T07:58:23.1745745Z + CU_VERSION=cpu 2025-07-02T07:58:23.1746069Z + echo 'PYTHON_VERSION: 3.12' 2025-07-02T07:58:23.1746376Z PYTHON_VERSION: 3.12 2025-07-02T07:58:23.1746747Z + echo 'CU_VERSION: cpu' 2025-07-02T07:58:23.1747038Z CU_VERSION: cpu 2025-07-02T07:58:23.1747383Z + bash .github/unittest/linux/scripts/run_all.sh 2025-07-02T07:58:23.1747844Z + set -v 2025-07-02T07:58:23.1747986Z 2025-07-02T07:58:23.1748130Z # =============================================================================== # 2025-07-02T07:58:23.1748573Z # ================================ Init ========================================= # 2025-07-02T07:58:23.1748950Z 2025-07-02T07:58:23.1748955Z 2025-07-02T07:58:23.1749102Z if [[ $OSTYPE != 'darwin'* ]]; then 2025-07-02T07:58:23.1749505Z apt-get update && apt-get upgrade -y 2025-07-02T07:58:23.1749904Z apt-get install -y vim git wget cmake 2025-07-02T07:58:23.1750175Z 2025-07-02T07:58:23.1750324Z # Enable universe repository 2025-07-02T07:58:23.1750742Z # apt-get install -y software-properties-common 2025-07-02T07:58:23.1751161Z # add-apt-repository universe 2025-07-02T07:58:23.1751557Z # apt-get update 2025-07-02T07:58:23.1751718Z 2025-07-02T07:58:23.1751973Z # apt-get install -y libsdl2-dev libsdl2-2.0-0 2025-07-02T07:58:23.1752239Z 2025-07-02T07:58:23.1752477Z apt-get install -y libglfw3 libgl1-mesa-glx libosmesa6 libglew-dev 2025-07-02T07:58:23.1753113Z apt-get install -y libglvnd0 libgl1 libglx0 libegl1 libgles2 xvfb 2025-07-02T07:58:23.1753473Z 2025-07-02T07:58:23.1753657Z if [ "${CU_VERSION:-}" == cpu ] ; then 2025-07-02T07:58:23.1754080Z # solves version `GLIBCXX_3.4.29' not found for tensorboard 2025-07-02T07:58:23.1754584Z # apt-get install -y gcc-4.9 2025-07-02T07:58:23.1754926Z apt-get upgrade -y libstdc++6 2025-07-02T07:58:23.1755309Z apt-get dist-upgrade -y 2025-07-02T07:58:23.1755627Z else 2025-07-02T07:58:23.1755955Z apt-get install -y g++ gcc 2025-07-02T07:58:23.1756258Z fi 2025-07-02T07:58:23.1756415Z 2025-07-02T07:58:23.1756709Z fi 2025-07-02T07:58:23.1757030Z + [[ linux-gnu != \d\a\r\w\i\n* ]] 2025-07-02T07:58:23.1757357Z + apt-get update 2025-07-02T07:58:23.1757518Z 2025-07-02T07:58:23.1757692Z 0% [Working] 2025-07-02T07:58:23.1758008Z 2025-07-02T07:58:23.1758516Z Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB] 2025-07-02T07:58:23.1758847Z 2025-07-02T07:58:23.1759075Z 0% [1 InRelease 1140 B/270 kB 0%] [Connecting to security.ubuntu.com (185.125.1 2025-07-02T07:58:23.1759675Z 2025-07-02T07:58:23.1760352Z Get:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 InRelease [1581 B] 2025-07-02T07:58:23.1760846Z 2025-07-02T07:58:23.1761074Z 0% [1 InRelease 73.5 kB/270 kB 27%] [Connecting to security.ubuntu.com (185.125 2025-07-02T07:58:23.1761736Z 0% [1 InRelease 96.7 kB/270 kB 36%] [Connecting to security.ubuntu.com (185.125 2025-07-02T07:58:23.1762213Z 2025-07-02T07:58:23.1762619Z 0% [Waiting for headers] 2025-07-02T07:58:23.1763001Z 2025-07-02T07:58:23.1763419Z Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2025-07-02T07:58:23.1763776Z 2025-07-02T07:58:23.1763983Z 0% [3 InRelease 15.6 kB/128 kB 12%] [Waiting for headers] 2025-07-02T07:58:23.1764454Z 2025-07-02T07:58:23.1764850Z 0% [Waiting for headers] 2025-07-02T07:58:23.1765146Z 2025-07-02T07:58:23.1765638Z Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2025-07-02T07:58:23.1766003Z 2025-07-02T07:58:23.1766212Z 0% [4 InRelease 6932 B/127 kB 5%] [Waiting for headers] 2025-07-02T07:58:23.1766617Z 2025-07-02T07:58:23.1767033Z 0% [Waiting for headers] 2025-07-02T07:58:23.1767328Z 0% [Waiting for headers] 2025-07-02T07:58:23.1767663Z 2025-07-02T07:58:23.1768227Z Get:5 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 Packages [1802 kB] 2025-07-02T07:58:23.1768780Z 2025-07-02T07:58:23.1768953Z 0% [Waiting for headers] [5 Packages 16.0 kB/1802 kB 1%] 2025-07-02T07:58:23.1769406Z 2025-07-02T07:58:23.1769796Z 0% [Waiting for headers] 2025-07-02T07:58:23.1770152Z 2025-07-02T07:58:23.1770575Z Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-07-02T07:58:23.1770963Z 2025-07-02T07:58:23.1771125Z 0% [6 InRelease 2588 B/129 kB 2%] 2025-07-02T07:58:23.1771523Z 0% [5 Packages store 0 B] [6 InRelease 14.2 kB/129 kB 11%] 2025-07-02T07:58:23.1772023Z 0% [5 Packages store 0 B] [6 InRelease 14.2 kB/129 kB 11%] 2025-07-02T07:58:23.1772408Z 2025-07-02T07:58:23.1772767Z 0% [Waiting for headers] [6 InRelease 17.1 kB/129 kB 13%] 2025-07-02T07:58:23.1773107Z 2025-07-02T07:58:23.1773575Z Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB] 2025-07-02T07:58:23.1773928Z 2025-07-02T07:58:23.1774097Z 0% [7 Packages 31.6 kB/17.5 MB 0%] [6 InRelease 22.9 kB/129 kB 18%] 2025-07-02T07:58:23.1774558Z 0% [7 Packages 6879 kB/17.5 MB 39%] [6 InRelease 50.4 kB/129 kB 39%] 2025-07-02T07:58:23.1774952Z 2025-07-02T07:58:23.1775258Z 0% [6 InRelease 90.9 kB/129 kB 71%] 2025-07-02T07:58:23.1775596Z 0% [7 Packages store 0 B] [6 InRelease 90.9 kB/129 kB 71%] 2025-07-02T07:58:23.1775940Z 2025-07-02T07:58:23.1776381Z Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB] 2025-07-02T07:58:23.1776715Z 2025-07-02T07:58:23.1776930Z 0% [7 Packages store 0 B] [8 Packages 4103 B/1792 kB 0%] [6 InRelease 99.6 kB/1 2025-07-02T07:58:23.1777434Z 0% [7 Packages store 0 B] [8 Packages 770 kB/1792 kB 43%] [6 InRelease 102 kB/1 2025-07-02T07:58:23.1778061Z 0% [7 Packages store 0 B] [Waiting for headers] [6 InRelease 108 kB/129 kB 84%] 2025-07-02T07:58:23.1778482Z 2025-07-02T07:58:23.1779017Z Get:9 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB] 2025-07-02T07:58:23.1779371Z 2025-07-02T07:58:23.1779571Z 0% [7 Packages store 0 B] [9 Packages 26.0 kB/164 kB 16%] [6 InRelease 108 kB/1 2025-07-02T07:58:23.1779999Z 2025-07-02T07:58:23.1780367Z 0% [7 Packages store 0 B] [6 InRelease 111 kB/129 kB 86%] 2025-07-02T07:58:23.1780701Z 2025-07-02T07:58:23.1781158Z Get:10 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB] 2025-07-02T07:58:23.1781511Z 2025-07-02T07:58:23.1781709Z 0% [7 Packages store 0 B] [10 Packages 33.4 kB/266 kB 13%] [6 InRelease 111 kB/ 2025-07-02T07:58:23.1782334Z 0% [7 Packages store 0 B] [Waiting for headers] [6 InRelease 111 kB/129 kB 86%] 2025-07-02T07:58:23.1782749Z 2025-07-02T07:58:23.1783231Z Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [55.7 kB] 2025-07-02T07:58:23.1783616Z 2025-07-02T07:58:23.1783821Z 0% [7 Packages store 0 B] [11 Packages 29.6 kB/55.7 kB 53%] [6 InRelease 111 kB 2025-07-02T07:58:23.1784220Z 2025-07-02T07:58:23.1784579Z 0% [7 Packages store 0 B] [6 InRelease 114 kB/129 kB 88%] 2025-07-02T07:58:23.1784909Z 2025-07-02T07:58:23.1785379Z Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1564 kB] 2025-07-02T07:58:23.1785752Z 2025-07-02T07:58:23.1785958Z 0% [7 Packages store 0 B] [12 Packages 39.3 kB/1564 kB 3%] [6 InRelease 114 kB/ 2025-07-02T07:58:23.1786455Z 0% [7 Packages store 0 B] [Waiting for headers] [6 InRelease 123 kB/129 kB 95%] 2025-07-02T07:58:23.1786870Z 2025-07-02T07:58:23.1787326Z Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3399 kB] 2025-07-02T07:58:23.1787695Z 2025-07-02T07:58:23.1787886Z 0% [7 Packages store 0 B] [13 Packages 24.6 kB/3399 kB 1%] [6 InRelease 123 kB/ 2025-07-02T07:58:23.1788301Z 2025-07-02T07:58:23.1788654Z 0% [7 Packages store 0 B] [13 Packages 1053 kB/3399 kB 31%] 2025-07-02T07:58:23.1789094Z 2025-07-02T07:58:23.1789585Z 0% [7 Packages store 0 B] [Waiting for headers] 2025-07-02T07:58:23.1789906Z 2025-07-02T07:58:23.1790399Z Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4909 kB] 2025-07-02T07:58:23.1790808Z 2025-07-02T07:58:23.1790949Z 0% [7 Packages store 0 B] [14 Packages 56.8 kB/4909 kB 1%] 2025-07-02T07:58:23.1791301Z 2025-07-02T07:58:23.1791617Z 0% [7 Packages store 0 B] [Waiting for headers] 2025-07-02T07:58:23.1791938Z 2025-07-02T07:58:23.1792392Z Get:15 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.2 kB] 2025-07-02T07:58:23.1792779Z 2025-07-02T07:58:23.1792923Z 0% [7 Packages store 0 B] [15 Packages 22.2 kB/83.2 kB 27%] 2025-07-02T07:58:23.1793268Z 2025-07-02T07:58:23.1793571Z 0% [7 Packages store 0 B] 2025-07-02T07:58:23.1793817Z 2025-07-02T07:58:23.1794234Z Get:16 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB] 2025-07-02T07:58:23.1794625Z 2025-07-02T07:58:27.7586516Z 0% [7 Packages store 0 B] [16 Packages 4337 B/35.2 kB 12%] 2025-07-02T07:58:27.7587360Z 2025-07-02T07:58:27.7587679Z 0% [7 Packages store 0 B] 2025-07-02T07:58:27.7587942Z 75% [7 Packages store 0 B] 2025-07-02T07:58:27.7588174Z 2025-07-02T07:58:27.7588882Z Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1257 kB] 2025-07-02T07:58:27.7589314Z 2025-07-02T07:58:27.7589463Z 75% [7 Packages store 0 B] [17 Packages 2655 B/1257 kB 0%] 2025-07-02T07:58:27.7589820Z 2025-07-02T07:58:27.7590112Z 77% [7 Packages store 0 B] 2025-07-02T07:58:27.7590358Z 2025-07-02T07:58:27.7590803Z Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4755 kB] 2025-07-02T07:58:27.7591210Z 2025-07-02T07:58:27.7591356Z 77% [7 Packages store 0 B] [18 Packages 15.7 kB/4755 kB 0%] 2025-07-02T07:58:27.7591710Z 2025-07-02T07:58:27.7592014Z 83% [18 Packages 2702 kB/4755 kB 57%] 2025-07-02T07:58:27.7592359Z 83% [8 Packages store 0 B] [18 Packages 2725 kB/4755 kB 57%] 2025-07-02T07:58:27.7592706Z 2025-07-02T07:58:27.7593051Z 87% [8 Packages store 0 B] [Waiting for headers] 2025-07-02T07:58:27.7593360Z 2025-07-02T07:58:27.7593853Z Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [47.7 kB] 2025-07-02T07:58:27.7594257Z 2025-07-02T07:58:27.7594412Z 87% [8 Packages store 0 B] [19 Packages 2697 B/47.7 kB 6%] 2025-07-02T07:58:27.7594748Z 2025-07-02T07:58:27.7595054Z 87% [8 Packages store 0 B] 2025-07-02T07:58:27.7595289Z 2025-07-02T07:58:27.7595710Z Get:20 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3088 kB] 2025-07-02T07:58:27.7596087Z 2025-07-02T07:58:27.7596248Z 87% [8 Packages store 0 B] [20 Packages 16.4 kB/3088 kB 1%] 2025-07-02T07:58:27.7596589Z 2025-07-02T07:58:27.7596897Z 89% [20 Packages 925 kB/3088 kB 30%] 2025-07-02T07:58:27.7597225Z 89% [9 Packages store 0 B] [20 Packages 925 kB/3088 kB 30%] 2025-07-02T07:58:27.7597576Z 2025-07-02T07:58:27.7597873Z 90% [20 Packages 1150 kB/3088 kB 37%] 2025-07-02T07:58:27.7598220Z 90% [10 Packages store 0 B] [20 Packages 1150 kB/3088 kB 37%] 2025-07-02T07:58:27.7598573Z 2025-07-02T07:58:27.7598887Z 92% [20 Packages 1476 kB/3088 kB 48%] 2025-07-02T07:58:27.7599232Z 92% [11 Packages store 0 B] [20 Packages 1476 kB/3088 kB 48%] 2025-07-02T07:58:27.7599579Z 2025-07-02T07:58:27.7599887Z 92% [20 Packages 1541 kB/3088 kB 50%] 2025-07-02T07:58:27.7600218Z 92% [12 Packages store 0 B] [20 Packages 1541 kB/3088 kB 50%] 2025-07-02T07:58:27.7600583Z 2025-07-02T07:58:27.7600876Z 95% [12 Packages store 0 B] 2025-07-02T07:58:27.7601124Z 2025-07-02T07:58:27.7601350Z 96% [Working] 2025-07-02T07:58:27.7601577Z 96% [13 Packages store 0 B] 2025-07-02T07:58:27.7601827Z 2025-07-02T07:58:27.7602050Z 96% [Working] 2025-07-02T07:58:27.7602371Z 96% [14 Packages store 0 B] 2025-07-02T07:58:27.7602596Z 2025-07-02T07:58:27.7602820Z 97% [Working] 2025-07-02T07:58:27.7603015Z 97% [15 Packages store 0 B] 2025-07-02T07:58:27.7603250Z 2025-07-02T07:58:27.7603464Z 97% [Working] 2025-07-02T07:58:27.7603669Z 97% [16 Packages store 0 B] 2025-07-02T07:58:27.7603999Z 2025-07-02T07:58:27.7604214Z 98% [Working] 2025-07-02T07:58:27.7604399Z 98% [17 Packages store 0 B] 2025-07-02T07:58:27.7604627Z 2025-07-02T07:58:27.7604924Z 98% [Working] 2025-07-02T07:58:27.7605110Z 98% [18 Packages store 0 B] 2025-07-02T07:58:27.7605338Z 2025-07-02T07:58:27.7605545Z 99% [Working] 2025-07-02T07:58:27.7605745Z 99% [19 Packages store 0 B] 2025-07-02T07:58:27.7606024Z 2025-07-02T07:58:27.7606242Z 99% [Working] 2025-07-02T07:58:27.7606428Z 99% [20 Packages store 0 B] 2025-07-02T07:58:27.7606656Z 2025-07-02T07:58:27.7606862Z 100% [Working] 2025-07-02T07:58:27.7607060Z 2025-07-02T07:58:27.7607252Z Fetched 41.3 MB in 2s (21.3 MB/s) 2025-07-02T07:58:27.7607433Z 2025-07-02T07:58:27.7607522Z Reading package lists... 0% 2025-07-02T07:58:27.7607674Z 2025-07-02T07:58:27.7607775Z Reading package lists... 0% 2025-07-02T07:58:27.7607925Z 2025-07-02T07:58:27.7608013Z Reading package lists... 0% 2025-07-02T07:58:27.7608174Z 2025-07-02T07:58:27.7608262Z Reading package lists... 4% 2025-07-02T07:58:27.7608410Z 2025-07-02T07:58:27.7608501Z Reading package lists... 4% 2025-07-02T07:58:27.7608663Z 2025-07-02T07:58:27.7608752Z Reading package lists... 4% 2025-07-02T07:58:27.7608900Z 2025-07-02T07:58:27.7608998Z Reading package lists... 4% 2025-07-02T07:58:27.7609147Z 2025-07-02T07:58:27.7609238Z Reading package lists... 42% 2025-07-02T07:58:27.7609399Z 2025-07-02T07:58:27.7609501Z Reading package lists... 42% 2025-07-02T07:58:27.7609657Z 2025-07-02T07:58:27.7609744Z Reading package lists... 43% 2025-07-02T07:58:27.7609915Z 2025-07-02T07:58:27.7610003Z Reading package lists... 43% 2025-07-02T07:58:27.7610157Z 2025-07-02T07:58:27.7610258Z Reading package lists... 52% 2025-07-02T07:58:27.7610411Z 2025-07-02T07:58:27.7610498Z Reading package lists... 52% 2025-07-02T07:58:27.7610650Z 2025-07-02T07:58:27.7610749Z Reading package lists... 65% 2025-07-02T07:58:27.7610904Z 2025-07-02T07:58:27.7610991Z Reading package lists... 65% 2025-07-02T07:58:27.7611156Z 2025-07-02T07:58:27.7611244Z Reading package lists... 69% 2025-07-02T07:58:27.7611399Z 2025-07-02T07:58:27.7611487Z Reading package lists... 69% 2025-07-02T07:58:27.7611652Z 2025-07-02T07:58:27.7611739Z Reading package lists... 70% 2025-07-02T07:58:27.7611891Z 2025-07-02T07:58:27.7611990Z Reading package lists... 70% 2025-07-02T07:58:27.7612144Z 2025-07-02T07:58:27.7612233Z Reading package lists... 70% 2025-07-02T07:58:27.7612387Z 2025-07-02T07:58:27.7612485Z Reading package lists... 70% 2025-07-02T07:58:27.7612640Z 2025-07-02T07:58:27.7612727Z Reading package lists... 70% 2025-07-02T07:58:27.7612894Z 2025-07-02T07:58:27.7612981Z Reading package lists... 70% 2025-07-02T07:58:27.7613134Z 2025-07-02T07:58:27.7613237Z Reading package lists... 78% 2025-07-02T07:58:27.7613391Z 2025-07-02T07:58:27.7613478Z Reading package lists... 78% 2025-07-02T07:58:27.7613631Z 2025-07-02T07:58:27.7613728Z Reading package lists... 79% 2025-07-02T07:58:27.7613884Z 2025-07-02T07:58:27.7613970Z Reading package lists... 91% 2025-07-02T07:58:27.7614135Z 2025-07-02T07:58:27.7614221Z Reading package lists... 91% 2025-07-02T07:58:27.7614376Z 2025-07-02T07:58:27.7614464Z Reading package lists... 95% 2025-07-02T07:58:27.7614629Z 2025-07-02T07:58:27.7614716Z Reading package lists... 95% 2025-07-02T07:58:27.7614869Z 2025-07-02T07:58:27.7614968Z Reading package lists... 95% 2025-07-02T07:58:27.7615120Z 2025-07-02T07:58:27.7615212Z Reading package lists... 95% 2025-07-02T07:58:27.7615366Z 2025-07-02T07:58:27.7615465Z Reading package lists... 99% 2025-07-02T07:58:27.7615618Z 2025-07-02T07:58:27.7615704Z Reading package lists... 99% 2025-07-02T07:58:27.7615869Z 2025-07-02T07:58:27.7615960Z Reading package lists... Done 2025-07-02T07:58:27.7616118Z 2025-07-02T07:58:27.7616216Z + apt-get upgrade -y 2025-07-02T07:58:27.7616348Z 2025-07-02T07:58:27.7616435Z Reading package lists... 0% 2025-07-02T07:58:27.7616584Z 2025-07-02T07:58:27.7616684Z Reading package lists... 0% 2025-07-02T07:58:27.7616833Z 2025-07-02T07:58:27.7616920Z Reading package lists... 0% 2025-07-02T07:58:27.7617082Z 2025-07-02T07:58:27.7617234Z Reading package lists... 4% 2025-07-02T07:58:27.7617386Z 2025-07-02T07:58:27.7617473Z Reading package lists... 4% 2025-07-02T07:58:27.7617637Z 2025-07-02T07:58:27.7617767Z Reading package lists... 4% 2025-07-02T07:58:27.7617915Z 2025-07-02T07:58:27.7618001Z Reading package lists... 4% 2025-07-02T07:58:27.7618206Z 2025-07-02T07:58:27.7618308Z Reading package lists... 42% 2025-07-02T07:58:27.7618463Z 2025-07-02T07:58:27.7618551Z Reading package lists... 42% 2025-07-02T07:58:27.7618716Z 2025-07-02T07:58:27.7618803Z Reading package lists... 43% 2025-07-02T07:58:27.7618957Z 2025-07-02T07:58:27.7619044Z Reading package lists... 43% 2025-07-02T07:58:27.7619212Z 2025-07-02T07:58:27.7619300Z Reading package lists... 52% 2025-07-02T07:58:27.7619453Z 2025-07-02T07:58:27.7619555Z Reading package lists... 52% 2025-07-02T07:58:27.7619708Z 2025-07-02T07:58:27.7619796Z Reading package lists... 65% 2025-07-02T07:58:27.7619959Z 2025-07-02T07:58:27.7620045Z Reading package lists... 65% 2025-07-02T07:58:27.7620200Z 2025-07-02T07:58:27.7620292Z Reading package lists... 69% 2025-07-02T07:58:27.7620458Z 2025-07-02T07:58:27.7620547Z Reading package lists... 69% 2025-07-02T07:58:27.7620698Z 2025-07-02T07:58:27.7620797Z Reading package lists... 70% 2025-07-02T07:58:27.7620950Z 2025-07-02T07:58:27.7621042Z Reading package lists... 70% 2025-07-02T07:58:27.7621196Z 2025-07-02T07:58:27.7621296Z Reading package lists... 70% 2025-07-02T07:58:27.7621449Z 2025-07-02T07:58:27.7621537Z Reading package lists... 70% 2025-07-02T07:58:27.7621702Z 2025-07-02T07:58:27.7621789Z Reading package lists... 70% 2025-07-02T07:58:27.7621942Z 2025-07-02T07:58:27.7622041Z Reading package lists... 70% 2025-07-02T07:58:27.7622194Z 2025-07-02T07:58:27.7622282Z Reading package lists... 78% 2025-07-02T07:58:27.7622433Z 2025-07-02T07:58:27.7622533Z Reading package lists... 78% 2025-07-02T07:58:27.7622686Z 2025-07-02T07:58:27.7622776Z Reading package lists... 79% 2025-07-02T07:58:27.7622958Z 2025-07-02T07:58:27.7623046Z Reading package lists... 91% 2025-07-02T07:58:27.7623214Z 2025-07-02T07:58:27.7623301Z Reading package lists... 91% 2025-07-02T07:58:27.7623455Z 2025-07-02T07:58:27.7623554Z Reading package lists... 95% 2025-07-02T07:58:27.7623707Z 2025-07-02T07:58:27.7623794Z Reading package lists... 95% 2025-07-02T07:58:27.7623946Z 2025-07-02T07:58:27.7624047Z Reading package lists... 95% 2025-07-02T07:58:27.7624201Z 2025-07-02T07:58:27.7624289Z Reading package lists... 95% 2025-07-02T07:58:27.7624462Z 2025-07-02T07:58:27.7624550Z Reading package lists... 99% 2025-07-02T07:58:27.7624706Z 2025-07-02T07:58:27.7624794Z Reading package lists... 99% 2025-07-02T07:58:27.7624964Z 2025-07-02T07:58:27.7625054Z Reading package lists... Done 2025-07-02T07:58:27.7625213Z 2025-07-02T07:58:27.7625217Z 2025-07-02T07:58:27.7625334Z Building dependency tree... 0% 2025-07-02T07:58:27.7625510Z 2025-07-02T07:58:27.7625603Z Building dependency tree... 0% 2025-07-02T07:58:27.7625765Z 2025-07-02T07:58:27.7625873Z Building dependency tree... 50% 2025-07-02T07:58:27.7626041Z 2025-07-02T07:58:27.7626135Z Building dependency tree... 50% 2025-07-02T07:58:27.7626297Z 2025-07-02T07:58:27.7626406Z Building dependency tree... Done 2025-07-02T07:58:27.7626575Z 2025-07-02T07:58:27.7626578Z 2025-07-02T07:58:27.7626674Z Reading state information... 0% 2025-07-02T07:58:27.7626861Z 2025-07-02T07:58:27.7626955Z Reading state information... 0% 2025-07-02T07:58:27.7627116Z 2025-07-02T07:58:27.7627226Z Reading state information... Done 2025-07-02T07:58:27.7627400Z 2025-07-02T07:58:27.7627404Z 2025-07-02T07:58:27.7627495Z Calculating upgrade... 0% 2025-07-02T07:58:27.7627643Z 2025-07-02T07:58:27.7627748Z Calculating upgrade... 50% 2025-07-02T07:58:27.7627900Z 2025-07-02T07:58:27.7627990Z Calculating upgrade... Done 2025-07-02T07:58:27.7628156Z 2025-07-02T07:58:27.7628268Z The following packages have been kept back: 2025-07-02T07:58:27.7628679Z cuda-libraries-12-2 cuda-libraries-dev-12-2 cuda-nsight-compute-12-2 2025-07-02T07:58:27.7629347Z libcublas-12-2 libcublas-dev-12-2 2025-07-02T07:58:27.7629745Z The following packages will be upgraded: 2025-07-02T07:58:27.7630173Z apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu 2025-07-02T07:58:27.7630709Z bsdutils ca-certificates coreutils cuda-command-line-tools-12-2 2025-07-02T07:58:27.7631293Z cuda-compat-12-2 cuda-cudart-12-2 cuda-cudart-dev-12-2 cuda-keyring 2025-07-02T07:58:27.7631853Z cuda-minimal-build-12-2 cuda-nvml-dev-12-2 cuda-nvprof-12-2 cuda-nvtx-12-2 2025-07-02T07:58:27.7632429Z cuda-toolkit-12-config-common cuda-toolkit-config-common dirmngr dpkg 2025-07-02T07:58:27.7632988Z dpkg-dev e2fsprogs gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent 2025-07-02T07:58:27.7633554Z gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv libapt-pkg6.0 libbinutils 2025-07-02T07:58:27.7634094Z libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcap2 libcom-err2 2025-07-02T07:58:27.7634642Z libctf-nobfd0 libctf0 libcusparse-12-2 libcusparse-dev-12-2 libdpkg-perl 2025-07-02T07:58:27.7635169Z libext2fs2 libgnutls30 libgssapi-krb5-2 libk5crypto3 libkrb5-3 2025-07-02T07:58:27.7635694Z libkrb5support0 libldap-2.5-0 libmount1 libnpp-12-2 libnpp-dev-12-2 2025-07-02T07:58:27.7636234Z libpam-modules libpam-modules-bin libpam-runtime libpam0g libperl5.34 2025-07-02T07:58:27.7636823Z libprocps8 libseccomp2 libsmartcols1 libsqlite3-0 libss2 libssl3 libsystemd0 2025-07-02T07:58:27.7637401Z libtasn1-6 libudev1 libuuid1 linux-libc-dev login logsave mount openssl 2025-07-02T07:58:27.7637906Z passwd perl perl-base perl-modules-5.34 procps tar util-linux 2025-07-02T07:58:27.7638381Z 86 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. 2025-07-02T07:58:27.7638750Z Need to get 482 MB of archives. 2025-07-02T07:58:27.7639129Z After this operation, 2600 kB of additional disk space will be used. 2025-07-02T07:58:27.7639434Z 2025-07-02T07:58:27.7639516Z 0% [Working] 2025-07-02T07:58:27.7639717Z 2025-07-02T07:58:27.7640282Z 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.7640831Z 2025-07-02T07:58:27.7641002Z 0% [Waiting for headers] [1 cuda-nvprof-12-2 15.9 kB/2438 kB 1%] 2025-07-02T07:58:27.7641495Z 2025-07-02T07:58:27.7641775Z 1% [Waiting for headers] 2025-07-02T07:58:27.7642003Z 2025-07-02T07:58:27.7642460Z 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.7642902Z 2025-07-02T07:58:27.7643030Z 1% [2 libc6-dev 14.2 kB/2100 kB 1%] [Waiting for headers] 2025-07-02T07:58:27.7643516Z 2025-07-02T07:58:27.7644316Z 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.7644862Z 2025-07-02T07:58:27.7645045Z 1% [2 libc6-dev 37.4 kB/2100 kB 2%] [3 cuda-nvtx-12-2 51.5 kB/51.5 kB 100%] 2025-07-02T07:58:27.7645446Z 2025-07-02T07:58:27.7645771Z 1% [2 libc6-dev 37.4 kB/2100 kB 2%] 2025-07-02T07:58:27.7646044Z 2025-07-02T07:58:27.7646693Z 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:27.7647274Z 2025-07-02T07:58:27.7647488Z 1% [2 libc6-dev 86.6 kB/2100 kB 4%] [4 cuda-command-line-tools-12-2 2538 B/2538 2025-07-02T07:58:27.7647902Z 2025-07-02T07:58:27.7648270Z 1% [2 libc6-dev 86.6 kB/2100 kB 4%] [Waiting for headers] 2025-07-02T07:58:27.7648607Z 2025-07-02T07:58:27.7649289Z 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:27.7649862Z 2025-07-02T07:58:27.7650063Z 1% [2 libc6-dev 234 kB/2100 kB 11%] [5 cuda-compat-12-2 62.5 kB/33.6 MB 0%] 2025-07-02T07:58:28.2474221Z 2025-07-02T07:58:28.2474615Z 7% [5 cuda-compat-12-2 30.8 MB/33.6 MB 92%] 2025-07-02T07:58:28.2475190Z 8% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2475515Z 2025-07-02T07:58:28.2476090Z Get:6 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.2476579Z 2025-07-02T07:58:28.2476731Z 8% [6 libc-dev-bin 6950 B/20.3 kB 34%] [Waiting for headers] 2025-07-02T07:58:28.2477085Z 2025-07-02T07:58:28.2477395Z 8% [Waiting for headers] 2025-07-02T07:58:28.2477623Z 2025-07-02T07:58:28.2478130Z Get:7 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.2478597Z 2025-07-02T07:58:28.2478785Z 8% [7 linux-libc-dev 15.6 kB/1305 kB 1%] [Waiting for headers] 2025-07-02T07:58:28.2479147Z 2025-07-02T07:58:28.2479853Z Get:8 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.2480437Z 2025-07-02T07:58:28.2480660Z 8% [7 linux-libc-dev 288 kB/1305 kB 22%] [8 cuda-toolkit-config-common 13.2 kB/ 2025-07-02T07:58:28.2481109Z 2025-07-02T07:58:28.2481496Z 8% [7 linux-libc-dev 288 kB/1305 kB 22%] [Waiting for headers] 2025-07-02T07:58:28.2481856Z 2025-07-02T07:58:28.2482192Z 8% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2482497Z 2025-07-02T07:58:28.2483026Z Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6 amd64 2.35-0ubuntu3.10 [3235 kB] 2025-07-02T07:58:28.2483476Z 2025-07-02T07:58:28.2483620Z 8% [9 libc6 47.2 kB/3235 kB 1%] [Waiting for headers] 2025-07-02T07:58:28.2483944Z 2025-07-02T07:58:28.2484647Z Get:10 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.2485281Z 2025-07-02T07:58:28.2485496Z 9% [9 libc6 1297 kB/3235 kB 40%] [10 cuda-toolkit-12-config-common 16.6 kB/16.6 2025-07-02T07:58:28.2485914Z 2025-07-02T07:58:28.2486243Z 9% [9 libc6 1297 kB/3235 kB 40%] 2025-07-02T07:58:28.2486532Z 9% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2486849Z 2025-07-02T07:58:28.2487374Z Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 base-files amd64 12ubuntu4.7 [61.9 kB] 2025-07-02T07:58:28.2487833Z 2025-07-02T07:58:28.2487988Z 9% [11 base-files 19.8 kB/61.9 kB 32%] [Waiting for headers] 2025-07-02T07:58:28.2488347Z 2025-07-02T07:58:28.2488642Z 10% [Waiting for headers] 2025-07-02T07:58:28.2488889Z 2025-07-02T07:58:28.2489350Z Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 bash amd64 5.1-6ubuntu1.1 [769 kB] 2025-07-02T07:58:28.2489790Z 2025-07-02T07:58:28.2489913Z 10% [12 bash 5350 B/769 kB 1%] [Waiting for headers] 2025-07-02T07:58:28.2490231Z 2025-07-02T07:58:28.2490560Z 10% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2490879Z 2025-07-02T07:58:28.2491422Z Get:13 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.2491896Z 2025-07-02T07:58:28.2492041Z 10% [13 bsdutils 44.5 kB/80.9 kB 55%] [Waiting for headers] 2025-07-02T07:58:28.2492492Z 2025-07-02T07:58:28.2492823Z 10% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2493128Z 2025-07-02T07:58:28.2493744Z Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 coreutils amd64 8.32-4.1ubuntu1.2 [1437 kB] 2025-07-02T07:58:28.2494206Z 2025-07-02T07:58:28.2494361Z 10% [14 coreutils 28.8 kB/1437 kB 2%] [Waiting for headers] 2025-07-02T07:58:28.2494702Z 2025-07-02T07:58:28.2495346Z Get:15 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.2495885Z 2025-07-02T07:58:28.2496083Z 10% [14 coreutils 151 kB/1437 kB 11%] [15 cuda-cudart-12-2 34.3 kB/161 kB 21%] 2025-07-02T07:58:28.2496504Z 2025-07-02T07:58:28.2496875Z 11% [14 coreutils 160 kB/1437 kB 11%] [Waiting for headers] 2025-07-02T07:58:28.2497222Z 2025-07-02T07:58:28.2497555Z 11% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2497865Z 2025-07-02T07:58:28.2498432Z Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd0 amd64 249.11-0ubuntu3.16 [317 kB] 2025-07-02T07:58:28.2498904Z 2025-07-02T07:58:28.2499069Z 11% [16 libsystemd0 28.7 kB/317 kB 9%] [Waiting for headers] 2025-07-02T07:58:28.2499423Z 2025-07-02T07:58:28.2499757Z 11% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2500062Z 2025-07-02T07:58:28.2500614Z Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libudev1 amd64 249.11-0ubuntu3.16 [76.7 kB] 2025-07-02T07:58:28.2501072Z 2025-07-02T07:58:28.2501213Z 11% [17 libudev1 16.4 kB/76.7 kB 21%] [Waiting for headers] 2025-07-02T07:58:28.2501574Z 2025-07-02T07:58:28.2501880Z 12% [Waiting for headers] 2025-07-02T07:58:28.2502111Z 2025-07-02T07:58:28.2502588Z Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapt-pkg6.0 amd64 2.4.14 [912 kB] 2025-07-02T07:58:28.2503021Z 2025-07-02T07:58:28.2503177Z 12% [18 libapt-pkg6.0 4096 B/912 kB 0%] [Waiting for headers] 2025-07-02T07:58:28.2503545Z 2025-07-02T07:58:28.2503866Z 12% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2504184Z 2025-07-02T07:58:28.2504749Z Get:19 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.2505220Z 2025-07-02T07:58:28.2505345Z 12% [19 tar 28.7 kB/295 kB 10%] [Waiting for headers] 2025-07-02T07:58:28.2505677Z 2025-07-02T07:58:28.2505995Z 12% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2506312Z 2025-07-02T07:58:28.2506823Z Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg amd64 1.21.1ubuntu2.3 [1239 kB] 2025-07-02T07:58:28.2507269Z 2025-07-02T07:58:28.2507397Z 12% [20 dpkg 41.3 kB/1239 kB 3%] [Waiting for headers] 2025-07-02T07:58:28.2507732Z 2025-07-02T07:58:28.2508376Z Get:21 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.2509032Z 2025-07-02T07:58:28.2509217Z 12% [20 dpkg 393 kB/1239 kB 32%] [21 cuda-cudart-dev-12-2 14.7 kB/968 kB 2%] 2025-07-02T07:58:28.2509618Z 2025-07-02T07:58:28.2510019Z 13% [20 dpkg 705 kB/1239 kB 57%] [Waiting for headers] 2025-07-02T07:58:28.2510357Z 2025-07-02T07:58:28.2511038Z Get:22 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 cuda-keyring 1.1-1 [4332 B] 2025-07-02T07:58:28.2511541Z 2025-07-02T07:58:28.2511778Z 13% [20 dpkg 705 kB/1239 kB 57%] [22 cuda-keyring 4332 B/4332 B 100%] 2025-07-02T07:58:28.2512149Z 2025-07-02T07:58:28.2512503Z 13% [20 dpkg 705 kB/1239 kB 57%] [Waiting for headers] 2025-07-02T07:58:28.2512825Z 2025-07-02T07:58:28.2513152Z 13% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2513470Z 2025-07-02T07:58:28.2513993Z Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 login amd64 1:4.8.1-2ubuntu2.2 [188 kB] 2025-07-02T07:58:28.2514439Z 2025-07-02T07:58:28.2514576Z 13% [23 login 4096 B/188 kB 2%] [Waiting for headers] 2025-07-02T07:58:28.2514898Z 2025-07-02T07:58:28.2515228Z 14% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2515532Z 2025-07-02T07:58:28.2516099Z Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.4 [4820 kB] 2025-07-02T07:58:28.2516564Z 2025-07-02T07:58:28.2516727Z 14% [24 libperl5.34 11.3 kB/4820 kB 0%] [Waiting for headers] 2025-07-02T07:58:28.2517077Z 2025-07-02T07:58:28.2517748Z Get:25 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.2518308Z 2025-07-02T07:58:28.2518510Z 14% [24 libperl5.34 2197 kB/4820 kB 46%] [25 cuda-minimal-build-12-2 2522 B/252 2025-07-02T07:58:28.2518936Z 2025-07-02T07:58:28.2519264Z 14% [24 libperl5.34 2197 kB/4820 kB 46%] 2025-07-02T07:58:28.2519580Z 15% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2519897Z 2025-07-02T07:58:28.2520412Z Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.4 [232 kB] 2025-07-02T07:58:28.2520863Z 2025-07-02T07:58:28.2520994Z 15% [26 perl 48.2 kB/232 kB 21%] [Waiting for headers] 2025-07-02T07:58:28.2521317Z 2025-07-02T07:58:28.2521649Z 15% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:28.2521967Z 2025-07-02T07:58:28.2522507Z Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-base amd64 5.34.0-3ubuntu1.4 [1759 kB] 2025-07-02T07:58:28.2522981Z 2025-07-02T07:58:28.2523127Z 15% [27 perl-base 17.8 kB/1759 kB 1%] [Waiting for headers] 2025-07-02T07:58:28.2523472Z 2025-07-02T07:58:28.2524129Z Get:28 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.2524683Z 2025-07-02T07:58:28.2524892Z 15% [27 perl-base 180 kB/1759 kB 10%] [28 cuda-nvml-dev-12-2 21.9 kB/88.9 kB 25 2025-07-02T07:58:28.2525306Z 2025-07-02T07:58:28.2525636Z 15% [27 perl-base 180 kB/1759 kB 10%] 2025-07-02T07:58:28.2525908Z 2025-07-02T07:58:28.2526527Z Get:29 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.2527072Z 2025-07-02T07:58:28.2527268Z 16% [27 perl-base 1586 kB/1759 kB 90%] [29 libcusparse-12-2 32.3 kB/107 MB 0%] 2025-07-02T07:58:28.2527686Z 2025-07-02T07:58:28.2528084Z 16% [Waiting for headers] [29 libcusparse-12-2 294 kB/107 MB 0%] 2025-07-02T07:58:28.2528455Z 2025-07-02T07:58:28.5741628Z 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.5742157Z 2025-07-02T07:58:28.5742681Z 16% [30 perl-modules-5.34 22.6 kB/2977 kB 1%] [29 libcusparse-12-2 294 kB/107 M 2025-07-02T07:58:28.5743138Z 2025-07-02T07:58:28.5743758Z 18% [Waiting for headers] [29 libcusparse-12-2 9698 kB/107 MB 9%] 2025-07-02T07:58:28.5744140Z 2025-07-02T07:58:28.5744723Z 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.5745195Z 2025-07-02T07:58:28.5745389Z 18% [31 util-linux 60.3 kB/1063 kB 6%] [29 libcusparse-12-2 9698 kB/107 MB 9%] 2025-07-02T07:58:28.5745806Z 2025-07-02T07:58:28.5746220Z 19% [Waiting for headers] [29 libcusparse-12-2 12.7 MB/107 MB 12%] 2025-07-02T07:58:28.5746601Z 2025-07-02T07:58:28.5747165Z 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.5747617Z 2025-07-02T07:58:28.5747829Z 19% [32 libc-bin 45.2 kB/706 kB 6%] [29 libcusparse-12-2 12.7 MB/107 MB 12%] 2025-07-02T07:58:28.5748220Z 2025-07-02T07:58:28.5748622Z 20% [Waiting for headers] [29 libcusparse-12-2 15.0 MB/107 MB 14%] 2025-07-02T07:58:28.5749078Z 2025-07-02T07:58:28.5749677Z 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.5750162Z 2025-07-02T07:58:28.5750381Z 20% [33 gpg-wks-client 0 B/62.7 kB 0%] [29 libcusparse-12-2 15.0 MB/107 MB 14%] 2025-07-02T07:58:28.5750802Z 2025-07-02T07:58:28.5751150Z 20% [29 libcusparse-12-2 15.2 MB/107 MB 14%] 2025-07-02T07:58:28.5751450Z 2025-07-02T07:58:28.5751999Z 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.5752453Z 2025-07-02T07:58:28.5752639Z 20% [34 dirmngr 32.8 kB/293 kB 11%] [29 libcusparse-12-2 15.2 MB/107 MB 14%] 2025-07-02T07:58:28.5753049Z 2025-07-02T07:58:28.5753456Z 21% [Waiting for headers] [29 libcusparse-12-2 16.4 MB/107 MB 15%] 2025-07-02T07:58:28.5753839Z 2025-07-02T07:58:28.5754435Z 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.5754919Z 2025-07-02T07:58:28.5755128Z 21% [35 gpg-wks-server 31.7 kB/57.6 kB 55%] [29 libcusparse-12-2 16.4 MB/107 MB 2025-07-02T07:58:28.5755562Z 2025-07-02T07:58:28.5755901Z 21% [29 libcusparse-12-2 16.4 MB/107 MB 15%] 2025-07-02T07:58:28.5756199Z 2025-07-02T07:58:28.5756756Z 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.5757220Z 2025-07-02T07:58:28.5757415Z 21% [36 gnupg-utils 32.0 kB/309 kB 10%] [29 libcusparse-12-2 16.4 MB/107 MB 15% 2025-07-02T07:58:28.5757835Z 2025-07-02T07:58:28.5758263Z 21% [Waiting for headers] [29 libcusparse-12-2 17.5 MB/107 MB 16%] 2025-07-02T07:58:28.5758641Z 2025-07-02T07:58:28.5759207Z 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.5759795Z 2025-07-02T07:58:28.5759999Z 21% [37 gpg-agent 58.1 kB/209 kB 28%] [29 libcusparse-12-2 17.5 MB/107 MB 16%] 2025-07-02T07:58:28.5760398Z 2025-07-02T07:58:28.5760884Z 22% [Waiting for headers] [29 libcusparse-12-2 18.1 MB/107 MB 17%] 2025-07-02T07:58:28.5761260Z 2025-07-02T07:58:28.5761800Z 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.5762234Z 2025-07-02T07:58:28.5762411Z 22% [38 gpg 27.9 kB/519 kB 5%] [29 libcusparse-12-2 18.1 MB/107 MB 17%] 2025-07-02T07:58:28.5762782Z 2025-07-02T07:58:28.5763176Z 22% [Waiting for headers] [29 libcusparse-12-2 19.4 MB/107 MB 18%] 2025-07-02T07:58:28.5763552Z 2025-07-02T07:58:28.5764120Z 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.5764576Z 2025-07-02T07:58:28.5764761Z 22% [39 gpgconf 45.1 kB/94.4 kB 48%] [29 libcusparse-12-2 19.4 MB/107 MB 18%] 2025-07-02T07:58:28.5765172Z 2025-07-02T07:58:28.5765514Z 22% [29 libcusparse-12-2 19.6 MB/107 MB 18%] 2025-07-02T07:58:28.5765809Z 2025-07-02T07:58:28.5766362Z 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.5766820Z 2025-07-02T07:58:28.5767010Z 23% [40 gnupg-l10n 4054 B/54.6 kB 7%] [29 libcusparse-12-2 23.7 MB/107 MB 22%] 2025-07-02T07:58:28.5767424Z 2025-07-02T07:58:28.5767760Z 23% [29 libcusparse-12-2 23.7 MB/107 MB 22%] 2025-07-02T07:58:28.5768056Z 2025-07-02T07:58:28.5768576Z 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.5769010Z 2025-07-02T07:58:28.5769182Z 23% [41 gnupg 24.3 kB/315 kB 8%] [29 libcusparse-12-2 23.7 MB/107 MB 22%] 2025-07-02T07:58:28.5769572Z 2025-07-02T07:58:28.5769962Z 24% [Waiting for headers] [29 libcusparse-12-2 24.1 MB/107 MB 22%] 2025-07-02T07:58:28.5770353Z 2025-07-02T07:58:28.5770903Z 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.5771345Z 2025-07-02T07:58:28.5771519Z 25% [42 gpgsm 44.1 kB/198 kB 22%] [29 libcusparse-12-2 33.3 MB/107 MB 31%] 2025-07-02T07:58:28.5771918Z 2025-07-02T07:58:28.5772306Z 26% [Waiting for headers] [29 libcusparse-12-2 33.6 MB/107 MB 31%] 2025-07-02T07:58:28.5772701Z 2025-07-02T07:58:28.5773275Z 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.5773753Z 2025-07-02T07:58:28.5773948Z 26% [43 libsqlite3-0 42.8 kB/643 kB 7%] [29 libcusparse-12-2 33.6 MB/107 MB 31% 2025-07-02T07:58:28.5774367Z 2025-07-02T07:58:28.5774754Z 26% [Waiting for headers] [29 libcusparse-12-2 34.2 MB/107 MB 32%] 2025-07-02T07:58:28.5775139Z 2025-07-02T07:58:28.5775696Z 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.5776171Z 2025-07-02T07:58:28.5776361Z 26% [44 libtasn1-6 43.5 kB/43.5 kB 100%] [29 libcusparse-12-2 34.2 MB/107 MB 32 2025-07-02T07:58:28.5776853Z 2025-07-02T07:58:28.5777179Z 26% [29 libcusparse-12-2 34.2 MB/107 MB 32%] 2025-07-02T07:58:28.5777491Z 2025-07-02T07:58:28.5778088Z 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.5778563Z 2025-07-02T07:58:28.5778757Z 26% [45 libgnutls30 11.1 kB/969 kB 1%] [29 libcusparse-12-2 34.2 MB/107 MB 32%] 2025-07-02T07:58:28.5779178Z 2025-07-02T07:58:28.5779564Z 27% [Waiting for headers] [29 libcusparse-12-2 35.3 MB/107 MB 33%] 2025-07-02T07:58:28.5779955Z 2025-07-02T07:58:28.5780572Z 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.5781098Z 2025-07-02T07:58:28.5781295Z 27% [46 libldap-2.5-0 24.5 kB/184 kB 13%] [29 libcusparse-12-2 35.3 MB/107 MB 3 2025-07-02T07:58:28.5781717Z 2025-07-02T07:58:28.5782108Z 27% [Waiting for headers] [29 libcusparse-12-2 35.5 MB/107 MB 33%] 2025-07-02T07:58:28.5782499Z 2025-07-02T07:58:28.5783029Z 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.5783478Z 2025-07-02T07:58:28.5783649Z 27% [47 gpgv 36.9 kB/137 kB 27%] [29 libcusparse-12-2 35.5 MB/107 MB 33%] 2025-07-02T07:58:28.5784038Z 2025-07-02T07:58:28.5784361Z 27% [29 libcusparse-12-2 35.6 MB/107 MB 33%] 2025-07-02T07:58:28.5784667Z 2025-07-02T07:58:28.5785230Z 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.5785736Z 2025-07-02T07:58:28.5785931Z 27% [48 libseccomp2 24.6 kB/47.4 kB 52%] [29 libcusparse-12-2 35.6 MB/107 MB 33 2025-07-02T07:58:28.5786337Z 2025-07-02T07:58:28.5786676Z 28% [29 libcusparse-12-2 35.7 MB/107 MB 33%] 2025-07-02T07:58:28.5786979Z 2025-07-02T07:58:28.5787446Z Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 apt amd64 2.4.14 [1363 kB] 2025-07-02T07:58:28.5787840Z 2025-07-02T07:58:28.5788020Z 28% [49 apt 41.0 kB/1363 kB 3%] [29 libcusparse-12-2 35.7 MB/107 MB 33%] 2025-07-02T07:58:28.5788394Z 2025-07-02T07:58:28.5788871Z 29% [Waiting for headers] [29 libcusparse-12-2 43.5 MB/107 MB 41%] 2025-07-02T07:58:28.5789253Z 2025-07-02T07:58:28.5789820Z 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.5790287Z 2025-07-02T07:58:28.5790487Z 29% [50 libpam0g 45.1 kB/59.9 kB 75%] [29 libcusparse-12-2 43.5 MB/107 MB 41%] 2025-07-02T07:58:28.5790889Z 2025-07-02T07:58:28.5791226Z 30% [29 libcusparse-12-2 43.5 MB/107 MB 41%] 2025-07-02T07:58:28.5791519Z 2025-07-02T07:58:28.5792113Z 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.5792615Z 2025-07-02T07:58:28.9446339Z 30% [51 libpam-modules-bin 37.4 kB/37.4 kB 100%] [29 libcusparse-12-2 43.5 MB/1 2025-07-02T07:58:28.9446830Z 2025-07-02T07:58:28.9447171Z 30% [29 libcusparse-12-2 43.6 MB/107 MB 41%] 2025-07-02T07:58:28.9447488Z 2025-07-02T07:58:28.9448292Z 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.9448803Z 2025-07-02T07:58:28.9449016Z 31% [52 libpam-modules 29.2 kB/282 kB 10%] [29 libcusparse-12-2 52.6 MB/107 MB 2025-07-02T07:58:28.9449594Z 2025-07-02T07:58:28.9449998Z 32% [Waiting for headers] [29 libcusparse-12-2 52.9 MB/107 MB 49%] 2025-07-02T07:58:28.9450397Z 2025-07-02T07:58:28.9450956Z 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.9451427Z 2025-07-02T07:58:28.9451616Z 32% [53 logsave 8933 B/10.1 kB 89%] [29 libcusparse-12-2 52.9 MB/107 MB 49%] 2025-07-02T07:58:28.9452013Z 2025-07-02T07:58:28.9452354Z 32% [29 libcusparse-12-2 52.9 MB/107 MB 49%] 2025-07-02T07:58:28.9452668Z 2025-07-02T07:58:28.9453205Z 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.9453751Z 2025-07-02T07:58:28.9453997Z 32% [54 libext2fs2 16.4 kB/208 kB 8%] [29 libcusparse-12-2 52.9 MB/107 MB 49%] 2025-07-02T07:58:28.9454404Z 2025-07-02T07:58:28.9454742Z 32% [29 libcusparse-12-2 53.1 MB/107 MB 50%] 2025-07-02T07:58:28.9472283Z 2025-07-02T07:58:28.9472967Z 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.9473442Z 2025-07-02T07:58:28.9473644Z 32% [55 e2fsprogs 45.1 kB/590 kB 8%] [29 libcusparse-12-2 53.1 MB/107 MB 50%] 2025-07-02T07:58:28.9474112Z 2025-07-02T07:58:28.9474569Z 33% [Waiting for headers] [29 libcusparse-12-2 53.7 MB/107 MB 50%] 2025-07-02T07:58:28.9474977Z 2025-07-02T07:58:28.9475535Z 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.9475989Z 2025-07-02T07:58:28.9476167Z 33% [56 mount 36.9 kB/114 kB 32%] [29 libcusparse-12-2 53.7 MB/107 MB 50%] 2025-07-02T07:58:28.9476569Z 2025-07-02T07:58:28.9476898Z 33% [29 libcusparse-12-2 53.8 MB/107 MB 50%] 2025-07-02T07:58:28.9477211Z 2025-07-02T07:58:28.9477761Z 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.9478223Z 2025-07-02T07:58:28.9478414Z 33% [57 libblkid1 49.2 kB/103 kB 48%] [29 libcusparse-12-2 53.8 MB/107 MB 50%] 2025-07-02T07:58:28.9478833Z 2025-07-02T07:58:28.9479167Z 33% [29 libcusparse-12-2 53.9 MB/107 MB 50%] 2025-07-02T07:58:28.9479477Z 2025-07-02T07:58:28.9480032Z 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.9480527Z 2025-07-02T07:58:28.9480741Z 33% [58 libcap2 8192 B/18.3 kB 45%] [29 libcusparse-12-2 54.0 MB/107 MB 50%] 2025-07-02T07:58:28.9481151Z 2025-07-02T07:58:28.9481491Z 33% [29 libcusparse-12-2 54.0 MB/107 MB 50%] 2025-07-02T07:58:28.9481784Z 2025-07-02T07:58:28.9482332Z 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.9482793Z 2025-07-02T07:58:28.9482995Z 35% [59 libcom-err2 9304 B/9304 B 100%] [29 libcusparse-12-2 62.2 MB/107 MB 58% 2025-07-02T07:58:28.9483423Z 2025-07-02T07:58:28.9483876Z 35% [29 libcusparse-12-2 62.2 MB/107 MB 58%] 2025-07-02T07:58:28.9484180Z 2025-07-02T07:58:28.9484818Z 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.9485294Z 2025-07-02T07:58:28.9485495Z 35% [60 libk5crypto3 31.6 kB/86.5 kB 36%] [29 libcusparse-12-2 62.2 MB/107 MB 5 2025-07-02T07:58:28.9485918Z 2025-07-02T07:58:28.9486245Z 35% [29 libcusparse-12-2 62.3 MB/107 MB 58%] 2025-07-02T07:58:28.9486551Z 2025-07-02T07:58:28.9487117Z 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.9487616Z 2025-07-02T07:58:28.9487823Z 35% [61 libkrb5support0 32.7 kB/32.7 kB 100%] [29 libcusparse-12-2 62.3 MB/107 2025-07-02T07:58:28.9488261Z 2025-07-02T07:58:28.9488579Z 36% [29 libcusparse-12-2 62.4 MB/107 MB 58%] 2025-07-02T07:58:28.9488883Z 2025-07-02T07:58:28.9489417Z 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.9489890Z 2025-07-02T07:58:28.9490076Z 37% [62 libkrb5-3 12.9 kB/356 kB 4%] [29 libcusparse-12-2 71.9 MB/107 MB 67%] 2025-07-02T07:58:28.9490488Z 2025-07-02T07:58:28.9490884Z 38% [Waiting for headers] [29 libcusparse-12-2 72.3 MB/107 MB 67%] 2025-07-02T07:58:28.9491279Z 2025-07-02T07:58:28.9491864Z 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.9492359Z 2025-07-02T07:58:28.9492569Z 38% [63 libgssapi-krb5-2 41.0 kB/144 kB 28%] [29 libcusparse-12-2 72.3 MB/107 M 2025-07-02T07:58:28.9492994Z 2025-07-02T07:58:28.9493320Z 38% [29 libcusparse-12-2 72.4 MB/107 MB 68%] 2025-07-02T07:58:28.9493626Z 2025-07-02T07:58:28.9494155Z 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.9494619Z 2025-07-02T07:58:28.9494800Z 38% [64 libssl3 20.5 kB/1905 kB 1%] [29 libcusparse-12-2 72.4 MB/107 MB 68%] 2025-07-02T07:58:28.9495207Z 2025-07-02T07:58:28.9495595Z 39% [Waiting for headers] [29 libcusparse-12-2 74.4 MB/107 MB 69%] 2025-07-02T07:58:28.9495983Z 2025-07-02T07:58:28.9496538Z 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.9497012Z 2025-07-02T07:58:28.9497203Z 39% [65 libmount1 32.5 kB/122 kB 27%] [29 libcusparse-12-2 74.4 MB/107 MB 69%] 2025-07-02T07:58:28.9497604Z 2025-07-02T07:58:28.9497945Z 39% [29 libcusparse-12-2 74.5 MB/107 MB 70%] 2025-07-02T07:58:28.9498254Z 2025-07-02T07:58:28.9498810Z 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.9499288Z 2025-07-02T07:58:28.9499509Z 39% [66 libpam-runtime 4096 B/40.2 kB 10%] [29 libcusparse-12-2 74.5 MB/107 MB 2025-07-02T07:58:28.9499931Z 2025-07-02T07:58:28.9500269Z 39% [29 libcusparse-12-2 74.6 MB/107 MB 70%] 2025-07-02T07:58:28.9500560Z 2025-07-02T07:58:28.9501127Z 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.9501674Z 2025-07-02T07:58:28.9501887Z 39% [67 libsmartcols1 795 B/50.9 kB 2%] [29 libcusparse-12-2 74.6 MB/107 MB 70% 2025-07-02T07:58:28.9502361Z 2025-07-02T07:58:28.9502698Z 39% [29 libcusparse-12-2 74.7 MB/107 MB 70%] 2025-07-02T07:58:28.9502987Z 2025-07-02T07:58:28.9503530Z 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.9503983Z 2025-07-02T07:58:28.9504182Z 39% [68 libuuid1 15.2 kB/23.8 kB 64%] [29 libcusparse-12-2 74.7 MB/107 MB 70%] 2025-07-02T07:58:28.9504581Z 2025-07-02T07:58:28.9504923Z 40% [29 libcusparse-12-2 74.7 MB/107 MB 70%] 2025-07-02T07:58:28.9505215Z 2025-07-02T07:58:28.9505760Z 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.9506214Z 2025-07-02T07:58:28.9506406Z 41% [69 passwd 4052 B/768 kB 1%] [29 libcusparse-12-2 81.5 MB/107 MB 76%] 2025-07-02T07:58:28.9506805Z 2025-07-02T07:58:28.9507206Z 41% [Waiting for headers] [29 libcusparse-12-2 82.3 MB/107 MB 77%] 2025-07-02T07:58:28.9507587Z 2025-07-02T07:58:28.9508171Z 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.9508645Z 2025-07-02T07:58:28.9508956Z 41% [70 libprocps8 36.2 kB/36.2 kB 100%] [29 libcusparse-12-2 82.3 MB/107 MB 77 2025-07-02T07:58:28.9509387Z 2025-07-02T07:58:28.9509729Z 42% [29 libcusparse-12-2 82.4 MB/107 MB 77%] 2025-07-02T07:58:28.9510028Z 2025-07-02T07:58:28.9510566Z 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:28.9511015Z 2025-07-02T07:58:28.9511201Z 42% [71 libss2 12.3 kB/12.3 kB 100%] [29 libcusparse-12-2 82.4 MB/107 MB 77%] 2025-07-02T07:58:28.9511605Z 2025-07-02T07:58:28.9511941Z 42% [29 libcusparse-12-2 82.4 MB/107 MB 77%] 2025-07-02T07:58:28.9512235Z 2025-07-02T07:58:28.9512773Z 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:28.9513226Z 2025-07-02T07:58:28.9513406Z 43% [72 procps 6948 B/378 kB 2%] [29 libcusparse-12-2 91.2 MB/107 MB 85%] 2025-07-02T07:58:28.9513805Z 2025-07-02T07:58:28.9514193Z 44% [Waiting for headers] [29 libcusparse-12-2 91.6 MB/107 MB 85%] 2025-07-02T07:58:28.9514587Z 2025-07-02T07:58:28.9515148Z Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.19 [1186 kB] 2025-07-02T07:58:28.9515606Z 2025-07-02T07:58:35.1316115Z 44% [73 openssl 41.2 kB/1186 kB 3%] [29 libcusparse-12-2 91.6 MB/107 MB 85%] 2025-07-02T07:58:35.1316577Z 2025-07-02T07:58:35.1316989Z 44% [Waiting for headers] [29 libcusparse-12-2 92.8 MB/107 MB 87%] 2025-07-02T07:58:35.1317379Z 2025-07-02T07:58:35.1318020Z Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20240203~22.04.1 [162 kB] 2025-07-02T07:58:35.1318504Z 2025-07-02T07:58:35.1318740Z 44% [74 ca-certificates 34.7 kB/162 kB 21%] [29 libcusparse-12-2 92.8 MB/107 MB 2025-07-02T07:58:35.1319168Z 2025-07-02T07:58:35.1319739Z 45% [29 libcusparse-12-2 93.0 MB/107 MB 87%] 2025-07-02T07:58:35.1320038Z 2025-07-02T07:58:35.1320699Z Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.8 [103 kB] 2025-07-02T07:58:35.1321150Z 2025-07-02T07:58:35.1321378Z 45% [75 libctf0 4096 B/103 kB 4%] [29 libcusparse-12-2 93.0 MB/107 MB 87%] 2025-07-02T07:58:35.1321774Z 2025-07-02T07:58:35.1322116Z 45% [29 libcusparse-12-2 93.1 MB/107 MB 87%] 2025-07-02T07:58:35.1322411Z 2025-07-02T07:58:35.1322966Z Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.8 [108 kB] 2025-07-02T07:58:35.1323436Z 2025-07-02T07:58:35.1323657Z 45% [76 libctf-nobfd0 24.6 kB/108 kB 23%] [29 libcusparse-12-2 93.1 MB/107 MB 8 2025-07-02T07:58:35.1324082Z 2025-07-02T07:58:35.1324422Z 45% [29 libcusparse-12-2 93.3 MB/107 MB 87%] 2025-07-02T07:58:35.1324716Z 2025-07-02T07:58:35.1325341Z Get:77 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:35.1325868Z 2025-07-02T07:58:35.1326101Z 45% [77 binutils-x86-64-linux-gnu 41.0 kB/2324 kB 2%] [29 libcusparse-12-2 93.3 2025-07-02T07:58:35.1326538Z 2025-07-02T07:58:35.1326940Z 47% [Waiting for headers] [29 libcusparse-12-2 102 MB/107 MB 95%] 2025-07-02T07:58:35.1327317Z 2025-07-02T07:58:35.1327888Z Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.8 [661 kB] 2025-07-02T07:58:35.1328352Z 2025-07-02T07:58:35.1328553Z 47% [78 libbinutils 20.5 kB/661 kB 3%] [29 libcusparse-12-2 102 MB/107 MB 95%] 2025-07-02T07:58:35.1328970Z 2025-07-02T07:58:35.1329368Z 48% [Waiting for headers] [29 libcusparse-12-2 103 MB/107 MB 96%] 2025-07-02T07:58:35.1329748Z 2025-07-02T07:58:35.1330301Z Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.8 [3196 B] 2025-07-02T07:58:35.1330750Z 2025-07-02T07:58:35.1330919Z 48% [Waiting for headers] [29 libcusparse-12-2 103 MB/107 MB 96%] 2025-07-02T07:58:35.1331304Z 2025-07-02T07:58:35.1331885Z Get:80 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.8 [223 kB] 2025-07-02T07:58:35.1332364Z 2025-07-02T07:58:35.1332570Z 48% [80 binutils-common 13.3 kB/223 kB 6%] [29 libcusparse-12-2 103 MB/107 MB 9 2025-07-02T07:58:35.1333008Z 2025-07-02T07:58:35.1333393Z 48% [Waiting for headers] [29 libcusparse-12-2 103 MB/107 MB 96%] 2025-07-02T07:58:35.1333776Z 2025-07-02T07:58:35.1334320Z Get:81 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.3 [922 kB] 2025-07-02T07:58:35.1334761Z 2025-07-02T07:58:35.1334938Z 48% [81 dpkg-dev 32.8 kB/922 kB 4%] [29 libcusparse-12-2 103 MB/107 MB 96%] 2025-07-02T07:58:35.1335334Z 2025-07-02T07:58:35.1335718Z 49% [Waiting for headers] [29 libcusparse-12-2 104 MB/107 MB 97%] 2025-07-02T07:58:35.1336103Z 2025-07-02T07:58:35.1336429Z 50% [Waiting for headers] [Waiting for headers] 2025-07-02T07:58:35.1336753Z 2025-07-02T07:58:35.1337494Z Get:82 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:35.1338059Z 2025-07-02T07:58:35.1338244Z 50% [Waiting for headers] [82 libcusparse-dev-12-2 51.8 kB/110 MB 0%] 2025-07-02T07:58:35.1338715Z 2025-07-02T07:58:35.1339282Z Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.3 [237 kB] 2025-07-02T07:58:35.1339757Z 2025-07-02T07:58:35.1339961Z 50% [83 libdpkg-perl 15.6 kB/237 kB 7%] [82 libcusparse-dev-12-2 1559 kB/110 MB 2025-07-02T07:58:35.1340396Z 2025-07-02T07:58:35.1340795Z 50% [Waiting for headers] [82 libcusparse-dev-12-2 1767 kB/110 MB 2%] 2025-07-02T07:58:35.1341196Z 2025-07-02T07:58:35.1341750Z Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gnupg2 all 2.2.27-3ubuntu2.3 [5544 B] 2025-07-02T07:58:35.1342224Z 2025-07-02T07:58:35.1342328Z 2025-07-02T07:58:35.1342664Z 50% [82 libcusparse-dev-12-2 1821 kB/110 MB 2%] 2025-07-02T07:58:35.1343000Z 61% [82 libcusparse-dev-12-2 68.6 MB/110 MB 62%] 2025-07-02T07:58:35.1343499Z 2025-07-02T07:58:35.1343793Z 68% [Waiting for headers] 2025-07-02T07:58:35.1344044Z 2025-07-02T07:58:35.1344602Z 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:35.1345138Z 2025-07-02T07:58:35.1345244Z 69% [85 libnpp-12-2 65.1 kB/95.2 MB 0%] 2025-07-02T07:58:35.1345539Z 80% [85 libnpp-12-2 66.8 MB/95.2 MB 70%] 2025-07-02T07:58:35.1345832Z 2025-07-02T07:58:35.1346118Z 85% [Waiting for headers] 2025-07-02T07:58:35.1346349Z 2025-07-02T07:58:35.1346937Z 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:35.1347473Z 2025-07-02T07:58:35.1347576Z 85% [86 libnpp-dev-12-2 22.4 kB/91.8 MB 0%] 2025-07-02T07:58:35.1347903Z 96% [86 libnpp-dev-12-2 66.8 MB/91.8 MB 73%] 2025-07-02T07:58:35.1348196Z 2025-07-02T07:58:35.1348471Z 100% [Working] 2025-07-02T07:58:35.1348663Z 2025-07-02T07:58:35.1348950Z Fetched 482 MB in 4s (112 MB/s) 2025-07-02T07:58:35.1349359Z debconf: delaying package configuration, since apt-utils is not installed 2025-07-02T07:58:35.1349786Z (Reading database ... 2025-07-02T07:58:35.1350033Z (Reading database ... 5% 2025-07-02T07:58:35.1350277Z (Reading database ... 10% 2025-07-02T07:58:35.1350533Z (Reading database ... 15% 2025-07-02T07:58:35.1350775Z (Reading database ... 20% 2025-07-02T07:58:35.1351026Z (Reading database ... 25% 2025-07-02T07:58:35.1351263Z (Reading database ... 30% 2025-07-02T07:58:35.1351516Z (Reading database ... 35% 2025-07-02T07:58:35.1351757Z (Reading database ... 40% 2025-07-02T07:58:35.1352005Z (Reading database ... 45% 2025-07-02T07:58:35.1352252Z (Reading database ... 50% 2025-07-02T07:58:35.1352488Z (Reading database ... 55% 2025-07-02T07:58:35.1352741Z (Reading database ... 60% 2025-07-02T07:58:35.1352977Z (Reading database ... 65% 2025-07-02T07:58:35.1353227Z (Reading database ... 70% 2025-07-02T07:58:35.1353463Z (Reading database ... 75% 2025-07-02T07:58:35.1353710Z (Reading database ... 80% 2025-07-02T07:58:35.1353946Z (Reading database ... 85% 2025-07-02T07:58:35.1354193Z (Reading database ... 90% 2025-07-02T07:58:35.1354428Z (Reading database ... 95% 2025-07-02T07:58:35.1354678Z (Reading database ... 100% 2025-07-02T07:58:35.1355049Z (Reading database ... 14723 files and directories currently installed.) 2025-07-02T07:58:35.1355538Z Preparing to unpack .../libc6-dev_2.35-0ubuntu3.10_amd64.deb ... 2025-07-02T07:58:35.1356042Z Unpacking libc6-dev:amd64 (2.35-0ubuntu3.10) over (2.35-0ubuntu3.4) ... 2025-07-02T07:58:35.1356670Z Preparing to unpack .../libc-dev-bin_2.35-0ubuntu3.10_amd64.deb ... 2025-07-02T07:58:35.1357168Z Unpacking libc-dev-bin (2.35-0ubuntu3.10) over (2.35-0ubuntu3.4) ... 2025-07-02T07:58:35.1357715Z Preparing to unpack .../linux-libc-dev_5.15.0-143.153_amd64.deb ... 2025-07-02T07:58:35.1358220Z Unpacking linux-libc-dev:amd64 (5.15.0-143.153) over (5.15.0-88.98) ... 2025-07-02T07:58:35.1358699Z Preparing to unpack .../libc6_2.35-0ubuntu3.10_amd64.deb ... 2025-07-02T07:58:35.1359098Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:58:35.1359850Z 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:35.1360582Z debconf: falling back to frontend: Readline 2025-07-02T07:58:35.1361094Z Unpacking libc6:amd64 (2.35-0ubuntu3.10) over (2.35-0ubuntu3.4) ... 2025-07-02T07:58:35.1361520Z Setting up libc6:amd64 (2.35-0ubuntu3.10) ... 2025-07-02T07:58:35.1361858Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:58:35.1362582Z 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:35.1363295Z debconf: falling back to frontend: Readline 2025-07-02T07:58:35.1363597Z (Reading database ... 2025-07-02T07:58:35.1363824Z (Reading database ... 5% 2025-07-02T07:58:35.1364073Z (Reading database ... 10% 2025-07-02T07:58:35.1364323Z (Reading database ... 15% 2025-07-02T07:58:35.1364554Z (Reading database ... 20% 2025-07-02T07:58:35.1364798Z (Reading database ... 25% 2025-07-02T07:58:35.1365030Z (Reading database ... 30% 2025-07-02T07:58:35.1365278Z (Reading database ... 35% 2025-07-02T07:58:35.1365510Z (Reading database ... 40% 2025-07-02T07:58:35.1365753Z (Reading database ... 45% 2025-07-02T07:58:35.1365985Z (Reading database ... 50% 2025-07-02T07:58:35.1366227Z (Reading database ... 55% 2025-07-02T07:58:35.1366460Z (Reading database ... 60% 2025-07-02T07:58:35.1366702Z (Reading database ... 65% 2025-07-02T07:58:35.1366934Z (Reading database ... 70% 2025-07-02T07:58:35.1367178Z (Reading database ... 75% 2025-07-02T07:58:35.1367426Z (Reading database ... 80% 2025-07-02T07:58:35.1367662Z (Reading database ... 85% 2025-07-02T07:58:35.1367905Z (Reading database ... 90% 2025-07-02T07:58:35.1368138Z (Reading database ... 95% 2025-07-02T07:58:35.1368383Z (Reading database ... 100% 2025-07-02T07:58:35.1368900Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:35.1369394Z Preparing to unpack .../base-files_12ubuntu4.7_amd64.deb ... 2025-07-02T07:58:35.1369829Z Unpacking base-files (12ubuntu4.7) over (12ubuntu4.4) ... 2025-07-02T07:58:35.1370210Z Setting up base-files (12ubuntu4.7) ... 2025-07-02T07:58:35.1370568Z Installing new version of config file /etc/issue ... 2025-07-02T07:58:35.1370969Z Installing new version of config file /etc/issue.net ... 2025-07-02T07:58:35.1371410Z Installing new version of config file /etc/lsb-release ... 2025-07-02T07:58:35.1371893Z Installing new version of config file /etc/update-motd.d/10-help-text ... 2025-07-02T07:58:35.1372322Z (Reading database ... 2025-07-02T07:58:35.1372557Z (Reading database ... 5% 2025-07-02T07:58:35.1372815Z (Reading database ... 10% 2025-07-02T07:58:35.1373057Z (Reading database ... 15% 2025-07-02T07:58:35.1373306Z (Reading database ... 20% 2025-07-02T07:58:35.1373544Z (Reading database ... 25% 2025-07-02T07:58:35.1373793Z (Reading database ... 30% 2025-07-02T07:58:35.1374042Z (Reading database ... 35% 2025-07-02T07:58:35.1374278Z (Reading database ... 40% 2025-07-02T07:58:35.1374524Z (Reading database ... 45% 2025-07-02T07:58:35.1374763Z (Reading database ... 50% 2025-07-02T07:58:35.1375010Z (Reading database ... 55% 2025-07-02T07:58:35.1375250Z (Reading database ... 60% 2025-07-02T07:58:35.1375501Z (Reading database ... 65% 2025-07-02T07:58:35.1375738Z (Reading database ... 70% 2025-07-02T07:58:35.1376065Z (Reading database ... 75% 2025-07-02T07:58:35.1376304Z (Reading database ... 80% 2025-07-02T07:58:37.8574077Z (Reading database ... 85% 2025-07-02T07:58:37.8574443Z (Reading database ... 90% 2025-07-02T07:58:37.8574760Z (Reading database ... 95% 2025-07-02T07:58:37.8575009Z (Reading database ... 100% 2025-07-02T07:58:37.8575632Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:37.8576167Z Preparing to unpack .../bash_5.1-6ubuntu1.1_amd64.deb ... 2025-07-02T07:58:37.8576595Z Unpacking bash (5.1-6ubuntu1.1) over (5.1-6ubuntu1) ... 2025-07-02T07:58:37.8576964Z Setting up bash (5.1-6ubuntu1.1) ... 2025-07-02T07:58:37.8577484Z update-alternatives: error: alternative path /usr/share/man/man7/bash-builtins.7.gz doesn't exist 2025-07-02T07:58:37.8578024Z (Reading database ... 2025-07-02T07:58:37.8578258Z (Reading database ... 5% 2025-07-02T07:58:37.8578514Z (Reading database ... 10% 2025-07-02T07:58:37.8578753Z (Reading database ... 15% 2025-07-02T07:58:37.8579003Z (Reading database ... 20% 2025-07-02T07:58:37.8579254Z (Reading database ... 25% 2025-07-02T07:58:37.8579503Z (Reading database ... 30% 2025-07-02T07:58:37.8579740Z (Reading database ... 35% 2025-07-02T07:58:37.8579991Z (Reading database ... 40% 2025-07-02T07:58:37.8580238Z (Reading database ... 45% 2025-07-02T07:58:37.8580481Z (Reading database ... 50% 2025-07-02T07:58:37.8580731Z (Reading database ... 55% 2025-07-02T07:58:37.8580967Z (Reading database ... 60% 2025-07-02T07:58:37.8581216Z (Reading database ... 65% 2025-07-02T07:58:37.8581452Z (Reading database ... 70% 2025-07-02T07:58:37.8581704Z (Reading database ... 75% 2025-07-02T07:58:37.8581942Z (Reading database ... 80% 2025-07-02T07:58:37.8582190Z (Reading database ... 85% 2025-07-02T07:58:37.8582428Z (Reading database ... 90% 2025-07-02T07:58:37.8582677Z (Reading database ... 95% 2025-07-02T07:58:37.8582930Z (Reading database ... 100% 2025-07-02T07:58:37.8583290Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:37.8583815Z Preparing to unpack .../bsdutils_1%3a2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:37.8584306Z Unpacking bsdutils (1:2.37.2-4ubuntu3.4) over (1:2.37.2-4ubuntu3) ... 2025-07-02T07:58:37.8584736Z Setting up bsdutils (1:2.37.2-4ubuntu3.4) ... 2025-07-02T07:58:37.8585039Z (Reading database ... 2025-07-02T07:58:37.8585293Z (Reading database ... 5% 2025-07-02T07:58:37.8585537Z (Reading database ... 10% 2025-07-02T07:58:37.8585791Z (Reading database ... 15% 2025-07-02T07:58:37.8586043Z (Reading database ... 20% 2025-07-02T07:58:37.8586280Z (Reading database ... 25% 2025-07-02T07:58:37.8586527Z (Reading database ... 30% 2025-07-02T07:58:37.8586869Z (Reading database ... 35% 2025-07-02T07:58:37.8587114Z (Reading database ... 40% 2025-07-02T07:58:37.8587344Z (Reading database ... 45% 2025-07-02T07:58:37.8587585Z (Reading database ... 50% 2025-07-02T07:58:37.8587815Z (Reading database ... 55% 2025-07-02T07:58:37.8588058Z (Reading database ... 60% 2025-07-02T07:58:37.8588455Z (Reading database ... 65% 2025-07-02T07:58:37.8588714Z (Reading database ... 70% 2025-07-02T07:58:37.8589088Z (Reading database ... 75% 2025-07-02T07:58:37.8589344Z (Reading database ... 80% 2025-07-02T07:58:37.8589598Z (Reading database ... 85% 2025-07-02T07:58:37.8589837Z (Reading database ... 90% 2025-07-02T07:58:37.8590115Z (Reading database ... 95% 2025-07-02T07:58:37.8590358Z (Reading database ... 100% 2025-07-02T07:58:37.8590734Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:37.8591226Z Preparing to unpack .../coreutils_8.32-4.1ubuntu1.2_amd64.deb ... 2025-07-02T07:58:37.8591712Z Unpacking coreutils (8.32-4.1ubuntu1.2) over (8.32-4.1ubuntu1) ... 2025-07-02T07:58:37.8592120Z Setting up coreutils (8.32-4.1ubuntu1.2) ... 2025-07-02T07:58:37.8592435Z (Reading database ... 2025-07-02T07:58:37.8592678Z (Reading database ... 5% 2025-07-02T07:58:37.8592918Z (Reading database ... 10% 2025-07-02T07:58:37.8593169Z (Reading database ... 15% 2025-07-02T07:58:37.8593407Z (Reading database ... 20% 2025-07-02T07:58:37.8593806Z (Reading database ... 25% 2025-07-02T07:58:37.8594043Z (Reading database ... 30% 2025-07-02T07:58:37.8594294Z (Reading database ... 35% 2025-07-02T07:58:37.8594532Z (Reading database ... 40% 2025-07-02T07:58:37.8594783Z (Reading database ... 45% 2025-07-02T07:58:37.8595086Z (Reading database ... 50% 2025-07-02T07:58:37.8595335Z (Reading database ... 55% 2025-07-02T07:58:37.8595572Z (Reading database ... 60% 2025-07-02T07:58:37.8595821Z (Reading database ... 65% 2025-07-02T07:58:37.8596072Z (Reading database ... 70% 2025-07-02T07:58:37.8596313Z (Reading database ... 75% 2025-07-02T07:58:37.8596563Z (Reading database ... 80% 2025-07-02T07:58:37.8596802Z (Reading database ... 85% 2025-07-02T07:58:37.8597051Z (Reading database ... 90% 2025-07-02T07:58:37.8597286Z (Reading database ... 95% 2025-07-02T07:58:37.8597536Z (Reading database ... 100% 2025-07-02T07:58:37.8597892Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:37.8598402Z Preparing to unpack .../libsystemd0_249.11-0ubuntu3.16_amd64.deb ... 2025-07-02T07:58:37.8598944Z Unpacking libsystemd0:amd64 (249.11-0ubuntu3.16) over (249.11-0ubuntu3.10) ... 2025-07-02T07:58:37.8599419Z Setting up libsystemd0:amd64 (249.11-0ubuntu3.16) ... 2025-07-02T07:58:37.8599759Z (Reading database ... 2025-07-02T07:58:37.8599995Z (Reading database ... 5% 2025-07-02T07:58:37.8600250Z (Reading database ... 10% 2025-07-02T07:58:37.8600489Z (Reading database ... 15% 2025-07-02T07:58:37.8600740Z (Reading database ... 20% 2025-07-02T07:58:37.8600979Z (Reading database ... 25% 2025-07-02T07:58:37.8601228Z (Reading database ... 30% 2025-07-02T07:58:37.8601464Z (Reading database ... 35% 2025-07-02T07:58:37.8601714Z (Reading database ... 40% 2025-07-02T07:58:37.8601961Z (Reading database ... 45% 2025-07-02T07:58:37.8602197Z (Reading database ... 50% 2025-07-02T07:58:37.8602446Z (Reading database ... 55% 2025-07-02T07:58:37.8602684Z (Reading database ... 60% 2025-07-02T07:58:37.8602934Z (Reading database ... 65% 2025-07-02T07:58:37.8603173Z (Reading database ... 70% 2025-07-02T07:58:37.8603421Z (Reading database ... 75% 2025-07-02T07:58:37.8603671Z (Reading database ... 80% 2025-07-02T07:58:37.8603928Z (Reading database ... 85% 2025-07-02T07:58:37.8604180Z (Reading database ... 90% 2025-07-02T07:58:37.8604418Z (Reading database ... 95% 2025-07-02T07:58:37.8604674Z (Reading database ... 100% 2025-07-02T07:58:37.8605037Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:37.8605542Z Preparing to unpack .../libudev1_249.11-0ubuntu3.16_amd64.deb ... 2025-07-02T07:58:37.8606045Z Unpacking libudev1:amd64 (249.11-0ubuntu3.16) over (249.11-0ubuntu3.10) ... 2025-07-02T07:58:37.8606512Z Setting up libudev1:amd64 (249.11-0ubuntu3.16) ... 2025-07-02T07:58:37.8606833Z (Reading database ... 2025-07-02T07:58:37.8607082Z (Reading database ... 5% 2025-07-02T07:58:37.8607340Z (Reading database ... 10% 2025-07-02T07:58:37.8607583Z (Reading database ... 15% 2025-07-02T07:58:37.8607837Z (Reading database ... 20% 2025-07-02T07:58:37.8608084Z (Reading database ... 25% 2025-07-02T07:58:37.8608340Z (Reading database ... 30% 2025-07-02T07:58:37.8608579Z (Reading database ... 35% 2025-07-02T07:58:37.8608826Z (Reading database ... 40% 2025-07-02T07:58:37.8609067Z (Reading database ... 45% 2025-07-02T07:58:37.8609318Z (Reading database ... 50% 2025-07-02T07:58:37.8609556Z (Reading database ... 55% 2025-07-02T07:58:37.8609804Z (Reading database ... 60% 2025-07-02T07:58:37.8610040Z (Reading database ... 65% 2025-07-02T07:58:37.8610289Z (Reading database ... 70% 2025-07-02T07:58:37.8610538Z (Reading database ... 75% 2025-07-02T07:58:37.8610772Z (Reading database ... 80% 2025-07-02T07:58:37.8611026Z (Reading database ... 85% 2025-07-02T07:58:37.8611260Z (Reading database ... 90% 2025-07-02T07:58:37.8611508Z (Reading database ... 95% 2025-07-02T07:58:37.8611745Z (Reading database ... 100% 2025-07-02T07:58:37.8612113Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:37.8612581Z Preparing to unpack .../libapt-pkg6.0_2.4.14_amd64.deb ... 2025-07-02T07:58:37.8613095Z Unpacking libapt-pkg6.0:amd64 (2.4.14) over (2.4.10) ... 2025-07-02T07:58:37.8613480Z Setting up libapt-pkg6.0:amd64 (2.4.14) ... 2025-07-02T07:58:37.8613777Z (Reading database ... 2025-07-02T07:58:37.8614023Z (Reading database ... 5% 2025-07-02T07:58:37.8614769Z (Reading database ... 10% 2025-07-02T07:58:37.8615040Z (Reading database ... 15% 2025-07-02T07:58:37.8615282Z (Reading database ... 20% 2025-07-02T07:58:37.8615532Z (Reading database ... 25% 2025-07-02T07:58:37.8615768Z (Reading database ... 30% 2025-07-02T07:58:37.8616017Z (Reading database ... 35% 2025-07-02T07:58:37.8616254Z (Reading database ... 40% 2025-07-02T07:58:37.8616503Z (Reading database ... 45% 2025-07-02T07:58:37.8616739Z (Reading database ... 50% 2025-07-02T07:58:37.8616987Z (Reading database ... 55% 2025-07-02T07:58:37.8617236Z (Reading database ... 60% 2025-07-02T07:58:37.8617471Z (Reading database ... 65% 2025-07-02T07:58:37.8617722Z (Reading database ... 70% 2025-07-02T07:58:37.8617962Z (Reading database ... 75% 2025-07-02T07:58:37.8618212Z (Reading database ... 80% 2025-07-02T07:58:37.8618451Z (Reading database ... 85% 2025-07-02T07:58:37.8618699Z (Reading database ... 90% 2025-07-02T07:58:37.8618936Z (Reading database ... 95% 2025-07-02T07:58:37.8619192Z (Reading database ... 100% 2025-07-02T07:58:37.8619552Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:37.8620077Z Preparing to unpack .../tar_1.34+dfsg-1ubuntu0.1.22.04.2_amd64.deb ... 2025-07-02T07:58:37.8620644Z Unpacking tar (1.34+dfsg-1ubuntu0.1.22.04.2) over (1.34+dfsg-1ubuntu0.1.22.04.1) ... 2025-07-02T07:58:37.8621131Z Setting up tar (1.34+dfsg-1ubuntu0.1.22.04.2) ... 2025-07-02T07:58:37.8621461Z (Reading database ... 2025-07-02T07:58:37.8621692Z (Reading database ... 5% 2025-07-02T07:58:37.8621947Z (Reading database ... 10% 2025-07-02T07:58:37.8622185Z (Reading database ... 15% 2025-07-02T07:58:37.8622434Z (Reading database ... 20% 2025-07-02T07:58:37.8622672Z (Reading database ... 25% 2025-07-02T07:58:37.8622922Z (Reading database ... 30% 2025-07-02T07:58:37.8623171Z (Reading database ... 35% 2025-07-02T07:58:37.8623407Z (Reading database ... 40% 2025-07-02T07:58:37.8623656Z (Reading database ... 45% 2025-07-02T07:58:37.8623891Z (Reading database ... 50% 2025-07-02T07:58:37.8624145Z (Reading database ... 55% 2025-07-02T07:58:37.8624382Z (Reading database ... 60% 2025-07-02T07:58:37.8624630Z (Reading database ... 65% 2025-07-02T07:58:37.8624868Z (Reading database ... 70% 2025-07-02T07:58:37.8625115Z (Reading database ... 75% 2025-07-02T07:58:37.8625350Z (Reading database ... 80% 2025-07-02T07:58:37.8625598Z (Reading database ... 85% 2025-07-02T07:58:37.8625834Z (Reading database ... 90% 2025-07-02T07:58:37.8626080Z (Reading database ... 95% 2025-07-02T07:58:37.8626329Z (Reading database ... 100% 2025-07-02T07:58:37.8626684Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:37.8627162Z Preparing to unpack .../dpkg_1.21.1ubuntu2.3_amd64.deb ... 2025-07-02T07:58:37.8627592Z Unpacking dpkg (1.21.1ubuntu2.3) over (1.21.1ubuntu2.2) ... 2025-07-02T07:58:37.8627971Z Setting up dpkg (1.21.1ubuntu2.3) ... 2025-07-02T07:58:37.8628251Z (Reading database ... 2025-07-02T07:58:37.8628494Z (Reading database ... 5% 2025-07-02T07:58:37.8628821Z (Reading database ... 10% 2025-07-02T07:58:37.8629086Z (Reading database ... 15% 2025-07-02T07:58:37.8629343Z (Reading database ... 20% 2025-07-02T07:58:37.8629582Z (Reading database ... 25% 2025-07-02T07:58:37.8629904Z (Reading database ... 30% 2025-07-02T07:58:37.8630142Z (Reading database ... 35% 2025-07-02T07:58:37.8630391Z (Reading database ... 40% 2025-07-02T07:58:37.8630628Z (Reading database ... 45% 2025-07-02T07:58:37.8630876Z (Reading database ... 50% 2025-07-02T07:58:37.8631111Z (Reading database ... 55% 2025-07-02T07:58:37.8631358Z (Reading database ... 60% 2025-07-02T07:58:37.8631593Z (Reading database ... 65% 2025-07-02T07:58:37.8631843Z (Reading database ... 70% 2025-07-02T07:58:37.8632080Z (Reading database ... 75% 2025-07-02T07:58:37.8632420Z (Reading database ... 80% 2025-07-02T07:58:37.8632678Z (Reading database ... 85% 2025-07-02T07:58:37.8632919Z (Reading database ... 90% 2025-07-02T07:58:37.8633173Z (Reading database ... 95% 2025-07-02T07:58:37.8633415Z (Reading database ... 100% 2025-07-02T07:58:37.8633843Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:37.8634330Z Preparing to unpack .../login_1%3a4.8.1-2ubuntu2.2_amd64.deb ... 2025-07-02T07:58:37.8634808Z Unpacking login (1:4.8.1-2ubuntu2.2) over (1:4.8.1-2ubuntu2.1) ... 2025-07-02T07:58:37.8635203Z Setting up login (1:4.8.1-2ubuntu2.2) ... 2025-07-02T07:58:37.8635512Z (Reading database ... 2025-07-02T07:58:37.8635762Z (Reading database ... 5% 2025-07-02T07:58:37.8636008Z (Reading database ... 10% 2025-07-02T07:58:37.8636266Z (Reading database ... 15% 2025-07-02T07:58:37.8636508Z (Reading database ... 20% 2025-07-02T07:58:37.8636763Z (Reading database ... 25% 2025-07-02T07:58:37.8637003Z (Reading database ... 30% 2025-07-02T07:58:37.8637260Z (Reading database ... 35% 2025-07-02T07:58:37.8637500Z (Reading database ... 40% 2025-07-02T07:58:37.8637752Z (Reading database ... 45% 2025-07-02T07:58:37.8637987Z (Reading database ... 50% 2025-07-02T07:58:37.8638240Z (Reading database ... 55% 2025-07-02T07:58:37.8638480Z (Reading database ... 60% 2025-07-02T07:58:37.8638730Z (Reading database ... 65% 2025-07-02T07:58:37.8638977Z (Reading database ... 70% 2025-07-02T07:58:37.8639212Z (Reading database ... 75% 2025-07-02T07:58:37.8639459Z (Reading database ... 80% 2025-07-02T07:58:37.8639695Z (Reading database ... 85% 2025-07-02T07:58:37.8639944Z (Reading database ... 90% 2025-07-02T07:58:37.8640177Z (Reading database ... 95% 2025-07-02T07:58:37.8640431Z (Reading database ... 100% 2025-07-02T07:58:37.8640786Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:37.8641290Z Preparing to unpack .../libperl5.34_5.34.0-3ubuntu1.4_amd64.deb ... 2025-07-02T07:58:37.8641805Z Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.4) over (5.34.0-3ubuntu1.2) ... 2025-07-02T07:58:37.8642303Z Preparing to unpack .../perl_5.34.0-3ubuntu1.4_amd64.deb ... 2025-07-02T07:58:37.8642757Z Unpacking perl (5.34.0-3ubuntu1.4) over (5.34.0-3ubuntu1.2) ... 2025-07-02T07:58:37.8643389Z Preparing to unpack .../perl-base_5.34.0-3ubuntu1.4_amd64.deb ... 2025-07-02T07:58:37.8643888Z Unpacking perl-base (5.34.0-3ubuntu1.4) over (5.34.0-3ubuntu1.2) ... 2025-07-02T07:58:37.8644308Z Setting up perl-base (5.34.0-3ubuntu1.4) ... 2025-07-02T07:58:37.8644623Z (Reading database ... 2025-07-02T07:58:37.8644857Z (Reading database ... 5% 2025-07-02T07:58:37.8645114Z (Reading database ... 10% 2025-07-02T07:58:37.8645365Z (Reading database ... 15% 2025-07-02T07:58:37.8645602Z (Reading database ... 20% 2025-07-02T07:58:37.8645851Z (Reading database ... 25% 2025-07-02T07:58:37.8646087Z (Reading database ... 30% 2025-07-02T07:58:37.8646338Z (Reading database ... 35% 2025-07-02T07:58:37.8646574Z (Reading database ... 40% 2025-07-02T07:58:37.8646830Z (Reading database ... 45% 2025-07-02T07:58:37.8647066Z (Reading database ... 50% 2025-07-02T07:58:37.8647313Z (Reading database ... 55% 2025-07-02T07:58:41.6434717Z (Reading database ... 60% 2025-07-02T07:58:41.6435056Z (Reading database ... 65% 2025-07-02T07:58:41.6435334Z (Reading database ... 70% 2025-07-02T07:58:41.6435591Z (Reading database ... 75% 2025-07-02T07:58:41.6435833Z (Reading database ... 80% 2025-07-02T07:58:41.6436086Z (Reading database ... 85% 2025-07-02T07:58:41.6436325Z (Reading database ... 90% 2025-07-02T07:58:41.6436578Z (Reading database ... 95% 2025-07-02T07:58:41.6436820Z (Reading database ... 100% 2025-07-02T07:58:41.6437203Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.6437755Z Preparing to unpack .../perl-modules-5.34_5.34.0-3ubuntu1.4_all.deb ... 2025-07-02T07:58:41.6438294Z Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.4) over (5.34.0-3ubuntu1.2) ... 2025-07-02T07:58:41.6438825Z Preparing to unpack .../util-linux_2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:41.6439500Z Unpacking util-linux (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ... 2025-07-02T07:58:41.6439928Z Setting up util-linux (2.37.2-4ubuntu3.4) ... 2025-07-02T07:58:41.6440238Z (Reading database ... 2025-07-02T07:58:41.6440484Z (Reading database ... 5% 2025-07-02T07:58:41.6440834Z (Reading database ... 10% 2025-07-02T07:58:41.6441081Z (Reading database ... 15% 2025-07-02T07:58:41.6441333Z (Reading database ... 20% 2025-07-02T07:58:41.6441573Z (Reading database ... 25% 2025-07-02T07:58:41.6441822Z (Reading database ... 30% 2025-07-02T07:58:41.6442064Z (Reading database ... 35% 2025-07-02T07:58:41.6442320Z (Reading database ... 40% 2025-07-02T07:58:41.6442561Z (Reading database ... 45% 2025-07-02T07:58:41.6442811Z (Reading database ... 50% 2025-07-02T07:58:41.6443049Z (Reading database ... 55% 2025-07-02T07:58:41.6444986Z (Reading database ... 60% 2025-07-02T07:58:41.6445242Z (Reading database ... 65% 2025-07-02T07:58:41.6445501Z (Reading database ... 70% 2025-07-02T07:58:41.6445762Z (Reading database ... 75% 2025-07-02T07:58:41.6446000Z (Reading database ... 80% 2025-07-02T07:58:41.6446248Z (Reading database ... 85% 2025-07-02T07:58:41.6446485Z (Reading database ... 90% 2025-07-02T07:58:41.6446733Z (Reading database ... 95% 2025-07-02T07:58:41.6446981Z (Reading database ... 100% 2025-07-02T07:58:41.6447354Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.6447847Z Preparing to unpack .../libc-bin_2.35-0ubuntu3.10_amd64.deb ... 2025-07-02T07:58:41.6448321Z Unpacking libc-bin (2.35-0ubuntu3.10) over (2.35-0ubuntu3.4) ... 2025-07-02T07:58:41.6448725Z Setting up libc-bin (2.35-0ubuntu3.10) ... 2025-07-02T07:58:41.6449025Z (Reading database ... 2025-07-02T07:58:41.6449271Z (Reading database ... 5% 2025-07-02T07:58:41.6449511Z (Reading database ... 10% 2025-07-02T07:58:41.6449779Z (Reading database ... 15% 2025-07-02T07:58:41.6450019Z (Reading database ... 20% 2025-07-02T07:58:41.6450274Z (Reading database ... 25% 2025-07-02T07:58:41.6450533Z (Reading database ... 30% 2025-07-02T07:58:41.6450778Z (Reading database ... 35% 2025-07-02T07:58:41.6451031Z (Reading database ... 40% 2025-07-02T07:58:41.6451271Z (Reading database ... 45% 2025-07-02T07:58:41.6451526Z (Reading database ... 50% 2025-07-02T07:58:41.6451769Z (Reading database ... 55% 2025-07-02T07:58:41.6452022Z (Reading database ... 60% 2025-07-02T07:58:41.6452262Z (Reading database ... 65% 2025-07-02T07:58:41.6452519Z (Reading database ... 70% 2025-07-02T07:58:41.6452757Z (Reading database ... 75% 2025-07-02T07:58:41.6453013Z (Reading database ... 80% 2025-07-02T07:58:41.6453254Z (Reading database ... 85% 2025-07-02T07:58:41.6453511Z (Reading database ... 90% 2025-07-02T07:58:41.6453761Z (Reading database ... 95% 2025-07-02T07:58:41.6454004Z (Reading database ... 100% 2025-07-02T07:58:41.6454374Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.6454896Z Preparing to unpack .../00-gpg-wks-client_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.6455443Z Unpacking gpg-wks-client (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.6455944Z Preparing to unpack .../01-dirmngr_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.6456428Z Unpacking dirmngr (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.6456936Z Preparing to unpack .../02-gpg-wks-server_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.6457458Z Unpacking gpg-wks-server (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.6457980Z Preparing to unpack .../03-gnupg-utils_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.6458484Z Unpacking gnupg-utils (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.6458984Z Preparing to unpack .../04-gpg-agent_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.6459462Z Unpacking gpg-agent (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.6459933Z Preparing to unpack .../05-gpg_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.6460383Z Unpacking gpg (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.6460987Z Preparing to unpack .../06-gpgconf_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.6461470Z Unpacking gpgconf (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.6462028Z Preparing to unpack .../07-gnupg-l10n_2.2.27-3ubuntu2.3_all.deb ... 2025-07-02T07:58:41.6462525Z Unpacking gnupg-l10n (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.6462993Z Preparing to unpack .../08-gnupg_2.2.27-3ubuntu2.3_all.deb ... 2025-07-02T07:58:41.6463455Z Unpacking gnupg (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.6463921Z Preparing to unpack .../09-gpgsm_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.6464378Z Unpacking gpgsm (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.6464866Z Preparing to unpack .../10-libsqlite3-0_3.37.2-2ubuntu0.4_amd64.deb ... 2025-07-02T07:58:41.6465392Z Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.4) over (3.37.2-2ubuntu0.1) ... 2025-07-02T07:58:41.6465936Z Preparing to unpack .../11-libtasn1-6_4.18.0-4ubuntu0.1_amd64.deb ... 2025-07-02T07:58:41.6466432Z Unpacking libtasn1-6:amd64 (4.18.0-4ubuntu0.1) over (4.18.0-4build1) ... 2025-07-02T07:58:41.6466882Z Setting up libtasn1-6:amd64 (4.18.0-4ubuntu0.1) ... 2025-07-02T07:58:41.6467217Z (Reading database ... 2025-07-02T07:58:41.6467450Z (Reading database ... 5% 2025-07-02T07:58:41.6467703Z (Reading database ... 10% 2025-07-02T07:58:41.6467946Z (Reading database ... 15% 2025-07-02T07:58:41.6468199Z (Reading database ... 20% 2025-07-02T07:58:41.6468438Z (Reading database ... 25% 2025-07-02T07:58:41.6468686Z (Reading database ... 30% 2025-07-02T07:58:41.6469023Z (Reading database ... 35% 2025-07-02T07:58:41.6469279Z (Reading database ... 40% 2025-07-02T07:58:41.6469520Z (Reading database ... 45% 2025-07-02T07:58:41.6469776Z (Reading database ... 50% 2025-07-02T07:58:41.6470017Z (Reading database ... 55% 2025-07-02T07:58:41.6470273Z (Reading database ... 60% 2025-07-02T07:58:41.6470532Z (Reading database ... 65% 2025-07-02T07:58:41.6470774Z (Reading database ... 70% 2025-07-02T07:58:41.6471021Z (Reading database ... 75% 2025-07-02T07:58:41.6471259Z (Reading database ... 80% 2025-07-02T07:58:41.6471510Z (Reading database ... 85% 2025-07-02T07:58:41.6471745Z (Reading database ... 90% 2025-07-02T07:58:41.6471999Z (Reading database ... 95% 2025-07-02T07:58:41.6472239Z (Reading database ... 100% 2025-07-02T07:58:41.6472609Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.6473100Z Preparing to unpack .../libgnutls30_3.7.3-4ubuntu1.6_amd64.deb ... 2025-07-02T07:58:41.6473615Z Unpacking libgnutls30:amd64 (3.7.3-4ubuntu1.6) over (3.7.3-4ubuntu1.2) ... 2025-07-02T07:58:41.6474081Z Setting up libgnutls30:amd64 (3.7.3-4ubuntu1.6) ... 2025-07-02T07:58:41.6474404Z (Reading database ... 2025-07-02T07:58:41.6474652Z (Reading database ... 5% 2025-07-02T07:58:41.6474891Z (Reading database ... 10% 2025-07-02T07:58:41.6475142Z (Reading database ... 15% 2025-07-02T07:58:41.6475386Z (Reading database ... 20% 2025-07-02T07:58:41.6475634Z (Reading database ... 25% 2025-07-02T07:58:41.6475874Z (Reading database ... 30% 2025-07-02T07:58:41.6476123Z (Reading database ... 35% 2025-07-02T07:58:41.6476371Z (Reading database ... 40% 2025-07-02T07:58:41.6476610Z (Reading database ... 45% 2025-07-02T07:58:41.6476862Z (Reading database ... 50% 2025-07-02T07:58:41.6477098Z (Reading database ... 55% 2025-07-02T07:58:41.6477348Z (Reading database ... 60% 2025-07-02T07:58:41.6477587Z (Reading database ... 65% 2025-07-02T07:58:41.6477837Z (Reading database ... 70% 2025-07-02T07:58:41.6478075Z (Reading database ... 75% 2025-07-02T07:58:41.6478324Z (Reading database ... 80% 2025-07-02T07:58:41.6478567Z (Reading database ... 85% 2025-07-02T07:58:41.6478822Z (Reading database ... 90% 2025-07-02T07:58:41.6479059Z (Reading database ... 95% 2025-07-02T07:58:41.6479313Z (Reading database ... 100% 2025-07-02T07:58:41.6479682Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.6480325Z Preparing to unpack .../libldap-2.5-0_2.5.19+dfsg-0ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:58:41.6480983Z 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.6481624Z Preparing to unpack .../gpgv_2.2.27-3ubuntu2.3_amd64.deb ... 2025-07-02T07:58:41.6482081Z Unpacking gpgv (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:58:41.6482463Z Setting up gpgv (2.2.27-3ubuntu2.3) ... 2025-07-02T07:58:41.6482762Z (Reading database ... 2025-07-02T07:58:41.6483009Z (Reading database ... 5% 2025-07-02T07:58:41.6483255Z (Reading database ... 10% 2025-07-02T07:58:41.6483509Z (Reading database ... 15% 2025-07-02T07:58:41.6483748Z (Reading database ... 20% 2025-07-02T07:58:41.6483997Z (Reading database ... 25% 2025-07-02T07:58:41.6484236Z (Reading database ... 30% 2025-07-02T07:58:41.6484486Z (Reading database ... 35% 2025-07-02T07:58:41.6484726Z (Reading database ... 40% 2025-07-02T07:58:41.6484978Z (Reading database ... 45% 2025-07-02T07:58:41.6485222Z (Reading database ... 50% 2025-07-02T07:58:41.6485478Z (Reading database ... 55% 2025-07-02T07:58:41.6485718Z (Reading database ... 60% 2025-07-02T07:58:41.6485970Z (Reading database ... 65% 2025-07-02T07:58:41.6486227Z (Reading database ... 70% 2025-07-02T07:58:41.6486473Z (Reading database ... 75% 2025-07-02T07:58:41.6486728Z (Reading database ... 80% 2025-07-02T07:58:41.6486968Z (Reading database ... 85% 2025-07-02T07:58:41.6487219Z (Reading database ... 90% 2025-07-02T07:58:41.6487457Z (Reading database ... 95% 2025-07-02T07:58:41.6487711Z (Reading database ... 100% 2025-07-02T07:58:41.6488070Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.6488595Z Preparing to unpack .../libseccomp2_2.5.3-2ubuntu3~22.04.1_amd64.deb ... 2025-07-02T07:58:41.6489141Z Unpacking libseccomp2:amd64 (2.5.3-2ubuntu3~22.04.1) over (2.5.3-2ubuntu2) ... 2025-07-02T07:58:41.6489627Z Setting up libseccomp2:amd64 (2.5.3-2ubuntu3~22.04.1) ... 2025-07-02T07:58:41.6489988Z (Reading database ... 2025-07-02T07:58:41.6490222Z (Reading database ... 5% 2025-07-02T07:58:41.6490480Z (Reading database ... 10% 2025-07-02T07:58:41.6490721Z (Reading database ... 15% 2025-07-02T07:58:41.6490968Z (Reading database ... 20% 2025-07-02T07:58:41.6491209Z (Reading database ... 25% 2025-07-02T07:58:41.6491457Z (Reading database ... 30% 2025-07-02T07:58:41.6491697Z (Reading database ... 35% 2025-07-02T07:58:41.6491943Z (Reading database ... 40% 2025-07-02T07:58:41.6492193Z (Reading database ... 45% 2025-07-02T07:58:41.6492428Z (Reading database ... 50% 2025-07-02T07:58:41.6492678Z (Reading database ... 55% 2025-07-02T07:58:41.6492914Z (Reading database ... 60% 2025-07-02T07:58:41.6493162Z (Reading database ... 65% 2025-07-02T07:58:41.6493399Z (Reading database ... 70% 2025-07-02T07:58:41.6493653Z (Reading database ... 75% 2025-07-02T07:58:41.6493893Z (Reading database ... 80% 2025-07-02T07:58:41.6494147Z (Reading database ... 85% 2025-07-02T07:58:41.6494390Z (Reading database ... 90% 2025-07-02T07:58:41.6494643Z (Reading database ... 95% 2025-07-02T07:58:41.6494883Z (Reading database ... 100% 2025-07-02T07:58:41.6495258Z (Reading database ... 14722 files and directories currently installed.) 2025-07-02T07:58:41.6495731Z Preparing to unpack .../archives/apt_2.4.14_amd64.deb ... 2025-07-02T07:58:41.6496096Z Unpacking apt (2.4.14) over (2.4.10) ... 2025-07-02T07:58:41.6496398Z Setting up apt (2.4.14) ... 2025-07-02T07:58:41.6496646Z (Reading database ... 2025-07-02T07:58:41.6496890Z (Reading database ... 5% 2025-07-02T07:58:41.6497130Z (Reading database ... 10% 2025-07-02T07:58:41.6497380Z (Reading database ... 15% 2025-07-02T07:58:41.6497616Z (Reading database ... 20% 2025-07-02T07:58:41.6497868Z (Reading database ... 25% 2025-07-02T07:58:41.6498106Z (Reading database ... 30% 2025-07-02T07:58:41.6498358Z (Reading database ... 35% 2025-07-02T07:58:41.6498610Z (Reading database ... 40% 2025-07-02T07:58:41.6498845Z (Reading database ... 45% 2025-07-02T07:58:41.6499099Z (Reading database ... 50% 2025-07-02T07:58:41.6499421Z (Reading database ... 55% 2025-07-02T07:58:41.6499676Z (Reading database ... 60% 2025-07-02T07:58:41.6499918Z (Reading database ... 65% 2025-07-02T07:58:41.6500174Z (Reading database ... 70% 2025-07-02T07:58:41.6500414Z (Reading database ... 75% 2025-07-02T07:58:41.6501467Z (Reading database ... 80% 2025-07-02T07:58:41.6501732Z (Reading database ... 85% 2025-07-02T07:58:41.6501985Z (Reading database ... 90% 2025-07-02T07:58:41.6502237Z (Reading database ... 95% 2025-07-02T07:58:41.6502479Z (Reading database ... 100% 2025-07-02T07:58:41.6502852Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:41.6503343Z Preparing to unpack .../libpam0g_1.4.0-11ubuntu2.6_amd64.deb ... 2025-07-02T07:58:41.6503847Z Unpacking libpam0g:amd64 (1.4.0-11ubuntu2.6) over (1.4.0-11ubuntu2.3) ... 2025-07-02T07:58:41.6504292Z Setting up libpam0g:amd64 (1.4.0-11ubuntu2.6) ... 2025-07-02T07:58:41.6504659Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:58:41.6505409Z 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:41.6506153Z debconf: falling back to frontend: Readline 2025-07-02T07:58:41.6506465Z (Reading database ... 2025-07-02T07:58:41.6506703Z (Reading database ... 5% 2025-07-02T07:58:43.0016441Z (Reading database ... 10% 2025-07-02T07:58:43.0016851Z (Reading database ... 15% 2025-07-02T07:58:43.0017133Z (Reading database ... 20% 2025-07-02T07:58:43.0017379Z (Reading database ... 25% 2025-07-02T07:58:43.0017631Z (Reading database ... 30% 2025-07-02T07:58:43.0017877Z (Reading database ... 35% 2025-07-02T07:58:43.0018266Z (Reading database ... 40% 2025-07-02T07:58:43.0018507Z (Reading database ... 45% 2025-07-02T07:58:43.0018763Z (Reading database ... 50% 2025-07-02T07:58:43.0019004Z (Reading database ... 55% 2025-07-02T07:58:43.0019263Z (Reading database ... 60% 2025-07-02T07:58:43.0019521Z (Reading database ... 65% 2025-07-02T07:58:43.0019797Z (Reading database ... 70% 2025-07-02T07:58:43.0020051Z (Reading database ... 75% 2025-07-02T07:58:43.0020288Z (Reading database ... 80% 2025-07-02T07:58:43.0020541Z (Reading database ... 85% 2025-07-02T07:58:43.0020779Z (Reading database ... 90% 2025-07-02T07:58:43.0021063Z (Reading database ... 95% 2025-07-02T07:58:43.0021306Z (Reading database ... 100% 2025-07-02T07:58:43.0021689Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:43.0022237Z Preparing to unpack .../libpam-modules-bin_1.4.0-11ubuntu2.6_amd64.deb ... 2025-07-02T07:58:43.0022818Z Unpacking libpam-modules-bin (1.4.0-11ubuntu2.6) over (1.4.0-11ubuntu2.3) ... 2025-07-02T07:58:43.0023324Z Setting up libpam-modules-bin (1.4.0-11ubuntu2.6) ... 2025-07-02T07:58:43.0023663Z (Reading database ... 2025-07-02T07:58:43.0024019Z (Reading database ... 5% 2025-07-02T07:58:43.0024262Z (Reading database ... 10% 2025-07-02T07:58:43.0024513Z (Reading database ... 15% 2025-07-02T07:58:43.0024753Z (Reading database ... 20% 2025-07-02T07:58:43.0025012Z (Reading database ... 25% 2025-07-02T07:58:43.0025250Z (Reading database ... 30% 2025-07-02T07:58:43.0025503Z (Reading database ... 35% 2025-07-02T07:58:43.0025739Z (Reading database ... 40% 2025-07-02T07:58:43.0025994Z (Reading database ... 45% 2025-07-02T07:58:43.0026255Z (Reading database ... 50% 2025-07-02T07:58:43.0026488Z (Reading database ... 55% 2025-07-02T07:58:43.0026737Z (Reading database ... 60% 2025-07-02T07:58:43.0026970Z (Reading database ... 65% 2025-07-02T07:58:43.0027218Z (Reading database ... 70% 2025-07-02T07:58:43.0027449Z (Reading database ... 75% 2025-07-02T07:58:43.0027693Z (Reading database ... 80% 2025-07-02T07:58:43.0027923Z (Reading database ... 85% 2025-07-02T07:58:43.0028165Z (Reading database ... 90% 2025-07-02T07:58:43.0028394Z (Reading database ... 95% 2025-07-02T07:58:43.0028641Z (Reading database ... 100% 2025-07-02T07:58:43.0029121Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:43.0030013Z Preparing to unpack .../libpam-modules_1.4.0-11ubuntu2.6_amd64.deb ... 2025-07-02T07:58:43.0030468Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:58:43.0031310Z 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:43.0032060Z debconf: falling back to frontend: Readline 2025-07-02T07:58:43.0032518Z Unpacking libpam-modules:amd64 (1.4.0-11ubuntu2.6) over (1.4.0-11ubuntu2.3) ... 2025-07-02T07:58:43.0033036Z Setting up libpam-modules:amd64 (1.4.0-11ubuntu2.6) ... 2025-07-02T07:58:43.0033515Z Installing new version of config file /etc/security/namespace.init ... 2025-07-02T07:58:43.0033925Z (Reading database ... 2025-07-02T07:58:43.0034178Z (Reading database ... 5% 2025-07-02T07:58:43.0034426Z (Reading database ... 10% 2025-07-02T07:58:43.0034687Z (Reading database ... 15% 2025-07-02T07:58:43.0034932Z (Reading database ... 20% 2025-07-02T07:58:43.0035186Z (Reading database ... 25% 2025-07-02T07:58:43.0035433Z (Reading database ... 30% 2025-07-02T07:58:43.0035686Z (Reading database ... 35% 2025-07-02T07:58:43.0035927Z (Reading database ... 40% 2025-07-02T07:58:43.0036176Z (Reading database ... 45% 2025-07-02T07:58:43.0036429Z (Reading database ... 50% 2025-07-02T07:58:43.0036675Z (Reading database ... 55% 2025-07-02T07:58:43.0036926Z (Reading database ... 60% 2025-07-02T07:58:43.0037165Z (Reading database ... 65% 2025-07-02T07:58:43.0037417Z (Reading database ... 70% 2025-07-02T07:58:43.0037657Z (Reading database ... 75% 2025-07-02T07:58:43.0037914Z (Reading database ... 80% 2025-07-02T07:58:43.0038152Z (Reading database ... 85% 2025-07-02T07:58:43.0038402Z (Reading database ... 90% 2025-07-02T07:58:43.0038641Z (Reading database ... 95% 2025-07-02T07:58:43.0038891Z (Reading database ... 100% 2025-07-02T07:58:43.0039262Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:43.0039748Z Preparing to unpack .../logsave_1.46.5-2ubuntu1.2_amd64.deb ... 2025-07-02T07:58:43.0040230Z Unpacking logsave (1.46.5-2ubuntu1.2) over (1.46.5-2ubuntu1.1) ... 2025-07-02T07:58:43.0040698Z Preparing to unpack .../libext2fs2_1.46.5-2ubuntu1.2_amd64.deb ... 2025-07-02T07:58:43.0041209Z Unpacking libext2fs2:amd64 (1.46.5-2ubuntu1.2) over (1.46.5-2ubuntu1.1) ... 2025-07-02T07:58:43.0041669Z Setting up libext2fs2:amd64 (1.46.5-2ubuntu1.2) ... 2025-07-02T07:58:43.0042005Z (Reading database ... 2025-07-02T07:58:43.0042242Z (Reading database ... 5% 2025-07-02T07:58:43.0042495Z (Reading database ... 10% 2025-07-02T07:58:43.0042749Z (Reading database ... 15% 2025-07-02T07:58:43.0042988Z (Reading database ... 20% 2025-07-02T07:58:43.0043452Z (Reading database ... 25% 2025-07-02T07:58:43.0043697Z (Reading database ... 30% 2025-07-02T07:58:43.0044068Z (Reading database ... 35% 2025-07-02T07:58:43.0044306Z (Reading database ... 40% 2025-07-02T07:58:43.0044557Z (Reading database ... 45% 2025-07-02T07:58:43.0044799Z (Reading database ... 50% 2025-07-02T07:58:43.0045050Z (Reading database ... 55% 2025-07-02T07:58:43.0045291Z (Reading database ... 60% 2025-07-02T07:58:43.0045540Z (Reading database ... 65% 2025-07-02T07:58:43.0045793Z (Reading database ... 70% 2025-07-02T07:58:43.0046029Z (Reading database ... 75% 2025-07-02T07:58:43.0046277Z (Reading database ... 80% 2025-07-02T07:58:43.0046519Z (Reading database ... 85% 2025-07-02T07:58:43.0046766Z (Reading database ... 90% 2025-07-02T07:58:43.0047003Z (Reading database ... 95% 2025-07-02T07:58:43.0047252Z (Reading database ... 100% 2025-07-02T07:58:43.0047612Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:43.0048116Z Preparing to unpack .../e2fsprogs_1.46.5-2ubuntu1.2_amd64.deb ... 2025-07-02T07:58:43.0048596Z Unpacking e2fsprogs (1.46.5-2ubuntu1.2) over (1.46.5-2ubuntu1.1) ... 2025-07-02T07:58:43.0049077Z Preparing to unpack .../mount_2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:43.0049533Z Unpacking mount (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ... 2025-07-02T07:58:43.0049991Z Preparing to unpack .../libblkid1_2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:43.0050618Z Unpacking libblkid1:amd64 (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ... 2025-07-02T07:58:43.0051062Z Setting up libblkid1:amd64 (2.37.2-4ubuntu3.4) ... 2025-07-02T07:58:43.0051399Z (Reading database ... 2025-07-02T07:58:43.0051699Z (Reading database ... 5% 2025-07-02T07:58:43.0051955Z (Reading database ... 10% 2025-07-02T07:58:43.0052196Z (Reading database ... 15% 2025-07-02T07:58:43.0052450Z (Reading database ... 20% 2025-07-02T07:58:43.0052700Z (Reading database ... 25% 2025-07-02T07:58:43.0052940Z (Reading database ... 30% 2025-07-02T07:58:43.0053193Z (Reading database ... 35% 2025-07-02T07:58:43.0053428Z (Reading database ... 40% 2025-07-02T07:58:43.0053677Z (Reading database ... 45% 2025-07-02T07:58:43.0053920Z (Reading database ... 50% 2025-07-02T07:58:43.0054174Z (Reading database ... 55% 2025-07-02T07:58:43.0054413Z (Reading database ... 60% 2025-07-02T07:58:43.0054667Z (Reading database ... 65% 2025-07-02T07:58:43.0054913Z (Reading database ... 70% 2025-07-02T07:58:43.0055168Z (Reading database ... 75% 2025-07-02T07:58:43.0055433Z (Reading database ... 80% 2025-07-02T07:58:43.0055673Z (Reading database ... 85% 2025-07-02T07:58:43.0055929Z (Reading database ... 90% 2025-07-02T07:58:43.0056173Z (Reading database ... 95% 2025-07-02T07:58:43.0056434Z (Reading database ... 100% 2025-07-02T07:58:43.0056795Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:43.0057324Z Preparing to unpack .../libcap2_1%3a2.44-1ubuntu0.22.04.2_amd64.deb ... 2025-07-02T07:58:43.0057874Z Unpacking libcap2:amd64 (1:2.44-1ubuntu0.22.04.2) over (1:2.44-1ubuntu0.22.04.1) ... 2025-07-02T07:58:43.0058382Z Setting up libcap2:amd64 (1:2.44-1ubuntu0.22.04.2) ... 2025-07-02T07:58:43.0058725Z (Reading database ... 2025-07-02T07:58:43.0058959Z (Reading database ... 5% 2025-07-02T07:58:43.0059215Z (Reading database ... 10% 2025-07-02T07:58:43.0059454Z (Reading database ... 15% 2025-07-02T07:58:43.0059704Z (Reading database ... 20% 2025-07-02T07:58:43.0059945Z (Reading database ... 25% 2025-07-02T07:58:43.0060197Z (Reading database ... 30% 2025-07-02T07:58:43.0060434Z (Reading database ... 35% 2025-07-02T07:58:43.0060683Z (Reading database ... 40% 2025-07-02T07:58:43.0060919Z (Reading database ... 45% 2025-07-02T07:58:43.0061172Z (Reading database ... 50% 2025-07-02T07:58:43.0076822Z (Reading database ... 55% 2025-07-02T07:58:43.0077219Z (Reading database ... 60% 2025-07-02T07:58:43.0077490Z (Reading database ... 65% 2025-07-02T07:58:43.0077750Z (Reading database ... 70% 2025-07-02T07:58:43.0078020Z (Reading database ... 75% 2025-07-02T07:58:43.0078275Z (Reading database ... 80% 2025-07-02T07:58:43.0078518Z (Reading database ... 85% 2025-07-02T07:58:43.0078770Z (Reading database ... 90% 2025-07-02T07:58:43.0079022Z (Reading database ... 95% 2025-07-02T07:58:43.0079265Z (Reading database ... 100% 2025-07-02T07:58:43.0079643Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:43.0080160Z Preparing to unpack .../libcom-err2_1.46.5-2ubuntu1.2_amd64.deb ... 2025-07-02T07:58:43.0080710Z Unpacking libcom-err2:amd64 (1.46.5-2ubuntu1.2) over (1.46.5-2ubuntu1.1) ... 2025-07-02T07:58:43.0081177Z Setting up libcom-err2:amd64 (1.46.5-2ubuntu1.2) ... 2025-07-02T07:58:43.0081520Z (Reading database ... 2025-07-02T07:58:43.0081766Z (Reading database ... 5% 2025-07-02T07:58:43.0082023Z (Reading database ... 10% 2025-07-02T07:58:43.0082277Z (Reading database ... 15% 2025-07-02T07:58:43.0082515Z (Reading database ... 20% 2025-07-02T07:58:43.0082772Z (Reading database ... 25% 2025-07-02T07:58:43.0083011Z (Reading database ... 30% 2025-07-02T07:58:43.0083263Z (Reading database ... 35% 2025-07-02T07:58:43.0083500Z (Reading database ... 40% 2025-07-02T07:58:43.0083753Z (Reading database ... 45% 2025-07-02T07:58:43.0083989Z (Reading database ... 50% 2025-07-02T07:58:43.0084239Z (Reading database ... 55% 2025-07-02T07:58:43.0084473Z (Reading database ... 60% 2025-07-02T07:58:43.0084723Z (Reading database ... 65% 2025-07-02T07:58:43.0085076Z (Reading database ... 70% 2025-07-02T07:58:43.0085314Z (Reading database ... 75% 2025-07-02T07:58:43.0085563Z (Reading database ... 80% 2025-07-02T07:58:43.0085802Z (Reading database ... 85% 2025-07-02T07:58:43.0086052Z (Reading database ... 90% 2025-07-02T07:58:43.0086345Z (Reading database ... 95% 2025-07-02T07:58:43.0086596Z (Reading database ... 100% 2025-07-02T07:58:43.0086957Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:43.0087477Z Preparing to unpack .../libk5crypto3_1.19.2-2ubuntu0.7_amd64.deb ... 2025-07-02T07:58:43.0088005Z Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.7) over (1.19.2-2ubuntu0.2) ... 2025-07-02T07:58:43.0088496Z Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.7) ... 2025-07-02T07:58:43.0088843Z (Reading database ... 2025-07-02T07:58:43.0089077Z (Reading database ... 5% 2025-07-02T07:58:43.0089332Z (Reading database ... 10% 2025-07-02T07:58:43.0089576Z (Reading database ... 15% 2025-07-02T07:58:43.0089828Z (Reading database ... 20% 2025-07-02T07:58:43.0090067Z (Reading database ... 25% 2025-07-02T07:58:43.0090323Z (Reading database ... 30% 2025-07-02T07:58:43.0090559Z (Reading database ... 35% 2025-07-02T07:58:43.0090807Z (Reading database ... 40% 2025-07-02T07:58:43.0091044Z (Reading database ... 45% 2025-07-02T07:58:43.0091296Z (Reading database ... 50% 2025-07-02T07:58:43.0091552Z (Reading database ... 55% 2025-07-02T07:58:43.0091789Z (Reading database ... 60% 2025-07-02T07:58:43.0092037Z (Reading database ... 65% 2025-07-02T07:58:43.0092275Z (Reading database ... 70% 2025-07-02T07:58:43.0092525Z (Reading database ... 75% 2025-07-02T07:58:43.0092762Z (Reading database ... 80% 2025-07-02T07:58:43.0093014Z (Reading database ... 85% 2025-07-02T07:58:43.0093249Z (Reading database ... 90% 2025-07-02T07:58:43.0093497Z (Reading database ... 95% 2025-07-02T07:58:43.0093737Z (Reading database ... 100% 2025-07-02T07:58:43.0094108Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:43.0094636Z Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.7_amd64.deb ... 2025-07-02T07:58:43.0095195Z Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.7) over (1.19.2-2ubuntu0.2) ... 2025-07-02T07:58:43.0095710Z Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.7) ... 2025-07-02T07:58:43.0096056Z (Reading database ... 2025-07-02T07:58:43.0096300Z (Reading database ... 5% 2025-07-02T07:58:43.0096545Z (Reading database ... 10% 2025-07-02T07:58:43.0096798Z (Reading database ... 15% 2025-07-02T07:58:43.0097036Z (Reading database ... 20% 2025-07-02T07:58:43.0097286Z (Reading database ... 25% 2025-07-02T07:58:43.0097535Z (Reading database ... 30% 2025-07-02T07:58:43.0097771Z (Reading database ... 35% 2025-07-02T07:58:43.0098022Z (Reading database ... 40% 2025-07-02T07:58:43.0098260Z (Reading database ... 45% 2025-07-02T07:58:43.0098509Z (Reading database ... 50% 2025-07-02T07:58:43.0098749Z (Reading database ... 55% 2025-07-02T07:58:43.0099000Z (Reading database ... 60% 2025-07-02T07:58:43.0099237Z (Reading database ... 65% 2025-07-02T07:58:43.0099492Z (Reading database ... 70% 2025-07-02T07:58:43.0099729Z (Reading database ... 75% 2025-07-02T07:58:43.0099977Z (Reading database ... 80% 2025-07-02T07:58:43.0100213Z (Reading database ... 85% 2025-07-02T07:58:43.0100461Z (Reading database ... 90% 2025-07-02T07:58:43.0100712Z (Reading database ... 95% 2025-07-02T07:58:43.0100953Z (Reading database ... 100% 2025-07-02T07:58:43.0101321Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:43.0101807Z Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.7_amd64.deb ... 2025-07-02T07:58:43.0102311Z Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.7) over (1.19.2-2ubuntu0.2) ... 2025-07-02T07:58:43.0102757Z Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.7) ... 2025-07-02T07:58:43.0103088Z (Reading database ... 2025-07-02T07:58:43.0103321Z (Reading database ... 5% 2025-07-02T07:58:43.0103578Z (Reading database ... 10% 2025-07-02T07:58:43.0103830Z (Reading database ... 15% 2025-07-02T07:58:43.0104070Z (Reading database ... 20% 2025-07-02T07:58:43.0104395Z (Reading database ... 25% 2025-07-02T07:58:43.0104635Z (Reading database ... 30% 2025-07-02T07:58:45.1953244Z (Reading database ... 35% 2025-07-02T07:58:45.1953610Z (Reading database ... 40% 2025-07-02T07:58:45.1953862Z (Reading database ... 45% 2025-07-02T07:58:45.1954322Z (Reading database ... 50% 2025-07-02T07:58:45.1954571Z (Reading database ... 55% 2025-07-02T07:58:45.1954824Z (Reading database ... 60% 2025-07-02T07:58:45.1955065Z (Reading database ... 65% 2025-07-02T07:58:45.1955323Z (Reading database ... 70% 2025-07-02T07:58:45.1955575Z (Reading database ... 75% 2025-07-02T07:58:45.1955816Z (Reading database ... 80% 2025-07-02T07:58:45.1956071Z (Reading database ... 85% 2025-07-02T07:58:45.1956313Z (Reading database ... 90% 2025-07-02T07:58:45.1956568Z (Reading database ... 95% 2025-07-02T07:58:45.1956810Z (Reading database ... 100% 2025-07-02T07:58:45.1957190Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:45.1957735Z Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.7_amd64.deb ... 2025-07-02T07:58:45.1958312Z Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.7) over (1.19.2-2ubuntu0.2) ... 2025-07-02T07:58:45.1958834Z Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.7) ... 2025-07-02T07:58:45.1959187Z (Reading database ... 2025-07-02T07:58:45.1959436Z (Reading database ... 5% 2025-07-02T07:58:45.1959677Z (Reading database ... 10% 2025-07-02T07:58:45.1959930Z (Reading database ... 15% 2025-07-02T07:58:45.1960166Z (Reading database ... 20% 2025-07-02T07:58:45.1960414Z (Reading database ... 25% 2025-07-02T07:58:45.1960648Z (Reading database ... 30% 2025-07-02T07:58:45.1960898Z (Reading database ... 35% 2025-07-02T07:58:45.1961136Z (Reading database ... 40% 2025-07-02T07:58:45.1961391Z (Reading database ... 45% 2025-07-02T07:58:45.1961641Z (Reading database ... 50% 2025-07-02T07:58:45.1961877Z (Reading database ... 55% 2025-07-02T07:58:45.1962125Z (Reading database ... 60% 2025-07-02T07:58:45.1962363Z (Reading database ... 65% 2025-07-02T07:58:45.1962617Z (Reading database ... 70% 2025-07-02T07:58:45.1962853Z (Reading database ... 75% 2025-07-02T07:58:45.1963102Z (Reading database ... 80% 2025-07-02T07:58:45.1963337Z (Reading database ... 85% 2025-07-02T07:58:45.1963584Z (Reading database ... 90% 2025-07-02T07:58:45.1963823Z (Reading database ... 95% 2025-07-02T07:58:45.1964071Z (Reading database ... 100% 2025-07-02T07:58:45.1964482Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:45.1964985Z Preparing to unpack .../libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-07-02T07:58:45.1965475Z Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.10) ... 2025-07-02T07:58:45.1965933Z Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-07-02T07:58:45.1966287Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:58:45.1967042Z 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:45.1967782Z debconf: falling back to frontend: Readline 2025-07-02T07:58:45.1968091Z (Reading database ... 2025-07-02T07:58:45.1968338Z (Reading database ... 5% 2025-07-02T07:58:45.1968579Z (Reading database ... 10% 2025-07-02T07:58:45.1968836Z (Reading database ... 15% 2025-07-02T07:58:45.1969076Z (Reading database ... 20% 2025-07-02T07:58:45.1969327Z (Reading database ... 25% 2025-07-02T07:58:45.1969563Z (Reading database ... 30% 2025-07-02T07:58:45.1969810Z (Reading database ... 35% 2025-07-02T07:58:45.1970047Z (Reading database ... 40% 2025-07-02T07:58:45.1970296Z (Reading database ... 45% 2025-07-02T07:58:45.1970534Z (Reading database ... 50% 2025-07-02T07:58:45.1970781Z (Reading database ... 55% 2025-07-02T07:58:45.1971031Z (Reading database ... 60% 2025-07-02T07:58:45.1971267Z (Reading database ... 65% 2025-07-02T07:58:45.1971517Z (Reading database ... 70% 2025-07-02T07:58:45.1971756Z (Reading database ... 75% 2025-07-02T07:58:45.1972005Z (Reading database ... 80% 2025-07-02T07:58:45.1972361Z (Reading database ... 85% 2025-07-02T07:58:45.1972609Z (Reading database ... 90% 2025-07-02T07:58:45.1972842Z (Reading database ... 95% 2025-07-02T07:58:45.1973092Z (Reading database ... 100% 2025-07-02T07:58:45.1973499Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:45.1974005Z Preparing to unpack .../libmount1_2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:45.1974510Z Unpacking libmount1:amd64 (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ... 2025-07-02T07:58:45.1974954Z Setting up libmount1:amd64 (2.37.2-4ubuntu3.4) ... 2025-07-02T07:58:45.1975286Z (Reading database ... 2025-07-02T07:58:45.1975524Z (Reading database ... 5% 2025-07-02T07:58:45.1975775Z (Reading database ... 10% 2025-07-02T07:58:45.1976012Z (Reading database ... 15% 2025-07-02T07:58:45.1976265Z (Reading database ... 20% 2025-07-02T07:58:45.1976502Z (Reading database ... 25% 2025-07-02T07:58:45.1976752Z (Reading database ... 30% 2025-07-02T07:58:45.1976991Z (Reading database ... 35% 2025-07-02T07:58:45.1977247Z (Reading database ... 40% 2025-07-02T07:58:45.1977497Z (Reading database ... 45% 2025-07-02T07:58:45.1977734Z (Reading database ... 50% 2025-07-02T07:58:45.1977979Z (Reading database ... 55% 2025-07-02T07:58:45.1978215Z (Reading database ... 60% 2025-07-02T07:58:45.1978464Z (Reading database ... 65% 2025-07-02T07:58:45.1978703Z (Reading database ... 70% 2025-07-02T07:58:45.1978953Z (Reading database ... 75% 2025-07-02T07:58:45.1979191Z (Reading database ... 80% 2025-07-02T07:58:45.1979440Z (Reading database ... 85% 2025-07-02T07:58:45.1979677Z (Reading database ... 90% 2025-07-02T07:58:45.1979925Z (Reading database ... 95% 2025-07-02T07:58:45.1980176Z (Reading database ... 100% 2025-07-02T07:58:45.1980536Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:45.1981051Z Preparing to unpack .../libpam-runtime_1.4.0-11ubuntu2.6_all.deb ... 2025-07-02T07:58:45.1981569Z Unpacking libpam-runtime (1.4.0-11ubuntu2.6) over (1.4.0-11ubuntu2.3) ... 2025-07-02T07:58:45.1982037Z Setting up libpam-runtime (1.4.0-11ubuntu2.6) ... 2025-07-02T07:58:45.1982395Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:58:45.1983152Z 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:45.1983896Z debconf: falling back to frontend: Readline 2025-07-02T07:58:45.1984196Z (Reading database ... 2025-07-02T07:58:45.1984442Z (Reading database ... 5% 2025-07-02T07:58:45.1984683Z (Reading database ... 10% 2025-07-02T07:58:45.1984936Z (Reading database ... 15% 2025-07-02T07:58:45.1985173Z (Reading database ... 20% 2025-07-02T07:58:45.1985423Z (Reading database ... 25% 2025-07-02T07:58:45.1985655Z (Reading database ... 30% 2025-07-02T07:58:45.1985910Z (Reading database ... 35% 2025-07-02T07:58:45.1986157Z (Reading database ... 40% 2025-07-02T07:58:45.1986392Z (Reading database ... 45% 2025-07-02T07:58:45.1986642Z (Reading database ... 50% 2025-07-02T07:58:45.1986884Z (Reading database ... 55% 2025-07-02T07:58:45.1987132Z (Reading database ... 60% 2025-07-02T07:58:45.1987371Z (Reading database ... 65% 2025-07-02T07:58:45.1987620Z (Reading database ... 70% 2025-07-02T07:58:45.1987856Z (Reading database ... 75% 2025-07-02T07:58:45.1988114Z (Reading database ... 80% 2025-07-02T07:58:45.1988353Z (Reading database ... 85% 2025-07-02T07:58:45.1988607Z (Reading database ... 90% 2025-07-02T07:58:45.1988952Z (Reading database ... 95% 2025-07-02T07:58:45.1989199Z (Reading database ... 100% 2025-07-02T07:58:45.1989572Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:45.1990150Z Preparing to unpack .../libsmartcols1_2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:45.1990698Z Unpacking libsmartcols1:amd64 (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ... 2025-07-02T07:58:45.1991179Z Setting up libsmartcols1:amd64 (2.37.2-4ubuntu3.4) ... 2025-07-02T07:58:45.1991527Z (Reading database ... 2025-07-02T07:58:45.1991759Z (Reading database ... 5% 2025-07-02T07:58:45.1992095Z (Reading database ... 10% 2025-07-02T07:58:45.1992352Z (Reading database ... 15% 2025-07-02T07:58:45.1992594Z (Reading database ... 20% 2025-07-02T07:58:45.1992847Z (Reading database ... 25% 2025-07-02T07:58:45.1993088Z (Reading database ... 30% 2025-07-02T07:58:45.1993401Z (Reading database ... 35% 2025-07-02T07:58:45.1993641Z (Reading database ... 40% 2025-07-02T07:58:45.1993889Z (Reading database ... 45% 2025-07-02T07:58:45.1994128Z (Reading database ... 50% 2025-07-02T07:58:45.1994379Z (Reading database ... 55% 2025-07-02T07:58:45.1994615Z (Reading database ... 60% 2025-07-02T07:58:45.1994864Z (Reading database ... 65% 2025-07-02T07:58:45.1995100Z (Reading database ... 70% 2025-07-02T07:58:45.1995350Z (Reading database ... 75% 2025-07-02T07:58:45.1995600Z (Reading database ... 80% 2025-07-02T07:58:45.1995834Z (Reading database ... 85% 2025-07-02T07:58:45.1996081Z (Reading database ... 90% 2025-07-02T07:58:45.1996320Z (Reading database ... 95% 2025-07-02T07:58:45.1996574Z (Reading database ... 100% 2025-07-02T07:58:45.1996929Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:45.1997422Z Preparing to unpack .../libuuid1_2.37.2-4ubuntu3.4_amd64.deb ... 2025-07-02T07:58:45.1997910Z Unpacking libuuid1:amd64 (2.37.2-4ubuntu3.4) over (2.37.2-4ubuntu3) ... 2025-07-02T07:58:45.1998360Z Setting up libuuid1:amd64 (2.37.2-4ubuntu3.4) ... 2025-07-02T07:58:45.1998692Z (Reading database ... 2025-07-02T07:58:45.1998926Z (Reading database ... 5% 2025-07-02T07:58:45.1999192Z (Reading database ... 10% 2025-07-02T07:58:45.1999436Z (Reading database ... 15% 2025-07-02T07:58:45.1999694Z (Reading database ... 20% 2025-07-02T07:58:45.1999937Z (Reading database ... 25% 2025-07-02T07:58:45.2000188Z (Reading database ... 30% 2025-07-02T07:58:45.2000430Z (Reading database ... 35% 2025-07-02T07:58:45.2000679Z (Reading database ... 40% 2025-07-02T07:58:45.2000919Z (Reading database ... 45% 2025-07-02T07:58:45.2001174Z (Reading database ... 50% 2025-07-02T07:58:45.2001428Z (Reading database ... 55% 2025-07-02T07:58:45.2001671Z (Reading database ... 60% 2025-07-02T07:58:45.2001925Z (Reading database ... 65% 2025-07-02T07:58:45.2002167Z (Reading database ... 70% 2025-07-02T07:58:45.2002424Z (Reading database ... 75% 2025-07-02T07:58:45.2002669Z (Reading database ... 80% 2025-07-02T07:58:45.2002922Z (Reading database ... 85% 2025-07-02T07:58:45.2003164Z (Reading database ... 90% 2025-07-02T07:58:45.2003418Z (Reading database ... 95% 2025-07-02T07:58:45.2003660Z (Reading database ... 100% 2025-07-02T07:58:45.2004031Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:45.2004538Z Preparing to unpack .../passwd_1%3a4.8.1-2ubuntu2.2_amd64.deb ... 2025-07-02T07:58:45.2005015Z Unpacking passwd (1:4.8.1-2ubuntu2.2) over (1:4.8.1-2ubuntu2.1) ... 2025-07-02T07:58:45.2005430Z Setting up passwd (1:4.8.1-2ubuntu2.2) ... 2025-07-02T07:58:45.2005724Z (Reading database ... 2025-07-02T07:58:45.2005971Z (Reading database ... 5% 2025-07-02T07:58:45.2006216Z (Reading database ... 10% 2025-07-02T07:58:45.2006469Z (Reading database ... 15% 2025-07-02T07:58:45.2006712Z (Reading database ... 20% 2025-07-02T07:58:45.2006963Z (Reading database ... 25% 2025-07-02T07:58:45.2007203Z (Reading database ... 30% 2025-07-02T07:58:45.2007458Z (Reading database ... 35% 2025-07-02T07:58:45.2007708Z (Reading database ... 40% 2025-07-02T07:58:45.2007944Z (Reading database ... 45% 2025-07-02T07:58:45.2008193Z (Reading database ... 50% 2025-07-02T07:58:45.2008432Z (Reading database ... 55% 2025-07-02T07:58:45.2008678Z (Reading database ... 60% 2025-07-02T07:58:45.2008914Z (Reading database ... 65% 2025-07-02T07:58:45.2009161Z (Reading database ... 70% 2025-07-02T07:58:45.2009395Z (Reading database ... 75% 2025-07-02T07:58:45.2009644Z (Reading database ... 80% 2025-07-02T07:58:45.2009880Z (Reading database ... 85% 2025-07-02T07:58:45.2010126Z (Reading database ... 90% 2025-07-02T07:58:45.2010365Z (Reading database ... 95% 2025-07-02T07:58:45.2010618Z (Reading database ... 100% 2025-07-02T07:58:45.2011057Z (Reading database ... 14720 files and directories currently installed.) 2025-07-02T07:58:45.2011566Z Preparing to unpack .../00-libprocps8_2%3a3.3.17-6ubuntu2.1_amd64.deb ... 2025-07-02T07:58:45.2012164Z Unpacking libprocps8:amd64 (2:3.3.17-6ubuntu2.1) over (2:3.3.17-6ubuntu2) ... 2025-07-02T07:58:45.2012675Z Preparing to unpack .../01-libss2_1.46.5-2ubuntu1.2_amd64.deb ... 2025-07-02T07:58:45.2013167Z Unpacking libss2:amd64 (1.46.5-2ubuntu1.2) over (1.46.5-2ubuntu1.1) ... 2025-07-02T07:58:45.2013659Z Preparing to unpack .../02-procps_2%3a3.3.17-6ubuntu2.1_amd64.deb ... 2025-07-02T07:58:45.2014159Z Unpacking procps (2:3.3.17-6ubuntu2.1) over (2:3.3.17-6ubuntu2) ... 2025-07-02T07:58:45.2014644Z Preparing to unpack .../03-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-07-02T07:58:45.2015121Z Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.12) ... 2025-07-02T07:58:45.2015619Z Preparing to unpack .../04-ca-certificates_20240203~22.04.1_all.deb ... 2025-07-02T07:58:45.2016157Z Unpacking ca-certificates (20240203~22.04.1) over (20230311ubuntu0.22.04.1) ... 2025-07-02T07:58:45.2016686Z Preparing to unpack .../05-libctf0_2.38-4ubuntu2.8_amd64.deb ... 2025-07-02T07:58:45.2017157Z Unpacking libctf0:amd64 (2.38-4ubuntu2.8) over (2.38-4ubuntu2.3) ... 2025-07-02T07:58:45.2017666Z Preparing to unpack .../06-libctf-nobfd0_2.38-4ubuntu2.8_amd64.deb ... 2025-07-02T07:58:45.2018198Z Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.8) over (2.38-4ubuntu2.3) ... 2025-07-02T07:58:45.2018763Z Preparing to unpack .../07-binutils-x86-64-linux-gnu_2.38-4ubuntu2.8_amd64.deb ... 2025-07-02T07:58:45.2019371Z Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.8) over (2.38-4ubuntu2.3) ... 2025-07-02T07:58:45.2019909Z Preparing to unpack .../08-libbinutils_2.38-4ubuntu2.8_amd64.deb ... 2025-07-02T07:58:45.2020430Z Unpacking libbinutils:amd64 (2.38-4ubuntu2.8) over (2.38-4ubuntu2.3) ... 2025-07-02T07:58:45.2020927Z Preparing to unpack .../09-binutils_2.38-4ubuntu2.8_amd64.deb ... 2025-07-02T07:58:45.2021405Z Unpacking binutils (2.38-4ubuntu2.8) over (2.38-4ubuntu2.3) ... 2025-07-02T07:58:45.2021902Z Preparing to unpack .../10-binutils-common_2.38-4ubuntu2.8_amd64.deb ... 2025-07-02T07:58:45.2022440Z Unpacking binutils-common:amd64 (2.38-4ubuntu2.8) over (2.38-4ubuntu2.3) ... 2025-07-02T07:59:20.4059418Z Preparing to unpack .../11-cuda-nvprof-12-2_12.2.142-1_amd64.deb ... 2025-07-02T07:59:20.4062379Z Unpacking cuda-nvprof-12-2 (12.2.142-1) over (12.2.60-1) ... 2025-07-02T07:59:20.4062907Z Preparing to unpack .../12-cuda-nvtx-12-2_12.2.140-1_amd64.deb ... 2025-07-02T07:59:20.4063370Z Unpacking cuda-nvtx-12-2 (12.2.140-1) over (12.2.53-1) ... 2025-07-02T07:59:20.4063863Z Preparing to unpack .../13-cuda-command-line-tools-12-2_12.2.2-1_amd64.deb ... 2025-07-02T07:59:20.4064428Z Unpacking cuda-command-line-tools-12-2 (12.2.2-1) over (12.2.0-1) ... 2025-07-02T07:59:20.4064963Z Preparing to unpack .../14-cuda-compat-12-2_535.247.01-0ubuntu1_amd64.deb ... 2025-07-02T07:59:20.4065504Z Unpacking cuda-compat-12-2 (535.247.01-0ubuntu1) over (535.129.03-1) ... 2025-07-02T07:59:20.4066070Z Preparing to unpack .../15-cuda-toolkit-config-common_12.9.79-1_all.deb ... 2025-07-02T07:59:20.4066603Z Unpacking cuda-toolkit-config-common (12.9.79-1) over (12.3.52-1) ... 2025-07-02T07:59:20.4067164Z Preparing to unpack .../16-cuda-toolkit-12-config-common_12.9.79-1_all.deb ... 2025-07-02T07:59:20.4067719Z Unpacking cuda-toolkit-12-config-common (12.9.79-1) over (12.3.52-1) ... 2025-07-02T07:59:20.4068241Z Preparing to unpack .../17-cuda-cudart-12-2_12.2.140-1_amd64.deb ... 2025-07-02T07:59:20.4068808Z Unpacking cuda-cudart-12-2 (12.2.140-1) over (12.2.53-1) ... 2025-07-02T07:59:20.4069282Z Preparing to unpack .../18-cuda-cudart-dev-12-2_12.2.140-1_amd64.deb ... 2025-07-02T07:59:20.4069781Z Unpacking cuda-cudart-dev-12-2 (12.2.140-1) over (12.2.53-1) ... 2025-07-02T07:59:20.4070220Z Preparing to unpack .../19-cuda-keyring_1.1-1_all.deb ... 2025-07-02T07:59:20.4070620Z Unpacking cuda-keyring (1.1-1) over (1.0-1) ... 2025-07-02T07:59:20.4071344Z Preparing to unpack .../20-cuda-minimal-build-12-2_12.2.2-1_amd64.deb ... 2025-07-02T07:59:20.4071858Z Unpacking cuda-minimal-build-12-2 (12.2.2-1) over (12.2.0-1) ... 2025-07-02T07:59:20.4072352Z Preparing to unpack .../21-cuda-nvml-dev-12-2_12.2.140-1_amd64.deb ... 2025-07-02T07:59:20.4072938Z Unpacking cuda-nvml-dev-12-2 (12.2.140-1) over (12.2.81-1) ... 2025-07-02T07:59:20.4073407Z Preparing to unpack .../22-dpkg-dev_1.21.1ubuntu2.3_all.deb ... 2025-07-02T07:59:20.4073863Z Unpacking dpkg-dev (1.21.1ubuntu2.3) over (1.21.1ubuntu2.2) ... 2025-07-02T07:59:20.4074348Z Preparing to unpack .../23-libdpkg-perl_1.21.1ubuntu2.3_all.deb ... 2025-07-02T07:59:20.4074851Z Unpacking libdpkg-perl (1.21.1ubuntu2.3) over (1.21.1ubuntu2.2) ... 2025-07-02T07:59:20.4075357Z Preparing to unpack .../24-libcusparse-12-2_12.1.2.141-1_amd64.deb ... 2025-07-02T07:59:20.4075838Z Unpacking libcusparse-12-2 (12.1.2.141-1) over (12.1.1.53-1) ... 2025-07-02T07:59:20.4076342Z Preparing to unpack .../25-libcusparse-dev-12-2_12.1.2.141-1_amd64.deb ... 2025-07-02T07:59:20.4076875Z Unpacking libcusparse-dev-12-2 (12.1.2.141-1) over (12.1.1.53-1) ... 2025-07-02T07:59:20.4077354Z Preparing to unpack .../26-libnpp-12-2_12.2.1.4-1_amd64.deb ... 2025-07-02T07:59:20.4077796Z Unpacking libnpp-12-2 (12.2.1.4-1) over (12.1.1.14-1) ... 2025-07-02T07:59:20.4078240Z Preparing to unpack .../27-libnpp-dev-12-2_12.2.1.4-1_amd64.deb ... 2025-07-02T07:59:20.4078714Z Unpacking libnpp-dev-12-2 (12.2.1.4-1) over (12.1.1.14-1) ... 2025-07-02T07:59:20.4079158Z Preparing to unpack .../28-gnupg2_2.2.27-3ubuntu2.3_all.deb ... 2025-07-02T07:59:20.4079632Z Unpacking gnupg2 (2.2.27-3ubuntu2.3) over (2.2.27-3ubuntu2.1) ... 2025-07-02T07:59:20.4080083Z Setting up cuda-toolkit-config-common (12.9.79-1) ... 2025-07-02T07:59:20.4080478Z Setting up cuda-compat-12-2 (535.247.01-0ubuntu1) ... 2025-07-02T07:59:20.4080843Z Setting up cuda-nvtx-12-2 (12.2.140-1) ... 2025-07-02T07:59:20.4081193Z Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.4) ... 2025-07-02T07:59:20.4081598Z Setting up binutils-common:amd64 (2.38-4ubuntu2.8) ... 2025-07-02T07:59:20.4081976Z Setting up linux-libc-dev:amd64 (5.15.0-143.153) ... 2025-07-02T07:59:20.4082365Z Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.8) ... 2025-07-02T07:59:20.4082741Z Setting up perl-modules-5.34 (5.34.0-3ubuntu1.4) ... 2025-07-02T07:59:20.4083174Z Setting up libldap-2.5-0:amd64 (2.5.19+dfsg-0ubuntu0.22.04.1) ... 2025-07-02T07:59:20.4083589Z Setting up gnupg-l10n (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4083906Z Setting up cuda-keyring (1.1-1) ... 2025-07-02T07:59:20.4084224Z Setting up libss2:amd64 (1.46.5-2ubuntu1.2) ... 2025-07-02T07:59:20.4084559Z Setting up cuda-nvprof-12-2 (12.2.142-1) ... 2025-07-02T07:59:20.4084931Z Setting up cuda-command-line-tools-12-2 (12.2.2-1) ... 2025-07-02T07:59:20.4085290Z Setting up logsave (1.46.5-2ubuntu1.2) ... 2025-07-02T07:59:20.4085610Z Setting up mount (2.37.2-4ubuntu3.4) ... 2025-07-02T07:59:20.4085928Z Setting up gpgconf (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4086266Z Setting up libbinutils:amd64 (2.38-4ubuntu2.8) ... 2025-07-02T07:59:20.4086633Z Setting up libc-dev-bin (2.35-0ubuntu3.10) ... 2025-07-02T07:59:20.4087011Z Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-07-02T07:59:20.4087377Z Setting up cuda-toolkit-12-config-common (12.9.79-1) ... 2025-07-02T07:59:20.4087778Z Setting up cuda-nvml-dev-12-2 (12.2.140-1) ... 2025-07-02T07:59:20.4088095Z Setting up gpg (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4088440Z Setting up libprocps8:amd64 (2:3.3.17-6ubuntu2.1) ... 2025-07-02T07:59:20.4088817Z Setting up gnupg-utils (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4089153Z Setting up libctf0:amd64 (2.38-4ubuntu2.8) ... 2025-07-02T07:59:20.4089519Z Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.4) ... 2025-07-02T07:59:20.4089870Z Setting up gpg-agent (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4090196Z Setting up gpgsm (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4090510Z Setting up cuda-cudart-12-2 (12.2.140-1) ... 2025-07-02T07:59:20.4090843Z Setting up e2fsprogs (1.46.5-2ubuntu1.2) ... 2025-07-02T07:59:20.4091785Z Setting up dirmngr (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4092125Z Setting up ca-certificates (20240203~22.04.1) ... 2025-07-02T07:59:20.4092490Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:59:20.4093306Z 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.4094050Z debconf: falling back to frontend: Readline 2025-07-02T07:59:20.4094375Z Updating certificates in /etc/ssl/certs... 2025-07-02T07:59:20.4094912Z rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 2025-07-02T07:59:20.4095429Z 14 added, 5 removed; done. 2025-07-02T07:59:20.4095708Z Setting up perl (5.34.0-3ubuntu1.4) ... 2025-07-02T07:59:20.4096043Z Setting up libcusparse-12-2 (12.1.2.141-1) ... 2025-07-02T07:59:20.4096392Z Setting up cuda-cudart-dev-12-2 (12.2.140-1) ... 2025-07-02T07:59:20.4096753Z Setting up libdpkg-perl (1.21.1ubuntu2.3) ... 2025-07-02T07:59:20.4097105Z Setting up gpg-wks-server (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4097455Z Setting up procps (2:3.3.17-6ubuntu2.1) ... 2025-07-02T07:59:20.4097785Z Setting up libc6-dev:amd64 (2.35-0ubuntu3.10) ... 2025-07-02T07:59:20.4098132Z Setting up libnpp-12-2 (12.2.1.4-1) ... 2025-07-02T07:59:20.4098493Z Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.8) ... 2025-07-02T07:59:20.4098900Z Setting up gpg-wks-client (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4099271Z Setting up cuda-minimal-build-12-2 (12.2.2-1) ... 2025-07-02T07:59:20.4099610Z Setting up binutils (2.38-4ubuntu2.8) ... 2025-07-02T07:59:20.4099931Z Setting up dpkg-dev (1.21.1ubuntu2.3) ... 2025-07-02T07:59:20.4100264Z Setting up libcusparse-dev-12-2 (12.1.2.141-1) ... 2025-07-02T07:59:20.4100615Z Setting up libnpp-dev-12-2 (12.2.1.4-1) ... 2025-07-02T07:59:20.4100923Z Setting up gnupg (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4101238Z Setting up gnupg2 (2.2.27-3ubuntu2.3) ... 2025-07-02T07:59:20.4101598Z Processing triggers for libc-bin (2.35-0ubuntu3.10) ... 2025-07-02T07:59:20.4102042Z Processing triggers for ca-certificates (20240203~22.04.1) ... 2025-07-02T07:59:20.4102449Z Updating certificates in /etc/ssl/certs... 2025-07-02T07:59:20.4102750Z 0 added, 0 removed; done. 2025-07-02T07:59:20.4103053Z Running hooks in /etc/ca-certificates/update.d... 2025-07-02T07:59:20.4103364Z done. 2025-07-02T07:59:20.4103587Z + apt-get install -y vim git wget cmake 2025-07-02T07:59:20.4103793Z 2025-07-02T07:59:20.4103892Z Reading package lists... 0% 2025-07-02T07:59:20.4104070Z 2025-07-02T07:59:20.4104164Z Reading package lists... 0% 2025-07-02T07:59:20.4104328Z 2025-07-02T07:59:20.4104423Z Reading package lists... 0% 2025-07-02T07:59:20.4104596Z 2025-07-02T07:59:20.4104690Z Reading package lists... 4% 2025-07-02T07:59:20.4104850Z 2025-07-02T07:59:20.4104956Z Reading package lists... 4% 2025-07-02T07:59:20.4105116Z 2025-07-02T07:59:20.4105210Z Reading package lists... 4% 2025-07-02T07:59:20.4105381Z 2025-07-02T07:59:20.4105480Z Reading package lists... 4% 2025-07-02T07:59:20.4105641Z 2025-07-02T07:59:20.4105739Z Reading package lists... 42% 2025-07-02T07:59:20.4105919Z 2025-07-02T07:59:20.4106014Z Reading package lists... 42% 2025-07-02T07:59:20.4106183Z 2025-07-02T07:59:20.4106292Z Reading package lists... 43% 2025-07-02T07:59:20.4106459Z 2025-07-02T07:59:20.4106554Z Reading package lists... 43% 2025-07-02T07:59:20.4106721Z 2025-07-02T07:59:20.4106829Z Reading package lists... 52% 2025-07-02T07:59:20.4106994Z 2025-07-02T07:59:20.4107088Z Reading package lists... 52% 2025-07-02T07:59:20.4107269Z 2025-07-02T07:59:20.4107363Z Reading package lists... 65% 2025-07-02T07:59:20.4107531Z 2025-07-02T07:59:20.4107628Z Reading package lists... 65% 2025-07-02T07:59:20.4107808Z 2025-07-02T07:59:20.4107902Z Reading package lists... 69% 2025-07-02T07:59:20.4108065Z 2025-07-02T07:59:20.4108175Z Reading package lists... 69% 2025-07-02T07:59:20.4108343Z 2025-07-02T07:59:20.4108440Z Reading package lists... 70% 2025-07-02T07:59:20.4108772Z 2025-07-02T07:59:20.4108869Z Reading package lists... 70% 2025-07-02T07:59:20.4109036Z 2025-07-02T07:59:20.4109131Z Reading package lists... 70% 2025-07-02T07:59:20.4109309Z 2025-07-02T07:59:20.4109404Z Reading package lists... 70% 2025-07-02T07:59:20.4109570Z 2025-07-02T07:59:20.4109802Z Reading package lists... 70% 2025-07-02T07:59:20.4109969Z 2025-07-02T07:59:20.4110062Z Reading package lists... 70% 2025-07-02T07:59:20.4110228Z 2025-07-02T07:59:20.4110338Z Reading package lists... 78% 2025-07-02T07:59:20.4110505Z 2025-07-02T07:59:20.4110600Z Reading package lists... 78% 2025-07-02T07:59:20.4110781Z 2025-07-02T07:59:20.4110877Z Reading package lists... 81% 2025-07-02T07:59:20.4111042Z 2025-07-02T07:59:20.4111138Z Reading package lists... 91% 2025-07-02T07:59:20.4111318Z 2025-07-02T07:59:20.4111413Z Reading package lists... 91% 2025-07-02T07:59:20.4111580Z 2025-07-02T07:59:20.4111689Z Reading package lists... 95% 2025-07-02T07:59:20.4111856Z 2025-07-02T07:59:20.4111956Z Reading package lists... 95% 2025-07-02T07:59:20.4112137Z 2025-07-02T07:59:20.4112233Z Reading package lists... 95% 2025-07-02T07:59:20.4112400Z 2025-07-02T07:59:20.4112497Z Reading package lists... 95% 2025-07-02T07:59:20.4112678Z 2025-07-02T07:59:20.4112774Z Reading package lists... 99% 2025-07-02T07:59:20.4112943Z 2025-07-02T07:59:20.4113053Z Reading package lists... 99% 2025-07-02T07:59:20.4113219Z 2025-07-02T07:59:20.4113320Z Reading package lists... Done 2025-07-02T07:59:20.4113497Z 2025-07-02T07:59:20.4113514Z 2025-07-02T07:59:20.4113617Z Building dependency tree... 0% 2025-07-02T07:59:20.4113795Z 2025-07-02T07:59:20.4113895Z Building dependency tree... 0% 2025-07-02T07:59:20.4114086Z 2025-07-02T07:59:20.4114188Z Building dependency tree... 50% 2025-07-02T07:59:20.4114365Z 2025-07-02T07:59:20.4114479Z Building dependency tree... 50% 2025-07-02T07:59:20.4114657Z 2025-07-02T07:59:20.4114762Z Building dependency tree... Done 2025-07-02T07:59:20.4114944Z 2025-07-02T07:59:20.4114961Z 2025-07-02T07:59:20.4115068Z Reading state information... 0% 2025-07-02T07:59:20.4115249Z 2025-07-02T07:59:20.4115350Z Reading state information... 0% 2025-07-02T07:59:20.4115537Z 2025-07-02T07:59:20.4115640Z Reading state information... Done 2025-07-02T07:59:20.4115826Z 2025-07-02T07:59:20.4115993Z The following additional packages will be installed: 2025-07-02T07:59:20.4116448Z cmake-data dh-elpa-helper emacsen-common git-man less libarchive13 2025-07-02T07:59:20.4116957Z libbrotli1 libbsd0 libcbor0.8 libcurl3-gnutls libcurl4 libedit2 2025-07-02T07:59:20.4117483Z liberror-perl libexpat1 libfido2-1 libgpm2 libicu70 libjsoncpp25 libmd0 2025-07-02T07:59:20.4118039Z libmpdec3 libnghttp2-14 libpsl5 libpython3.10 libpython3.10-minimal 2025-07-02T07:59:20.4118594Z libpython3.10-stdlib librhash0 librtmp1 libsodium23 libssh-4 libuv1 libx11-6 2025-07-02T07:59:20.4119180Z libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 media-types 2025-07-02T07:59:20.4119714Z openssh-client publicsuffix vim-common vim-runtime xauth xxd 2025-07-02T07:59:20.4120094Z Suggested packages: 2025-07-02T07:59:20.4120428Z cmake-doc ninja-build cmake-format gettext-base git-daemon-run 2025-07-02T07:59:20.4120926Z | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs 2025-07-02T07:59:20.4121487Z git-mediawiki git-svn lrzip gpm keychain libpam-ssh monkeysphere ssh-askpass 2025-07-02T07:59:20.4121926Z ctags vim-doc vim-scripts 2025-07-02T07:59:20.4122224Z The following NEW packages will be installed: 2025-07-02T07:59:20.4122678Z cmake cmake-data dh-elpa-helper emacsen-common git git-man less libarchive13 2025-07-02T07:59:20.4123227Z libbrotli1 libbsd0 libcbor0.8 libcurl3-gnutls libcurl4 libedit2 2025-07-02T07:59:20.4123756Z liberror-perl libexpat1 libfido2-1 libgpm2 libicu70 libjsoncpp25 libmd0 2025-07-02T07:59:20.4124298Z libmpdec3 libnghttp2-14 libpsl5 libpython3.10 libpython3.10-minimal 2025-07-02T07:59:20.4124864Z libpython3.10-stdlib librhash0 librtmp1 libsodium23 libssh-4 libuv1 libx11-6 2025-07-02T07:59:20.4125504Z libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 media-types 2025-07-02T07:59:20.7080955Z openssh-client publicsuffix vim vim-common vim-runtime wget xauth xxd 2025-07-02T07:59:20.7081522Z 0 upgraded, 49 newly installed, 0 to remove and 5 not upgraded. 2025-07-02T07:59:20.7082124Z Need to get 40.8 MB of archives. 2025-07-02T07:59:20.7082522Z After this operation, 163 MB of additional disk space will be used. 2025-07-02T07:59:20.7082856Z 2025-07-02T07:59:20.7082953Z 0% [Working] 2025-07-02T07:59:20.7083144Z 2025-07-02T07:59:20.7083628Z Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 less amd64 590-1ubuntu0.22.04.3 [142 kB] 2025-07-02T07:59:20.7084091Z 2025-07-02T07:59:20.7084183Z 0% [1 less 5500 B/142 kB 4%] 2025-07-02T07:59:20.7084434Z 2025-07-02T07:59:20.7084663Z 1% [Working] 2025-07-02T07:59:20.7084868Z 2025-07-02T07:59:20.7085262Z Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB] 2025-07-02T07:59:20.7085685Z 2025-07-02T07:59:20.7085776Z 1% [2 libmd0 6950 B/23.0 kB 30%] 2025-07-02T07:59:20.7086044Z 2025-07-02T07:59:20.7086297Z 1% [Waiting for headers] 2025-07-02T07:59:20.7086538Z 2025-07-02T07:59:20.7086947Z Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB] 2025-07-02T07:59:20.7087338Z 2025-07-02T07:59:20.7087432Z 1% [3 libbsd0 14.2 kB/44.8 kB 32%] 2025-07-02T07:59:20.7087692Z 2025-07-02T07:59:20.7087960Z 2% [Waiting for headers] 2025-07-02T07:59:20.7088187Z 2025-07-02T07:59:20.7088683Z 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:20.7089141Z 2025-07-02T07:59:20.7089248Z 2% [4 libexpat1 8235 B/92.1 kB 9%] 2025-07-02T07:59:20.7089505Z 2025-07-02T07:59:20.7089768Z 2% [Waiting for headers] 2025-07-02T07:59:20.7090000Z 2025-07-02T07:59:20.7090411Z Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB] 2025-07-02T07:59:20.7090785Z 2025-07-02T07:59:20.7090876Z 2% [5 libicu70 21.0 kB/10.6 MB 0%] 2025-07-02T07:59:20.7091150Z 2025-07-02T07:59:20.7091422Z 23% [Waiting for headers] 2025-07-02T07:59:20.7091652Z 2025-07-02T07:59:20.7092099Z Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB] 2025-07-02T07:59:20.7092505Z 2025-07-02T07:59:20.7092606Z 23% [6 libmpdec3 24.4 kB/86.8 kB 28%] 2025-07-02T07:59:20.7092888Z 2025-07-02T07:59:20.7093139Z 24% [Working] 2025-07-02T07:59:20.7093340Z 2025-07-02T07:59:20.7093845Z 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:20.7094367Z 2025-07-02T07:59:20.7094490Z 24% [7 libpython3.10-minimal 2834 B/815 kB 0%] 2025-07-02T07:59:20.7094810Z 2025-07-02T07:59:20.7095093Z 26% [Waiting for headers] 2025-07-02T07:59:20.7095333Z 2025-07-02T07:59:20.7095746Z Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB] 2025-07-02T07:59:20.7096135Z 2025-07-02T07:59:20.7096238Z 26% [8 media-types 25.5 kB/25.5 kB 100%] 2025-07-02T07:59:20.7096520Z 2025-07-02T07:59:20.7096792Z 26% [Working] 2025-07-02T07:59:20.7096996Z 2025-07-02T07:59:20.7097504Z 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:20.7098014Z 2025-07-02T07:59:20.7098149Z 26% [9 libpython3.10-stdlib 24.6 kB/1850 kB 1%] 2025-07-02T07:59:20.7098459Z 2025-07-02T07:59:20.7098755Z 30% [Waiting for headers] 2025-07-02T07:59:20.7099105Z 2025-07-02T07:59:20.7099624Z 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:20.7100094Z 2025-07-02T07:59:20.7100201Z 31% [10 libxml2 33.2 kB/763 kB 4%] 2025-07-02T07:59:20.7100522Z 2025-07-02T07:59:20.7100794Z 32% [Waiting for headers] 2025-07-02T07:59:20.7101022Z 2025-07-02T07:59:20.7101520Z 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:20.7101975Z 2025-07-02T07:59:20.7102064Z 32% [11 xxd 51.4 kB/51.4 kB 100%] 2025-07-02T07:59:20.7102334Z 2025-07-02T07:59:20.7102605Z 33% [Working] 2025-07-02T07:59:20.7102800Z 2025-07-02T07:59:20.7103289Z 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:20.7103760Z 2025-07-02T07:59:20.7103858Z 33% [12 vim-common 4558 B/81.5 kB 6%] 2025-07-02T07:59:20.7104155Z 2025-07-02T07:59:20.7104408Z 33% [Working] 2025-07-02T07:59:20.7104611Z 2025-07-02T07:59:20.7105033Z Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB] 2025-07-02T07:59:20.7105465Z 2025-07-02T07:59:20.7105561Z 33% [13 libcbor0.8 5235 B/24.6 kB 21%] 2025-07-02T07:59:20.7105849Z 2025-07-02T07:59:20.7106108Z 34% [Working] 2025-07-02T07:59:20.7106313Z 2025-07-02T07:59:20.7106743Z Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB] 2025-07-02T07:59:20.7107184Z 2025-07-02T07:59:20.7107281Z 34% [14 libedit2 28.9 kB/96.8 kB 30%] 2025-07-02T07:59:20.7107552Z 2025-07-02T07:59:20.7107818Z 35% [Working] 2025-07-02T07:59:20.7108066Z 2025-07-02T07:59:20.7108522Z Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB] 2025-07-02T07:59:20.7108991Z 2025-07-02T07:59:20.7109106Z 35% [15 libfido2-1 14.3 kB/82.8 kB 17%] 2025-07-02T07:59:20.7109384Z 2025-07-02T07:59:20.7109720Z 35% [Working] 2025-07-02T07:59:20.7109907Z 2025-07-02T07:59:20.7110411Z 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:20.7110894Z 2025-07-02T07:59:20.7111000Z 35% [16 libnghttp2-14 45.4 kB/76.9 kB 59%] 2025-07-02T07:59:20.7111301Z 2025-07-02T07:59:20.7111571Z 36% [Working] 2025-07-02T07:59:20.7111761Z 2025-07-02T07:59:20.7112178Z Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB] 2025-07-02T07:59:20.7112589Z 2025-07-02T07:59:20.7112683Z 36% [17 libpsl5 20.5 kB/58.4 kB 35%] 2025-07-02T07:59:20.7112960Z 2025-07-02T07:59:20.7113208Z 36% [Working] 2025-07-02T07:59:20.7113409Z 2025-07-02T07:59:20.7113859Z 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:20.7114345Z 2025-07-02T07:59:20.7114437Z 36% [18 libuv1 20.5 kB/92.7 kB 22%] 2025-07-02T07:59:20.7114715Z 2025-07-02T07:59:20.7114962Z 37% [Working] 2025-07-02T07:59:20.7115209Z 2025-07-02T07:59:20.7115629Z Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B] 2025-07-02T07:59:20.7116033Z 2025-07-02T07:59:20.7116124Z 37% [19 libxau6 6951 B/7634 B 91%] 2025-07-02T07:59:20.7116393Z 2025-07-02T07:59:20.7116639Z 37% [Working] 2025-07-02T07:59:20.7116843Z 2025-07-02T07:59:20.7117261Z Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB] 2025-07-02T07:59:20.7117693Z 2025-07-02T07:59:20.7117788Z 37% [20 libxdmcp6 5263 B/10.9 kB 48%] 2025-07-02T07:59:20.7118165Z 2025-07-02T07:59:20.7118417Z 38% [Working] 2025-07-02T07:59:20.7118619Z 2025-07-02T07:59:20.7119020Z Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB] 2025-07-02T07:59:20.7119481Z 2025-07-02T07:59:20.7119588Z 38% [21 libxcb1 49.0 kB/49.0 kB 100%] 2025-07-02T07:59:20.7119855Z 2025-07-02T07:59:20.7120121Z 38% [Working] 2025-07-02T07:59:20.7120309Z 2025-07-02T07:59:20.7120786Z 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:20.7121250Z 2025-07-02T07:59:20.7121365Z 38% [22 libx11-data 10.3 kB/120 kB 9%] 2025-07-02T07:59:20.7121639Z 2025-07-02T07:59:20.7121905Z 39% [Working] 2025-07-02T07:59:20.7122091Z 2025-07-02T07:59:20.7122557Z 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:20.7123017Z 2025-07-02T07:59:20.7123108Z 39% [23 libx11-6 10.7 kB/667 kB 2%] 2025-07-02T07:59:20.7123381Z 2025-07-02T07:59:20.7123641Z 40% [Waiting for headers] 2025-07-02T07:59:20.7123884Z 2025-07-02T07:59:20.7124342Z Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB] 2025-07-02T07:59:20.7124750Z 2025-07-02T07:59:20.7124846Z 41% [24 libxext6 31.8 kB/31.8 kB 100%] 2025-07-02T07:59:20.7125132Z 2025-07-02T07:59:20.7125386Z 41% [Working] 2025-07-02T07:59:20.7125586Z 2025-07-02T07:59:20.7125974Z Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB] 2025-07-02T07:59:20.7126374Z 2025-07-02T07:59:20.7126470Z 41% [25 libxmuu1 10.2 kB/10.2 kB 100%] 2025-07-02T07:59:20.7126756Z 2025-07-02T07:59:20.7127011Z 41% [Working] 2025-07-02T07:59:20.7127211Z 2025-07-02T07:59:20.7127703Z 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:20.7128207Z 2025-07-02T07:59:20.7128314Z 41% [26 openssh-client 24.6 kB/903 kB 3%] 2025-07-02T07:59:20.7128603Z 2025-07-02T07:59:20.7128890Z 44% [Waiting for headers] 2025-07-02T07:59:20.7129120Z 2025-07-02T07:59:20.7129577Z Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB] 2025-07-02T07:59:20.7129993Z 2025-07-02T07:59:20.7130109Z 44% [27 publicsuffix 47.0 kB/129 kB 36%] 2025-07-02T07:59:20.7130393Z 2025-07-02T07:59:20.7130665Z 44% [Working] 2025-07-02T07:59:20.7130855Z 2025-07-02T07:59:20.7131299Z Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 wget amd64 1.21.2-2ubuntu1.1 [339 kB] 2025-07-02T07:59:20.7131735Z 2025-07-02T07:59:20.7131828Z 44% [28 wget 15.7 kB/339 kB 5%] 2025-07-02T07:59:20.7132089Z 2025-07-02T07:59:20.7132351Z 45% [Waiting for headers] 2025-07-02T07:59:20.7132583Z 2025-07-02T07:59:20.7133025Z Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB] 2025-07-02T07:59:20.7133420Z 2025-07-02T07:59:20.7133512Z 45% [29 xauth 27.5 kB/27.5 kB 100%] 2025-07-02T07:59:20.7133788Z 2025-07-02T07:59:20.7134036Z 46% [Working] 2025-07-02T07:59:20.7134235Z 2025-07-02T07:59:20.7134697Z Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libarchive13 amd64 3.6.0-1ubuntu1.5 [368 kB] 2025-07-02T07:59:20.7135174Z 2025-07-02T07:59:20.7135273Z 46% [30 libarchive13 9443 B/368 kB 3%] 2025-07-02T07:59:20.7135558Z 2025-07-02T07:59:20.7135824Z 47% [Waiting for headers] 2025-07-02T07:59:20.7136064Z 2025-07-02T07:59:20.7136585Z Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB] 2025-07-02T07:59:20.7137011Z 2025-07-02T07:59:20.7137109Z 47% [31 libbrotli1 24.4 kB/315 kB 8%] 2025-07-02T07:59:20.7137381Z 2025-07-02T07:59:20.7138017Z 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:20.7138500Z 2025-07-02T07:59:20.7138612Z 48% [32 librtmp1 36.7 kB/58.2 kB 63%] 2025-07-02T07:59:20.7138887Z 2025-07-02T07:59:20.7139157Z 48% [Working] 2025-07-02T07:59:20.7139352Z 2025-07-02T07:59:20.7139840Z 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:20.7140311Z 2025-07-02T07:59:20.7140409Z 48% [33 libssh-4 24.6 kB/186 kB 13%] 2025-07-02T07:59:20.7140686Z 2025-07-02T07:59:20.7140966Z 49% [Waiting for headers] 2025-07-02T07:59:20.7141204Z 2025-07-02T07:59:20.7141708Z Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.20 [289 kB] 2025-07-02T07:59:20.7142165Z 2025-07-02T07:59:20.7142256Z 49% [34 libcurl4 53.9 kB/289 kB 19%] 2025-07-02T07:59:20.7142539Z 2025-07-02T07:59:20.7142800Z 50% [Waiting for headers] 2025-07-02T07:59:20.7143039Z 2025-07-02T07:59:20.7143658Z Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjsoncpp25 amd64 1.9.5-3 [80.0 kB] 2025-07-02T07:59:20.7144077Z 2025-07-02T07:59:20.7144184Z 50% [35 libjsoncpp25 26.5 kB/80.0 kB 33%] 2025-07-02T07:59:20.7144487Z 2025-07-02T07:59:20.7144754Z 51% [Working] 2025-07-02T07:59:20.7144956Z 2025-07-02T07:59:20.7145368Z Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB] 2025-07-02T07:59:20.7145788Z 2025-07-02T07:59:20.7145881Z 51% [36 librhash0 0 B/125 kB 0%] 2025-07-02T07:59:20.7146142Z 2025-07-02T07:59:20.7146391Z 51% [Working] 2025-07-02T07:59:20.7146589Z 2025-07-02T07:59:20.7147008Z Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B] 2025-07-02T07:59:20.7147427Z 2025-07-02T07:59:20.7147542Z 51% [37 dh-elpa-helper 4096 B/7610 B 54%] 2025-07-02T07:59:20.7147826Z 2025-07-02T07:59:24.0395046Z 52% [Working] 2025-07-02T07:59:24.0395289Z 2025-07-02T07:59:24.0395783Z Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 emacsen-common all 3.0.4 [14.9 kB] 2025-07-02T07:59:24.0396208Z 2025-07-02T07:59:24.0396318Z 52% [38 emacsen-common 12.3 kB/14.9 kB 83%] 2025-07-02T07:59:24.0396626Z 2025-07-02T07:59:24.0396890Z 52% [Working] 2025-07-02T07:59:24.0397094Z 2025-07-02T07:59:24.0397578Z 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:24.0398100Z 2025-07-02T07:59:24.0398199Z 52% [39 cmake-data 4591 B/1913 kB 0%] 2025-07-02T07:59:24.0398478Z 2025-07-02T07:59:24.0398758Z 56% [Waiting for headers] 2025-07-02T07:59:24.0399011Z 2025-07-02T07:59:24.0399509Z 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:24.0399971Z 2025-07-02T07:59:24.0400074Z 57% [40 cmake 52.7 kB/5010 kB 1%] 2025-07-02T07:59:24.0400328Z 2025-07-02T07:59:24.0400592Z 67% [Waiting for headers] 2025-07-02T07:59:24.0400821Z 2025-07-02T07:59:24.0401351Z 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:24.0401839Z 2025-07-02T07:59:24.0401959Z 67% [41 libcurl3-gnutls 23.1 kB/284 kB 8%] 2025-07-02T07:59:24.0402248Z 2025-07-02T07:59:24.0402751Z 68% [Waiting for headers] 2025-07-02T07:59:24.0402983Z 2025-07-02T07:59:24.0403434Z Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB] 2025-07-02T07:59:24.0403839Z 2025-07-02T07:59:24.0404039Z 68% [42 liberror-perl 24.6 kB/26.5 kB 93%] 2025-07-02T07:59:24.0404351Z 2025-07-02T07:59:24.0404617Z 68% [Working] 2025-07-02T07:59:24.0404821Z 2025-07-02T07:59:24.0405290Z 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:24.0405746Z 2025-07-02T07:59:24.0405838Z 68% [43 git-man 24.6 kB/955 kB 3%] 2025-07-02T07:59:24.0406109Z 2025-07-02T07:59:24.0406366Z 70% [Waiting for headers] 2025-07-02T07:59:24.0406606Z 2025-07-02T07:59:24.0407083Z 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:24.0407545Z 2025-07-02T07:59:24.0407634Z 70% [44 git 67.4 kB/3165 kB 2%] 2025-07-02T07:59:24.0407893Z 2025-07-02T07:59:24.0408137Z 77% [Waiting for headers] 2025-07-02T07:59:24.0408376Z 2025-07-02T07:59:24.0408816Z Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpm2 amd64 1.20.7-10build1 [15.3 kB] 2025-07-02T07:59:24.0409233Z 2025-07-02T07:59:24.0409331Z 77% [45 libgpm2 15.3 kB/15.3 kB 100%] 2025-07-02T07:59:24.0409601Z 2025-07-02T07:59:24.0409880Z 77% [Waiting for headers] 2025-07-02T07:59:24.0410108Z 2025-07-02T07:59:24.0410732Z 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:24.0411194Z 2025-07-02T07:59:24.0411311Z 77% [46 libpython3.10 36.8 kB/1950 kB 2%] 2025-07-02T07:59:24.0411592Z 2025-07-02T07:59:24.0411883Z 82% [Waiting for headers] 2025-07-02T07:59:24.0412106Z 2025-07-02T07:59:24.0412550Z Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsodium23 amd64 1.0.18-1build2 [164 kB] 2025-07-02T07:59:24.0412955Z 2025-07-02T07:59:24.0413056Z 82% [47 libsodium23 15.8 kB/164 kB 10%] 2025-07-02T07:59:24.0413510Z 2025-07-02T07:59:24.0413791Z 82% [Waiting for headers] 2025-07-02T07:59:24.0414017Z 2025-07-02T07:59:24.0414539Z 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:24.0415017Z 2025-07-02T07:59:24.0415116Z 82% [48 vim-runtime 19.7 kB/6833 kB 0%] 2025-07-02T07:59:24.0415403Z 2025-07-02T07:59:24.0415671Z 96% [Waiting for headers] 2025-07-02T07:59:24.0415913Z 2025-07-02T07:59:24.0416408Z 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:24.0416885Z 2025-07-02T07:59:24.0416974Z 96% [49 vim 30.7 kB/1728 kB 2%] 2025-07-02T07:59:24.0417234Z 2025-07-02T07:59:24.0417472Z 100% [Working] 2025-07-02T07:59:24.0417679Z 2025-07-02T07:59:24.0417892Z Fetched 40.8 MB in 0s (87.0 MB/s) 2025-07-02T07:59:24.0418315Z debconf: delaying package configuration, since apt-utils is not installed 2025-07-02T07:59:24.0418783Z Selecting previously unselected package less. 2025-07-02T07:59:24.0419120Z (Reading database ... 2025-07-02T07:59:24.0419373Z (Reading database ... 5% 2025-07-02T07:59:24.0419620Z (Reading database ... 10% 2025-07-02T07:59:24.0419884Z (Reading database ... 15% 2025-07-02T07:59:24.0420126Z (Reading database ... 20% 2025-07-02T07:59:24.0420381Z (Reading database ... 25% 2025-07-02T07:59:24.0420623Z (Reading database ... 30% 2025-07-02T07:59:24.0420876Z (Reading database ... 35% 2025-07-02T07:59:24.0421117Z (Reading database ... 40% 2025-07-02T07:59:24.0421925Z (Reading database ... 45% 2025-07-02T07:59:24.0422165Z (Reading database ... 50% 2025-07-02T07:59:24.0422418Z (Reading database ... 55% 2025-07-02T07:59:24.0422670Z (Reading database ... 60% 2025-07-02T07:59:24.0422914Z (Reading database ... 65% 2025-07-02T07:59:24.0423228Z (Reading database ... 70% 2025-07-02T07:59:24.0423465Z (Reading database ... 75% 2025-07-02T07:59:24.0423720Z (Reading database ... 80% 2025-07-02T07:59:24.0423959Z (Reading database ... 85% 2025-07-02T07:59:24.0424206Z (Reading database ... 90% 2025-07-02T07:59:24.0424445Z (Reading database ... 95% 2025-07-02T07:59:24.0424694Z (Reading database ... 100% 2025-07-02T07:59:24.0425055Z (Reading database ... 14729 files and directories currently installed.) 2025-07-02T07:59:24.0425565Z Preparing to unpack .../00-less_590-1ubuntu0.22.04.3_amd64.deb ... 2025-07-02T07:59:24.0425974Z Unpacking less (590-1ubuntu0.22.04.3) ... 2025-07-02T07:59:24.0426328Z Selecting previously unselected package libmd0:amd64. 2025-07-02T07:59:24.0426770Z Preparing to unpack .../01-libmd0_1.0.4-1build1_amd64.deb ... 2025-07-02T07:59:24.0427155Z Unpacking libmd0:amd64 (1.0.4-1build1) ... 2025-07-02T07:59:24.0427531Z Selecting previously unselected package libbsd0:amd64. 2025-07-02T07:59:24.0427942Z Preparing to unpack .../02-libbsd0_0.11.5-1_amd64.deb ... 2025-07-02T07:59:24.0428313Z Unpacking libbsd0:amd64 (0.11.5-1) ... 2025-07-02T07:59:24.0428756Z Selecting previously unselected package libexpat1:amd64. 2025-07-02T07:59:24.0429228Z Preparing to unpack .../03-libexpat1_2.4.7-1ubuntu0.6_amd64.deb ... 2025-07-02T07:59:24.0429664Z Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.6) ... 2025-07-02T07:59:24.0430101Z Selecting previously unselected package libicu70:amd64. 2025-07-02T07:59:24.0430520Z Preparing to unpack .../04-libicu70_70.1-2_amd64.deb ... 2025-07-02T07:59:24.0430875Z Unpacking libicu70:amd64 (70.1-2) ... 2025-07-02T07:59:24.0431247Z Selecting previously unselected package libmpdec3:amd64. 2025-07-02T07:59:24.0431686Z Preparing to unpack .../05-libmpdec3_2.5.1-2build2_amd64.deb ... 2025-07-02T07:59:24.0432109Z Unpacking libmpdec3:amd64 (2.5.1-2build2) ... 2025-07-02T07:59:24.0432555Z Selecting previously unselected package libpython3.10-minimal:amd64. 2025-07-02T07:59:24.0433110Z Preparing to unpack .../06-libpython3.10-minimal_3.10.12-1~22.04.10_amd64.deb ... 2025-07-02T07:59:24.0433645Z Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.10) ... 2025-07-02T07:59:24.0434080Z Selecting previously unselected package media-types. 2025-07-02T07:59:24.0434499Z Preparing to unpack .../07-media-types_7.0.0_all.deb ... 2025-07-02T07:59:24.0434856Z Unpacking media-types (7.0.0) ... 2025-07-02T07:59:24.0435266Z Selecting previously unselected package libpython3.10-stdlib:amd64. 2025-07-02T07:59:24.0435811Z Preparing to unpack .../08-libpython3.10-stdlib_3.10.12-1~22.04.10_amd64.deb ... 2025-07-02T07:59:24.0436330Z Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.10) ... 2025-07-02T07:59:24.0436775Z Selecting previously unselected package libxml2:amd64. 2025-07-02T07:59:24.0437231Z Preparing to unpack .../09-libxml2_2.9.13+dfsg-1ubuntu0.7_amd64.deb ... 2025-07-02T07:59:24.0437690Z Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... 2025-07-02T07:59:24.0438058Z Selecting previously unselected package xxd. 2025-07-02T07:59:24.0438478Z Preparing to unpack .../10-xxd_2%3a8.2.3995-1ubuntu2.24_amd64.deb ... 2025-07-02T07:59:24.0438880Z Unpacking xxd (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:24.0439238Z Selecting previously unselected package vim-common. 2025-07-02T07:59:24.0439697Z Preparing to unpack .../11-vim-common_2%3a8.2.3995-1ubuntu2.24_all.deb ... 2025-07-02T07:59:24.0440138Z Unpacking vim-common (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:24.0440550Z Selecting previously unselected package libcbor0.8:amd64. 2025-07-02T07:59:24.0441000Z Preparing to unpack .../12-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ... 2025-07-02T07:59:24.0441423Z Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ... 2025-07-02T07:59:24.0441804Z Selecting previously unselected package libedit2:amd64. 2025-07-02T07:59:24.0442350Z Preparing to unpack .../13-libedit2_3.1-20210910-1build1_amd64.deb ... 2025-07-02T07:59:24.0442791Z Unpacking libedit2:amd64 (3.1-20210910-1build1) ... 2025-07-02T07:59:24.0443386Z Selecting previously unselected package libfido2-1:amd64. 2025-07-02T07:59:24.0443938Z Preparing to unpack .../14-libfido2-1_1.10.0-1_amd64.deb ... 2025-07-02T07:59:24.0444318Z Unpacking libfido2-1:amd64 (1.10.0-1) ... 2025-07-02T07:59:24.0444721Z Selecting previously unselected package libnghttp2-14:amd64. 2025-07-02T07:59:24.0445205Z Preparing to unpack .../15-libnghttp2-14_1.43.0-1ubuntu0.2_amd64.deb ... 2025-07-02T07:59:24.0445667Z Unpacking libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... 2025-07-02T07:59:24.0446072Z Selecting previously unselected package libpsl5:amd64. 2025-07-02T07:59:24.0446518Z Preparing to unpack .../16-libpsl5_0.21.0-1.2build2_amd64.deb ... 2025-07-02T07:59:24.0446932Z Unpacking libpsl5:amd64 (0.21.0-1.2build2) ... 2025-07-02T07:59:24.0447304Z Selecting previously unselected package libuv1:amd64. 2025-07-02T07:59:24.0447744Z Preparing to unpack .../17-libuv1_1.43.0-1ubuntu0.1_amd64.deb ... 2025-07-02T07:59:24.0448146Z Unpacking libuv1:amd64 (1.43.0-1ubuntu0.1) ... 2025-07-02T07:59:24.0448534Z Selecting previously unselected package libxau6:amd64. 2025-07-02T07:59:24.0448972Z Preparing to unpack .../18-libxau6_1%3a1.0.9-1build5_amd64.deb ... 2025-07-02T07:59:24.0449391Z Unpacking libxau6:amd64 (1:1.0.9-1build5) ... 2025-07-02T07:59:24.0449784Z Selecting previously unselected package libxdmcp6:amd64. 2025-07-02T07:59:24.0450242Z Preparing to unpack .../19-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ... 2025-07-02T07:59:24.0450681Z Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... 2025-07-02T07:59:24.0451070Z Selecting previously unselected package libxcb1:amd64. 2025-07-02T07:59:24.0451509Z Preparing to unpack .../20-libxcb1_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:24.0451896Z Unpacking libxcb1:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:24.0452269Z Selecting previously unselected package libx11-data. 2025-07-02T07:59:24.0452728Z Preparing to unpack .../21-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ... 2025-07-02T07:59:24.0453173Z Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:24.0453565Z Selecting previously unselected package libx11-6:amd64. 2025-07-02T07:59:24.0454017Z Preparing to unpack .../22-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ... 2025-07-02T07:59:24.0454454Z Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:24.0454843Z Selecting previously unselected package libxext6:amd64. 2025-07-02T07:59:24.0455299Z Preparing to unpack .../23-libxext6_2%3a1.3.4-1build1_amd64.deb ... 2025-07-02T07:59:24.0455723Z Unpacking libxext6:amd64 (2:1.3.4-1build1) ... 2025-07-02T07:59:24.0456098Z Selecting previously unselected package libxmuu1:amd64. 2025-07-02T07:59:24.0456534Z Preparing to unpack .../24-libxmuu1_2%3a1.1.3-3_amd64.deb ... 2025-07-02T07:59:24.0456910Z Unpacking libxmuu1:amd64 (2:1.1.3-3) ... 2025-07-02T07:59:24.0457286Z Selecting previously unselected package openssh-client. 2025-07-02T07:59:24.0457776Z Preparing to unpack .../25-openssh-client_1%3a8.9p1-3ubuntu0.13_amd64.deb ... 2025-07-02T07:59:24.0458260Z Unpacking openssh-client (1:8.9p1-3ubuntu0.13) ... 2025-07-02T07:59:24.0458683Z Selecting previously unselected package publicsuffix. 2025-07-02T07:59:24.0459128Z Preparing to unpack .../26-publicsuffix_20211207.1025-1_all.deb ... 2025-07-02T07:59:24.0459549Z Unpacking publicsuffix (20211207.1025-1) ... 2025-07-02T07:59:24.0459893Z Selecting previously unselected package wget. 2025-07-02T07:59:26.5365018Z Preparing to unpack .../27-wget_1.21.2-2ubuntu1.1_amd64.deb ... 2025-07-02T07:59:26.5365635Z Unpacking wget (1.21.2-2ubuntu1.1) ... 2025-07-02T07:59:26.5366008Z Selecting previously unselected package xauth. 2025-07-02T07:59:26.5366433Z Preparing to unpack .../28-xauth_1%3a1.1-1build2_amd64.deb ... 2025-07-02T07:59:26.5366841Z Unpacking xauth (1:1.1-1build2) ... 2025-07-02T07:59:26.5367223Z Selecting previously unselected package libarchive13:amd64. 2025-07-02T07:59:26.5368104Z Preparing to unpack .../29-libarchive13_3.6.0-1ubuntu1.5_amd64.deb ... 2025-07-02T07:59:26.5368550Z Unpacking libarchive13:amd64 (3.6.0-1ubuntu1.5) ... 2025-07-02T07:59:26.5368992Z Selecting previously unselected package libbrotli1:amd64. 2025-07-02T07:59:26.5369585Z Preparing to unpack .../30-libbrotli1_1.0.9-2build6_amd64.deb ... 2025-07-02T07:59:26.5370013Z Unpacking libbrotli1:amd64 (1.0.9-2build6) ... 2025-07-02T07:59:26.5388219Z Selecting previously unselected package librtmp1:amd64. 2025-07-02T07:59:26.5388944Z Preparing to unpack .../31-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ... 2025-07-02T07:59:26.5389503Z Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... 2025-07-02T07:59:26.5389987Z Selecting previously unselected package libssh-4:amd64. 2025-07-02T07:59:26.5390464Z Preparing to unpack .../32-libssh-4_0.9.6-2ubuntu0.22.04.3_amd64.deb ... 2025-07-02T07:59:26.5390946Z Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... 2025-07-02T07:59:26.5391394Z Selecting previously unselected package libcurl4:amd64. 2025-07-02T07:59:26.5391855Z Preparing to unpack .../33-libcurl4_7.81.0-1ubuntu1.20_amd64.deb ... 2025-07-02T07:59:26.5392305Z Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.20) ... 2025-07-02T07:59:26.5392735Z Selecting previously unselected package libjsoncpp25:amd64. 2025-07-02T07:59:26.5393215Z Preparing to unpack .../34-libjsoncpp25_1.9.5-3_amd64.deb ... 2025-07-02T07:59:26.5393616Z Unpacking libjsoncpp25:amd64 (1.9.5-3) ... 2025-07-02T07:59:26.5394025Z Selecting previously unselected package librhash0:amd64. 2025-07-02T07:59:26.5394482Z Preparing to unpack .../35-librhash0_1.4.2-1ubuntu1_amd64.deb ... 2025-07-02T07:59:26.5394915Z Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ... 2025-07-02T07:59:26.5395328Z Selecting previously unselected package dh-elpa-helper. 2025-07-02T07:59:26.5395794Z Preparing to unpack .../36-dh-elpa-helper_2.0.9ubuntu1_all.deb ... 2025-07-02T07:59:26.5396236Z Unpacking dh-elpa-helper (2.0.9ubuntu1) ... 2025-07-02T07:59:26.5396626Z Selecting previously unselected package emacsen-common. 2025-07-02T07:59:26.5397084Z Preparing to unpack .../37-emacsen-common_3.0.4_all.deb ... 2025-07-02T07:59:26.5397468Z Unpacking emacsen-common (3.0.4) ... 2025-07-02T07:59:26.5397841Z Selecting previously unselected package cmake-data. 2025-07-02T07:59:26.5398325Z Preparing to unpack .../38-cmake-data_3.22.1-1ubuntu1.22.04.2_all.deb ... 2025-07-02T07:59:26.5398777Z Unpacking cmake-data (3.22.1-1ubuntu1.22.04.2) ... 2025-07-02T07:59:26.5399169Z Selecting previously unselected package cmake. 2025-07-02T07:59:26.5399596Z Preparing to unpack .../39-cmake_3.22.1-1ubuntu1.22.04.2_amd64.deb ... 2025-07-02T07:59:26.5400031Z Unpacking cmake (3.22.1-1ubuntu1.22.04.2) ... 2025-07-02T07:59:26.5400444Z Selecting previously unselected package libcurl3-gnutls:amd64. 2025-07-02T07:59:26.5400976Z Preparing to unpack .../40-libcurl3-gnutls_7.81.0-1ubuntu1.20_amd64.deb ... 2025-07-02T07:59:26.5401463Z Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.20) ... 2025-07-02T07:59:26.5401908Z Selecting previously unselected package liberror-perl. 2025-07-02T07:59:26.5402360Z Preparing to unpack .../41-liberror-perl_0.17029-1_all.deb ... 2025-07-02T07:59:26.5402754Z Unpacking liberror-perl (0.17029-1) ... 2025-07-02T07:59:26.5403120Z Selecting previously unselected package git-man. 2025-07-02T07:59:26.5403553Z Preparing to unpack .../42-git-man_1%3a2.34.1-1ubuntu1.12_all.deb ... 2025-07-02T07:59:26.5403994Z Unpacking git-man (1:2.34.1-1ubuntu1.12) ... 2025-07-02T07:59:26.5404339Z Selecting previously unselected package git. 2025-07-02T07:59:26.5404767Z Preparing to unpack .../43-git_1%3a2.34.1-1ubuntu1.12_amd64.deb ... 2025-07-02T07:59:26.5405184Z Unpacking git (1:2.34.1-1ubuntu1.12) ... 2025-07-02T07:59:26.5405548Z Selecting previously unselected package libgpm2:amd64. 2025-07-02T07:59:26.5406006Z Preparing to unpack .../44-libgpm2_1.20.7-10build1_amd64.deb ... 2025-07-02T07:59:26.5406414Z Unpacking libgpm2:amd64 (1.20.7-10build1) ... 2025-07-02T07:59:26.5406989Z Selecting previously unselected package libpython3.10:amd64. 2025-07-02T07:59:26.5407475Z Preparing to unpack .../45-libpython3.10_3.10.12-1~22.04.10_amd64.deb ... 2025-07-02T07:59:26.5407953Z Unpacking libpython3.10:amd64 (3.10.12-1~22.04.10) ... 2025-07-02T07:59:26.5408461Z Selecting previously unselected package libsodium23:amd64. 2025-07-02T07:59:26.5408929Z Preparing to unpack .../46-libsodium23_1.0.18-1build2_amd64.deb ... 2025-07-02T07:59:26.5409368Z Unpacking libsodium23:amd64 (1.0.18-1build2) ... 2025-07-02T07:59:26.5409753Z Selecting previously unselected package vim-runtime. 2025-07-02T07:59:26.5410233Z Preparing to unpack .../47-vim-runtime_2%3a8.2.3995-1ubuntu2.24_all.deb ... 2025-07-02T07:59:26.5410953Z 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.5411826Z 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.5412446Z Unpacking vim-runtime (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:26.5412820Z Selecting previously unselected package vim. 2025-07-02T07:59:26.5413263Z Preparing to unpack .../48-vim_2%3a8.2.3995-1ubuntu2.24_amd64.deb ... 2025-07-02T07:59:26.5413676Z Unpacking vim (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:26.5414036Z Setting up libexpat1:amd64 (2.4.7-1ubuntu0.6) ... 2025-07-02T07:59:26.5414372Z Setting up media-types (7.0.0) ... 2025-07-02T07:59:26.5414697Z Setting up libxau6:amd64 (1:1.0.9-1build5) ... 2025-07-02T07:59:26.5415038Z Setting up libpsl5:amd64 (0.21.0-1.2build2) ... 2025-07-02T07:59:26.5415411Z Setting up libsodium23:amd64 (1.0.18-1build2) ... 2025-07-02T07:59:26.5415778Z Setting up libgpm2:amd64 (1.20.7-10build1) ... 2025-07-02T07:59:26.5416101Z Setting up wget (1.21.2-2ubuntu1.1) ... 2025-07-02T07:59:26.5416439Z Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ... 2025-07-02T07:59:26.5416794Z Setting up libbrotli1:amd64 (1.0.9-2build6) ... 2025-07-02T07:59:26.5417182Z Setting up libnghttp2-14:amd64 (1.43.0-1ubuntu0.2) ... 2025-07-02T07:59:26.5417549Z Setting up less (590-1ubuntu0.22.04.3) ... 2025-07-02T07:59:26.5417881Z Setting up xxd (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:26.5418203Z Setting up liberror-perl (0.17029-1) ... 2025-07-02T07:59:26.5418558Z Setting up libuv1:amd64 (1.43.0-1ubuntu0.1) ... 2025-07-02T07:59:26.5418928Z Setting up vim-common (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:26.5419270Z Setting up emacsen-common (3.0.4) ... 2025-07-02T07:59:26.5419608Z Setting up libx11-data (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:26.5420013Z Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ... 2025-07-02T07:59:26.5420437Z Setting up dh-elpa-helper (2.0.9ubuntu1) ... 2025-07-02T07:59:26.5420832Z Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.10) ... 2025-07-02T07:59:26.5421246Z Setting up libjsoncpp25:amd64 (1.9.5-3) ... 2025-07-02T07:59:26.5421618Z Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.3) ... 2025-07-02T07:59:26.5421975Z Setting up libmd0:amd64 (1.0.4-1build1) ... 2025-07-02T07:59:26.5422331Z Setting up librhash0:amd64 (1.4.2-1ubuntu1) ... 2025-07-02T07:59:26.5422680Z Setting up libmpdec3:amd64 (2.5.1-2build2) ... 2025-07-02T07:59:26.5423047Z Setting up libcurl4:amd64 (7.81.0-1ubuntu1.20) ... 2025-07-02T07:59:26.5423403Z Setting up git-man (1:2.34.1-1ubuntu1.12) ... 2025-07-02T07:59:26.5423766Z Setting up cmake-data (3.22.1-1ubuntu1.22.04.2) ... 2025-07-02T07:59:26.5424133Z Setting up vim-runtime (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:26.5424495Z Setting up libfido2-1:amd64 (1.10.0-1) ... 2025-07-02T07:59:26.5424822Z Setting up libbsd0:amd64 (0.11.5-1) ... 2025-07-02T07:59:26.5425137Z Setting up publicsuffix (20211207.1025-1) ... 2025-07-02T07:59:26.5425474Z Setting up libicu70:amd64 (70.1-2) ... 2025-07-02T07:59:26.5425795Z Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ... 2025-07-02T07:59:26.5426157Z Setting up libxcb1:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:26.5426504Z Setting up libedit2:amd64 (3.1-20210910-1build1) ... 2025-07-02T07:59:26.5426912Z Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.20) ... 2025-07-02T07:59:26.5427433Z Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.10) ... 2025-07-02T07:59:26.5427832Z Setting up git (1:2.34.1-1ubuntu1.12) ... 2025-07-02T07:59:26.5428178Z Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:26.5428617Z Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.7) ... 2025-07-02T07:59:26.5429106Z Setting up libxmuu1:amd64 (2:1.1.3-3) ... 2025-07-02T07:59:26.5429453Z Setting up libpython3.10:amd64 (3.10.12-1~22.04.10) ... 2025-07-02T07:59:26.5429896Z Setting up vim (2:8.2.3995-1ubuntu2.24) ... 2025-07-02T07:59:26.5430391Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 2025-07-02T07:59:26.5431121Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 2025-07-02T07:59:26.5431854Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 2025-07-02T07:59:26.5432550Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 2025-07-02T07:59:26.5433254Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 2025-07-02T07:59:26.5434265Z 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.5435579Z 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.5436878Z 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:26.5438170Z 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:26.5439470Z 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:26.5440782Z 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:26.5442076Z 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:26.5443587Z 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:26.5444566Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 2025-07-02T07:59:26.5445614Z 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.0545984Z 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.0547395Z 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.0548808Z 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.0550155Z 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.0551499Z 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.0553071Z 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.0554521Z 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.0555512Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 2025-07-02T07:59:28.0556494Z 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.0557795Z 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.0559107Z 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.0560414Z 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.0561717Z 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.0563001Z 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.0564328Z 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.0565595Z 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.0566576Z update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 2025-07-02T07:59:28.0567669Z 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.0569059Z 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.0570476Z 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.0571848Z 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.0573257Z 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.0574652Z 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.0576030Z 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.0577416Z 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.0578280Z Setting up libarchive13:amd64 (3.6.0-1ubuntu1.5) ... 2025-07-02T07:59:28.0578663Z Setting up openssh-client (1:8.9p1-3ubuntu0.13) ... 2025-07-02T07:59:28.0579173Z update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode 2025-07-02T07:59:28.0580185Z 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.0581257Z update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode 2025-07-02T07:59:28.0582338Z 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.0583326Z update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode 2025-07-02T07:59:28.0584284Z 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.0585095Z Setting up libxext6:amd64 (2:1.3.4-1build1) ... 2025-07-02T07:59:28.0585436Z Setting up xauth (1:1.1-1build2) ... 2025-07-02T07:59:28.0585756Z Setting up cmake (3.22.1-1ubuntu1.22.04.2) ... 2025-07-02T07:59:28.0586166Z Processing triggers for libc-bin (2.35-0ubuntu3.10) ... 2025-07-02T07:59:28.0586647Z + apt-get install -y libglfw3 libgl1-mesa-glx libosmesa6 libglew-dev 2025-07-02T07:59:28.0586956Z 2025-07-02T07:59:28.0587057Z Reading package lists... 0% 2025-07-02T07:59:28.0587242Z 2025-07-02T07:59:28.0587338Z Reading package lists... 0% 2025-07-02T07:59:28.0587500Z 2025-07-02T07:59:28.0587594Z Reading package lists... 0% 2025-07-02T07:59:28.0587768Z 2025-07-02T07:59:28.0587863Z Reading package lists... 4% 2025-07-02T07:59:28.0588024Z 2025-07-02T07:59:28.0588133Z Reading package lists... 4% 2025-07-02T07:59:28.0588294Z 2025-07-02T07:59:28.0588387Z Reading package lists... 4% 2025-07-02T07:59:28.0588549Z 2025-07-02T07:59:28.0588727Z Reading package lists... 4% 2025-07-02T07:59:28.0588893Z 2025-07-02T07:59:28.0588992Z Reading package lists... 42% 2025-07-02T07:59:28.0589176Z 2025-07-02T07:59:28.0589272Z Reading package lists... 42% 2025-07-02T07:59:28.0589439Z 2025-07-02T07:59:28.0589539Z Reading package lists... 43% 2025-07-02T07:59:28.0589722Z 2025-07-02T07:59:28.0589817Z Reading package lists... 43% 2025-07-02T07:59:28.0589983Z 2025-07-02T07:59:28.0590090Z Reading package lists... 52% 2025-07-02T07:59:28.0590254Z 2025-07-02T07:59:28.0590353Z Reading package lists... 52% 2025-07-02T07:59:28.0590530Z 2025-07-02T07:59:28.0590625Z Reading package lists... 65% 2025-07-02T07:59:28.0590790Z 2025-07-02T07:59:28.0590900Z Reading package lists... 65% 2025-07-02T07:59:28.0591091Z 2025-07-02T07:59:28.0591185Z Reading package lists... 69% 2025-07-02T07:59:28.0591349Z 2025-07-02T07:59:28.0591457Z Reading package lists... 69% 2025-07-02T07:59:28.0591623Z 2025-07-02T07:59:28.0591718Z Reading package lists... 70% 2025-07-02T07:59:28.0591884Z 2025-07-02T07:59:28.0591990Z Reading package lists... 70% 2025-07-02T07:59:28.0592156Z 2025-07-02T07:59:28.0592250Z Reading package lists... 70% 2025-07-02T07:59:28.0592428Z 2025-07-02T07:59:28.0592526Z Reading package lists... 70% 2025-07-02T07:59:28.0592697Z 2025-07-02T07:59:28.0592804Z Reading package lists... 70% 2025-07-02T07:59:28.0592972Z 2025-07-02T07:59:28.0593067Z Reading package lists... 70% 2025-07-02T07:59:28.0593232Z 2025-07-02T07:59:28.0593338Z Reading package lists... 78% 2025-07-02T07:59:28.0593502Z 2025-07-02T07:59:28.0593601Z Reading package lists... 78% 2025-07-02T07:59:28.0593807Z 2025-07-02T07:59:28.0593904Z Reading package lists... 83% 2025-07-02T07:59:28.0594070Z 2025-07-02T07:59:28.0594165Z Reading package lists... 91% 2025-07-02T07:59:28.0594340Z 2025-07-02T07:59:28.0594433Z Reading package lists... 91% 2025-07-02T07:59:28.0594599Z 2025-07-02T07:59:28.0594706Z Reading package lists... 95% 2025-07-02T07:59:28.0594870Z 2025-07-02T07:59:28.0594963Z Reading package lists... 95% 2025-07-02T07:59:28.0595130Z 2025-07-02T07:59:28.0595235Z Reading package lists... 95% 2025-07-02T07:59:28.0595400Z 2025-07-02T07:59:28.0595495Z Reading package lists... 95% 2025-07-02T07:59:28.0595676Z 2025-07-02T07:59:28.0595773Z Reading package lists... 99% 2025-07-02T07:59:28.0596030Z 2025-07-02T07:59:28.0596139Z Reading package lists... 99% 2025-07-02T07:59:28.0596304Z 2025-07-02T07:59:28.0596405Z Reading package lists... Done 2025-07-02T07:59:28.0596581Z 2025-07-02T07:59:28.0596585Z 2025-07-02T07:59:28.0596761Z Building dependency tree... 0% 2025-07-02T07:59:28.0596937Z 2025-07-02T07:59:28.0597037Z Building dependency tree... 0% 2025-07-02T07:59:28.0597222Z 2025-07-02T07:59:28.0597324Z Building dependency tree... 50% 2025-07-02T07:59:28.0597500Z 2025-07-02T07:59:28.0597600Z Building dependency tree... 50% 2025-07-02T07:59:28.0597786Z 2025-07-02T07:59:28.0597889Z Building dependency tree... Done 2025-07-02T07:59:28.0598068Z 2025-07-02T07:59:28.0598072Z 2025-07-02T07:59:28.0598187Z Reading state information... 0% 2025-07-02T07:59:28.0598368Z 2025-07-02T07:59:28.0598467Z Reading state information... 0% 2025-07-02T07:59:28.0598654Z 2025-07-02T07:59:28.0598757Z Reading state information... Done 2025-07-02T07:59:28.0598974Z 2025-07-02T07:59:28.0599127Z The following additional packages will be installed: 2025-07-02T07:59:28.0599630Z libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 2025-07-02T07:59:28.0600210Z libdrm2 libegl-dev libegl-mesa0 libegl1 libelf1 libgbm1 libgl-dev libgl1 2025-07-02T07:59:28.0600781Z libgl1-amber-dri libgl1-mesa-dev libgl1-mesa-dri libglapi-mesa libgles-dev 2025-07-02T07:59:28.0601377Z libgles1 libgles2 libglew2.2 libglu1-mesa libglu1-mesa-dev libglvnd-core-dev 2025-07-02T07:59:28.0601917Z libglvnd-dev libglvnd0 libglx-dev libglx-mesa0 libglx0 libllvm15 2025-07-02T07:59:28.0602425Z libopengl-dev libopengl0 libpciaccess0 libpthread-stubs0-dev 2025-07-02T07:59:28.0602937Z libsensors-config libsensors5 libwayland-client0 libwayland-server0 2025-07-02T07:59:28.0603522Z libx11-dev libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 2025-07-02T07:59:28.0604074Z libxcb-present0 libxcb-randr0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 2025-07-02T07:59:28.0604647Z libxcb1-dev libxdmcp-dev libxfixes3 libxshmfence1 libxxf86vm1 x11proto-dev 2025-07-02T07:59:28.0605094Z xorg-sgml-doctools xtrans-dev 2025-07-02T07:59:28.0605376Z Suggested packages: 2025-07-02T07:59:28.0605715Z glew-utils libvulkan1 pciutils lm-sensors libx11-doc libxcb-doc 2025-07-02T07:59:28.0606137Z The following NEW packages will be installed: 2025-07-02T07:59:28.0606671Z libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 2025-07-02T07:59:28.0607260Z libdrm2 libegl-dev libegl-mesa0 libegl1 libelf1 libgbm1 libgl-dev libgl1 2025-07-02T07:59:28.0607796Z libgl1-amber-dri libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx 2025-07-02T07:59:28.0608329Z libglapi-mesa libgles-dev libgles1 libgles2 libglew-dev libglew2.2 libglfw3 2025-07-02T07:59:28.0608904Z libglu1-mesa libglu1-mesa-dev libglvnd-core-dev libglvnd-dev libglvnd0 2025-07-02T07:59:28.0609443Z libglx-dev libglx-mesa0 libglx0 libllvm15 libopengl-dev libopengl0 2025-07-02T07:59:28.0610004Z libosmesa6 libpciaccess0 libpthread-stubs0-dev libsensors-config libsensors5 2025-07-02T07:59:28.0610616Z libwayland-client0 libwayland-server0 libx11-dev libx11-xcb1 libxau-dev 2025-07-02T07:59:28.0611162Z libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 2025-07-02T07:59:29.8792227Z libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1-dev libxdmcp-dev libxfixes3 2025-07-02T07:59:29.8792889Z libxshmfence1 libxxf86vm1 x11proto-dev xorg-sgml-doctools xtrans-dev 2025-07-02T07:59:29.8793400Z 0 upgraded, 61 newly installed, 0 to remove and 5 not upgraded. 2025-07-02T07:59:29.8793796Z Need to get 45.4 MB of archives. 2025-07-02T07:59:29.8794169Z After this operation, 197 MB of additional disk space will be used. 2025-07-02T07:59:29.8794488Z 2025-07-02T07:59:29.8794571Z 0% [Working] 2025-07-02T07:59:29.8794763Z 2025-07-02T07:59:29.8795246Z 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.8795703Z 2025-07-02T07:59:29.8795808Z 0% [1 libelf1 14.2 kB/51.1 kB 28%] 2025-07-02T07:59:29.8796374Z 2025-07-02T07:59:29.8796637Z 0% [Working] 2025-07-02T07:59:29.8796827Z 2025-07-02T07:59:29.8797439Z 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.8797942Z 2025-07-02T07:59:29.8798049Z 0% [2 libdrm-common 2607 B/5450 B 48%] 2025-07-02T07:59:29.8798384Z 2025-07-02T07:59:29.8798666Z 1% [Waiting for headers] 2025-07-02T07:59:29.8798909Z 2025-07-02T07:59:29.8799421Z 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.8799900Z 2025-07-02T07:59:29.8800006Z 1% [3 libdrm2 2606 B/38.1 kB 7%] 2025-07-02T07:59:29.8800261Z 2025-07-02T07:59:29.8800526Z 1% [Waiting for headers] 2025-07-02T07:59:29.8800750Z 2025-07-02T07:59:29.8801308Z 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.8801822Z 2025-07-02T07:59:29.8801935Z 1% [4 libdrm-amdgpu1 1858 B/19.9 kB 9%] 2025-07-02T07:59:29.8802221Z 2025-07-02T07:59:29.8802502Z 2% [Waiting for headers] 2025-07-02T07:59:29.8802732Z 2025-07-02T07:59:29.8803167Z Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpciaccess0 amd64 0.16-3 [19.1 kB] 2025-07-02T07:59:29.8803563Z 2025-07-02T07:59:29.8803663Z 2% [5 libpciaccess0 444 B/19.1 kB 2%] 2025-07-02T07:59:29.8803943Z 2025-07-02T07:59:29.8804204Z 2% [Waiting for headers] 2025-07-02T07:59:29.8804442Z 2025-07-02T07:59:29.8804984Z 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.8805487Z 2025-07-02T07:59:29.8805589Z 2% [6 libdrm-intel1 1285 B/66.7 kB 2%] 2025-07-02T07:59:29.8805879Z 2025-07-02T07:59:29.8806144Z 2% [Waiting for headers] 2025-07-02T07:59:29.8806384Z 2025-07-02T07:59:29.8806926Z 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.8807457Z 2025-07-02T07:59:29.8807562Z 2% [7 libdrm-nouveau2 2327 B/17.5 kB 13%] 2025-07-02T07:59:29.8807863Z 2025-07-02T07:59:29.8808135Z 3% [Waiting for headers] 2025-07-02T07:59:29.8808376Z 2025-07-02T07:59:29.8808917Z 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.8809438Z 2025-07-02T07:59:29.8809538Z 3% [8 libdrm-radeon1 485 B/21.6 kB 2%] 2025-07-02T07:59:29.8809814Z 2025-07-02T07:59:29.8810091Z 3% [Waiting for headers] 2025-07-02T07:59:29.8810335Z 2025-07-02T07:59:29.8810746Z Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd0 amd64 1.4.0-1 [73.6 kB] 2025-07-02T07:59:29.8811128Z 2025-07-02T07:59:29.8811234Z 3% [9 libglvnd0 1796 B/73.6 kB 2%] 2025-07-02T07:59:29.8811494Z 2025-07-02T07:59:29.8811765Z 4% [Waiting for headers] 2025-07-02T07:59:29.8811992Z 2025-07-02T07:59:29.8812533Z 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.8813033Z 2025-07-02T07:59:29.8813158Z 4% [10 libwayland-server0 1632 B/34.3 kB 5%] 2025-07-02T07:59:29.8813457Z 2025-07-02T07:59:29.8813742Z 4% [Waiting for headers] 2025-07-02T07:59:29.8813970Z 2025-07-02T07:59:29.8814433Z Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-randr0 amd64 1.14-3ubuntu3 [18.3 kB] 2025-07-02T07:59:29.8814856Z 2025-07-02T07:59:29.8815046Z 4% [11 libxcb-randr0 378 B/18.3 kB 2%] 2025-07-02T07:59:29.8815340Z 2025-07-02T07:59:29.8815606Z 4% [Waiting for headers] 2025-07-02T07:59:29.8815846Z 2025-07-02T07:59:29.8816434Z 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.8816914Z 2025-07-02T07:59:29.8817005Z 4% [12 libgbm1 2060 B/33.5 kB 6%] 2025-07-02T07:59:29.8817272Z 2025-07-02T07:59:29.8817522Z 5% [Waiting for headers] 2025-07-02T07:59:29.8817760Z 2025-07-02T07:59:29.8818291Z 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.8818810Z 2025-07-02T07:59:29.8818913Z 5% [13 libglapi-mesa 1640 B/35.4 kB 5%] 2025-07-02T07:59:29.8819206Z 2025-07-02T07:59:29.8819474Z 5% [Waiting for headers] 2025-07-02T07:59:29.8819715Z 2025-07-02T07:59:29.8820243Z 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.8820754Z 2025-07-02T07:59:29.8820862Z 5% [14 libwayland-client0 0 B/25.9 kB 0%] 2025-07-02T07:59:29.8821154Z 2025-07-02T07:59:29.8821439Z 5% [Waiting for headers] 2025-07-02T07:59:29.8821664Z 2025-07-02T07:59:29.8822165Z 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.8822631Z 2025-07-02T07:59:29.8822740Z 5% [15 libx11-xcb1 2721 B/7802 B 35%] 2025-07-02T07:59:29.8823010Z 2025-07-02T07:59:29.8823283Z 6% [Waiting for headers] 2025-07-02T07:59:29.8823508Z 2025-07-02T07:59:29.8823964Z Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri2-0 amd64 1.14-3ubuntu3 [7206 B] 2025-07-02T07:59:29.8824386Z 2025-07-02T07:59:29.8824481Z 6% [16 libxcb-dri2-0 422 B/7206 B 6%] 2025-07-02T07:59:29.8824765Z 2025-07-02T07:59:29.8825039Z 6% [Waiting for headers] 2025-07-02T07:59:29.8825265Z 2025-07-02T07:59:29.8825727Z Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-dri3-0 amd64 1.14-3ubuntu3 [6968 B] 2025-07-02T07:59:29.8826145Z 2025-07-02T07:59:29.8826245Z 6% [17 libxcb-dri3-0 1615 B/6968 B 23%] 2025-07-02T07:59:29.8826533Z 2025-07-02T07:59:29.8826804Z 6% [Waiting for headers] 2025-07-02T07:59:29.8827045Z 2025-07-02T07:59:29.8827502Z Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-present0 amd64 1.14-3ubuntu3 [5734 B] 2025-07-02T07:59:29.8827941Z 2025-07-02T07:59:29.8828046Z 6% [18 libxcb-present0 5503 B/5734 B 96%] 2025-07-02T07:59:29.8828347Z 2025-07-02T07:59:29.8828608Z 7% [Working] 2025-07-02T07:59:29.8828903Z 2025-07-02T07:59:29.8829321Z Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-sync1 amd64 1.14-3ubuntu3 [9416 B] 2025-07-02T07:59:29.8829753Z 2025-07-02T07:59:29.8829855Z 7% [19 libxcb-sync1 6951 B/9416 B 74%] 2025-07-02T07:59:29.8830134Z 2025-07-02T07:59:29.8830417Z 7% [Waiting for headers] 2025-07-02T07:59:29.8830663Z 2025-07-02T07:59:29.8831117Z Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-xfixes0 amd64 1.14-3ubuntu3 [9996 B] 2025-07-02T07:59:29.8831540Z 2025-07-02T07:59:29.8831654Z 7% [20 libxcb-xfixes0 4486 B/9996 B 45%] 2025-07-02T07:59:29.8831935Z 2025-07-02T07:59:29.8832217Z 7% [Waiting for headers] 2025-07-02T07:59:29.8832446Z 2025-07-02T07:59:29.8832897Z Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxshmfence1 amd64 1.3-1build4 [5394 B] 2025-07-02T07:59:29.8833311Z 2025-07-02T07:59:29.8833422Z 7% [21 libxshmfence1 4337 B/5394 B 80%] 2025-07-02T07:59:29.8833774Z 2025-07-02T07:59:29.8834047Z 8% [Working] 2025-07-02T07:59:29.8834236Z 2025-07-02T07:59:29.8834805Z 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.8835305Z 2025-07-02T07:59:29.8835403Z 8% [22 libegl-mesa0 5891 B/118 kB 5%] 2025-07-02T07:59:29.8835685Z 2025-07-02T07:59:29.8835948Z 8% [Waiting for headers] 2025-07-02T07:59:29.8836192Z 2025-07-02T07:59:29.8836608Z Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libegl1 amd64 1.4.0-1 [28.6 kB] 2025-07-02T07:59:29.8836985Z 2025-07-02T07:59:29.8837076Z 8% [23 libegl1 6950 B/28.6 kB 24%] 2025-07-02T07:59:29.8837348Z 2025-07-02T07:59:29.8837603Z 9% [Waiting for headers] 2025-07-02T07:59:29.8837840Z 2025-07-02T07:59:29.8838283Z Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-glx0 amd64 1.14-3ubuntu3 [25.9 kB] 2025-07-02T07:59:29.8838714Z 2025-07-02T07:59:29.8838811Z 9% [24 libxcb-glx0 7056 B/25.9 kB 27%] 2025-07-02T07:59:29.8839099Z 2025-07-02T07:59:29.8839365Z 9% [Waiting for headers] 2025-07-02T07:59:29.8839601Z 2025-07-02T07:59:29.8840041Z Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb-shm0 amd64 1.14-3ubuntu3 [5780 B] 2025-07-02T07:59:29.8840466Z 2025-07-02T07:59:29.8840562Z 9% [25 libxcb-shm0 2553 B/5780 B 44%] 2025-07-02T07:59:29.8840830Z 2025-07-02T07:59:29.8841109Z 9% [Working] 2025-07-02T07:59:29.8841297Z 2025-07-02T07:59:29.8841704Z 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.8842098Z 2025-07-02T07:59:29.8842192Z 9% [26 libxfixes3 3723 B/11.7 kB 32%] 2025-07-02T07:59:29.8842476Z 2025-07-02T07:59:29.8842759Z 10% [Waiting for headers] 2025-07-02T07:59:29.8842993Z 2025-07-02T07:59:29.8843624Z 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.8844127Z 2025-07-02T07:59:29.8844231Z 10% [27 libxxf86vm1 4096 B/10.4 kB 39%] 2025-07-02T07:59:29.8844578Z 2025-07-02T07:59:29.8844838Z 10% [Working] 2025-07-02T07:59:29.8845046Z 2025-07-02T07:59:29.8845539Z 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.8846042Z 2025-07-02T07:59:29.8846136Z 10% [28 libllvm15 6944 B/25.4 MB 0%] 2025-07-02T07:59:29.8846428Z 36% [28 libllvm15 14.7 MB/25.4 MB 58%] 2025-07-02T07:59:29.8846698Z 2025-07-02T07:59:29.8846977Z 55% [Waiting for headers] 2025-07-02T07:59:29.8847210Z 2025-07-02T07:59:29.8847699Z 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.8848148Z 2025-07-02T07:59:29.8848263Z 55% [29 libsensors-config 5274 B/5274 B 100%] 2025-07-02T07:59:29.8848578Z 2025-07-02T07:59:29.8848872Z 55% [Waiting for headers] 2025-07-02T07:59:29.8849104Z 2025-07-02T07:59:29.8849566Z 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.8849990Z 2025-07-02T07:59:29.8850091Z 56% [30 libsensors5 26.3 kB/26.3 kB 100%] 2025-07-02T07:59:29.8850386Z 2025-07-02T07:59:29.8850648Z 56% [Working] 2025-07-02T07:59:29.8850849Z 2025-07-02T07:59:29.8851367Z 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:29.8851892Z 2025-07-02T07:59:29.8852003Z 56% [31 libgl1-mesa-dri 18.8 kB/8860 kB 0%] 2025-07-02T07:59:29.8852421Z 2025-07-02T07:59:29.8852699Z 72% [Waiting for headers] 2025-07-02T07:59:29.8852945Z 2025-07-02T07:59:29.8853560Z 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:29.8854075Z 2025-07-02T07:59:29.8854179Z 72% [32 libglx-mesa0 15.7 kB/158 kB 10%] 2025-07-02T07:59:29.8854467Z 2025-07-02T07:59:29.8854755Z 72% [Waiting for headers] 2025-07-02T07:59:29.8855001Z 2025-07-02T07:59:29.8855410Z Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglx0 amd64 1.4.0-1 [41.0 kB] 2025-07-02T07:59:29.8855787Z 2025-07-02T07:59:29.8855895Z 72% [33 libglx0 34.1 kB/41.0 kB 83%] 2025-07-02T07:59:29.8856266Z 2025-07-02T07:59:29.8856519Z 73% [Working] 2025-07-02T07:59:29.8856703Z 2025-07-02T07:59:29.8857075Z Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl1 amd64 1.4.0-1 [110 kB] 2025-07-02T07:59:29.8857439Z 2025-07-02T07:59:29.8857541Z 73% [34 libgl1 2814 B/110 kB 3%] 2025-07-02T07:59:30.8391917Z 2025-07-02T07:59:30.8392334Z 73% [Waiting for headers] 2025-07-02T07:59:30.8392615Z 2025-07-02T07:59:30.8393111Z 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.8393547Z 2025-07-02T07:59:30.8393650Z 74% [Waiting for headers] 2025-07-02T07:59:30.8393880Z 2025-07-02T07:59:30.8394311Z Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11proto-dev all 2021.5-1 [604 kB] 2025-07-02T07:59:30.8394702Z 2025-07-02T07:59:30.8394803Z 74% [36 x11proto-dev 8192 B/604 kB 1%] 2025-07-02T07:59:30.8395101Z 2025-07-02T07:59:30.8395389Z 75% [Waiting for headers] 2025-07-02T07:59:30.8395620Z 2025-07-02T07:59:30.8396096Z 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.8396517Z 2025-07-02T07:59:30.8396613Z 75% [37 libxau-dev 9724 B/9724 B 100%] 2025-07-02T07:59:30.8396895Z 2025-07-02T07:59:30.8397156Z 75% [Working] 2025-07-02T07:59:30.8397359Z 2025-07-02T07:59:30.8397790Z 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.8398235Z 2025-07-02T07:59:30.8398340Z 75% [38 libxdmcp-dev 24.6 kB/26.5 kB 93%] 2025-07-02T07:59:30.8398746Z 2025-07-02T07:59:30.8399001Z 76% [Working] 2025-07-02T07:59:30.8399195Z 2025-07-02T07:59:30.8399567Z 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.8399955Z 2025-07-02T07:59:30.8400052Z 76% [39 xtrans-dev 4096 B/68.9 kB 6%] 2025-07-02T07:59:30.8400315Z 2025-07-02T07:59:30.8400583Z 76% [Working] 2025-07-02T07:59:30.8400780Z 2025-07-02T07:59:30.8401218Z Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpthread-stubs0-dev amd64 0.4-1build2 [5516 B] 2025-07-02T07:59:30.8401660Z 2025-07-02T07:59:30.8401794Z 76% [40 libpthread-stubs0-dev 0 B/5516 B 0%] 2025-07-02T07:59:30.8402088Z 2025-07-02T07:59:30.8402360Z 77% [Working] 2025-07-02T07:59:30.8402647Z 2025-07-02T07:59:30.8403047Z Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1-dev amd64 1.14-3ubuntu3 [86.5 kB] 2025-07-02T07:59:30.8403433Z 2025-07-02T07:59:30.8403537Z 77% [41 libxcb1-dev 6949 B/86.5 kB 8%] 2025-07-02T07:59:30.8403790Z 2025-07-02T07:59:30.8404050Z 77% [Waiting for headers] 2025-07-02T07:59:30.8404265Z 2025-07-02T07:59:30.8404734Z 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.8405372Z 2025-07-02T07:59:30.8405464Z 77% [42 libx11-dev 24.3 kB/744 kB 3%] 2025-07-02T07:59:30.8405725Z 2025-07-02T07:59:30.8405971Z 79% [Waiting for headers] 2025-07-02T07:59:30.8406204Z 2025-07-02T07:59:30.8406855Z 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.8407239Z 2025-07-02T07:59:30.8407338Z 79% [43 libglx-dev 14.1 kB/14.1 kB 100%] 2025-07-02T07:59:30.8407626Z 2025-07-02T07:59:30.8407880Z 79% [Working] 2025-07-02T07:59:30.8408077Z 2025-07-02T07:59:30.8408447Z Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgl-dev amd64 1.4.0-1 [101 kB] 2025-07-02T07:59:30.8408831Z 2025-07-02T07:59:30.8408922Z 79% [44 libgl-dev 20.5 kB/101 kB 20%] 2025-07-02T07:59:30.8409197Z 2025-07-02T07:59:30.8409454Z 80% [Waiting for headers] 2025-07-02T07:59:30.8409698Z 2025-07-02T07:59:30.8410101Z 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.8410477Z 2025-07-02T07:59:30.8410589Z 80% [45 libegl-dev 18.0 kB/18.0 kB 100%] 2025-07-02T07:59:30.8410863Z 2025-07-02T07:59:30.8411127Z 80% [Working] 2025-07-02T07:59:30.8411310Z 2025-07-02T07:59:30.8411818Z 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.8412321Z 2025-07-02T07:59:30.8412441Z 80% [46 libgl1-amber-dri 24.6 kB/4218 kB 1%] 2025-07-02T07:59:30.8412728Z 2025-07-02T07:59:30.8413128Z 88% [Waiting for headers] 2025-07-02T07:59:30.8413340Z 2025-07-02T07:59:30.8413868Z 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.8414357Z 2025-07-02T07:59:30.8414457Z 88% [47 libgl1-mesa-glx 5584 B/5584 B 100%] 2025-07-02T07:59:30.8414739Z 2025-07-02T07:59:30.8414997Z 88% [Working] 2025-07-02T07:59:30.8415171Z 2025-07-02T07:59:30.8415539Z Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgles1 amd64 1.4.0-1 [11.5 kB] 2025-07-02T07:59:30.8415891Z 2025-07-02T07:59:30.8415977Z 88% [48 libgles1 3235 B/11.5 kB 28%] 2025-07-02T07:59:30.8416237Z 2025-07-02T07:59:30.8416466Z 88% [Working] 2025-07-02T07:59:30.8416657Z 2025-07-02T07:59:30.8417009Z Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgles2 amd64 1.4.0-1 [18.0 kB] 2025-07-02T07:59:30.8417373Z 2025-07-02T07:59:30.8417463Z 88% [49 libgles2 18.0 kB/18.0 kB 100%] 2025-07-02T07:59:30.8417727Z 2025-07-02T07:59:30.8417963Z 89% [Working] 2025-07-02T07:59:30.8418150Z 2025-07-02T07:59:30.8418510Z 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.8419066Z 2025-07-02T07:59:30.8419171Z 89% [50 libgles-dev 8192 B/49.4 kB 17%] 2025-07-02T07:59:30.8419441Z 2025-07-02T07:59:30.8419701Z 89% [Working] 2025-07-02T07:59:30.8419889Z 2025-07-02T07:59:30.8420312Z 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.8420719Z 2025-07-02T07:59:30.8420846Z 89% [51 libglvnd-core-dev 12.7 kB/12.7 kB 100%] 2025-07-02T07:59:30.8421144Z 2025-07-02T07:59:30.8421418Z 89% [Working] 2025-07-02T07:59:30.8421598Z 2025-07-02T07:59:30.8421989Z Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libopengl0 amd64 1.4.0-1 [36.5 kB] 2025-07-02T07:59:30.8422369Z 2025-07-02T07:59:30.8422466Z 90% [52 libopengl0 15.6 kB/36.5 kB 43%] 2025-07-02T07:59:30.8422746Z 2025-07-02T07:59:30.8423081Z 90% [Waiting for headers] 2025-07-02T07:59:30.8423305Z 2025-07-02T07:59:30.8423738Z Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libopengl-dev amd64 1.4.0-1 [3400 B] 2025-07-02T07:59:30.8424126Z 2025-07-02T07:59:30.8424255Z 90% [Waiting for headers] 2025-07-02T07:59:30.8424496Z 2025-07-02T07:59:30.8424902Z Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd-dev amd64 1.4.0-1 [3162 B] 2025-07-02T07:59:30.8425404Z 2025-07-02T07:59:30.8425487Z 91% [Waiting for headers] 2025-07-02T07:59:30.8425712Z 2025-07-02T07:59:30.8426209Z 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.8426681Z 2025-07-02T07:59:30.8426791Z 91% [55 libgl1-mesa-dev 6848 B/6848 B 100%] 2025-07-02T07:59:30.8427061Z 2025-07-02T07:59:30.8427315Z 91% [Working] 2025-07-02T07:59:30.8427494Z 2025-07-02T07:59:30.8427877Z Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libglew2.2 amd64 2.2.0-4 [196 kB] 2025-07-02T07:59:30.8428251Z 2025-07-02T07:59:30.8428352Z 91% [56 libglew2.2 31.6 kB/196 kB 16%] 2025-07-02T07:59:30.8428608Z 2025-07-02T07:59:30.8428951Z 92% [Waiting for headers] 2025-07-02T07:59:30.8429333Z 2025-07-02T07:59:30.8429769Z Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglu1-mesa amd64 9.0.2-1 [145 kB] 2025-07-02T07:59:30.8430165Z 2025-07-02T07:59:30.8430270Z 92% [57 libglu1-mesa 15.1 kB/145 kB 10%] 2025-07-02T07:59:30.8430571Z 2025-07-02T07:59:30.8430842Z 92% [Waiting for headers] 2025-07-02T07:59:30.8431084Z 2025-07-02T07:59:30.8431534Z 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.8431941Z 2025-07-02T07:59:30.8432052Z 92% [58 libglu1-mesa-dev 36.3 kB/231 kB 16%] 2025-07-02T07:59:30.8432363Z 2025-07-02T07:59:30.8432637Z 93% [Waiting for headers] 2025-07-02T07:59:30.8432876Z 2025-07-02T07:59:30.8433315Z Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libglew-dev amd64 2.2.0-4 [287 kB] 2025-07-02T07:59:30.8433736Z 2025-07-02T07:59:30.8433837Z 93% [59 libglew-dev 30.9 kB/287 kB 11%] 2025-07-02T07:59:30.8434125Z 2025-07-02T07:59:30.8434390Z 94% [Waiting for headers] 2025-07-02T07:59:30.8434632Z 2025-07-02T07:59:30.8435058Z Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libglfw3 amd64 3.3.6-1 [83.2 kB] 2025-07-02T07:59:30.8435469Z 2025-07-02T07:59:30.8435564Z 94% [60 libglfw3 21.3 kB/83.2 kB 26%] 2025-07-02T07:59:30.8435836Z 2025-07-02T07:59:30.8436102Z 94% [Working] 2025-07-02T07:59:30.8436292Z 2025-07-02T07:59:30.8436803Z 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.8437301Z 2025-07-02T07:59:30.8437408Z 94% [61 libosmesa6 5728 B/3115 kB 0%] 2025-07-02T07:59:30.8437673Z 2025-07-02T07:59:30.8437940Z 100% [Working] 2025-07-02T07:59:30.8438132Z 2025-07-02T07:59:30.8438347Z Fetched 45.4 MB in 2s (20.0 MB/s) 2025-07-02T07:59:30.8438752Z debconf: delaying package configuration, since apt-utils is not installed 2025-07-02T07:59:30.8439258Z Selecting previously unselected package libelf1:amd64. 2025-07-02T07:59:30.8439605Z (Reading database ... 2025-07-02T07:59:30.8439853Z (Reading database ... 5% 2025-07-02T07:59:30.8440106Z (Reading database ... 10% 2025-07-02T07:59:30.8440364Z (Reading database ... 15% 2025-07-02T07:59:30.8440619Z (Reading database ... 20% 2025-07-02T07:59:30.8440858Z (Reading database ... 25% 2025-07-02T07:59:30.8441111Z (Reading database ... 30% 2025-07-02T07:59:30.8441427Z (Reading database ... 35% 2025-07-02T07:59:30.8441680Z (Reading database ... 40% 2025-07-02T07:59:30.8441930Z (Reading database ... 45% 2025-07-02T07:59:30.8442166Z (Reading database ... 50% 2025-07-02T07:59:30.8442415Z (Reading database ... 55% 2025-07-02T07:59:30.8442653Z (Reading database ... 60% 2025-07-02T07:59:30.8442975Z (Reading database ... 65% 2025-07-02T07:59:30.8443405Z (Reading database ... 70% 2025-07-02T07:59:30.8443668Z (Reading database ... 75% 2025-07-02T07:59:30.8443923Z (Reading database ... 80% 2025-07-02T07:59:30.8444166Z (Reading database ... 85% 2025-07-02T07:59:30.8444477Z (Reading database ... 90% 2025-07-02T07:59:30.8444716Z (Reading database ... 95% 2025-07-02T07:59:30.8444974Z (Reading database ... 100% 2025-07-02T07:59:30.8445339Z (Reading database ... 22015 files and directories currently installed.) 2025-07-02T07:59:30.8445851Z Preparing to unpack .../00-libelf1_0.186-1ubuntu0.1_amd64.deb ... 2025-07-02T07:59:30.8446260Z Unpacking libelf1:amd64 (0.186-1ubuntu0.1) ... 2025-07-02T07:59:30.8446663Z Selecting previously unselected package libdrm-common. 2025-07-02T07:59:30.8447157Z Preparing to unpack .../01-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ... 2025-07-02T07:59:30.8447638Z Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:30.8448063Z Selecting previously unselected package libdrm2:amd64. 2025-07-02T07:59:30.8448522Z Preparing to unpack .../02-libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:59:30.8448997Z Unpacking libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:30.8449427Z Selecting previously unselected package libdrm-amdgpu1:amd64. 2025-07-02T07:59:30.8449965Z Preparing to unpack .../03-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:59:30.8450494Z Unpacking libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:30.8450955Z Selecting previously unselected package libpciaccess0:amd64. 2025-07-02T07:59:30.8451421Z Preparing to unpack .../04-libpciaccess0_0.16-3_amd64.deb ... 2025-07-02T07:59:30.8451813Z Unpacking libpciaccess0:amd64 (0.16-3) ... 2025-07-02T07:59:30.8452216Z Selecting previously unselected package libdrm-intel1:amd64. 2025-07-02T07:59:30.8452723Z Preparing to unpack .../05-libdrm-intel1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:59:30.8453239Z Unpacking libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:30.8453717Z Selecting previously unselected package libdrm-nouveau2:amd64. 2025-07-02T07:59:30.8454244Z Preparing to unpack .../06-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:59:30.8454782Z Unpacking libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:30.8455249Z Selecting previously unselected package libdrm-radeon1:amd64. 2025-07-02T07:59:30.8455775Z Preparing to unpack .../07-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:59:30.8456291Z Unpacking libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:30.8456750Z Selecting previously unselected package libglvnd0:amd64. 2025-07-02T07:59:33.1666346Z Preparing to unpack .../08-libglvnd0_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1666853Z Unpacking libglvnd0:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1667290Z Selecting previously unselected package libwayland-server0:amd64. 2025-07-02T07:59:33.1667858Z Preparing to unpack .../09-libwayland-server0_1.20.0-1ubuntu0.1_amd64.deb ... 2025-07-02T07:59:33.1668380Z Unpacking libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ... 2025-07-02T07:59:33.1668974Z Selecting previously unselected package libxcb-randr0:amd64. 2025-07-02T07:59:33.1669466Z Preparing to unpack .../10-libxcb-randr0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.1669951Z Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.1670356Z Selecting previously unselected package libgbm1:amd64. 2025-07-02T07:59:33.1670823Z Preparing to unpack .../11-libgbm1_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:33.1671276Z Unpacking libgbm1:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:33.1671960Z Selecting previously unselected package libglapi-mesa:amd64. 2025-07-02T07:59:33.1672470Z Preparing to unpack .../12-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:33.1672986Z Unpacking libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:33.1673570Z Selecting previously unselected package libwayland-client0:amd64. 2025-07-02T07:59:33.1674113Z Preparing to unpack .../13-libwayland-client0_1.20.0-1ubuntu0.1_amd64.deb ... 2025-07-02T07:59:33.1674622Z Unpacking libwayland-client0:amd64 (1.20.0-1ubuntu0.1) ... 2025-07-02T07:59:33.1675062Z Selecting previously unselected package libx11-xcb1:amd64. 2025-07-02T07:59:33.1675652Z Preparing to unpack .../14-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_amd64.deb ... 2025-07-02T07:59:33.1676091Z Unpacking libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:33.1676511Z Selecting previously unselected package libxcb-dri2-0:amd64. 2025-07-02T07:59:33.1676967Z Preparing to unpack .../15-libxcb-dri2-0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.1677403Z Unpacking libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.1677806Z Selecting previously unselected package libxcb-dri3-0:amd64. 2025-07-02T07:59:33.1678280Z Preparing to unpack .../16-libxcb-dri3-0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.1678708Z Unpacking libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.1679122Z Selecting previously unselected package libxcb-present0:amd64. 2025-07-02T07:59:33.1679788Z Preparing to unpack .../17-libxcb-present0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.1680228Z Unpacking libxcb-present0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.1680663Z Selecting previously unselected package libxcb-sync1:amd64. 2025-07-02T07:59:33.1681129Z Preparing to unpack .../18-libxcb-sync1_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.1681558Z Unpacking libxcb-sync1:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.1681982Z Selecting previously unselected package libxcb-xfixes0:amd64. 2025-07-02T07:59:33.1682463Z Preparing to unpack .../19-libxcb-xfixes0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.1682911Z Unpacking libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.1683332Z Selecting previously unselected package libxshmfence1:amd64. 2025-07-02T07:59:33.1683812Z Preparing to unpack .../20-libxshmfence1_1.3-1build4_amd64.deb ... 2025-07-02T07:59:33.1684232Z Unpacking libxshmfence1:amd64 (1.3-1build4) ... 2025-07-02T07:59:33.1684654Z Selecting previously unselected package libegl-mesa0:amd64. 2025-07-02T07:59:33.1685167Z Preparing to unpack .../21-libegl-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:33.1685663Z Unpacking libegl-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:33.1686098Z Selecting previously unselected package libegl1:amd64. 2025-07-02T07:59:33.1686503Z Preparing to unpack .../22-libegl1_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1686972Z Unpacking libegl1:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1687498Z Selecting previously unselected package libxcb-glx0:amd64. 2025-07-02T07:59:33.1687971Z Preparing to unpack .../23-libxcb-glx0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.1688383Z Unpacking libxcb-glx0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.1688791Z Selecting previously unselected package libxcb-shm0:amd64. 2025-07-02T07:59:33.1689263Z Preparing to unpack .../24-libxcb-shm0_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.1689672Z Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.1690078Z Selecting previously unselected package libxfixes3:amd64. 2025-07-02T07:59:33.1690518Z Preparing to unpack .../25-libxfixes3_1%3a6.0.0-1_amd64.deb ... 2025-07-02T07:59:33.1690913Z Unpacking libxfixes3:amd64 (1:6.0.0-1) ... 2025-07-02T07:59:33.1691327Z Selecting previously unselected package libxxf86vm1:amd64. 2025-07-02T07:59:33.1691802Z Preparing to unpack .../26-libxxf86vm1_1%3a1.1.4-1build3_amd64.deb ... 2025-07-02T07:59:33.1692243Z Unpacking libxxf86vm1:amd64 (1:1.1.4-1build3) ... 2025-07-02T07:59:33.1692636Z Selecting previously unselected package libllvm15:amd64. 2025-07-02T07:59:33.1693202Z Preparing to unpack .../27-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ... 2025-07-02T07:59:33.1693686Z Unpacking libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... 2025-07-02T07:59:33.1694133Z Selecting previously unselected package libsensors-config. 2025-07-02T07:59:33.1694691Z Preparing to unpack .../28-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ... 2025-07-02T07:59:33.1695166Z Unpacking libsensors-config (1:3.6.0-7ubuntu1) ... 2025-07-02T07:59:33.1695588Z Selecting previously unselected package libsensors5:amd64. 2025-07-02T07:59:33.1696060Z Preparing to unpack .../29-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ... 2025-07-02T07:59:33.1696507Z Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ... 2025-07-02T07:59:33.1696930Z Selecting previously unselected package libgl1-mesa-dri:amd64. 2025-07-02T07:59:33.1697467Z Preparing to unpack .../30-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:33.1697991Z Unpacking libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:33.1698569Z Selecting previously unselected package libglx-mesa0:amd64. 2025-07-02T07:59:33.1699065Z Preparing to unpack .../31-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:33.1699543Z Unpacking libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:33.1699971Z Selecting previously unselected package libglx0:amd64. 2025-07-02T07:59:33.1700371Z Preparing to unpack .../32-libglx0_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1700728Z Unpacking libglx0:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1701063Z Selecting previously unselected package libgl1:amd64. 2025-07-02T07:59:33.1701459Z Preparing to unpack .../33-libgl1_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1701794Z Unpacking libgl1:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1702168Z Selecting previously unselected package xorg-sgml-doctools. 2025-07-02T07:59:33.1702652Z Preparing to unpack .../34-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... 2025-07-02T07:59:33.1703067Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ... 2025-07-02T07:59:33.1703613Z Selecting previously unselected package x11proto-dev. 2025-07-02T07:59:33.1704031Z Preparing to unpack .../35-x11proto-dev_2021.5-1_all.deb ... 2025-07-02T07:59:33.1704413Z Unpacking x11proto-dev (2021.5-1) ... 2025-07-02T07:59:33.1704779Z Selecting previously unselected package libxau-dev:amd64. 2025-07-02T07:59:33.1705254Z Preparing to unpack .../36-libxau-dev_1%3a1.0.9-1build5_amd64.deb ... 2025-07-02T07:59:33.1705692Z Unpacking libxau-dev:amd64 (1:1.0.9-1build5) ... 2025-07-02T07:59:33.1706102Z Selecting previously unselected package libxdmcp-dev:amd64. 2025-07-02T07:59:33.1706601Z Preparing to unpack .../37-libxdmcp-dev_1%3a1.1.3-0ubuntu5_amd64.deb ... 2025-07-02T07:59:33.1707047Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... 2025-07-02T07:59:33.1707438Z Selecting previously unselected package xtrans-dev. 2025-07-02T07:59:33.1707839Z Preparing to unpack .../38-xtrans-dev_1.4.0-1_all.deb ... 2025-07-02T07:59:33.1708207Z Unpacking xtrans-dev (1.4.0-1) ... 2025-07-02T07:59:33.1708611Z Selecting previously unselected package libpthread-stubs0-dev:amd64. 2025-07-02T07:59:33.1709244Z Preparing to unpack .../39-libpthread-stubs0-dev_0.4-1build2_amd64.deb ... 2025-07-02T07:59:33.1709746Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build2) ... 2025-07-02T07:59:33.1710185Z Selecting previously unselected package libxcb1-dev:amd64. 2025-07-02T07:59:33.1710658Z Preparing to unpack .../40-libxcb1-dev_1.14-3ubuntu3_amd64.deb ... 2025-07-02T07:59:33.1711073Z Unpacking libxcb1-dev:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:33.1711482Z Selecting previously unselected package libx11-dev:amd64. 2025-07-02T07:59:33.1711949Z Preparing to unpack .../41-libx11-dev_2%3a1.7.5-1ubuntu0.3_amd64.deb ... 2025-07-02T07:59:33.1712398Z Unpacking libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:33.1712811Z Selecting previously unselected package libglx-dev:amd64. 2025-07-02T07:59:33.1713240Z Preparing to unpack .../42-libglx-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1713622Z Unpacking libglx-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1714055Z Selecting previously unselected package libgl-dev:amd64. 2025-07-02T07:59:33.1714491Z Preparing to unpack .../43-libgl-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1714855Z Unpacking libgl-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1715390Z Selecting previously unselected package libegl-dev:amd64. 2025-07-02T07:59:33.1715811Z Preparing to unpack .../44-libegl-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1716183Z Unpacking libegl-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1716577Z Selecting previously unselected package libgl1-amber-dri:amd64. 2025-07-02T07:59:33.1717090Z Preparing to unpack .../45-libgl1-amber-dri_21.3.9-0ubuntu1~22.04.1_amd64.deb ... 2025-07-02T07:59:33.1717603Z Unpacking libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... 2025-07-02T07:59:33.1718058Z Selecting previously unselected package libgl1-mesa-glx:amd64. 2025-07-02T07:59:33.1718737Z Preparing to unpack .../46-libgl1-mesa-glx_23.0.4-0ubuntu1~22.04.1_amd64.deb ... 2025-07-02T07:59:33.1719245Z Unpacking libgl1-mesa-glx:amd64 (23.0.4-0ubuntu1~22.04.1) ... 2025-07-02T07:59:33.1719688Z Selecting previously unselected package libgles1:amd64. 2025-07-02T07:59:33.1720112Z Preparing to unpack .../47-libgles1_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1720473Z Unpacking libgles1:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1720836Z Selecting previously unselected package libgles2:amd64. 2025-07-02T07:59:33.1721244Z Preparing to unpack .../48-libgles2_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1721621Z Unpacking libgles2:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1721989Z Selecting previously unselected package libgles-dev:amd64. 2025-07-02T07:59:33.1722445Z Preparing to unpack .../49-libgles-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1722834Z Unpacking libgles-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1723237Z Selecting previously unselected package libglvnd-core-dev:amd64. 2025-07-02T07:59:33.1723737Z Preparing to unpack .../50-libglvnd-core-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1724152Z Unpacking libglvnd-core-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1724564Z Selecting previously unselected package libopengl0:amd64. 2025-07-02T07:59:33.1725001Z Preparing to unpack .../51-libopengl0_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1725386Z Unpacking libopengl0:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1725774Z Selecting previously unselected package libopengl-dev:amd64. 2025-07-02T07:59:33.1726241Z Preparing to unpack .../52-libopengl-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1726644Z Unpacking libopengl-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1727029Z Selecting previously unselected package libglvnd-dev:amd64. 2025-07-02T07:59:33.1727490Z Preparing to unpack .../53-libglvnd-dev_1.4.0-1_amd64.deb ... 2025-07-02T07:59:33.1727877Z Unpacking libglvnd-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:33.1728283Z Selecting previously unselected package libgl1-mesa-dev:amd64. 2025-07-02T07:59:35.9187301Z Preparing to unpack .../54-libgl1-mesa-dev_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:35.9187916Z Unpacking libgl1-mesa-dev:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:35.9188403Z Selecting previously unselected package libglew2.2:amd64. 2025-07-02T07:59:35.9188986Z Preparing to unpack .../55-libglew2.2_2.2.0-4_amd64.deb ... 2025-07-02T07:59:35.9189388Z Unpacking libglew2.2:amd64 (2.2.0-4) ... 2025-07-02T07:59:35.9189793Z Selecting previously unselected package libglu1-mesa:amd64. 2025-07-02T07:59:35.9190262Z Preparing to unpack .../56-libglu1-mesa_9.0.2-1_amd64.deb ... 2025-07-02T07:59:35.9190646Z Unpacking libglu1-mesa:amd64 (9.0.2-1) ... 2025-07-02T07:59:35.9191062Z Selecting previously unselected package libglu1-mesa-dev:amd64. 2025-07-02T07:59:35.9191542Z Preparing to unpack .../57-libglu1-mesa-dev_9.0.2-1_amd64.deb ... 2025-07-02T07:59:35.9191965Z Unpacking libglu1-mesa-dev:amd64 (9.0.2-1) ... 2025-07-02T07:59:35.9192367Z Selecting previously unselected package libglew-dev:amd64. 2025-07-02T07:59:35.9192821Z Preparing to unpack .../58-libglew-dev_2.2.0-4_amd64.deb ... 2025-07-02T07:59:35.9193528Z Unpacking libglew-dev:amd64 (2.2.0-4) ... 2025-07-02T07:59:35.9193904Z Selecting previously unselected package libglfw3:amd64. 2025-07-02T07:59:35.9194336Z Preparing to unpack .../59-libglfw3_3.3.6-1_amd64.deb ... 2025-07-02T07:59:35.9194698Z Unpacking libglfw3:amd64 (3.3.6-1) ... 2025-07-02T07:59:35.9195180Z Selecting previously unselected package libosmesa6:amd64. 2025-07-02T07:59:35.9195670Z Preparing to unpack .../60-libosmesa6_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ... 2025-07-02T07:59:35.9196172Z Unpacking libosmesa6:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:35.9196587Z Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:35.9196994Z Setting up libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ... 2025-07-02T07:59:35.9197424Z Setting up libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:35.9197781Z Setting up libpciaccess0:amd64 (0.16-3) ... 2025-07-02T07:59:35.9198145Z Setting up libxcb-xfixes0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:35.9198516Z Setting up libglvnd-core-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9198880Z Setting up libglvnd0:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9199227Z Setting up libxcb-glx0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:35.9199591Z Setting up libsensors-config (1:3.6.0-7ubuntu1) ... 2025-07-02T07:59:35.9199979Z Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:35.9200364Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build2) ... 2025-07-02T07:59:35.9200747Z Setting up libopengl0:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9201079Z Setting up libxxf86vm1:amd64 (1:1.1.4-1build3) ... 2025-07-02T07:59:35.9201464Z Setting up libxcb-present0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:35.9201806Z Setting up xtrans-dev (1.4.0-1) ... 2025-07-02T07:59:35.9202110Z Setting up libgles2:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9202425Z Setting up libxfixes3:amd64 (1:6.0.0-1) ... 2025-07-02T07:59:35.9202759Z Setting up libxcb-sync1:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:35.9203103Z Setting up libgles1:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9203436Z Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ... 2025-07-02T07:59:35.9203852Z Setting up libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:35.9204253Z Setting up libxcb-dri2-0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:35.9204631Z Setting up libxshmfence1:amd64 (1.3-1build4) ... 2025-07-02T07:59:35.9204987Z Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:35.9205387Z Setting up libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ... 2025-07-02T07:59:35.9205779Z Setting up xorg-sgml-doctools (1:1.11-1.1) ... 2025-07-02T07:59:35.9206112Z Setting up libglu1-mesa:amd64 (9.0.2-1) ... 2025-07-02T07:59:35.9206446Z Setting up libopengl-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9206812Z Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:35.9207202Z Setting up libelf1:amd64 (0.186-1ubuntu0.1) ... 2025-07-02T07:59:35.9207595Z Setting up libwayland-client0:amd64 (1.20.0-1ubuntu0.1) ... 2025-07-02T07:59:35.9207985Z Setting up x11proto-dev (2021.5-1) ... 2025-07-02T07:59:35.9208313Z Setting up libxau-dev:amd64 (1:1.0.9-1build5) ... 2025-07-02T07:59:35.9208695Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu5) ... 2025-07-02T07:59:35.9209098Z Setting up libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:35.9209521Z Setting up libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:35.9209968Z Setting up libosmesa6:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:35.9210403Z Setting up libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:35.9210821Z Setting up libxcb1-dev:amd64 (1.14-3ubuntu3) ... 2025-07-02T07:59:35.9211193Z Setting up libgbm1:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:35.9211625Z Setting up libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:35.9212079Z Setting up libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ... 2025-07-02T07:59:35.9212526Z Setting up libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:35.9212956Z Setting up libx11-dev:amd64 (2:1.7.5-1ubuntu0.3) ... 2025-07-02T07:59:35.9213454Z Setting up libegl-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:35.9213842Z Setting up libegl1:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9214213Z Setting up libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ... 2025-07-02T07:59:35.9214742Z Setting up libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:35.9215111Z Setting up libglx0:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9215416Z Setting up libgl1:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9215725Z Setting up libglew2.2:amd64 (2.2.0-4) ... 2025-07-02T07:59:35.9216096Z Setting up libgl1-mesa-glx:amd64 (23.0.4-0ubuntu1~22.04.1) ... 2025-07-02T07:59:35.9216491Z Setting up libglx-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9216799Z Setting up libgl-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9217113Z Setting up libglfw3:amd64 (3.3.6-1) ... 2025-07-02T07:59:35.9217416Z Setting up libegl-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9217759Z Setting up libglu1-mesa-dev:amd64 (9.0.2-1) ... 2025-07-02T07:59:35.9218101Z Setting up libgles-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9218433Z Setting up libglvnd-dev:amd64 (1.4.0-1) ... 2025-07-02T07:59:35.9218765Z Setting up libglew-dev:amd64 (2.2.0-4) ... 2025-07-02T07:59:35.9219146Z Setting up libgl1-mesa-dev:amd64 (23.2.1-1ubuntu3.1~22.04.3) ... 2025-07-02T07:59:35.9219594Z Processing triggers for libc-bin (2.35-0ubuntu3.10) ... 2025-07-02T07:59:35.9220050Z + apt-get install -y libglvnd0 libgl1 libglx0 libegl1 libgles2 xvfb 2025-07-02T07:59:35.9220370Z 2025-07-02T07:59:35.9220471Z Reading package lists... 0% 2025-07-02T07:59:35.9220638Z 2025-07-02T07:59:35.9220737Z Reading package lists... 0% 2025-07-02T07:59:35.9220914Z 2025-07-02T07:59:35.9221013Z Reading package lists... 0% 2025-07-02T07:59:35.9221178Z 2025-07-02T07:59:35.9221287Z Reading package lists... 4% 2025-07-02T07:59:35.9221449Z 2025-07-02T07:59:35.9221545Z Reading package lists... 4% 2025-07-02T07:59:35.9221719Z 2025-07-02T07:59:35.9221814Z Reading package lists... 4% 2025-07-02T07:59:35.9221980Z 2025-07-02T07:59:35.9222076Z Reading package lists... 4% 2025-07-02T07:59:35.9222248Z 2025-07-02T07:59:35.9222347Z Reading package lists... 42% 2025-07-02T07:59:35.9222518Z 2025-07-02T07:59:35.9222627Z Reading package lists... 42% 2025-07-02T07:59:35.9222795Z 2025-07-02T07:59:35.9222896Z Reading package lists... 43% 2025-07-02T07:59:35.9223063Z 2025-07-02T07:59:35.9223171Z Reading package lists... 43% 2025-07-02T07:59:35.9223338Z 2025-07-02T07:59:35.9223433Z Reading package lists... 52% 2025-07-02T07:59:35.9223611Z 2025-07-02T07:59:35.9223707Z Reading package lists... 52% 2025-07-02T07:59:35.9223872Z 2025-07-02T07:59:35.9223968Z Reading package lists... 65% 2025-07-02T07:59:35.9224149Z 2025-07-02T07:59:35.9224245Z Reading package lists... 65% 2025-07-02T07:59:35.9224414Z 2025-07-02T07:59:35.9224523Z Reading package lists... 69% 2025-07-02T07:59:35.9224690Z 2025-07-02T07:59:35.9224786Z Reading package lists... 69% 2025-07-02T07:59:35.9225002Z 2025-07-02T07:59:35.9225103Z Reading package lists... 70% 2025-07-02T07:59:35.9225274Z 2025-07-02T07:59:35.9225388Z Reading package lists... 70% 2025-07-02T07:59:35.9225558Z 2025-07-02T07:59:35.9225656Z Reading package lists... 70% 2025-07-02T07:59:35.9225837Z 2025-07-02T07:59:35.9225931Z Reading package lists... 70% 2025-07-02T07:59:35.9226105Z 2025-07-02T07:59:35.9226204Z Reading package lists... 70% 2025-07-02T07:59:35.9226386Z 2025-07-02T07:59:35.9226481Z Reading package lists... 70% 2025-07-02T07:59:35.9226650Z 2025-07-02T07:59:35.9226758Z Reading package lists... 78% 2025-07-02T07:59:35.9226927Z 2025-07-02T07:59:35.9227023Z Reading package lists... 78% 2025-07-02T07:59:35.9227202Z 2025-07-02T07:59:35.9227298Z Reading package lists... 84% 2025-07-02T07:59:35.9227466Z 2025-07-02T07:59:35.9227560Z Reading package lists... 91% 2025-07-02T07:59:35.9227746Z 2025-07-02T07:59:35.9227843Z Reading package lists... 91% 2025-07-02T07:59:35.9228011Z 2025-07-02T07:59:35.9228120Z Reading package lists... 95% 2025-07-02T07:59:35.9228374Z 2025-07-02T07:59:35.9228472Z Reading package lists... 95% 2025-07-02T07:59:35.9228724Z 2025-07-02T07:59:35.9228852Z Reading package lists... 95% 2025-07-02T07:59:35.9229023Z 2025-07-02T07:59:35.9229121Z Reading package lists... 95% 2025-07-02T07:59:35.9229306Z 2025-07-02T07:59:35.9229499Z Reading package lists... 99% 2025-07-02T07:59:35.9229668Z 2025-07-02T07:59:35.9229767Z Reading package lists... 99% 2025-07-02T07:59:35.9229951Z 2025-07-02T07:59:35.9230053Z Reading package lists... Done 2025-07-02T07:59:35.9230231Z 2025-07-02T07:59:35.9230235Z 2025-07-02T07:59:35.9230357Z Building dependency tree... 0% 2025-07-02T07:59:35.9230535Z 2025-07-02T07:59:35.9230640Z Building dependency tree... 0% 2025-07-02T07:59:35.9230833Z 2025-07-02T07:59:35.9230937Z Building dependency tree... 50% 2025-07-02T07:59:35.9231115Z 2025-07-02T07:59:35.9231216Z Building dependency tree... 50% 2025-07-02T07:59:35.9231409Z 2025-07-02T07:59:35.9231518Z Building dependency tree... Done 2025-07-02T07:59:35.9231702Z 2025-07-02T07:59:35.9231710Z 2025-07-02T07:59:35.9231833Z Reading state information... 0% 2025-07-02T07:59:35.9232017Z 2025-07-02T07:59:35.9232121Z Reading state information... 0% 2025-07-02T07:59:35.9232314Z 2025-07-02T07:59:35.9232423Z Reading state information... Done 2025-07-02T07:59:35.9232610Z 2025-07-02T07:59:35.9232746Z libegl1 is already the newest version (1.4.0-1). 2025-07-02T07:59:35.9233098Z libegl1 set to manually installed. 2025-07-02T07:59:35.9233424Z libgl1 is already the newest version (1.4.0-1). 2025-07-02T07:59:35.9233750Z libgl1 set to manually installed. 2025-07-02T07:59:35.9234075Z libgles2 is already the newest version (1.4.0-1). 2025-07-02T07:59:35.9234408Z libgles2 set to manually installed. 2025-07-02T07:59:35.9234745Z libglvnd0 is already the newest version (1.4.0-1). 2025-07-02T07:59:35.9235083Z libglvnd0 set to manually installed. 2025-07-02T07:59:35.9235414Z libglx0 is already the newest version (1.4.0-1). 2025-07-02T07:59:35.9235742Z libglx0 set to manually installed. 2025-07-02T07:59:35.9236093Z The following additional packages will be installed: 2025-07-02T07:59:35.9236598Z libfontenc1 libfreetype6 libice6 libpixman-1-0 libpng16-16 libsm6 libunwind8 2025-07-02T07:59:35.9237139Z libxaw7 libxfont2 libxkbfile1 libxmu6 libxpm4 libxt6 x11-common 2025-07-02T07:59:35.9253735Z x11-xkb-utils xfonts-base xfonts-encodings xfonts-utils xkb-data 2025-07-02T07:59:35.9254153Z xserver-common 2025-07-02T07:59:35.9254439Z The following NEW packages will be installed: 2025-07-02T07:59:35.9254915Z libfontenc1 libfreetype6 libice6 libpixman-1-0 libpng16-16 libsm6 libunwind8 2025-07-02T07:59:35.9255476Z libxaw7 libxfont2 libxkbfile1 libxmu6 libxpm4 libxt6 x11-common 2025-07-02T07:59:35.9255971Z x11-xkb-utils xfonts-base xfonts-encodings xfonts-utils xkb-data 2025-07-02T07:59:35.9256381Z xserver-common xvfb 2025-07-02T07:59:35.9256705Z 0 upgraded, 21 newly installed, 0 to remove and 5 not upgraded. 2025-07-02T07:59:35.9257098Z Need to get 9647 kB of archives. 2025-07-02T07:59:35.9257496Z After this operation, 20.2 MB of additional disk space will be used. 2025-07-02T07:59:35.9257804Z 2025-07-02T07:59:35.9257888Z 0% [Working] 2025-07-02T07:59:35.9258096Z 2025-07-02T07:59:35.9258480Z Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 xkb-data all 2.33-1 [394 kB] 2025-07-02T07:59:35.9258870Z 2025-07-02T07:59:35.9258969Z 0% [1 xkb-data 5500 B/394 kB 1%] 2025-07-02T07:59:35.9259223Z 2025-07-02T07:59:35.9259478Z 4% [Working] 2025-07-02T07:59:35.9259681Z 2025-07-02T07:59:35.9260096Z Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB] 2025-07-02T07:59:35.9260514Z 2025-07-02T07:59:35.9260626Z 5% [2 libpng16-16 43.1 kB/191 kB 23%] 2025-07-02T07:59:35.9260904Z 2025-07-02T07:59:35.9261188Z 7% [Waiting for headers] 2025-07-02T07:59:35.9261419Z 2025-07-02T07:59:35.9261886Z Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontenc1 amd64 1:1.1.4-1build3 [14.7 kB] 2025-07-02T07:59:35.9262486Z 2025-07-02T07:59:35.9262588Z 7% [3 libfontenc1 14.7 kB/14.7 kB 100%] 2025-07-02T07:59:35.9262886Z 2025-07-02T07:59:35.9263161Z 8% [Working] 2025-07-02T07:59:35.9263355Z 2025-07-02T07:59:35.9264211Z 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:35.9264720Z 2025-07-02T07:59:35.9264820Z 8% [4 libfreetype6 12.3 kB/388 kB 3%] 2025-07-02T07:59:35.9265113Z 2025-07-02T07:59:35.9265378Z 12% [Waiting for headers] 2025-07-02T07:59:35.9265628Z 2025-07-02T07:59:35.9266086Z Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-common all 1:7.7+23ubuntu2 [23.4 kB] 2025-07-02T07:59:35.9266497Z 2025-07-02T07:59:35.9266595Z 12% [5 x11-common 15.5 kB/23.4 kB 66%] 2025-07-02T07:59:35.9266884Z 2025-07-02T07:59:35.9267153Z 13% [Working] 2025-07-02T07:59:35.9267357Z 2025-07-02T07:59:35.9267767Z Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libice6 amd64 2:1.0.10-1build2 [42.6 kB] 2025-07-02T07:59:35.9268190Z 2025-07-02T07:59:35.9268284Z 13% [6 libice6 12.3 kB/42.6 kB 29%] 2025-07-02T07:59:35.9268553Z 2025-07-02T07:59:35.9268923Z 14% [Working] 2025-07-02T07:59:35.9269133Z 2025-07-02T07:59:37.1415416Z 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.1415954Z 2025-07-02T07:59:37.1416171Z 14% [7 libpixman-1-0 252 B/264 kB 0%] 2025-07-02T07:59:37.1416467Z 2025-07-02T07:59:37.1416737Z 18% [Waiting for headers] 2025-07-02T07:59:37.1416986Z 2025-07-02T07:59:37.1417435Z 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.1417839Z 2025-07-02T07:59:37.1417956Z 18% [8 libsm6 14.0 kB/16.7 kB 84%] 2025-07-02T07:59:37.1418228Z 2025-07-02T07:59:37.1418474Z 19% [Working] 2025-07-02T07:59:37.1418680Z 2025-07-02T07:59:37.1419150Z 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.1419619Z 2025-07-02T07:59:37.1419716Z 19% [9 libunwind8 4194 B/54.5 kB 8%] 2025-07-02T07:59:37.1419985Z 2025-07-02T07:59:37.1420244Z 20% [Working] 2025-07-02T07:59:37.1420442Z 2025-07-02T07:59:37.1420817Z Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxt6 amd64 1:1.2.1-1 [177 kB] 2025-07-02T07:59:37.1421192Z 2025-07-02T07:59:37.1421333Z 20% [10 libxt6 16.4 kB/177 kB 9%] 2025-07-02T07:59:37.1421595Z 2025-07-02T07:59:37.1421846Z 23% [Waiting for headers] 2025-07-02T07:59:37.1422087Z 2025-07-02T07:59:37.1422499Z 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.1422902Z 2025-07-02T07:59:37.1422999Z 23% [11 libxmu6 49.6 kB/49.6 kB 100%] 2025-07-02T07:59:37.1423279Z 2025-07-02T07:59:37.1423531Z 24% [Working] 2025-07-02T07:59:37.1423740Z 2025-07-02T07:59:37.1424226Z 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.1424719Z 2025-07-02T07:59:37.1424813Z 24% [12 libxpm4 8192 B/36.7 kB 22%] 2025-07-02T07:59:37.1425077Z 2025-07-02T07:59:37.1425338Z 25% [Working] 2025-07-02T07:59:37.1425538Z 2025-07-02T07:59:37.1425923Z Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxaw7 amd64 2:1.0.14-1 [191 kB] 2025-07-02T07:59:37.1426307Z 2025-07-02T07:59:37.1426411Z 25% [13 libxaw7 24.6 kB/191 kB 13%] 2025-07-02T07:59:37.1426666Z 2025-07-02T07:59:37.1426920Z 28% [Working] 2025-07-02T07:59:37.1427334Z 2025-07-02T07:59:37.1427765Z 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.1428182Z 2025-07-02T07:59:37.1428279Z 28% [14 libxfont2 52.6 kB/94.5 kB 56%] 2025-07-02T07:59:37.1428778Z 2025-07-02T07:59:37.1429060Z 29% [Working] 2025-07-02T07:59:37.1429248Z 2025-07-02T07:59:37.1429690Z 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.1430202Z 2025-07-02T07:59:37.1430304Z 30% [15 libxkbfile1 23.3 kB/71.8 kB 32%] 2025-07-02T07:59:37.1430603Z 2025-07-02T07:59:37.1430866Z 31% [Working] 2025-07-02T07:59:37.1431061Z 2025-07-02T07:59:37.1431470Z Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 x11-xkb-utils amd64 7.7+5build4 [172 kB] 2025-07-02T07:59:37.1431892Z 2025-07-02T07:59:37.1431994Z 31% [16 x11-xkb-utils 16.7 kB/172 kB 10%] 2025-07-02T07:59:37.1432294Z 2025-07-02T07:59:37.1432554Z 33% [Working] 2025-07-02T07:59:37.1432754Z 2025-07-02T07:59:37.1433195Z 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.1433647Z 2025-07-02T07:59:37.1433754Z 34% [17 xfonts-encodings 41.0 kB/578 kB 7%] 2025-07-02T07:59:37.1434045Z 2025-07-02T07:59:37.1434332Z 39% [Waiting for headers] 2025-07-02T07:59:37.1434574Z 2025-07-02T07:59:37.1435023Z 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.1435443Z 2025-07-02T07:59:37.1435557Z 40% [18 xfonts-utils 52.4 kB/94.6 kB 55%] 2025-07-02T07:59:37.1435841Z 2025-07-02T07:59:37.1436112Z 41% [Working] 2025-07-02T07:59:37.1436302Z 2025-07-02T07:59:37.1436696Z Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 xfonts-base all 1:1.0.5 [5896 kB] 2025-07-02T07:59:37.1437086Z 2025-07-02T07:59:37.1437200Z 41% [19 xfonts-base 23.1 kB/5896 kB 0%] 2025-07-02T07:59:37.1437481Z 2025-07-02T07:59:37.1437764Z 91% [Waiting for headers] 2025-07-02T07:59:37.1437996Z 2025-07-02T07:59:37.1438553Z 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.1439070Z 2025-07-02T07:59:37.1439176Z 91% [20 xserver-common 25.0 kB/29.5 kB 85%] 2025-07-02T07:59:37.1439476Z 2025-07-02T07:59:37.1439738Z 92% [Working] 2025-07-02T07:59:37.1439936Z 2025-07-02T07:59:37.1440440Z 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.1440930Z 2025-07-02T07:59:37.1441021Z 92% [21 xvfb 60.8 kB/866 kB 7%] 2025-07-02T07:59:37.1441282Z 2025-07-02T07:59:37.1441516Z 100% [Working] 2025-07-02T07:59:37.1441720Z 2025-07-02T07:59:37.1441925Z Fetched 9647 kB in 0s (49.4 MB/s) 2025-07-02T07:59:37.1442342Z debconf: delaying package configuration, since apt-utils is not installed 2025-07-02T07:59:37.1442825Z Selecting previously unselected package xkb-data. 2025-07-02T07:59:37.1443336Z (Reading database ... 2025-07-02T07:59:37.1443599Z (Reading database ... 5% 2025-07-02T07:59:37.1443846Z (Reading database ... 10% 2025-07-02T07:59:37.1444200Z (Reading database ... 15% 2025-07-02T07:59:37.1444439Z (Reading database ... 20% 2025-07-02T07:59:37.1444740Z (Reading database ... 25% 2025-07-02T07:59:37.1444978Z (Reading database ... 30% 2025-07-02T07:59:37.1445227Z (Reading database ... 35% 2025-07-02T07:59:37.1445468Z (Reading database ... 40% 2025-07-02T07:59:37.1445721Z (Reading database ... 45% 2025-07-02T07:59:37.1445959Z (Reading database ... 50% 2025-07-02T07:59:37.1446209Z (Reading database ... 55% 2025-07-02T07:59:37.1446596Z (Reading database ... 60% 2025-07-02T07:59:37.1446837Z (Reading database ... 65% 2025-07-02T07:59:37.1447092Z (Reading database ... 70% 2025-07-02T07:59:37.1447334Z (Reading database ... 75% 2025-07-02T07:59:37.1447588Z (Reading database ... 80% 2025-07-02T07:59:37.1447907Z (Reading database ... 85% 2025-07-02T07:59:37.1448159Z (Reading database ... 90% 2025-07-02T07:59:37.1448394Z (Reading database ... 95% 2025-07-02T07:59:37.1448648Z (Reading database ... 100% 2025-07-02T07:59:37.1449011Z (Reading database ... 22701 files and directories currently installed.) 2025-07-02T07:59:37.1449487Z Preparing to unpack .../00-xkb-data_2.33-1_all.deb ... 2025-07-02T07:59:37.1449849Z Unpacking xkb-data (2.33-1) ... 2025-07-02T07:59:37.1450198Z Selecting previously unselected package libpng16-16:amd64. 2025-07-02T07:59:37.1450676Z Preparing to unpack .../01-libpng16-16_1.6.37-3build5_amd64.deb ... 2025-07-02T07:59:37.1451093Z Unpacking libpng16-16:amd64 (1.6.37-3build5) ... 2025-07-02T07:59:37.1451511Z Selecting previously unselected package libfontenc1:amd64. 2025-07-02T07:59:37.1451980Z Preparing to unpack .../02-libfontenc1_1%3a1.1.4-1build3_amd64.deb ... 2025-07-02T07:59:37.1452423Z Unpacking libfontenc1:amd64 (1:1.1.4-1build3) ... 2025-07-02T07:59:37.1452836Z Selecting previously unselected package libfreetype6:amd64. 2025-07-02T07:59:37.1453347Z Preparing to unpack .../03-libfreetype6_2.11.1+dfsg-1ubuntu0.3_amd64.deb ... 2025-07-02T07:59:37.1453845Z Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... 2025-07-02T07:59:37.1454251Z Selecting previously unselected package x11-common. 2025-07-02T07:59:37.1454689Z Preparing to unpack .../04-x11-common_1%3a7.7+23ubuntu2_all.deb ... 2025-07-02T07:59:37.1455085Z Unpacking x11-common (1:7.7+23ubuntu2) ... 2025-07-02T07:59:37.1455464Z Selecting previously unselected package libice6:amd64. 2025-07-02T07:59:37.1455901Z Preparing to unpack .../05-libice6_2%3a1.0.10-1build2_amd64.deb ... 2025-07-02T07:59:37.1456321Z Unpacking libice6:amd64 (2:1.0.10-1build2) ... 2025-07-02T07:59:37.1456736Z Selecting previously unselected package libpixman-1-0:amd64. 2025-07-02T07:59:37.1457239Z Preparing to unpack .../06-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ... 2025-07-02T07:59:37.1457748Z Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... 2025-07-02T07:59:37.1458168Z Selecting previously unselected package libsm6:amd64. 2025-07-02T07:59:37.1458611Z Preparing to unpack .../07-libsm6_2%3a1.2.3-1build2_amd64.deb ... 2025-07-02T07:59:37.1459005Z Unpacking libsm6:amd64 (2:1.2.3-1build2) ... 2025-07-02T07:59:37.1459394Z Selecting previously unselected package libunwind8:amd64. 2025-07-02T07:59:37.1459867Z Preparing to unpack .../08-libunwind8_1.3.2-2build2.1_amd64.deb ... 2025-07-02T07:59:37.1460284Z Unpacking libunwind8:amd64 (1.3.2-2build2.1) ... 2025-07-02T07:59:37.1460677Z Selecting previously unselected package libxt6:amd64. 2025-07-02T07:59:37.1461086Z Preparing to unpack .../09-libxt6_1%3a1.2.1-1_amd64.deb ... 2025-07-02T07:59:37.1461469Z Unpacking libxt6:amd64 (1:1.2.1-1) ... 2025-07-02T07:59:37.1461819Z Selecting previously unselected package libxmu6:amd64. 2025-07-02T07:59:37.1462252Z Preparing to unpack .../10-libxmu6_2%3a1.1.3-3_amd64.deb ... 2025-07-02T07:59:37.1462617Z Unpacking libxmu6:amd64 (2:1.1.3-3) ... 2025-07-02T07:59:37.1462986Z Selecting previously unselected package libxpm4:amd64. 2025-07-02T07:59:37.1463462Z Preparing to unpack .../11-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ... 2025-07-02T07:59:37.1463926Z Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... 2025-07-02T07:59:37.1464336Z Selecting previously unselected package libxaw7:amd64. 2025-07-02T07:59:37.1464756Z Preparing to unpack .../12-libxaw7_2%3a1.0.14-1_amd64.deb ... 2025-07-02T07:59:37.1465140Z Unpacking libxaw7:amd64 (2:1.0.14-1) ... 2025-07-02T07:59:37.1465501Z Selecting previously unselected package libxfont2:amd64. 2025-07-02T07:59:37.1465965Z Preparing to unpack .../13-libxfont2_1%3a2.0.5-1build1_amd64.deb ... 2025-07-02T07:59:37.1466396Z Unpacking libxfont2:amd64 (1:2.0.5-1build1) ... 2025-07-02T07:59:37.1466889Z Selecting previously unselected package libxkbfile1:amd64. 2025-07-02T07:59:37.1467375Z Preparing to unpack .../14-libxkbfile1_1%3a1.1.0-1build3_amd64.deb ... 2025-07-02T07:59:37.1468901Z Unpacking libxkbfile1:amd64 (1:1.1.0-1build3) ... 2025-07-02T07:59:37.1469348Z Selecting previously unselected package x11-xkb-utils. 2025-07-02T07:59:37.1469847Z Preparing to unpack .../15-x11-xkb-utils_7.7+5build4_amd64.deb ... 2025-07-02T07:59:37.1470265Z Unpacking x11-xkb-utils (7.7+5build4) ... 2025-07-02T07:59:37.1470645Z Selecting previously unselected package xfonts-encodings. 2025-07-02T07:59:37.1471142Z Preparing to unpack .../16-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ... 2025-07-02T07:59:37.1471612Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ... 2025-07-02T07:59:37.1472004Z Selecting previously unselected package xfonts-utils. 2025-07-02T07:59:37.1472460Z Preparing to unpack .../17-xfonts-utils_1%3a7.7+6build2_amd64.deb ... 2025-07-02T07:59:37.1472887Z Unpacking xfonts-utils (1:7.7+6build2) ... 2025-07-02T07:59:37.1473256Z Selecting previously unselected package xfonts-base. 2025-07-02T07:59:37.1473673Z Preparing to unpack .../18-xfonts-base_1%3a1.0.5_all.deb ... 2025-07-02T07:59:37.1474059Z Unpacking xfonts-base (1:1.0.5) ... 2025-07-02T07:59:37.1474423Z Selecting previously unselected package xserver-common. 2025-07-02T07:59:37.1474924Z Preparing to unpack .../19-xserver-common_2%3a21.1.4-2ubuntu1.7~22.04.15_all.deb ... 2025-07-02T07:59:37.1475457Z Unpacking xserver-common (2:21.1.4-2ubuntu1.7~22.04.15) ... 2025-07-02T07:59:37.1475853Z Selecting previously unselected package xvfb. 2025-07-02T07:59:37.1476300Z Preparing to unpack .../20-xvfb_2%3a21.1.4-2ubuntu1.7~22.04.15_amd64.deb ... 2025-07-02T07:59:37.1476733Z Unpacking xvfb (2:21.1.4-2ubuntu1.7~22.04.15) ... 2025-07-02T07:59:37.1477131Z Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ... 2025-07-02T07:59:37.1477544Z Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ... 2025-07-02T07:59:37.1477917Z Setting up x11-common (1:7.7+23ubuntu2) ... 2025-07-02T07:59:37.1478250Z debconf: unable to initialize frontend: Dialog 2025-07-02T07:59:37.1479010Z 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:37.1479755Z debconf: falling back to frontend: Readline 2025-07-02T07:59:37.1480099Z invoke-rc.d: could not determine current runlevel 2025-07-02T07:59:37.1480489Z invoke-rc.d: policy-rc.d denied execution of start. 2025-07-02T07:59:37.1480829Z Setting up xkb-data (2.33-1) ... 2025-07-02T07:59:37.1481148Z Setting up libunwind8:amd64 (1.3.2-2build2.1) ... 2025-07-02T08:00:05.7674279Z Setting up libfontenc1:amd64 (1:1.1.4-1build3) ... 2025-07-02T08:00:05.7674769Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ... 2025-07-02T08:00:05.7675175Z Setting up libpng16-16:amd64 (1.6.37-3build5) ... 2025-07-02T08:00:05.7675551Z Setting up libxkbfile1:amd64 (1:1.1.0-1build3) ... 2025-07-02T08:00:05.7675950Z Setting up libice6:amd64 (2:1.0.10-1build2) ... 2025-07-02T08:00:05.7676334Z Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.3) ... 2025-07-02T08:00:05.7676743Z Setting up libsm6:amd64 (2:1.2.3-1build2) ... 2025-07-02T08:00:05.7677104Z Setting up libxfont2:amd64 (1:2.0.5-1build1) ... 2025-07-02T08:00:05.7677460Z Setting up xfonts-utils (1:7.7+6build2) ... 2025-07-02T08:00:05.7677771Z Setting up xfonts-base (1:1.0.5) ... 2025-07-02T08:00:05.7678082Z Setting up libxt6:amd64 (1:1.2.1-1) ... 2025-07-02T08:00:05.7678376Z Setting up libxmu6:amd64 (2:1.1.3-3) ... 2025-07-02T08:00:05.7678689Z Setting up libxaw7:amd64 (2:1.0.14-1) ... 2025-07-02T08:00:05.7679013Z Setting up x11-xkb-utils (7.7+5build4) ... 2025-07-02T08:00:05.7679462Z Setting up xserver-common (2:21.1.4-2ubuntu1.7~22.04.15) ... 2025-07-02T08:00:05.7679871Z Setting up xvfb (2:21.1.4-2ubuntu1.7~22.04.15) ... 2025-07-02T08:00:05.7680257Z Processing triggers for libc-bin (2.35-0ubuntu3.10) ... 2025-07-02T08:00:05.7680854Z + '[' cpu == cpu ']' 2025-07-02T08:00:05.7681106Z + apt-get upgrade -y libstdc++6 2025-07-02T08:00:05.7681304Z 2025-07-02T08:00:05.7681404Z Reading package lists... 0% 2025-07-02T08:00:05.7681571Z 2025-07-02T08:00:05.7681679Z Reading package lists... 0% 2025-07-02T08:00:05.7681843Z 2025-07-02T08:00:05.7682040Z Reading package lists... 0% 2025-07-02T08:00:05.7682204Z 2025-07-02T08:00:05.7682312Z Reading package lists... 4% 2025-07-02T08:00:05.7682473Z 2025-07-02T08:00:05.7682568Z Reading package lists... 4% 2025-07-02T08:00:05.7682745Z 2025-07-02T08:00:05.7682839Z Reading package lists... 4% 2025-07-02T08:00:05.7682999Z 2025-07-02T08:00:05.7683093Z Reading package lists... 4% 2025-07-02T08:00:05.7683267Z 2025-07-02T08:00:05.7683364Z Reading package lists... 42% 2025-07-02T08:00:05.7683535Z 2025-07-02T08:00:05.7683642Z Reading package lists... 42% 2025-07-02T08:00:05.7683809Z 2025-07-02T08:00:05.7683903Z Reading package lists... 43% 2025-07-02T08:00:05.7684082Z 2025-07-02T08:00:05.7684176Z Reading package lists... 43% 2025-07-02T08:00:05.7684351Z 2025-07-02T08:00:05.7684447Z Reading package lists... 52% 2025-07-02T08:00:05.7684623Z 2025-07-02T08:00:05.7684717Z Reading package lists... 52% 2025-07-02T08:00:05.7684881Z 2025-07-02T08:00:05.7684993Z Reading package lists... 65% 2025-07-02T08:00:05.7685162Z 2025-07-02T08:00:05.7685258Z Reading package lists... 65% 2025-07-02T08:00:05.7685425Z 2025-07-02T08:00:05.7685531Z Reading package lists... 69% 2025-07-02T08:00:05.7685695Z 2025-07-02T08:00:05.7685788Z Reading package lists... 69% 2025-07-02T08:00:05.7685965Z 2025-07-02T08:00:05.7686061Z Reading package lists... 69% 2025-07-02T08:00:05.7686225Z 2025-07-02T08:00:05.7686331Z Reading package lists... 69% 2025-07-02T08:00:05.7686500Z 2025-07-02T08:00:05.7686594Z Reading package lists... 70% 2025-07-02T08:00:05.7686759Z 2025-07-02T08:00:05.7686867Z Reading package lists... 70% 2025-07-02T08:00:05.7687032Z 2025-07-02T08:00:05.7687127Z Reading package lists... 70% 2025-07-02T08:00:05.7687308Z 2025-07-02T08:00:05.7687408Z Reading package lists... 70% 2025-07-02T08:00:05.7687574Z 2025-07-02T08:00:05.7687670Z Reading package lists... 78% 2025-07-02T08:00:05.7687847Z 2025-07-02T08:00:05.7687943Z Reading package lists... 78% 2025-07-02T08:00:05.7688108Z 2025-07-02T08:00:05.7688220Z Reading package lists... 81% 2025-07-02T08:00:05.7688387Z 2025-07-02T08:00:05.7688483Z Reading package lists... 91% 2025-07-02T08:00:05.7688647Z 2025-07-02T08:00:05.7688755Z Reading package lists... 91% 2025-07-02T08:00:05.7688919Z 2025-07-02T08:00:05.7689013Z Reading package lists... 95% 2025-07-02T08:00:05.7689191Z 2025-07-02T08:00:05.7689287Z Reading package lists... 95% 2025-07-02T08:00:05.7689456Z 2025-07-02T08:00:05.7689563Z Reading package lists... 95% 2025-07-02T08:00:05.7689729Z 2025-07-02T08:00:05.7689825Z Reading package lists... 95% 2025-07-02T08:00:05.7689990Z 2025-07-02T08:00:05.7690098Z Reading package lists... 99% 2025-07-02T08:00:05.7690266Z 2025-07-02T08:00:05.7690362Z Reading package lists... 99% 2025-07-02T08:00:05.7690546Z 2025-07-02T08:00:05.7690645Z Reading package lists... Done 2025-07-02T08:00:05.7690817Z 2025-07-02T08:00:05.7690821Z 2025-07-02T08:00:05.7690922Z Building dependency tree... 0% 2025-07-02T08:00:05.7691118Z 2025-07-02T08:00:05.7691219Z Building dependency tree... 0% 2025-07-02T08:00:05.7691396Z 2025-07-02T08:00:05.7691511Z Building dependency tree... 50% 2025-07-02T08:00:05.7691686Z 2025-07-02T08:00:05.7691786Z Building dependency tree... 50% 2025-07-02T08:00:05.7691972Z 2025-07-02T08:00:05.7692073Z Building dependency tree... Done 2025-07-02T08:00:05.7692255Z 2025-07-02T08:00:05.7692258Z 2025-07-02T08:00:05.7692361Z Reading state information... 0% 2025-07-02T08:00:05.7692552Z 2025-07-02T08:00:05.7692652Z Reading state information... 0% 2025-07-02T08:00:05.7692827Z 2025-07-02T08:00:05.7692945Z Reading state information... Done 2025-07-02T08:00:05.7693130Z 2025-07-02T08:00:05.7693314Z libstdc++6 is already the newest version (12.3.0-1ubuntu1~22.04). 2025-07-02T08:00:05.7693706Z 2025-07-02T08:00:05.7693804Z Calculating upgrade... 0% 2025-07-02T08:00:05.7693964Z 2025-07-02T08:00:05.7694063Z Calculating upgrade... 50% 2025-07-02T08:00:05.7694240Z 2025-07-02T08:00:05.7694337Z Calculating upgrade... Done 2025-07-02T08:00:05.7694501Z 2025-07-02T08:00:05.7694702Z The following packages have been kept back: 2025-07-02T08:00:05.7695211Z cuda-libraries-12-2 cuda-libraries-dev-12-2 cuda-nsight-compute-12-2 2025-07-02T08:00:05.7695659Z libcublas-12-2 libcublas-dev-12-2 2025-07-02T08:00:05.7696025Z 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. 2025-07-02T08:00:05.7696417Z + apt-get dist-upgrade -y 2025-07-02T08:00:05.7696578Z 2025-07-02T08:00:05.7696679Z Reading package lists... 0% 2025-07-02T08:00:05.7696854Z 2025-07-02T08:00:05.7696949Z Reading package lists... 0% 2025-07-02T08:00:05.7697111Z 2025-07-02T08:00:05.7697220Z Reading package lists... 0% 2025-07-02T08:00:05.7697384Z 2025-07-02T08:00:05.7697529Z Reading package lists... 4% 2025-07-02T08:00:05.7697695Z 2025-07-02T08:00:05.7697802Z Reading package lists... 4% 2025-07-02T08:00:05.7697962Z 2025-07-02T08:00:05.7698058Z Reading package lists... 4% 2025-07-02T08:00:05.7698228Z 2025-07-02T08:00:05.7698321Z Reading package lists... 4% 2025-07-02T08:00:05.7698485Z 2025-07-02T08:00:05.7698597Z Reading package lists... 42% 2025-07-02T08:00:05.7698769Z 2025-07-02T08:00:05.7698865Z Reading package lists... 42% 2025-07-02T08:00:05.7699031Z 2025-07-02T08:00:05.7699137Z Reading package lists... 43% 2025-07-02T08:00:05.7699304Z 2025-07-02T08:00:05.7699398Z Reading package lists... 43% 2025-07-02T08:00:05.7699578Z 2025-07-02T08:00:05.7699672Z Reading package lists... 52% 2025-07-02T08:00:05.7699837Z 2025-07-02T08:00:05.7699932Z Reading package lists... 52% 2025-07-02T08:00:05.7700108Z 2025-07-02T08:00:05.7700201Z Reading package lists... 65% 2025-07-02T08:00:05.7700366Z 2025-07-02T08:00:05.7700474Z Reading package lists... 65% 2025-07-02T08:00:05.7700642Z 2025-07-02T08:00:05.7700738Z Reading package lists... 69% 2025-07-02T08:00:05.7700910Z 2025-07-02T08:00:05.7701015Z Reading package lists... 69% 2025-07-02T08:00:05.7701182Z 2025-07-02T08:00:05.7701277Z Reading package lists... 69% 2025-07-02T08:00:05.7701460Z 2025-07-02T08:00:05.7701555Z Reading package lists... 69% 2025-07-02T08:00:05.7701721Z 2025-07-02T08:00:05.7701833Z Reading package lists... 70% 2025-07-02T08:00:05.7701999Z 2025-07-02T08:00:05.7702094Z Reading package lists... 70% 2025-07-02T08:00:05.7702263Z 2025-07-02T08:00:05.7702371Z Reading package lists... 70% 2025-07-02T08:00:05.7702537Z 2025-07-02T08:00:05.7702630Z Reading package lists... 70% 2025-07-02T08:00:05.7702808Z 2025-07-02T08:00:05.7702902Z Reading package lists... 78% 2025-07-02T08:00:05.7703068Z 2025-07-02T08:00:05.7703161Z Reading package lists... 78% 2025-07-02T08:00:05.7703339Z 2025-07-02T08:00:05.7703433Z Reading package lists... 83% 2025-07-02T08:00:05.7703599Z 2025-07-02T08:00:05.7703706Z Reading package lists... 91% 2025-07-02T08:00:05.7703874Z 2025-07-02T08:00:05.7703973Z Reading package lists... 91% 2025-07-02T08:00:05.7704150Z 2025-07-02T08:00:05.7704244Z Reading package lists... 95% 2025-07-02T08:00:05.7704411Z 2025-07-02T08:00:05.7704506Z Reading package lists... 95% 2025-07-02T08:00:05.7704685Z 2025-07-02T08:00:05.7704779Z Reading package lists... 95% 2025-07-02T08:00:05.7704951Z 2025-07-02T08:00:05.7705059Z Reading package lists... 95% 2025-07-02T08:00:05.7705225Z 2025-07-02T08:00:05.7705318Z Reading package lists... 99% 2025-07-02T08:00:05.7705485Z 2025-07-02T08:00:05.7705594Z Reading package lists... 99% 2025-07-02T08:00:05.7705761Z 2025-07-02T08:00:05.7705858Z Reading package lists... Done 2025-07-02T08:00:05.7706044Z 2025-07-02T08:00:05.7706048Z 2025-07-02T08:00:05.7706149Z Building dependency tree... 0% 2025-07-02T08:00:05.7706324Z 2025-07-02T08:00:05.7706436Z Building dependency tree... 0% 2025-07-02T08:00:05.7706609Z 2025-07-02T08:00:05.7706708Z Building dependency tree... 50% 2025-07-02T08:00:05.7706882Z 2025-07-02T08:00:05.7706992Z Building dependency tree... 50% 2025-07-02T08:00:05.7707240Z 2025-07-02T08:00:05.7707348Z Building dependency tree... Done 2025-07-02T08:00:05.7707545Z 2025-07-02T08:00:05.7707549Z 2025-07-02T08:00:05.7707652Z Reading state information... 0% 2025-07-02T08:00:05.7707832Z 2025-07-02T08:00:05.7707994Z Reading state information... 0% 2025-07-02T08:00:05.7708182Z 2025-07-02T08:00:05.7708287Z Reading state information... Done 2025-07-02T08:00:05.7708474Z 2025-07-02T08:00:05.7708477Z 2025-07-02T08:00:05.7708670Z Calculating upgrade... 0% 2025-07-02T08:00:05.7708836Z 2025-07-02T08:00:05.7708934Z Calculating upgrade... 10% 2025-07-02T08:00:05.7709108Z 2025-07-02T08:00:05.7709209Z Calculating upgrade... Done 2025-07-02T08:00:05.7709373Z 2025-07-02T08:00:05.7709664Z The following package was automatically installed and is no longer required: 2025-07-02T08:00:05.7710126Z nsight-compute-2023.2.0 2025-07-02T08:00:05.7710403Z Use 'apt autoremove' to remove it. 2025-07-02T08:00:05.7710713Z The following NEW packages will be installed: 2025-07-02T08:00:05.7711049Z nsight-compute-2023.2.2 2025-07-02T08:00:05.7711324Z The following packages have been kept back: 2025-07-02T08:00:05.7711732Z cuda-libraries-12-2 cuda-libraries-dev-12-2 libcublas-12-2 2025-07-02T08:00:05.7712104Z libcublas-dev-12-2 2025-07-02T08:00:05.7712392Z The following packages will be upgraded: 2025-07-02T08:00:05.7712706Z cuda-nsight-compute-12-2 2025-07-02T08:00:05.7713053Z 1 upgraded, 1 newly installed, 0 to remove and 4 not upgraded. 2025-07-02T08:00:05.7713427Z Need to get 721 MB of archives. 2025-07-02T08:00:05.7713809Z After this operation, 1538 MB of additional disk space will be used. 2025-07-02T08:00:05.7714115Z 2025-07-02T08:00:05.7714197Z 0% [Working] 2025-07-02T08:00:05.7714401Z 2025-07-02T08:00:05.7715014Z 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:05.7715597Z 2025-07-02T08:00:05.7715712Z 0% [1 nsight-compute-2023.2.2 0 B/721 MB 0%] 2025-07-02T08:00:05.7716061Z 7% [1 nsight-compute-2023.2.2 66.3 MB/721 MB 9%] 2025-07-02T08:00:05.7716404Z 13% [1 nsight-compute-2023.2.2 119 MB/721 MB 17%] 2025-07-02T08:00:05.7716762Z 21% [1 nsight-compute-2023.2.2 186 MB/721 MB 26%] 2025-07-02T08:00:05.7717101Z 27% [1 nsight-compute-2023.2.2 246 MB/721 MB 34%] 2025-07-02T08:00:05.7717454Z 35% [1 nsight-compute-2023.2.2 313 MB/721 MB 43%] 2025-07-02T08:00:05.7717803Z 42% [1 nsight-compute-2023.2.2 380 MB/721 MB 53%] 2025-07-02T08:00:05.7718135Z 50% [1 nsight-compute-2023.2.2 448 MB/721 MB 62%] 2025-07-02T08:00:05.7718481Z 57% [1 nsight-compute-2023.2.2 515 MB/721 MB 71%] 2025-07-02T08:00:05.7718809Z 65% [1 nsight-compute-2023.2.2 582 MB/721 MB 81%] 2025-07-02T08:00:05.7719158Z 72% [1 nsight-compute-2023.2.2 650 MB/721 MB 90%] 2025-07-02T08:00:05.7719487Z 80% [1 nsight-compute-2023.2.2 717 MB/721 MB 99%] 2025-07-02T08:00:05.7719804Z 2025-07-02T08:00:05.7720075Z 90% [Working] 2025-07-02T08:00:05.7720286Z 2025-07-02T08:00:05.7720975Z 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:05.7721499Z 2025-07-02T08:00:05.7721618Z 90% [2 cuda-nsight-compute-12-2 4052 B/4052 B 100%] 2025-07-02T08:00:05.7721938Z 2025-07-02T08:00:05.7722194Z 100% [Working] 2025-07-02T08:00:05.7722382Z 2025-07-02T08:00:05.7722570Z Fetched 721 MB in 6s (125 MB/s) 2025-07-02T08:00:05.7722948Z debconf: delaying package configuration, since apt-utils is not installed 2025-07-02T08:00:05.7723444Z Selecting previously unselected package nsight-compute-2023.2.2. 2025-07-02T08:00:05.7723822Z (Reading database ... 2025-07-02T08:00:05.7724051Z (Reading database ... 5% 2025-07-02T08:00:05.7724277Z (Reading database ... 10% 2025-07-02T08:00:05.7724514Z (Reading database ... 15% 2025-07-02T08:00:05.7724737Z (Reading database ... 20% 2025-07-02T08:00:05.7724973Z (Reading database ... 25% 2025-07-02T08:00:05.7725284Z (Reading database ... 30% 2025-07-02T08:00:05.7725522Z (Reading database ... 35% 2025-07-02T08:00:05.7725745Z (Reading database ... 40% 2025-07-02T08:00:05.7725978Z (Reading database ... 45% 2025-07-02T08:00:05.7726205Z (Reading database ... 50% 2025-07-02T08:00:05.7726500Z (Reading database ... 55% 2025-07-02T08:00:05.7726737Z (Reading database ... 60% 2025-07-02T08:00:05.7726959Z (Reading database ... 65% 2025-07-02T08:00:05.7727194Z (Reading database ... 70% 2025-07-02T08:00:05.7727416Z (Reading database ... 75% 2025-07-02T08:00:05.7727651Z (Reading database ... 80% 2025-07-02T08:00:05.7727874Z (Reading database ... 85% 2025-07-02T08:00:05.7728113Z (Reading database ... 90% 2025-07-02T08:00:05.7728336Z (Reading database ... 95% 2025-07-02T08:00:05.7728576Z (Reading database ... 100% 2025-07-02T08:00:05.7728909Z (Reading database ... 23686 files and directories currently installed.) 2025-07-02T08:00:05.7729403Z Preparing to unpack .../nsight-compute-2023.2.2_2023.2.2.3-1_amd64.deb ... 2025-07-02T08:00:05.7729852Z Unpacking nsight-compute-2023.2.2 (2023.2.2.3-1) ... 2025-07-02T08:00:05.7730266Z Preparing to unpack .../cuda-nsight-compute-12-2_12.2.2-1_amd64.deb ... 2025-07-02T08:00:05.7730740Z Unpacking cuda-nsight-compute-12-2 (12.2.2-1) over (12.2.0-1) ... 2025-07-02T08:00:05.7731144Z Setting up nsight-compute-2023.2.2 (2023.2.2.3-1) ... 2025-07-02T08:00:05.7731504Z Setting up cuda-nsight-compute-12-2 (12.2.2-1) ... 2025-07-02T08:00:05.7731728Z 2025-07-02T08:00:05.7731898Z this_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 2025-07-02T08:00:05.7732314Z +++ dirname .github/unittest/linux/scripts/run_all.sh 2025-07-02T08:00:05.7732645Z ++ cd .github/unittest/linux/scripts 2025-07-02T08:00:05.7732892Z ++ pwd 2025-07-02T08:00:05.7733132Z + this_dir=/pytorch/rl/.github/unittest/linux/scripts 2025-07-02T08:00:05.7733439Z if [[ $OSTYPE != 'darwin'* ]]; then 2025-07-02T08:00:05.7733711Z # from cudagl docker image 2025-07-02T08:00:05.7734053Z cp $this_dir/10_nvidia.json /usr/share/glvnd/egl_vendor.d/10_nvidia.json 2025-07-02T08:00:05.7734427Z fi 2025-07-02T08:00:05.7734605Z + [[ linux-gnu != \d\a\r\w\i\n* ]] 2025-07-02T08:00:05.7735110Z + cp /pytorch/rl/.github/unittest/linux/scripts/10_nvidia.json /usr/share/glvnd/egl_vendor.d/10_nvidia.json 2025-07-02T08:00:05.7735547Z 2025-07-02T08:00:05.7735551Z 2025-07-02T08:00:05.7735669Z # ==================================================================================== # 2025-07-02T08:00:05.7736007Z # ================================ Setup env ========================================= # 2025-07-02T08:00:05.7736253Z 2025-07-02T08:00:05.7736589Z # Avoid error: "fatal: unsafe repository" 2025-07-02T08:00:05.7736915Z git config --global --add safe.directory '*' 2025-07-02T08:00:05.7737257Z + git config --global --add safe.directory '*' 2025-07-02T08:00:05.7737601Z root_dir="$(git rev-parse --show-toplevel)" 2025-07-02T08:00:05.7737910Z ++ git rev-parse --show-toplevel 2025-07-02T08:00:05.7738181Z + root_dir=/pytorch/rl 2025-07-02T08:00:05.7738416Z conda_dir="${root_dir}/conda" 2025-07-02T08:00:05.7738684Z + conda_dir=/pytorch/rl/conda 2025-07-02T08:00:05.7738932Z env_dir="${root_dir}/env" 2025-07-02T08:00:05.7739178Z + env_dir=/pytorch/rl/env 2025-07-02T08:00:05.7739410Z lib_dir="${env_dir}/lib" 2025-07-02T08:00:05.7739660Z + lib_dir=/pytorch/rl/env/lib 2025-07-02T08:00:05.7739824Z 2025-07-02T08:00:05.7739905Z cd "${root_dir}" 2025-07-02T08:00:05.7740120Z + cd /pytorch/rl 2025-07-02T08:00:05.7740243Z 2025-07-02T08:00:05.7740340Z case "$(uname -s)" in 2025-07-02T08:00:05.7740564Z Darwin*) os=MacOSX;; 2025-07-02T08:00:05.7740801Z *) os=Linux 2025-07-02T08:00:05.7740991Z esac 2025-07-02T08:00:05.7741186Z + case "$(uname -s)" in 2025-07-02T08:00:05.7741403Z ++ uname -s 2025-07-02T08:00:05.7741593Z + os=Linux 2025-07-02T08:00:05.7741702Z 2025-07-02T08:00:05.7741793Z # 1. Install conda at ./conda 2025-07-02T08:00:05.7742060Z if [ ! -d "${conda_dir}" ]; then 2025-07-02T08:00:05.7742324Z printf "* Installing conda\n" 2025-07-02T08:00:16.2603717Z wget -O miniconda.sh "http://repo.continuum.io/miniconda/Miniconda3-latest-${os}-x86_64.sh" 2025-07-02T08:00:16.2604315Z bash ./miniconda.sh -b -f -p "${conda_dir}" 2025-07-02T08:00:16.2604988Z fi 2025-07-02T08:00:16.2605261Z + '[' '!' -d /pytorch/rl/conda ']' 2025-07-02T08:00:16.2606707Z + printf '* Installing conda\n' 2025-07-02T08:00:16.2607031Z * Installing conda 2025-07-02T08:00:16.2607483Z + wget -O miniconda.sh http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh 2025-07-02T08:00:16.2608177Z --2025-07-02 08:00:05-- http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh 2025-07-02T08:00:16.2608902Z Resolving repo.continuum.io (repo.continuum.io)... 104.18.177.84, 104.18.176.84, 2606:4700::6812:b154, ... 2025-07-02T08:00:16.2609585Z Connecting to repo.continuum.io (repo.continuum.io)|104.18.177.84|:80... connected. 2025-07-02T08:00:16.2610128Z HTTP request sent, awaiting response... 301 Moved Permanently 2025-07-02T08:00:16.2610731Z Location: https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh [following] 2025-07-02T08:00:16.2611444Z --2025-07-02 08:00:05-- https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh 2025-07-02T08:00:16.2612160Z Resolving repo.anaconda.com (repo.anaconda.com)... 104.16.32.241, 104.16.191.158, 2606:4700::6810:bf9e, ... 2025-07-02T08:00:16.2612846Z Connecting to repo.anaconda.com (repo.anaconda.com)|104.16.32.241|:443... connected. 2025-07-02T08:00:16.2613347Z HTTP request sent, awaiting response... 200 OK 2025-07-02T08:00:16.2613713Z Length: 159476510 (152M) [application/octet-stream] 2025-07-02T08:00:16.2614058Z Saving to: 'miniconda.sh' 2025-07-02T08:00:16.2614219Z 2025-07-02T08:00:16.2614224Z 2025-07-02T08:00:16.2614414Z miniconda.sh 0%[ ] 0 --.-KB/s 2025-07-02T08:00:16.2614903Z miniconda.sh 40%[=======> ] 61.79M 309MB/s 2025-07-02T08:00:16.2615337Z miniconda.sh 81%[===============> ] 123.83M 310MB/s 2025-07-02T08:00:16.2615784Z miniconda.sh 100%[===================>] 152.09M 312MB/s in 0.5s 2025-07-02T08:00:16.2616058Z 2025-07-02T08:00:16.2616233Z 2025-07-02 08:00:06 (312 MB/s) - 'miniconda.sh' saved [159476510/159476510] 2025-07-02T08:00:16.2616529Z 2025-07-02T08:00:16.2616662Z + bash ./miniconda.sh -b -f -p /pytorch/rl/conda 2025-07-02T08:00:16.2616985Z PREFIX=/pytorch/rl/conda 2025-07-02T08:00:16.2617241Z Unpacking payload ... 2025-07-02T08:00:16.2618044Z 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.2619452Z 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.2620211Z 2025-07-02T08:00:16.2620313Z Installing base environment... 2025-07-02T08:00:16.2620493Z 2025-07-02T08:00:16.2620611Z Preparing transaction: ...working... done 2025-07-02T08:00:16.2620950Z Executing transaction: ...working... done 2025-07-02T08:00:16.2621817Z 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.2622655Z installation finished. 2025-07-02T08:00:16.2622933Z eval "$(${conda_dir}/bin/conda shell.bash hook)" 2025-07-02T08:00:16.2623274Z ++ /pytorch/rl/conda/bin/conda shell.bash hook 2025-07-02T08:00:16.2623662Z + eval 'export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:00:16.2624011Z export _CE_M='\'''\'' 2025-07-02T08:00:16.2624255Z export _CE_CONDA='\'''\'' 2025-07-02T08:00:16.2624578Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\'' 2025-07-02T08:00:16.2624871Z 2025-07-02T08:00:16.2624970Z # Copyright (C) 2012 Anaconda, Inc 2025-07-02T08:00:16.2625280Z # SPDX-License-Identifier: BSD-3-Clause 2025-07-02T08:00:16.2625731Z __conda_exe() ( 2025-07-02T08:00:16.2626002Z if [ -n "${_CE_M:+x}" ] && [ -n "${_CE_CONDA:+x}" ]; then 2025-07-02T08:00:16.2626452Z # only use _CE_M/_CE_CONDA when defined to avoid issues when run with `set -u` 2025-07-02T08:00:16.2626956Z "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" 2025-07-02T08:00:16.2627236Z else 2025-07-02T08:00:16.2627434Z "$CONDA_EXE" "$@" 2025-07-02T08:00:16.2627654Z fi 2025-07-02T08:00:16.2627843Z ) 2025-07-02T08:00:16.2627943Z 2025-07-02T08:00:16.2628042Z __conda_hashr() { 2025-07-02T08:00:16.2628265Z if [ -n "${ZSH_VERSION:+x}" ]; then 2025-07-02T08:00:16.2628660Z \rehash 2025-07-02T08:00:16.2628897Z elif [ -n "${POSH_VERSION:+x}" ]; then 2025-07-02T08:00:16.2629191Z : # pass 2025-07-02T08:00:16.2629389Z else 2025-07-02T08:00:16.2629659Z \hash -r 2025-07-02T08:00:16.2629857Z fi 2025-07-02T08:00:16.2630042Z } 2025-07-02T08:00:16.2630139Z 2025-07-02T08:00:16.2630230Z __conda_activate() { 2025-07-02T08:00:16.2630488Z if [ -n "${CONDA_PS1_BACKUP:+x}" ]; then 2025-07-02T08:00:16.2630966Z # Handle transition from shell activated with conda <= 4.3 to a subsequent activation 2025-07-02T08:00:16.2631467Z # after conda updated to >= 4.4. See issue #6173. 2025-07-02T08:00:16.2631809Z PS1="$CONDA_PS1_BACKUP" 2025-07-02T08:00:16.2632071Z \unset CONDA_PS1_BACKUP 2025-07-02T08:00:16.2632325Z fi 2025-07-02T08:00:16.2632513Z \local ask_conda 2025-07-02T08:00:16.2632837Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix "$@")" || \return 2025-07-02T08:00:16.2633212Z \eval "$ask_conda" 2025-07-02T08:00:16.2633448Z __conda_hashr 2025-07-02T08:00:16.2633645Z } 2025-07-02T08:00:16.2633757Z 2025-07-02T08:00:16.2633847Z __conda_reactivate() { 2025-07-02T08:00:16.2634112Z # FUTURE: conda 25.9, remove this function 2025-07-02T08:00:16.2634697Z echo "'\''__conda_reactivate'\'' is deprecated and will be removed in 25.9. Use '\''__conda_activate reactivate'\'' instead." 1>&2 2025-07-02T08:00:16.2635279Z __conda_activate reactivate 2025-07-02T08:00:16.2635521Z } 2025-07-02T08:00:16.2635632Z 2025-07-02T08:00:16.2635712Z conda() { 2025-07-02T08:00:16.2635910Z \local cmd="${1-__missing__}" 2025-07-02T08:00:16.2636182Z case "$cmd" in 2025-07-02T08:00:16.2636402Z activate|deactivate) 2025-07-02T08:00:16.2636671Z __conda_activate "$@" 2025-07-02T08:00:16.2636932Z ;; 2025-07-02T08:00:16.2637166Z install|update|upgrade|remove|uninstall) 2025-07-02T08:00:16.2637491Z __conda_exe "$@" || \return 2025-07-02T08:00:16.2637777Z __conda_activate reactivate 2025-07-02T08:00:16.2638058Z ;; 2025-07-02T08:00:16.2638246Z *) 2025-07-02T08:00:16.2638452Z __conda_exe "$@" 2025-07-02T08:00:16.2638680Z ;; 2025-07-02T08:00:16.2638881Z esac 2025-07-02T08:00:16.2639053Z } 2025-07-02T08:00:16.2639164Z 2025-07-02T08:00:16.2639264Z if [ -z "${CONDA_SHLVL+x}" ]; then 2025-07-02T08:00:16.2639545Z \export CONDA_SHLVL=0 2025-07-02T08:00:16.2639835Z # In dev-mode CONDA_EXE is python.exe and on Windows 2025-07-02T08:00:16.2640236Z # it is in a different relative location to condabin. 2025-07-02T08:00:16.2640611Z if [ -n "${_CE_CONDA:+x}" ] && [ -n "${WINDIR+x}" ]; then 2025-07-02T08:00:16.2641025Z PATH="$(\dirname "$CONDA_EXE")/condabin${PATH:+":${PATH}"}" 2025-07-02T08:00:16.2641368Z else 2025-07-02T08:00:16.2641678Z PATH="$(\dirname "$(\dirname "$CONDA_EXE")")/condabin${PATH:+":${PATH}"}" 2025-07-02T08:00:16.2642073Z fi 2025-07-02T08:00:16.2642260Z \export PATH 2025-07-02T08:00:16.2642392Z 2025-07-02T08:00:16.2642581Z # We'\''re not allowing PS1 to be unbound. It must at least be set. 2025-07-02T08:00:16.2643115Z # However, we'\''re not exporting it, which can cause problems when starting a second shell 2025-07-02T08:00:16.2643818Z # via a first shell (i.e. starting zsh from bash). 2025-07-02T08:00:16.2644275Z if [ -z "${PS1+x}" ]; then 2025-07-02T08:00:16.2644542Z PS1= 2025-07-02T08:00:16.2644750Z fi 2025-07-02T08:00:16.2644930Z fi 2025-07-02T08:00:16.2645032Z 2025-07-02T08:00:16.2645144Z conda activate '\''base'\''' 2025-07-02T08:00:16.2645514Z export CONDA_EXE='/pytorch/rl/conda/bin/conda' 2025-07-02T08:00:16.2645876Z ++ export CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:00:16.2646202Z ++ CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:00:16.2646499Z export _CE_M='' 2025-07-02T08:00:16.2646704Z ++ export _CE_M= 2025-07-02T08:00:16.2646921Z ++ _CE_M= 2025-07-02T08:00:16.2647114Z export _CE_CONDA='' 2025-07-02T08:00:16.2647339Z ++ export _CE_CONDA= 2025-07-02T08:00:16.2647554Z ++ _CE_CONDA= 2025-07-02T08:00:16.2647830Z export CONDA_PYTHON_EXE='/pytorch/rl/conda/bin/python' 2025-07-02T08:00:16.2648240Z ++ export CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:00:16.2648611Z ++ CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:00:16.2648846Z 2025-07-02T08:00:16.2648957Z # Copyright (C) 2012 Anaconda, Inc 2025-07-02T08:00:16.2649253Z # SPDX-License-Identifier: BSD-3-Clause 2025-07-02T08:00:16.2649550Z __conda_exe() ( 2025-07-02T08:00:16.2649798Z if [ -n "${_CE_M:+x}" ] && [ -n "${_CE_CONDA:+x}" ]; then 2025-07-02T08:00:16.2650256Z # only use _CE_M/_CE_CONDA when defined to avoid issues when run with `set -u` 2025-07-02T08:00:16.2650695Z "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" 2025-07-02T08:00:16.2650967Z else 2025-07-02T08:00:16.2651169Z "$CONDA_EXE" "$@" 2025-07-02T08:00:16.2651391Z fi 2025-07-02T08:00:16.2651578Z ) 2025-07-02T08:00:16.2651677Z 2025-07-02T08:00:16.2651760Z __conda_hashr() { 2025-07-02T08:00:16.2651996Z if [ -n "${ZSH_VERSION:+x}" ]; then 2025-07-02T08:00:16.2652269Z \rehash 2025-07-02T08:00:16.2652505Z elif [ -n "${POSH_VERSION:+x}" ]; then 2025-07-02T08:00:16.2652785Z : # pass 2025-07-02T08:00:16.2652994Z else 2025-07-02T08:00:16.2653172Z \hash -r 2025-07-02T08:00:16.2653381Z fi 2025-07-02T08:00:16.2653564Z } 2025-07-02T08:00:16.2653663Z 2025-07-02T08:00:16.2653749Z __conda_activate() { 2025-07-02T08:00:16.2654005Z if [ -n "${CONDA_PS1_BACKUP:+x}" ]; then 2025-07-02T08:00:16.2654475Z # Handle transition from shell activated with conda <= 4.3 to a subsequent activation 2025-07-02T08:00:16.2654981Z # after conda updated to >= 4.4. See issue #6173. 2025-07-02T08:00:16.2655306Z PS1="$CONDA_PS1_BACKUP" 2025-07-02T08:00:16.2655581Z \unset CONDA_PS1_BACKUP 2025-07-02T08:00:16.2655819Z fi 2025-07-02T08:00:16.2656016Z \local ask_conda 2025-07-02T08:00:16.2656335Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix "$@")" || \return 2025-07-02T08:00:16.2656702Z \eval "$ask_conda" 2025-07-02T08:00:16.2656933Z __conda_hashr 2025-07-02T08:00:16.2657129Z } 2025-07-02T08:00:16.2657228Z 2025-07-02T08:00:16.2657329Z __conda_reactivate() { 2025-07-02T08:00:16.2657579Z # FUTURE: conda 25.9, remove this function 2025-07-02T08:00:16.2658162Z echo "'__conda_reactivate' is deprecated and will be removed in 25.9. Use '__conda_activate reactivate' instead." 1>&2 2025-07-02T08:00:16.2658718Z __conda_activate reactivate 2025-07-02T08:00:16.2658972Z } 2025-07-02T08:00:16.2659071Z 2025-07-02T08:00:16.2659165Z conda() { 2025-07-02T08:00:16.2659366Z \local cmd="${1-__missing__}" 2025-07-02T08:00:16.2659637Z case "$cmd" in 2025-07-02T08:00:16.2659856Z activate|deactivate) 2025-07-02T08:00:16.2660121Z __conda_activate "$@" 2025-07-02T08:00:16.2660370Z ;; 2025-07-02T08:00:16.2660612Z install|update|upgrade|remove|uninstall) 2025-07-02T08:00:16.2660929Z __conda_exe "$@" || \return 2025-07-02T08:00:16.2661226Z __conda_activate reactivate 2025-07-02T08:00:16.2661493Z ;; 2025-07-02T08:00:16.2661695Z *) 2025-07-02T08:00:16.2661897Z __conda_exe "$@" 2025-07-02T08:00:16.2662127Z ;; 2025-07-02T08:00:16.2662416Z esac 2025-07-02T08:00:16.2662590Z } 2025-07-02T08:00:16.2662691Z 2025-07-02T08:00:16.2662799Z if [ -z "${CONDA_SHLVL+x}" ]; then 2025-07-02T08:00:16.2663070Z \export CONDA_SHLVL=0 2025-07-02T08:00:16.2663371Z # In dev-mode CONDA_EXE is python.exe and on Windows 2025-07-02T08:00:16.2663804Z # it is in a different relative location to condabin. 2025-07-02T08:00:16.2664189Z if [ -n "${_CE_CONDA:+x}" ] && [ -n "${WINDIR+x}" ]; then 2025-07-02T08:00:16.2664584Z PATH="$(\dirname "$CONDA_EXE")/condabin${PATH:+":${PATH}"}" 2025-07-02T08:00:16.2664935Z else 2025-07-02T08:00:16.2665242Z PATH="$(\dirname "$(\dirname "$CONDA_EXE")")/condabin${PATH:+":${PATH}"}" 2025-07-02T08:00:16.2665620Z fi 2025-07-02T08:00:16.2665818Z \export PATH 2025-07-02T08:00:16.2665948Z 2025-07-02T08:00:16.2666118Z # We're not allowing PS1 to be unbound. It must at least be set. 2025-07-02T08:00:16.2666650Z # However, we're not exporting it, which can cause problems when starting a second shell 2025-07-02T08:00:16.2667139Z # via a first shell (i.e. starting zsh from bash). 2025-07-02T08:00:16.2667476Z if [ -z "${PS1+x}" ]; then 2025-07-02T08:00:16.2667731Z PS1= 2025-07-02T08:00:16.2667916Z fi 2025-07-02T08:00:16.2668101Z fi 2025-07-02T08:00:16.2668275Z ++ '[' -z '' ']' 2025-07-02T08:00:16.2668499Z ++ export CONDA_SHLVL=0 2025-07-02T08:00:16.2668822Z ++ CONDA_SHLVL=0 2025-07-02T08:00:16.2669035Z ++ '[' -n '' ']' 2025-07-02T08:00:16.2669262Z ++++ dirname /pytorch/rl/conda/bin/conda 2025-07-02T08:00:16.2669584Z +++ dirname /pytorch/rl/conda/bin 2025-07-02T08:00:16.2670269Z ++ 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:16.2670959Z ++ export PATH 2025-07-02T08:00:16.2671174Z ++ '[' -z '' ']' 2025-07-02T08:00:16.2671377Z ++ PS1= 2025-07-02T08:00:16.2671484Z 2025-07-02T08:00:16.2671589Z conda activate 'base' 2025-07-02T08:00:16.2671817Z ++ conda activate base 2025-07-02T08:00:16.2672067Z ++ local cmd=activate 2025-07-02T08:00:16.2672284Z ++ case "$cmd" in 2025-07-02T08:00:16.2672522Z ++ __conda_activate activate base 2025-07-02T08:00:16.2672785Z ++ '[' -n '' ']' 2025-07-02T08:00:16.2673003Z ++ local ask_conda 2025-07-02T08:00:16.2673207Z +++ PS1= 2025-07-02T08:00:16.2673440Z +++ __conda_exe shell.posix activate base 2025-07-02T08:00:16.2673732Z +++ '[' -n '' ']' 2025-07-02T08:00:16.2674027Z +++ /pytorch/rl/conda/bin/conda shell.posix activate base 2025-07-02T08:00:16.2674393Z ++ ask_conda='unset _CE_M 2025-07-02T08:00:16.2674731Z unset _CE_CONDA 2025-07-02T08:00:16.2674936Z PS1='\''(base) '\'' 2025-07-02T08:00:23.5796728Z 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:23.5797627Z export CONDA_PREFIX='\''/pytorch/rl/conda'\'' 2025-07-02T08:00:23.5797967Z export CONDA_SHLVL='\''1'\'' 2025-07-02T08:00:23.5798238Z export CONDA_DEFAULT_ENV='\''base'\'' 2025-07-02T08:00:23.5798596Z export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2025-07-02T08:00:23.5798965Z export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:00:23.5799382Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\''' 2025-07-02T08:00:23.5799760Z ++ eval 'unset _CE_M 2025-07-02T08:00:23.5799988Z unset _CE_CONDA 2025-07-02T08:00:23.5800207Z PS1='\''(base) '\'' 2025-07-02T08:00:23.5800958Z 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:23.5801816Z export CONDA_PREFIX='\''/pytorch/rl/conda'\'' 2025-07-02T08:00:23.5802133Z export CONDA_SHLVL='\''1'\'' 2025-07-02T08:00:23.5802415Z export CONDA_DEFAULT_ENV='\''base'\'' 2025-07-02T08:00:23.5802733Z export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2025-07-02T08:00:23.5803087Z export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:00:23.5803513Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\''' 2025-07-02T08:00:23.5804135Z unset _CE_M 2025-07-02T08:00:23.5804335Z +++ unset _CE_M 2025-07-02T08:00:23.5804534Z unset _CE_CONDA 2025-07-02T08:00:23.5804744Z +++ unset _CE_CONDA 2025-07-02T08:00:23.5804947Z PS1='(base) ' 2025-07-02T08:00:23.5805154Z +++ PS1='(base) ' 2025-07-02T08:00:23.5805993Z 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:23.5807312Z +++ 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:23.5808655Z +++ 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:23.5809459Z export CONDA_PREFIX='/pytorch/rl/conda' 2025-07-02T08:00:23.5809786Z +++ export CONDA_PREFIX=/pytorch/rl/conda 2025-07-02T08:00:23.5810095Z +++ CONDA_PREFIX=/pytorch/rl/conda 2025-07-02T08:00:23.5810379Z export CONDA_SHLVL='1' 2025-07-02T08:00:23.5810611Z +++ export CONDA_SHLVL=1 2025-07-02T08:00:23.5810851Z +++ CONDA_SHLVL=1 2025-07-02T08:00:23.5811072Z export CONDA_DEFAULT_ENV='base' 2025-07-02T08:00:23.5811358Z +++ export CONDA_DEFAULT_ENV=base 2025-07-02T08:00:23.5811626Z +++ CONDA_DEFAULT_ENV=base 2025-07-02T08:00:23.5811897Z export CONDA_PROMPT_MODIFIER='(base) ' 2025-07-02T08:00:23.5812201Z +++ export 'CONDA_PROMPT_MODIFIER=(base) ' 2025-07-02T08:00:23.5812514Z +++ CONDA_PROMPT_MODIFIER='(base) ' 2025-07-02T08:00:23.5812836Z export CONDA_EXE='/pytorch/rl/conda/bin/conda' 2025-07-02T08:00:23.5813177Z +++ export CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:00:23.5813516Z +++ CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:00:23.5813865Z export CONDA_PYTHON_EXE='/pytorch/rl/conda/bin/python' 2025-07-02T08:00:23.5814281Z +++ export CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:00:23.5814656Z +++ CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:00:23.5814981Z ++ __conda_hashr 2025-07-02T08:00:23.5815191Z ++ '[' -n '' ']' 2025-07-02T08:00:23.5815404Z ++ '[' -n '' ']' 2025-07-02T08:00:23.5815600Z ++ hash -r 2025-07-02T08:00:23.5815725Z 2025-07-02T08:00:23.5815835Z # 2. Create test environment at ./env 2025-07-02T08:00:23.5816148Z printf "python: ${PYTHON_VERSION}\n" 2025-07-02T08:00:23.5816431Z + printf 'python: 3.12\n' 2025-07-02T08:00:23.5816684Z python: 3.12 2025-07-02T08:00:23.5816893Z if [ ! -d "${env_dir}" ]; then 2025-07-02T08:00:23.5817182Z printf "* Creating a test environment\n" 2025-07-02T08:00:23.5817574Z conda create --prefix "${env_dir}" -y python="$PYTHON_VERSION" 2025-07-02T08:00:23.5817949Z fi 2025-07-02T08:00:23.5818141Z + '[' '!' -d /pytorch/rl/env ']' 2025-07-02T08:00:23.5818438Z + printf '* Creating a test environment\n' 2025-07-02T08:00:23.5818741Z * Creating a test environment 2025-07-02T08:00:23.5819070Z + conda create --prefix /pytorch/rl/env -y python=3.12 2025-07-02T08:00:23.5819418Z + local cmd=create 2025-07-02T08:00:23.5819627Z + case "$cmd" in 2025-07-02T08:00:23.5819925Z + __conda_exe create --prefix /pytorch/rl/env -y python=3.12 2025-07-02T08:00:23.5820272Z + '[' -n '' ']' 2025-07-02T08:00:23.5820648Z + /pytorch/rl/conda/bin/conda create --prefix /pytorch/rl/env -y python=3.12 2025-07-02T08:00:23.5821326Z CI detected... 2025-07-02T08:00:23.5821613Z Channels: 2025-07-02T08:00:23.5821801Z - defaults 2025-07-02T08:00:23.5822013Z Platform: linux-64 2025-07-02T08:00:23.5822481Z Collecting package metadata (repodata.json): - \ | / - \ done 2025-07-02T08:00:23.5822951Z Solving environment: / done 2025-07-02T08:00:23.5823126Z 2025-07-02T08:00:23.5823226Z ## Package Plan ## 2025-07-02T08:00:23.5823361Z 2025-07-02T08:00:23.5823471Z environment location: /pytorch/rl/env 2025-07-02T08:00:23.5823704Z 2025-07-02T08:00:23.5823798Z added / updated specs: 2025-07-02T08:00:23.5824055Z - python=3.12 2025-07-02T08:00:23.5824289Z 2025-07-02T08:00:23.5824293Z 2025-07-02T08:00:23.5824411Z The following packages will be downloaded: 2025-07-02T08:00:23.5824629Z 2025-07-02T08:00:23.5824758Z package | build 2025-07-02T08:00:23.5825083Z ---------------------------|----------------- 2025-07-02T08:00:23.5825520Z python-3.12.11 | h22baa00_0 34.6 MB 2025-07-02T08:00:23.5825933Z setuptools-78.1.1 | py312h06a4308_0 2.2 MB 2025-07-02T08:00:23.5826347Z wheel-0.45.1 | py312h06a4308_0 147 KB 2025-07-02T08:00:23.5826732Z ------------------------------------------------------------ 2025-07-02T08:00:23.5827070Z Total: 36.9 MB 2025-07-02T08:00:23.5827283Z 2025-07-02T08:00:23.5827426Z The following NEW packages will be INSTALLED: 2025-07-02T08:00:23.5827651Z 2025-07-02T08:00:23.5827850Z _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main 2025-07-02T08:00:23.5828315Z _openmp_mutex pkgs/main/linux-64::_openmp_mutex-5.1-1_gnu 2025-07-02T08:00:23.5828858Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h5eee18b_6 2025-07-02T08:00:23.5829354Z ca-certificates pkgs/main/linux-64::ca-certificates-2025.2.25-h06a4308_0 2025-07-02T08:00:23.5829867Z expat pkgs/main/linux-64::expat-2.7.1-h6a678d5_0 2025-07-02T08:00:23.5830322Z ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.40-h12ee557_0 2025-07-02T08:00:23.5830806Z libffi pkgs/main/linux-64::libffi-3.4.4-h6a678d5_1 2025-07-02T08:00:23.5831239Z libgcc-ng pkgs/main/linux-64::libgcc-ng-11.2.0-h1234567_1 2025-07-02T08:00:23.5831694Z libgomp pkgs/main/linux-64::libgomp-11.2.0-h1234567_1 2025-07-02T08:00:23.5832175Z libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-11.2.0-h1234567_1 2025-07-02T08:00:23.5832638Z libuuid pkgs/main/linux-64::libuuid-1.41.5-h5eee18b_0 2025-07-02T08:00:23.5833078Z libxcb pkgs/main/linux-64::libxcb-1.17.0-h9b100fa_0 2025-07-02T08:00:23.5833497Z ncurses pkgs/main/linux-64::ncurses-6.4-h6a678d5_0 2025-07-02T08:00:23.5833932Z openssl pkgs/main/linux-64::openssl-3.0.16-h5eee18b_0 2025-07-02T08:00:23.5834349Z pip pkgs/main/noarch::pip-25.1-pyhc872135_2 2025-07-02T08:00:23.5834802Z pthread-stubs pkgs/main/linux-64::pthread-stubs-0.3-h0ce48e5_1 2025-07-02T08:00:23.5835281Z python pkgs/main/linux-64::python-3.12.11-h22baa00_0 2025-07-02T08:00:23.5835714Z readline pkgs/main/linux-64::readline-8.2-h5eee18b_0 2025-07-02T08:00:23.5836202Z setuptools pkgs/main/linux-64::setuptools-78.1.1-py312h06a4308_0 2025-07-02T08:00:23.5836685Z sqlite pkgs/main/linux-64::sqlite-3.45.3-h5eee18b_0 2025-07-02T08:00:23.5837076Z tk pkgs/main/linux-64::tk-8.6.14-h993c535_1 2025-07-02T08:00:23.5837469Z tzdata pkgs/main/noarch::tzdata-2025b-h04d1e81_0 2025-07-02T08:00:23.5837887Z wheel pkgs/main/linux-64::wheel-0.45.1-py312h06a4308_0 2025-07-02T08:00:23.5838367Z xorg-libx11 pkgs/main/linux-64::xorg-libx11-1.8.12-h9b100fa_1 2025-07-02T08:00:23.5838864Z xorg-libxau pkgs/main/linux-64::xorg-libxau-1.0.12-h9b100fa_0 2025-07-02T08:00:23.5839370Z xorg-libxdmcp pkgs/main/linux-64::xorg-libxdmcp-1.1.5-h9b100fa_0 2025-07-02T08:00:23.5839913Z xorg-xorgproto pkgs/main/linux-64::xorg-xorgproto-2024.1-h5eee18b_1 2025-07-02T08:00:23.5842422Z xz pkgs/main/linux-64::xz-5.6.4-h5eee18b_1 2025-07-02T08:00:23.5842820Z zlib pkgs/main/linux-64::zlib-1.2.13-h5eee18b_1 2025-07-02T08:00:23.5843070Z 2025-07-02T08:00:23.5843075Z 2025-07-02T08:00:23.5843080Z 2025-07-02T08:00:23.5843387Z Downloading and Extracting Packages: 2025-07-02T08:00:23.5843595Z 2025-07-02T08:00:23.5843743Z python-3.12.11 | 34.6 MB | : 0% 0/1 [00:00> "${this_dir}/environment.yml" 2025-07-02T08:00:27.3668333Z + echo ' - python=3.12' 2025-07-02T08:00:27.3668704Z cat "${this_dir}/environment.yml" 2025-07-02T08:00:27.3669236Z + cat /pytorch/rl/.github/unittest/linux/scripts/environment.yml 2025-07-02T08:00:27.3669798Z channels: 2025-07-02T08:00:27.3669988Z - pytorch 2025-07-02T08:00:27.3670192Z - defaults 2025-07-02T08:00:27.3670390Z dependencies: 2025-07-02T08:00:27.3670600Z - pip 2025-07-02T08:00:27.3670787Z - protobuf 2025-07-02T08:00:27.3670996Z - pip: 2025-07-02T08:00:27.3671288Z - hypothesis 2025-07-02T08:00:27.3671492Z - future 2025-07-02T08:00:27.3671701Z - cloudpickle 2025-07-02T08:00:27.3671907Z - pygame 2025-07-02T08:00:27.3672142Z - moviepy<2.0.0 2025-07-02T08:00:27.3672349Z - tqdm 2025-07-02T08:00:27.3672549Z - pytest 2025-07-02T08:00:27.3672742Z - pytest-cov 2025-07-02T08:00:27.3672966Z - pytest-mock 2025-07-02T08:00:27.3673183Z - pytest-instafail 2025-07-02T08:00:27.3673441Z - pytest-rerunfailures 2025-07-02T08:00:27.3673691Z - pytest-timeout 2025-07-02T08:00:27.3673930Z - pytest-asyncio 2025-07-02T08:00:27.3674160Z - expecttest 2025-07-02T08:00:27.3674367Z - pybind11[global] 2025-07-02T08:00:27.3674595Z - pyyaml 2025-07-02T08:00:27.3674795Z - scipy 2025-07-02T08:00:27.3674996Z - hydra-core 2025-07-02T08:00:27.3675196Z - tensorboard 2025-07-02T08:00:27.3675415Z - imageio==2.26.0 2025-07-02T08:00:27.3675629Z - wandb 2025-07-02T08:00:27.3675827Z - dm_control 2025-07-02T08:00:27.3676024Z - mujoco 2025-07-02T08:00:27.3676229Z - mlflow 2025-07-02T08:00:27.3676416Z - av 2025-07-02T08:00:27.3676610Z - coverage 2025-07-02T08:00:27.3676802Z - ray 2025-07-02T08:00:27.3677000Z - transformers 2025-07-02T08:00:27.3677214Z - ninja 2025-07-02T08:00:27.3677397Z - timm 2025-07-02T08:00:27.3677596Z - python=3.12 2025-07-02T08:00:27.3677721Z 2025-07-02T08:00:27.3677823Z if [ "${CU_VERSION:-}" == cpu ] ; then 2025-07-02T08:00:27.3678123Z export MUJOCO_GL=glfw 2025-07-02T08:00:27.3678339Z else 2025-07-02T08:00:27.3678537Z export MUJOCO_GL=egl 2025-07-02T08:00:27.3678755Z fi 2025-07-02T08:00:27.3678949Z + '[' cpu == cpu ']' 2025-07-02T08:00:27.3679172Z + export MUJOCO_GL=glfw 2025-07-02T08:00:27.3679414Z + MUJOCO_GL=glfw 2025-07-02T08:00:27.3679543Z 2025-07-02T08:00:27.3679644Z export SDL_VIDEODRIVER=dummy 2025-07-02T08:00:27.3679927Z + export SDL_VIDEODRIVER=dummy 2025-07-02T08:00:27.3680195Z + SDL_VIDEODRIVER=dummy 2025-07-02T08:00:27.3680341Z 2025-07-02T08:00:27.3680453Z # legacy from bash scripts: remove? 2025-07-02T08:00:27.3680748Z conda env config vars set \ 2025-07-02T08:00:27.3680993Z MAX_IDLE_COUNT=1000 \ 2025-07-02T08:00:27.3681738Z 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:27.3682894Z + 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:27.3683662Z + local cmd=env 2025-07-02T08:00:27.3683865Z + case "$cmd" in 2025-07-02T08:00:27.3684571Z + __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:27.3685350Z + '[' -n '' ']' 2025-07-02T08:00:27.3686142Z + /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:27.3687109Z To make your changes take effect please reactivate your environment 2025-07-02T08:00:27.3687387Z 2025-07-02T08:00:27.3687493Z pip3 install pip --upgrade 2025-07-02T08:00:27.3687739Z + pip3 install pip --upgrade 2025-07-02T08:00:27.3688139Z Requirement already satisfied: pip in ./env/lib/python3.12/site-packages (25.1) 2025-07-02T08:00:27.3688550Z Collecting pip 2025-07-02T08:00:27.3688843Z Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB) 2025-07-02T08:00:27.3689227Z Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 2025-07-02T08:00:27.3690385Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2025-07-02T08:00:27.3691157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.6 MB/s eta 0:00:00 2025-07-02T08:00:27.3691716Z [?25hInstalling collected packages: pip 2025-07-02T08:00:27.3692031Z Attempting uninstall: pip 2025-07-02T08:00:27.3692301Z Found existing installation: pip 25.1 2025-07-02T08:00:27.3692614Z Uninstalling pip-25.1: 2025-07-02T08:00:27.3692879Z Successfully uninstalled pip-25.1 2025-07-02T08:00:27.3693194Z Successfully installed pip-25.1.1 2025-07-02T08:00:27.3695004Z 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:27.3696620Z pip install virtualenv 2025-07-02T08:00:27.3696879Z + pip install virtualenv 2025-07-02T08:00:27.3697130Z Collecting virtualenv 2025-07-02T08:00:27.3697481Z Downloading virtualenv-20.31.2-py3-none-any.whl.metadata (4.5 kB) 2025-07-02T08:00:27.3697935Z Collecting distlib<1,>=0.3.7 (from virtualenv) 2025-07-02T08:00:27.3698359Z Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB) 2025-07-02T08:00:27.3698805Z Collecting filelock<4,>=3.12.2 (from virtualenv) 2025-07-02T08:00:27.3699221Z Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-07-02T08:00:27.3699661Z Collecting platformdirs<5,>=3.9.1 (from virtualenv) 2025-07-02T08:00:27.3700106Z Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB) 2025-07-02T08:00:27.3700593Z Downloading virtualenv-20.31.2-py3-none-any.whl (6.1 MB) 2025-07-02T08:00:27.3701190Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.1 MB ? eta -:--:-- 2025-07-02T08:00:27.3701826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 148.1 MB/s eta 0:00:00 2025-07-02T08:00:27.3702483Z [?25hDownloading distlib-0.3.9-py2.py3-none-any.whl (468 kB) 2025-07-02T08:00:27.3702894Z Downloading filelock-3.18.0-py3-none-any.whl (16 kB) 2025-07-02T08:00:27.3703294Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB) 2025-07-02T08:00:27.3703767Z Installing collected packages: distlib, platformdirs, filelock, virtualenv 2025-07-02T08:00:27.3704174Z [?25l 2025-07-02T08:00:27.3704593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [virtualenv] 2025-07-02T08:00:27.3705099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4/4 [virtualenv] 2025-07-02T08:00:27.3705442Z [?25h 2025-07-02T08:00:27.3705911Z Successfully installed distlib-0.3.9 filelock-3.18.0 platformdirs-4.3.8 virtualenv-20.31.2 2025-07-02T08:00:27.3707990Z 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:27.3709937Z  2025-07-02T08:00:27.3710215Z conda env update --file "${this_dir}/environment.yml" --prune 2025-07-02T08:00:27.3710857Z + conda env update --file /pytorch/rl/.github/unittest/linux/scripts/environment.yml --prune 2025-07-02T08:00:27.3711398Z + local cmd=env 2025-07-02T08:00:27.3711614Z + case "$cmd" in 2025-07-02T08:00:27.3712097Z + __conda_exe env update --file /pytorch/rl/.github/unittest/linux/scripts/environment.yml --prune 2025-07-02T08:00:27.3712606Z + '[' -n '' ']' 2025-07-02T08:00:27.3713193Z + /pytorch/rl/conda/bin/conda env update --file /pytorch/rl/.github/unittest/linux/scripts/environment.yml --prune 2025-07-02T08:00:27.3714434Z /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:03:00.6979925Z subnamespace, arg_strings = subparser.parse_known_args(arg_strings, None) 2025-07-02T08:03:00.6981039Z CI detected... 2025-07-02T08:03:00.6981333Z Channels: 2025-07-02T08:03:00.6981555Z - pytorch 2025-07-02T08:03:00.6981747Z - defaults 2025-07-02T08:03:00.6981958Z Platform: linux-64 2025-07-02T08:03:00.6982387Z Collecting package metadata (repodata.json): - \ | / - done 2025-07-02T08:03:00.6982850Z Solving environment: | done 2025-07-02T08:03:00.6983027Z 2025-07-02T08:03:00.6983150Z Downloading and Extracting Packages: 2025-07-02T08:03:00.6983349Z 2025-07-02T08:03:00.6983521Z libabseil-20250127.0 | 1.3 MB | : 0% 0/1 [00:00-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 20)) 2025-07-02T08:03:00.7049475Z Downloading numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (62 kB) 2025-07-02T08:03:00.7050389Z Collecting pillow>=8.3.2 (from imageio==2.26.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 20)) 2025-07-02T08:03:00.7051312Z Downloading pillow-11.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-07-02T08:03:00.7052229Z Collecting decorator<5.0,>=4.0.2 (from moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 5)) 2025-07-02T08:03:00.7053052Z Downloading decorator-4.4.2-py2.py3-none-any.whl.metadata (4.2 kB) 2025-07-02T08:03:00.7053865Z Collecting imageio_ffmpeg>=0.2.0 (from moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 5)) 2025-07-02T08:03:00.7054743Z Downloading imageio_ffmpeg-0.6.0-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-07-02T08:03:00.7055600Z Collecting requests<3.0,>=2.8.1 (from moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 5)) 2025-07-02T08:03:00.7056471Z Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) 2025-07-02T08:03:00.7057223Z Collecting proglog<=1.0.0 (from moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 5)) 2025-07-02T08:03:00.7057972Z Downloading proglog-0.1.12-py3-none-any.whl.metadata (794 bytes) 2025-07-02T08:03:00.7058830Z Collecting charset_normalizer<4,>=2 (from requests<3.0,>=2.8.1->moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 5)) 2025-07-02T08:03:00.7059861Z Downloading charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) 2025-07-02T08:03:00.7060819Z Collecting idna<4,>=2.5 (from requests<3.0,>=2.8.1->moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 5)) 2025-07-02T08:03:00.7061619Z Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-07-02T08:03:00.7062388Z 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.6f1cn0i0.requirements.txt (line 5)) 2025-07-02T08:03:00.7063198Z Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 2025-07-02T08:03:00.7064009Z Collecting certifi>=2017.4.17 (from requests<3.0,>=2.8.1->moviepy<2.0.0->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 5)) 2025-07-02T08:03:00.7064824Z Downloading certifi-2025.6.15-py3-none-any.whl.metadata (2.4 kB) 2025-07-02T08:03:00.7065589Z Collecting attrs>=22.2.0 (from hypothesis->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 1)) 2025-07-02T08:03:00.7066492Z Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-07-02T08:03:00.7067319Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 1)) 2025-07-02T08:03:00.7068224Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-07-02T08:03:00.7069115Z Collecting iniconfig>=1 (from pytest->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 7)) 2025-07-02T08:03:00.7069888Z Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-07-02T08:03:00.7070660Z Collecting packaging>=20 (from pytest->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 7)) 2025-07-02T08:03:00.7071434Z Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-07-02T08:03:00.7072194Z Collecting pluggy<2,>=1.5 (from pytest->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 7)) 2025-07-02T08:03:00.7072927Z Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-07-02T08:03:00.7073754Z Collecting pygments>=2.7.2 (from pytest->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 7)) 2025-07-02T08:03:00.7074514Z Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-07-02T08:03:00.7075421Z Collecting pybind11-global==2.13.6 (from pybind11[global]->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 15)) 2025-07-02T08:03:00.7076290Z Downloading pybind11_global-2.13.6-py3-none-any.whl.metadata (9.4 kB) 2025-07-02T08:03:00.7077104Z Collecting omegaconf<2.4,>=2.2 (from hydra-core->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 18)) 2025-07-02T08:03:00.7077901Z Downloading omegaconf-2.3.0-py3-none-any.whl.metadata (3.9 kB) 2025-07-02T08:03:00.7078747Z Collecting antlr4-python3-runtime==4.9.* (from hydra-core->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 18)) 2025-07-02T08:03:00.7079587Z Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB) 2025-07-02T08:03:00.7079988Z Preparing metadata (setup.py): started 2025-07-02T08:03:00.7080370Z Preparing metadata (setup.py): finished with status 'done' 2025-07-02T08:03:00.7081134Z Collecting absl-py>=0.4 (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 19)) 2025-07-02T08:03:00.7081966Z Downloading absl_py-2.3.0-py3-none-any.whl.metadata (2.4 kB) 2025-07-02T08:03:00.7082683Z Collecting grpcio>=1.48.2 (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 19)) 2025-07-02T08:03:00.7083527Z Downloading grpcio-1.73.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) 2025-07-02T08:03:00.7084384Z Collecting markdown>=2.6.8 (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 19)) 2025-07-02T08:03:00.7085119Z Downloading markdown-3.8.2-py3-none-any.whl.metadata (5.1 kB) 2025-07-02T08:03:00.7086169Z Requirement already satisfied: protobuf!=4.24.0,>=3.19.6 in /pytorch/rl/env/lib/python3.12/site-packages (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 19)) (5.29.3) 2025-07-02T08:03:00.7087800Z Requirement already satisfied: setuptools>=41.0.0 in /pytorch/rl/env/lib/python3.12/site-packages (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 19)) (78.1.1) 2025-07-02T08:03:00.7089085Z Collecting six>1.9 (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 19)) 2025-07-02T08:03:00.7089779Z Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-07-02T08:03:00.7090581Z Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 19)) 2025-07-02T08:03:00.7091482Z Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl.metadata (1.1 kB) 2025-07-02T08:03:00.7092327Z Collecting werkzeug>=1.0.1 (from tensorboard->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 19)) 2025-07-02T08:03:00.7093068Z Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB) 2025-07-02T08:03:00.7093754Z Collecting click!=8.0.0,>=7.1 (from wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 21)) 2025-07-02T08:03:00.7094439Z Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 2025-07-02T08:03:00.7095135Z Collecting gitpython!=3.1.29,>=1.0.0 (from wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 21)) 2025-07-02T08:03:00.7095863Z Downloading GitPython-3.1.44-py3-none-any.whl.metadata (13 kB) 2025-07-02T08:03:00.7096890Z Requirement already satisfied: platformdirs in /pytorch/rl/env/lib/python3.12/site-packages (from wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 21)) (4.3.8) 2025-07-02T08:03:00.7098170Z Collecting pydantic<3 (from wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 21)) 2025-07-02T08:03:00.7098916Z Downloading pydantic-2.11.7-py3-none-any.whl.metadata (67 kB) 2025-07-02T08:03:00.7099628Z Collecting sentry-sdk>=2.0.0 (from wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 21)) 2025-07-02T08:03:00.7100345Z Downloading sentry_sdk-2.32.0-py2.py3-none-any.whl.metadata (10 kB) 2025-07-02T08:03:00.7101114Z Collecting typing-extensions<5,>=4.8 (from wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 21)) 2025-07-02T08:03:00.7101886Z Downloading typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB) 2025-07-02T08:03:00.7102704Z Collecting annotated-types>=0.6.0 (from pydantic<3->wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 21)) 2025-07-02T08:03:00.7103509Z Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) 2025-07-02T08:03:00.7104282Z Collecting pydantic-core==2.33.2 (from pydantic<3->wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 21)) 2025-07-02T08:03:00.7105207Z Downloading pydantic_core-2.33.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-07-02T08:03:00.7106136Z Collecting typing-inspection>=0.4.0 (from pydantic<3->wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 21)) 2025-07-02T08:03:00.7106962Z Downloading typing_inspection-0.4.1-py3-none-any.whl.metadata (2.6 kB) 2025-07-02T08:03:00.7107697Z Collecting dm-env (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 22)) 2025-07-02T08:03:00.7108373Z Downloading dm_env-1.6-py3-none-any.whl.metadata (966 bytes) 2025-07-02T08:03:00.7109161Z Collecting dm-tree!=0.1.2 (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 22)) 2025-07-02T08:03:00.7110224Z Downloading dm_tree-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.4 kB) 2025-07-02T08:03:00.7111108Z Collecting glfw (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 22)) 2025-07-02T08:03:00.7112218Z 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:03:00.7113323Z Collecting labmaze (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 22)) 2025-07-02T08:03:00.7114234Z Downloading labmaze-1.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (274 bytes) 2025-07-02T08:03:00.7115122Z Collecting lxml (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 22)) 2025-07-02T08:03:00.7115998Z Downloading lxml-6.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (6.6 kB) 2025-07-02T08:03:00.7116903Z Collecting pyopengl>=3.1.4 (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 22)) 2025-07-02T08:03:00.7117676Z Downloading PyOpenGL-3.1.9-py3-none-any.whl.metadata (3.3 kB) 2025-07-02T08:03:00.7118465Z Collecting pyparsing>=3.0.0 (from dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 22)) 2025-07-02T08:03:00.7119269Z Downloading pyparsing-3.2.3-py3-none-any.whl.metadata (5.0 kB) 2025-07-02T08:03:00.7120045Z Collecting etils[epath] (from mujoco->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 23)) 2025-07-02T08:03:00.7120796Z Downloading etils-1.12.2-py3-none-any.whl.metadata (6.5 kB) 2025-07-02T08:03:00.7121646Z Collecting mlflow-skinny==3.1.1 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7122439Z Downloading mlflow_skinny-3.1.1-py3-none-any.whl.metadata (30 kB) 2025-07-02T08:03:00.7123146Z Collecting Flask<4 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7123887Z Downloading flask-3.1.1-py3-none-any.whl.metadata (3.0 kB) 2025-07-02T08:03:00.7124594Z Collecting alembic!=1.10.0,<2 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7125311Z Downloading alembic-1.16.2-py3-none-any.whl.metadata (7.3 kB) 2025-07-02T08:03:00.7126003Z Collecting docker<8,>=4.0.0 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7126705Z Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-07-02T08:03:00.7127391Z Collecting graphene<4 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7128127Z Downloading graphene-3.4.3-py2.py3-none-any.whl.metadata (6.9 kB) 2025-07-02T08:03:00.7128852Z Collecting gunicorn<24 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7129556Z Downloading gunicorn-23.0.0-py3-none-any.whl.metadata (4.4 kB) 2025-07-02T08:03:00.7130272Z Collecting matplotlib<4 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7131122Z Downloading matplotlib-3.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-07-02T08:03:00.7131969Z Collecting pandas<3 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7132784Z Downloading pandas-2.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (91 kB) 2025-07-02T08:03:00.7133608Z Collecting pyarrow<21,>=4.0.0 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7134381Z Downloading pyarrow-20.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-07-02T08:03:00.7135152Z Collecting scikit-learn<2 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7136009Z Downloading scikit_learn-1.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-07-02T08:03:00.7136871Z Collecting sqlalchemy<3,>=1.4.0 (from mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7137729Z Downloading sqlalchemy-2.0.41-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB) 2025-07-02T08:03:00.7138665Z Collecting cachetools<7,>=5.0.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7139472Z Downloading cachetools-6.1.0-py3-none-any.whl.metadata (5.4 kB) 2025-07-02T08:03:00.7140275Z Collecting databricks-sdk<1,>=0.20.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7141102Z Downloading databricks_sdk-0.57.0-py3-none-any.whl.metadata (39 kB) 2025-07-02T08:03:00.7141873Z Collecting fastapi<1 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7142642Z Downloading fastapi-0.115.14-py3-none-any.whl.metadata (27 kB) 2025-07-02T08:03:00.7143784Z 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.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7144718Z Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) 2025-07-02T08:03:00.7145650Z Collecting opentelemetry-api<3,>=1.9.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7146665Z Downloading opentelemetry_api-1.34.1-py3-none-any.whl.metadata (1.5 kB) 2025-07-02T08:03:00.7147657Z Collecting opentelemetry-sdk<3,>=1.9.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7148578Z Downloading opentelemetry_sdk-1.34.1-py3-none-any.whl.metadata (1.6 kB) 2025-07-02T08:03:00.7149517Z Collecting sqlparse<1,>=0.4.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7150365Z Downloading sqlparse-0.5.3-py3-none-any.whl.metadata (3.9 kB) 2025-07-02T08:03:00.7151183Z Collecting uvicorn<1 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7152014Z Downloading uvicorn-0.35.0-py3-none-any.whl.metadata (6.5 kB) 2025-07-02T08:03:00.7152805Z Collecting Mako (from alembic!=1.10.0,<2->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7153566Z Downloading mako-1.3.10-py3-none-any.whl.metadata (2.9 kB) 2025-07-02T08:03:00.7154481Z 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.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7155426Z Downloading google_auth-2.40.3-py2.py3-none-any.whl.metadata (6.2 kB) 2025-07-02T08:03:00.7156352Z 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.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7157255Z Downloading starlette-0.46.2-py3-none-any.whl.metadata (6.2 kB) 2025-07-02T08:03:00.7158043Z Collecting blinker>=1.9.0 (from Flask<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7158832Z Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB) 2025-07-02T08:03:00.7159634Z Collecting itsdangerous>=2.2.0 (from Flask<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7160472Z Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-07-02T08:03:00.7161353Z Collecting jinja2>=3.1.2 (from Flask<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7162059Z Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-07-02T08:03:00.7162795Z Collecting markupsafe>=2.1.1 (from Flask<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7163679Z Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-07-02T08:03:00.7164586Z Collecting gitdb<5,>=4.0.1 (from gitpython!=3.1.29,>=1.0.0->wandb->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 21)) 2025-07-02T08:03:00.7165334Z Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) 2025-07-02T08:03:00.7166104Z 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.6f1cn0i0.requirements.txt (line 21)) 2025-07-02T08:03:00.7166881Z Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) 2025-07-02T08:03:00.7167658Z Collecting cachetools<7,>=5.0.0 (from mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7168447Z Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) 2025-07-02T08:03:00.7169392Z 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.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7170397Z Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) 2025-07-02T08:03:00.7171357Z 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.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7172225Z Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) 2025-07-02T08:03:00.7172958Z Collecting graphql-core<3.3,>=3.1 (from graphene<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7173735Z Downloading graphql_core-3.2.6-py3-none-any.whl.metadata (11 kB) 2025-07-02T08:03:00.7174503Z Collecting graphql-relay<3.3,>=3.1 (from graphene<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7175291Z Downloading graphql_relay-3.2.0-py3-none-any.whl.metadata (12 kB) 2025-07-02T08:03:00.7176089Z Collecting python-dateutil<3,>=2.7.0 (from graphene<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7176927Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-07-02T08:03:00.7177859Z 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.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7178695Z Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) 2025-07-02T08:03:00.7179448Z Collecting contourpy>=1.0.1 (from matplotlib<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7180358Z Downloading contourpy-1.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.5 kB) 2025-07-02T08:03:00.7181240Z Collecting cycler>=0.10 (from matplotlib<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7181996Z Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB) 2025-07-02T08:03:00.7182745Z Collecting fonttools>=4.22.0 (from matplotlib<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7183783Z Downloading fonttools-4.58.4-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.metadata (106 kB) 2025-07-02T08:03:00.7184822Z Collecting kiwisolver>=1.3.1 (from matplotlib<4->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7185722Z Downloading kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.2 kB) 2025-07-02T08:03:00.7186876Z 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.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7187990Z Downloading opentelemetry_semantic_conventions-0.55b1-py3-none-any.whl.metadata (2.5 kB) 2025-07-02T08:03:00.7188883Z Collecting pytz>=2020.1 (from pandas<3->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7189825Z Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 2025-07-02T08:03:00.7190672Z Collecting tzdata>=2022.7 (from pandas<3->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7191489Z Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) 2025-07-02T08:03:00.7192502Z 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.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7193478Z Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) 2025-07-02T08:03:00.7194356Z Collecting joblib>=1.2.0 (from scikit-learn<2->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7195153Z Downloading joblib-1.5.1-py3-none-any.whl.metadata (5.6 kB) 2025-07-02T08:03:00.7196046Z Collecting threadpoolctl>=3.1.0 (from scikit-learn<2->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7196928Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-07-02T08:03:00.7197766Z Collecting greenlet>=1 (from sqlalchemy<3,>=1.4.0->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7198734Z Downloading greenlet-3.2.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (4.1 kB) 2025-07-02T08:03:00.7199814Z 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.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7200725Z Downloading anyio-4.9.0-py3-none-any.whl.metadata (4.7 kB) 2025-07-02T08:03:00.7201781Z 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.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7202672Z Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 2025-07-02T08:03:00.7203456Z Collecting h11>=0.8 (from uvicorn<1->mlflow-skinny==3.1.1->mlflow->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 24)) 2025-07-02T08:03:00.7204223Z Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) 2025-07-02T08:03:00.7205187Z Requirement already satisfied: filelock in /pytorch/rl/env/lib/python3.12/site-packages (from ray->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 27)) (3.18.0) 2025-07-02T08:03:00.7206409Z Collecting jsonschema (from ray->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 27)) 2025-07-02T08:03:00.7207115Z Downloading jsonschema-4.24.0-py3-none-any.whl.metadata (7.8 kB) 2025-07-02T08:03:00.7207835Z Collecting msgpack<2.0.0,>=1.0.0 (from ray->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 27)) 2025-07-02T08:03:00.7208674Z Downloading msgpack-1.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB) 2025-07-02T08:03:00.7209575Z Collecting huggingface-hub<1.0,>=0.30.0 (from transformers->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 28)) 2025-07-02T08:03:00.7210378Z Downloading huggingface_hub-0.33.2-py3-none-any.whl.metadata (14 kB) 2025-07-02T08:03:00.7211132Z Collecting regex!=2019.12.17 (from transformers->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 28)) 2025-07-02T08:03:00.7212013Z Downloading regex-2024.11.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) 2025-07-02T08:03:00.7213110Z Collecting tokenizers<0.22,>=0.21 (from transformers->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 28)) 2025-07-02T08:03:00.7214218Z Downloading tokenizers-0.21.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-07-02T08:03:00.7215182Z Collecting safetensors>=0.4.3 (from transformers->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 28)) 2025-07-02T08:03:00.7216291Z Downloading safetensors-0.5.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) 2025-07-02T08:03:00.7217333Z Collecting fsspec>=2023.5.0 (from huggingface-hub<1.0,>=0.30.0->transformers->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 28)) 2025-07-02T08:03:00.7218230Z Downloading fsspec-2025.5.1-py3-none-any.whl.metadata (11 kB) 2025-07-02T08:03:00.7219097Z 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.6f1cn0i0.requirements.txt (line 28)) 2025-07-02T08:03:00.7220971Z Downloading hf_xet-1.1.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (879 bytes) 2025-07-02T08:03:00.7221905Z Collecting torch (from timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7222675Z Downloading torch-2.7.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-07-02T08:03:00.7223485Z Collecting torchvision (from timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7224322Z Downloading torchvision-0.22.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (6.1 kB) 2025-07-02T08:03:00.7225213Z Collecting wrapt>=1.11.2 (from dm-tree!=0.1.2->dm_control->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 22)) 2025-07-02T08:03:00.7226284Z Downloading wrapt-1.17.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB) 2025-07-02T08:03:00.7227391Z Collecting importlib_resources (from etils[epath]->mujoco->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 23)) 2025-07-02T08:03:00.7228289Z Downloading importlib_resources-6.5.2-py3-none-any.whl.metadata (3.9 kB) 2025-07-02T08:03:00.7229349Z Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->ray->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 27)) 2025-07-02T08:03:00.7230344Z Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl.metadata (2.9 kB) 2025-07-02T08:03:00.7231254Z Collecting referencing>=0.28.4 (from jsonschema->ray->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 27)) 2025-07-02T08:03:00.7232086Z Downloading referencing-0.36.2-py3-none-any.whl.metadata (2.8 kB) 2025-07-02T08:03:00.7232908Z Collecting rpds-py>=0.7.1 (from jsonschema->ray->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 27)) 2025-07-02T08:03:00.7233836Z Downloading rpds_py-0.26.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) 2025-07-02T08:03:00.7234730Z Collecting sympy>=1.13.3 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7235489Z Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-07-02T08:03:00.7236233Z Collecting networkx (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7236999Z Downloading networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-07-02T08:03:00.7237835Z Collecting nvidia-cuda-nvrtc-cu12==12.6.77 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7238791Z Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB) 2025-07-02T08:03:00.7239758Z Collecting nvidia-cuda-runtime-cu12==12.6.77 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7240806Z 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:03:00.7241854Z Collecting nvidia-cuda-cupti-cu12==12.6.80 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7242893Z 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:03:00.7244048Z Collecting nvidia-cudnn-cu12==9.5.1.17 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7244958Z Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl.metadata (1.6 kB) 2025-07-02T08:03:00.7245972Z Collecting nvidia-cublas-cu12==12.6.4.1 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7247048Z 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:03:00.7248057Z Collecting nvidia-cufft-cu12==11.3.0.4 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7249045Z 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:03:00.7250051Z Collecting nvidia-curand-cu12==10.3.7.77 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7251070Z 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:03:00.7252085Z Collecting nvidia-cusolver-cu12==11.7.1.2 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7253122Z 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:03:00.7254137Z Collecting nvidia-cusparse-cu12==12.5.4.2 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7255167Z 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:03:00.7256200Z Collecting nvidia-cusparselt-cu12==0.6.3 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7257230Z Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-07-02T08:03:00.7258123Z Collecting nvidia-nccl-cu12==2.26.2 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7259167Z 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:03:00.7260077Z Collecting nvidia-nvtx-cu12==12.6.77 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7260987Z 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:03:00.7261909Z Collecting nvidia-nvjitlink-cu12==12.6.85 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7262873Z 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:03:00.7263815Z Collecting nvidia-cufile-cu12==1.11.1.6 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7264739Z 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:03:00.7265621Z Collecting triton==3.3.1 (from torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7266456Z Downloading triton-3.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.5 kB) 2025-07-02T08:03:00.7267341Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch->timm->-r /pytorch/rl/.github/unittest/linux/scripts/condaenv.6f1cn0i0.requirements.txt (line 30)) 2025-07-02T08:03:00.7268093Z Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-07-02T08:03:00.7268509Z Downloading imageio-2.26.0-py3-none-any.whl (3.4 MB) 2025-07-02T08:03:00.7269154Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 75.2 MB/s eta 0:00:00 2025-07-02T08:03:00.7269707Z Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) 2025-07-02T08:03:00.7270204Z Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 2025-07-02T08:03:00.7270631Z Downloading proglog-0.1.12-py3-none-any.whl (6.3 kB) 2025-07-02T08:03:00.7271045Z Downloading requests-2.32.4-py3-none-any.whl (64 kB) 2025-07-02T08:03:00.7271714Z Downloading charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (148 kB) 2025-07-02T08:03:00.7272308Z Downloading idna-3.10-py3-none-any.whl (70 kB) 2025-07-02T08:03:00.7272687Z Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) 2025-07-02T08:03:00.7273103Z Downloading hypothesis-6.135.22-py3-none-any.whl (519 kB) 2025-07-02T08:03:00.7273594Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-07-02T08:03:00.7274043Z Downloading future-1.0.0-py3-none-any.whl (491 kB) 2025-07-02T08:03:00.7274458Z Downloading cloudpickle-3.1.1-py3-none-any.whl (20 kB) 2025-07-02T08:03:00.7275030Z Downloading pygame-2.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB) 2025-07-02T08:03:00.7275705Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/14.0 MB 69.1 MB/s eta 0:00:00 2025-07-02T08:03:00.7276109Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB) 2025-07-02T08:03:00.7276492Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-07-02T08:03:00.7276910Z Downloading pytest_cov-6.2.1-py3-none-any.whl (24 kB) 2025-07-02T08:03:00.7277327Z Downloading pytest_mock-3.14.1-py3-none-any.whl (9.9 kB) 2025-07-02T08:03:00.7277785Z Downloading pytest_instafail-0.5.0-py3-none-any.whl (4.2 kB) 2025-07-02T08:03:00.7278276Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-07-02T08:03:00.7278743Z Downloading pytest_timeout-2.4.0-py3-none-any.whl (14 kB) 2025-07-02T08:03:00.7279189Z Downloading pytest_asyncio-1.0.0-py3-none-any.whl (15 kB) 2025-07-02T08:03:00.7279617Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-07-02T08:03:00.7280037Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-07-02T08:03:00.7280469Z Downloading pybind11_global-2.13.6-py3-none-any.whl (439 kB) 2025-07-02T08:03:00.7281060Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB) 2025-07-02T08:03:00.7281807Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 5.4 MB/s eta 0:00:00 2025-07-02T08:03:00.7282330Z Downloading scipy-1.16.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (35.1 MB) 2025-07-02T08:03:00.7282945Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.1/35.1 MB 55.0 MB/s eta 0:00:00 2025-07-02T08:03:00.7283368Z Downloading numpy-2.3.1-cp312-cp312-manylinux_2_28_x86_64.whl (16.6 MB) 2025-07-02T08:03:00.7283892Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 59.1 MB/s eta 0:00:00 2025-07-02T08:03:00.7284264Z Downloading hydra_core-1.3.2-py3-none-any.whl (154 kB) 2025-07-02T08:03:00.7284659Z Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-07-02T08:03:00.7285066Z Downloading tensorboard-2.19.0-py3-none-any.whl (5.5 MB) 2025-07-02T08:03:00.7285530Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 36.7 MB/s eta 0:00:00 2025-07-02T08:03:00.7286035Z Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl (6.6 MB) 2025-07-02T08:03:00.7286603Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 46.3 MB/s eta 0:00:00 2025-07-02T08:03:00.7287175Z Downloading wandb-0.21.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.2 MB) 2025-07-02T08:03:00.7287759Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.2/22.2 MB 134.8 MB/s eta 0:00:00 2025-07-02T08:03:00.7288147Z Downloading pydantic-2.11.7-py3-none-any.whl (444 kB) 2025-07-02T08:03:00.7288703Z Downloading pydantic_core-2.33.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB) 2025-07-02T08:03:00.7289323Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 160.7 MB/s eta 0:00:00 2025-07-02T08:03:00.7289742Z Downloading typing_extensions-4.14.0-py3-none-any.whl (43 kB) 2025-07-02T08:03:00.7290162Z Downloading dm_control-1.0.31-py3-none-any.whl (56.4 MB) 2025-07-02T08:03:00.7290637Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.4/56.4 MB 135.3 MB/s eta 0:00:00 2025-07-02T08:03:00.7291195Z Downloading mujoco-3.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB) 2025-07-02T08:03:00.7291797Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 146.4 MB/s eta 0:00:00 2025-07-02T08:03:00.7292179Z Downloading mlflow-3.1.1-py3-none-any.whl (24.7 MB) 2025-07-02T08:03:00.7292624Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.7/24.7 MB 135.6 MB/s eta 0:00:00 2025-07-02T08:03:00.7293018Z Downloading mlflow_skinny-3.1.1-py3-none-any.whl (1.9 MB) 2025-07-02T08:03:00.7293484Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 138.4 MB/s eta 0:00:00 2025-07-02T08:03:00.7293860Z Downloading alembic-1.16.2-py3-none-any.whl (242 kB) 2025-07-02T08:03:00.7294218Z Downloading click-8.2.1-py3-none-any.whl (102 kB) 2025-07-02T08:03:00.7294612Z Downloading databricks_sdk-0.57.0-py3-none-any.whl (733 kB) 2025-07-02T08:03:00.7295101Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 733.8/733.8 kB 72.5 MB/s eta 0:00:00 2025-07-02T08:03:00.7295472Z Downloading docker-7.1.0-py3-none-any.whl (147 kB) 2025-07-02T08:03:00.7295852Z Downloading fastapi-0.115.14-py3-none-any.whl (95 kB) 2025-07-02T08:03:00.7296218Z Downloading flask-3.1.1-py3-none-any.whl (103 kB) 2025-07-02T08:03:00.7296603Z Downloading GitPython-3.1.44-py3-none-any.whl (207 kB) 2025-07-02T08:03:00.7296967Z Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) 2025-07-02T08:03:00.7297364Z Downloading google_auth-2.40.3-py2.py3-none-any.whl (216 kB) 2025-07-02T08:03:00.7297783Z Downloading cachetools-5.5.2-py3-none-any.whl (10 kB) 2025-07-02T08:03:00.7298178Z Downloading graphene-3.4.3-py2.py3-none-any.whl (114 kB) 2025-07-02T08:03:00.7298589Z Downloading graphql_core-3.2.6-py3-none-any.whl (203 kB) 2025-07-02T08:03:00.7298980Z Downloading graphql_relay-3.2.0-py3-none-any.whl (16 kB) 2025-07-02T08:03:00.7299379Z Downloading gunicorn-23.0.0-py3-none-any.whl (85 kB) 2025-07-02T08:03:00.7299787Z Downloading importlib_metadata-8.7.0-py3-none-any.whl (27 kB) 2025-07-02T08:03:00.7300376Z Downloading matplotlib-3.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB) 2025-07-02T08:03:00.7301006Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.6/8.6 MB 266.2 MB/s eta 0:00:00 2025-07-02T08:03:00.7301412Z Downloading opentelemetry_api-1.34.1-py3-none-any.whl (65 kB) 2025-07-02T08:03:00.7301864Z Downloading opentelemetry_sdk-1.34.1-py3-none-any.whl (118 kB) 2025-07-02T08:03:00.7302373Z Downloading opentelemetry_semantic_conventions-0.55b1-py3-none-any.whl (196 kB) 2025-07-02T08:03:00.7302865Z Downloading packaging-25.0-py3-none-any.whl (66 kB) 2025-07-02T08:03:00.7303373Z Downloading pandas-2.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB) 2025-07-02T08:03:00.7303981Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.0/12.0 MB 199.0 MB/s eta 0:00:00 2025-07-02T08:03:00.7304429Z Downloading pyarrow-20.0.0-cp312-cp312-manylinux_2_28_x86_64.whl (42.3 MB) 2025-07-02T08:03:00.7304954Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 166.8 MB/s eta 0:00:00 2025-07-02T08:03:00.7305488Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-07-02T08:03:00.7305919Z Downloading rsa-4.9.1-py3-none-any.whl (34 kB) 2025-07-02T08:03:00.7306515Z Downloading scikit_learn-1.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.5 MB) 2025-07-02T08:03:00.7307138Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.5/12.5 MB 157.9 MB/s eta 0:00:00 2025-07-02T08:03:00.7307504Z Downloading smmap-5.0.2-py3-none-any.whl (24 kB) 2025-07-02T08:03:00.7308040Z Downloading sqlalchemy-2.0.41-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB) 2025-07-02T08:03:00.7308659Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 154.6 MB/s eta 0:00:00 2025-07-02T08:03:00.7309131Z Downloading sqlparse-0.5.3-py3-none-any.whl (44 kB) 2025-07-02T08:03:00.7309699Z Downloading starlette-0.46.2-py3-none-any.whl (72 kB) 2025-07-02T08:03:00.7310186Z Downloading anyio-4.9.0-py3-none-any.whl (100 kB) 2025-07-02T08:03:00.7310581Z Downloading uvicorn-0.35.0-py3-none-any.whl (66 kB) 2025-07-02T08:03:00.7311118Z Downloading av-14.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.5 MB) 2025-07-02T08:03:00.7311763Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.5/35.5 MB 154.9 MB/s eta 0:00:00 2025-07-02T08:03:00.7312460Z Downloading coverage-7.9.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (245 kB) 2025-07-02T08:03:00.7313223Z Downloading ray-2.47.1-cp312-cp312-manylinux2014_x86_64.whl (68.9 MB) 2025-07-02T08:03:00.7313768Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.9/68.9 MB 133.4 MB/s eta 0:00:00 2025-07-02T08:03:00.7314323Z Downloading msgpack-1.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (426 kB) 2025-07-02T08:03:00.7314925Z Downloading transformers-4.53.0-py3-none-any.whl (10.8 MB) 2025-07-02T08:03:00.7315438Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.8/10.8 MB 158.8 MB/s eta 0:00:00 2025-07-02T08:03:00.7315875Z Downloading huggingface_hub-0.33.2-py3-none-any.whl (515 kB) 2025-07-02T08:03:00.7316438Z Downloading hf_xet-1.1.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) 2025-07-02T08:03:00.7317067Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 209.0 MB/s eta 0:00:00 2025-07-02T08:03:00.7317626Z Downloading tokenizers-0.21.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) 2025-07-02T08:03:00.7318293Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 206.6 MB/s eta 0:00:00 2025-07-02T08:03:00.7318823Z Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB) 2025-07-02T08:03:00.7319349Z Downloading timm-1.0.16-py3-none-any.whl (2.5 MB) 2025-07-02T08:03:00.7319830Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 160.9 MB/s eta 0:00:00 2025-07-02T08:03:00.7320211Z Downloading absl_py-2.3.0-py3-none-any.whl (135 kB) 2025-07-02T08:03:00.7320639Z Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) 2025-07-02T08:03:00.7321054Z Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 2025-07-02T08:03:00.7321625Z Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB) 2025-07-02T08:03:00.7322007Z Downloading certifi-2025.6.15-py3-none-any.whl (157 kB) 2025-07-02T08:03:00.7322594Z Downloading contourpy-1.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (323 kB) 2025-07-02T08:03:00.7323127Z Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) 2025-07-02T08:03:00.7323618Z Downloading dm_tree-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (153 kB) 2025-07-02T08:03:00.7324418Z Downloading fonttools-4.58.4-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (4.9 MB) 2025-07-02T08:03:00.7325162Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 199.4 MB/s eta 0:00:00 2025-07-02T08:03:00.7325544Z Downloading fsspec-2025.5.1-py3-none-any.whl (199 kB) 2025-07-02T08:03:00.7326079Z Downloading greenlet-3.2.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (605 kB) 2025-07-02T08:03:00.7326693Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 605.5/605.5 kB 53.2 MB/s eta 0:00:00 2025-07-02T08:03:00.7327205Z Downloading grpcio-1.73.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB) 2025-07-02T08:03:00.7327803Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 230.4 MB/s eta 0:00:00 2025-07-02T08:03:00.7328157Z Downloading h11-0.16.0-py3-none-any.whl (37 kB) 2025-07-02T08:03:00.7328601Z Downloading imageio_ffmpeg-0.6.0-py3-none-manylinux2014_x86_64.whl (29.5 MB) 2025-07-02T08:03:00.7329136Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.5/29.5 MB 176.9 MB/s eta 0:00:00 2025-07-02T08:03:00.7329518Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-07-02T08:03:00.7329905Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2025-07-02T08:03:00.7330288Z Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-07-02T08:03:00.7330638Z Downloading joblib-1.5.1-py3-none-any.whl (307 kB) 2025-07-02T08:03:00.7331168Z Downloading kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB) 2025-07-02T08:03:00.7331802Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 160.6 MB/s eta 0:00:00 2025-07-02T08:03:00.7332172Z Downloading markdown-3.8.2-py3-none-any.whl (106 kB) 2025-07-02T08:03:00.7332721Z Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) 2025-07-02T08:03:00.7333391Z Downloading pillow-11.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.6 MB) 2025-07-02T08:03:00.7333998Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 238.0 MB/s eta 0:00:00 2025-07-02T08:03:00.7334359Z Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB) 2025-07-02T08:03:00.7334759Z Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) 2025-07-02T08:03:00.7335173Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-07-02T08:03:00.7335627Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 129.9 MB/s eta 0:00:00 2025-07-02T08:03:00.7336011Z Downloading PyOpenGL-3.1.9-py3-none-any.whl (3.2 MB) 2025-07-02T08:03:00.7336479Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 123.7 MB/s eta 0:00:00 2025-07-02T08:03:00.7336865Z Downloading pyparsing-3.2.3-py3-none-any.whl (111 kB) 2025-07-02T08:03:00.7337247Z Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 2025-07-02T08:03:00.7337841Z Downloading regex-2024.11.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (796 kB) 2025-07-02T08:03:00.7338459Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 796.9/796.9 kB 85.7 MB/s eta 0:00:00 2025-07-02T08:03:00.7338976Z Downloading safetensors-0.5.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (471 kB) 2025-07-02T08:03:00.7339552Z Downloading sentry_sdk-2.32.0-py2.py3-none-any.whl (356 kB) 2025-07-02T08:03:00.7339947Z Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-07-02T08:03:00.7340320Z Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 2025-07-02T08:03:00.7340707Z Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-07-02T08:03:00.7341143Z Downloading typing_inspection-0.4.1-py3-none-any.whl (14 kB) 2025-07-02T08:03:00.7341640Z Downloading tzdata-2025.2-py2.py3-none-any.whl (347 kB) 2025-07-02T08:03:00.7342019Z Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) 2025-07-02T08:03:00.7342663Z Downloading wrapt-1.17.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (89 kB) 2025-07-02T08:03:00.7343425Z Downloading zipp-3.23.0-py3-none-any.whl (10 kB) 2025-07-02T08:03:00.7343959Z Downloading dm_env-1.6-py3-none-any.whl (26 kB) 2025-07-02T08:03:00.7344325Z Downloading etils-1.12.2-py3-none-any.whl (167 kB) 2025-07-02T08:03:00.7345094Z 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:03:00.7345919Z Downloading importlib_resources-6.5.2-py3-none-any.whl (37 kB) 2025-07-02T08:03:00.7346374Z Downloading jsonschema-4.24.0-py3-none-any.whl (88 kB) 2025-07-02T08:03:00.7346881Z Downloading jsonschema_specifications-2025.4.1-py3-none-any.whl (18 kB) 2025-07-02T08:03:00.7347390Z Downloading referencing-0.36.2-py3-none-any.whl (26 kB) 2025-07-02T08:03:00.7347957Z Downloading rpds_py-0.26.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (386 kB) 2025-07-02T08:03:00.7348655Z Downloading labmaze-1.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB) 2025-07-02T08:03:00.7349393Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 130.8 MB/s eta 0:00:00 2025-07-02T08:03:00.7349939Z Downloading lxml-6.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.3 MB) 2025-07-02T08:03:00.7350565Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 164.2 MB/s eta 0:00:00 2025-07-02T08:03:00.7350963Z Downloading mako-1.3.10-py3-none-any.whl (78 kB) 2025-07-02T08:03:00.7351409Z Downloading torch-2.7.1-cp312-cp312-manylinux_2_28_x86_64.whl (821.0 MB) 2025-07-02T08:03:00.7351974Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.0/821.0 MB 39.6 MB/s eta 0:00:00 2025-07-02T08:03:00.7352575Z 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:03:00.7353282Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 393.1/393.1 MB 90.3 MB/s eta 0:00:00 2025-07-02T08:03:00.7353898Z 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:03:00.7354582Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.9/8.9 MB 177.1 MB/s eta 0:00:00 2025-07-02T08:03:00.7355094Z Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl (23.7 MB) 2025-07-02T08:03:00.7355702Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 144.6 MB/s eta 0:00:00 2025-07-02T08:03:00.7356367Z Downloading nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (897 kB) 2025-07-02T08:03:00.7357079Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 897.7/897.7 kB 43.7 MB/s eta 0:00:00 2025-07-02T08:03:00.7357578Z Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl (571.0 MB) 2025-07-02T08:03:00.7358327Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 571.0/571.0 MB 64.3 MB/s eta 0:00:00 2025-07-02T08:03:00.7358912Z 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:03:00.7359695Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.2/200.2 MB 134.4 MB/s eta 0:00:00 2025-07-02T08:03:00.7360287Z 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:03:00.7361056Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 106.2 MB/s eta 0:00:00 2025-07-02T08:03:00.7361606Z 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:03:00.7362238Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 137.7 MB/s eta 0:00:00 2025-07-02T08:03:00.7362801Z 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:03:00.7363460Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.2/158.2 MB 130.7 MB/s eta 0:00:00 2025-07-02T08:03:00.7364017Z 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:03:00.7364686Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.6/216.6 MB 130.7 MB/s eta 0:00:00 2025-07-02T08:03:00.7365157Z Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl (156.8 MB) 2025-07-02T08:03:00.7365737Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 MB 130.5 MB/s eta 0:00:00 2025-07-02T08:03:00.7366267Z Downloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (201.3 MB) 2025-07-02T08:03:00.7366897Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.3/201.3 MB 127.3 MB/s eta 0:00:00 2025-07-02T08:03:00.7367461Z Downloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (19.7 MB) 2025-07-02T08:03:00.7368102Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 151.2 MB/s eta 0:00:00 2025-07-02T08:03:00.7368649Z Downloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89 kB) 2025-07-02T08:03:00.7369330Z Downloading triton-3.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (155.7 MB) 2025-07-02T08:03:00.7369958Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.7/155.7 MB 130.8 MB/s eta 0:00:00 2025-07-02T08:03:00.7370331Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-07-02T08:03:00.7370771Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 30.7 MB/s eta 0:00:00 2025-07-02T08:03:00.7371140Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-07-02T08:03:00.7371581Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 2.9 MB/s eta 0:00:00 2025-07-02T08:03:00.7371949Z Downloading networkx-3.5-py3-none-any.whl (2.0 MB) 2025-07-02T08:03:00.7372392Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 16.1 MB/s eta 0:00:00 2025-07-02T08:03:00.7372855Z Downloading torchvision-0.22.1-cp312-cp312-manylinux_2_28_x86_64.whl (7.5 MB) 2025-07-02T08:03:00.7373487Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/7.5 MB 34.6 MB/s eta 0:00:00 2025-07-02T08:03:00.7373914Z Building wheels for collected packages: moviepy, antlr4-python3-runtime 2025-07-02T08:03:00.7374347Z Building wheel for moviepy (setup.py): started 2025-07-02T08:03:00.7374800Z Building wheel for moviepy (setup.py): finished with status 'done' 2025-07-02T08:03:00.7375592Z Created wheel for moviepy: filename=moviepy-1.0.3-py3-none-any.whl size=110797 sha256=bd0dd24cf087bab1c75d8bd3915cc89c267a2fde5492671ed81143c7bbd97ba0 2025-07-02T08:03:00.7376543Z Stored in directory: /root/.cache/pip/wheels/df/ba/4b/0917fc0c8833c8ba7016565fc975b74c67bc8610806e930272 2025-07-02T08:03:00.7377158Z Building wheel for antlr4-python3-runtime (setup.py): started 2025-07-02T08:03:00.7377675Z Building wheel for antlr4-python3-runtime (setup.py): finished with status 'done' 2025-07-02T08:03:00.7378626Z Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=f142bf79da6ed3ca2196ae61a186b14fde439cd2cbbc117790621e30df06cc3c 2025-07-02T08:03:00.7379698Z Stored in directory: /root/.cache/pip/wheels/1f/be/48/13754633f1d08d1fbfc60d5e80ae1e5d7329500477685286cd 2025-07-02T08:03:00.7380290Z Successfully built moviepy antlr4-python3-runtime 2025-07-02T08:03:00.7387250Z Installing collected packages: sortedcontainers, pytz, pyopengl, nvidia-cusparselt-cu12, mpmath, glfw, antlr4-python3-runtime, zipp, wrapt, urllib3, tzdata, typing-extensions, triton, tqdm, 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, markdown, lxml, kiwisolver, joblib, itsdangerous, iniconfig, importlib_resources, imageio_ffmpeg, idna, hf-xet, h11, grpcio, greenlet, graphql-core, future, fsspec, fonttools, expecttest, 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, pytest, pydantic-core, pyasn1-modules, proglog, omegaconf, nvidia-cusparse-cu12, nvidia-cufft-cu12, nvidia-cudnn-cu12, Mako, labmaze, jinja2, importlib_metadata, imageio, hypothesis, gunicorn, graphql-relay, gitdb, dm-tree, contourpy, anyio, tensorboard, starlette, scikit-learn, pytest-timeout, pytest-rerunfailures, pytest-mock, pytest-instafail, pytest-cov, pytest-asyncio, pydantic, pandas, opentelemetry-api, nvidia-cusolver-cu12, moviepy, matplotlib, jsonschema-specifications, hydra-core, huggingface-hub, graphene, google-auth, gitpython, Flask, docker, dm-env, alembic, wandb, torch, tokenizers, opentelemetry-semantic-conventions, mujoco, jsonschema, fastapi, databricks-sdk, transformers, torchvision, ray, opentelemetry-sdk, dm_control, timm, mlflow-skinny, mlflow 2025-07-02T08:03:00.7394919Z 2025-07-02T08:03:01.6128065Z 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.2.1 cloudpickle-3.1.1 contourpy-1.3.2 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.9 dm_control-1.0.31 docker-7.1.0 etils-1.12.2 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_metadata-8.7.0 importlib_resources-6.5.2 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.8 labmaze-1.0.6 lxml-6.0.0 markdown-3.8.2 markupsafe-3.0.2 matplotlib-3.10.3 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.5 ninja-1.11.1.4 numpy-2.3.1 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.7.0 scipy-1.16.0 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 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 wrapt-1.17.2 zipp-3.23.0 2025-07-02T08:03:01.6139129Z 2025-07-02T08:03:01.6139409Z done 2025-07-02T08:03:01.6139595Z # 2025-07-02T08:03:01.6139872Z # To activate this environment, use 2025-07-02T08:03:01.6140154Z # 2025-07-02T08:03:01.6140350Z # $ conda activate /pytorch/rl/env 2025-07-02T08:03:01.6140721Z # 2025-07-02T08:03:01.6140943Z # To deactivate an active environment, use 2025-07-02T08:03:01.6141230Z # 2025-07-02T08:03:01.6141484Z # $ conda deactivate 2025-07-02T08:03:01.6141641Z 2025-07-02T08:03:01.6141645Z 2025-07-02T08:03:01.6141739Z # Reset conda env variables 2025-07-02T08:03:01.6142009Z conda deactivate 2025-07-02T08:03:01.6142271Z + conda deactivate 2025-07-02T08:03:01.6142497Z + local cmd=deactivate 2025-07-02T08:03:01.6142726Z + case "$cmd" in 2025-07-02T08:03:01.6142995Z + __conda_activate deactivate 2025-07-02T08:03:01.6143419Z + '[' -n '' ']' 2025-07-02T08:03:01.6143622Z + local ask_conda 2025-07-02T08:03:01.6143849Z ++ PS1='(/pytorch/rl/env) ' 2025-07-02T08:03:01.6144172Z ++ __conda_exe shell.posix deactivate 2025-07-02T08:03:01.6144465Z ++ '[' -n '' ']' 2025-07-02T08:03:01.6144756Z ++ /pytorch/rl/conda/bin/conda shell.posix deactivate 2025-07-02T08:03:01.6145807Z + 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:03:01.6146734Z unset CONDA_PREFIX_1 2025-07-02T08:03:01.6146955Z unset _CE_M 2025-07-02T08:03:01.6147211Z unset _CE_CONDA 2025-07-02T08:03:01.6147420Z unset MAX_IDLE_COUNT 2025-07-02T08:03:01.6147647Z unset MUJOCO_GL 2025-07-02T08:03:01.6147894Z unset PYOPENGL_PLATFORM 2025-07-02T08:03:01.6148150Z unset DISPLAY 2025-07-02T08:03:01.6148352Z unset SDL_VIDEODRIVER 2025-07-02T08:03:01.6148595Z unset LAZY_LEGACY_OP 2025-07-02T08:03:01.6148950Z unset RL_LOGGING_LEVEL 2025-07-02T08:03:01.6149200Z unset TOKENIZERS_PARALLELISM 2025-07-02T08:03:01.6149507Z PS1='\''(base) '\'' 2025-07-02T08:03:01.6149771Z export CONDA_PREFIX='\''/pytorch/rl/conda'\'' 2025-07-02T08:03:01.6150105Z export CONDA_SHLVL='\''1'\'' 2025-07-02T08:03:01.6150425Z export CONDA_DEFAULT_ENV='\''base'\'' 2025-07-02T08:03:01.6150913Z export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2025-07-02T08:03:01.6151305Z export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:03:01.6151741Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\''' 2025-07-02T08:03:01.6152816Z + 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:03:01.6153735Z unset CONDA_PREFIX_1 2025-07-02T08:03:01.6153957Z unset _CE_M 2025-07-02T08:03:01.6154172Z unset _CE_CONDA 2025-07-02T08:03:01.6154395Z unset MAX_IDLE_COUNT 2025-07-02T08:03:01.6154614Z unset MUJOCO_GL 2025-07-02T08:03:01.6154844Z unset PYOPENGL_PLATFORM 2025-07-02T08:03:01.6155070Z unset DISPLAY 2025-07-02T08:03:01.6155284Z unset SDL_VIDEODRIVER 2025-07-02T08:03:01.6155562Z unset LAZY_LEGACY_OP 2025-07-02T08:03:01.6155795Z unset RL_LOGGING_LEVEL 2025-07-02T08:03:01.6156032Z unset TOKENIZERS_PARALLELISM 2025-07-02T08:03:01.6156300Z PS1='\''(base) '\'' 2025-07-02T08:03:01.6156547Z export CONDA_PREFIX='\''/pytorch/rl/conda'\'' 2025-07-02T08:03:01.6156871Z export CONDA_SHLVL='\''1'\'' 2025-07-02T08:03:01.6157139Z export CONDA_DEFAULT_ENV='\''base'\'' 2025-07-02T08:03:01.6157461Z export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2025-07-02T08:03:01.6157831Z export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:03:01.6158247Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\''' 2025-07-02T08:03:01.6159191Z 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:03:01.6160515Z ++ 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:03:01.6161854Z ++ 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:03:01.6162637Z unset CONDA_PREFIX_1 2025-07-02T08:03:01.6162865Z ++ unset CONDA_PREFIX_1 2025-07-02T08:03:01.6163099Z unset _CE_M 2025-07-02T08:03:01.6163287Z ++ unset _CE_M 2025-07-02T08:03:01.6163493Z unset _CE_CONDA 2025-07-02T08:03:01.6163701Z ++ unset _CE_CONDA 2025-07-02T08:03:01.6163919Z unset MAX_IDLE_COUNT 2025-07-02T08:03:01.6164140Z ++ unset MAX_IDLE_COUNT 2025-07-02T08:03:01.6164373Z unset MUJOCO_GL 2025-07-02T08:03:01.6164574Z ++ unset MUJOCO_GL 2025-07-02T08:03:01.6164798Z unset PYOPENGL_PLATFORM 2025-07-02T08:03:01.6165049Z ++ unset PYOPENGL_PLATFORM 2025-07-02T08:03:01.6165287Z unset DISPLAY 2025-07-02T08:03:01.6165496Z ++ unset DISPLAY 2025-07-02T08:03:01.6165703Z unset SDL_VIDEODRIVER 2025-07-02T08:03:01.6165942Z ++ unset SDL_VIDEODRIVER 2025-07-02T08:03:01.6166232Z unset LAZY_LEGACY_OP 2025-07-02T08:03:01.6166471Z ++ unset LAZY_LEGACY_OP 2025-07-02T08:03:01.6166703Z unset RL_LOGGING_LEVEL 2025-07-02T08:03:01.6166946Z ++ unset RL_LOGGING_LEVEL 2025-07-02T08:03:01.6167201Z unset TOKENIZERS_PARALLELISM 2025-07-02T08:03:01.6167476Z ++ unset TOKENIZERS_PARALLELISM 2025-07-02T08:03:01.6167729Z PS1='(base) ' 2025-07-02T08:03:01.6167938Z ++ PS1='(base) ' 2025-07-02T08:03:01.6168181Z export CONDA_PREFIX='/pytorch/rl/conda' 2025-07-02T08:03:01.6168499Z ++ export CONDA_PREFIX=/pytorch/rl/conda 2025-07-02T08:03:01.6168814Z ++ CONDA_PREFIX=/pytorch/rl/conda 2025-07-02T08:03:01.6169086Z export CONDA_SHLVL='1' 2025-07-02T08:03:01.6169329Z ++ export CONDA_SHLVL=1 2025-07-02T08:03:01.6169556Z ++ CONDA_SHLVL=1 2025-07-02T08:03:01.6169790Z export CONDA_DEFAULT_ENV='base' 2025-07-02T08:03:01.6170063Z ++ export CONDA_DEFAULT_ENV=base 2025-07-02T08:03:01.6170341Z ++ CONDA_DEFAULT_ENV=base 2025-07-02T08:03:01.6170603Z export CONDA_PROMPT_MODIFIER='(base) ' 2025-07-02T08:03:01.6170922Z ++ export 'CONDA_PROMPT_MODIFIER=(base) ' 2025-07-02T08:03:01.6171236Z ++ CONDA_PROMPT_MODIFIER='(base) ' 2025-07-02T08:03:01.6171547Z export CONDA_EXE='/pytorch/rl/conda/bin/conda' 2025-07-02T08:03:01.6172005Z ++ export CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:03:01.6172334Z ++ CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:03:01.6172701Z export CONDA_PYTHON_EXE='/pytorch/rl/conda/bin/python' 2025-07-02T08:03:01.6173103Z ++ export CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:03:01.6173554Z ++ CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:03:01.6173865Z + __conda_hashr 2025-07-02T08:03:01.6174079Z + '[' -n '' ']' 2025-07-02T08:03:01.6174274Z + '[' -n '' ']' 2025-07-02T08:03:01.6174479Z + hash -r 2025-07-02T08:03:01.6190726Z conda activate "${env_dir}" 2025-07-02T08:03:01.6191063Z + conda activate /pytorch/rl/env 2025-07-02T08:03:01.6191351Z + local cmd=activate 2025-07-02T08:03:01.6191570Z + case "$cmd" in 2025-07-02T08:03:01.6191823Z + __conda_activate activate /pytorch/rl/env 2025-07-02T08:03:01.6192121Z + '[' -n '' ']' 2025-07-02T08:03:01.6192339Z + local ask_conda 2025-07-02T08:03:01.6192545Z ++ PS1='(base) ' 2025-07-02T08:03:01.6192813Z ++ __conda_exe shell.posix activate /pytorch/rl/env 2025-07-02T08:03:01.6193153Z ++ '[' -n '' ']' 2025-07-02T08:03:01.6193495Z ++ /pytorch/rl/conda/bin/conda shell.posix activate /pytorch/rl/env 2025-07-02T08:03:01.6193893Z + ask_conda='unset _CE_M 2025-07-02T08:03:01.6194138Z unset _CE_CONDA 2025-07-02T08:03:01.6194376Z PS1='\''(/pytorch/rl/env) '\'' 2025-07-02T08:03:01.6195171Z 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:03:01.6196022Z export CONDA_PREFIX='\''/pytorch/rl/env'\'' 2025-07-02T08:03:01.6196333Z export CONDA_SHLVL='\''2'\'' 2025-07-02T08:03:01.6196639Z export CONDA_DEFAULT_ENV='\''/pytorch/rl/env'\'' 2025-07-02T08:03:01.6197026Z export CONDA_PROMPT_MODIFIER='\''(/pytorch/rl/env) '\'' 2025-07-02T08:03:01.6197397Z export MAX_IDLE_COUNT='\''1000'\'' 2025-07-02T08:03:01.6197675Z export MUJOCO_GL='\''glfw'\'' 2025-07-02T08:03:01.6197962Z export PYOPENGL_PLATFORM='\''glfw'\'' 2025-07-02T08:03:01.6198271Z export DISPLAY='\'':99'\'' 2025-07-02T08:03:01.6198531Z export SDL_VIDEODRIVER='\''dummy'\'' 2025-07-02T08:03:01.6198834Z export LAZY_LEGACY_OP='\''False'\'' 2025-07-02T08:03:01.6199120Z export RL_LOGGING_LEVEL='\''DEBUG'\'' 2025-07-02T08:03:01.6199441Z export TOKENIZERS_PARALLELISM='\''true'\'' 2025-07-02T08:03:01.6199780Z export CONDA_PREFIX_1='\''/pytorch/rl/conda'\'' 2025-07-02T08:03:01.6200156Z export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:03:01.6200572Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\''' 2025-07-02T08:03:01.6201057Z + eval 'unset _CE_M 2025-07-02T08:03:01.6201277Z unset _CE_CONDA 2025-07-02T08:03:01.6201487Z PS1='\''(/pytorch/rl/env) '\'' 2025-07-02T08:03:01.6202262Z 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:03:01.6203150Z export CONDA_PREFIX='\''/pytorch/rl/env'\'' 2025-07-02T08:03:01.6203454Z export CONDA_SHLVL='\''2'\'' 2025-07-02T08:03:01.6203724Z export CONDA_DEFAULT_ENV='\''/pytorch/rl/env'\'' 2025-07-02T08:03:01.6204090Z export CONDA_PROMPT_MODIFIER='\''(/pytorch/rl/env) '\'' 2025-07-02T08:03:01.6204422Z export MAX_IDLE_COUNT='\''1000'\'' 2025-07-02T08:03:01.6204696Z export MUJOCO_GL='\''glfw'\'' 2025-07-02T08:03:01.6204962Z export PYOPENGL_PLATFORM='\''glfw'\'' 2025-07-02T08:03:01.6205228Z export DISPLAY='\'':99'\'' 2025-07-02T08:03:01.6205480Z export SDL_VIDEODRIVER='\''dummy'\'' 2025-07-02T08:03:01.6205760Z export LAZY_LEGACY_OP='\''False'\'' 2025-07-02T08:03:01.6206124Z export RL_LOGGING_LEVEL='\''DEBUG'\'' 2025-07-02T08:03:05.4093149Z export TOKENIZERS_PARALLELISM='\''true'\'' 2025-07-02T08:03:05.4093642Z export CONDA_PREFIX_1='\''/pytorch/rl/conda'\'' 2025-07-02T08:03:05.4094036Z export CONDA_EXE='\''/pytorch/rl/conda/bin/conda'\'' 2025-07-02T08:03:05.4094491Z export CONDA_PYTHON_EXE='\''/pytorch/rl/conda/bin/python'\''' 2025-07-02T08:03:05.4094873Z unset _CE_M 2025-07-02T08:03:05.4095549Z ++ unset _CE_M 2025-07-02T08:03:05.4095825Z unset _CE_CONDA 2025-07-02T08:03:05.4096043Z ++ unset _CE_CONDA 2025-07-02T08:03:05.4096299Z PS1='(/pytorch/rl/env) ' 2025-07-02T08:03:05.4096565Z ++ PS1='(/pytorch/rl/env) ' 2025-07-02T08:03:05.4097508Z 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:03:05.4098831Z ++ 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:03:05.4100126Z ++ 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:03:05.4100940Z export CONDA_PREFIX='/pytorch/rl/env' 2025-07-02T08:03:05.4101256Z ++ export CONDA_PREFIX=/pytorch/rl/env 2025-07-02T08:03:05.4101582Z ++ CONDA_PREFIX=/pytorch/rl/env 2025-07-02T08:03:05.4101863Z export CONDA_SHLVL='2' 2025-07-02T08:03:05.4102120Z ++ export CONDA_SHLVL=2 2025-07-02T08:03:05.4102358Z ++ CONDA_SHLVL=2 2025-07-02T08:03:05.4102628Z export CONDA_DEFAULT_ENV='/pytorch/rl/env' 2025-07-02T08:03:05.4102977Z ++ export CONDA_DEFAULT_ENV=/pytorch/rl/env 2025-07-02T08:03:05.4103309Z ++ CONDA_DEFAULT_ENV=/pytorch/rl/env 2025-07-02T08:03:05.4103657Z export CONDA_PROMPT_MODIFIER='(/pytorch/rl/env) ' 2025-07-02T08:03:05.4104044Z ++ export 'CONDA_PROMPT_MODIFIER=(/pytorch/rl/env) ' 2025-07-02T08:03:05.4104429Z ++ CONDA_PROMPT_MODIFIER='(/pytorch/rl/env) ' 2025-07-02T08:03:05.4104751Z export MAX_IDLE_COUNT='1000' 2025-07-02T08:03:05.4105041Z ++ export MAX_IDLE_COUNT=1000 2025-07-02T08:03:05.4105305Z ++ MAX_IDLE_COUNT=1000 2025-07-02T08:03:05.4105559Z export MUJOCO_GL='glfw' 2025-07-02T08:03:05.4105803Z ++ export MUJOCO_GL=glfw 2025-07-02T08:03:05.4106061Z ++ MUJOCO_GL=glfw 2025-07-02T08:03:05.4106317Z export PYOPENGL_PLATFORM='glfw' 2025-07-02T08:03:05.4106603Z ++ export PYOPENGL_PLATFORM=glfw 2025-07-02T08:03:05.4106909Z ++ PYOPENGL_PLATFORM=glfw 2025-07-02T08:03:05.4107160Z export DISPLAY=':99' 2025-07-02T08:03:05.4107412Z ++ export DISPLAY=:99 2025-07-02T08:03:05.4107640Z ++ DISPLAY=:99 2025-07-02T08:03:05.4107887Z export SDL_VIDEODRIVER='dummy' 2025-07-02T08:03:05.4108171Z ++ export SDL_VIDEODRIVER=dummy 2025-07-02T08:03:05.4108460Z ++ SDL_VIDEODRIVER=dummy 2025-07-02T08:03:05.4108714Z export LAZY_LEGACY_OP='False' 2025-07-02T08:03:05.4109164Z ++ export LAZY_LEGACY_OP=False 2025-07-02T08:03:05.4109451Z ++ LAZY_LEGACY_OP=False 2025-07-02T08:03:05.4109704Z export RL_LOGGING_LEVEL='DEBUG' 2025-07-02T08:03:05.4110005Z ++ export RL_LOGGING_LEVEL=DEBUG 2025-07-02T08:03:05.4110281Z ++ RL_LOGGING_LEVEL=DEBUG 2025-07-02T08:03:05.4110574Z export TOKENIZERS_PARALLELISM='true' 2025-07-02T08:03:05.4110882Z ++ export TOKENIZERS_PARALLELISM=true 2025-07-02T08:03:05.4111201Z ++ TOKENIZERS_PARALLELISM=true 2025-07-02T08:03:05.4111495Z export CONDA_PREFIX_1='/pytorch/rl/conda' 2025-07-02T08:03:05.4111840Z ++ export CONDA_PREFIX_1=/pytorch/rl/conda 2025-07-02T08:03:05.4112162Z ++ CONDA_PREFIX_1=/pytorch/rl/conda 2025-07-02T08:03:05.4112506Z export CONDA_EXE='/pytorch/rl/conda/bin/conda' 2025-07-02T08:03:05.4112878Z ++ export CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:03:05.4113218Z ++ CONDA_EXE=/pytorch/rl/conda/bin/conda 2025-07-02T08:03:05.4113595Z export CONDA_PYTHON_EXE='/pytorch/rl/conda/bin/python' 2025-07-02T08:03:05.4114005Z ++ export CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:03:05.4114408Z ++ CONDA_PYTHON_EXE=/pytorch/rl/conda/bin/python 2025-07-02T08:03:05.4114725Z + __conda_hashr 2025-07-02T08:03:05.4114972Z + '[' -n '' ']' 2025-07-02T08:03:05.4115185Z + '[' -n '' ']' 2025-07-02T08:03:05.4115408Z + hash -r 2025-07-02T08:03:05.4115528Z 2025-07-02T08:03:05.4115654Z echo "installing gymnasium" 2025-07-02T08:03:05.4115928Z + echo 'installing gymnasium' 2025-07-02T08:03:05.4116216Z installing gymnasium 2025-07-02T08:03:05.4116470Z if [[ "$PYTHON_VERSION" == "3.12" ]]; then 2025-07-02T08:03:05.4116935Z pip3 install ale-py 2025-07-02T08:03:05.4117178Z pip3 install sympy 2025-07-02T08:03:05.4117511Z pip3 install "gymnasium[mujoco]>=1.1" mo-gymnasium[mujoco] 2025-07-02T08:03:05.4117870Z else 2025-07-02T08:03:05.4118268Z pip3 install "gymnasium[atari,mujoco]>=1.1" mo-gymnasium[mujoco] 2025-07-02T08:03:05.4118655Z fi 2025-07-02T08:03:05.4118868Z + [[ 3.12 == \3\.\1\2 ]] 2025-07-02T08:03:05.4119113Z + pip3 install ale-py 2025-07-02T08:03:05.4119374Z Collecting ale-py 2025-07-02T08:03:05.4119873Z Downloading ale_py-0.11.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (9.0 kB) 2025-07-02T08:03:05.4120645Z Requirement already satisfied: numpy>1.20 in ./env/lib/python3.12/site-packages (from ale-py) (2.3.1) 2025-07-02T08:03:05.4121441Z Downloading ale_py-0.11.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.6 MB) 2025-07-02T08:03:05.4122452Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.6 MB ? eta -:--:-- 2025-07-02T08:03:05.4123144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 102.8 MB/s eta 0:00:00 2025-07-02T08:03:05.4123662Z [?25hInstalling collected packages: ale-py 2025-07-02T08:03:05.4123995Z Successfully installed ale-py-0.11.1 2025-07-02T08:03:05.4125886Z 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:05.4127511Z + pip3 install sympy 2025-07-02T08:03:05.4127933Z Requirement already satisfied: sympy in ./env/lib/python3.12/site-packages (1.14.0) 2025-07-02T08:03:05.4128663Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in ./env/lib/python3.12/site-packages (from sympy) (1.3.0) 2025-07-02T08:03:05.4130839Z 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:05.4132558Z + pip3 install 'gymnasium[mujoco]>=1.1' 'mo-gymnasium[mujoco]' 2025-07-02T08:03:05.4133022Z Collecting gymnasium>=1.1 (from gymnasium[mujoco]>=1.1) 2025-07-02T08:03:05.4133494Z Downloading gymnasium-1.2.0-py3-none-any.whl.metadata (9.9 kB) 2025-07-02T08:03:05.4133933Z Collecting mo-gymnasium[mujoco] 2025-07-02T08:03:05.4134325Z Downloading mo_gymnasium-1.3.1-py3-none-any.whl.metadata (7.2 kB) 2025-07-02T08:03:05.4135111Z Requirement already satisfied: numpy>=1.21.0 in ./env/lib/python3.12/site-packages (from gymnasium>=1.1->gymnasium[mujoco]>=1.1) (2.3.1) 2025-07-02T08:03:05.4136158Z Requirement already satisfied: cloudpickle>=1.2.0 in ./env/lib/python3.12/site-packages (from gymnasium>=1.1->gymnasium[mujoco]>=1.1) (3.1.1) 2025-07-02T08:03:05.4137346Z Requirement already satisfied: typing-extensions>=4.3.0 in ./env/lib/python3.12/site-packages (from gymnasium>=1.1->gymnasium[mujoco]>=1.1) (4.14.0) 2025-07-02T08:03:05.4138233Z Collecting farama-notifications>=0.0.1 (from gymnasium>=1.1->gymnasium[mujoco]>=1.1) 2025-07-02T08:03:05.4138864Z Downloading Farama_Notifications-0.0.4-py3-none-any.whl.metadata (558 bytes) 2025-07-02T08:03:05.4139441Z Collecting numpy>=1.21.0 (from gymnasium>=1.1->gymnasium[mujoco]>=1.1) 2025-07-02T08:03:05.4140084Z Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-07-02T08:03:05.4140891Z Requirement already satisfied: pygame>=2.1.3 in ./env/lib/python3.12/site-packages (from mo-gymnasium[mujoco]) (2.6.1) 2025-07-02T08:03:05.4141762Z Requirement already satisfied: scipy>=1.7.3 in ./env/lib/python3.12/site-packages (from mo-gymnasium[mujoco]) (1.16.0) 2025-07-02T08:03:05.4142694Z Requirement already satisfied: mujoco>=2.2.0 in ./env/lib/python3.12/site-packages (from mo-gymnasium[mujoco]) (3.3.3) 2025-07-02T08:03:05.4144132Z Requirement already satisfied: imageio>=2.14.1 in ./env/lib/python3.12/site-packages (from mo-gymnasium[mujoco]) (2.26.0) 2025-07-02T08:03:05.4145066Z Requirement already satisfied: packaging>=23.0 in ./env/lib/python3.12/site-packages (from gymnasium[mujoco]>=1.1) (25.0) 2025-07-02T08:03:05.4146030Z Requirement already satisfied: pillow>=8.3.2 in ./env/lib/python3.12/site-packages (from imageio>=2.14.1->mo-gymnasium[mujoco]) (11.3.0) 2025-07-02T08:03:05.4147041Z Requirement already satisfied: absl-py in ./env/lib/python3.12/site-packages (from mujoco>=2.2.0->mo-gymnasium[mujoco]) (2.3.0) 2025-07-02T08:03:05.4148032Z Requirement already satisfied: etils[epath] in ./env/lib/python3.12/site-packages (from mujoco>=2.2.0->mo-gymnasium[mujoco]) (1.12.2) 2025-07-02T08:03:05.4149106Z Requirement already satisfied: glfw in ./env/lib/python3.12/site-packages (from mujoco>=2.2.0->mo-gymnasium[mujoco]) (2.9.0) 2025-07-02T08:03:05.4150093Z Requirement already satisfied: pyopengl in ./env/lib/python3.12/site-packages (from mujoco>=2.2.0->mo-gymnasium[mujoco]) (3.1.9) 2025-07-02T08:03:05.4151135Z Requirement already satisfied: fsspec in ./env/lib/python3.12/site-packages (from etils[epath]->mujoco>=2.2.0->mo-gymnasium[mujoco]) (2025.5.1) 2025-07-02T08:03:05.4152292Z Requirement already satisfied: importlib_resources in ./env/lib/python3.12/site-packages (from etils[epath]->mujoco>=2.2.0->mo-gymnasium[mujoco]) (6.5.2) 2025-07-02T08:03:05.4153426Z Requirement already satisfied: zipp in ./env/lib/python3.12/site-packages (from etils[epath]->mujoco>=2.2.0->mo-gymnasium[mujoco]) (3.23.0) 2025-07-02T08:03:05.4154173Z Downloading gymnasium-1.2.0-py3-none-any.whl (944 kB) 2025-07-02T08:03:05.4154864Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/944.3 kB ? eta -:--:-- 2025-07-02T08:03:05.4155563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 944.3/944.3 kB 5.9 MB/s eta 0:00:00 2025-07-02T08:03:05.4156173Z [?25hDownloading mo_gymnasium-1.3.1-py3-none-any.whl (479 kB) 2025-07-02T08:03:05.4156795Z Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.0 MB) 2025-07-02T08:03:05.4157539Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.0 MB ? eta -:--:-- 2025-07-02T08:03:10.7570479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 17.8/18.0 MB 463.3 MB/s eta 0:00:01 2025-07-02T08:03:10.7571364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.0/18.0 MB 58.5 MB/s eta 0:00:00 2025-07-02T08:03:10.7572023Z [?25hDownloading Farama_Notifications-0.0.4-py3-none-any.whl (2.5 kB) 2025-07-02T08:03:10.7572635Z Installing collected packages: farama-notifications, numpy, gymnasium, mo-gymnasium 2025-07-02T08:03:10.7573416Z [?25l 2025-07-02T08:03:10.7573686Z  Attempting uninstall: numpy 2025-07-02T08:03:10.7573889Z 2025-07-02T08:03:10.7574077Z  Found existing installation: numpy 2.3.1 2025-07-02T08:03:10.7574309Z 2025-07-02T08:03:10.7574468Z  Uninstalling numpy-2.3.1: 2025-07-02T08:03:10.7574655Z 2025-07-02T08:03:10.7574948Z  Successfully uninstalled numpy-2.3.1 2025-07-02T08:03:10.7575177Z 2025-07-02T08:03:10.7575529Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [numpy] 2025-07-02T08:03:10.7576122Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [numpy] 2025-07-02T08:03:10.7578367Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [numpy] 2025-07-02T08:03:10.7578954Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [numpy] 2025-07-02T08:03:10.7579523Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [numpy] 2025-07-02T08:03:10.7580146Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [numpy] 2025-07-02T08:03:10.7580726Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [numpy] 2025-07-02T08:03:10.7581316Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [numpy] 2025-07-02T08:03:10.7581899Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [numpy] 2025-07-02T08:03:10.7582464Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/4 [numpy] 2025-07-02T08:03:10.7583057Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 2/4 [gymnasium] 2025-07-02T08:03:10.7583657Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 2/4 [gymnasium] 2025-07-02T08:03:10.7584237Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 2/4 [gymnasium] 2025-07-02T08:03:10.7584865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 3/4 [mo-gymnasium] 2025-07-02T08:03:10.7585422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4/4 [mo-gymnasium] 2025-07-02T08:03:10.7585797Z [?25h 2025-07-02T08:03:10.7586384Z Successfully installed farama-notifications-0.0.4 gymnasium-1.2.0 mo-gymnasium-1.3.1 numpy-1.26.4 2025-07-02T08:03:10.7588517Z 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:10.7590339Z pip3 install "mujoco" -U 2025-07-02T08:03:10.7590624Z + pip3 install mujoco -U 2025-07-02T08:03:10.7591048Z Requirement already satisfied: mujoco in ./env/lib/python3.12/site-packages (3.3.3) 2025-07-02T08:03:10.7591859Z Requirement already satisfied: absl-py in ./env/lib/python3.12/site-packages (from mujoco) (2.3.0) 2025-07-02T08:03:10.7592624Z Requirement already satisfied: etils[epath] in ./env/lib/python3.12/site-packages (from mujoco) (1.12.2) 2025-07-02T08:03:10.7593450Z Requirement already satisfied: glfw in ./env/lib/python3.12/site-packages (from mujoco) (2.9.0) 2025-07-02T08:03:10.7594180Z Requirement already satisfied: numpy in ./env/lib/python3.12/site-packages (from mujoco) (1.26.4) 2025-07-02T08:03:10.7594917Z Requirement already satisfied: pyopengl in ./env/lib/python3.12/site-packages (from mujoco) (3.1.9) 2025-07-02T08:03:10.7595735Z Requirement already satisfied: fsspec in ./env/lib/python3.12/site-packages (from etils[epath]->mujoco) (2025.5.1) 2025-07-02T08:03:10.7596645Z Requirement already satisfied: importlib_resources in ./env/lib/python3.12/site-packages (from etils[epath]->mujoco) (6.5.2) 2025-07-02T08:03:10.7597609Z Requirement already satisfied: typing_extensions in ./env/lib/python3.12/site-packages (from etils[epath]->mujoco) (4.14.0) 2025-07-02T08:03:10.7598518Z Requirement already satisfied: zipp in ./env/lib/python3.12/site-packages (from etils[epath]->mujoco) (3.23.0) 2025-07-02T08:03:10.7600626Z 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:10.7602181Z  2025-07-02T08:03:10.7602372Z # sanity check: remove? 2025-07-02T08:03:10.7602620Z python3 -c """ 2025-07-02T08:03:10.7602841Z import dm_control 2025-07-02T08:03:10.7603067Z from dm_control import composer 2025-07-02T08:03:10.7603353Z from tensorboard import * 2025-07-02T08:03:10.7603663Z from google.protobuf import descriptor as _descriptor 2025-07-02T08:03:10.7604010Z """ 2025-07-02T08:03:10.7604191Z + python3 -c ' 2025-07-02T08:03:10.7604408Z import dm_control 2025-07-02T08:03:10.7604630Z from dm_control import composer 2025-07-02T08:03:10.7604907Z from tensorboard import * 2025-07-02T08:03:10.7605321Z from google.protobuf import descriptor as _descriptor 2025-07-02T08:03:10.7605657Z ' 2025-07-02T08:03:10.7606164Z /pytorch/rl/env/lib/python3.12/site-packages/glfw/__init__.py:917: GLFWError: (65550) b'X11: Failed to open display :99' 2025-07-02T08:03:10.7606766Z warnings.warn(message, GLFWError) 2025-07-02T08:03:10.7606959Z 2025-07-02T08:03:10.7607089Z # ============================================================================================ # 2025-07-02T08:03:10.7607475Z # ================================ PyTorch & TorchRL ========================================= # 2025-07-02T08:03:10.7607758Z 2025-07-02T08:03:10.7607846Z unset PYTORCH_VERSION 2025-07-02T08:03:10.7608070Z + unset PYTORCH_VERSION 2025-07-02T08:03:10.7608228Z 2025-07-02T08:03:10.7608331Z if [ "${CU_VERSION:-}" == cpu ] ; then 2025-07-02T08:03:10.7608610Z version="cpu" 2025-07-02T08:03:10.7608819Z echo "Using cpu build" 2025-07-02T08:03:10.7609052Z else 2025-07-02T08:03:10.7609242Z if [[ ${#CU_VERSION} -eq 4 ]]; then 2025-07-02T08:03:10.7609578Z CUDA_VERSION="${CU_VERSION:2:1}.${CU_VERSION:3:1}" 2025-07-02T08:03:10.7609908Z elif [[ ${#CU_VERSION} -eq 5 ]]; then 2025-07-02T08:03:10.7610242Z CUDA_VERSION="${CU_VERSION:2:2}.${CU_VERSION:4:1}" 2025-07-02T08:03:10.7610544Z fi 2025-07-02T08:03:10.7610856Z echo "Using CUDA $CUDA_VERSION as determined by CU_VERSION ($CU_VERSION)" 2025-07-02T08:03:10.7611374Z version="$(python -c "print('.'.join(\"${CUDA_VERSION}\".split('.')[:2]))")" 2025-07-02T08:03:10.7611752Z fi 2025-07-02T08:03:10.7612107Z + '[' cpu == cpu ']' 2025-07-02T08:03:10.7612383Z + version=cpu 2025-07-02T08:03:10.7612603Z + echo 'Using cpu build' 2025-07-02T08:03:10.7612839Z Using cpu build 2025-07-02T08:03:10.7612978Z 2025-07-02T08:03:10.7613145Z # submodules 2025-07-02T08:03:10.7613434Z git submodule sync && git submodule update --init --recursive 2025-07-02T08:03:10.7613818Z + git submodule sync 2025-07-02T08:03:10.7614065Z + git submodule update --init --recursive 2025-07-02T08:03:10.7614292Z 2025-07-02T08:03:10.7614505Z printf "Installing PyTorch with %s\n" "${CU_VERSION}" 2025-07-02T08:03:10.7614879Z + printf 'Installing PyTorch with %s\n' cpu 2025-07-02T08:03:10.7615189Z Installing PyTorch with cpu 2025-07-02T08:03:10.7615476Z if [[ "$TORCH_VERSION" == "nightly" ]]; then 2025-07-02T08:03:10.7615781Z if [ "${CU_VERSION:-}" == cpu ] ; then 2025-07-02T08:03:10.7616319Z pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U 2025-07-02T08:03:10.7616823Z else 2025-07-02T08:03:10.7617291Z pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/$CU_VERSION -U 2025-07-02T08:03:10.7617837Z fi 2025-07-02T08:03:10.7618049Z elif [[ "$TORCH_VERSION" == "stable" ]]; then 2025-07-02T08:03:10.7618382Z if [ "${CU_VERSION:-}" == cpu ] ; then 2025-07-02T08:03:10.7618851Z pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu -U 2025-07-02T08:03:10.7619319Z else 2025-07-02T08:03:10.7619721Z pip3 install torch torchvision --index-url https://download.pytorch.org/whl/$CU_VERSION -U 2025-07-02T08:03:10.7620217Z fi 2025-07-02T08:03:10.7620388Z else 2025-07-02T08:03:10.7620597Z printf "Failed to install pytorch" 2025-07-02T08:03:10.7620885Z exit 1 2025-07-02T08:03:10.7621065Z fi 2025-07-02T08:03:10.7621270Z + [[ nightly == \n\i\g\h\t\l\y ]] 2025-07-02T08:03:10.7621530Z + '[' cpu == cpu ']' 2025-07-02T08:03:10.7621996Z + pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U 2025-07-02T08:03:10.7622620Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu 2025-07-02T08:03:10.7623193Z Requirement already satisfied: torch in ./env/lib/python3.12/site-packages (2.7.1) 2025-07-02T08:03:10.7623649Z Collecting torch 2025-07-02T08:03:10.7624317Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250701%2Bcpu-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (29 kB) 2025-07-02T08:03:10.7625250Z Requirement already satisfied: torchvision in ./env/lib/python3.12/site-packages (0.22.1) 2025-07-02T08:03:10.7625837Z Collecting torchvision 2025-07-02T08:03:17.1812059Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.23.0.dev20250701%2Bcpu-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (6.2 kB) 2025-07-02T08:03:17.1813227Z Requirement already satisfied: filelock in ./env/lib/python3.12/site-packages (from torch) (3.18.0) 2025-07-02T08:03:17.1814068Z Requirement already satisfied: typing-extensions>=4.10.0 in ./env/lib/python3.12/site-packages (from torch) (4.14.0) 2025-07-02T08:03:17.1814926Z Requirement already satisfied: setuptools in ./env/lib/python3.12/site-packages (from torch) (78.1.1) 2025-07-02T08:03:17.1815719Z Requirement already satisfied: sympy>=1.13.3 in ./env/lib/python3.12/site-packages (from torch) (1.14.0) 2025-07-02T08:03:17.1816511Z Requirement already satisfied: networkx in ./env/lib/python3.12/site-packages (from torch) (3.5) 2025-07-02T08:03:17.1817277Z Requirement already satisfied: jinja2 in ./env/lib/python3.12/site-packages (from torch) (3.1.6) 2025-07-02T08:03:17.1818025Z Requirement already satisfied: fsspec in ./env/lib/python3.12/site-packages (from torch) (2025.5.1) 2025-07-02T08:03:17.1818819Z Requirement already satisfied: numpy in ./env/lib/python3.12/site-packages (from torchvision) (1.26.4) 2025-07-02T08:03:17.1819434Z Collecting pillow!=8.3.*,<11.3,>=5.3.0 (from torchvision) 2025-07-02T08:03:17.1820168Z Downloading https://download.pytorch.org/whl/nightly/pillow-11.2.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (8.9 kB) 2025-07-02T08:03:17.1821129Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in ./env/lib/python3.12/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-07-02T08:03:17.1822323Z Requirement already satisfied: MarkupSafe>=2.0 in ./env/lib/python3.12/site-packages (from jinja2->torch) (3.0.2) 2025-07-02T08:03:17.1823326Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250701%2Bcpu-cp312-cp312-manylinux_2_28_x86_64.whl (184.1 MB) 2025-07-02T08:03:17.1824655Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/184.1 MB ? eta -:--:-- 2025-07-02T08:03:17.1825412Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/184.1 MB 59.3 MB/s eta 0:00:03 2025-07-02T08:03:17.1826201Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.3/184.1 MB 57.6 MB/s eta 0:00:03 2025-07-02T08:03:17.1826963Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.7/184.1 MB 52.9 MB/s eta 0:00:03 2025-07-02T08:03:17.1827741Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.7/184.1 MB 53.4 MB/s eta 0:00:03 2025-07-02T08:03:17.1828542Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/184.1 MB 53.9 MB/s eta 0:00:03 2025-07-02T08:03:17.1829478Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 65.3/184.1 MB 55.5 MB/s eta 0:00:03 2025-07-02T08:03:17.1830251Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 75.2/184.1 MB 56.5 MB/s eta 0:00:02 2025-07-02T08:03:17.1831008Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 82.1/184.1 MB 55.5 MB/s eta 0:00:02 2025-07-02T08:03:17.1831779Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 83.6/184.1 MB 47.2 MB/s eta 0:00:03 2025-07-02T08:03:17.1832551Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 92.0/184.1 MB 48.0 MB/s eta 0:00:02 2025-07-02T08:03:17.1833343Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 107.2/184.1 MB 48.8 MB/s eta 0:00:02 2025-07-02T08:03:17.1834150Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 108.8/184.1 MB 45.8 MB/s eta 0:00:02 2025-07-02T08:03:17.1834926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 117.2/184.1 MB 45.4 MB/s eta 0:00:02 2025-07-02T08:03:17.1835692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 124.0/184.1 MB 45.7 MB/s eta 0:00:02 2025-07-02T08:03:17.1836475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 132.4/184.1 MB 44.9 MB/s eta 0:00:02 2025-07-02T08:03:17.1837237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 141.3/184.1 MB 43.8 MB/s eta 0:00:01 2025-07-02T08:03:17.1838134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 150.7/184.1 MB 44.5 MB/s eta 0:00:01 2025-07-02T08:03:17.1839000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 165.9/184.1 MB 46.0 MB/s eta 0:00:01 2025-07-02T08:03:17.1839770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 167.5/184.1 MB 44.3 MB/s eta 0:00:01 2025-07-02T08:03:17.1840553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 174.3/184.1 MB 44.8 MB/s eta 0:00:01 2025-07-02T08:03:17.1841321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 182.7/184.1 MB 43.3 MB/s eta 0:00:01 2025-07-02T08:03:17.1842053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.1 MB 43.0 MB/s eta 0:00:01 2025-07-02T08:03:17.1842817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.1 MB 43.0 MB/s eta 0:00:01 2025-07-02T08:03:17.1843781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.1 MB 43.0 MB/s eta 0:00:01 2025-07-02T08:03:17.1844532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.1 MB 43.0 MB/s eta 0:00:01 2025-07-02T08:03:17.1845271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.1 MB 43.0 MB/s eta 0:00:01 2025-07-02T08:03:17.1845995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.1 MB 43.0 MB/s eta 0:00:01 2025-07-02T08:03:17.1846736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.1 MB 43.0 MB/s eta 0:00:01 2025-07-02T08:03:17.1847473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 184.0/184.1 MB 43.0 MB/s eta 0:00:01 2025-07-02T08:03:17.1848198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.1/184.1 MB 30.7 MB/s eta 0:00:00 2025-07-02T08:03:24.4898631Z [?25hDownloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.23.0.dev20250701%2Bcpu-cp312-cp312-manylinux_2_28_x86_64.whl (2.0 MB) 2025-07-02T08:03:24.4899700Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.0 MB ? eta -:--:-- 2025-07-02T08:03:24.4900355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 19.1 MB/s eta 0:00:00 2025-07-02T08:03:24.4901227Z [?25hDownloading https://download.pytorch.org/whl/nightly/pillow-11.2.1-cp312-cp312-manylinux_2_28_x86_64.whl (4.6 MB) 2025-07-02T08:03:24.4902086Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.6 MB ? eta -:--:-- 2025-07-02T08:03:24.4902744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 23.4 MB/s eta 0:00:00 2025-07-02T08:03:24.4903575Z [?25hInstalling collected packages: pillow, torch, torchvision 2025-07-02T08:03:24.4903965Z [?25l 2025-07-02T08:03:24.4904248Z  Attempting uninstall: pillow 2025-07-02T08:03:24.4904557Z 2025-07-02T08:03:24.4904766Z  Found existing installation: pillow 11.3.0 2025-07-02T08:03:24.4905020Z 2025-07-02T08:03:24.4905171Z  Uninstalling pillow-11.3.0: 2025-07-02T08:03:24.4905369Z 2025-07-02T08:03:24.4905558Z  Successfully uninstalled pillow-11.3.0 2025-07-02T08:03:24.4905787Z 2025-07-02T08:03:24.4906044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/3 [pillow] 2025-07-02T08:03:24.4906455Z  Attempting uninstall: torch 2025-07-02T08:03:24.4906881Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/3 [pillow] 2025-07-02T08:03:24.4907315Z  Found existing installation: torch 2.7.1 2025-07-02T08:03:24.4907783Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/3 [pillow] 2025-07-02T08:03:24.4908346Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4909048Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4909482Z  Uninstalling torch-2.7.1: 2025-07-02T08:03:24.4910035Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4910487Z  Successfully uninstalled torch-2.7.1 2025-07-02T08:03:24.4911003Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4911586Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4912156Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4912734Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4913318Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4913977Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4914538Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4915118Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4915695Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4916255Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4916830Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4917390Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4918040Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4918611Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4919187Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4919757Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4920316Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4920888Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4921551Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4922064Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4922612Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4923128Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4923676Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4924206Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4924724Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4925254Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4925778Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4926311Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4926955Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4927471Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4928064Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:24.4928583Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9558699Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9559347Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9559926Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9560508Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9561074Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9561690Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9562293Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9562857Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9563430Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9563990Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9564565Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9565140Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9565702Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9566518Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9567193Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9567770Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9568342Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9568903Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9569475Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9570038Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9570612Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9571080Z  Attempting uninstall: torchvision 2025-07-02T08:03:32.9571585Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9572102Z  Found existing installation: torchvision 0.22.1 2025-07-02T08:03:32.9572646Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9573104Z  Uninstalling torchvision-0.22.1: 2025-07-02T08:03:32.9573603Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9574074Z  Successfully uninstalled torchvision-0.22.1 2025-07-02T08:03:32.9574597Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 1/3 [torch] 2025-07-02T08:03:32.9575183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 2/3 [torchvision] 2025-07-02T08:03:32.9575791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 2/3 [torchvision] 2025-07-02T08:03:32.9576399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 2/3 [torchvision] 2025-07-02T08:03:32.9576979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3/3 [torchvision] 2025-07-02T08:03:32.9577353Z [?25h 2025-07-02T08:03:32.9577906Z Successfully installed pillow-11.2.1 torch-2.9.0.dev20250701+cpu torchvision-0.23.0.dev20250701+cpu 2025-07-02T08:03:32.9580024Z 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:32.9581595Z  2025-07-02T08:03:32.9581776Z # smoke test 2025-07-02T08:03:32.9582009Z python -c "import functorch" 2025-07-02T08:03:32.9582374Z + python -c 'import functorch' 2025-07-02T08:03:32.9582551Z 2025-07-02T08:03:32.9582656Z ## install snapshot 2025-07-02T08:03:32.9582902Z #if [[ "$TORCH_VERSION" == "nightly" ]]; then 2025-07-02T08:03:32.9583373Z # pip3 install git+https://github.com/pytorch/torchsnapshot 2025-07-02T08:03:32.9583732Z #else 2025-07-02T08:03:32.9583944Z # pip3 install torchsnapshot 2025-07-02T08:03:32.9584190Z #fi 2025-07-02T08:03:32.9584305Z 2025-07-02T08:03:32.9584394Z # install tensordict 2025-07-02T08:03:32.9584642Z if [[ "$RELEASE" == 0 ]]; then 2025-07-02T08:03:32.9584989Z pip3 install git+https://github.com/pytorch/tensordict.git 2025-07-02T08:03:32.9585364Z else 2025-07-02T08:03:32.9585558Z pip3 install tensordict 2025-07-02T08:03:32.9585809Z fi 2025-07-02T08:03:32.9585986Z + [[ 0 == 0 ]] 2025-07-02T08:03:32.9586297Z + pip3 install git+https://github.com/pytorch/tensordict.git 2025-07-02T08:03:32.9586747Z Collecting git+https://github.com/pytorch/tensordict.git 2025-07-02T08:03:32.9587316Z Cloning https://github.com/pytorch/tensordict.git to /tmp/pip-req-build-5up7ut0g 2025-07-02T08:03:32.9588125Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/tensordict.git /tmp/pip-req-build-5up7ut0g 2025-07-02T08:03:32.9589096Z Resolved https://github.com/pytorch/tensordict.git to commit c9f0e4069323c6181035cfb2b4339db89e236062 2025-07-02T08:03:32.9589820Z Installing build dependencies ... [?25l- \ | / done 2025-07-02T08:03:32.9590302Z [?25h Getting requirements to build wheel ... [?25ldone 2025-07-02T08:03:32.9590797Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2025-07-02T08:03:32.9591613Z [?25hRequirement already satisfied: torch in ./env/lib/python3.12/site-packages (from tensordict==0.9.0) (2.9.0.dev20250701+cpu) 2025-07-02T08:03:32.9592513Z Requirement already satisfied: numpy in ./env/lib/python3.12/site-packages (from tensordict==0.9.0) (1.26.4) 2025-07-02T08:03:32.9593364Z Requirement already satisfied: cloudpickle in ./env/lib/python3.12/site-packages (from tensordict==0.9.0) (3.1.1) 2025-07-02T08:03:32.9594220Z Requirement already satisfied: packaging in ./env/lib/python3.12/site-packages (from tensordict==0.9.0) (25.0) 2025-07-02T08:03:32.9595111Z Requirement already satisfied: importlib_metadata in ./env/lib/python3.12/site-packages (from tensordict==0.9.0) (8.7.0) 2025-07-02T08:03:32.9595745Z Collecting orjson (from tensordict==0.9.0) 2025-07-02T08:03:32.9596309Z Downloading orjson-3.10.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (41 kB) 2025-07-02T08:03:32.9597198Z Requirement already satisfied: zipp>=3.20 in ./env/lib/python3.12/site-packages (from importlib_metadata->tensordict==0.9.0) (3.23.0) 2025-07-02T08:03:32.9598133Z Requirement already satisfied: filelock in ./env/lib/python3.12/site-packages (from torch->tensordict==0.9.0) (3.18.0) 2025-07-02T08:03:32.9599107Z Requirement already satisfied: typing-extensions>=4.10.0 in ./env/lib/python3.12/site-packages (from torch->tensordict==0.9.0) (4.14.0) 2025-07-02T08:03:32.9600075Z Requirement already satisfied: setuptools in ./env/lib/python3.12/site-packages (from torch->tensordict==0.9.0) (78.1.1) 2025-07-02T08:03:32.9600992Z Requirement already satisfied: sympy>=1.13.3 in ./env/lib/python3.12/site-packages (from torch->tensordict==0.9.0) (1.14.0) 2025-07-02T08:03:35.3689568Z ##[error]The operation was canceled. 2025-07-02T08:03:35.3739507Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-07-02T08:03:35.3739957Z with: 2025-07-02T08:03:35.3740245Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:35.3740609Z fail-on-empty: false 2025-07-02T08:03:35.3740820Z env: 2025-07-02T08:03:35.3741057Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:35.3741372Z REPOSITORY: pytorch/rl 2025-07-02T08:03:35.3741612Z PR_NUMBER: 3030 2025-07-02T08:03:35.3742992Z 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.12 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.3745202Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T08:03:35.3745765Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:35.3746296Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T08:03:35.3746676Z ##[endgroup] 2025-07-02T08:03:35.4296317Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-07-02T08:03:35.4296882Z # Only do these steps if we actually want to upload an artifact 2025-07-02T08:03:35.4297318Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-07-02T08:03:35.4297824Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-07-02T08:03:35.4298424Z  # attempt to just grab whatever is in there and scoop it all up 2025-07-02T08:03:35.4298894Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-07-02T08:03:35.4299292Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-07-02T08:03:35.4299611Z  fi 2025-07-02T08:03:35.4299865Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-07-02T08:03:35.4300295Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-07-02T08:03:35.4300664Z  fi 2025-07-02T08:03:35.4300906Z fi 2025-07-02T08:03:35.4301095Z  2025-07-02T08:03:35.4301295Z upload_docs=0 2025-07-02T08:03:35.4301662Z # Check if there are files in the documentation folder to upload, note that 2025-07-02T08:03:35.4302104Z # empty folders do not count 2025-07-02T08:03:35.4302522Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-07-02T08:03:35.4303096Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-07-02T08:03:35.4303563Z  # upload will probably not work correctly 2025-07-02T08:03:35.4303877Z  upload_docs=1 2025-07-02T08:03:35.4304114Z fi 2025-07-02T08:03:35.4304394Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-07-02T08:03:35.4313506Z shell: /usr/bin/bash -e {0} 2025-07-02T08:03:35.4313766Z env: 2025-07-02T08:03:35.4314028Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:35.4314380Z REPOSITORY: pytorch/rl 2025-07-02T08:03:35.4314633Z PR_NUMBER: 3030 2025-07-02T08:03:35.4316126Z 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.12 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.4317806Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T08:03:35.4318380Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:35.4318916Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T08:03:35.4319290Z UPLOAD_ARTIFACT_NAME: 2025-07-02T08:03:35.4319537Z ##[endgroup] 2025-07-02T08:03:35.4412208Z Prepare all required actions 2025-07-02T08:03:35.4443499Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-07-02T08:03:35.4444018Z with: 2025-07-02T08:03:35.4444202Z env: 2025-07-02T08:03:35.4444574Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:35.4444945Z REPOSITORY: pytorch/rl 2025-07-02T08:03:35.4445181Z PR_NUMBER: 3030 2025-07-02T08:03:35.4446676Z 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.12 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.4448507Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T08:03:35.4449111Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:35.4449637Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T08:03:35.4450023Z ##[endgroup] 2025-07-02T08:03:35.4492141Z ##[group]Run set -eou pipefail 2025-07-02T08:03:35.4492459Z set -eou pipefail 2025-07-02T08:03:35.4492706Z  2025-07-02T08:03:35.4493064Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-07-02T08:03:35.4493518Z for _ in $(seq 1440); do 2025-07-02T08:03:35.4493844Z  # Break if no ssh session exists anymore 2025-07-02T08:03:35.4494175Z  if [ "$(who)" = "" ]; then 2025-07-02T08:03:35.4494466Z  break 2025-07-02T08:03:35.4494687Z  fi 2025-07-02T08:03:35.4494909Z  echo "." 2025-07-02T08:03:35.4495147Z  sleep 5 2025-07-02T08:03:35.4495366Z done 2025-07-02T08:03:35.4501124Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T08:03:35.4501497Z env: 2025-07-02T08:03:35.4501756Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:35.4502083Z REPOSITORY: pytorch/rl 2025-07-02T08:03:35.4502332Z PR_NUMBER: 3030 2025-07-02T08:03:35.4503837Z 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.12 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.4505405Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T08:03:35.4505941Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:35.4506428Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T08:03:35.4506785Z ##[endgroup] 2025-07-02T08:03:35.4529859Z Holding runner for 2 hours until all ssh sessions have logged out 2025-07-02T08:03:35.4607715Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-07-02T08:03:35.4608243Z # ignore expansion of "docker ps -q" since it could be empty 2025-07-02T08:03:35.4608649Z # shellcheck disable=SC2046 2025-07-02T08:03:35.4608952Z docker stop $(docker ps -q) || true 2025-07-02T08:03:35.4609276Z # Prune all of the docker images 2025-07-02T08:03:35.4609584Z docker system prune -af 2025-07-02T08:03:35.4614577Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T08:03:35.4614935Z env: 2025-07-02T08:03:35.4615173Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:35.4615510Z REPOSITORY: pytorch/rl 2025-07-02T08:03:35.4615742Z PR_NUMBER: 3030 2025-07-02T08:03:35.4617339Z 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.12 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.4618977Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T08:03:35.4619537Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:35.4620131Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T08:03:35.4620497Z ##[endgroup] 2025-07-02T08:03:51.5560530Z 1a347c4444fe 2025-07-02T08:03:52.3336735Z Deleted Containers: 2025-07-02T08:03:52.3337172Z 1a347c4444fe78c2b67d27e0a637931dc18de59ade52bc38156ce764a208993b 2025-07-02T08:03:52.3337507Z 2025-07-02T08:03:52.9510455Z Deleted Images: 2025-07-02T08:03:52.9510907Z untagged: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:52.9511835Z untagged: nvidia/cuda@sha256:c4e81887e4aa9f13b1119337323cba89601319ecb282383b879c4ba50510fd17 2025-07-02T08:03:52.9512972Z deleted: sha256:5307765dadf8460b069757105b659484d7551f149397fb56c4817f383dd5b028 2025-07-02T08:03:52.9513617Z deleted: sha256:878177857e3caca758f63ab24bf351a8869dfaa7b97ac01b27d3e5e9c1dbad9b 2025-07-02T08:03:52.9514244Z deleted: sha256:388dd7dfab42da942cf4969e5ef3f763a0a8624c46338bcdcf94f7310c9728c8 2025-07-02T08:03:52.9514896Z deleted: sha256:55be7945a99dfd3f25ddaf1370ebe0bff3164a0a0b31a1dd0e855b58b32ce27c 2025-07-02T08:03:52.9515545Z deleted: sha256:a7e1663db1df1141ccd96629d0c0762a820b946949ac6d275e9f119766299cb5 2025-07-02T08:03:52.9516163Z deleted: sha256:fea9622cba950b74dc59e1b9708f4f5200c771d7a1b24e545146ed0a4dc5eb3f 2025-07-02T08:03:52.9516791Z deleted: sha256:4aefcd978c9165e6d1e83566b1d441520d42ca168f87ca040184c4236f3b2d14 2025-07-02T08:03:52.9517412Z deleted: sha256:e4dee0e80f745dac73b966b0d4521cc766dbf800b7a193f2b824757b49798f91 2025-07-02T08:03:52.9518047Z deleted: sha256:f8d25893e4a827540145c1e959e76b4e793c3fc0cb812165af01e63d42039138 2025-07-02T08:03:52.9518667Z deleted: sha256:c9285e9b466bfc216cdbcfa47d477fc725dd5bfc4558de82151d0b33e7cf080d 2025-07-02T08:03:52.9519301Z deleted: sha256:0ff7651aa862066c4b337650a13b6a22c8afb741fe69393972e3cf064b39be74 2025-07-02T08:03:52.9519925Z deleted: sha256:256d88da41857db513b95b50ba9a9b28491b58c954e25477d5dad8abb465430b 2025-07-02T08:03:52.9520291Z 2025-07-02T08:03:52.9534968Z Total reclaimed space: 13.65GB 2025-07-02T08:03:52.9582253Z ##[group]Run set +e 2025-07-02T08:03:52.9582526Z set +e 2025-07-02T08:03:52.9582771Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-07-02T08:03:52.9583153Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-07-02T08:03:52.9583513Z else 2025-07-02T08:03:52.9583771Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-07-02T08:03:52.9584105Z fi 2025-07-02T08:03:52.9584299Z set -e 2025-07-02T08:03:52.9593166Z shell: /usr/bin/bash -e {0} 2025-07-02T08:03:52.9593440Z env: 2025-07-02T08:03:52.9593684Z DOCKER_IMAGE: nvidia/cuda:12.2.0-devel-ubuntu22.04 2025-07-02T08:03:52.9594041Z REPOSITORY: pytorch/rl 2025-07-02T08:03:52.9594282Z PR_NUMBER: 3030 2025-07-02T08:03:52.9595825Z 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.12 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:52.9597517Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-07-02T08:03:52.9598077Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-07-02T08:03:52.9598615Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-07-02T08:03:52.9598990Z NO_SUDO: false 2025-07-02T08:03:52.9599218Z ##[endgroup] 2025-07-02T08:03:55.7966591Z Post job cleanup. 2025-07-02T08:03:55.8976092Z Post job cleanup. 2025-07-02T08:03:55.9877619Z [command]/usr/bin/git version 2025-07-02T08:03:55.9917125Z git version 2.47.1 2025-07-02T08:03:55.9956361Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4a00a4d6-1c84-4288-a487-79869cb32193' before making global git config changes 2025-07-02T08:03:55.9957288Z Adding repository directory to the temporary git global config as a safe directory 2025-07-02T08:03:55.9968610Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/rl/rl/test-infra 2025-07-02T08:03:55.9998590Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-07-02T08:03:56.0027159Z [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:56.0321492Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-02T08:03:56.0339891Z http.https://github.com/.extraheader 2025-07-02T08:03:56.0349034Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-07-02T08:03:56.0375195Z [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:56.0730985Z A job completed hook has been configured by the self-hosted runner administrator 2025-07-02T08:03:56.0757749Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-07-02T08:03:56.0762953Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-07-02T08:03:56.0763293Z ##[endgroup] 2025-07-02T08:03:56.0854924Z [!ALERT!] Swap in detected! [!ALERT!] 2025-07-02T08:04:06.4226311Z [!ALERT!] Swap out detected [!ALERT!] 2025-07-02T08:04:23.5995525Z Cleaning up orphan processes