Running with gitlab-runner 17.5.2 (c6eae8d7)
  on secure-runner1.archlinux.org ZScEZyx4, system ID: s_e203456115b1
  feature flags: FF_USE_FASTZIP:true
Resolving secrets
section_start:1730462599:prepare_executor
Preparing the "docker" executor
Using Docker executor with image archlinux:latest ...
Pulling docker image archlinux:latest ...
Using docker image sha256:0783ec4488140fe48524781040a1528f957e86bd29f08e7fac97c155afdef7d6 for archlinux:latest with digest archlinux@sha256:65b8373574abc1afda6c77ca01bba81ba02cb3779ced8ae1b5cd29f48d75c4f1 ...
section_end:1730462604:prepare_executor
section_start:1730462604:prepare_script
Preparing environment
Running on runner-zscezyx4-project-10177-concurrent-0 via secure-runner1.archlinux.org...
section_end:1730462604:prepare_script
section_start:1730462604:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/archlinux/arch-boxes/.git/
Created fresh repository.
Checking out f0c7c7e7 as detached HEAD (ref is master)...

Skipping Git submodules setup
section_end:1730462605:get_sources
section_start:1730462605:step_script
Executing "step_script" stage of the job script
Using docker image sha256:0783ec4488140fe48524781040a1528f957e86bd29f08e7fac97c155afdef7d6 for archlinux:latest with digest archlinux@sha256:65b8373574abc1afda6c77ca01bba81ba02cb3779ced8ae1b5cd29f48d75c4f1 ...
$ pacman -Syu --noconfirm jq
:: Synchronizing package databases...
 core downloading...
 extra downloading...
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Package (5)                   Old Version  New Version  Net Change  Download Size

core/ca-certificates-mozilla  3.105-1      3.106-1        0.00 MiB       0.38 MiB
core/gnupg                    2.4.5-6      2.4.5-7        0.00 MiB       2.70 MiB
core/libcap                   2.70-1       2.71-1         0.17 MiB       0.74 MiB
extra/oniguruma                            6.9.9-1        0.87 MiB       0.21 MiB
extra/jq                                   1.7.1-2        0.73 MiB       0.28 MiB

Total Download Size:    4.31 MiB
Total Installed Size:  14.25 MiB
Net Upgrade Size:       1.77 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 gnupg-2.4.5-7-x86_64 downloading...
 libcap-2.71-1-x86_64 downloading...
 ca-certificates-mozilla-3.106-1-x86_64 downloading...
 jq-1.7.1-2-x86_64 downloading...
 oniguruma-6.9.9-1-x86_64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
installing oniguruma...
installing jq...
upgrading libcap...
upgrading ca-certificates-mozilla...
upgrading gnupg...
:: Running post-transaction hooks...
(1/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(2/4) Reloading user manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Rebuilding certificate stores...
$ for id in $(curl --silent --fail --show-error "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages?per_page=100&order_by=created_at&sort=asc" | jq '.[] | select(.created_at | split("T")[0] | . < (now-60*60*24*90|strflocaltime("%Y-%m-%d"))) | .id'); do # collapsed multi-line command
curl: (22) The requested URL returned error: 403
section_end:1730462609:step_script
section_start:1730462609:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1730462609:cleanup_file_variables
ERROR: Job failed: exit code 1