Coder Social home page Coder Social logo

threema-ch / webrtc-build-docker Goto Github PK

View Code? Open in Web Editor NEW
94.0 94.0 42.0 148 KB

Dockerfile to build the WebRTC PeerConnection for Android using the new GN based build system.

License: MIT License

Shell 85.75% Dockerfile 14.25%
android build-automation docker libjingle webrtc

webrtc-build-docker's People

Contributors

dbrgn avatar lgrahl avatar threema-danilo avatar threema-lenny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

webrtc-build-docker's Issues

Build on macos 10.15.3 Error

Build on macos 10.15.3 Error:
Traceback (most recent call last):
File "/opt/depot_tools/ninjalog_uploader_wrapper.py", line 125, in
sys.exit(main())
File "/opt/depot_tools/ninjalog_uploader_wrapper.py", line 78, in main
config = LoadConfig()
File "/opt/depot_tools/ninjalog_uploader_wrapper.py", line 33, in LoadConfig
ninjalog_uploader.IsGoogler('chromium-build-stats.appspot.com'),
File "/opt/depot_tools/ninjalog_uploader.py", line 43, in IsGoogler
_, content = h.request('https://' + server + '/should-upload', 'GET')
File "/root/.vpython-root/c41d85/local/lib/python2.7/site-packages/httplib2/init.py", line 1659, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/root/.vpython-root/c41d85/local/lib/python2.7/site-packages/httplib2/init.py", line 1399, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "/root/.vpython-root/c41d85/local/lib/python2.7/site-packages/httplib2/init.py", line 1355, in _conn_request
response = conn.getresponse()
File "/usr/lib/python2.7/httplib.py", line 1077, in getresponse
raise ResponseNotReady()
httplib.ResponseNotReady

Error while running fetch "xt_connmark.h: no such file or directory"

While running the ./cli.sh fetch command, I am getting following error. Any idea what could be wrong here.

[1:55:50] Still working on:
[1:55:50]   src/third_party/icu
Syncing projects: 100% (237/237), done.

________ running 'cipd ensure -log-level error -root /webrtc -ensure-file /tmp/tmpw4umsw_w.ensure' in '.'
[P2031 12:00:21.151 client.go:1913 E] [unzip 168/190] Failed to install chromium/third_party/android_toolchain/android_toolchain in "src/third_party/android_toolchain/ndk": adding files to the site root: lstat /webrtc/.cipd/pkgs/188/NSOM616pOQCfRfDAhC72ltgjyUQp9lAWCMzlmgB18dAC/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/linux/netfilter/xt_connmark.h: no such file or directory
Errors:
  failed to install chromium/third_party/android_toolchain/android_toolchain in "src/third_party/android_toolchain/ndk": adding files to the site root: lstat /webrtc/.cipd/pkgs/188/NSOM616pOQCfRfDAhC72ltgjyUQp9lAWCMzlmgB18dAC/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/linux/netfilter/xt_connmark.h: no such file or directory
Error: Command 'cipd ensure -log-level error -root /webrtc -ensure-file /tmp/tmpw4umsw_w.ensure' returned non-zero exit status 1
[P2031 12:00:21.151 client.go:1913 E] [unzip 168/190] Failed to install chromium/third_party/android_toolchain/android_toolchain in "src/third_party/android_toolchain/ndk": adding files to the site root: lstat /webrtc/.cipd/pkgs/188/NSOM616pOQCfRfDAhC72ltgjyUQp9lAWCMzlmgB18dAC/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/linux/netfilter/xt_connmark.h: no such file or directory
Errors:
  failed to install chromium/third_party/android_toolchain/android_toolchain in "src/third_party/android_toolchain/ndk": adding files to the site root: lstat /webrtc/.cipd/pkgs/188/NSOM616pOQCfRfDAhC72ltgjyUQp9lAWCMzlmgB18dAC/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/linux/netfilter/xt_connmark.h: no such file or directory

Error when build tools on CentOS

cat /proc/version

Linux version 3.10.0-514.16.1.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017

./cli.sh build-tools

Building tools image
Sending build context to Docker daemon 3.072 kB
Step 1/17 : FROM ubuntu:20.04
Trying to pull repository docker.io/library/ubuntu ...
manifest for docker.io/ubuntu:20.04 not found

### It works very well until recently above error occurs. If I changed the ubuntu tag to which contain riscv64 arch, such as ubuntu:jammy-20221130, it works but another error occurs. I appreciate if you could help.

./cli.sh build-tools

Building tools image
Sending build context to Docker daemon 3.072 kB
Step 1/17 : FROM ubuntu:jammy-20221130
Trying to pull repository docker.io/library/ubuntu ...
jammy-20221130: Pulling from docker.io/library/ubuntu
Digest: sha256:27cb6e6ccef575a4698b66f5de06c7ecd61589132d5a91d098f7f3f9285415a9
Status: Image is up to date for docker.io/ubuntu:jammy-20221130
---> 6b7dfa7e8fdb
Step 2/17 : RUN apt-get update
---> Running in 315a8d899bbc

Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Err:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
Err:2 http://archive.ubuntu.com/ubuntu jammy InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
Err:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
Err:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
Reading package lists...
W: http://security.ubuntu.com/ubuntu/dists/jammy-security/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: http://security.ubuntu.com/ubuntu/dists/jammy-security/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: GPG error: http://security.ubuntu.com/ubuntu jammy-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
E: The repository 'http://security.ubuntu.com/ubuntu jammy-security InRelease' is not signed.
W: http://archive.ubuntu.com/ubuntu/dists/jammy/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: http://archive.ubuntu.com/ubuntu/dists/jammy/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: GPG error: http://archive.ubuntu.com/ubuntu jammy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
E: The repository 'http://archive.ubuntu.com/ubuntu jammy InRelease' is not signed.
W: http://archive.ubuntu.com/ubuntu/dists/jammy-updates/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: http://archive.ubuntu.com/ubuntu/dists/jammy-updates/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: GPG error: http://archive.ubuntu.com/ubuntu jammy-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
E: The repository 'http://archive.ubuntu.com/ubuntu jammy-updates InRelease' is not signed.
W: http://archive.ubuntu.com/ubuntu/dists/jammy-backports/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: http://archive.ubuntu.com/ubuntu/dists/jammy-backports/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: GPG error: http://archive.ubuntu.com/ubuntu jammy-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
E: The repository 'http://archive.ubuntu.com/ubuntu jammy-backports InRelease' is not signed.
E: Problem executing scripts APT::Update::Post-Invoke 'rm -f /var/cache/apt/archives/.deb /var/cache/apt/archives/partial/.deb /var/cache/apt/*.bin || true'
E: Sub-process returned an error code
The command '/bin/sh -c apt-get update' returned a non-zero code: 100

Error running hook during fetch

Hello!
I have tried three or four times running ./cli.sh fetch, but everytime I get the error below:
Hook 'download_from_google_storage --directory --recursive --num_threads=10 --no_auth --quiet --bucket chromium-webrtc-resources src/resources' took 1596.33 secs Error: Command 'vpython src/testing/generate_location_tags.py --out src/testing/location_tags.json' returned non-zero exit status 249 in /webrtc ERRO[7196] error waiting for container: invalid character 'u' looking for beginning of value

Docker build hangs/crashes when useradd with large UID

When running build-tools command as user with large UID (using Linux IdM) the docker build freezes on

Step 8/17 : RUN groupadd -g $GID -o $USERNAME && useradd -m -u $UID -g $GID -o -s /bin/bash $USERNAME && usermod -a -G sudo $USERNAME && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

As per moby/moby#5419 the solution is to add l or --no-log-init to useradd command.

patches/force-dtls-1_2.patch does not apply

A patch does not seem to apply, but the build is successful still.
Tested: 785df49

$ ./cli.sh patch
No local changes to save
Applying ../../patches/disable-dtmf-and-comfort-noise.patch...
Applying ../../patches/disable-unused-audio-codecs.patch...
Applying ../../patches/dont-leak-video-orientation.patch...
Applying ../../patches/dtls-cipher-suites.patch...
Applying ../../patches/enable-cbr-by-default.patch...
Applying ../../patches/expose-certificate-fingerprint.patch...
Applying ../../patches/expose-crypto-option-aes-128-sha1-80.patch...
Applying ../../patches/expose-video-capturer-state.patch...
Applying ../../patches/force-dtls-1_2.patch...
error: patch failed: rtc_base/openssl_stream_adapter.cc:1031
error: rtc_base/openssl_stream_adapter.cc: patch does not apply

Full build:

[webrtc-build-docker]$ ./cli.sh build-tools
Building tools image
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  3.072kB
Step 1/17 : FROM ubuntu:20.04
20.04: Pulling from library/ubuntu
527f5363b98e: Pull complete 
Digest: sha256:f2034e7195f61334e6caff6ecf2e965f92d11e888309065da85ff50c617732b8
Status: Downloaded newer image for ubuntu:20.04
 ---> f78909c2b360
Step 2/17 : RUN apt-get update
 ---> Running in c15534b965c5
Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Get:5 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3130 kB]
Get:6 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
Get:7 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.3 kB]
Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3283 kB]
Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
Get:10 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1149 kB]
Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3279 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1444 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3761 kB]
Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.0 kB]
Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
Fetched 29.6 MB in 2s (16.5 MB/s)
Reading package lists...
Removing intermediate container c15534b965c5
 ---> d7ced9068d0f
Step 3/17 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends     apt-utils     ca-certificates     ccache     curl     git     python     python-setuptools     python3     python3-setuptools     sudo     wget     xz-utils
 ---> Running in 102d49d7c4ad
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  git-man libasn1-8-heimdal libbrotli1 libcurl3-gnutls libcurl4 liberror-perl
  libexpat1 libgdbm-compat4 libgdbm6 libgssapi-krb5-2 libgssapi3-heimdal
  libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
  libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
  libkrb5support0 libldap-2.4-2 libldap-common libmpdec2 libnghttp2-14
  libperl5.30 libpsl5 libpython2-stdlib libpython2.7-minimal
  libpython2.7-stdlib libpython3-stdlib libpython3.8-minimal
  libpython3.8-stdlib libreadline8 libroken18-heimdal librtmp1 libsasl2-2
  libsasl2-modules-db libsqlite3-0 libssh-4 libssl1.1 libwind0-heimdal
  mime-support openssl perl perl-modules-5.30 python-pkg-resources python2
  python2-minimal python2.7 python2.7-minimal python3-distutils
  python3-lib2to3 python3-minimal python3-pkg-resources python3.8
  python3.8-minimal readline-common
Suggested packages:
  distcc | icecc gettext-base git-daemon-run | git-daemon-sysvinit git-doc
  git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n
  krb5-doc krb5-user perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl make libb-debug-perl liblocale-codes-perl
  python-setuptools-doc python2-doc python-tk python2.7-doc binutils
  binfmt-support python3-doc python3-tk python3-venv python3.8-venv
  python3.8-doc readline-doc
Recommended packages:
  patch less ssh-client krb5-locales publicsuffix libsasl2-modules file
  netbase
The following NEW packages will be installed:
  apt-utils ca-certificates ccache curl git git-man libasn1-8-heimdal
  libbrotli1 libcurl3-gnutls libcurl4 liberror-perl libexpat1 libgdbm-compat4
  libgdbm6 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal
  libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libk5crypto3
  libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2
  libldap-common libmpdec2 libnghttp2-14 libperl5.30 libpsl5 libpython2-stdlib
  libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
  libpython3.8-minimal libpython3.8-stdlib libreadline8 libroken18-heimdal
  librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh-4 libssl1.1
  libwind0-heimdal mime-support openssl perl perl-modules-5.30
  python-is-python2 python-pkg-resources python-setuptools python2
  python2-minimal python2.7 python2.7-minimal python3 python3-distutils
  python3-lib2to3 python3-minimal python3-pkg-resources python3-setuptools
  python3.8 python3.8-minimal readline-common sudo wget xz-utils
0 upgraded, 69 newly installed, 0 to remove and 0 not upgraded.
Need to get 29.3 MB of archives.
After this operation, 150 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.20 [1321 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [718 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [1890 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.5 [549 kB]
Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.9 [1674 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.9 [387 kB]
Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.5 [2739 kB]
Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.5 [3941 kB]
Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.5 [224 kB]
Get:20 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libpython2.7-minimal amd64 2.7.18-1~20.04.3 [336 kB]
Get:21 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python2.7-minimal amd64 2.7.18-1~20.04.3 [1280 kB]
Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 python2-minimal amd64 2.7.17-2ubuntu4 [27.5 kB]
Get:23 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libpython2.7-stdlib amd64 2.7.18-1~20.04.3 [1888 kB]
Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python2.7 amd64 2.7.18-1~20.04.3 [248 kB]
Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpython2-stdlib amd64 2.7.17-2ubuntu4 [7072 B]
Get:26 http://archive.ubuntu.com/ubuntu focal/universe amd64 python2 amd64 2.7.17-2ubuntu4 [26.5 kB]
Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt-utils amd64 2.0.10 [213 kB]
Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.20 [620 kB]
Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB]
Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 sudo amd64 1.8.31-1ubuntu1.5 [515 kB]
Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB]
Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.4 [31.0 kB]
Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.4 [79.9 kB]
Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.4 [330 kB]
Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.4 [121 kB]
Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB]
Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 ccache amd64 3.7.7-1 [121 kB]
Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB]
Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB]
Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB]
Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB]
Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB]
Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB]
Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB]
Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB]
Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB]
Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB]
Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnghttp2-14 amd64 1.40.0-1ubuntu0.2 [79.4 kB]
Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.4 [171 kB]
Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.21 [235 kB]
Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.21 [161 kB]
Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.21 [232 kB]
Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.11 [887 kB]
Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.11 [4605 kB]
Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-is-python2 all 2.7.17-4 [2496 B]
Get:65 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pkg-resources all 44.0.0-2ubuntu0.1 [130 kB]
Get:66 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-setuptools all 44.0.0-2ubuntu0.1 [330 kB]
Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lib2to3 all 3.8.10-0ubuntu1~20.04 [76.3 kB]
Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-distutils all 3.8.10-0ubuntu1~20.04 [141 kB]
Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-setuptools all 45.2.0-1ubuntu0.1 [330 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 29.3 MB in 2s (14.4 MB/s)
Selecting previously unselected package libssl1.1:amd64.
(Reading database ... 4124 files and directories currently installed.)
Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.20) ...
Selecting previously unselected package libpython3.8-minimal:amd64.
Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.9_amd64.deb ...
Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
Selecting previously unselected package python3.8-minimal.
Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.9_amd64.deb ...
Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ...
Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.20) ...
Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 4425 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
Unpacking python3-minimal (3.8.2-0ubuntu2) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
Unpacking mime-support (3.64ubuntu1) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-3) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
Unpacking readline-common (8.0-4) ...
Selecting previously unselected package libreadline8:amd64.
Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
Unpacking libreadline8:amd64 (8.0-4) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
Selecting previously unselected package libpython3.8-stdlib:amd64.
Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.9_amd64.deb ...
Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Selecting previously unselected package python3.8.
Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.9_amd64.deb ...
Unpacking python3.8 (3.8.10-0ubuntu1~20.04.9) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
Setting up python3-minimal (3.8.2-0ubuntu2) ...
Selecting previously unselected package python3.
(Reading database ... 4855 files and directories currently installed.)
Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ...
Unpacking python3 (3.8.2-0ubuntu2) ...
Selecting previously unselected package perl-modules-5.30.
Preparing to unpack .../01-perl-modules-5.30_5.30.0-9ubuntu0.5_all.deb ...
Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.5) ...
Selecting previously unselected package libgdbm6:amd64.
Preparing to unpack .../02-libgdbm6_1.18.1-5_amd64.deb ...
Unpacking libgdbm6:amd64 (1.18.1-5) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../03-libgdbm-compat4_1.18.1-5_amd64.deb ...
Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
Selecting previously unselected package libperl5.30:amd64.
Preparing to unpack .../04-libperl5.30_5.30.0-9ubuntu0.5_amd64.deb ...
Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.5) ...
Selecting previously unselected package perl.
Preparing to unpack .../05-perl_5.30.0-9ubuntu0.5_amd64.deb ...
Unpacking perl (5.30.0-9ubuntu0.5) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../06-libpython2.7-minimal_2.7.18-1~20.04.3_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.18-1~20.04.3) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../07-python2.7-minimal_2.7.18-1~20.04.3_amd64.deb ...
Unpacking python2.7-minimal (2.7.18-1~20.04.3) ...
Selecting previously unselected package python2-minimal.
Preparing to unpack .../08-python2-minimal_2.7.17-2ubuntu4_amd64.deb ...
Unpacking python2-minimal (2.7.17-2ubuntu4) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../09-libpython2.7-stdlib_2.7.18-1~20.04.3_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.18-1~20.04.3) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../10-python2.7_2.7.18-1~20.04.3_amd64.deb ...
Unpacking python2.7 (2.7.18-1~20.04.3) ...
Selecting previously unselected package libpython2-stdlib:amd64.
Preparing to unpack .../11-libpython2-stdlib_2.7.17-2ubuntu4_amd64.deb ...
Unpacking libpython2-stdlib:amd64 (2.7.17-2ubuntu4) ...
Setting up libpython2.7-minimal:amd64 (2.7.18-1~20.04.3) ...
Setting up python2.7-minimal (2.7.18-1~20.04.3) ...
Setting up python2-minimal (2.7.17-2ubuntu4) ...
Selecting previously unselected package python2.
(Reading database ... 7585 files and directories currently installed.)
Preparing to unpack .../00-python2_2.7.17-2ubuntu4_amd64.deb ...
Unpacking python2 (2.7.17-2ubuntu4) ...
Selecting previously unselected package apt-utils.
Preparing to unpack .../01-apt-utils_2.0.10_amd64.deb ...
Unpacking apt-utils (2.0.10) ...
Selecting previously unselected package openssl.
Preparing to unpack .../02-openssl_1.1.1f-1ubuntu2.20_amd64.deb ...
Unpacking openssl (1.1.1f-1ubuntu2.20) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../03-ca-certificates_20230311ubuntu0.20.04.1_all.deb ...
Unpacking ca-certificates (20230311ubuntu0.20.04.1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../04-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
Selecting previously unselected package sudo.
Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.5_amd64.deb ...
Unpacking sudo (1.8.31-1ubuntu1.5) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../06-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ...
Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../07-libkrb5support0_1.17-6ubuntu4.4_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.4) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../08-libk5crypto3_1.17-6ubuntu4.4_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.4) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../09-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../10-libkrb5-3_1.17-6ubuntu4.4_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.4) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../11-libgssapi-krb5-2_1.17-6ubuntu4.4_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../12-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
Selecting previously unselected package wget.
Preparing to unpack .../13-wget_1.20.3-1ubuntu2_amd64.deb ...
Unpacking wget (1.20.3-1ubuntu2) ...
Selecting previously unselected package ccache.
Preparing to unpack .../14-ccache_3.7.7-1_amd64.deb ...
Unpacking ccache (3.7.7-1) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../15-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
Selecting previously unselected package libroken18-heimdal:amd64.
Preparing to unpack .../16-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libasn1-8-heimdal:amd64.
Preparing to unpack .../17-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libheimbase1-heimdal:amd64.
Preparing to unpack .../18-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libhcrypto4-heimdal:amd64.
Preparing to unpack .../19-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libwind0-heimdal:amd64.
Preparing to unpack .../20-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libhx509-5-heimdal:amd64.
Preparing to unpack .../21-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libkrb5-26-heimdal:amd64.
Preparing to unpack .../22-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libheimntlm0-heimdal:amd64.
Preparing to unpack .../23-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libgssapi3-heimdal:amd64.
Preparing to unpack .../24-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../25-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../26-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../27-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../28-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../29-libnghttp2-14_1.40.0-1ubuntu0.2_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.40.0-1ubuntu0.2) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
Selecting previously unselected package libssh-4:amd64.
Preparing to unpack .../31-libssh-4_0.9.3-2ubuntu2.4_amd64.deb ...
Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.4) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../32-libcurl4_7.68.0-1ubuntu2.21_amd64.deb ...
Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.21) ...
Selecting previously unselected package curl.
Preparing to unpack .../33-curl_7.68.0-1ubuntu2.21_amd64.deb ...
Unpacking curl (7.68.0-1ubuntu2.21) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../34-libcurl3-gnutls_7.68.0-1ubuntu2.21_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.21) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../35-liberror-perl_0.17029-1_all.deb ...
Unpacking liberror-perl (0.17029-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../36-git-man_1%3a2.25.1-1ubuntu3.11_all.deb ...
Unpacking git-man (1:2.25.1-1ubuntu3.11) ...
Selecting previously unselected package git.
Preparing to unpack .../37-git_1%3a2.25.1-1ubuntu3.11_amd64.deb ...
Unpacking git (1:2.25.1-1ubuntu3.11) ...
Selecting previously unselected package python-is-python2.
Preparing to unpack .../38-python-is-python2_2.7.17-4_all.deb ...
Unpacking python-is-python2 (2.7.17-4) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../39-python-pkg-resources_44.0.0-2ubuntu0.1_all.deb ...
Unpacking python-pkg-resources (44.0.0-2ubuntu0.1) ...
Selecting previously unselected package python-setuptools.
Preparing to unpack .../40-python-setuptools_44.0.0-2ubuntu0.1_all.deb ...
Unpacking python-setuptools (44.0.0-2ubuntu0.1) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../41-python3-lib2to3_3.8.10-0ubuntu1~20.04_all.deb ...
Unpacking python3-lib2to3 (3.8.10-0ubuntu1~20.04) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../42-python3-distutils_3.8.10-0ubuntu1~20.04_all.deb ...
Unpacking python3-distutils (3.8.10-0ubuntu1~20.04) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../43-python3-setuptools_45.2.0-1ubuntu0.1_all.deb ...
Unpacking python3-setuptools (45.2.0-1ubuntu0.1) ...
Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
Setting up apt-utils (2.0.10) ...
Setting up perl-modules-5.30 (5.30.0-9ubuntu0.5) ...
Setting up mime-support (3.64ubuntu1) ...
Setting up wget (1.20.3-1ubuntu2) ...
Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
Setting up ccache (3.7.7-1) ...
Updating symlinks in /usr/lib/ccache ...
Setting up libnghttp2-14:amd64 (1.40.0-1ubuntu0.2) ...
Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
Setting up libkrb5support0:amd64 (1.17-6ubuntu4.4) ...
Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
Setting up xz-utils (5.2.4-1ubuntu1.1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
Setting up sudo (1.8.31-1ubuntu1.5) ...
Setting up libk5crypto3:amd64 (1.17-6ubuntu4.4) ...
Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up git-man (1:2.25.1-1ubuntu3.11) ...
Setting up libkrb5-3:amd64 (1.17-6ubuntu4.4) ...
Setting up libmpdec2:amd64 (2.4.2-3) ...
Setting up openssl (1.1.1f-1ubuntu2.20) ...
Setting up readline-common (8.0-4) ...
Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up libgdbm6:amd64 (1.18.1-5) ...
Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up libreadline8:amd64 (8.0-4) ...
Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up libpython2.7-stdlib:amd64 (2.7.18-1~20.04.3) ...
Setting up ca-certificates (20230311ubuntu0.20.04.1) ...
Updating certificates in /etc/ssl/certs...
137 added, 0 removed; done.
Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ...
Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
Setting up libssh-4:amd64 (0.9.3-2ubuntu2.4) ...
Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.5) ...
Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Setting up python3.8 (3.8.10-0ubuntu1~20.04.9) ...
Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
Setting up python2.7 (2.7.18-1~20.04.3) ...
Setting up libpython2-stdlib:amd64 (2.7.17-2ubuntu4) ...
Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up python3 (3.8.2-0ubuntu2) ...
Setting up python2 (2.7.17-2ubuntu4) ...
Setting up perl (5.30.0-9ubuntu0.5) ...
Setting up python3-lib2to3 (3.8.10-0ubuntu1~20.04) ...
Setting up python-is-python2 (2.7.17-4) ...
Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
Setting up python3-distutils (3.8.10-0ubuntu1~20.04) ...
Setting up python3-setuptools (45.2.0-1ubuntu0.1) ...
Setting up python-pkg-resources (44.0.0-2ubuntu0.1) ...
Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up liberror-perl (0.17029-1) ...
Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up python-setuptools (44.0.0-2ubuntu0.1) ...
Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.21) ...
Setting up git (1:2.25.1-1ubuntu3.11) ...
Setting up libcurl4:amd64 (7.68.0-1ubuntu2.21) ...
Setting up curl (7.68.0-1ubuntu2.21) ...
Processing triggers for libc-bin (2.31-0ubuntu9.14) ...
Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Removing intermediate container 102d49d7c4ad
 ---> 24398e733f5d
Step 4/17 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends     libxml2     pkg-config
 ---> Running in 70f6f3e0e32f
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libdpkg-perl libglib2.0-0 libicu66 tzdata
Suggested packages:
  debian-keyring gnupg | gnupg2 gcc | c-compiler binutils patch bzr dpkg-dev
Recommended packages:
  libfile-fcntllock-perl liblocale-gettext-perl libglib2.0-data
  shared-mime-info xdg-user-dirs
The following NEW packages will be installed:
  libdpkg-perl libglib2.0-0 libicu66 libxml2 pkg-config tzdata
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 11.0 MB of archives.
After this operation, 46.1 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.6 [1289 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2023c-0ubuntu0.20.04.2 [301 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.6 [640 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
Preconfiguring packages ...
Fetched 11.0 MB in 0s (22.2 MB/s)
Selecting previously unselected package libglib2.0-0:amd64.
(Reading database ... 9743 files and directories currently installed.)
Preparing to unpack .../0-libglib2.0-0_2.64.6-1~ubuntu20.04.6_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.6) ...
Selecting previously unselected package tzdata.
Preparing to unpack .../1-tzdata_2023c-0ubuntu0.20.04.2_all.deb ...
Unpacking tzdata (2023c-0ubuntu0.20.04.2) ...
Selecting previously unselected package libicu66:amd64.
Preparing to unpack .../2-libicu66_66.1-2ubuntu2.1_amd64.deb ...
Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../3-libxml2_2.9.10+dfsg-5ubuntu0.20.04.6_amd64.deb ...
Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.6) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../4-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../5-pkg-config_0.29.1-0ubuntu4_amd64.deb ...
Unpacking pkg-config (0.29.1-0ubuntu4) ...
Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.6) ...
No schema files found: doing nothing.
Setting up tzdata (2023c-0ubuntu0.20.04.2) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Wed Dec 20 16:15:21 UTC 2023.
Universal Time is now:  Wed Dec 20 16:15:21 UTC 2023.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
Setting up pkg-config (0.29.1-0ubuntu4) ...
Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.6) ...
Processing triggers for libc-bin (2.31-0ubuntu9.14) ...
Removing intermediate container 70f6f3e0e32f
 ---> cdaffe442b33
Step 5/17 : ARG USERNAME=docker-webrtc
 ---> Running in 0d99ffa6b987
Removing intermediate container 0d99ffa6b987
 ---> f1bd94a635fd
Step 6/17 : ARG UID=1000
 ---> Running in 602df1f846e0
Removing intermediate container 602df1f846e0
 ---> 803c2f901e68
Step 7/17 : ARG GID=1000
 ---> Running in 03305ee6a012
Removing intermediate container 03305ee6a012
 ---> d327ca0da38b
Step 8/17 : RUN groupadd -g $GID -o $USERNAME &&     useradd -l -m -u $UID -g $GID -o -s /bin/bash $USERNAME &&     usermod -a -G sudo $USERNAME &&     echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
 ---> Running in 092e059468fd
Removing intermediate container 092e059468fd
 ---> 869ae2b18c9b
Step 9/17 : RUN git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools.git /opt/depot_tools &&     chown -R $UID:$GID /opt/depot_tools
 ---> Running in 91984743c210
Cloning into '/opt/depot_tools'...
Removing intermediate container 91984743c210
 ---> 467af5b42127
Step 10/17 : ENV PATH /opt/depot_tools:$PATH
 ---> Running in 98fa70ef2518
Removing intermediate container 98fa70ef2518
 ---> 1e364cb3790e
Step 11/17 : RUN mkdir /webrtc && chown $UID:$GID /webrtc
 ---> Running in c49135b04631
Removing intermediate container c49135b04631
 ---> 47345776151d
Step 12/17 : ENV CCACHE_DIR /webrtc/.ccache
 ---> Running in fe744fdbdd2e
Removing intermediate container fe744fdbdd2e
 ---> 3c6dbd76139c
Step 13/17 : ENV CCACHE_BASEDIR /webrtc/src
 ---> Running in 885a10003bc7
Removing intermediate container 885a10003bc7
 ---> b356ddc56c35
Step 14/17 : ENV CCACHE_SLOPPINESS include_file_mtime
 ---> Running in d98a7685f774
Removing intermediate container d98a7685f774
 ---> b945b8642321
Step 15/17 : USER $USERNAME
 ---> Running in 97c5ddd7f7ee
Removing intermediate container 97c5ddd7f7ee
 ---> dc5fcea44cf6
Step 16/17 : RUN fetch --help > /dev/null &&     gclient --help > /dev/null
 ---> Running in 3840df461c96
WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created.
Removing intermediate container 3840df461c96
 ---> 37a0f2c77118
Step 17/17 : WORKDIR /webrtc
 ---> Running in 74e488bd74cf
Removing intermediate container 74e488bd74cf
 ---> 2893cebab0f1
Successfully built 2893cebab0f1
Successfully tagged threema/webrtc-build-tools:latest
[webrtc-build-docker]$ ./cli.sh fetch
Fetching source files
Running: gclient root
Running: gclient config --spec 'solutions = [
  {
    "name": "src",
    "url": "https://webrtc.googlesource.com/src.git",
    "deps_file": "DEPS",
    "managed": False,
    "custom_deps": {},
  },
]
target_os = ["android", "unix"]
'
Running: gclient sync --with_branch_heads

________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://webrtc.googlesource.com/src.git /webrtc/_gclient_src_3aohyg1x' in '/webrtc'
Cloning into '/webrtc/_gclient_src_3aohyg1x'...
remote: Sending approximately 408.63 MiB ...
remote: Counting objects: 45, done
remote: Finding sources: 100% (45/45)
remote: Total 442161 (delta 317990), reused 442145 (delta 317990)
Receiving objects: 100% (442161/442161), 408.54 MiB | 37.79 MiB/s, done.
Resolving deltas: 100% (317990/317990), done.
Syncing projects:   3% ( 8/235) src/examples/androidtests/third_party/gradle        
[0:02:57] Still working on:
[0:02:57]   src/third_party
[0:02:57]   src/tools

[0:03:08] Still working on:
[0:03:08]   src/third_party
[0:03:08]   src/tools

[0:03:18] Still working on:
[0:03:18]   src/third_party
[0:03:18]   src/tools

[0:03:28] Still working on:
[0:03:28]   src/third_party
[0:03:28]   src/tools

[0:03:38] Still working on:
[0:03:38]   src/third_party
[0:03:38]   src/tools

[0:03:48] Still working on:
[0:03:48]   src/third_party
[0:03:48]   src/tools

[0:03:58] Still working on:
[0:03:58]   src/third_party
[0:03:58]   src/tools

[0:04:09] Still working on:
[0:04:09]   src/third_party
[0:04:09]   src/tools

[0:04:15] Still working on:
[0:04:15]   src/third_party
[0:04:15]   src/tools
Syncing projects:   5% (12/235) src/tools/resultdb:infra/tools/result_adapter/${platform}
[0:05:17] Still working on:
[0:05:17]   src/third_party

[0:05:27] Still working on:
[0:05:27]   src/third_party

[0:05:37] Still working on:
[0:05:37]   src/third_party

[0:05:47] Still working on:
[0:05:47]   src/third_party

[0:05:58] Still working on:
[0:05:58]   src/third_party

[0:06:08] Still working on:
[0:06:08]   src/third_party

[0:06:11] Still working on:
[0:06:11]   src/third_party
197>WARNING: subprocess '"git" "-c" "core.deltaBaseCacheLimit=2g" "fetch" "origin" "--no-tags"' in /webrtc/src/third_party/googletest/src failed; will retry after a short nap...                                                            
Syncing projects: 100% (235/235), done.                              m                                                       

________ running 'python3 src/build/linux/sysroot_scripts/install-sysroot.py --arch=i386' in '/webrtc'
Installing Debian bullseye i386 root image: /webrtc/src/build/linux/debian_bullseye_i386-sysroot
Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/cfba9004de1ace04f9604c13c30abad3be90e58f/debian_bullseye_i386_sysroot.tar.xz
Running hooks:  22% ( 7/31) sysroot_x64 
________ running 'python3 src/build/linux/sysroot_scripts/install-sysroot.py --arch=amd64' in '/webrtc'
Installing Debian bullseye amd64 root image: /webrtc/src/build/linux/debian_bullseye_amd64-sysroot
Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/4c00ba2ad61ca7cc39392f192aa39420e086777c/debian_bullseye_amd64_sysroot.tar.xz
Running hooks:  41% (13/31) clang                         
________ running 'python3 src/tools/clang/scripts/update.py' in '/webrtc'
Downloading https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-llvmorg-18-init-14420-gea3a3b25-1.tar.xz .......... Done.
Running hooks:  67% (21/31) clang_format_linux    
________ running 'python3 src/third_party/depot_tools/download_from_google_storage.py --no_resume --platform=linux* --no_auth --bucket chromium-clang-format -s src/buildtools/linux64/clang-format.sha1' in '/webrtc'
0> Downloading src/buildtools/linux64/clang-format@b42097ca924d1f1736a5a7806068fed9d7345eb4...
Downloading 1 files took 11.446534 second(s)
Hook 'python3 src/third_party/depot_tools/download_from_google_storage.py --no_resume '--platform=linux*' --no_auth --bucket chromium-clang-format -s src/buildtools/linux64/clang-format.sha1' took 11.54 secs
Running hooks:  80% (25/31) test_fonts        
________ running 'download_from_google_storage --no_resume --extract --no_auth --bucket chromium-fonts -s src/third_party/test_fonts/test_fonts.tar.gz.sha1' in '/webrtc'
0> Downloading src/third_party/test_fonts/test_fonts.tar.gz@336e775eec536b2d785cc80eff6ac39051931286...
0> Extracting 33 entries from src/third_party/test_fonts/test_fonts.tar.gz to src/third_party/test_fonts/test_fonts
Downloading 1 files took 6.894525 second(s)
Running hooks:  83% (26/31) msan_chained_origins_focal
________ running 'python3 src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-instrumented-libraries -s src/third_party/instrumented_libraries/binaries/msan-chained-origins-focal.tgz.sha1' in '/webrtc'
0> Downloading src/third_party/instrumented_libraries/binaries/msan-chained-origins-focal.tgz@003f342623c1b8a06b94631fd4652796a6a471f0...
Downloading 1 files took 13.453853 second(s)
Hook 'python3 src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-instrumented-libraries -s src/third_party/instrumented_libraries/binaries/msan-chained-origins-focal.tgz.sha1' took 13.53 secs
Running hooks:  87% (27/31) msan_no_origins_focal     
________ running 'python3 src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-instrumented-libraries -s src/third_party/instrumented_libraries/binaries/msan-no-origins-focal.tgz.sha1' in '/webrtc'
0> Downloading src/third_party/instrumented_libraries/binaries/msan-no-origins-focal.tgz@6578e0635e3f76c09b112f6fd62d18608fda3add...
Downloading 1 files took 13.317569 second(s)
Hook 'python3 src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --bucket chromium-instrumented-libraries -s src/third_party/instrumented_libraries/binaries/msan-no-origins-focal.tgz.sha1' took 13.40 secs
Hook 'download_from_google_storage --directory --recursive --num_threads=10 --no_auth --quiet --bucket chromium-webrtc-resources src/resources' took 166.39 secs
Hook 'vpython3 src/testing/generate_location_tags.py --out src/testing/location_tags.json' took 24.16 secs
Running hooks: 100% (31/31), done.                               
Running: git config --add remote.origin.fetch '+refs/tags/*:refs/tags/*'
Running: git config diff.ignoreSubmodules dirty
Checking out revision main
Switched to branch 'main'
Your branch is up to date with 'origin/main'.
/webrtc
Updating third party repos and running pre-compile hooks
Syncing projects: 100% (235/235), done.                                                                                                                                                                                                      
Running hooks: 100% (31/31), done.                               
[webrtc-build-docker]$ ./cli.sh patch
No local changes to save
Applying ../../patches/disable-dtmf-and-comfort-noise.patch...
Applying ../../patches/disable-unused-audio-codecs.patch...
Applying ../../patches/dont-leak-video-orientation.patch...
Applying ../../patches/dtls-cipher-suites.patch...
Applying ../../patches/enable-cbr-by-default.patch...
Applying ../../patches/expose-certificate-fingerprint.patch...
Applying ../../patches/expose-crypto-option-aes-128-sha1-80.patch...
Applying ../../patches/expose-video-capturer-state.patch...
Applying ../../patches/force-dtls-1_2.patch...
error: patch failed: rtc_base/openssl_stream_adapter.cc:1031
error: rtc_base/openssl_stream_adapter.cc: patch does not apply
[webrtc-build-docker]$ find  . -name openssl_stream_adapter.cc
./webrtc/src/rtc_base/openssl_stream_adapter.cc
[webrtc-build-docker]$ ./cli.sh build-all
Building arm
Done. Made 7165 targets from 371 files in 629ms
ninja: Entering directory `out/android-arm'
[4411/4411] AR obj/libwebrtc.a
Built arm into out/arm
Building arm64
Done. Made 7167 targets from 371 files in 731ms
ninja: Entering directory `out/android-arm64'
[4388/4388] AR obj/libwebrtc.a
Built arm64 into out/arm64
Building x86
Done. Made 7182 targets from 373 files in 713ms
ninja: Entering directory `out/android-x86'
[4659/4659] AR obj/libwebrtc.a
Built x86 into out/x86
Building x64
Done. Made 7182 targets from 373 files in 816ms
ninja: Entering directory `out/android-x64'
[4651/4651] AR obj/libwebrtc.a
Built x64 into out/x64
$

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.