default build branch=default; source=; env="VERSION=3.13 ALIAS=3.13.…

API event #13182.10 failed

  • Ran for
jammy-s390x
s390x
Shell
Git
RELEASE=jammy
Raw log
Scroll to End of Log
0.02s0.00s0.00s0.00s
worker_info
1Worker information
2hostname: 51b8a801-4f92-44d1-aee8-e2eae72b2374@899158.travis15
3version: deploy_2024.10.02 https://github.com/travis-ci/worker/tree/163baaf44dde563d04f4e8a0343815b6b7d84649
4instance: travis-job-travis-ci-cpython-builde-627299186 807711e1ac2650ad08f71f8e6237ef48ed8319902d2655f682bbb4a21ee40efc (via amqp)
5startup: 52.078462597s
60.17s0.00s0.02s0.01s0.01s
system_info
7Build system information
8Build language: shell
9Build dist: jammy
10Build id: 272811333
11Job id: 627299186
12Runtime kernel version: 5.4.0-193-generic
13VM: default
14travis-build version: 6b157a1c
15Build image provisioning date and time
16Mon Oct 14 02:23:24 UTC 2024
17Operating System Details
18Distributor ID: Ubuntu
19Description: Ubuntu 22.04.5 LTS
20Release: 22.04
21Codename: jammy
22Linux Version
235.4.0-150-generic
24Git version
25git version 2.34.1
26bash version
27GNU bash, version 5.1.16(1)-release (s390x-ibm-linux-gnu)
28Copyright (C) 2020 Free Software Foundation, Inc.
29License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
31This is free software; you are free to change and redistribute it.
32There is NO WARRANTY, to the extent permitted by law.
33GCC version
34gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
35Copyright (C) 2021 Free Software Foundation, Inc.
36This is free software; see the source for copying conditions. There is NO
37warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
39Docker version
40Client:
41 Version: 24.0.7
42 API version: 1.43
43 Go version: go1.21.1
44 Git commit: 24.0.7-0ubuntu2~22.04.1
45 Built: Wed Mar 13 20:23:54 2024
46 OS/Arch: linux/s390x
47 Context: default
48LLVM version
49Ubuntu clang version 14.0.0-1ubuntu1.1
50Target: s390x-unknown-linux-gnu
51Thread model: posix
52InstalledDir: /usr/bin
53Pre-installed Ruby versions
54ruby-2.7.8
55ruby-3.3.1
570.08s0.01s1.13s0.20s0.06s0.00s0.05s0.00s0.02s0.01s0.01s0.00s0.48sOK
580.00s0.04s0.00s0.01s0.05s0.00s0.00s0.00s0.02s0.00s0.00s0.01s0.00s0.00s0.03s18.33s0.00s0.00s0.00s6.96s
docker_mtu_and_registry_mirrors
Docker
apt
5911.57s$ travis_apt_get_update
60Installing APT Packages
617.81s$ sudo -E apt-get -yq --no-install-suggests --no-install-recommends $(travis_apt_get_options) install openssl libssl-dev mercurial python3-pip
62Reading package lists...
63Building dependency tree...
64Reading state information...
65libssl-dev is already the newest version (3.0.2-0ubuntu1.18).
66openssl is already the newest version (3.0.2-0ubuntu1.18).
67python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4).
68The following additional packages will be installed:
69 mercurial-common ucf
70Suggested packages:
71 kdiff3 | kdiff3-qt | kompare | meld | tkcvs | mgdiff qct python3-mysqldb
72 python3-pygments wish
73The following NEW packages will be installed:
74 mercurial mercurial-common ucf
750 upgraded, 3 newly installed, 0 to remove and 4 not upgraded.
76Need to get 3260 kB of archives.
77After this operation, 16.1 MB of additional disk space will be used.
78Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x ucf all 3.0043 [56.1 kB]
79Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/universe s390x mercurial-common all 6.1.1-1ubuntu1 [2906 kB]
80Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/universe s390x mercurial s390x 6.1.1-1ubuntu1 [299 kB]
81Preconfiguring packages ...
82Fetched 3260 kB in 1s (2570 kB/s)
83Selecting previously unselected package ucf.
84(Reading database ... 46255 files and directories currently installed.)
85Preparing to unpack .../archives/ucf_3.0043_all.deb ...
86Moving old data out of the way
87Unpacking ucf (3.0043) ...
88Selecting previously unselected package mercurial-common.
89Preparing to unpack .../mercurial-common_6.1.1-1ubuntu1_all.deb ...
90Unpacking mercurial-common (6.1.1-1ubuntu1) ...
91Selecting previously unselected package mercurial.
92Preparing to unpack .../mercurial_6.1.1-1ubuntu1_s390x.deb ...
93Unpacking mercurial (6.1.1-1ubuntu1) ...
94Setting up mercurial-common (6.1.1-1ubuntu1) ...
95Setting up ucf (3.0043) ...
96Setting up mercurial (6.1.1-1ubuntu1) ...
98Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version
99Processing triggers for man-db (2.10.2-1) ...
100NEEDRESTART-VER: 3.5
1010.00s
git.checkout
1020.02s0.52s$ git clone --depth=50 --branch=default https://github.com/travis-ci/cpython-builder.git travis-ci/cpython-builder
103Cloning into 'travis-ci/cpython-builder'...
104$ cd travis-ci/cpython-builder
105$ git checkout -qf 30a20d8c6846577c6b8d9f183482f27e7c5fb909
1070.00s
108Setting environment variables from repository settings
109$ export ARTIFACTS_KEY=[secure]
110$ export ARTIFACTS_SECRET=[secure]
111$ export ARTIFACTS_PERMISSIONS=public-read
112$ export ARTIFACTS_BUCKET=[secure]
114Setting environment variables from .travis.yml
115$ export VERSION=3.13
116$ export ALIAS=3.13.0
117$ export RELEASE=jammy
119$ bash -c 'echo $BASH_VERSION'
1205.1.16(1)-release
install.1
1220.00s$ pushd /opt/pyenv/
123/opt/pyenv ~/build/travis-ci/cpython-builder
install.2
1240.01s$ sudo git config --global --add safe.directory /opt/pyenv
install.3
1250.10s$ sudo git checkout master
126Already on 'master'
127Your branch is up to date with 'origin/master'.
install.4
1280.36s$ sudo git pull
129From https://github.com/pyenv/pyenv
130 050f88c7..770eb66e master -> origin/master
131 * [new tag] v2.4.16 -> v2.4.16
132Updating 050f88c7..770eb66e
133Fast-forward
134 CHANGELOG.md | 4 ++
135 libexec/pyenv---version | 2 +-
136 plugins/python-build/share/python-build/3.14.0a1 | 9 +++
137 plugins/python-build/share/python-build/3.14.0a1t | 2 +
138 .../python-build/share/python-build/graalpy-24.1.1 | 64 ++++++++++++++++++++++
139 .../share/python-build/graalpy-community-24.1.1 | 54 ++++++++++++++++++
140 6 files changed, 134 insertions(+), 1 deletion(-)
141 create mode 100644 plugins/python-build/share/python-build/3.14.0a1
142 create mode 100644 plugins/python-build/share/python-build/3.14.0a1t
143 create mode 100644 plugins/python-build/share/python-build/graalpy-24.1.1
144 create mode 100644 plugins/python-build/share/python-build/graalpy-community-24.1.1
install.5
1450.00s$ popd
146~/build/travis-ci/cpython-builder
install.6
1470.00s$ alias python=python3
install.7
1485.79s$ python -m pip install virtualenv
149Defaulting to user installation because normal site-packages is not writeable
150Requirement already satisfied: virtualenv in /home/travis/.local/lib/python3.10/site-packages (20.15.1)
151Requirement already satisfied: distlib<1,>=0.3.1 in /home/travis/.local/lib/python3.10/site-packages (from virtualenv) (0.3.9)
152Requirement already satisfied: filelock<4,>=3.2 in /home/travis/.local/lib/python3.10/site-packages (from virtualenv) (3.16.1)
153Requirement already satisfied: platformdirs<3,>=2 in /home/travis/.local/lib/python3.10/site-packages (from virtualenv) (2.6.2)
154Requirement already satisfied: six<2,>=1.9.0 in /usr/lib/python3/dist-packages (from virtualenv) (1.16.0)
install.8
15510.17s$ sudo pip install --upgrade pip
156WARNING: The directory '/home/travis/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
157Requirement already satisfied: pip in /usr/local/lib/python3.10/dist-packages (24.2)
158WARNING: 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.
install.9
1595.12s$ sudo pip install setuptools
160WARNING: The directory '/home/travis/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
161Requirement already satisfied: setuptools in /home/travis/.local/lib/python3.10/site-packages (75.1.0)
162WARNING: 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.
install.10
16311.49s$ # `cat` avoids "broken pipe"; `freeze` instead of `list` avoids a warning about future output format change
164 if (python -m pip freeze --user | cat | grep -qP '^virtualenv=='); then
165 python -m pip install --upgrade --user virtualenv
166 elif (python -m pip freeze | cat | grep -qP '^virtualenv=='); then
167 sudo python -m pip install --upgrade virtualenv
168 else
169 sudo python -m pip install virtualenv
170 fi
172Requirement already satisfied: virtualenv in /home/travis/.local/lib/python3.10/site-packages (20.15.1)
173Collecting virtualenv
174 Downloading virtualenv-20.27.0-py3-none-any.whl.metadata (4.5 kB)
175Requirement already satisfied: distlib<1,>=0.3.7 in /home/travis/.local/lib/python3.10/site-packages (from virtualenv) (0.3.9)
176Requirement already satisfied: filelock<4,>=3.12.2 in /home/travis/.local/lib/python3.10/site-packages (from virtualenv) (3.16.1)
177Collecting platformdirs<5,>=3.9.1 (from virtualenv)
178 Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
179Downloading virtualenv-20.27.0-py3-none-any.whl (3.1 MB)
180 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 3.0 MB/s eta 0:00:00
181Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
182Installing collected packages: platformdirs, virtualenv
183 Attempting uninstall: platformdirs
184 Found existing installation: platformdirs 2.6.2
185 Uninstalling platformdirs-2.6.2:
186 Successfully uninstalled platformdirs-2.6.2
187 Attempting uninstall: virtualenv
188 Found existing installation: virtualenv 20.15.1
189 Uninstalling virtualenv-20.15.1:
190 Successfully uninstalled virtualenv-20.15.1
191Successfully installed platformdirs-4.3.6 virtualenv-20.27.0
before_script.1
1920.00s$ export INSTALL_DEST=${INSTALL_DEST:-/opt/python}
before_script.2
1930.10s$ export LSB_RELEASE=${LSB_RELEASE:-$(lsb_release -rs || if [[ $(uname -a) == *"FreeBSD"* ]]; then echo $(uname -r | rev | cut -c9- | rev); else false; fi || echo ${$(sw_vers -productVersion)%*.*})}
before_script.3
1940.10s$ export OS_NAME=${OS_NAME:-$((lsb_release -is || if [[ $(uname -a) == *"FreeBSD"* ]]; then echo $(uname | cut -c1-); else false; fi || echo "osx") | tr "A-Z" "a-z")}
before_script.4
1950.00s$ export ARCH=${ARCH:-$(uname -m)}
before_script.5
1960.00s$ export PACKAGES=${PACKAGES:-pip nose pytest mock wheel pipenv dataclasses}
before_script.6
1970.00s$ export PYTHON_CONFIGURE_OPTS="--with-wide-unicode --enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions --with-computed-gotos $CONFIGURE_OPTS"
before_script.7
1980.02s$ sudo chown -R $USER $HOME/.cache
before_script.8
1990.00s$ if [[ $VERSION = pypy*-dev ]]; then
200 if ! [[ -f ~/virtualenv/pypy/bin/activate ]]; then
201 curl -O https://s3.amazonaws.com/[secure]/binaries/ubuntu/$(lsb_release -rs)/x86_64/pypy2.7-5.9.0.tar.bz2
202 sudo tar xf pypy*.tar.bz2 -C /
203 fi
204 source ~/virtualenv/pypy/bin/activate
205 python --version
206 fi
20828.35s$ sudo apt-get update && sudo apt-get install build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev curl libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev -y
209Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
210Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
211Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
212Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
213Reading package lists...
214Reading package lists...
215Building dependency tree...
216Reading state information...
217build-essential is already the newest version (12.9ubuntu3).
218libbz2-dev is already the newest version (1.0.8-5build1).
219libffi-dev is already the newest version (3.4.2-4).
220liblzma-dev is already the newest version (5.2.5-2ubuntu1).
221libreadline-dev is already the newest version (8.1.2-1).
222xz-utils is already the newest version (5.2.5-2ubuntu1).
223curl is already the newest version (7.81.0-1ubuntu1.18).
224libsqlite3-dev is already the newest version (3.37.2-2ubuntu0.3).
225libssl-dev is already the newest version (3.0.2-0ubuntu1.18).
226zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2).
227The following additional packages will be installed:
228 fontconfig-config fonts-dejavu-core icu-devtools libbrotli-dev
229 libdrm-amdgpu1 libdrm-nouveau2 libdrm-radeon1 libevent-2.1-7
230 libfontconfig-dev libfontconfig1 libfontconfig1-dev libfontenc1
231 libfreetype-dev libfreetype6 libfreetype6-dev libgcrypt20-dev libgl1
232 libgl1-amber-dri libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0
233 libglx0 libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev libgnutlsxx28
234 libgpg-error-dev libice6 libicu-dev libidn2-dev libllvm15 libnspr4-dev
235 libnss3-dev libp11-kit-dev libpng-dev libpng-tools libpthread-stubs0-dev
236 libsensors-config libsensors5 libsm6 libtasn1-6-dev libtasn1-doc libtk8.6
237 libunbound8 libx11-dev libx11-xcb1 libxau-dev libxaw7 libxcb-dri2-0
238 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-shape0
239 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1-dev libxcomposite1
240 libxdmcp-dev libxext-dev libxfixes3 libxft-dev libxft2 libxi6 libxinerama1
241 libxkbfile1 libxmlsec1 libxmlsec1-gcrypt libxmlsec1-gnutls libxmlsec1-nss
242 libxmlsec1-openssl libxmu6 libxpm4 libxrandr2 libxrender-dev libxrender1
243 libxshmfence1 libxslt1-dev libxslt1.1 libxss-dev libxss1 libxt6 libxtst6
244 libxv1 libxxf86dga1 libxxf86vm1 nettle-dev tcl-dev tcl8.6-dev tk tk8.6
245 tk8.6-dev uuid-dev x11-common x11-utils x11proto-core-dev x11proto-dev
246 xbitmaps xorg-sgml-doctools xterm xtrans-dev
247Suggested packages:
248 freetype2-doc libgcrypt20-doc dns-root-data gnutls-bin gnutls-doc icu-doc
249 p11-kit-doc lm-sensors libx11-doc libxcb-doc libxext-doc tcl-doc tcl8.6-doc
250 tk-doc tk8.6-doc mesa-utils xfonts-cyrillic
251The following NEW packages will be installed:
252 fontconfig-config fonts-dejavu-core icu-devtools libbrotli-dev
253 libdrm-amdgpu1 libdrm-nouveau2 libdrm-radeon1 libevent-2.1-7
254 libfontconfig-dev libfontconfig1 libfontconfig1-dev libfontenc1
255 libfreetype-dev libfreetype6 libfreetype6-dev libgcrypt20-dev libgl1
256 libgl1-amber-dri libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0
257 libglx0 libgnutls-dane0 libgnutls-openssl27 libgnutls28-dev libgnutlsxx28
258 libgpg-error-dev libice6 libicu-dev libidn2-dev libllvm15 libncursesw5-dev
259 libnspr4-dev libnss3-dev libp11-kit-dev libpng-dev libpng-tools
260 libpthread-stubs0-dev libsensors-config libsensors5 libsm6 libtasn1-6-dev
261 libtasn1-doc libtk8.6 libunbound8 libx11-dev libx11-xcb1 libxau-dev libxaw7
262 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0
263 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1-dev
264 libxcomposite1 libxdmcp-dev libxext-dev libxfixes3 libxft-dev libxft2 libxi6
265 libxinerama1 libxkbfile1 libxml2-dev libxmlsec1 libxmlsec1-dev
266 libxmlsec1-gcrypt libxmlsec1-gnutls libxmlsec1-nss libxmlsec1-openssl
267 libxmu6 libxpm4 libxrandr2 libxrender-dev libxrender1 libxshmfence1
268 libxslt1-dev libxslt1.1 libxss-dev libxss1 libxt6 libxtst6 libxv1
269 libxxf86dga1 libxxf86vm1 nettle-dev tcl-dev tcl8.6-dev tk tk-dev tk8.6
270 tk8.6-dev uuid-dev x11-common x11-utils x11proto-core-dev x11proto-dev
271 xbitmaps xorg-sgml-doctools xterm xtrans-dev
2720 upgraded, 107 newly installed, 0 to remove and 4 not upgraded.
273Need to get 64.4 MB of archives.
274After this operation, 286 MB of additional disk space will be used.
275Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x fonts-dejavu-core all 2.37-2build1 [1041 kB]
276Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
277Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x icu-devtools s390x 70.1-2 [196 kB]
278Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libbrotli-dev s390x 1.0.9-2build6 [335 kB]
279Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libdrm-amdgpu1 s390x 2.4.113-2~ubuntu0.22.04.1 [19.9 kB]
280Get:6 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libdrm-nouveau2 s390x 2.4.113-2~ubuntu0.22.04.1 [16.9 kB]
281Get:7 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libdrm-radeon1 s390x 2.4.113-2~ubuntu0.22.04.1 [21.5 kB]
282Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libevent-2.1-7 s390x 2.1.12-stable-1build3 [139 kB]
283Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libfreetype6 s390x 2.11.1+dfsg-1ubuntu0.2 [382 kB]
284Get:10 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libfontconfig1 s390x 2.13.1-4.2ubuntu5 [133 kB]
285Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libpng-dev s390x 1.6.37-3build5 [190 kB]
286Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libfreetype-dev s390x 2.11.1+dfsg-1ubuntu0.2 [548 kB]
287Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libfreetype6-dev s390x 2.11.1+dfsg-1ubuntu0.2 [8288 B]
288Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x uuid-dev s390x 2.37.2-4ubuntu3.4 [33.2 kB]
289Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libfontconfig-dev s390x 2.13.1-4.2ubuntu5 [152 kB]
290Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libfontconfig1-dev s390x 2.13.1-4.2ubuntu5 [1840 B]
291Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libfontenc1 s390x 1:1.1.4-1build3 [14.2 kB]
292Get:18 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libgpg-error-dev s390x 1.43-3 [129 kB]
293Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libgcrypt20-dev s390x 1.9.4-3ubuntu3 [506 kB]
294Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libglapi-mesa s390x 23.2.1-1ubuntu3.1~22.04.2 [63.4 kB]
295Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libgl1-amber-dri s390x 21.3.9-0ubuntu1~22.04.1 [1796 kB]
296Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libllvm15 s390x 1:15.0.7-0ubuntu0.22.04.3 [29.0 MB]
297Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libsensors-config all 1:3.6.0-7ubuntu1 [5274 B]
298Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libsensors5 s390x 1:3.6.0-7ubuntu1 [25.3 kB]
299Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxcb-dri3-0 s390x 1.14-3ubuntu3 [6994 B]
300Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libgl1-mesa-dri s390x 23.2.1-1ubuntu3.1~22.04.2 [6087 kB]
301Get:27 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libx11-xcb1 s390x 2:1.7.5-1ubuntu0.3 [7770 B]
302Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxcb-dri2-0 s390x 1.14-3ubuntu3 [7334 B]
303Get:29 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxcb-glx0 s390x 1.14-3ubuntu3 [26.2 kB]
304Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxcb-present0 s390x 1.14-3ubuntu3 [5640 B]
305Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxcb-randr0 s390x 1.14-3ubuntu3 [18.8 kB]
306Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxcb-shm0 s390x 1.14-3ubuntu3 [5650 B]
307Get:33 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxcb-sync1 s390x 1.14-3ubuntu3 [9354 B]
308Get:34 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxcb-xfixes0 s390x 1.14-3ubuntu3 [10.1 kB]
309Get:35 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxfixes3 s390x 1:6.0.0-1 [11.2 kB]
310Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxshmfence1 s390x 1.3-1build4 [5334 B]
311Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxxf86vm1 s390x 1:1.1.4-1build3 [9900 B]
312Get:38 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libglx-mesa0 s390x 23.2.1-1ubuntu3.1~22.04.2 [168 kB]
313Get:39 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libgnutls-openssl27 s390x 3.7.3-4ubuntu1.5 [22.6 kB]
314Get:40 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libunbound8 s390x 1.13.1-1ubuntu5.7 [380 kB]
315Get:41 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libgnutls-dane0 s390x 3.7.3-4ubuntu1.5 [22.5 kB]
316Get:42 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libgnutlsxx28 s390x 3.7.3-4ubuntu1.5 [15.4 kB]
317Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libidn2-dev s390x 2.3.2-2build1 [85.7 kB]
318Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libp11-kit-dev s390x 0.24.0-6build1 [20.1 kB]
319Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libtasn1-6-dev s390x 4.18.0-4build1 [92.4 kB]
320Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x nettle-dev s390x 3.7.3-1build2 [1141 kB]
321Get:47 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libgnutls28-dev s390x 3.7.3-4ubuntu1.5 [947 kB]
322Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x x11-common all 1:7.7+23ubuntu2 [23.4 kB]
323Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libice6 s390x 2:1.0.10-1build2 [40.8 kB]
324Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libicu-dev s390x 70.1-2 [11.5 MB]
325Get:51 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libncursesw5-dev s390x 6.3-2ubuntu0.1 [792 B]
326Get:52 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libnspr4-dev s390x 2:4.35-0ubuntu0.22.04.1 [218 kB]
327Get:53 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libnss3-dev s390x 2:3.98-0ubuntu0.22.04.2 [244 kB]
328Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libpng-tools s390x 1.6.37-3build5 [28.9 kB]
329Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libpthread-stubs0-dev s390x 0.4-1build2 [5508 B]
330Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libsm6 s390x 2:1.2.3-1build2 [16.9 kB]
331Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxrender1 s390x 1:0.9.10-1build4 [19.1 kB]
332Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxft2 s390x 2.3.4-1 [41.5 kB]
333Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxss1 s390x 1:1.2.3-1build2 [8192 B]
334Get:60 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libtk8.6 s390x 8.6.12-1build1 [762 kB]
335Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
336Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x x11proto-dev all 2021.5-1 [604 kB]
337Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxau-dev s390x 1:1.0.9-1build5 [9702 B]
338Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x x11proto-core-dev all 2021.5-1 [2438 B]
339Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxdmcp-dev s390x 1:1.1.3-0ubuntu5 [26.5 kB]
340Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x xtrans-dev all 1.4.0-1 [68.9 kB]
341Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxcb1-dev s390x 1.14-3ubuntu3 [85.5 kB]
342Get:68 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libx11-dev s390x 2:1.7.5-1ubuntu0.3 [727 kB]
343Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxt6 s390x 1:1.2.1-1 [169 kB]
344Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxmu6 s390x 2:1.1.3-3 [49.3 kB]
345Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libxpm4 s390x 1:3.5.12-1ubuntu0.22.04.2 [37.0 kB]
346Get:72 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxaw7 s390x 2:1.0.14-1 [186 kB]
347Get:73 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxcb-shape0 s390x 1.14-3ubuntu3 [6114 B]
348Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxcomposite1 s390x 1:0.4.5-1build2 [6952 B]
349Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxext-dev s390x 2:1.3.4-1build1 [83.4 kB]
350Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxrender-dev s390x 1:0.9.10-1build4 [26.0 kB]
351Get:77 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxft-dev s390x 2.3.4-1 [52.2 kB]
352Get:78 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxi6 s390x 2:1.8-1build1 [31.0 kB]
353Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxinerama1 s390x 2:1.1.4-3 [7110 B]
354Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxkbfile1 s390x 1:1.1.0-1build3 [74.0 kB]
355Get:81 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libxml2-dev s390x 2.9.13+dfsg-1ubuntu0.4 [769 kB]
356Get:82 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libxslt1.1 s390x 1.1.34-4ubuntu0.22.04.1 [157 kB]
357Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxmlsec1 s390x 1.2.33-1build2 [125 kB]
358Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxmlsec1-gcrypt s390x 1.2.33-1build2 [41.6 kB]
359Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxmlsec1-gnutls s390x 1.2.33-1build2 [33.4 kB]
360Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxmlsec1-nss s390x 1.2.33-1build2 [61.1 kB]
361Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxmlsec1-openssl s390x 1.2.33-1build2 [80.2 kB]
362Get:88 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libxslt1-dev s390x 1.1.34-4ubuntu0.22.04.1 [219 kB]
363Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxmlsec1-dev s390x 1.2.33-1build2 [401 kB]
364Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxrandr2 s390x 2:1.5.2-1build1 [19.5 kB]
365Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxss-dev s390x 1:1.2.3-1build2 [12.1 kB]
366Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxtst6 s390x 2:1.2.3-1build4 [13.0 kB]
367Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxv1 s390x 2:1.0.11-1build2 [10.9 kB]
368Get:94 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libxxf86dga1 s390x 2:1.1.5-0ubuntu3 [12.1 kB]
369Get:95 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x tcl8.6-dev s390x 8.6.12+dfsg-1build1 [975 kB]
370Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x tcl-dev s390x 8.6.11+1build2 [5754 B]
371Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x tk8.6 s390x 8.6.12-1build1 [12.7 kB]
372Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x tk s390x 8.6.11+1build2 [3058 B]
373Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x tk8.6-dev s390x 8.6.12-1build1 [766 kB]
374Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x tk-dev s390x 8.6.11+1build2 [2894 B]
375Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libglvnd0 s390x 1.4.0-1 [113 kB]
376Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libglx0 s390x 1.4.0-1 [28.3 kB]
377Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libgl1 s390x 1.4.0-1 [146 kB]
378Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x x11-utils s390x 7.7+5build2 [205 kB]
379Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x xbitmaps all 1.1.1-2.1ubuntu1 [23.4 kB]
380Get:106 http://ports.ubuntu.com/ubuntu-ports jammy/universe s390x xterm s390x 372-1ubuntu1 [856 kB]
381Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libtasn1-doc all 4.18.0-4build1 [305 kB]
382Fetched 64.4 MB in 14s (4720 kB/s)
383Selecting previously unselected package fonts-dejavu-core.
384(Reading database ... 47055 files and directories currently installed.)
385Preparing to unpack .../000-fonts-dejavu-core_2.37-2build1_all.deb ...
386Unpacking fonts-dejavu-core (2.37-2build1) ...
387Selecting previously unselected package fontconfig-config.
388Preparing to unpack .../001-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
389Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
390Selecting previously unselected package icu-devtools.
391Preparing to unpack .../002-icu-devtools_70.1-2_s390x.deb ...
392Unpacking icu-devtools (70.1-2) ...
393Selecting previously unselected package libbrotli-dev:s390x.
394Preparing to unpack .../003-libbrotli-dev_1.0.9-2build6_s390x.deb ...
395Unpacking libbrotli-dev:s390x (1.0.9-2build6) ...
396Selecting previously unselected package libdrm-amdgpu1:s390x.
397Preparing to unpack .../004-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_s390x.deb ...
398Unpacking libdrm-amdgpu1:s390x (2.4.113-2~ubuntu0.22.04.1) ...
399Selecting previously unselected package libdrm-nouveau2:s390x.
400Preparing to unpack .../005-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_s390x.deb ...
401Unpacking libdrm-nouveau2:s390x (2.4.113-2~ubuntu0.22.04.1) ...
402Selecting previously unselected package libdrm-radeon1:s390x.
403Preparing to unpack .../006-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_s390x.deb ...
404Unpacking libdrm-radeon1:s390x (2.4.113-2~ubuntu0.22.04.1) ...
405Selecting previously unselected package libevent-2.1-7:s390x.
406Preparing to unpack .../007-libevent-2.1-7_2.1.12-stable-1build3_s390x.deb ...
407Unpacking libevent-2.1-7:s390x (2.1.12-stable-1build3) ...
408Selecting previously unselected package libfreetype6:s390x.
409Preparing to unpack .../008-libfreetype6_2.11.1+dfsg-1ubuntu0.2_s390x.deb ...
410Unpacking libfreetype6:s390x (2.11.1+dfsg-1ubuntu0.2) ...
411Selecting previously unselected package libfontconfig1:s390x.
412Preparing to unpack .../009-libfontconfig1_2.13.1-4.2ubuntu5_s390x.deb ...
413Unpacking libfontconfig1:s390x (2.13.1-4.2ubuntu5) ...
414Selecting previously unselected package libpng-dev:s390x.
415Preparing to unpack .../010-libpng-dev_1.6.37-3build5_s390x.deb ...
416Unpacking libpng-dev:s390x (1.6.37-3build5) ...
417Selecting previously unselected package libfreetype-dev:s390x.
418Preparing to unpack .../011-libfreetype-dev_2.11.1+dfsg-1ubuntu0.2_s390x.deb ...
419Unpacking libfreetype-dev:s390x (2.11.1+dfsg-1ubuntu0.2) ...
420Selecting previously unselected package libfreetype6-dev:s390x.
421Preparing to unpack .../012-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.2_s390x.deb ...
422Unpacking libfreetype6-dev:s390x (2.11.1+dfsg-1ubuntu0.2) ...
423Selecting previously unselected package uuid-dev:s390x.
424Preparing to unpack .../013-uuid-dev_2.37.2-4ubuntu3.4_s390x.deb ...
425Unpacking uuid-dev:s390x (2.37.2-4ubuntu3.4) ...
426Selecting previously unselected package libfontconfig-dev:s390x.
427Preparing to unpack .../014-libfontconfig-dev_2.13.1-4.2ubuntu5_s390x.deb ...
428Unpacking libfontconfig-dev:s390x (2.13.1-4.2ubuntu5) ...
429Selecting previously unselected package libfontconfig1-dev:s390x.
430Preparing to unpack .../015-libfontconfig1-dev_2.13.1-4.2ubuntu5_s390x.deb ...
431Unpacking libfontconfig1-dev:s390x (2.13.1-4.2ubuntu5) ...
432Selecting previously unselected package libfontenc1:s390x.
433Preparing to unpack .../016-libfontenc1_1%3a1.1.4-1build3_s390x.deb ...
434Unpacking libfontenc1:s390x (1:1.1.4-1build3) ...
435Selecting previously unselected package libgpg-error-dev.
436Preparing to unpack .../017-libgpg-error-dev_1.43-3_s390x.deb ...
437Unpacking libgpg-error-dev (1.43-3) ...
438Selecting previously unselected package libgcrypt20-dev.
439Preparing to unpack .../018-libgcrypt20-dev_1.9.4-3ubuntu3_s390x.deb ...
440Unpacking libgcrypt20-dev (1.9.4-3ubuntu3) ...
441Selecting previously unselected package libglapi-mesa:s390x.
442Preparing to unpack .../019-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.2_s390x.deb ...
443Unpacking libglapi-mesa:s390x (23.2.1-1ubuntu3.1~22.04.2) ...
444Selecting previously unselected package libgl1-amber-dri:s390x.
445Preparing to unpack .../020-libgl1-amber-dri_21.3.9-0ubuntu1~22.04.1_s390x.deb ...
446Unpacking libgl1-amber-dri:s390x (21.3.9-0ubuntu1~22.04.1) ...
447Selecting previously unselected package libllvm15:s390x.
448Preparing to unpack .../021-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_s390x.deb ...
449Unpacking libllvm15:s390x (1:15.0.7-0ubuntu0.22.04.3) ...
450Selecting previously unselected package libsensors-config.
451Preparing to unpack .../022-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ...
452Unpacking libsensors-config (1:3.6.0-7ubuntu1) ...
453Selecting previously unselected package libsensors5:s390x.
454Preparing to unpack .../023-libsensors5_1%3a3.6.0-7ubuntu1_s390x.deb ...
455Unpacking libsensors5:s390x (1:3.6.0-7ubuntu1) ...
456Selecting previously unselected package libxcb-dri3-0:s390x.
457Preparing to unpack .../024-libxcb-dri3-0_1.14-3ubuntu3_s390x.deb ...
458Unpacking libxcb-dri3-0:s390x (1.14-3ubuntu3) ...
459Selecting previously unselected package libgl1-mesa-dri:s390x.
460Preparing to unpack .../025-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.2_s390x.deb ...
461Unpacking libgl1-mesa-dri:s390x (23.2.1-1ubuntu3.1~22.04.2) ...
462Selecting previously unselected package libx11-xcb1:s390x.
463Preparing to unpack .../026-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_s390x.deb ...
464Unpacking libx11-xcb1:s390x (2:1.7.5-1ubuntu0.3) ...
465Selecting previously unselected package libxcb-dri2-0:s390x.
466Preparing to unpack .../027-libxcb-dri2-0_1.14-3ubuntu3_s390x.deb ...
467Unpacking libxcb-dri2-0:s390x (1.14-3ubuntu3) ...
468Selecting previously unselected package libxcb-glx0:s390x.
469Preparing to unpack .../028-libxcb-glx0_1.14-3ubuntu3_s390x.deb ...
470Unpacking libxcb-glx0:s390x (1.14-3ubuntu3) ...
471Selecting previously unselected package libxcb-present0:s390x.
472Preparing to unpack .../029-libxcb-present0_1.14-3ubuntu3_s390x.deb ...
473Unpacking libxcb-present0:s390x (1.14-3ubuntu3) ...
474Selecting previously unselected package libxcb-randr0:s390x.
475Preparing to unpack .../030-libxcb-randr0_1.14-3ubuntu3_s390x.deb ...
476Unpacking libxcb-randr0:s390x (1.14-3ubuntu3) ...
477Selecting previously unselected package libxcb-shm0:s390x.
478Preparing to unpack .../031-libxcb-shm0_1.14-3ubuntu3_s390x.deb ...
479Unpacking libxcb-shm0:s390x (1.14-3ubuntu3) ...
480Selecting previously unselected package libxcb-sync1:s390x.
481Preparing to unpack .../032-libxcb-sync1_1.14-3ubuntu3_s390x.deb ...
482Unpacking libxcb-sync1:s390x (1.14-3ubuntu3) ...
483Selecting previously unselected package libxcb-xfixes0:s390x.
484Preparing to unpack .../033-libxcb-xfixes0_1.14-3ubuntu3_s390x.deb ...
485Unpacking libxcb-xfixes0:s390x (1.14-3ubuntu3) ...
486Selecting previously unselected package libxfixes3:s390x.
487Preparing to unpack .../034-libxfixes3_1%3a6.0.0-1_s390x.deb ...
488Unpacking libxfixes3:s390x (1:6.0.0-1) ...
489Selecting previously unselected package libxshmfence1:s390x.
490Preparing to unpack .../035-libxshmfence1_1.3-1build4_s390x.deb ...
491Unpacking libxshmfence1:s390x (1.3-1build4) ...
492Selecting previously unselected package libxxf86vm1:s390x.
493Preparing to unpack .../036-libxxf86vm1_1%3a1.1.4-1build3_s390x.deb ...
494Unpacking libxxf86vm1:s390x (1:1.1.4-1build3) ...
495Selecting previously unselected package libglx-mesa0:s390x.
496Preparing to unpack .../037-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.2_s390x.deb ...
497Unpacking libglx-mesa0:s390x (23.2.1-1ubuntu3.1~22.04.2) ...
498Selecting previously unselected package libgnutls-openssl27:s390x.
499Preparing to unpack .../038-libgnutls-openssl27_3.7.3-4ubuntu1.5_s390x.deb ...
500Unpacking libgnutls-openssl27:s390x (3.7.3-4ubuntu1.5) ...
501Selecting previously unselected package libunbound8:s390x.
502Preparing to unpack .../039-libunbound8_1.13.1-1ubuntu5.7_s390x.deb ...
503Unpacking libunbound8:s390x (1.13.1-1ubuntu5.7) ...
504Selecting previously unselected package libgnutls-dane0:s390x.
505Preparing to unpack .../040-libgnutls-dane0_3.7.3-4ubuntu1.5_s390x.deb ...
506Unpacking libgnutls-dane0:s390x (3.7.3-4ubuntu1.5) ...
507Selecting previously unselected package libgnutlsxx28:s390x.
508Preparing to unpack .../041-libgnutlsxx28_3.7.3-4ubuntu1.5_s390x.deb ...
509Unpacking libgnutlsxx28:s390x (3.7.3-4ubuntu1.5) ...
510Selecting previously unselected package libidn2-dev:s390x.
511Preparing to unpack .../042-libidn2-dev_2.3.2-2build1_s390x.deb ...
512Unpacking libidn2-dev:s390x (2.3.2-2build1) ...
513Selecting previously unselected package libp11-kit-dev:s390x.
514Preparing to unpack .../043-libp11-kit-dev_0.24.0-6build1_s390x.deb ...
515Unpacking libp11-kit-dev:s390x (0.24.0-6build1) ...
516Selecting previously unselected package libtasn1-6-dev:s390x.
517Preparing to unpack .../044-libtasn1-6-dev_4.18.0-4build1_s390x.deb ...
518Unpacking libtasn1-6-dev:s390x (4.18.0-4build1) ...
519Selecting previously unselected package nettle-dev:s390x.
520Preparing to unpack .../045-nettle-dev_3.7.3-1build2_s390x.deb ...
521Unpacking nettle-dev:s390x (3.7.3-1build2) ...
522Selecting previously unselected package libgnutls28-dev:s390x.
523Preparing to unpack .../046-libgnutls28-dev_3.7.3-4ubuntu1.5_s390x.deb ...
524Unpacking libgnutls28-dev:s390x (3.7.3-4ubuntu1.5) ...
525Selecting previously unselected package x11-common.
526Preparing to unpack .../047-x11-common_1%3a7.7+23ubuntu2_all.deb ...
527Unpacking x11-common (1:7.7+23ubuntu2) ...
528Selecting previously unselected package libice6:s390x.
529Preparing to unpack .../048-libice6_2%3a1.0.10-1build2_s390x.deb ...
530Unpacking libice6:s390x (2:1.0.10-1build2) ...
531Selecting previously unselected package libicu-dev:s390x.
532Preparing to unpack .../049-libicu-dev_70.1-2_s390x.deb ...
533Unpacking libicu-dev:s390x (70.1-2) ...
534Selecting previously unselected package libncursesw5-dev:s390x.
535Preparing to unpack .../050-libncursesw5-dev_6.3-2ubuntu0.1_s390x.deb ...
536Unpacking libncursesw5-dev:s390x (6.3-2ubuntu0.1) ...
537Selecting previously unselected package libnspr4-dev.
538Preparing to unpack .../051-libnspr4-dev_2%3a4.35-0ubuntu0.22.04.1_s390x.deb ...
539Unpacking libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ...
540Selecting previously unselected package libnss3-dev:s390x.
541Preparing to unpack .../052-libnss3-dev_2%3a3.98-0ubuntu0.22.04.2_s390x.deb ...
542Unpacking libnss3-dev:s390x (2:3.98-0ubuntu0.22.04.2) ...
543Selecting previously unselected package libpng-tools.
544Preparing to unpack .../053-libpng-tools_1.6.37-3build5_s390x.deb ...
545Unpacking libpng-tools (1.6.37-3build5) ...
546Selecting previously unselected package libpthread-stubs0-dev:s390x.
547Preparing to unpack .../054-libpthread-stubs0-dev_0.4-1build2_s390x.deb ...
548Unpacking libpthread-stubs0-dev:s390x (0.4-1build2) ...
549Selecting previously unselected package libsm6:s390x.
550Preparing to unpack .../055-libsm6_2%3a1.2.3-1build2_s390x.deb ...
551Unpacking libsm6:s390x (2:1.2.3-1build2) ...
552Selecting previously unselected package libxrender1:s390x.
553Preparing to unpack .../056-libxrender1_1%3a0.9.10-1build4_s390x.deb ...
554Unpacking libxrender1:s390x (1:0.9.10-1build4) ...
555Selecting previously unselected package libxft2:s390x.
556Preparing to unpack .../057-libxft2_2.3.4-1_s390x.deb ...
557Unpacking libxft2:s390x (2.3.4-1) ...
558Selecting previously unselected package libxss1:s390x.
559Preparing to unpack .../058-libxss1_1%3a1.2.3-1build2_s390x.deb ...
560Unpacking libxss1:s390x (1:1.2.3-1build2) ...
561Selecting previously unselected package libtk8.6:s390x.
562Preparing to unpack .../059-libtk8.6_8.6.12-1build1_s390x.deb ...
563Unpacking libtk8.6:s390x (8.6.12-1build1) ...
564Selecting previously unselected package xorg-sgml-doctools.
565Preparing to unpack .../060-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
566Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
567Selecting previously unselected package x11proto-dev.
568Preparing to unpack .../061-x11proto-dev_2021.5-1_all.deb ...
569Unpacking x11proto-dev (2021.5-1) ...
570Selecting previously unselected package libxau-dev:s390x.
571Preparing to unpack .../062-libxau-dev_1%3a1.0.9-1build5_s390x.deb ...
572Unpacking libxau-dev:s390x (1:1.0.9-1build5) ...
573Selecting previously unselected package x11proto-core-dev.
574Preparing to unpack .../063-x11proto-core-dev_2021.5-1_all.deb ...
575Unpacking x11proto-core-dev (2021.5-1) ...
576Selecting previously unselected package libxdmcp-dev:s390x.
577Preparing to unpack .../064-libxdmcp-dev_1%3a1.1.3-0ubuntu5_s390x.deb ...
578Unpacking libxdmcp-dev:s390x (1:1.1.3-0ubuntu5) ...
579Selecting previously unselected package xtrans-dev.
580Preparing to unpack .../065-xtrans-dev_1.4.0-1_all.deb ...
581Unpacking xtrans-dev (1.4.0-1) ...
582Selecting previously unselected package libxcb1-dev:s390x.
583Preparing to unpack .../066-libxcb1-dev_1.14-3ubuntu3_s390x.deb ...
584Unpacking libxcb1-dev:s390x (1.14-3ubuntu3) ...
585Selecting previously unselected package libx11-dev:s390x.
586Preparing to unpack .../067-libx11-dev_2%3a1.7.5-1ubuntu0.3_s390x.deb ...
587Unpacking libx11-dev:s390x (2:1.7.5-1ubuntu0.3) ...
588Selecting previously unselected package libxt6:s390x.
589Preparing to unpack .../068-libxt6_1%3a1.2.1-1_s390x.deb ...
590Unpacking libxt6:s390x (1:1.2.1-1) ...
591Selecting previously unselected package libxmu6:s390x.
592Preparing to unpack .../069-libxmu6_2%3a1.1.3-3_s390x.deb ...
593Unpacking libxmu6:s390x (2:1.1.3-3) ...
594Selecting previously unselected package libxpm4:s390x.
595Preparing to unpack .../070-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_s390x.deb ...
596Unpacking libxpm4:s390x (1:3.5.12-1ubuntu0.22.04.2) ...
597Selecting previously unselected package libxaw7:s390x.
598Preparing to unpack .../071-libxaw7_2%3a1.0.14-1_s390x.deb ...
599Unpacking libxaw7:s390x (2:1.0.14-1) ...
600Selecting previously unselected package libxcb-shape0:s390x.
601Preparing to unpack .../072-libxcb-shape0_1.14-3ubuntu3_s390x.deb ...
602Unpacking libxcb-shape0:s390x (1.14-3ubuntu3) ...
603Selecting previously unselected package libxcomposite1:s390x.
604Preparing to unpack .../073-libxcomposite1_1%3a0.4.5-1build2_s390x.deb ...
605Unpacking libxcomposite1:s390x (1:0.4.5-1build2) ...
606Selecting previously unselected package libxext-dev:s390x.
607Preparing to unpack .../074-libxext-dev_2%3a1.3.4-1build1_s390x.deb ...
608Unpacking libxext-dev:s390x (2:1.3.4-1build1) ...
609Selecting previously unselected package libxrender-dev:s390x.
610Preparing to unpack .../075-libxrender-dev_1%3a0.9.10-1build4_s390x.deb ...
611Unpacking libxrender-dev:s390x (1:0.9.10-1build4) ...
612Selecting previously unselected package libxft-dev:s390x.
613Preparing to unpack .../076-libxft-dev_2.3.4-1_s390x.deb ...
614Unpacking libxft-dev:s390x (2.3.4-1) ...
615Selecting previously unselected package libxi6:s390x.
616Preparing to unpack .../077-libxi6_2%3a1.8-1build1_s390x.deb ...
617Unpacking libxi6:s390x (2:1.8-1build1) ...
618Selecting previously unselected package libxinerama1:s390x.
619Preparing to unpack .../078-libxinerama1_2%3a1.1.4-3_s390x.deb ...
620Unpacking libxinerama1:s390x (2:1.1.4-3) ...
621Selecting previously unselected package libxkbfile1:s390x.
622Preparing to unpack .../079-libxkbfile1_1%3a1.1.0-1build3_s390x.deb ...
623Unpacking libxkbfile1:s390x (1:1.1.0-1build3) ...
624Selecting previously unselected package libxml2-dev:s390x.
625Preparing to unpack .../080-libxml2-dev_2.9.13+dfsg-1ubuntu0.4_s390x.deb ...
626Unpacking libxml2-dev:s390x (2.9.13+dfsg-1ubuntu0.4) ...
627Selecting previously unselected package libxslt1.1:s390x.
628Preparing to unpack .../081-libxslt1.1_1.1.34-4ubuntu0.22.04.1_s390x.deb ...
629Unpacking libxslt1.1:s390x (1.1.34-4ubuntu0.22.04.1) ...
630Selecting previously unselected package libxmlsec1:s390x.
631Preparing to unpack .../082-libxmlsec1_1.2.33-1build2_s390x.deb ...
632Unpacking libxmlsec1:s390x (1.2.33-1build2) ...
633Selecting previously unselected package libxmlsec1-gcrypt:s390x.
634Preparing to unpack .../083-libxmlsec1-gcrypt_1.2.33-1build2_s390x.deb ...
635Unpacking libxmlsec1-gcrypt:s390x (1.2.33-1build2) ...
636Selecting previously unselected package libxmlsec1-gnutls:s390x.
637Preparing to unpack .../084-libxmlsec1-gnutls_1.2.33-1build2_s390x.deb ...
638Unpacking libxmlsec1-gnutls:s390x (1.2.33-1build2) ...
639Selecting previously unselected package libxmlsec1-nss:s390x.
640Preparing to unpack .../085-libxmlsec1-nss_1.2.33-1build2_s390x.deb ...
641Unpacking libxmlsec1-nss:s390x (1.2.33-1build2) ...
642Selecting previously unselected package libxmlsec1-openssl:s390x.
643Preparing to unpack .../086-libxmlsec1-openssl_1.2.33-1build2_s390x.deb ...
644Unpacking libxmlsec1-openssl:s390x (1.2.33-1build2) ...
645Selecting previously unselected package libxslt1-dev:s390x.
646Preparing to unpack .../087-libxslt1-dev_1.1.34-4ubuntu0.22.04.1_s390x.deb ...
647Unpacking libxslt1-dev:s390x (1.1.34-4ubuntu0.22.04.1) ...
648Selecting previously unselected package libxmlsec1-dev.
649Preparing to unpack .../088-libxmlsec1-dev_1.2.33-1build2_s390x.deb ...
650Unpacking libxmlsec1-dev (1.2.33-1build2) ...
651Selecting previously unselected package libxrandr2:s390x.
652Preparing to unpack .../089-libxrandr2_2%3a1.5.2-1build1_s390x.deb ...
653Unpacking libxrandr2:s390x (2:1.5.2-1build1) ...
654Selecting previously unselected package libxss-dev:s390x.
655Preparing to unpack .../090-libxss-dev_1%3a1.2.3-1build2_s390x.deb ...
656Unpacking libxss-dev:s390x (1:1.2.3-1build2) ...
657Selecting previously unselected package libxtst6:s390x.
658Preparing to unpack .../091-libxtst6_2%3a1.2.3-1build4_s390x.deb ...
659Unpacking libxtst6:s390x (2:1.2.3-1build4) ...
660Selecting previously unselected package libxv1:s390x.
661Preparing to unpack .../092-libxv1_2%3a1.0.11-1build2_s390x.deb ...
662Unpacking libxv1:s390x (2:1.0.11-1build2) ...
663Selecting previously unselected package libxxf86dga1:s390x.
664Preparing to unpack .../093-libxxf86dga1_2%3a1.1.5-0ubuntu3_s390x.deb ...
665Unpacking libxxf86dga1:s390x (2:1.1.5-0ubuntu3) ...
666Selecting previously unselected package tcl8.6-dev:s390x.
667Preparing to unpack .../094-tcl8.6-dev_8.6.12+dfsg-1build1_s390x.deb ...
668Unpacking tcl8.6-dev:s390x (8.6.12+dfsg-1build1) ...
669Selecting previously unselected package tcl-dev:s390x.
670Preparing to unpack .../095-tcl-dev_8.6.11+1build2_s390x.deb ...
671Unpacking tcl-dev:s390x (8.6.11+1build2) ...
672Selecting previously unselected package tk8.6.
673Preparing to unpack .../096-tk8.6_8.6.12-1build1_s390x.deb ...
674Unpacking tk8.6 (8.6.12-1build1) ...
675Selecting previously unselected package tk.
676Preparing to unpack .../097-tk_8.6.11+1build2_s390x.deb ...
677Unpacking tk (8.6.11+1build2) ...
678Selecting previously unselected package tk8.6-dev:s390x.
679Preparing to unpack .../098-tk8.6-dev_8.6.12-1build1_s390x.deb ...
680Unpacking tk8.6-dev:s390x (8.6.12-1build1) ...
681Selecting previously unselected package tk-dev:s390x.
682Preparing to unpack .../099-tk-dev_8.6.11+1build2_s390x.deb ...
683Unpacking tk-dev:s390x (8.6.11+1build2) ...
684Selecting previously unselected package libglvnd0:s390x.
685Preparing to unpack .../100-libglvnd0_1.4.0-1_s390x.deb ...
686Unpacking libglvnd0:s390x (1.4.0-1) ...
687Selecting previously unselected package libglx0:s390x.
688Preparing to unpack .../101-libglx0_1.4.0-1_s390x.deb ...
689Unpacking libglx0:s390x (1.4.0-1) ...
690Selecting previously unselected package libgl1:s390x.
691Preparing to unpack .../102-libgl1_1.4.0-1_s390x.deb ...
692Unpacking libgl1:s390x (1.4.0-1) ...
693Selecting previously unselected package x11-utils.
694Preparing to unpack .../103-x11-utils_7.7+5build2_s390x.deb ...
695Unpacking x11-utils (7.7+5build2) ...
696Selecting previously unselected package xbitmaps.
697Preparing to unpack .../104-xbitmaps_1.1.1-2.1ubuntu1_all.deb ...
698Unpacking xbitmaps (1.1.1-2.1ubuntu1) ...
699Selecting previously unselected package xterm.
700Preparing to unpack .../105-xterm_372-1ubuntu1_s390x.deb ...
701Unpacking xterm (372-1ubuntu1) ...
702Selecting previously unselected package libtasn1-doc.
703Preparing to unpack .../106-libtasn1-doc_4.18.0-4build1_all.deb ...
704Unpacking libtasn1-doc (4.18.0-4build1) ...
705Setting up libnspr4-dev (2:4.35-0ubuntu0.22.04.1) ...
706Setting up libxcb-dri3-0:s390x (1.14-3ubuntu3) ...
707Setting up libx11-xcb1:s390x (2:1.7.5-1ubuntu0.3) ...
708Setting up libdrm-nouveau2:s390x (2.4.113-2~ubuntu0.22.04.1) ...
709Setting up libgnutls-openssl27:s390x (3.7.3-4ubuntu1.5) ...
710Setting up libxcb-xfixes0:s390x (1.14-3ubuntu3) ...
711Setting up libxpm4:s390x (1:3.5.12-1ubuntu0.22.04.2) ...
712Setting up libxi6:s390x (2:1.8-1build1) ...
713Setting up libncursesw5-dev:s390x (6.3-2ubuntu0.1) ...
714Setting up nettle-dev:s390x (3.7.3-1build2) ...
715Setting up libxrender1:s390x (1:0.9.10-1build4) ...
716Setting up libpng-tools (1.6.37-3build5) ...
717Setting up libdrm-radeon1:s390x (2.4.113-2~ubuntu0.22.04.1) ...
718Setting up libglvnd0:s390x (1.4.0-1) ...
719Setting up libxcb-glx0:s390x (1.14-3ubuntu3) ...
720Setting up tcl8.6-dev:s390x (8.6.12+dfsg-1build1) ...
721Setting up libtasn1-doc (4.18.0-4build1) ...
722Setting up libpng-dev:s390x (1.6.37-3build5) ...
723Setting up libxcb-shape0:s390x (1.14-3ubuntu3) ...
724Setting up x11-common (1:7.7+23ubuntu2) ...
725Setting up libsensors-config (1:3.6.0-7ubuntu1) ...
726Setting up libxxf86dga1:s390x (2:1.1.5-0ubuntu3) ...
727Setting up libxcb-shm0:s390x (1.14-3ubuntu3) ...
728Setting up libpthread-stubs0-dev:s390x (0.4-1build2) ...
729Setting up libxxf86vm1:s390x (1:1.1.4-1build3) ...
730Setting up libxcb-present0:s390x (1.14-3ubuntu3) ...
731Setting up xtrans-dev (1.4.0-1) ...
732Setting up libfontenc1:s390x (1:1.1.4-1build3) ...
733Setting up libfreetype6:s390x (2.11.1+dfsg-1ubuntu0.2) ...
734Setting up libgpg-error-dev (1.43-3) ...
735Setting up libxfixes3:s390x (1:6.0.0-1) ...
736Setting up libxcb-sync1:s390x (1.14-3ubuntu3) ...
737Setting up uuid-dev:s390x (2.37.2-4ubuntu3.4) ...
738Setting up libxinerama1:s390x (2:1.1.4-3) ...
739Setting up libxv1:s390x (2:1.0.11-1build2) ...
740Setting up libevent-2.1-7:s390x (2.1.12-stable-1build3) ...
741Setting up libxrandr2:s390x (2:1.5.2-1build1) ...
742Setting up icu-devtools (70.1-2) ...
743Setting up fonts-dejavu-core (2.37-2build1) ...
744Setting up libgnutlsxx28:s390x (3.7.3-4ubuntu1.5) ...
745Setting up libsensors5:s390x (1:3.6.0-7ubuntu1) ...
746Setting up libidn2-dev:s390x (2.3.2-2build1) ...
747Setting up libglapi-mesa:s390x (23.2.1-1ubuntu3.1~22.04.2) ...
748Setting up tcl-dev:s390x (8.6.11+1build2) ...
749Setting up libxcb-dri2-0:s390x (1.14-3ubuntu3) ...
750Setting up libnss3-dev:s390x (2:3.98-0ubuntu0.22.04.2) ...
751Setting up libxshmfence1:s390x (1.3-1build4) ...
752Setting up libxcb-randr0:s390x (1.14-3ubuntu3) ...
753Setting up libllvm15:s390x (1:15.0.7-0ubuntu0.22.04.3) ...
754Setting up libxslt1.1:s390x (1.1.34-4ubuntu0.22.04.1) ...
755Setting up xorg-sgml-doctools (1:1.11-1.1) ...
756Setting up libxss1:s390x (1:1.2.3-1build2) ...
757Setting up libxkbfile1:s390x (1:1.1.0-1build3) ...
758Setting up libxmlsec1:s390x (1.2.33-1build2) ...
759Setting up libtasn1-6-dev:s390x (4.18.0-4build1) ...
760Setting up libxcomposite1:s390x (1:0.4.5-1build2) ...
761Setting up libicu-dev:s390x (70.1-2) ...
762Setting up libbrotli-dev:s390x (1.0.9-2build6) ...
763Setting up xbitmaps (1.1.1-2.1ubuntu1) ...
764Setting up libp11-kit-dev:s390x (0.24.0-6build1) ...
765Setting up libdrm-amdgpu1:s390x (2.4.113-2~ubuntu0.22.04.1) ...
766Setting up x11proto-dev (2021.5-1) ...
767Setting up libgl1-amber-dri:s390x (21.3.9-0ubuntu1~22.04.1) ...
768Setting up libice6:s390x (2:1.0.10-1build2) ...
769Setting up libxau-dev:s390x (1:1.0.9-1build5) ...
770Setting up libxmlsec1-openssl:s390x (1.2.33-1build2) ...
771Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
772Setting up libxtst6:s390x (2:1.2.3-1build4) ...
773Setting up libgl1-mesa-dri:s390x (23.2.1-1ubuntu3.1~22.04.2) ...
774Setting up libfreetype-dev:s390x (2.11.1+dfsg-1ubuntu0.2) ...
775Setting up libxdmcp-dev:s390x (1:1.1.3-0ubuntu5) ...
776Setting up libxml2-dev:s390x (2.9.13+dfsg-1ubuntu0.4) ...
777Setting up libunbound8:s390x (1.13.1-1ubuntu5.7) ...
778Setting up libgcrypt20-dev (1.9.4-3ubuntu3) ...
779Setting up x11proto-core-dev (2021.5-1) ...
780Setting up libxmlsec1-gcrypt:s390x (1.2.33-1build2) ...
781Setting up libxmlsec1-nss:s390x (1.2.33-1build2) ...
782Setting up libfontconfig1:s390x (2.13.1-4.2ubuntu5) ...
783Setting up libxmlsec1-gnutls:s390x (1.2.33-1build2) ...
784Setting up libsm6:s390x (2:1.2.3-1build2) ...
785Setting up libgnutls-dane0:s390x (3.7.3-4ubuntu1.5) ...
786Setting up libxft2:s390x (2.3.4-1) ...
787Setting up libglx-mesa0:s390x (23.2.1-1ubuntu3.1~22.04.2) ...
788Setting up libxcb1-dev:s390x (1.14-3ubuntu3) ...
789Setting up libxslt1-dev:s390x (1.1.34-4ubuntu0.22.04.1) ...
790Setting up libglx0:s390x (1.4.0-1) ...
791Setting up libfontconfig-dev:s390x (2.13.1-4.2ubuntu5) ...
792Setting up libtk8.6:s390x (8.6.12-1build1) ...
793Setting up libx11-dev:s390x (2:1.7.5-1ubuntu0.3) ...
794Setting up libfreetype6-dev:s390x (2.11.1+dfsg-1ubuntu0.2) ...
795Setting up libgl1:s390x (1.4.0-1) ...
796Setting up libxt6:s390x (1:1.2.1-1) ...
797Setting up libxext-dev:s390x (2:1.3.4-1build1) ...
798Setting up libxrender-dev:s390x (1:0.9.10-1build4) ...
799Setting up libxft-dev:s390x (2.3.4-1) ...
800Setting up libgnutls28-dev:s390x (3.7.3-4ubuntu1.5) ...
801Setting up tk8.6 (8.6.12-1build1) ...
802Setting up libxmu6:s390x (2:1.1.3-3) ...
803Setting up libfontconfig1-dev:s390x (2.13.1-4.2ubuntu5) ...
804Setting up libxaw7:s390x (2:1.0.14-1) ...
805Setting up libxss-dev:s390x (1:1.2.3-1build2) ...
806Setting up tk8.6-dev:s390x (8.6.12-1build1) ...
807Setting up libxmlsec1-dev (1.2.33-1build2) ...
808Setting up x11-utils (7.7+5build2) ...
809Setting up xterm (372-1ubuntu1) ...
810update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
811update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
812Setting up tk (8.6.11+1build2) ...
813Setting up tk-dev:s390x (8.6.11+1build2) ...
814Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
815Processing triggers for man-db (2.10.2-1) ...
816Processing triggers for install-info (6.8-4build1) ...
817NEEDRESTART-VER: 3.5
818The command "sudo apt-get update && sudo apt-get install build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev curl libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev -y" exited with 0.
8190.03s$ ./bin/compile
821if [[ ! $INSTALL_DEST ]] ; then
822 echo 'Missing INSTALL_DEST'
823 exit 1
824fi
826if [[ ! $VERSION ]] ; then
827 echo 'Missing $VERSION'
828 exit 1
829fi
831function install_numpy() {
832 $HOME/virtualenv/$VIRTENV_VERSION/bin/pip install --upgrade numpy
835sudo env PYTHON_BUILD_ROOT=/opt/pyenv/plugins/python-build \
836 /opt/pyenv/plugins/python-build/bin/python-build --verbose $VERSION $INSTALL_DEST/$VERSION
837python-build: definition not found: 3.13
838The command "./bin/compile" exited with 2.
after_failure
8400.00s$ cat /tmp/python-build.*.log
841cat: '/tmp/python-build.*.log': No such file or directory
843Uploading Artifacts
artifacts.setup
844artifacts version v0.7.9-13-g2bf161c revision=2bf161c9e5c827d911868be1182cf39236858c96
845$ export ARTIFACTS_PATHS="$LSB_RELEASE/"
846$ artifacts upload
847INFO: uploading with settings
848 bucket: [secure]
849 cache_control: public
850 permissions: public-read
852ERROR: failed to upload: /home/travis/build/travis-ci/cpython-builder/22.04
853 err: open /home/travis/build/travis-ci/cpython-builder/22.04: no such file or directory
855Done uploading artifacts
858Done. Your build exited with 1.
Top