Build intermediate oneclient-base package and Docker for reference platform (Ubuntu Xenial) and self-contained oneclient packages for all platforms.
Build: #1594 was successful
Job: Test Oneclient packages was successful
Build log
The build generated 2,340 lines of output. The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
23-Oct-2024 18:56:44 | --no-fullblock-read Disable fullblock read mode. With this |
23-Oct-2024 18:56:44 | option read can return less data than |
23-Oct-2024 18:56:44 | requested in case it is immediately |
23-Oct-2024 18:56:44 | available and consecutive blocks need |
23-Oct-2024 18:56:44 | to be prefetched from remote storage. |
23-Oct-2024 18:56:44 | --read-buffer-min-size <size> (=4096) Specify minimum size in bytes of |
23-Oct-2024 18:56:44 | in-memory cache for input data blocks. |
23-Oct-2024 18:56:44 | --read-buffer-max-size <size> (=104857600) |
23-Oct-2024 18:56:44 | Specify maximum size in bytes of |
23-Oct-2024 18:56:44 | in-memory cache for input data blocks. |
23-Oct-2024 18:56:44 | --read-buffer-prefetch-duration <duration> (=1) |
23-Oct-2024 18:56:44 | Specify read ahead period in seconds of |
23-Oct-2024 18:56:44 | in-memory cache for input data blocks. |
23-Oct-2024 18:56:44 | --write-buffer-min-size <size> (=20971520) |
23-Oct-2024 18:56:44 | Specify minimum size in bytes of |
23-Oct-2024 18:56:44 | in-memory cache for output data blocks. |
23-Oct-2024 18:56:44 | --write-buffer-max-size <size> (=52428800) |
23-Oct-2024 18:56:44 | Specify maximum size in bytes of |
23-Oct-2024 18:56:44 | in-memory cache for output data blocks |
23-Oct-2024 18:56:44 | of a single opened file handle. |
23-Oct-2024 18:56:44 | --read-buffers-total-size <size> (=2097152000) |
23-Oct-2024 18:56:44 | Specify total maximum size in bytes of |
23-Oct-2024 18:56:44 | in-memory cache for input data blocks |
23-Oct-2024 18:56:44 | of all opened file handles. When 0, |
23-Oct-2024 18:56:44 | read buffers are unlimited. |
23-Oct-2024 18:56:44 | --write-buffers-total-size <size> (=1048576000) |
23-Oct-2024 18:56:44 | Specify total maximum size in bytes of |
23-Oct-2024 18:56:44 | in-memory cache for output data blocks |
23-Oct-2024 18:56:44 | of all opened file handles. When 0, |
23-Oct-2024 18:56:44 | write buffers are unlimited. |
23-Oct-2024 18:56:44 | --write-buffer-flush-delay <delay> (=5) |
23-Oct-2024 18:56:44 | Specify idle period in seconds before |
23-Oct-2024 18:56:44 | flush of in-memory cache for output |
23-Oct-2024 18:56:44 | data blocks. |
23-Oct-2024 18:56:44 | --min-block-prefetch-size <bytes> (=1048576) |
23-Oct-2024 18:56:44 | Specify the minimum prefetch block |
23-Oct-2024 18:56:44 | size. |
23-Oct-2024 18:56:44 | --seqrd-prefetch-threshold <fraction> (=1.000000) |
23-Oct-2024 18:56:44 | Specify the fraction of the file, which |
23-Oct-2024 18:56:44 | will trigger replication prefetch after |
23-Oct-2024 18:56:44 | that part of the file is already |
23-Oct-2024 18:56:44 | replicated (experimental). |
23-Oct-2024 18:56:44 | --rndrd-prefetch-threshold <fraction> (=1.000000) |
23-Oct-2024 18:56:44 | Specify the fraction of the file, which |
23-Oct-2024 18:56:44 | will trigger replication prefetch after |
23-Oct-2024 18:56:44 | that part of the file is already |
23-Oct-2024 18:56:44 | replicated in random blocks across |
23-Oct-2024 18:56:44 | entire file (experimental). |
23-Oct-2024 18:56:44 | --rndrd-prefetch-eval-frequency <count> (=50) |
23-Oct-2024 18:56:44 | Number of reads from single file handle |
23-Oct-2024 18:56:44 | which will be skipped before next |
23-Oct-2024 18:56:44 | evaluation of cluster prefetch. 0 means |
23-Oct-2024 18:56:44 | that prefetch evaluation will be |
23-Oct-2024 18:56:44 | performed on each read. (experimental). |
23-Oct-2024 18:56:44 | --rndrd-prefetch-block-threshold <count> (=0) |
23-Oct-2024 18:56:44 | Number of separate blocks after which |
23-Oct-2024 18:56:44 | replication for the file is triggered |
23-Oct-2024 18:56:44 | automatically. 0 disables this feature |
23-Oct-2024 18:56:44 | (experimental). |
23-Oct-2024 18:56:44 | --rndrd-prefetch-cluster-window <size> (=20971520) |
23-Oct-2024 18:56:44 | Cluster window size for prefetching in |
23-Oct-2024 18:56:44 | [bytes]. When -1 is provided, the |
23-Oct-2024 18:56:44 | entire file is considered for |
23-Oct-2024 18:56:44 | prefetching (experimental). |
23-Oct-2024 18:56:44 | --rndrd-prefetch-cluster-block-threshold <count> (=5) |
23-Oct-2024 18:56:44 | Number of separate blocks in a cluster |
23-Oct-2024 18:56:44 | window around current read, after which |
23-Oct-2024 18:56:44 | replication of a cluster block (window) |
23-Oct-2024 18:56:44 | is triggered (experimental). |
23-Oct-2024 18:56:44 | --rndrd-prefetch-cluster-window-grow-factor <fraction> (=0.000000) |
23-Oct-2024 18:56:44 | Prefetch cluster window grow factor, |
23-Oct-2024 18:56:44 | which enables the prefetch window to |
23-Oct-2024 18:56:44 | grow proportionally to current |
23-Oct-2024 18:56:44 | replication progress - |
23-Oct-2024 18:56:44 | initial_window_size*[1+grow_factor*file |
23-Oct-2024 18:56:44 | _size*replication_progress/initial_wind |
23-Oct-2024 18:56:44 | ow_size)] (experimental). |
23-Oct-2024 18:56:44 | --prefetch-mode arg (=async) Defines the type of block prefetch |
23-Oct-2024 18:56:44 | mode. Possible values are: async, sync. |
23-Oct-2024 18:56:44 | Default is: async (experimental). |
23-Oct-2024 18:56:44 | --cluster-prefetch-threshold-random Enables random cluster prefetch |
23-Oct-2024 18:56:44 | threshold selection (experimental). |
23-Oct-2024 18:56:44 | --metadata-cache-size <size> (=5000000) |
23-Oct-2024 18:56:44 | Maximum number of file attributes |
23-Oct-2024 18:56:44 | cached in the metadata cache. |
23-Oct-2024 18:56:44 | --readdir-prefetch-size <size> (=2500) |
23-Oct-2024 18:56:44 | Specify the size of requests made |
23-Oct-2024 18:56:44 | during readdir prefetch (in number of |
23-Oct-2024 18:56:44 | dir entries). |
23-Oct-2024 18:56:44 | --dir-cache-drop-after <seconds> Specify (in seconds) how long should |
23-Oct-2024 18:56:44 | directories be cached since last |
23-Oct-2024 18:56:44 | activity. When 0 is provided, the cache |
23-Oct-2024 18:56:44 | never expires. |
23-Oct-2024 18:56:44 | --tag-on-create <name>:<value> Adds <name>=<value> extended attribute |
23-Oct-2024 18:56:44 | to each locally created file. |
23-Oct-2024 18:56:44 | --tag-on-modify <name>:<value> Adds <name>=<value> extended attribute |
23-Oct-2024 18:56:44 | to each locally modified file. |
23-Oct-2024 18:56:44 | -r [ --override ] <storageId>:<name>:<value> |
23-Oct-2024 18:56:44 | Allows to override selected helper |
23-Oct-2024 18:56:44 | parameters for specific storage, e.g. |
23-Oct-2024 18:56:44 | 'd40f2f63433da7c845886f6fe970048b:mount |
23-Oct-2024 18:56:44 | Point:/mnt/nfs' |
23-Oct-2024 18:56:44 | --emulate-available-space <bytes> (=0) |
23-Oct-2024 18:56:44 | When set to non-zero value, emulates |
23-Oct-2024 18:56:44 | available space reported by stat system |
23-Oct-2024 18:56:44 | call to specified number of bytes. |
23-Oct-2024 18:56:44 | --hard-link-count Show hard link count properly in stat. |
23-Oct-2024 18:56:44 | --enable-archivematica Enable Archivematica mode. |
23-Oct-2024 18:56:44 | --open-shares-mode Enable open share mode, in which space |
23-Oct-2024 18:56:44 | directories list open data shares. |
23-Oct-2024 18:56:44 | --show-space-ids Show space Id's instead of space names |
23-Oct-2024 18:56:44 | in the filesystem tree. |
23-Oct-2024 18:56:44 | |
23-Oct-2024 18:56:44 | FUSE options: |
23-Oct-2024 18:56:44 | -f [ --foreground ] Foreground operation. |
23-Oct-2024 18:56:44 | -d [ --debug ] Enable debug mode (implies -f). |
23-Oct-2024 18:56:44 | -s [ --single-thread ] Single-threaded operation. |
23-Oct-2024 18:56:44 | -o [ --opt ] <mount_option> Pass mount arguments directly to FUSE. |
23-Oct-2024 18:56:44 | |
23-Oct-2024 18:56:44 | Monitoring options: |
23-Oct-2024 18:56:44 | --monitoring-type <reporter> Enables performance metrics monitoring - |
23-Oct-2024 18:56:44 | allowed values are: graphite. |
23-Oct-2024 18:56:44 | --monitoring-level-basic Sets monitoring reporting level to basic |
23-Oct-2024 18:56:44 | - default. |
23-Oct-2024 18:56:44 | --monitoring-level-full Sets monitoring reporting level to full. |
23-Oct-2024 18:56:44 | --monitoring-period <seconds> (=30) Performance metrics reporting period. |
23-Oct-2024 18:56:44 | --graphite-url <url> Graphite url - required when |
23-Oct-2024 18:56:44 | monitoring-type is 'graphite', the scheme |
23-Oct-2024 18:56:44 | can be either tcp or udp and default port |
23-Oct-2024 18:56:44 | is 2003 |
23-Oct-2024 18:56:44 | --graphite-namespace-prefix <name> Graphite namespace prefix. |
23-Oct-2024 18:56:44 | PASSED |
23-Oct-2024 18:56:46 | tests/packaging/deb/deb_install_test.py::test_oneclient_installation[focal] 306d887ac67fd380df71902dfa3a930d52a4c5e5c409ab24d1850113294ac7ee |
23-Oct-2024 18:56:46 | Unable to find image 'ubuntu:focal' locally |
23-Oct-2024 18:56:49 | focal: Pulling from library/ubuntu |
23-Oct-2024 18:56:50 | d9802f032d67: Already exists |
23-Oct-2024 18:56:50 | Digest: sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b |
23-Oct-2024 18:56:50 | Status: Downloaded newer image for ubuntu:focal |
23-Oct-2024 18:56:50 | Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] |
23-Oct-2024 18:56:50 | Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] |
23-Oct-2024 18:56:51 | Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] |
23-Oct-2024 18:56:51 | Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4069 kB] |
23-Oct-2024 18:56:51 | Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] |
23-Oct-2024 18:56:51 | Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1275 kB] |
23-Oct-2024 18:56:51 | Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] |
23-Oct-2024 18:56:51 | Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4090 kB] |
23-Oct-2024 18:56:51 | Get:9 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] |
23-Oct-2024 18:56:51 | Get:10 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB] |
23-Oct-2024 18:56:52 | Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] |
23-Oct-2024 18:56:52 | Get:12 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] |
23-Oct-2024 18:56:52 | Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1566 kB] |
23-Oct-2024 18:56:52 | Get:14 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.5 kB] |
23-Oct-2024 18:56:52 | Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4532 kB] |
23-Oct-2024 18:56:53 | Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4242 kB] |
23-Oct-2024 18:56:53 | Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] |
23-Oct-2024 18:56:53 | Get:18 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] |
23-Oct-2024 18:56:53 | Fetched 33.4 MB in 3s (10.6 MB/s) |
23-Oct-2024 18:56:55 | Reading package lists... |
23-Oct-2024 18:56:57 | Reading package lists... |
23-Oct-2024 18:56:57 | Building dependency tree... |
23-Oct-2024 18:56:57 | Reading state information... |
23-Oct-2024 18:56:57 | The following additional packages will be installed: |
23-Oct-2024 18:56:57 | dirmngr file gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client |
23-Oct-2024 18:56:57 | gpg-wks-server gpgconf gpgsm krb5-locales libasn1-8-heimdal libassuan0 |
23-Oct-2024 18:56:57 | libbrotli1 libcurl4 libexpat1 libgssapi-krb5-2 libgssapi3-heimdal |
23-Oct-2024 18:56:57 | libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal |
23-Oct-2024 18:56:57 | libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 |
23-Oct-2024 18:56:57 | libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmagic-mgc libmagic1 |
23-Oct-2024 18:56:57 | libnghttp2-14 libnpth0 libpsl5 libpython2-stdlib libpython2.7-minimal |
23-Oct-2024 18:56:57 | libpython2.7-stdlib libreadline8 libroken18-heimdal librtmp1 libsasl2-2 |
23-Oct-2024 18:56:57 | libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh-4 libssl1.1 |
23-Oct-2024 18:56:57 | libwind0-heimdal mime-support openssl pinentry-curses publicsuffix python2 |
23-Oct-2024 18:56:57 | python2-minimal python2.7 python2.7-minimal readline-common xz-utils |
23-Oct-2024 18:56:57 | Suggested packages: |
23-Oct-2024 18:56:57 | dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage |
23-Oct-2024 18:56:57 | scdaemon krb5-doc krb5-user libsasl2-modules-gssapi-mit |
23-Oct-2024 18:56:57 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp |
23-Oct-2024 18:56:57 | libsasl2-modules-sql pinentry-doc python2-doc python-tk python2.7-doc |
23-Oct-2024 18:56:57 | binutils binfmt-support readline-doc |
23-Oct-2024 18:56:58 | The following NEW packages will be installed: |
23-Oct-2024 18:56:58 | ca-certificates curl dirmngr file gnupg gnupg-l10n gnupg-utils gpg gpg-agent |
23-Oct-2024 18:56:58 | gpg-wks-client gpg-wks-server gpgconf gpgsm krb5-locales libasn1-8-heimdal |
23-Oct-2024 18:56:58 | libassuan0 libbrotli1 libcurl4 libexpat1 libgssapi-krb5-2 libgssapi3-heimdal |
23-Oct-2024 18:56:58 | libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal |
23-Oct-2024 18:56:58 | libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 |
23-Oct-2024 18:56:58 | libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmagic-mgc libmagic1 |
23-Oct-2024 18:56:58 | libnghttp2-14 libnpth0 libpsl5 libpython2-stdlib libpython2.7-minimal |
23-Oct-2024 18:56:58 | libpython2.7-stdlib libreadline8 libroken18-heimdal librtmp1 libsasl2-2 |
23-Oct-2024 18:56:58 | libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh-4 libssl1.1 |
23-Oct-2024 18:56:58 | libwind0-heimdal locales mime-support openssl pinentry-curses publicsuffix |
23-Oct-2024 18:56:58 | python-is-python2 python2 python2-minimal python2.7 python2.7-minimal |
23-Oct-2024 18:56:58 | readline-common wget xz-utils |
23-Oct-2024 18:56:58 | 0 upgraded, 64 newly installed, 0 to remove and 0 not upgraded. |
23-Oct-2024 18:56:58 | Need to get 16.7 MB of archives. |
23-Oct-2024 18:56:58 | After this operation, 67.0 MB of additional disk space will be used. |
23-Oct-2024 18:56:58 | Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libpython2.7-minimal amd64 2.7.18-1~20.04.4 [335 kB] |
23-Oct-2024 18:56:58 | Get:2 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python2.7-minimal amd64 2.7.18-1~20.04.4 [1280 kB] |
23-Oct-2024 18:56:58 | Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 python2-minimal amd64 2.7.17-2ubuntu4 [27.5 kB] |
23-Oct-2024 18:56:58 | Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.23 [1323 kB] |
23-Oct-2024 18:56:58 | Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] |
23-Oct-2024 18:56:58 | Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.7 [74.7 kB] |
23-Oct-2024 18:56:58 | Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB] |
23-Oct-2024 18:56:58 | Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB] |
23-Oct-2024 18:56:58 | Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.6 [549 kB] |
23-Oct-2024 18:56:58 | Get:10 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libpython2.7-stdlib amd64 2.7.18-1~20.04.4 [1887 kB] |
23-Oct-2024 18:56:58 | Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python2.7 amd64 2.7.18-1~20.04.4 [248 kB] |
23-Oct-2024 18:56:58 | Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpython2-stdlib amd64 2.7.17-2ubuntu4 [7072 B] |
23-Oct-2024 18:56:58 | Get:13 http://archive.ubuntu.com/ubuntu focal/universe amd64 python2 amd64 2.7.17-2ubuntu4 [26.5 kB] |
23-Oct-2024 18:56:58 | Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.23 [621 kB] |
23-Oct-2024 18:56:58 | Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20240203~20.04.1 [159 kB] |
23-Oct-2024 18:56:58 | Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB] |
23-Oct-2024 18:56:58 | Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB] |
23-Oct-2024 18:56:58 | Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB] |
23-Oct-2024 18:56:58 | Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 locales all 2.31-0ubuntu9.16 [3871 kB] |
23-Oct-2024 18:56:58 | Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB] |
23-Oct-2024 18:56:58 | Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.7 [11.4 kB] |
23-Oct-2024 18:56:58 | Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.7 [30.9 kB] |
23-Oct-2024 18:56:58 | Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.7 [80.2 kB] |
23-Oct-2024 18:56:58 | Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB] |
23-Oct-2024 18:56:58 | Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.7 [330 kB] |
23-Oct-2024 18:56:58 | Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.7 [121 kB] |
23-Oct-2024 18:56:58 | Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] |
23-Oct-2024 18:56:58 | Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB] |
23-Oct-2024 18:56:58 | Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2.1 [349 kB] |
23-Oct-2024 18:56:58 | Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] |
23-Oct-2024 18:56:58 | Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB] |
23-Oct-2024 18:56:58 | Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB] |
23-Oct-2024 18:56:58 | Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB] |
23-Oct-2024 18:56:58 | Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB] |
23-Oct-2024 18:56:58 | Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB] |
23-Oct-2024 18:56:58 | Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB] |
23-Oct-2024 18:56:58 | Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB] |
23-Oct-2024 18:56:58 | Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB] |
23-Oct-2024 18:56:58 | Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB] |
23-Oct-2024 18:56:58 | Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] |
23-Oct-2024 18:56:58 | Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] |
23-Oct-2024 18:56:58 | Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.10 [16.5 kB] |
23-Oct-2024 18:56:58 | Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.10 [155 kB] |
23-Oct-2024 18:56:58 | Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnghttp2-14 amd64 1.40.0-1ubuntu0.3 [79.9 kB] |
23-Oct-2024 18:56:58 | Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] |
23-Oct-2024 18:56:58 | Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.5 [171 kB] |
23-Oct-2024 18:56:58 | Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.24 [235 kB] |
23-Oct-2024 18:56:58 | Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.24 [162 kB] |
23-Oct-2024 18:56:58 | Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB] |
23-Oct-2024 18:56:58 | Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB] |
23-Oct-2024 18:56:58 | Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB] |
23-Oct-2024 18:56:58 | Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B] |
23-Oct-2024 18:56:58 | Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB] |
23-Oct-2024 18:56:58 | Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB] |
23-Oct-2024 18:56:58 | Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB] |
23-Oct-2024 18:56:58 | Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB] |
23-Oct-2024 18:56:58 | Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB] |
23-Oct-2024 18:56:58 | Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB] |
23-Oct-2024 18:56:58 | Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB] |
23-Oct-2024 18:56:58 | Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB] |
23-Oct-2024 18:56:58 | Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB] |
23-Oct-2024 18:56:58 | Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB] |
23-Oct-2024 18:56:58 | Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB] |
23-Oct-2024 18:56:58 | Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-is-python2 all 2.7.17-4 [2496 B] |
23-Oct-2024 18:56:58 | debconf: delaying package configuration, since apt-utils is not installed |
23-Oct-2024 18:56:58 | Fetched 16.7 MB in 0s (57.3 MB/s) |
23-Oct-2024 18:56:58 | Selecting previously unselected package libpython2.7-minimal:amd64. |
23-Oct-2024 18:56:58 | (Reading database ... |
23-Oct-2024 18:56:58 | (Reading database ... 5% |
23-Oct-2024 18:56:58 | (Reading database ... 10% |
23-Oct-2024 18:56:58 | (Reading database ... 15% |
23-Oct-2024 18:56:58 | (Reading database ... 20% |
23-Oct-2024 18:56:58 | (Reading database ... 25% |
23-Oct-2024 18:56:58 | (Reading database ... 30% |
23-Oct-2024 18:56:58 | (Reading database ... 35% |
23-Oct-2024 18:56:58 | (Reading database ... 40% |
23-Oct-2024 18:56:58 | (Reading database ... 45% |
23-Oct-2024 18:56:58 | (Reading database ... 50% |
23-Oct-2024 18:56:58 | (Reading database ... 55% |
23-Oct-2024 18:56:58 | (Reading database ... 60% |
23-Oct-2024 18:56:58 | (Reading database ... 65% |
23-Oct-2024 18:56:58 | (Reading database ... 70% |
23-Oct-2024 18:56:58 | (Reading database ... 75% |
23-Oct-2024 18:56:58 | (Reading database ... 80% |
23-Oct-2024 18:56:58 | (Reading database ... 85% |
23-Oct-2024 18:56:58 | (Reading database ... 90% |
23-Oct-2024 18:56:58 | (Reading database ... 95% |
23-Oct-2024 18:56:58 | (Reading database ... 100% |
23-Oct-2024 18:56:58 | (Reading database ... 4124 files and directories currently installed.) |
23-Oct-2024 18:56:58 | Preparing to unpack .../00-libpython2.7-minimal_2.7.18-1~20.04.4_amd64.deb ... |
23-Oct-2024 18:56:58 | Unpacking libpython2.7-minimal:amd64 (2.7.18-1~20.04.4) ... |
23-Oct-2024 18:56:58 | Selecting previously unselected package python2.7-minimal. |
23-Oct-2024 18:56:58 | Preparing to unpack .../01-python2.7-minimal_2.7.18-1~20.04.4_amd64.deb ... |
23-Oct-2024 18:56:58 | Unpacking python2.7-minimal (2.7.18-1~20.04.4) ... |
23-Oct-2024 18:56:59 | Selecting previously unselected package python2-minimal. |
23-Oct-2024 18:56:59 | Preparing to unpack .../02-python2-minimal_2.7.17-2ubuntu4_amd64.deb ... |
23-Oct-2024 18:56:59 | Unpacking python2-minimal (2.7.17-2ubuntu4) ... |
23-Oct-2024 18:56:59 | Selecting previously unselected package libssl1.1:amd64. |
23-Oct-2024 18:56:59 | Preparing to unpack .../03-libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb ... |
23-Oct-2024 18:56:59 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.23) ... |
23-Oct-2024 18:56:59 | Selecting previously unselected package mime-support. |
23-Oct-2024 18:56:59 | Preparing to unpack .../04-mime-support_3.64ubuntu1_all.deb ... |
23-Oct-2024 18:56:59 | Unpacking mime-support (3.64ubuntu1) ... |
23-Oct-2024 18:56:59 | Selecting previously unselected package libexpat1:amd64. |
23-Oct-2024 18:56:59 | Preparing to unpack .../05-libexpat1_2.2.9-1ubuntu0.7_amd64.deb ... |
23-Oct-2024 18:56:59 | Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.7) ... |
23-Oct-2024 18:56:59 | Selecting previously unselected package readline-common. |
23-Oct-2024 18:56:59 | Preparing to unpack .../06-readline-common_8.0-4_all.deb ... |
23-Oct-2024 18:56:59 | Unpacking readline-common (8.0-4) ... |
23-Oct-2024 18:56:59 | Selecting previously unselected package libreadline8:amd64. |
23-Oct-2024 18:56:59 | Preparing to unpack .../07-libreadline8_8.0-4_amd64.deb ... |
23-Oct-2024 18:56:59 | Unpacking libreadline8:amd64 (8.0-4) ... |
23-Oct-2024 18:56:59 | Selecting previously unselected package libsqlite3-0:amd64. |
23-Oct-2024 18:56:59 | Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.6_amd64.deb ... |
23-Oct-2024 18:56:59 | Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ... |
23-Oct-2024 18:57:00 | Selecting previously unselected package libpython2.7-stdlib:amd64. |
23-Oct-2024 18:57:00 | Preparing to unpack .../09-libpython2.7-stdlib_2.7.18-1~20.04.4_amd64.deb ... |
23-Oct-2024 18:57:00 | Unpacking libpython2.7-stdlib:amd64 (2.7.18-1~20.04.4) ... |
23-Oct-2024 18:57:00 | Selecting previously unselected package python2.7. |
23-Oct-2024 18:57:00 | Preparing to unpack .../10-python2.7_2.7.18-1~20.04.4_amd64.deb ... |
23-Oct-2024 18:57:00 | Unpacking python2.7 (2.7.18-1~20.04.4) ... |
23-Oct-2024 18:57:00 | Selecting previously unselected package libpython2-stdlib:amd64. |
23-Oct-2024 18:57:00 | Preparing to unpack .../11-libpython2-stdlib_2.7.17-2ubuntu4_amd64.deb ... |
23-Oct-2024 18:57:00 | Unpacking libpython2-stdlib:amd64 (2.7.17-2ubuntu4) ... |
23-Oct-2024 18:57:00 | Setting up libpython2.7-minimal:amd64 (2.7.18-1~20.04.4) ... |
23-Oct-2024 18:57:00 | Setting up python2.7-minimal (2.7.18-1~20.04.4) ... |
23-Oct-2024 18:57:01 | Linking and byte-compiling packages for runtime python2.7... |
23-Oct-2024 18:57:01 | Setting up python2-minimal (2.7.17-2ubuntu4) ... |
23-Oct-2024 18:57:01 | Selecting previously unselected package python2. |
23-Oct-2024 18:57:01 | (Reading database ... |
23-Oct-2024 18:57:01 | (Reading database ... 5% |
23-Oct-2024 18:57:01 | (Reading database ... 10% |
23-Oct-2024 18:57:01 | (Reading database ... 15% |
23-Oct-2024 18:57:01 | (Reading database ... 20% |
23-Oct-2024 18:57:01 | (Reading database ... 25% |
23-Oct-2024 18:57:01 | (Reading database ... 30% |
23-Oct-2024 18:57:01 | (Reading database ... 35% |
23-Oct-2024 18:57:01 | (Reading database ... 40% |
23-Oct-2024 18:57:01 | (Reading database ... 45% |
23-Oct-2024 18:57:01 | (Reading database ... 50% |
23-Oct-2024 18:57:01 | (Reading database ... 55% |
23-Oct-2024 18:57:01 | (Reading database ... 60% |
23-Oct-2024 18:57:01 | (Reading database ... 65% |
23-Oct-2024 18:57:01 | (Reading database ... 70% |
23-Oct-2024 18:57:01 | (Reading database ... 75% |
23-Oct-2024 18:57:01 | (Reading database ... 80% |
23-Oct-2024 18:57:01 | (Reading database ... 85% |
23-Oct-2024 18:57:01 | (Reading database ... 90% |
23-Oct-2024 18:57:01 | (Reading database ... 95% |
23-Oct-2024 18:57:01 | (Reading database ... 100% |
23-Oct-2024 18:57:01 | (Reading database ... 4946 files and directories currently installed.) |
23-Oct-2024 18:57:01 | Preparing to unpack .../00-python2_2.7.17-2ubuntu4_amd64.deb ... |
23-Oct-2024 18:57:01 | Unpacking python2 (2.7.17-2ubuntu4) ... |
23-Oct-2024 18:57:01 | Selecting previously unselected package openssl. |
23-Oct-2024 18:57:01 | Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.23_amd64.deb ... |
23-Oct-2024 18:57:01 | Unpacking openssl (1.1.1f-1ubuntu2.23) ... |
23-Oct-2024 18:57:01 | Selecting previously unselected package ca-certificates. |
23-Oct-2024 18:57:01 | Preparing to unpack .../02-ca-certificates_20240203~20.04.1_all.deb ... |
23-Oct-2024 18:57:01 | Unpacking ca-certificates (20240203~20.04.1) ... |
23-Oct-2024 18:57:01 | Selecting previously unselected package libmagic-mgc. |
23-Oct-2024 18:57:01 | Preparing to unpack .../03-libmagic-mgc_1%3a5.38-4_amd64.deb ... |
23-Oct-2024 18:57:01 | Unpacking libmagic-mgc (1:5.38-4) ... |
23-Oct-2024 18:57:01 | Selecting previously unselected package libmagic1:amd64. |
23-Oct-2024 18:57:01 | Preparing to unpack .../04-libmagic1_1%3a5.38-4_amd64.deb ... |
23-Oct-2024 18:57:01 | Unpacking libmagic1:amd64 (1:5.38-4) ... |
23-Oct-2024 18:57:01 | Selecting previously unselected package file. |
23-Oct-2024 18:57:01 | Preparing to unpack .../05-file_1%3a5.38-4_amd64.deb ... |
23-Oct-2024 18:57:01 | Unpacking file (1:5.38-4) ... |
23-Oct-2024 18:57:02 | Selecting previously unselected package locales. |
23-Oct-2024 18:57:02 | Preparing to unpack .../06-locales_2.31-0ubuntu9.16_all.deb ... |
23-Oct-2024 18:57:02 | Unpacking locales (2.31-0ubuntu9.16) ... |
23-Oct-2024 18:57:02 | Selecting previously unselected package xz-utils. |
23-Oct-2024 18:57:02 | Preparing to unpack .../07-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ... |
23-Oct-2024 18:57:02 | Unpacking xz-utils (5.2.4-1ubuntu1.1) ... |
23-Oct-2024 18:57:02 | Selecting previously unselected package krb5-locales. |
23-Oct-2024 18:57:02 | Preparing to unpack .../08-krb5-locales_1.17-6ubuntu4.7_all.deb ... |
23-Oct-2024 18:57:02 | Unpacking krb5-locales (1.17-6ubuntu4.7) ... |
23-Oct-2024 18:57:02 | Selecting previously unselected package libkrb5support0:amd64. |
23-Oct-2024 18:57:02 | Preparing to unpack .../09-libkrb5support0_1.17-6ubuntu4.7_amd64.deb ... |
23-Oct-2024 18:57:02 | Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.7) ... |
23-Oct-2024 18:57:02 | Selecting previously unselected package libk5crypto3:amd64. |
23-Oct-2024 18:57:02 | Preparing to unpack .../10-libk5crypto3_1.17-6ubuntu4.7_amd64.deb ... |
23-Oct-2024 18:57:02 | Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.7) ... |
23-Oct-2024 18:57:03 | Selecting previously unselected package libkeyutils1:amd64. |
23-Oct-2024 18:57:03 | Preparing to unpack .../11-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ... |
23-Oct-2024 18:57:03 | Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ... |
23-Oct-2024 18:57:03 | Selecting previously unselected package libkrb5-3:amd64. |
23-Oct-2024 18:57:03 | Preparing to unpack .../12-libkrb5-3_1.17-6ubuntu4.7_amd64.deb ... |
23-Oct-2024 18:57:03 | Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.7) ... |
23-Oct-2024 18:57:03 | Selecting previously unselected package libgssapi-krb5-2:amd64. |
23-Oct-2024 18:57:03 | Preparing to unpack .../13-libgssapi-krb5-2_1.17-6ubuntu4.7_amd64.deb ... |
23-Oct-2024 18:57:03 | Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.7) ... |
23-Oct-2024 18:57:03 | Selecting previously unselected package libpsl5:amd64. |
23-Oct-2024 18:57:03 | Preparing to unpack .../14-libpsl5_0.21.0-1ubuntu1_amd64.deb ... |
23-Oct-2024 18:57:03 | Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... |
23-Oct-2024 18:57:03 | Selecting previously unselected package publicsuffix. |
23-Oct-2024 18:57:03 | Preparing to unpack .../15-publicsuffix_20200303.0012-1_all.deb ... |
23-Oct-2024 18:57:03 | Unpacking publicsuffix (20200303.0012-1) ... |
23-Oct-2024 18:57:03 | Selecting previously unselected package wget. |
23-Oct-2024 18:57:03 | Preparing to unpack .../16-wget_1.20.3-1ubuntu2.1_amd64.deb ... |
23-Oct-2024 18:57:03 | Unpacking wget (1.20.3-1ubuntu2.1) ... |
23-Oct-2024 18:57:03 | Selecting previously unselected package libbrotli1:amd64. |
23-Oct-2024 18:57:03 | Preparing to unpack .../17-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... |
23-Oct-2024 18:57:03 | Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... |
23-Oct-2024 18:57:04 | Selecting previously unselected package libroken18-heimdal:amd64. |
23-Oct-2024 18:57:04 | Preparing to unpack .../18-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... |
23-Oct-2024 18:57:04 | Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:04 | Selecting previously unselected package libasn1-8-heimdal:amd64. |
23-Oct-2024 18:57:04 | Preparing to unpack .../19-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... |
23-Oct-2024 18:57:04 | Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:04 | Selecting previously unselected package libheimbase1-heimdal:amd64. |
23-Oct-2024 18:57:04 | Preparing to unpack .../20-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... |
23-Oct-2024 18:57:04 | Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:04 | Selecting previously unselected package libhcrypto4-heimdal:amd64. |
23-Oct-2024 18:57:04 | Preparing to unpack .../21-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... |
23-Oct-2024 18:57:04 | Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:04 | Selecting previously unselected package libwind0-heimdal:amd64. |
23-Oct-2024 18:57:04 | Preparing to unpack .../22-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... |
23-Oct-2024 18:57:04 | Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:04 | Selecting previously unselected package libhx509-5-heimdal:amd64. |
23-Oct-2024 18:57:04 | Preparing to unpack .../23-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... |
23-Oct-2024 18:57:04 | Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:04 | Selecting previously unselected package libkrb5-26-heimdal:amd64. |
23-Oct-2024 18:57:04 | Preparing to unpack .../24-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... |
23-Oct-2024 18:57:04 | Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:04 | Selecting previously unselected package libheimntlm0-heimdal:amd64. |
23-Oct-2024 18:57:04 | Preparing to unpack .../25-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... |
23-Oct-2024 18:57:04 | Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:04 | Selecting previously unselected package libgssapi3-heimdal:amd64. |
23-Oct-2024 18:57:04 | Preparing to unpack .../26-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... |
23-Oct-2024 18:57:04 | Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:05 | Selecting previously unselected package libsasl2-modules-db:amd64. |
23-Oct-2024 18:57:05 | Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... |
23-Oct-2024 18:57:05 | Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... |
23-Oct-2024 18:57:05 | Selecting previously unselected package libsasl2-2:amd64. |
23-Oct-2024 18:57:05 | Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... |
23-Oct-2024 18:57:05 | Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... |
23-Oct-2024 18:57:05 | Selecting previously unselected package libldap-common. |
23-Oct-2024 18:57:05 | Preparing to unpack .../29-libldap-common_2.4.49+dfsg-2ubuntu1.10_all.deb ... |
23-Oct-2024 18:57:05 | Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.10) ... |
23-Oct-2024 18:57:05 | Selecting previously unselected package libldap-2.4-2:amd64. |
23-Oct-2024 18:57:05 | Preparing to unpack .../30-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.10_amd64.deb ... |
23-Oct-2024 18:57:05 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.10) ... |
23-Oct-2024 18:57:05 | Selecting previously unselected package libnghttp2-14:amd64. |
23-Oct-2024 18:57:05 | Preparing to unpack .../31-libnghttp2-14_1.40.0-1ubuntu0.3_amd64.deb ... |
23-Oct-2024 18:57:05 | Unpacking libnghttp2-14:amd64 (1.40.0-1ubuntu0.3) ... |
23-Oct-2024 18:57:05 | Selecting previously unselected package librtmp1:amd64. |
23-Oct-2024 18:57:05 | Preparing to unpack .../32-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... |
23-Oct-2024 18:57:05 | Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... |
23-Oct-2024 18:57:05 | Selecting previously unselected package libssh-4:amd64. |
23-Oct-2024 18:57:05 | Preparing to unpack .../33-libssh-4_0.9.3-2ubuntu2.5_amd64.deb ... |
23-Oct-2024 18:57:05 | Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.5) ... |
23-Oct-2024 18:57:05 | Selecting previously unselected package libcurl4:amd64. |
23-Oct-2024 18:57:05 | Preparing to unpack .../34-libcurl4_7.68.0-1ubuntu2.24_amd64.deb ... |
23-Oct-2024 18:57:05 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.24) ... |
23-Oct-2024 18:57:05 | Selecting previously unselected package curl. |
23-Oct-2024 18:57:05 | Preparing to unpack .../35-curl_7.68.0-1ubuntu2.24_amd64.deb ... |
23-Oct-2024 18:57:05 | Unpacking curl (7.68.0-1ubuntu2.24) ... |
23-Oct-2024 18:57:06 | Selecting previously unselected package libassuan0:amd64. |
23-Oct-2024 18:57:06 | Preparing to unpack .../36-libassuan0_2.5.3-7ubuntu2_amd64.deb ... |
23-Oct-2024 18:57:06 | Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ... |
23-Oct-2024 18:57:06 | Selecting previously unselected package gpgconf. |
23-Oct-2024 18:57:06 | Preparing to unpack .../37-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ... |
23-Oct-2024 18:57:06 | Unpacking gpgconf (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:06 | Selecting previously unselected package libksba8:amd64. |
23-Oct-2024 18:57:06 | Preparing to unpack .../38-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ... |
23-Oct-2024 18:57:06 | Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ... |
23-Oct-2024 18:57:06 | Selecting previously unselected package libnpth0:amd64. |
23-Oct-2024 18:57:06 | Preparing to unpack .../39-libnpth0_1.6-1_amd64.deb ... |
23-Oct-2024 18:57:06 | Unpacking libnpth0:amd64 (1.6-1) ... |
23-Oct-2024 18:57:06 | Selecting previously unselected package dirmngr. |
23-Oct-2024 18:57:06 | Preparing to unpack .../40-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ... |
23-Oct-2024 18:57:06 | Unpacking dirmngr (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:06 | Selecting previously unselected package gnupg-l10n. |
23-Oct-2024 18:57:06 | Preparing to unpack .../41-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ... |
23-Oct-2024 18:57:06 | Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:06 | Selecting previously unselected package gnupg-utils. |
23-Oct-2024 18:57:06 | Preparing to unpack .../42-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ... |
23-Oct-2024 18:57:06 | Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:06 | Selecting previously unselected package gpg. |
23-Oct-2024 18:57:06 | Preparing to unpack .../43-gpg_2.2.19-3ubuntu2.2_amd64.deb ... |
23-Oct-2024 18:57:06 | Unpacking gpg (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:06 | Selecting previously unselected package pinentry-curses. |
23-Oct-2024 18:57:06 | Preparing to unpack .../44-pinentry-curses_1.1.0-3build1_amd64.deb ... |
23-Oct-2024 18:57:06 | Unpacking pinentry-curses (1.1.0-3build1) ... |
23-Oct-2024 18:57:07 | Selecting previously unselected package gpg-agent. |
23-Oct-2024 18:57:07 | Preparing to unpack .../45-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ... |
23-Oct-2024 18:57:07 | Unpacking gpg-agent (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:07 | Selecting previously unselected package gpg-wks-client. |
23-Oct-2024 18:57:07 | Preparing to unpack .../46-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ... |
23-Oct-2024 18:57:07 | Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:07 | Selecting previously unselected package gpg-wks-server. |
23-Oct-2024 18:57:07 | Preparing to unpack .../47-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ... |
23-Oct-2024 18:57:07 | Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:07 | Selecting previously unselected package gpgsm. |
23-Oct-2024 18:57:07 | Preparing to unpack .../48-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ... |
23-Oct-2024 18:57:07 | Unpacking gpgsm (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:07 | Selecting previously unselected package gnupg. |
23-Oct-2024 18:57:07 | Preparing to unpack .../49-gnupg_2.2.19-3ubuntu2.2_all.deb ... |
23-Oct-2024 18:57:07 | Unpacking gnupg (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:07 | Selecting previously unselected package libsasl2-modules:amd64. |
23-Oct-2024 18:57:07 | Preparing to unpack .../50-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... |
23-Oct-2024 18:57:07 | Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... |
23-Oct-2024 18:57:07 | Selecting previously unselected package python-is-python2. |
23-Oct-2024 18:57:07 | Preparing to unpack .../51-python-is-python2_2.7.17-4_all.deb ... |
23-Oct-2024 18:57:07 | Unpacking python-is-python2 (2.7.17-4) ... |
23-Oct-2024 18:57:07 | Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ... |
23-Oct-2024 18:57:07 | Setting up libexpat1:amd64 (2.2.9-1ubuntu0.7) ... |
23-Oct-2024 18:57:07 | Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ... |
23-Oct-2024 18:57:07 | Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... |
23-Oct-2024 18:57:07 | Setting up mime-support (3.64ubuntu1) ... |
23-Oct-2024 18:57:08 | Setting up libmagic-mgc (1:5.38-4) ... |
23-Oct-2024 18:57:08 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.23) ... |
23-Oct-2024 18:57:08 | debconf: unable to initialize frontend: Dialog |
23-Oct-2024 18:57:08 | debconf: (TERM is not set, so the dialog frontend is not usable.) |
23-Oct-2024 18:57:08 | debconf: falling back to frontend: Readline |
23-Oct-2024 18:57:08 | debconf: unable to initialize frontend: Readline |
23-Oct-2024 18:57:08 | debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) |
23-Oct-2024 18:57:08 | debconf: falling back to frontend: Teletype |
23-Oct-2024 18:57:08 | Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... |
23-Oct-2024 18:57:08 | Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ... |
23-Oct-2024 18:57:08 | Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... |
23-Oct-2024 18:57:08 | Setting up libnghttp2-14:amd64 (1.40.0-1ubuntu0.3) ... |
23-Oct-2024 18:57:08 | Setting up libmagic1:amd64 (1:5.38-4) ... |
23-Oct-2024 18:57:08 | Setting up libnpth0:amd64 (1.6-1) ... |
23-Oct-2024 18:57:08 | Setting up krb5-locales (1.17-6ubuntu4.7) ... |
23-Oct-2024 18:57:08 | Setting up file (1:5.38-4) ... |
23-Oct-2024 18:57:08 | Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ... |
23-Oct-2024 18:57:08 | Setting up locales (2.31-0ubuntu9.16) ... |
23-Oct-2024 18:57:08 | debconf: unable to initialize frontend: Dialog |
23-Oct-2024 18:57:08 | debconf: (TERM is not set, so the dialog frontend is not usable.) |
23-Oct-2024 18:57:08 | debconf: falling back to frontend: Readline |
23-Oct-2024 18:57:08 | debconf: unable to initialize frontend: Readline |
23-Oct-2024 18:57:08 | debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) |
23-Oct-2024 18:57:08 | debconf: falling back to frontend: Teletype |
23-Oct-2024 18:57:09 | Generating locales (this might take a while)... |
23-Oct-2024 18:57:09 | Generation complete. |
23-Oct-2024 18:57:09 | Setting up libldap-common (2.4.49+dfsg-2ubuntu1.10) ... |
23-Oct-2024 18:57:09 | Setting up libkrb5support0:amd64 (1.17-6ubuntu4.7) ... |
23-Oct-2024 18:57:09 | Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... |
23-Oct-2024 18:57:09 | Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:09 | Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... |
23-Oct-2024 18:57:09 | Setting up xz-utils (5.2.4-1ubuntu1.1) ... |
23-Oct-2024 18:57:09 | update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode |
23-Oct-2024 18:57:09 | 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 |
23-Oct-2024 18:57:09 | 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 |
23-Oct-2024 18:57:09 | 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 |
23-Oct-2024 18:57:09 | 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 |
23-Oct-2024 18:57:09 | 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 |
23-Oct-2024 18:57:09 | 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 |
23-Oct-2024 18:57:09 | 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 |
23-Oct-2024 18:57:09 | 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 |
23-Oct-2024 18:57:09 | 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 |
23-Oct-2024 18:57:09 | 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 |
23-Oct-2024 18:57:09 | Setting up libk5crypto3:amd64 (1.17-6ubuntu4.7) ... |
23-Oct-2024 18:57:09 | Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... |
23-Oct-2024 18:57:09 | Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:09 | Setting up libkrb5-3:amd64 (1.17-6ubuntu4.7) ... |
23-Oct-2024 18:57:09 | Setting up openssl (1.1.1f-1ubuntu2.23) ... |
23-Oct-2024 18:57:10 | Setting up readline-common (8.0-4) ... |
23-Oct-2024 18:57:10 | Setting up publicsuffix (20200303.0012-1) ... |
23-Oct-2024 18:57:10 | Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:10 | Setting up pinentry-curses (1.1.0-3build1) ... |
23-Oct-2024 18:57:10 | Setting up wget (1.20.3-1ubuntu2.1) ... |
23-Oct-2024 18:57:10 | Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:10 | Setting up libreadline8:amd64 (8.0-4) ... |
23-Oct-2024 18:57:10 | Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:10 | Setting up libpython2.7-stdlib:amd64 (2.7.18-1~20.04.4) ... |
23-Oct-2024 18:57:10 | Setting up ca-certificates (20240203~20.04.1) ... |
23-Oct-2024 18:57:10 | debconf: unable to initialize frontend: Dialog |
23-Oct-2024 18:57:10 | debconf: (TERM is not set, so the dialog frontend is not usable.) |
23-Oct-2024 18:57:10 | debconf: falling back to frontend: Readline |
23-Oct-2024 18:57:10 | debconf: unable to initialize frontend: Readline |
23-Oct-2024 18:57:10 | debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) |
23-Oct-2024 18:57:10 | debconf: falling back to frontend: Teletype |
23-Oct-2024 18:57:10 | Updating certificates in /etc/ssl/certs... |
23-Oct-2024 18:57:11 | 146 added, 0 removed; done. |
23-Oct-2024 18:57:11 | Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:11 | Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.7) ... |
23-Oct-2024 18:57:11 | Setting up libssh-4:amd64 (0.9.3-2ubuntu2.5) ... |
23-Oct-2024 18:57:11 | Setting up gpgconf (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:11 | Setting up gpg (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:11 | Setting up gnupg-utils (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:11 | Setting up gpg-agent (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:12 | Setting up python2.7 (2.7.18-1~20.04.4) ... |
23-Oct-2024 18:57:13 | Setting up libpython2-stdlib:amd64 (2.7.17-2ubuntu4) ... |
23-Oct-2024 18:57:13 | Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:13 | Setting up gpgsm (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:13 | Setting up python2 (2.7.17-2ubuntu4) ... |
23-Oct-2024 18:57:13 | Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:13 | Setting up python-is-python2 (2.7.17-4) ... |
23-Oct-2024 18:57:13 | Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:13 | Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:13 | Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... |
23-Oct-2024 18:57:13 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.10) ... |
23-Oct-2024 18:57:13 | Setting up dirmngr (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:14 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.24) ... |
23-Oct-2024 18:57:14 | Setting up curl (7.68.0-1ubuntu2.24) ... |
23-Oct-2024 18:57:14 | Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:14 | Setting up gnupg (2.2.19-3ubuntu2.2) ... |
23-Oct-2024 18:57:14 | Processing triggers for libc-bin (2.31-0ubuntu9.16) ... |
23-Oct-2024 18:57:14 | Processing triggers for ca-certificates (20240203~20.04.1) ... |
23-Oct-2024 18:57:14 | Updating certificates in /etc/ssl/certs... |
23-Oct-2024 18:57:14 | 0 added, 0 removed; done. |
23-Oct-2024 18:57:14 | Running hooks in /etc/ca-certificates/update.d... |
23-Oct-2024 18:57:14 | done. |
23-Oct-2024 18:57:14 | Warning: apt-key output should not be parsed (stdout is not a terminal) |
23-Oct-2024 18:57:15 | OK |
23-Oct-2024 18:57:15 | Get:1 http://packages.onedata.org/apt/ubuntu/2102 focal InRelease [4772 B] |
23-Oct-2024 18:57:15 | Get:2 http://packages.onedata.org/apt/ubuntu/2102 focal/main Sources [18.5 kB] |
23-Oct-2024 18:57:15 | Get:3 http://packages.onedata.org/apt/ubuntu/2102 focal/main amd64 Packages [20.5 kB] |
23-Oct-2024 18:57:15 | Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease |
23-Oct-2024 18:57:15 | Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease |
23-Oct-2024 18:57:15 | Hit:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease |
23-Oct-2024 18:57:15 | Hit:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease |
23-Oct-2024 18:57:15 | Fetched 43.7 kB in 1s (68.6 kB/s) |
23-Oct-2024 18:57:17 | Reading package lists... |
23-Oct-2024 18:57:17 | Generating locales (this might take a while)... |
23-Oct-2024 18:57:19 | en_US.UTF-8... done |
23-Oct-2024 18:57:19 | Generation complete. |
23-Oct-2024 18:57:19 | |
23-Oct-2024 18:57:19 | WARNING: apt does not have a stable CLI interface. Use with caution in scripts. |
23-Oct-2024 18:57:19 | |
23-Oct-2024 18:57:21 | Reading package lists... |
23-Oct-2024 18:57:21 | Building dependency tree... |
23-Oct-2024 18:57:21 | Reading state information... |
23-Oct-2024 18:57:21 | The following additional packages will be installed: |
23-Oct-2024 18:57:21 | fuse3 libfuse3-3 |
23-Oct-2024 18:57:21 | The following NEW packages will be installed: |
23-Oct-2024 18:57:21 | fuse3 libfuse3-3 oneclient |
23-Oct-2024 18:57:21 | 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. |
23-Oct-2024 18:57:21 | Need to get 98.7 kB/100 MB of archives. |
23-Oct-2024 18:57:21 | After this operation, 307 MB of additional disk space will be used. |
23-Oct-2024 18:57:21 | Get:1 http://archive.ubuntu.com/ubuntu focal/universe amd64 libfuse3-3 amd64 3.9.0-2 [74.0 kB] |
23-Oct-2024 18:57:21 | Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 fuse3 amd64 3.9.0-2 [24.7 kB] |
23-Oct-2024 18:57:23 | Get:3 /root/pkg/oneclient_21.02.7.12.gca1f085-1~focal_amd64.deb oneclient amd64 21.02.7.12.gca1f085-1~focal [100 MB] |
23-Oct-2024 18:57:23 | debconf: delaying package configuration, since apt-utils is not installed |
23-Oct-2024 18:57:23 | Fetched 98.7 kB in 1s (79.9 kB/s) |
23-Oct-2024 18:57:23 | Selecting previously unselected package libfuse3-3:amd64. |
23-Oct-2024 18:57:23 | (Reading database ... |
23-Oct-2024 18:57:23 | (Reading database ... 5% |
23-Oct-2024 18:57:23 | (Reading database ... 10% |
23-Oct-2024 18:57:23 | (Reading database ... 15% |
23-Oct-2024 18:57:23 | (Reading database ... 20% |
23-Oct-2024 18:57:23 | (Reading database ... 25% |
23-Oct-2024 18:57:23 | (Reading database ... 30% |
23-Oct-2024 18:57:23 | (Reading database ... 35% |
23-Oct-2024 18:57:23 | (Reading database ... 40% |
23-Oct-2024 18:57:23 | (Reading database ... 45% |
23-Oct-2024 18:57:23 | (Reading database ... 50% |
23-Oct-2024 18:57:23 | (Reading database ... 55% |
23-Oct-2024 18:57:23 | (Reading database ... 60% |
23-Oct-2024 18:57:23 | (Reading database ... 65% |
23-Oct-2024 18:57:23 | (Reading database ... 70% |
23-Oct-2024 18:57:23 | (Reading database ... 75% |
23-Oct-2024 18:57:23 | (Reading database ... 80% |
23-Oct-2024 18:57:23 | (Reading database ... 85% |
23-Oct-2024 18:57:23 | (Reading database ... 90% |
23-Oct-2024 18:57:23 | (Reading database ... 95% |
23-Oct-2024 18:57:23 | (Reading database ... 100% |
23-Oct-2024 18:57:23 | (Reading database ... 6430 files and directories currently installed.) |
23-Oct-2024 18:57:23 | Preparing to unpack .../libfuse3-3_3.9.0-2_amd64.deb ... |
23-Oct-2024 18:57:23 | Unpacking libfuse3-3:amd64 (3.9.0-2) ... |
23-Oct-2024 18:57:23 | Selecting previously unselected package fuse3. |
23-Oct-2024 18:57:23 | Preparing to unpack .../fuse3_3.9.0-2_amd64.deb ... |
23-Oct-2024 18:57:23 | Unpacking fuse3 (3.9.0-2) ... |
23-Oct-2024 18:57:23 | Selecting previously unselected package oneclient. |
23-Oct-2024 18:57:23 | Preparing to unpack .../oneclient_21.02.7.12.gca1f085-1~focal_amd64.deb ... |
23-Oct-2024 18:57:23 | Unpacking oneclient (21.02.7.12.gca1f085-1~focal) ... |
23-Oct-2024 18:57:27 | Setting up libfuse3-3:amd64 (3.9.0-2) ... |
23-Oct-2024 18:57:27 | Setting up fuse3 (3.9.0-2) ... |
23-Oct-2024 18:57:27 | Setting up oneclient (21.02.7.12.gca1f085-1~focal) ... |
23-Oct-2024 18:57:27 | Processing triggers for libc-bin (2.31-0ubuntu9.16) ... |
23-Oct-2024 18:57:27 | Usage: /usr/bin/oneclient [options] mountpoint |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | A Onedata command line client. |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | General options: |
23-Oct-2024 18:57:27 | -h [ --help ] Show this help and exit. |
23-Oct-2024 18:57:27 | -V [ --version ] Show current Oneclient version and |
23-Oct-2024 18:57:27 | exit. |
23-Oct-2024 18:57:27 | -u [ --unmount ] Unmount Oneclient and exit. |
23-Oct-2024 18:57:27 | -c [ --config ] <path> (=/etc/ones3.conf) |
23-Oct-2024 18:57:27 | Specify path to config file. |
23-Oct-2024 18:57:27 | --ignore-env Ignore options from environment |
23-Oct-2024 18:57:27 | variables. |
23-Oct-2024 18:57:27 | -H [ --host ] <host> Specify the hostname of the Oneprovider |
23-Oct-2024 18:57:27 | instance to which the Oneclient should |
23-Oct-2024 18:57:27 | connect. |
23-Oct-2024 18:57:27 | -P [ --port ] <port> (=443) Specify the port to which the Oneclient |
23-Oct-2024 18:57:27 | should connect on the Oneprovider. |
23-Oct-2024 18:57:27 | -i [ --insecure ] Disable verification of server |
23-Oct-2024 18:57:27 | certificate, allows to connect to |
23-Oct-2024 18:57:27 | servers without valid certificate. |
23-Oct-2024 18:57:27 | -t [ --token ] <token> Specify Onedata access token for |
23-Oct-2024 18:57:27 | authentication and authorization. |
23-Oct-2024 18:57:27 | --space <name> Allows to specify which space should be |
23-Oct-2024 18:57:27 | mounted, where the value of the |
23-Oct-2024 18:57:27 | argument is space name. Specify |
23-Oct-2024 18:57:27 | multiple times for multiple spaces. If |
23-Oct-2024 18:57:27 | not specified, all users spaces will be |
23-Oct-2024 18:57:27 | mounted. |
23-Oct-2024 18:57:27 | --space-id <id> Allows to specify which space should be |
23-Oct-2024 18:57:27 | mounted, where the value of the |
23-Oct-2024 18:57:27 | argument is space id. Specify multiple |
23-Oct-2024 18:57:27 | times for multiple spaces. If not |
23-Oct-2024 18:57:27 | specified, all users spaces will be |
23-Oct-2024 18:57:27 | mounted. |
23-Oct-2024 18:57:27 | -l [ --log-dir ] <path> (=/tmp/oneclient/0) |
23-Oct-2024 18:57:27 | Specify custom path for Oneclient logs. |
23-Oct-2024 18:57:27 | --custom-ca-dir <path> Path to directory with custom CA |
23-Oct-2024 18:57:27 | certificates in PEM format. |
23-Oct-2024 18:57:27 | -v [ --verbose-log-level ] <level> (=0) |
23-Oct-2024 18:57:27 | Specify the verbosity level (0-3) for |
23-Oct-2024 18:57:27 | verbose logs (only available in debug |
23-Oct-2024 18:57:27 | builds). |
23-Oct-2024 18:57:27 | --disable-log-buffering Disable log buffering. |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | Advanced options: |
23-Oct-2024 18:57:27 | --io-trace-log Enable detailed IO trace log |
23-Oct-2024 18:57:27 | (experimental). |
23-Oct-2024 18:57:27 | --log-read-write-perf Enable read write performance logger. |
23-Oct-2024 18:57:27 | --force-proxy-io Force proxied access to storage via |
23-Oct-2024 18:57:27 | Oneprovider for all spaces. |
23-Oct-2024 18:57:27 | --force-direct-io Force direct access to storage for all |
23-Oct-2024 18:57:27 | spaces. |
23-Oct-2024 18:57:27 | --buffer-scheduler-thread-count <threads> (=1) |
23-Oct-2024 18:57:27 | Specify number of parallel buffer |
23-Oct-2024 18:57:27 | scheduler threads. |
23-Oct-2024 18:57:27 | --communicator-pool-size <connections> (=25) |
23-Oct-2024 18:57:27 | Specify number of connections in |
23-Oct-2024 18:57:27 | communicator pool. |
23-Oct-2024 18:57:27 | --scheduler-thread-count <threads> (=1) |
23-Oct-2024 18:57:27 | Specify number of parallel scheduler |
23-Oct-2024 18:57:27 | threads. |
23-Oct-2024 18:57:27 | --storage-helper-thread-count <threads> (=10) |
23-Oct-2024 18:57:27 | Specify number of parallel storage |
23-Oct-2024 18:57:27 | helper threads. |
23-Oct-2024 18:57:27 | --no-buffer Disable in-memory cache for |
23-Oct-2024 18:57:27 | input/output data blocks. |
23-Oct-2024 18:57:27 | --no-xattr Disable extended attributes support. |
23-Oct-2024 18:57:27 | --provider-timeout <duration> (=120) Specify Oneprovider connection timeout |
23-Oct-2024 18:57:27 | in seconds. |
23-Oct-2024 18:57:27 | --storage-timeout <duration> (=120) Specify I/O storage timeout in seconds. |
23-Oct-2024 18:57:27 | --disable-read-events Disable reporting of file read events. |
23-Oct-2024 18:57:27 | --no-fullblock-read Disable fullblock read mode. With this |
23-Oct-2024 18:57:27 | option read can return less data than |
23-Oct-2024 18:57:27 | requested in case it is immediately |
23-Oct-2024 18:57:27 | available and consecutive blocks need |
23-Oct-2024 18:57:27 | to be prefetched from remote storage. |
23-Oct-2024 18:57:27 | --read-buffer-min-size <size> (=4096) Specify minimum size in bytes of |
23-Oct-2024 18:57:27 | in-memory cache for input data blocks. |
23-Oct-2024 18:57:27 | --read-buffer-max-size <size> (=104857600) |
23-Oct-2024 18:57:27 | Specify maximum size in bytes of |
23-Oct-2024 18:57:27 | in-memory cache for input data blocks. |
23-Oct-2024 18:57:27 | --read-buffer-prefetch-duration <duration> (=1) |
23-Oct-2024 18:57:27 | Specify read ahead period in seconds of |
23-Oct-2024 18:57:27 | in-memory cache for input data blocks. |
23-Oct-2024 18:57:27 | --write-buffer-min-size <size> (=20971520) |
23-Oct-2024 18:57:27 | Specify minimum size in bytes of |
23-Oct-2024 18:57:27 | in-memory cache for output data blocks. |
23-Oct-2024 18:57:27 | --write-buffer-max-size <size> (=52428800) |
23-Oct-2024 18:57:27 | Specify maximum size in bytes of |
23-Oct-2024 18:57:27 | in-memory cache for output data blocks |
23-Oct-2024 18:57:27 | of a single opened file handle. |
23-Oct-2024 18:57:27 | --read-buffers-total-size <size> (=2097152000) |
23-Oct-2024 18:57:27 | Specify total maximum size in bytes of |
23-Oct-2024 18:57:27 | in-memory cache for input data blocks |
23-Oct-2024 18:57:27 | of all opened file handles. When 0, |
23-Oct-2024 18:57:27 | read buffers are unlimited. |
23-Oct-2024 18:57:27 | --write-buffers-total-size <size> (=1048576000) |
23-Oct-2024 18:57:27 | Specify total maximum size in bytes of |
23-Oct-2024 18:57:27 | in-memory cache for output data blocks |
23-Oct-2024 18:57:27 | of all opened file handles. When 0, |
23-Oct-2024 18:57:27 | write buffers are unlimited. |
23-Oct-2024 18:57:27 | --write-buffer-flush-delay <delay> (=5) |
23-Oct-2024 18:57:27 | Specify idle period in seconds before |
23-Oct-2024 18:57:27 | flush of in-memory cache for output |
23-Oct-2024 18:57:27 | data blocks. |
23-Oct-2024 18:57:27 | --min-block-prefetch-size <bytes> (=1048576) |
23-Oct-2024 18:57:27 | Specify the minimum prefetch block |
23-Oct-2024 18:57:27 | size. |
23-Oct-2024 18:57:27 | --seqrd-prefetch-threshold <fraction> (=1.000000) |
23-Oct-2024 18:57:27 | Specify the fraction of the file, which |
23-Oct-2024 18:57:27 | will trigger replication prefetch after |
23-Oct-2024 18:57:27 | that part of the file is already |
23-Oct-2024 18:57:27 | replicated (experimental). |
23-Oct-2024 18:57:27 | --rndrd-prefetch-threshold <fraction> (=1.000000) |
23-Oct-2024 18:57:27 | Specify the fraction of the file, which |
23-Oct-2024 18:57:27 | will trigger replication prefetch after |
23-Oct-2024 18:57:27 | that part of the file is already |
23-Oct-2024 18:57:27 | replicated in random blocks across |
23-Oct-2024 18:57:27 | entire file (experimental). |
23-Oct-2024 18:57:27 | --rndrd-prefetch-eval-frequency <count> (=50) |
23-Oct-2024 18:57:27 | Number of reads from single file handle |
23-Oct-2024 18:57:27 | which will be skipped before next |
23-Oct-2024 18:57:27 | evaluation of cluster prefetch. 0 means |
23-Oct-2024 18:57:27 | that prefetch evaluation will be |
23-Oct-2024 18:57:27 | performed on each read. (experimental). |
23-Oct-2024 18:57:27 | --rndrd-prefetch-block-threshold <count> (=0) |
23-Oct-2024 18:57:27 | Number of separate blocks after which |
23-Oct-2024 18:57:27 | replication for the file is triggered |
23-Oct-2024 18:57:27 | automatically. 0 disables this feature |
23-Oct-2024 18:57:27 | (experimental). |
23-Oct-2024 18:57:27 | --rndrd-prefetch-cluster-window <size> (=20971520) |
23-Oct-2024 18:57:27 | Cluster window size for prefetching in |
23-Oct-2024 18:57:27 | [bytes]. When -1 is provided, the |
23-Oct-2024 18:57:27 | entire file is considered for |
23-Oct-2024 18:57:27 | prefetching (experimental). |
23-Oct-2024 18:57:27 | --rndrd-prefetch-cluster-block-threshold <count> (=5) |
23-Oct-2024 18:57:27 | Number of separate blocks in a cluster |
23-Oct-2024 18:57:27 | window around current read, after which |
23-Oct-2024 18:57:27 | replication of a cluster block (window) |
23-Oct-2024 18:57:27 | is triggered (experimental). |
23-Oct-2024 18:57:27 | --rndrd-prefetch-cluster-window-grow-factor <fraction> (=0.000000) |
23-Oct-2024 18:57:27 | Prefetch cluster window grow factor, |
23-Oct-2024 18:57:27 | which enables the prefetch window to |
23-Oct-2024 18:57:27 | grow proportionally to current |
23-Oct-2024 18:57:27 | replication progress - |
23-Oct-2024 18:57:27 | initial_window_size*[1+grow_factor*file |
23-Oct-2024 18:57:27 | _size*replication_progress/initial_wind |
23-Oct-2024 18:57:27 | ow_size)] (experimental). |
23-Oct-2024 18:57:27 | --prefetch-mode arg (=async) Defines the type of block prefetch |
23-Oct-2024 18:57:27 | mode. Possible values are: async, sync. |
23-Oct-2024 18:57:27 | Default is: async (experimental). |
23-Oct-2024 18:57:27 | --cluster-prefetch-threshold-random Enables random cluster prefetch |
23-Oct-2024 18:57:27 | threshold selection (experimental). |
23-Oct-2024 18:57:27 | --metadata-cache-size <size> (=5000000) |
23-Oct-2024 18:57:27 | Maximum number of file attributes |
23-Oct-2024 18:57:27 | cached in the metadata cache. |
23-Oct-2024 18:57:27 | --readdir-prefetch-size <size> (=2500) |
23-Oct-2024 18:57:27 | Specify the size of requests made |
23-Oct-2024 18:57:27 | during readdir prefetch (in number of |
23-Oct-2024 18:57:27 | dir entries). |
23-Oct-2024 18:57:27 | --dir-cache-drop-after <seconds> Specify (in seconds) how long should |
23-Oct-2024 18:57:27 | directories be cached since last |
23-Oct-2024 18:57:27 | activity. When 0 is provided, the cache |
23-Oct-2024 18:57:27 | never expires. |
23-Oct-2024 18:57:27 | --tag-on-create <name>:<value> Adds <name>=<value> extended attribute |
23-Oct-2024 18:57:27 | to each locally created file. |
23-Oct-2024 18:57:27 | --tag-on-modify <name>:<value> Adds <name>=<value> extended attribute |
23-Oct-2024 18:57:27 | to each locally modified file. |
23-Oct-2024 18:57:27 | -r [ --override ] <storageId>:<name>:<value> |
23-Oct-2024 18:57:27 | Allows to override selected helper |
23-Oct-2024 18:57:27 | parameters for specific storage, e.g. |
23-Oct-2024 18:57:27 | 'd40f2f63433da7c845886f6fe970048b:mount |
23-Oct-2024 18:57:27 | Point:/mnt/nfs' |
23-Oct-2024 18:57:27 | --emulate-available-space <bytes> (=0) |
23-Oct-2024 18:57:27 | When set to non-zero value, emulates |
23-Oct-2024 18:57:27 | available space reported by stat system |
23-Oct-2024 18:57:27 | call to specified number of bytes. |
23-Oct-2024 18:57:27 | --hard-link-count Show hard link count properly in stat. |
23-Oct-2024 18:57:27 | --enable-archivematica Enable Archivematica mode. |
23-Oct-2024 18:57:27 | --open-shares-mode Enable open share mode, in which space |
23-Oct-2024 18:57:27 | directories list open data shares. |
23-Oct-2024 18:57:27 | --show-space-ids Show space Id's instead of space names |
23-Oct-2024 18:57:27 | in the filesystem tree. |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | FUSE options: |
23-Oct-2024 18:57:27 | -f [ --foreground ] Foreground operation. |
23-Oct-2024 18:57:27 | -d [ --debug ] Enable debug mode (implies -f). |
23-Oct-2024 18:57:27 | -s [ --single-thread ] Single-threaded operation. |
23-Oct-2024 18:57:27 | -o [ --opt ] <mount_option> Pass mount arguments directly to FUSE. |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | Monitoring options: |
23-Oct-2024 18:57:27 | --monitoring-type <reporter> Enables performance metrics monitoring - |
23-Oct-2024 18:57:27 | allowed values are: graphite. |
23-Oct-2024 18:57:27 | --monitoring-level-basic Sets monitoring reporting level to basic |
23-Oct-2024 18:57:27 | - default. |
23-Oct-2024 18:57:27 | --monitoring-level-full Sets monitoring reporting level to full. |
23-Oct-2024 18:57:27 | --monitoring-period <seconds> (=30) Performance metrics reporting period. |
23-Oct-2024 18:57:27 | --graphite-url <url> Graphite url - required when |
23-Oct-2024 18:57:27 | monitoring-type is 'graphite', the scheme |
23-Oct-2024 18:57:27 | can be either tcp or udp and default port |
23-Oct-2024 18:57:27 | is 2003 |
23-Oct-2024 18:57:27 | --graphite-namespace-prefix <name> Graphite namespace prefix. |
23-Oct-2024 18:57:27 | PASSED4a22350888cadcc96e5f0f56d23c6f034b8b6524718da5e362247de30c0338db |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | =============================== warnings summary =============================== |
23-Oct-2024 18:57:27 | tests/utils/path_utils.py:98 |
23-Oct-2024 18:57:27 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OPV-TOP/tests/utils/path_utils.py:98: DeprecationWarning: invalid escape sequence \ |
23-Oct-2024 18:57:27 | return path.replace("'", "\\'").replace(" ", "\ ") |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | bamboos/docker/environment/common.py:158 |
23-Oct-2024 18:57:27 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OPV-TOP/bamboos/docker/environment/common.py:158: DeprecationWarning: invalid escape sequence \* |
23-Oct-2024 18:57:27 | sys.stderr.write('''WARNING: |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | ../../../../../../usr/local/lib/python3.8/dist-packages/_pytest/config/__init__.py:1294 |
23-Oct-2024 18:57:27 | /usr/local/lib/python3.8/dist-packages/_pytest/config/__init__.py:1294: PytestConfigWarning: Unknown config option: sensitive_url |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | ../../../../../../usr/local/lib/python3.8/dist-packages/_pytest/config/__init__.py:1294 |
23-Oct-2024 18:57:27 | /usr/local/lib/python3.8/dist-packages/_pytest/config/__init__.py:1294: PytestConfigWarning: Unknown config option: xvfb_colordepth |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | ../../../../../../usr/local/lib/python3.8/dist-packages/_pytest/config/__init__.py:1294 |
23-Oct-2024 18:57:27 | /usr/local/lib/python3.8/dist-packages/_pytest/config/__init__.py:1294: PytestConfigWarning: Unknown config option: xvfb_height |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | ../../../../../../usr/local/lib/python3.8/dist-packages/_pytest/config/__init__.py:1294 |
23-Oct-2024 18:57:27 | /usr/local/lib/python3.8/dist-packages/_pytest/config/__init__.py:1294: PytestConfigWarning: Unknown config option: xvfb_width |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | ../../../../../../usr/local/lib/python3.8/dist-packages/boto/plugin.py:40 |
23-Oct-2024 18:57:27 | /usr/local/lib/python3.8/dist-packages/boto/plugin.py:40: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses |
23-Oct-2024 18:57:27 | import imp |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | bamboos/docker/environment/xrootd.py:28 |
23-Oct-2024 18:57:27 | /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OPV-TOP/bamboos/docker/environment/xrootd.py:28: DeprecationWarning: invalid escape sequence \s |
23-Oct-2024 18:57:27 | return bool(re.search('Path:\s+/data', output)) |
23-Oct-2024 18:57:27 | |
23-Oct-2024 18:57:27 | -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
23-Oct-2024 18:57:27 | - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OPV-TOP/test-reports/results.xml - |
23-Oct-2024 18:57:27 | =========== 3 passed, 3 deselected, 8 warnings in 128.74s (0:02:08) ============ |
23-Oct-2024 18:57:28 | Found dockers config in /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-OPV-TOP/bamboos/dockers.config |
23-Oct-2024 18:57:28 | Using preconfigured image for worker: onedata/worker:2102-10 |
23-Oct-2024 18:57:28 | ('Detected k8s containers', ['1519f987ffb6', 'b3583fc6c0bb', '62cfa4560570', '1ea8eeac75ff', '2241a08130ca', 'b6ab63ec17ac', '71870450520e', '53371214e64f', '15aee3256d5b', '58b8f942ed27', 'ab4f87ecb320', '128eb3d5c238', '26d9df33c92a', '60e46af398b2', 'ffd9e93d2cc0', '4db440beb042', '2ca8f6a5c2ba', '5be720bd722d', '3b0399e5d288', 'ae3b93ab28d6', '0ce8d555dbb9']) |
23-Oct-2024 18:57:28 | ('Stalled docker containers to remove', ['7d8fa141719c', '40fb0240b086', '28ff29f3e3cb', 'fc544ba4c3fa', 'fad4a5d14221', 'da8810b605cd', 'cb1401daba80', '49f67b9d709d', '7a62ab16ea8a', '60fb40dd1d66', '2caccb17e4b4', '86b84816bbe8', 'c69d6fc5ece2', 'cae133fbdba3', 'a18512ab686e', '6fd3fba8f597']) |
23-Oct-2024 18:57:28 | ('Removing docker container', '7d8fa141719c') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', '7d8fa141719c') |
23-Oct-2024 18:57:28 | ('Removing docker container', '40fb0240b086') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', '40fb0240b086') |
23-Oct-2024 18:57:28 | ('Removing docker container', '28ff29f3e3cb') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', '28ff29f3e3cb') |
23-Oct-2024 18:57:28 | ('Removing docker container', 'fc544ba4c3fa') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', 'fc544ba4c3fa') |
23-Oct-2024 18:57:28 | ('Removing docker container', 'fad4a5d14221') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', 'fad4a5d14221') |
23-Oct-2024 18:57:28 | ('Removing docker container', 'da8810b605cd') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', 'da8810b605cd') |
23-Oct-2024 18:57:28 | ('Removing docker container', 'cb1401daba80') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', 'cb1401daba80') |
23-Oct-2024 18:57:28 | ('Removing docker container', '49f67b9d709d') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', '49f67b9d709d') |
23-Oct-2024 18:57:28 | ('Removing docker container', '7a62ab16ea8a') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', '7a62ab16ea8a') |
23-Oct-2024 18:57:28 | ('Removing docker container', '60fb40dd1d66') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', '60fb40dd1d66') |
23-Oct-2024 18:57:28 | ('Removing docker container', '2caccb17e4b4') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', '2caccb17e4b4') |
23-Oct-2024 18:57:28 | ('Removing docker container', '86b84816bbe8') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', '86b84816bbe8') |
23-Oct-2024 18:57:28 | ('Removing docker container', 'c69d6fc5ece2') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', 'c69d6fc5ece2') |
23-Oct-2024 18:57:28 | ('Removing docker container', 'cae133fbdba3') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', 'cae133fbdba3') |
23-Oct-2024 18:57:28 | ('Removing docker container', 'a18512ab686e') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', 'a18512ab686e') |
23-Oct-2024 18:57:28 | ('Removing docker container', '6fd3fba8f597') |
23-Oct-2024 18:57:28 | ('Successfully removed docker container', '6fd3fba8f597') |
23-Oct-2024 18:57:28 | ('Stalled docker volumes to remove', []) |
23-Oct-2024 18:57:28 | Finished task 'Test oneclient packaging' with result: Success |
23-Oct-2024 18:57:28 | Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
23-Oct-2024 18:57:28 | Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OPV-TOP... |
23-Oct-2024 18:57:28 | Finished task 'Parse test results' with result: Success |
23-Oct-2024 18:57:28 | Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh |
23-Oct-2024 18:57:28 | Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
23-Oct-2024 18:57:28 | Beginning to execute external process for build 'Onedata Products - Oneclient packages - Test Oneclient packages #1594 (ODSRV-OPV-TOP-1594)' ... running command line: /bin/sh /home/bamboo/bamboo-agent-home/temp/ODSRV-OPV-TOP-1594-ScriptBuildTask-12258453474533759288.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OPV-TOP |
23-Oct-2024 18:57:28 | % Total % Received % Xferd Average Speed Time Time Time Current |
23-Oct-2024 18:57:28 | Dload Upload Total Spent Left Speed |
23-Oct-2024 18:57:28 | |
23-Oct-2024 18:57:28 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
23-Oct-2024 18:57:28 | 100 4822 100 4822 0 0 17407 0 --:--:-- --:--:-- --:--:-- 17407 |
23-Oct-2024 18:57:28 | Clearing /tmp/onedata and /home/bamboo/.one-env |
23-Oct-2024 18:57:29 | Cleaning helm deployments |
23-Oct-2024 18:57:29 | Cleanining pods |
23-Oct-2024 18:57:29 | Cleaning kube persistant volumes |
23-Oct-2024 18:57:30 | Cleaning dockswift container |
23-Oct-2024 18:57:30 | Cleaning docker containers |
23-Oct-2024 18:57:31 | Stalled docker containers to remove: |
23-Oct-2024 18:57:31 | b5f0bb851c00 |
23-Oct-2024 18:57:31 | Removing stalled docker containers |
23-Oct-2024 18:57:31 | Error response from daemon: Cannot kill container: b5f0bb851c00: Container b5f0bb851c009eb4b62c6b48bc4daaf853541b48a9a2d9919d5cd32895ddf1a4 is not running |
23-Oct-2024 18:57:31 | b5f0bb851c00 |
23-Oct-2024 18:57:31 | Stalled docker volumes to remove: |
23-Oct-2024 18:57:31 | |
23-Oct-2024 18:57:31 | Removing stalled docker volumes |
23-Oct-2024 18:57:31 | Removing stalled loopdevices |
23-Oct-2024 18:57:32 | Done |
23-Oct-2024 18:57:32 | Finished task 'Clear env' with result: Success |
23-Oct-2024 18:57:32 | Running post build plugin 'Docker Container Cleanup' |
23-Oct-2024 18:57:32 | Running post build plugin 'NCover Results Collector' |
23-Oct-2024 18:57:32 | Running post build plugin 'Build Results Label Collector' |
23-Oct-2024 18:57:32 | Running post build plugin 'Clover Results Collector' |
23-Oct-2024 18:57:32 | Running post build plugin 'npm Cache Cleanup' |
23-Oct-2024 18:57:32 | Running post build plugin 'Artifact Copier' |
23-Oct-2024 18:57:32 | Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-OPV-TOP' |
23-Oct-2024 18:57:32 | Finalising the build... |
23-Oct-2024 18:57:32 | Stopping timer. |
23-Oct-2024 18:57:32 | Build ODSRV-OPV-TOP-1594 completed. |
23-Oct-2024 18:57:32 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
23-Oct-2024 18:57:32 | Running on server: post build plugin 'NCover Results Collector' |
23-Oct-2024 18:57:32 | Running on server: post build plugin 'Build Labeller' |
23-Oct-2024 18:57:32 | Running on server: post build plugin 'Clover Delta Calculator' |
23-Oct-2024 18:57:32 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
23-Oct-2024 18:57:32 | All post build plugins have finished |
23-Oct-2024 18:57:32 | Generating build results summary... |
23-Oct-2024 18:57:32 | Saving build results to disk... |
23-Oct-2024 18:57:32 | Store variable context... |
23-Oct-2024 18:57:32 | Finished building ODSRV-OPV-TOP-1594. |