args: app: misskey force: false label: Misskey no_remove_on_failure: false ended_at: 2022-03-30 03:35:00.667870 env: YNH_APP_ARG_DOMAIN: friends.maindomain.tld YNH_APP_ARG_IS_PUBLIC: '1' YNH_APP_BASEDIR: /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9 YNH_APP_ID: misskey YNH_APP_INSTANCE_NAME: misskey YNH_APP_INSTANCE_NUMBER: '1' YNH_APP_MANIFEST_VERSION: 12.108.1~ynh2 YNH_ARCH: armhf error: An error occurred inside the app installation script interface: api operation: app_install parent: null related_to: - - app - misskey started_at: 2022-03-30 03:31:11.108964 success: false yunohost_version: 4.3.6.2 ============ 2022-03-29 20:31:11,130: INFO - Installing misskey... 2022-03-29 20:31:11,243: DEBUG - Nothing to update in LDAP 2022-03-29 20:31:11,244: DEBUG - Permission 'misskey.main' updated 2022-03-29 20:31:11,296: DEBUG - Full log of this operation: 'Update URL related to permission 'misskey'' 2022-03-29 20:31:11,452: DEBUG - The permission database has been resynchronized 2022-03-29 20:31:11,544: DEBUG - SSOwat configuration regenerated 2022-03-29 20:31:11,629: DEBUG - Permission 'misskey.main' created 2022-03-29 20:31:11,630: DEBUG - Full log of this operation: 'Create permission 'misskey'' 2022-03-29 20:31:11,673: DEBUG - Executing command '['sh', '-c', '/bin/bash -x "./install" 7>&1']' 2022-03-29 20:31:11,696: DEBUG - + source _common.sh 2022-03-29 20:31:11,714: DEBUG - ++ NODEJS_VERSION=16 2022-03-29 20:31:11,714: DEBUG - ++ pkg_dependencies='ffmpeg postgresql' 2022-03-29 20:31:11,715: DEBUG - + source /usr/share/yunohost/helpers 2022-03-29 20:31:11,715: DEBUG - +++ set +o 2022-03-29 20:31:11,715: DEBUG - +++ grep xtrace 2022-03-29 20:31:11,715: DEBUG - ++ readonly 'XTRACE_ENABLE=set -o xtrace' 2022-03-29 20:31:11,716: DEBUG - ++ XTRACE_ENABLE='set -o xtrace' 2022-03-29 20:31:11,780: DEBUG - + ynh_abort_if_errors 2022-03-29 20:31:11,781: DEBUG - + trap ynh_exit_properly EXIT 2022-03-29 20:31:11,782: DEBUG - + domain=friends.maindomain.tld 2022-03-29 20:31:11,782: DEBUG - + path_url=/ 2022-03-29 20:31:11,782: DEBUG - + is_public=1 2022-03-29 20:31:11,783: DEBUG - + app=misskey 2022-03-29 20:31:12,020: DEBUG - + final_path=/var/www/misskey 2022-03-29 20:31:12,020: INFO - [....................] > Validating installation parameters... 2022-03-29 20:31:12,023: DEBUG - + test '!' -e /var/www/misskey 2022-03-29 20:31:12,023: DEBUG - + ynh_webpath_register --app=misskey --domain=friends.maindomain.tld --path_url=/ 2022-03-29 20:31:12,229: DEBUG - + yunohost app register-url misskey friends.maindomain.tld / 2022-03-29 20:31:13,900: DEBUG - + ynh_app_setting_set --app=misskey --key=domain --value=friends.maindomain.tld 2022-03-29 20:31:13,901: DEBUG - + local _globalapp=misskey 2022-03-29 20:31:13,903: INFO - [+...................] > Storing installation settings... 2022-03-29 20:31:14,102: DEBUG - + app=misskey 2022-03-29 20:31:14,103: DEBUG - + [[ domain =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:31:14,103: DEBUG - + ynh_app_setting set misskey domain friends.maindomain.tld 2022-03-29 20:31:14,233: DEBUG - + ynh_app_setting_set --app=misskey --key=path --value=/ 2022-03-29 20:31:14,233: DEBUG - + local _globalapp=misskey 2022-03-29 20:31:14,434: DEBUG - + app=misskey 2022-03-29 20:31:14,435: DEBUG - + [[ path =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:31:14,435: DEBUG - + ynh_app_setting set misskey path / 2022-03-29 20:31:14,787: INFO - [#...................] > Finding an available port... 2022-03-29 20:31:14,789: DEBUG - ++ ynh_find_port --port=3020 2022-03-29 20:31:14,821: DEBUG - ++ test -n 3020 2022-03-29 20:31:14,822: DEBUG - ++ ynh_port_available --port=3020 2022-03-29 20:31:14,853: DEBUG - ++ ss --numeric --listening --tcp --udp 2022-03-29 20:31:14,855: DEBUG - ++ awk '{print$5}' 2022-03-29 20:31:14,855: DEBUG - ++ grep --quiet --extended-regexp ':3020$' 2022-03-29 20:31:14,869: DEBUG - ++ grep -q 'port: '\''3020'\''' /etc/yunohost/apps/misskey/settings.yml /etc/yunohost/apps/nextcloud/settings.yml /etc/yunohost/apps/vpnclient/settings.yml 2022-03-29 20:31:14,873: DEBUG - ++ return 0 2022-03-29 20:31:14,874: DEBUG - ++ echo 3020 2022-03-29 20:31:14,875: DEBUG - + port=3020 2022-03-29 20:31:14,875: DEBUG - + ynh_app_setting_set --app=misskey --key=port --value=3020 2022-03-29 20:31:14,876: DEBUG - + local _globalapp=misskey 2022-03-29 20:31:15,082: DEBUG - + app=misskey 2022-03-29 20:31:15,083: DEBUG - + [[ port =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:31:15,083: DEBUG - + ynh_app_setting set misskey port 3020 2022-03-29 20:31:15,421: DEBUG - + ynh_install_nodejs --nodejs_version=16 2022-03-29 20:31:15,423: INFO - [#++.................] > Installing dependencies... 2022-03-29 20:31:15,452: DEBUG - + mkdir --parents /opt/node_n 2022-03-29 20:31:15,456: DEBUG - + CLEAR_PATH=/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:31:15,459: DEBUG - ++ echo /opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:31:15,460: DEBUG - ++ sed s@/usr/local/bin:@@ 2022-03-29 20:31:15,467: DEBUG - + PATH=/opt/node_n/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:31:15,468: DEBUG - + test -x /usr/bin/node 2022-03-29 20:31:15,468: DEBUG - + test -x /usr/bin/npm 2022-03-29 20:31:15,469: DEBUG - + /opt/node_n/bin/n --version 2022-03-29 20:31:15,470: DEBUG - + ynh_install_n 2022-03-29 20:31:15,472: DEBUG - SOURCE_SUM=8703ae88fd06ce7f2d0f4018d68bfbab7b26859ed86a86ce4b8f25d2110aee2f' 2022-03-29 20:31:15,472: DEBUG - + ynh_setup_source --dest_dir=/opt/node_n/git --source_id=n 2022-03-29 20:31:15,599: DEBUG - + source_id=n 2022-03-29 20:31:15,600: DEBUG - + keep= 2022-03-29 20:31:15,600: DEBUG - + local src_file_path=/var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/n.src 2022-03-29 20:31:15,602: DEBUG - ++ grep SOURCE_URL= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/n.src 2022-03-29 20:31:15,603: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:31:15,609: DEBUG - + local src_url=https://github.com/tj/n/archive/v8.0.1.tar.gz 2022-03-29 20:31:15,611: DEBUG - ++ grep SOURCE_SUM= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/n.src 2022-03-29 20:31:15,612: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:31:15,617: DEBUG - + local src_sum=8703ae88fd06ce7f2d0f4018d68bfbab7b26859ed86a86ce4b8f25d2110aee2f 2022-03-29 20:31:15,620: DEBUG - ++ grep SOURCE_SUM_PRG= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/n.src 2022-03-29 20:31:15,621: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:31:15,627: DEBUG - + local src_sumprg= 2022-03-29 20:31:15,630: DEBUG - ++ grep SOURCE_FORMAT= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/n.src 2022-03-29 20:31:15,631: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:31:15,636: DEBUG - + local src_format= 2022-03-29 20:31:15,639: DEBUG - ++ grep SOURCE_EXTRACT= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/n.src 2022-03-29 20:31:15,640: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:31:15,645: DEBUG - + local src_extract= 2022-03-29 20:31:15,648: DEBUG - ++ grep SOURCE_IN_SUBDIR= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/n.src 2022-03-29 20:31:15,648: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:31:15,654: DEBUG - + local src_in_subdir= 2022-03-29 20:31:15,657: DEBUG - ++ grep SOURCE_FILENAME= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/n.src 2022-03-29 20:31:15,657: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:31:15,662: DEBUG - + local src_filename= 2022-03-29 20:31:15,663: DEBUG - + src_sumprg=sha256sum 2022-03-29 20:31:15,663: DEBUG - + src_in_subdir=true 2022-03-29 20:31:15,664: DEBUG - + src_format=tar.gz 2022-03-29 20:31:15,665: DEBUG - ++ echo tar.gz 2022-03-29 20:31:15,666: DEBUG - ++ tr '[:upper:]' '[:lower:]' 2022-03-29 20:31:15,670: DEBUG - + src_format=tar.gz 2022-03-29 20:31:15,671: DEBUG - + src_extract=true 2022-03-29 20:31:15,671: DEBUG - + '[' '' = '' ']' 2022-03-29 20:31:15,672: DEBUG - + src_filename=n.tar.gz 2022-03-29 20:31:15,672: DEBUG - + local local_src=/opt/yunohost-apps-src/misskey/n.tar.gz 2022-03-29 20:31:15,672: DEBUG - + mkdir -p /var/cache/yunohost/download/misskey/ 2022-03-29 20:31:15,675: DEBUG - + src_filename=/var/cache/yunohost/download/misskey/n.tar.gz 2022-03-29 20:31:15,675: DEBUG - + test -e /opt/yunohost-apps-src/misskey/n.tar.gz 2022-03-29 20:31:15,676: DEBUG - + '[' -n https://github.com/tj/n/archive/v8.0.1.tar.gz ']' 2022-03-29 20:31:15,677: DEBUG - ++ wget --tries 3 --no-dns-cache --timeout 900 --no-verbose --output-document=/var/cache/yunohost/download/misskey/n.tar.gz https://github.com/tj/n/archive/v8.0.1.tar.gz 2022-03-29 20:31:17,755: DEBUG - + out='2022-03-29 20:31:17 URL:https://codeload.github.com/tj/n/tar.gz/refs/tags/v8.0.1 [34303] -> "/var/cache/yunohost/download/misskey/n.tar.gz" [1]' 2022-03-29 20:31:17,760: DEBUG - + sha256sum --check --status 2022-03-29 20:31:17,770: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/ 2022-03-29 20:31:17,777: DEBUG - + '[' -n '' ']' 2022-03-29 20:31:17,778: DEBUG - + mkdir --parents /opt/node_n/git 2022-03-29 20:31:17,787: DEBUG - + '[' -n /var/www/misskey ']' 2022-03-29 20:31:17,788: DEBUG - + '[' /opt/node_n/git == /var/www/misskey ']' 2022-03-29 20:31:17,789: DEBUG - + true 2022-03-29 20:31:17,790: DEBUG - + '[' tar.gz = zip ']' 2022-03-29 20:31:17,791: DEBUG - + local strip= 2022-03-29 20:31:17,791: DEBUG - + '[' true '!=' false ']' 2022-03-29 20:31:17,792: DEBUG - + '[' true == true ']' 2022-03-29 20:31:17,793: DEBUG - + local sub_dirs=1 2022-03-29 20:31:17,794: DEBUG - + strip='--strip-components 1' 2022-03-29 20:31:17,795: DEBUG - + [[ tar.gz =~ ^tar.gz|tar.bz2|tar.xz$ ]] 2022-03-29 20:31:17,796: DEBUG - + tar --extract --file=/var/cache/yunohost/download/misskey/n.tar.gz --directory=/opt/node_n/git --strip-components 1 2022-03-29 20:31:17,843: DEBUG - + ynh_secure_remove --file=/var/cache/yunohost/download/misskey/n.tar.gz 2022-03-29 20:31:17,926: DEBUG - + '[' -d /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/sources/patches/ ']' 2022-03-29 20:31:17,926: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/sources/extra_files/n 2022-03-29 20:31:17,927: DEBUG - + '[' -n '' ']' 2022-03-29 20:31:17,927: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/ 2022-03-29 20:31:17,933: DEBUG - + cd /opt/node_n/git 2022-03-29 20:31:17,933: DEBUG - + PREFIX=/opt/node_n 2022-03-29 20:31:17,934: DEBUG - + make install 2022-03-29 20:31:17,943: DEBUG - mkdir -p /opt/node_n/bin/ 2022-03-29 20:31:17,947: DEBUG - cp bin/n /opt/node_n/bin/n 2022-03-29 20:31:17,954: DEBUG - + ynh_replace_string '--match_string=^N_PREFIX=${N_PREFIX-.*}$' '--replace_string=N_PREFIX=${N_PREFIX-/opt/node_n}' --target_file=/opt/node_n/bin/n 2022-03-29 20:31:18,278: DEBUG - + sed --in-place 's@^N_PREFIX=${N_PREFIX-.*}$@N_PREFIX=${N_PREFIX-/opt/node_n}@g' /opt/node_n/bin/n 2022-03-29 20:31:18,287: DEBUG - + PATH=/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:31:18,288: DEBUG - + test -x /usr/bin/node_n 2022-03-29 20:31:18,289: DEBUG - + test -x /usr/bin/npm_n 2022-03-29 20:31:18,290: DEBUG - ++ uname --machine 2022-03-29 20:31:18,294: DEBUG - + uname=armv7l 2022-03-29 20:31:18,295: DEBUG - + [[ armv7l =~ aarch64 ]] 2022-03-29 20:31:18,296: DEBUG - + [[ armv7l =~ arm64 ]] 2022-03-29 20:31:18,296: DEBUG - + n 16 2022-03-29 20:31:19,055: DEBUG - installing : node-v16.14.2 2022-03-29 20:31:19,301: DEBUG - mkdir : /opt/node_n/n/versions/node/16.14.2 2022-03-29 20:31:19,315: DEBUG - fetch : https://nodejs.org/dist/v16.14.2/node-v16.14.2-linux-armv7l.tar.xz 2022-03-29 20:31:28,036: DEBUG - installed : v16.14.2 (with npm 8.5.0) 2022-03-29 20:31:28,041: DEBUG - ++ sort --version-sort 2022-03-29 20:31:28,041: DEBUG - ++ find /opt/node_n/n/versions/node/16.14.2 -maxdepth 0 2022-03-29 20:31:28,042: DEBUG - ++ tail --lines=1 2022-03-29 20:31:28,048: DEBUG - + real_nodejs_version=/opt/node_n/n/versions/node/16.14.2 2022-03-29 20:31:28,049: DEBUG - ++ basename /opt/node_n/n/versions/node/16.14.2 2022-03-29 20:31:28,053: DEBUG - + real_nodejs_version=16.14.2 2022-03-29 20:31:28,053: DEBUG - + '[' '!' -e /opt/node_n/n/versions/node/16 ']' 2022-03-29 20:31:28,054: DEBUG - + ln --symbolic --force --no-target-directory /opt/node_n/n/versions/node/16.14.2 /opt/node_n/n/versions/node/16 2022-03-29 20:31:28,057: DEBUG - + echo misskey:16 2022-03-29 20:31:28,058: DEBUG - + tee --append /opt/node_n/ynh_app_version 2022-03-29 20:31:28,062: DEBUG - misskey:16 2022-03-29 20:31:28,063: DEBUG - + ynh_app_setting_set --app=misskey --key=nodejs_version --value=16 2022-03-29 20:31:28,063: DEBUG - + local _globalapp=misskey 2022-03-29 20:31:28,255: DEBUG - + app=misskey 2022-03-29 20:31:28,256: DEBUG - + [[ nodejs_version =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:31:28,256: DEBUG - + ynh_app_setting set misskey nodejs_version 16 2022-03-29 20:31:28,382: DEBUG - + ynh_cron_upgrade_node 2022-03-29 20:31:28,383: DEBUG - + cat 2022-03-29 20:31:28,387: DEBUG - + chmod +x /opt/node_n/node_update.sh 2022-03-29 20:31:28,390: DEBUG - + cat 2022-03-29 20:31:28,394: DEBUG - + chmod +x /etc/cron.daily/node_update 2022-03-29 20:31:28,397: DEBUG - + ynh_use_nodejs 2022-03-29 20:31:28,399: DEBUG - ++ ynh_app_setting_get --app=misskey --key=nodejs_version 2022-03-29 20:31:28,400: DEBUG - ++ local _globalapp=misskey 2022-03-29 20:31:28,490: DEBUG - ++ app=misskey 2022-03-29 20:31:28,491: DEBUG - ++ [[ nodejs_version =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:31:28,491: DEBUG - ++ ynh_app_setting get misskey nodejs_version 2022-03-29 20:31:28,616: DEBUG - + nodejs_version=16 2022-03-29 20:31:28,617: DEBUG - + nodejs_path=/opt/node_n/n/versions/node/16/bin 2022-03-29 20:31:28,617: DEBUG - + shopt -s expand_aliases 2022-03-29 20:31:28,618: DEBUG - + ynh_node=/opt/node_n/n/versions/node/16/bin/node 2022-03-29 20:31:28,618: DEBUG - + alias ynh_node=/opt/node_n/n/versions/node/16/bin/node 2022-03-29 20:31:28,618: DEBUG - + ynh_npm=/opt/node_n/n/versions/node/16/bin/npm 2022-03-29 20:31:28,619: DEBUG - + alias ynh_npm=/opt/node_n/n/versions/node/16/bin/npm 2022-03-29 20:31:28,619: DEBUG - + [[ :/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: != *\:\/\o\p\t\/\n\o\d\e\_\n\/\n\/\v\e\r\s\i\o\n\s\/\n\o\d\e\/\1\6\/\b\i\n* ]] 2022-03-29 20:31:28,620: DEBUG - + PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:31:28,620: DEBUG - + node_PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:31:28,621: DEBUG - + ynh_node_load_PATH=PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:31:28,621: DEBUG - + ynh_node_load_path=PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:31:28,622: DEBUG - + ynh_exec_warn_less ynh_install_app_dependencies ffmpeg postgresql 2022-03-29 20:31:28,622: DEBUG - + [[ 3 -eq 1 ]] 2022-03-29 20:31:28,623: DEBUG - + ynh_install_app_dependencies ffmpeg postgresql 2022-03-29 20:31:28,623: DEBUG - + local 'dependencies=ffmpeg postgresql' 2022-03-29 20:31:28,623: DEBUG - ++ echo 'ffmpeg postgresql' 2022-03-29 20:31:28,624: DEBUG - ++ sed 's/\([^\<=\>]\)\ \([^(]\)/\1, \2/g' 2022-03-29 20:31:28,627: DEBUG - + dependencies='ffmpeg, postgresql' 2022-03-29 20:31:28,628: DEBUG - + local 'dependencies=ffmpeg, postgresql' 2022-03-29 20:31:28,628: DEBUG - + local manifest_path=/var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/manifest.json 2022-03-29 20:31:28,629: DEBUG - ++ jq -r .version /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/manifest.json 2022-03-29 20:31:28,638: DEBUG - + local version=12.108.1~ynh2 2022-03-29 20:31:28,639: DEBUG - + '[' -z 12.108.1~ynh2 ']' 2022-03-29 20:31:28,639: DEBUG - + '[' 12.108.1~ynh2 == null ']' 2022-03-29 20:31:28,640: DEBUG - + local dep_app=misskey 2022-03-29 20:31:28,640: DEBUG - + [[ ffmpeg, postgresql =~ [<=>] ]] 2022-03-29 20:31:28,642: DEBUG - ++ echo ffmpeg, postgresql 2022-03-29 20:31:28,643: DEBUG - ++ grep -oP '(?<=php)[0-9.]+(?=-|\>)' 2022-03-29 20:31:28,644: DEBUG - ++ sort -u 2022-03-29 20:31:28,649: DEBUG - + local specific_php_version= 2022-03-29 20:31:28,649: DEBUG - + [[ '' != \7\.\3 ]] 2022-03-29 20:31:28,650: DEBUG - + [[ true == \t\r\u\e ]] 2022-03-29 20:31:28,650: DEBUG - + YNH_INSTALL_APP_DEPENDENCIES_REPLACE=false 2022-03-29 20:31:28,651: DEBUG - + grep --quiet php 2022-03-29 20:31:28,654: DEBUG - + cat 2022-03-29 20:31:28,659: DEBUG - + ynh_package_install_from_equivs /tmp/misskey-ynh-deps.control 2022-03-29 20:31:28,660: DEBUG - + local controlfile=/tmp/misskey-ynh-deps.control 2022-03-29 20:31:28,662: DEBUG - ++ grep '^Package: ' /tmp/misskey-ynh-deps.control 2022-03-29 20:31:28,663: DEBUG - ++ cut '--delimiter= ' --fields=2 2022-03-29 20:31:28,669: DEBUG - + local pkgname=misskey-ynh-deps 2022-03-29 20:31:28,672: DEBUG - ++ grep '^Version: ' /tmp/misskey-ynh-deps.control 2022-03-29 20:31:28,672: DEBUG - ++ cut '--delimiter= ' --fields=2 2022-03-29 20:31:28,677: DEBUG - + local pkgversion=12.108.1~ynh2 2022-03-29 20:31:28,678: DEBUG - + [[ -z misskey-ynh-deps ]] 2022-03-29 20:31:28,679: DEBUG - + [[ -z 12.108.1~ynh2 ]] 2022-03-29 20:31:28,679: DEBUG - + ynh_package_update 2022-03-29 20:31:28,680: DEBUG - + ynh_apt update 2022-03-29 20:31:28,680: DEBUG - + ynh_wait_dpkg_free 2022-03-29 20:31:28,998: DEBUG - + return 0 2022-03-29 20:31:28,999: DEBUG - + LC_ALL=C 2022-03-29 20:31:28,999: DEBUG - + DEBIAN_FRONTEND=noninteractive 2022-03-29 20:31:29,000: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update 2022-03-29 20:31:29,766: DEBUG - Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB] 2022-03-29 20:31:29,824: DEBUG - Hit:2 http://archive.raspberrypi.org/debian buster InRelease 2022-03-29 20:31:29,828: DEBUG - Hit:3 http://forge.yunohost.org/debian buster InRelease 2022-03-29 20:31:30,760: DEBUG - Get:4 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB] 2022-03-29 20:31:37,363: DEBUG - Fetched 13.0 MB in 8s (1595 kB/s) 2022-03-29 20:31:40,338: DEBUG - Reading package lists... 2022-03-29 20:31:40,449: DEBUG - ++ mktemp --directory 2022-03-29 20:31:41,595: DEBUG - + local TMPDIR=/tmp/tmp.G6YglWjYbW 2022-03-29 20:31:41,596: DEBUG - + echo 10 2022-03-29 20:31:41,597: DEBUG - + ynh_wait_dpkg_free 2022-03-29 20:31:41,939: DEBUG - + return 0 2022-03-29 20:31:41,939: DEBUG - + cp /tmp/misskey-ynh-deps.control /tmp/tmp.G6YglWjYbW/control 2022-03-29 20:31:41,944: DEBUG - + cd /tmp/tmp.G6YglWjYbW 2022-03-29 20:31:41,945: DEBUG - + LC_ALL=C 2022-03-29 20:31:41,945: DEBUG - + equivs-build ./control 2022-03-29 20:31:44,065: DEBUG - + LC_ALL=C 2022-03-29 20:31:44,065: DEBUG - + dpkg --force-depends --install ./misskey-ynh-deps_12.108.1~ynh2_all.deb 2022-03-29 20:31:44,066: DEBUG - + tee ./dpkg_log 2022-03-29 20:31:44,159: DEBUG - Selecting previously unselected package misskey-ynh-deps. 2022-03-29 20:31:44,283: DEBUG - (Reading database ... 61557 files and directories currently installed.) 2022-03-29 20:31:44,292: DEBUG - Preparing to unpack .../misskey-ynh-deps_12.108.1~ynh2_all.deb ... 2022-03-29 20:31:44,297: DEBUG - Unpacking misskey-ynh-deps (12.108.1~ynh2) ... 2022-03-29 20:31:44,347: DEBUG - dpkg: misskey-ynh-deps: dependency problems, but configuring anyway as you requested: 2022-03-29 20:31:44,348: DEBUG - misskey-ynh-deps depends on ffmpeg; however: 2022-03-29 20:31:44,350: DEBUG - Package ffmpeg is not installed. 2022-03-29 20:31:44,350: DEBUG - misskey-ynh-deps depends on postgresql; however: 2022-03-29 20:31:44,351: DEBUG - Package postgresql is not installed. 2022-03-29 20:31:44,352: DEBUG - 2022-03-29 20:31:44,352: DEBUG - Setting up misskey-ynh-deps (12.108.1~ynh2) ... 2022-03-29 20:31:44,429: DEBUG - + ynh_package_install --fix-broken 2022-03-29 20:31:44,429: DEBUG - + ynh_apt --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install --fix-broken 2022-03-29 20:31:44,430: DEBUG - + ynh_wait_dpkg_free 2022-03-29 20:31:44,728: DEBUG - + return 0 2022-03-29 20:31:44,729: DEBUG - + LC_ALL=C 2022-03-29 20:31:44,729: DEBUG - + DEBIAN_FRONTEND=noninteractive 2022-03-29 20:31:44,730: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install --fix-broken 2022-03-29 20:31:46,482: DEBUG - Reading package lists... 2022-03-29 20:31:47,040: DEBUG - Building dependency tree... 2022-03-29 20:31:47,042: DEBUG - Reading state information... 2022-03-29 20:31:47,511: DEBUG - Correcting dependencies... Done 2022-03-29 20:31:48,207: DEBUG - The following additional packages will be installed: 2022-03-29 20:31:48,208: DEBUG - ffmpeg libaacs0 libaom0 libass9 libasyncns0 libavc1394-0 libavcodec58 2022-03-29 20:31:48,210: DEBUG - libavdevice58 libavfilter7 libavformat58 libavresample4 libavutil56 2022-03-29 20:31:48,212: DEBUG - libbdplus0 libbluray2 libbs2b0 libcaca0 libcdio-cdda2 libcdio-paranoia2 2022-03-29 20:31:48,212: DEBUG - libcdio18 libchromaprint1 libcodec2-0.8.1 libdc1394-22 libdrm-amdgpu1 2022-03-29 20:31:48,214: DEBUG - libdrm-common libdrm-nouveau2 libdrm-radeon1 libdrm2 libflac8 libflite1 2022-03-29 20:31:48,215: DEBUG - libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgl1 2022-03-29 20:31:48,216: DEBUG - libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libgme0 libgsm1 2022-03-29 20:31:48,216: DEBUG - libice6 libiec61883-0 libjack-jackd2-0 liblilv-0-0 libllvm9 libmp3lame0 2022-03-29 20:31:48,217: DEBUG - libmpg123-0 libmysofa0 libnorm1 libogg0 libopenal-data libopenal1 2022-03-29 20:31:48,218: DEBUG - libopenmpt0 libopus0 libpgm-5.2-0 libpostproc55 libpulse0 libraw1394-11 2022-03-29 20:31:48,219: DEBUG - librsvg2-2 librsvg2-common librubberband2 libsdl2-2.0-0 libserd-0-0 2022-03-29 20:31:48,220: DEBUG - libshine3 libsm6 libsndfile1 libsndio7.0 libsord-0-0 libsoxr0 libspeex1 2022-03-29 20:31:48,221: DEBUG - libsratom-0-0 libssh-gcrypt-4 libswresample3 libswscale5 libtheora0 2022-03-29 20:31:48,222: DEBUG - libtwolame0 libva-drm2 libva-x11-2 libva2 libvdpau-va-gl1 libvdpau1 2022-03-29 20:31:48,223: DEBUG - libvidstab1.1 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx5 libwavpack1 2022-03-29 20:31:48,223: DEBUG - libwayland-client0 libwayland-cursor0 libwayland-egl1 libx11-xcb1 2022-03-29 20:31:48,224: DEBUG - libx264-155 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 2022-03-29 20:31:48,225: DEBUG - libxcb-shape0 libxcb-sync1 libxcb-xfixes0 libxcursor1 libxdamage1 libxfixes3 2022-03-29 20:31:48,226: DEBUG - libxi6 libxinerama1 libxkbcommon0 libxrandr2 libxshmfence1 libxss1 libxtst6 2022-03-29 20:31:48,226: DEBUG - libxv1 libxvidcore4 libxxf86vm1 libzmq5 libzvbi-common libzvbi0 2022-03-29 20:31:48,227: DEBUG - mesa-va-drivers mesa-vdpau-drivers postgresql va-driver-all vdpau-driver-all 2022-03-29 20:31:48,228: DEBUG - x11-common 2022-03-29 20:31:48,228: DEBUG - Suggested packages: 2022-03-29 20:31:48,228: DEBUG - ffmpeg-doc libbluray-bdj jackd2 libportaudio2 opus-tools pulseaudio 2022-03-29 20:31:48,229: DEBUG - libraw1394-doc librsvg2-bin serdi sndiod sordi speex postgresql-doc 2022-03-29 20:31:48,348: DEBUG - The following NEW packages will be installed: 2022-03-29 20:31:48,350: DEBUG - ffmpeg libaacs0 libaom0 libass9 libasyncns0 libavc1394-0 libavcodec58 2022-03-29 20:31:48,351: DEBUG - libavdevice58 libavfilter7 libavformat58 libavresample4 libavutil56 2022-03-29 20:31:48,353: DEBUG - libbdplus0 libbluray2 libbs2b0 libcaca0 libcdio-cdda2 libcdio-paranoia2 2022-03-29 20:31:48,354: DEBUG - libcdio18 libchromaprint1 libcodec2-0.8.1 libdc1394-22 libdrm-amdgpu1 2022-03-29 20:31:48,355: DEBUG - libdrm-common libdrm-nouveau2 libdrm-radeon1 libdrm2 libflac8 libflite1 2022-03-29 20:31:48,356: DEBUG - libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgl1 2022-03-29 20:31:48,357: DEBUG - libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libgme0 libgsm1 2022-03-29 20:31:48,358: DEBUG - libice6 libiec61883-0 libjack-jackd2-0 liblilv-0-0 libllvm9 libmp3lame0 2022-03-29 20:31:48,359: DEBUG - libmpg123-0 libmysofa0 libnorm1 libogg0 libopenal-data libopenal1 2022-03-29 20:31:48,360: DEBUG - libopenmpt0 libopus0 libpgm-5.2-0 libpostproc55 libpulse0 libraw1394-11 2022-03-29 20:31:48,361: DEBUG - librsvg2-2 librsvg2-common librubberband2 libsdl2-2.0-0 libserd-0-0 2022-03-29 20:31:48,362: DEBUG - libshine3 libsm6 libsndfile1 libsndio7.0 libsord-0-0 libsoxr0 libspeex1 2022-03-29 20:31:48,363: DEBUG - libsratom-0-0 libssh-gcrypt-4 libswresample3 libswscale5 libtheora0 2022-03-29 20:31:48,364: DEBUG - libtwolame0 libva-drm2 libva-x11-2 libva2 libvdpau-va-gl1 libvdpau1 2022-03-29 20:31:48,365: DEBUG - libvidstab1.1 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx5 libwavpack1 2022-03-29 20:31:48,366: DEBUG - libwayland-client0 libwayland-cursor0 libwayland-egl1 libx11-xcb1 2022-03-29 20:31:48,367: DEBUG - libx264-155 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 2022-03-29 20:31:48,368: DEBUG - libxcb-shape0 libxcb-sync1 libxcb-xfixes0 libxcursor1 libxdamage1 libxfixes3 2022-03-29 20:31:48,369: DEBUG - libxi6 libxinerama1 libxkbcommon0 libxrandr2 libxshmfence1 libxss1 libxtst6 2022-03-29 20:31:48,370: DEBUG - libxv1 libxvidcore4 libxxf86vm1 libzmq5 libzvbi-common libzvbi0 2022-03-29 20:31:48,371: DEBUG - mesa-va-drivers mesa-vdpau-drivers postgresql va-driver-all vdpau-driver-all 2022-03-29 20:31:48,372: DEBUG - x11-common 2022-03-29 20:31:48,917: DEBUG - 0 upgraded, 121 newly installed, 0 to remove and 45 not upgraded. 2022-03-29 20:31:48,918: DEBUG - Need to get 42.0 MB/62.2 MB of archives. 2022-03-29 20:31:48,918: DEBUG - After this operation, 697 MB of additional disk space will be used. 2022-03-29 20:31:48,918: DEBUG - Get:1 http://archive.raspberrypi.org/debian buster/main armhf libavutil56 armhf 7:4.1.8-0+deb10u1+rpt1 [362 kB] 2022-03-29 20:31:49,684: DEBUG - Get:2 http://raspbian.mirror.constant.com/raspbian buster/main armhf libaom0 armhf 1.0.0-3 [752 kB] 2022-03-29 20:31:49,823: DEBUG - Get:4 http://archive.raspberrypi.org/debian buster/main armhf libswresample3 armhf 7:4.1.8-0+deb10u1+rpt1 [124 kB] 2022-03-29 20:31:49,861: DEBUG - Get:5 http://archive.raspberrypi.org/debian buster/main armhf libavcodec58 armhf 7:4.1.8-0+deb10u1+rpt1 [8938 kB] 2022-03-29 20:31:50,046: DEBUG - Get:3 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libva2 armhf 2.4.0-1 [50.2 kB] 2022-03-29 20:31:50,399: DEBUG - Get:7 http://raspbian.mirror.constant.com/raspbian buster/main armhf libva-x11-2 armhf 2.4.0-1 [19.4 kB] 2022-03-29 20:31:50,757: DEBUG - Get:9 http://archive.raspberrypi.org/debian buster/main armhf libavformat58 armhf 7:4.1.8-0+deb10u1+rpt1 [1526 kB] 2022-03-29 20:31:50,832: DEBUG - Get:10 http://archive.raspberrypi.org/debian buster/main armhf libpostproc55 armhf 7:4.1.8-0+deb10u1+rpt1 [101 kB] 2022-03-29 20:31:50,837: DEBUG - Get:11 http://archive.raspberrypi.org/debian buster/main armhf libswscale5 armhf 7:4.1.8-0+deb10u1+rpt1 [259 kB] 2022-03-29 20:31:50,857: DEBUG - Get:12 http://archive.raspberrypi.org/debian buster/main armhf libavfilter7 armhf 7:4.1.8-0+deb10u1+rpt1 [1456 kB] 2022-03-29 20:31:50,891: DEBUG - Get:8 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libvdpau1 armhf 1.1.1-10 [39.5 kB] 2022-03-29 20:31:50,914: DEBUG - Get:6 http://mirror.umd.edu/raspbian/raspbian buster/main armhf libva-drm2 armhf 2.4.0-1 [16.0 kB] 2022-03-29 20:31:50,941: DEBUG - Get:13 http://archive.raspberrypi.org/debian buster/main armhf libpulse0 armhf 12.2-4+deb10u1+rpi3 [246 kB] 2022-03-29 20:31:50,949: DEBUG - Get:14 http://archive.raspberrypi.org/debian buster/main armhf libsdl2-2.0-0 armhf 2.0.9+dfsg1-1+rpt1 [334 kB] 2022-03-29 20:31:50,975: DEBUG - Get:15 http://archive.raspberrypi.org/debian buster/main armhf libavdevice58 armhf 7:4.1.8-0+deb10u1+rpt1 [157 kB] 2022-03-29 20:31:50,991: DEBUG - Get:16 http://archive.raspberrypi.org/debian buster/main armhf libavresample4 armhf 7:4.1.8-0+deb10u1+rpt1 [110 kB] 2022-03-29 20:31:50,999: DEBUG - Get:17 http://archive.raspberrypi.org/debian buster/main armhf ffmpeg armhf 7:4.1.8-0+deb10u1+rpt1 [1437 kB] 2022-03-29 20:31:51,090: DEBUG - Get:18 http://archive.raspberrypi.org/debian buster/main armhf mesa-va-drivers armhf 19.3.2-1~bpo10+1~rpt4 [1980 kB] 2022-03-29 20:31:51,224: DEBUG - Get:20 http://archive.raspberrypi.org/debian buster/main armhf mesa-vdpau-drivers armhf 19.3.2-1~bpo10+1~rpt4 [2094 kB] 2022-03-29 20:31:51,275: DEBUG - Get:19 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libcodec2-0.8.1 armhf 0.8.1-2 [214 kB] 2022-03-29 20:31:52,089: DEBUG - Get:22 http://raspbian.mirror.constant.com/raspbian buster/main armhf libmp3lame0 armhf 3.100-2+b1 [349 kB] 2022-03-29 20:31:52,219: DEBUG - Get:21 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libgsm1 armhf 1.0.18-2 [26.7 kB] 2022-03-29 20:31:52,559: DEBUG - Get:23 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libopus0 armhf 1.3-1 [169 kB] 2022-03-29 20:31:52,938: DEBUG - Get:24 http://mirror.umd.edu/raspbian/raspbian buster/main armhf libgdk-pixbuf2.0-common all 2.38.1+dfsg-1 [316 kB] 2022-03-29 20:31:53,390: DEBUG - Get:25 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libgdk-pixbuf2.0-0 armhf 2.38.1+dfsg-1 [157 kB] 2022-03-29 20:31:53,798: DEBUG - Get:26 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf librsvg2-2 armhf 2.44.10-2.1+rpi1 [967 kB] 2022-03-29 20:31:54,664: DEBUG - Get:28 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libspeex1 armhf 1.2~rc1.2-1+b2 [51.8 kB] 2022-03-29 20:31:55,082: DEBUG - Get:27 http://mirror.us.leaseweb.net/raspbian/raspbian buster/main armhf libshine3 armhf 3.1.1-2+b1 [22.0 kB] 2022-03-29 20:31:55,111: DEBUG - Get:29 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libsoxr0 armhf 0.1.2-3 [49.4 kB] 2022-03-29 20:31:55,575: DEBUG - Get:30 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libogg0 armhf 1.3.2-1+b2 [16.2 kB] 2022-03-29 20:31:55,966: DEBUG - Get:31 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libtheora0 armhf 1.1.1+dfsg.1-15 [148 kB] 2022-03-29 20:31:56,781: DEBUG - Get:33 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libvorbis0a armhf 1.3.6-2 [82.4 kB] 2022-03-29 20:31:57,193: DEBUG - Get:34 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libvorbisenc2 armhf 1.3.6-2 [74.0 kB] 2022-03-29 20:31:57,363: DEBUG - Get:32 http://mirrors.syringanetworks.net/raspbian/raspbian buster/main armhf libtwolame0 armhf 0.3.13-4 [44.9 kB] 2022-03-29 20:31:57,610: DEBUG - Get:35 http://mirrors.syringanetworks.net/raspbian/raspbian buster/main armhf libvpx5 armhf 1.7.0-3+deb10u1 [449 kB] 2022-03-29 20:31:58,047: DEBUG - Get:36 http://mirror.us.leaseweb.net/raspbian/raspbian buster/main armhf libwavpack1 armhf 5.1.0-6+deb10u1 [74.1 kB] 2022-03-29 20:31:58,922: DEBUG - Get:38 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libxvidcore4 armhf 2:1.3.5-1 [197 kB] 2022-03-29 20:31:59,337: DEBUG - Get:39 http://raspbian.mirror.constant.com/raspbian buster/main armhf libzvbi-common all 0.2.35-16 [64.3 kB] 2022-03-29 20:31:59,581: DEBUG - Get:37 http://mirror.web-ster.com/raspbian/raspbian buster/main armhf libx264-155 armhf 2:0.155.2917+git0a84d98-2+rpi1 [713 kB] 2022-03-29 20:31:59,753: DEBUG - Get:40 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libzvbi0 armhf 0.2.35-16 [237 kB] 2022-03-29 20:32:00,160: DEBUG - Get:41 http://raspbian.mirror.constant.com/raspbian buster/main armhf libraw1394-11 armhf 2.1.2-1+b1 [43.3 kB] 2022-03-29 20:32:00,650: DEBUG - Get:42 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libavc1394-0 armhf 0.5.4-5 [18.1 kB] 2022-03-29 20:32:01,123: DEBUG - Get:43 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libass9 armhf 1:0.14.0-2 [79.4 kB] 2022-03-29 20:32:01,464: DEBUG - Get:44 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libbluray2 armhf 1:1.1.0-1 [128 kB] 2022-03-29 20:32:01,878: DEBUG - Get:45 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libchromaprint1 armhf 1.4.3-3 [36.1 kB] 2022-03-29 20:32:02,334: DEBUG - Get:46 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libgme0 armhf 0.6.2-1 [108 kB] 2022-03-29 20:32:02,723: DEBUG - Get:47 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libmpg123-0 armhf 1.25.10-2 [122 kB] 2022-03-29 20:32:03,130: DEBUG - Get:48 http://mirrors.syringanetworks.net/raspbian/raspbian buster/main armhf libvorbisfile3 armhf 1.3.6-2 [24.6 kB] 2022-03-29 20:32:03,638: DEBUG - Get:49 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libopenmpt0 armhf 0.4.3-1+deb10u1 [535 kB] 2022-03-29 20:32:04,033: DEBUG - Get:50 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libssh-gcrypt-4 armhf 0.8.7-1+deb10u1 [171 kB] 2022-03-29 20:32:04,423: DEBUG - Get:51 http://raspbian.mirror.constant.com/raspbian buster/main armhf libbs2b0 armhf 3.1.0+dfsg-2.2 [11.0 kB] 2022-03-29 20:32:04,897: DEBUG - Get:52 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libflite1 armhf 2.1-release-3 [12.4 MB] 2022-03-29 20:32:05,708: DEBUG - Get:54 http://raspbian.mirror.constant.com/raspbian buster/main armhf libsord-0-0 armhf 0.16.0~dfsg0-1+b1 [19.3 kB] 2022-03-29 20:32:06,217: DEBUG - Get:55 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libsratom-0-0 armhf 0.6.0~dfsg0-1 [14.9 kB] 2022-03-29 20:32:06,276: DEBUG - Get:53 http://mirrors.gigenet.com/raspbian/raspbian buster/main armhf libserd-0-0 armhf 0.28.0~dfsg0-1 [36.2 kB] 2022-03-29 20:32:06,541: DEBUG - Get:56 http://raspbian.mirror.constant.com/raspbian buster/main armhf liblilv-0-0 armhf 0.24.2~dfsg0-2 [36.8 kB] 2022-03-29 20:32:07,001: DEBUG - Get:57 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libmysofa0 armhf 0.6~dfsg0-3+deb10u1 [34.2 kB] 2022-03-29 20:32:07,392: DEBUG - Get:58 http://mirrors.syringanetworks.net/raspbian/raspbian buster/main armhf librubberband2 armhf 1.8.1-7 [73.9 kB] 2022-03-29 20:32:07,850: DEBUG - Get:59 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libvidstab1.1 armhf 1.1.0-2 [30.3 kB] 2022-03-29 20:32:08,245: DEBUG - Get:60 http://raspbian.mirror.constant.com/raspbian buster/main armhf libnorm1 armhf 1.5.8+dfsg2-1 [239 kB] 2022-03-29 20:32:08,685: DEBUG - Get:61 http://raspbian.mirror.constant.com/raspbian buster/main armhf libpgm-5.2-0 armhf 5.2.122~dfsg-3 [153 kB] 2022-03-29 20:32:09,117: DEBUG - Get:62 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libzmq5 armhf 4.3.1-4+deb10u2 [202 kB] 2022-03-29 20:32:09,589: DEBUG - Get:63 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libcaca0 armhf 0.99.beta19-2.1 [334 kB] 2022-03-29 20:32:09,980: DEBUG - Get:64 http://raspbian.mirror.constant.com/raspbian buster/main armhf libcdio18 armhf 2.0.0-2 [191 kB] 2022-03-29 20:32:10,398: DEBUG - Get:65 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libcdio-cdda2 armhf 10.2+0.94+2-4 [23.9 kB] 2022-03-29 20:32:10,808: DEBUG - Get:66 http://raspbian.mirror.constant.com/raspbian buster/main armhf libcdio-paranoia2 armhf 10.2+0.94+2-4 [25.5 kB] 2022-03-29 20:32:11,243: DEBUG - Get:67 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libdc1394-22 armhf 2.2.5-1 [97.6 kB] 2022-03-29 20:32:11,662: DEBUG - Get:68 http://mirrors.syringanetworks.net/raspbian/raspbian buster/main armhf libiec61883-0 armhf 1.2.0-3 [29.4 kB] 2022-03-29 20:32:12,095: DEBUG - Get:69 http://raspbian.mirror.constant.com/raspbian buster/main armhf libjack-jackd2-0 armhf 1.9.12~dfsg-2 [252 kB] 2022-03-29 20:32:12,549: DEBUG - Get:70 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libopenal-data all 1:1.19.1-1 [170 kB] 2022-03-29 20:32:12,932: DEBUG - Get:71 http://mirrors.gigenet.com/raspbian/raspbian buster/main armhf libsndio7.0 armhf 1.5.0-3 [22.0 kB] 2022-03-29 20:32:13,388: DEBUG - Get:72 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libopenal1 armhf 1:1.19.1-1 [478 kB] 2022-03-29 20:32:13,853: DEBUG - Get:73 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libasyncns0 armhf 0.8-6 [11.8 kB] 2022-03-29 20:32:14,216: DEBUG - Get:74 http://mirrors.syringanetworks.net/raspbian/raspbian buster/main armhf x11-common all 1:7.7+19 [251 kB] 2022-03-29 20:32:14,650: DEBUG - Get:75 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libice6 armhf 2:1.0.9-2 [51.6 kB] 2022-03-29 20:32:15,085: DEBUG - Get:76 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libsm6 armhf 2:1.2.3-1 [32.9 kB] 2022-03-29 20:32:15,479: DEBUG - Get:77 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libflac8 armhf 1.3.2-3+deb10u1 [131 kB] 2022-03-29 20:32:15,908: DEBUG - Get:78 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libsndfile1 armhf 1.0.28-6+deb10u1 [238 kB] 2022-03-29 20:32:16,356: DEBUG - Get:79 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libxtst6 armhf 2:1.2.3-1 [26.3 kB] 2022-03-29 20:32:16,766: DEBUG - Get:80 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libwayland-client0 armhf 1.16.0-1 [21.2 kB] 2022-03-29 20:32:17,195: DEBUG - Get:81 http://mirror.us.leaseweb.net/raspbian/raspbian buster/main armhf libwayland-cursor0 armhf 1.16.0-1 [13.0 kB] 2022-03-29 20:32:17,604: DEBUG - Get:82 http://mirrors.syringanetworks.net/raspbian/raspbian buster/main armhf libwayland-egl1 armhf 1.16.0-1 [8008 B] 2022-03-29 20:32:18,058: DEBUG - Get:83 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libxcursor1 armhf 1:1.1.15-2 [33.5 kB] 2022-03-29 20:32:18,479: DEBUG - Get:84 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libxinerama1 armhf 2:1.1.4-2 [17.3 kB] 2022-03-29 20:32:18,904: DEBUG - Get:85 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libxkbcommon0 armhf 0.8.2-1 [110 kB] 2022-03-29 20:32:19,476: DEBUG - Get:86 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libxrandr2 armhf 2:1.5.1-1 [34.5 kB] 2022-03-29 20:32:19,868: DEBUG - Get:87 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libxss1 armhf 1:1.2.3-1 [17.3 kB] 2022-03-29 20:32:20,331: DEBUG - Get:88 http://mirror.us.leaseweb.net/raspbian/raspbian buster/main armhf libxcb-shape0 armhf 1.13.1-2 [99.5 kB] 2022-03-29 20:32:20,755: DEBUG - Get:89 http://mirror.us.leaseweb.net/raspbian/raspbian buster/main armhf libxcb-xfixes0 armhf 1.13.1-2 [103 kB] 2022-03-29 20:32:21,157: DEBUG - Get:90 http://mirrors.syringanetworks.net/raspbian/raspbian buster/main armhf libxv1 armhf 2:1.0.11-1 [23.2 kB] 2022-03-29 20:32:21,614: DEBUG - Get:91 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libaacs0 armhf 0.9.0-2 [46.2 kB] 2022-03-29 20:32:22,000: DEBUG - Get:92 http://mirrors.gigenet.com/raspbian/raspbian buster/main armhf libbdplus0 armhf 0.1.2-3 [42.5 kB] 2022-03-29 20:32:22,439: DEBUG - Get:93 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libgdk-pixbuf2.0-bin armhf 2.38.1+dfsg-1 [23.0 kB] 2022-03-29 20:32:22,845: DEBUG - Get:94 http://mirrors.syringanetworks.net/raspbian/raspbian buster/main armhf librsvg2-common armhf 2.44.10-2.1+rpi1 [23.1 kB] 2022-03-29 20:32:23,304: DEBUG - Get:95 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libvdpau-va-gl1 armhf 0.4.2-1+b1 [59.4 kB] 2022-03-29 20:32:23,855: DEBUG - Get:96 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf va-driver-all armhf 2.4.0-1 [13.0 kB] 2022-03-29 20:32:24,129: DEBUG - Get:97 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf vdpau-driver-all armhf 1.1.1-10 [20.8 kB] 2022-03-29 20:32:26,098: DEBUG - Fetched 42.0 MB in 36s (1178 kB/s) 2022-03-29 20:32:26,184: DEBUG - Selecting previously unselected package libaom0:armhf. 2022-03-29 20:32:26,304: DEBUG - (Reading database ... 61561 files and directories currently installed.) 2022-03-29 20:32:26,311: DEBUG - Preparing to unpack .../000-libaom0_1.0.0-3_armhf.deb ... 2022-03-29 20:32:26,320: DEBUG - Unpacking libaom0:armhf (1.0.0-3) ... 2022-03-29 20:32:26,623: DEBUG - Selecting previously unselected package libdrm-common. 2022-03-29 20:32:26,640: DEBUG - Preparing to unpack .../001-libdrm-common_2.4.100-4+rpi1~bpo10+1_all.deb ... 2022-03-29 20:32:26,645: DEBUG - Unpacking libdrm-common (2.4.100-4+rpi1~bpo10+1) ... 2022-03-29 20:32:26,734: DEBUG - Selecting previously unselected package libdrm2:armhf. 2022-03-29 20:32:26,746: DEBUG - Preparing to unpack .../002-libdrm2_2.4.100-4+rpi1~bpo10+1_armhf.deb ... 2022-03-29 20:32:26,751: DEBUG - Unpacking libdrm2:armhf (2.4.100-4+rpi1~bpo10+1) ... 2022-03-29 20:32:26,825: DEBUG - Selecting previously unselected package libva2:armhf. 2022-03-29 20:32:26,838: DEBUG - Preparing to unpack .../003-libva2_2.4.0-1_armhf.deb ... 2022-03-29 20:32:26,843: DEBUG - Unpacking libva2:armhf (2.4.0-1) ... 2022-03-29 20:32:26,925: DEBUG - Selecting previously unselected package libva-drm2:armhf. 2022-03-29 20:32:26,935: DEBUG - Preparing to unpack .../004-libva-drm2_2.4.0-1_armhf.deb ... 2022-03-29 20:32:26,939: DEBUG - Unpacking libva-drm2:armhf (2.4.0-1) ... 2022-03-29 20:32:27,013: DEBUG - Selecting previously unselected package libxfixes3:armhf. 2022-03-29 20:32:27,022: DEBUG - Preparing to unpack .../005-libxfixes3_1%3a5.0.3-1_armhf.deb ... 2022-03-29 20:32:27,027: DEBUG - Unpacking libxfixes3:armhf (1:5.0.3-1) ... 2022-03-29 20:32:27,105: DEBUG - Selecting previously unselected package libva-x11-2:armhf. 2022-03-29 20:32:27,111: DEBUG - Preparing to unpack .../006-libva-x11-2_2.4.0-1_armhf.deb ... 2022-03-29 20:32:27,116: DEBUG - Unpacking libva-x11-2:armhf (2.4.0-1) ... 2022-03-29 20:32:27,195: DEBUG - Selecting previously unselected package libvdpau1:armhf. 2022-03-29 20:32:27,201: DEBUG - Preparing to unpack .../007-libvdpau1_1.1.1-10_armhf.deb ... 2022-03-29 20:32:27,206: DEBUG - Unpacking libvdpau1:armhf (1.1.1-10) ... 2022-03-29 20:32:27,285: DEBUG - Selecting previously unselected package libavutil56:armhf. 2022-03-29 20:32:27,296: DEBUG - Preparing to unpack .../008-libavutil56_7%3a4.1.8-0+deb10u1+rpt1_armhf.deb ... 2022-03-29 20:32:27,301: DEBUG - Unpacking libavutil56:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:27,447: DEBUG - Selecting previously unselected package libcodec2-0.8.1:armhf. 2022-03-29 20:32:27,466: DEBUG - Preparing to unpack .../009-libcodec2-0.8.1_0.8.1-2_armhf.deb ... 2022-03-29 20:32:27,472: DEBUG - Unpacking libcodec2-0.8.1:armhf (0.8.1-2) ... 2022-03-29 20:32:27,615: DEBUG - Selecting previously unselected package libgsm1:armhf. 2022-03-29 20:32:27,620: DEBUG - Preparing to unpack .../010-libgsm1_1.0.18-2_armhf.deb ... 2022-03-29 20:32:27,625: DEBUG - Unpacking libgsm1:armhf (1.0.18-2) ... 2022-03-29 20:32:27,705: DEBUG - Selecting previously unselected package libmp3lame0:armhf. 2022-03-29 20:32:27,712: DEBUG - Preparing to unpack .../011-libmp3lame0_3.100-2+b1_armhf.deb ... 2022-03-29 20:32:27,717: DEBUG - Unpacking libmp3lame0:armhf (3.100-2+b1) ... 2022-03-29 20:32:27,825: DEBUG - Selecting previously unselected package libopus0:armhf. 2022-03-29 20:32:27,838: DEBUG - Preparing to unpack .../012-libopus0_1.3-1_armhf.deb ... 2022-03-29 20:32:27,842: DEBUG - Unpacking libopus0:armhf (1.3-1) ... 2022-03-29 20:32:27,945: DEBUG - Selecting previously unselected package libgdk-pixbuf2.0-common. 2022-03-29 20:32:27,957: DEBUG - Preparing to unpack .../013-libgdk-pixbuf2.0-common_2.38.1+dfsg-1_all.deb ... 2022-03-29 20:32:27,962: DEBUG - Unpacking libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ... 2022-03-29 20:32:28,385: DEBUG - Selecting previously unselected package libgdk-pixbuf2.0-0:armhf. 2022-03-29 20:32:28,397: DEBUG - Preparing to unpack .../014-libgdk-pixbuf2.0-0_2.38.1+dfsg-1_armhf.deb ... 2022-03-29 20:32:28,403: DEBUG - Unpacking libgdk-pixbuf2.0-0:armhf (2.38.1+dfsg-1) ... 2022-03-29 20:32:28,534: DEBUG - Selecting previously unselected package librsvg2-2:armhf. 2022-03-29 20:32:28,541: DEBUG - Preparing to unpack .../015-librsvg2-2_2.44.10-2.1+rpi1_armhf.deb ... 2022-03-29 20:32:28,546: DEBUG - Unpacking librsvg2-2:armhf (2.44.10-2.1+rpi1) ... 2022-03-29 20:32:28,965: DEBUG - Selecting previously unselected package libshine3:armhf. 2022-03-29 20:32:28,972: DEBUG - Preparing to unpack .../016-libshine3_3.1.1-2+b1_armhf.deb ... 2022-03-29 20:32:28,977: DEBUG - Unpacking libshine3:armhf (3.1.1-2+b1) ... 2022-03-29 20:32:29,055: DEBUG - Selecting previously unselected package libspeex1:armhf. 2022-03-29 20:32:29,062: DEBUG - Preparing to unpack .../017-libspeex1_1.2~rc1.2-1+b2_armhf.deb ... 2022-03-29 20:32:29,066: DEBUG - Unpacking libspeex1:armhf (1.2~rc1.2-1+b2) ... 2022-03-29 20:32:29,145: DEBUG - Selecting previously unselected package libsoxr0:armhf. 2022-03-29 20:32:29,162: DEBUG - Preparing to unpack .../018-libsoxr0_0.1.2-3_armhf.deb ... 2022-03-29 20:32:29,167: DEBUG - Unpacking libsoxr0:armhf (0.1.2-3) ... 2022-03-29 20:32:29,265: DEBUG - Selecting previously unselected package libswresample3:armhf. 2022-03-29 20:32:29,277: DEBUG - Preparing to unpack .../019-libswresample3_7%3a4.1.8-0+deb10u1+rpt1_armhf.deb ... 2022-03-29 20:32:29,281: DEBUG - Unpacking libswresample3:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:29,375: DEBUG - Selecting previously unselected package libogg0:armhf. 2022-03-29 20:32:29,385: DEBUG - Preparing to unpack .../020-libogg0_1.3.2-1+b2_armhf.deb ... 2022-03-29 20:32:29,390: DEBUG - Unpacking libogg0:armhf (1.3.2-1+b2) ... 2022-03-29 20:32:29,465: DEBUG - Selecting previously unselected package libtheora0:armhf. 2022-03-29 20:32:29,475: DEBUG - Preparing to unpack .../021-libtheora0_1.1.1+dfsg.1-15_armhf.deb ... 2022-03-29 20:32:29,480: DEBUG - Unpacking libtheora0:armhf (1.1.1+dfsg.1-15) ... 2022-03-29 20:32:29,595: DEBUG - Selecting previously unselected package libtwolame0:armhf. 2022-03-29 20:32:29,606: DEBUG - Preparing to unpack .../022-libtwolame0_0.3.13-4_armhf.deb ... 2022-03-29 20:32:29,611: DEBUG - Unpacking libtwolame0:armhf (0.3.13-4) ... 2022-03-29 20:32:29,691: DEBUG - Selecting previously unselected package libvorbis0a:armhf. 2022-03-29 20:32:29,702: DEBUG - Preparing to unpack .../023-libvorbis0a_1.3.6-2_armhf.deb ... 2022-03-29 20:32:29,706: DEBUG - Unpacking libvorbis0a:armhf (1.3.6-2) ... 2022-03-29 20:32:29,795: DEBUG - Selecting previously unselected package libvorbisenc2:armhf. 2022-03-29 20:32:29,808: DEBUG - Preparing to unpack .../024-libvorbisenc2_1.3.6-2_armhf.deb ... 2022-03-29 20:32:29,813: DEBUG - Unpacking libvorbisenc2:armhf (1.3.6-2) ... 2022-03-29 20:32:29,925: DEBUG - Selecting previously unselected package libvpx5:armhf. 2022-03-29 20:32:29,929: DEBUG - Preparing to unpack .../025-libvpx5_1.7.0-3+deb10u1_armhf.deb ... 2022-03-29 20:32:29,934: DEBUG - Unpacking libvpx5:armhf (1.7.0-3+deb10u1) ... 2022-03-29 20:32:30,155: DEBUG - Selecting previously unselected package libwavpack1:armhf. 2022-03-29 20:32:30,162: DEBUG - Preparing to unpack .../026-libwavpack1_5.1.0-6+deb10u1_armhf.deb ... 2022-03-29 20:32:30,167: DEBUG - Unpacking libwavpack1:armhf (5.1.0-6+deb10u1) ... 2022-03-29 20:32:30,248: DEBUG - Selecting previously unselected package libx264-155:armhf. 2022-03-29 20:32:30,260: DEBUG - Preparing to unpack .../027-libx264-155_2%3a0.155.2917+git0a84d98-2+rpi1_armhf.deb ... 2022-03-29 20:32:30,265: DEBUG - Unpacking libx264-155:armhf (2:0.155.2917+git0a84d98-2+rpi1) ... 2022-03-29 20:32:30,525: DEBUG - Selecting previously unselected package libxvidcore4:armhf. 2022-03-29 20:32:30,537: DEBUG - Preparing to unpack .../028-libxvidcore4_2%3a1.3.5-1_armhf.deb ... 2022-03-29 20:32:30,542: DEBUG - Unpacking libxvidcore4:armhf (2:1.3.5-1) ... 2022-03-29 20:32:30,655: DEBUG - Selecting previously unselected package libzvbi-common. 2022-03-29 20:32:30,663: DEBUG - Preparing to unpack .../029-libzvbi-common_0.2.35-16_all.deb ... 2022-03-29 20:32:30,667: DEBUG - Unpacking libzvbi-common (0.2.35-16) ... 2022-03-29 20:32:30,765: DEBUG - Selecting previously unselected package libzvbi0:armhf. 2022-03-29 20:32:30,779: DEBUG - Preparing to unpack .../030-libzvbi0_0.2.35-16_armhf.deb ... 2022-03-29 20:32:30,785: DEBUG - Unpacking libzvbi0:armhf (0.2.35-16) ... 2022-03-29 20:32:30,935: DEBUG - Selecting previously unselected package libavcodec58:armhf. 2022-03-29 20:32:30,943: DEBUG - Preparing to unpack .../031-libavcodec58_7%3a4.1.8-0+deb10u1+rpt1_armhf.deb ... 2022-03-29 20:32:30,947: DEBUG - Unpacking libavcodec58:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:33,135: DEBUG - Selecting previously unselected package libraw1394-11:armhf. 2022-03-29 20:32:33,144: DEBUG - Preparing to unpack .../032-libraw1394-11_2.1.2-1+b1_armhf.deb ... 2022-03-29 20:32:33,149: DEBUG - Unpacking libraw1394-11:armhf (2.1.2-1+b1) ... 2022-03-29 20:32:33,234: DEBUG - Selecting previously unselected package libavc1394-0:armhf. 2022-03-29 20:32:33,239: DEBUG - Preparing to unpack .../033-libavc1394-0_0.5.4-5_armhf.deb ... 2022-03-29 20:32:33,244: DEBUG - Unpacking libavc1394-0:armhf (0.5.4-5) ... 2022-03-29 20:32:33,325: DEBUG - Selecting previously unselected package libass9:armhf. 2022-03-29 20:32:33,329: DEBUG - Preparing to unpack .../034-libass9_1%3a0.14.0-2_armhf.deb ... 2022-03-29 20:32:33,334: DEBUG - Unpacking libass9:armhf (1:0.14.0-2) ... 2022-03-29 20:32:33,424: DEBUG - Selecting previously unselected package libbluray2:armhf. 2022-03-29 20:32:33,432: DEBUG - Preparing to unpack .../035-libbluray2_1%3a1.1.0-1_armhf.deb ... 2022-03-29 20:32:33,437: DEBUG - Unpacking libbluray2:armhf (1:1.1.0-1) ... 2022-03-29 20:32:33,545: DEBUG - Selecting previously unselected package libchromaprint1:armhf. 2022-03-29 20:32:33,550: DEBUG - Preparing to unpack .../036-libchromaprint1_1.4.3-3_armhf.deb ... 2022-03-29 20:32:33,555: DEBUG - Unpacking libchromaprint1:armhf (1.4.3-3) ... 2022-03-29 20:32:33,635: DEBUG - Selecting previously unselected package libgme0:armhf. 2022-03-29 20:32:33,642: DEBUG - Preparing to unpack .../037-libgme0_0.6.2-1_armhf.deb ... 2022-03-29 20:32:33,647: DEBUG - Unpacking libgme0:armhf (0.6.2-1) ... 2022-03-29 20:32:33,754: DEBUG - Selecting previously unselected package libmpg123-0:armhf. 2022-03-29 20:32:33,770: DEBUG - Preparing to unpack .../038-libmpg123-0_1.25.10-2_armhf.deb ... 2022-03-29 20:32:33,776: DEBUG - Unpacking libmpg123-0:armhf (1.25.10-2) ... 2022-03-29 20:32:33,901: DEBUG - Selecting previously unselected package libvorbisfile3:armhf. 2022-03-29 20:32:33,915: DEBUG - Preparing to unpack .../039-libvorbisfile3_1.3.6-2_armhf.deb ... 2022-03-29 20:32:33,919: DEBUG - Unpacking libvorbisfile3:armhf (1.3.6-2) ... 2022-03-29 20:32:33,995: DEBUG - Selecting previously unselected package libopenmpt0:armhf. 2022-03-29 20:32:34,005: DEBUG - Preparing to unpack .../040-libopenmpt0_0.4.3-1+deb10u1_armhf.deb ... 2022-03-29 20:32:34,010: DEBUG - Unpacking libopenmpt0:armhf (0.4.3-1+deb10u1) ... 2022-03-29 20:32:34,233: DEBUG - Selecting previously unselected package libssh-gcrypt-4:armhf. 2022-03-29 20:32:34,240: DEBUG - Preparing to unpack .../041-libssh-gcrypt-4_0.8.7-1+deb10u1_armhf.deb ... 2022-03-29 20:32:34,245: DEBUG - Unpacking libssh-gcrypt-4:armhf (0.8.7-1+deb10u1) ... 2022-03-29 20:32:34,372: DEBUG - Selecting previously unselected package libavformat58:armhf. 2022-03-29 20:32:34,379: DEBUG - Preparing to unpack .../042-libavformat58_7%3a4.1.8-0+deb10u1+rpt1_armhf.deb ... 2022-03-29 20:32:34,395: DEBUG - Unpacking libavformat58:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:34,875: DEBUG - Selecting previously unselected package libbs2b0:armhf. 2022-03-29 20:32:34,885: DEBUG - Preparing to unpack .../043-libbs2b0_3.1.0+dfsg-2.2_armhf.deb ... 2022-03-29 20:32:34,890: DEBUG - Unpacking libbs2b0:armhf (3.1.0+dfsg-2.2) ... 2022-03-29 20:32:35,022: DEBUG - Selecting previously unselected package libflite1:armhf. 2022-03-29 20:32:35,036: DEBUG - Preparing to unpack .../044-libflite1_2.1-release-3_armhf.deb ... 2022-03-29 20:32:35,042: DEBUG - Unpacking libflite1:armhf (2.1-release-3) ... 2022-03-29 20:32:37,312: DEBUG - Selecting previously unselected package libserd-0-0:armhf. 2022-03-29 20:32:37,321: DEBUG - Preparing to unpack .../045-libserd-0-0_0.28.0~dfsg0-1_armhf.deb ... 2022-03-29 20:32:37,326: DEBUG - Unpacking libserd-0-0:armhf (0.28.0~dfsg0-1) ... 2022-03-29 20:32:37,405: DEBUG - Selecting previously unselected package libsord-0-0:armhf. 2022-03-29 20:32:37,416: DEBUG - Preparing to unpack .../046-libsord-0-0_0.16.0~dfsg0-1+b1_armhf.deb ... 2022-03-29 20:32:37,422: DEBUG - Unpacking libsord-0-0:armhf (0.16.0~dfsg0-1+b1) ... 2022-03-29 20:32:37,505: DEBUG - Selecting previously unselected package libsratom-0-0:armhf. 2022-03-29 20:32:37,512: DEBUG - Preparing to unpack .../047-libsratom-0-0_0.6.0~dfsg0-1_armhf.deb ... 2022-03-29 20:32:37,516: DEBUG - Unpacking libsratom-0-0:armhf (0.6.0~dfsg0-1) ... 2022-03-29 20:32:37,595: DEBUG - Selecting previously unselected package liblilv-0-0:armhf. 2022-03-29 20:32:37,603: DEBUG - Preparing to unpack .../048-liblilv-0-0_0.24.2~dfsg0-2_armhf.deb ... 2022-03-29 20:32:37,609: DEBUG - Unpacking liblilv-0-0:armhf (0.24.2~dfsg0-2) ... 2022-03-29 20:32:37,685: DEBUG - Selecting previously unselected package libmysofa0:armhf. 2022-03-29 20:32:37,699: DEBUG - Preparing to unpack .../049-libmysofa0_0.6~dfsg0-3+deb10u1_armhf.deb ... 2022-03-29 20:32:37,703: DEBUG - Unpacking libmysofa0:armhf (0.6~dfsg0-3+deb10u1) ... 2022-03-29 20:32:37,785: DEBUG - Selecting previously unselected package libpostproc55:armhf. 2022-03-29 20:32:37,793: DEBUG - Preparing to unpack .../050-libpostproc55_7%3a4.1.8-0+deb10u1+rpt1_armhf.deb ... 2022-03-29 20:32:37,799: DEBUG - Unpacking libpostproc55:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:37,895: DEBUG - Selecting previously unselected package librubberband2:armhf. 2022-03-29 20:32:37,906: DEBUG - Preparing to unpack .../051-librubberband2_1.8.1-7_armhf.deb ... 2022-03-29 20:32:37,912: DEBUG - Unpacking librubberband2:armhf (1.8.1-7) ... 2022-03-29 20:32:38,005: DEBUG - Selecting previously unselected package libswscale5:armhf. 2022-03-29 20:32:38,012: DEBUG - Preparing to unpack .../052-libswscale5_7%3a4.1.8-0+deb10u1+rpt1_armhf.deb ... 2022-03-29 20:32:38,018: DEBUG - Unpacking libswscale5:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:38,145: DEBUG - Selecting previously unselected package libvidstab1.1:armhf. 2022-03-29 20:32:38,157: DEBUG - Preparing to unpack .../053-libvidstab1.1_1.1.0-2_armhf.deb ... 2022-03-29 20:32:38,163: DEBUG - Unpacking libvidstab1.1:armhf (1.1.0-2) ... 2022-03-29 20:32:38,239: DEBUG - Selecting previously unselected package libnorm1:armhf. 2022-03-29 20:32:38,255: DEBUG - Preparing to unpack .../054-libnorm1_1.5.8+dfsg2-1_armhf.deb ... 2022-03-29 20:32:38,262: DEBUG - Unpacking libnorm1:armhf (1.5.8+dfsg2-1) ... 2022-03-29 20:32:38,425: DEBUG - Selecting previously unselected package libpgm-5.2-0:armhf. 2022-03-29 20:32:38,434: DEBUG - Preparing to unpack .../055-libpgm-5.2-0_5.2.122~dfsg-3_armhf.deb ... 2022-03-29 20:32:38,440: DEBUG - Unpacking libpgm-5.2-0:armhf (5.2.122~dfsg-3) ... 2022-03-29 20:32:38,555: DEBUG - Selecting previously unselected package libzmq5:armhf. 2022-03-29 20:32:38,561: DEBUG - Preparing to unpack .../056-libzmq5_4.3.1-4+deb10u2_armhf.deb ... 2022-03-29 20:32:38,566: DEBUG - Unpacking libzmq5:armhf (4.3.1-4+deb10u2) ... 2022-03-29 20:32:38,695: DEBUG - Selecting previously unselected package libavfilter7:armhf. 2022-03-29 20:32:38,699: DEBUG - Preparing to unpack .../057-libavfilter7_7%3a4.1.8-0+deb10u1+rpt1_armhf.deb ... 2022-03-29 20:32:38,704: DEBUG - Unpacking libavfilter7:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:39,204: DEBUG - Selecting previously unselected package libcaca0:armhf. 2022-03-29 20:32:39,226: DEBUG - Preparing to unpack .../058-libcaca0_0.99.beta19-2.1_armhf.deb ... 2022-03-29 20:32:39,232: DEBUG - Unpacking libcaca0:armhf (0.99.beta19-2.1) ... 2022-03-29 20:32:39,379: DEBUG - Selecting previously unselected package libcdio18:armhf. 2022-03-29 20:32:39,393: DEBUG - Preparing to unpack .../059-libcdio18_2.0.0-2_armhf.deb ... 2022-03-29 20:32:39,397: DEBUG - Unpacking libcdio18:armhf (2.0.0-2) ... 2022-03-29 20:32:39,488: DEBUG - Selecting previously unselected package libcdio-cdda2:armhf. 2022-03-29 20:32:39,501: DEBUG - Preparing to unpack .../060-libcdio-cdda2_10.2+0.94+2-4_armhf.deb ... 2022-03-29 20:32:39,506: DEBUG - Unpacking libcdio-cdda2:armhf (10.2+0.94+2-4) ... 2022-03-29 20:32:39,580: DEBUG - Selecting previously unselected package libcdio-paranoia2:armhf. 2022-03-29 20:32:39,594: DEBUG - Preparing to unpack .../061-libcdio-paranoia2_10.2+0.94+2-4_armhf.deb ... 2022-03-29 20:32:39,600: DEBUG - Unpacking libcdio-paranoia2:armhf (10.2+0.94+2-4) ... 2022-03-29 20:32:39,669: DEBUG - Selecting previously unselected package libdc1394-22:armhf. 2022-03-29 20:32:39,683: DEBUG - Preparing to unpack .../062-libdc1394-22_2.2.5-1_armhf.deb ... 2022-03-29 20:32:39,687: DEBUG - Unpacking libdc1394-22:armhf (2.2.5-1) ... 2022-03-29 20:32:39,785: DEBUG - Selecting previously unselected package libglvnd0:armhf. 2022-03-29 20:32:39,791: DEBUG - Preparing to unpack .../063-libglvnd0_1.3.0-7~bpo10+1_armhf.deb ... 2022-03-29 20:32:39,795: DEBUG - Unpacking libglvnd0:armhf (1.3.0-7~bpo10+1) ... 2022-03-29 20:32:39,893: DEBUG - Selecting previously unselected package libglapi-mesa:armhf. 2022-03-29 20:32:39,907: DEBUG - Preparing to unpack .../064-libglapi-mesa_19.3.2-1~bpo10+1~rpt4_armhf.deb ... 2022-03-29 20:32:39,912: DEBUG - Unpacking libglapi-mesa:armhf (19.3.2-1~bpo10+1~rpt4) ... 2022-03-29 20:32:40,014: DEBUG - Selecting previously unselected package libx11-xcb1:armhf. 2022-03-29 20:32:40,034: DEBUG - Preparing to unpack .../065-libx11-xcb1_2%3a1.6.7-1+deb10u2_armhf.deb ... 2022-03-29 20:32:40,041: DEBUG - Unpacking libx11-xcb1:armhf (2:1.6.7-1+deb10u2) ... 2022-03-29 20:32:40,131: DEBUG - Selecting previously unselected package libxcb-dri2-0:armhf. 2022-03-29 20:32:40,146: DEBUG - Preparing to unpack .../066-libxcb-dri2-0_1.13.1-2_armhf.deb ... 2022-03-29 20:32:40,151: DEBUG - Unpacking libxcb-dri2-0:armhf (1.13.1-2) ... 2022-03-29 20:32:40,237: DEBUG - Selecting previously unselected package libxcb-dri3-0:armhf. 2022-03-29 20:32:40,251: DEBUG - Preparing to unpack .../067-libxcb-dri3-0_1.13.1-2_armhf.deb ... 2022-03-29 20:32:40,257: DEBUG - Unpacking libxcb-dri3-0:armhf (1.13.1-2) ... 2022-03-29 20:32:40,342: DEBUG - Selecting previously unselected package libxcb-glx0:armhf. 2022-03-29 20:32:40,356: DEBUG - Preparing to unpack .../068-libxcb-glx0_1.13.1-2_armhf.deb ... 2022-03-29 20:32:40,360: DEBUG - Unpacking libxcb-glx0:armhf (1.13.1-2) ... 2022-03-29 20:32:40,450: DEBUG - Selecting previously unselected package libxcb-present0:armhf. 2022-03-29 20:32:40,464: DEBUG - Preparing to unpack .../069-libxcb-present0_1.13.1-2_armhf.deb ... 2022-03-29 20:32:40,469: DEBUG - Unpacking libxcb-present0:armhf (1.13.1-2) ... 2022-03-29 20:32:40,553: DEBUG - Selecting previously unselected package libxcb-sync1:armhf. 2022-03-29 20:32:40,568: DEBUG - Preparing to unpack .../070-libxcb-sync1_1.13.1-2_armhf.deb ... 2022-03-29 20:32:40,572: DEBUG - Unpacking libxcb-sync1:armhf (1.13.1-2) ... 2022-03-29 20:32:40,659: DEBUG - Selecting previously unselected package libxdamage1:armhf. 2022-03-29 20:32:40,673: DEBUG - Preparing to unpack .../071-libxdamage1_1%3a1.1.4-3+b3_armhf.deb ... 2022-03-29 20:32:40,678: DEBUG - Unpacking libxdamage1:armhf (1:1.1.4-3+b3) ... 2022-03-29 20:32:40,752: DEBUG - Selecting previously unselected package libxshmfence1:armhf. 2022-03-29 20:32:40,766: DEBUG - Preparing to unpack .../072-libxshmfence1_1.3-1_armhf.deb ... 2022-03-29 20:32:40,771: DEBUG - Unpacking libxshmfence1:armhf (1.3-1) ... 2022-03-29 20:32:40,863: DEBUG - Selecting previously unselected package libxxf86vm1:armhf. 2022-03-29 20:32:40,881: DEBUG - Preparing to unpack .../073-libxxf86vm1_1%3a1.1.4-1+b2_armhf.deb ... 2022-03-29 20:32:40,889: DEBUG - Unpacking libxxf86vm1:armhf (1:1.1.4-1+b2) ... 2022-03-29 20:32:40,979: DEBUG - Selecting previously unselected package libdrm-amdgpu1:armhf. 2022-03-29 20:32:40,993: DEBUG - Preparing to unpack .../074-libdrm-amdgpu1_2.4.100-4+rpi1~bpo10+1_armhf.deb ... 2022-03-29 20:32:40,998: DEBUG - Unpacking libdrm-amdgpu1:armhf (2.4.100-4+rpi1~bpo10+1) ... 2022-03-29 20:32:41,070: DEBUG - Selecting previously unselected package libdrm-nouveau2:armhf. 2022-03-29 20:32:41,084: DEBUG - Preparing to unpack .../075-libdrm-nouveau2_2.4.100-4+rpi1~bpo10+1_armhf.deb ... 2022-03-29 20:32:41,092: DEBUG - Unpacking libdrm-nouveau2:armhf (2.4.100-4+rpi1~bpo10+1) ... 2022-03-29 20:32:41,165: DEBUG - Selecting previously unselected package libdrm-radeon1:armhf. 2022-03-29 20:32:41,179: DEBUG - Preparing to unpack .../076-libdrm-radeon1_2.4.100-4+rpi1~bpo10+1_armhf.deb ... 2022-03-29 20:32:41,184: DEBUG - Unpacking libdrm-radeon1:armhf (2.4.100-4+rpi1~bpo10+1) ... 2022-03-29 20:32:41,257: DEBUG - Selecting previously unselected package libllvm9:armhf. 2022-03-29 20:32:41,271: DEBUG - Preparing to unpack .../077-libllvm9_1%3a9.0.1-6+rpi1~bpo10+1_armhf.deb ... 2022-03-29 20:32:41,275: DEBUG - Unpacking libllvm9:armhf (1:9.0.1-6+rpi1~bpo10+1) ... 2022-03-29 20:32:45,633: DEBUG - Selecting previously unselected package libgl1-mesa-dri:armhf. 2022-03-29 20:32:45,649: DEBUG - Preparing to unpack .../078-libgl1-mesa-dri_19.3.2-1~bpo10+1~rpt4_armhf.deb ... 2022-03-29 20:32:45,670: DEBUG - Unpacking libgl1-mesa-dri:armhf (19.3.2-1~bpo10+1~rpt4) ... 2022-03-29 20:32:47,255: DEBUG - Selecting previously unselected package libglx-mesa0:armhf. 2022-03-29 20:32:47,265: DEBUG - Preparing to unpack .../079-libglx-mesa0_19.3.2-1~bpo10+1~rpt4_armhf.deb ... 2022-03-29 20:32:47,270: DEBUG - Unpacking libglx-mesa0:armhf (19.3.2-1~bpo10+1~rpt4) ... 2022-03-29 20:32:47,385: DEBUG - Selecting previously unselected package libglx0:armhf. 2022-03-29 20:32:47,392: DEBUG - Preparing to unpack .../080-libglx0_1.3.0-7~bpo10+1_armhf.deb ... 2022-03-29 20:32:47,397: DEBUG - Unpacking libglx0:armhf (1.3.0-7~bpo10+1) ... 2022-03-29 20:32:47,484: DEBUG - Selecting previously unselected package libgl1:armhf. 2022-03-29 20:32:47,491: DEBUG - Preparing to unpack .../081-libgl1_1.3.0-7~bpo10+1_armhf.deb ... 2022-03-29 20:32:47,495: DEBUG - Unpacking libgl1:armhf (1.3.0-7~bpo10+1) ... 2022-03-29 20:32:47,605: DEBUG - Selecting previously unselected package libiec61883-0:armhf. 2022-03-29 20:32:47,617: DEBUG - Preparing to unpack .../082-libiec61883-0_1.2.0-3_armhf.deb ... 2022-03-29 20:32:47,622: DEBUG - Unpacking libiec61883-0:armhf (1.2.0-3) ... 2022-03-29 20:32:47,695: DEBUG - Selecting previously unselected package libjack-jackd2-0:armhf. 2022-03-29 20:32:47,708: DEBUG - Preparing to unpack .../083-libjack-jackd2-0_1.9.12~dfsg-2_armhf.deb ... 2022-03-29 20:32:47,805: DEBUG - Unpacking libjack-jackd2-0:armhf (1.9.12~dfsg-2) ... 2022-03-29 20:32:47,953: DEBUG - Selecting previously unselected package libopenal-data. 2022-03-29 20:32:47,966: DEBUG - Preparing to unpack .../084-libopenal-data_1%3a1.19.1-1_all.deb ... 2022-03-29 20:32:47,971: DEBUG - Unpacking libopenal-data (1:1.19.1-1) ... 2022-03-29 20:32:48,075: DEBUG - Selecting previously unselected package libsndio7.0:armhf. 2022-03-29 20:32:48,082: DEBUG - Preparing to unpack .../085-libsndio7.0_1.5.0-3_armhf.deb ... 2022-03-29 20:32:48,087: DEBUG - Unpacking libsndio7.0:armhf (1.5.0-3) ... 2022-03-29 20:32:48,160: DEBUG - Selecting previously unselected package libopenal1:armhf. 2022-03-29 20:32:48,174: DEBUG - Preparing to unpack .../086-libopenal1_1%3a1.19.1-1_armhf.deb ... 2022-03-29 20:32:48,179: DEBUG - Unpacking libopenal1:armhf (1:1.19.1-1) ... 2022-03-29 20:32:48,359: DEBUG - Selecting previously unselected package libasyncns0:armhf. 2022-03-29 20:32:48,370: DEBUG - Preparing to unpack .../087-libasyncns0_0.8-6_armhf.deb ... 2022-03-29 20:32:48,375: DEBUG - Unpacking libasyncns0:armhf (0.8-6) ... 2022-03-29 20:32:48,454: DEBUG - Selecting previously unselected package x11-common. 2022-03-29 20:32:48,463: DEBUG - Preparing to unpack .../088-x11-common_1%3a7.7+19_all.deb ... 2022-03-29 20:32:48,467: DEBUG - Unpacking x11-common (1:7.7+19) ... 2022-03-29 20:32:48,581: DEBUG - Selecting previously unselected package libice6:armhf. 2022-03-29 20:32:48,599: DEBUG - Preparing to unpack .../089-libice6_2%3a1.0.9-2_armhf.deb ... 2022-03-29 20:32:48,605: DEBUG - Unpacking libice6:armhf (2:1.0.9-2) ... 2022-03-29 20:32:48,695: DEBUG - Selecting previously unselected package libsm6:armhf. 2022-03-29 20:32:48,709: DEBUG - Preparing to unpack .../090-libsm6_2%3a1.2.3-1_armhf.deb ... 2022-03-29 20:32:48,713: DEBUG - Unpacking libsm6:armhf (2:1.2.3-1) ... 2022-03-29 20:32:48,787: DEBUG - Selecting previously unselected package libflac8:armhf. 2022-03-29 20:32:48,801: DEBUG - Preparing to unpack .../091-libflac8_1.3.2-3+deb10u1_armhf.deb ... 2022-03-29 20:32:48,806: DEBUG - Unpacking libflac8:armhf (1.3.2-3+deb10u1) ... 2022-03-29 20:32:48,905: DEBUG - Selecting previously unselected package libsndfile1:armhf. 2022-03-29 20:32:48,919: DEBUG - Preparing to unpack .../092-libsndfile1_1.0.28-6+deb10u1_armhf.deb ... 2022-03-29 20:32:48,924: DEBUG - Unpacking libsndfile1:armhf (1.0.28-6+deb10u1) ... 2022-03-29 20:32:49,039: DEBUG - Selecting previously unselected package libxi6:armhf. 2022-03-29 20:32:49,055: DEBUG - Preparing to unpack .../093-libxi6_2%3a1.7.9-1_armhf.deb ... 2022-03-29 20:32:49,060: DEBUG - Unpacking libxi6:armhf (2:1.7.9-1) ... 2022-03-29 20:32:49,140: DEBUG - Selecting previously unselected package libxtst6:armhf. 2022-03-29 20:32:49,155: DEBUG - Preparing to unpack .../094-libxtst6_2%3a1.2.3-1_armhf.deb ... 2022-03-29 20:32:49,159: DEBUG - Unpacking libxtst6:armhf (2:1.2.3-1) ... 2022-03-29 20:32:49,231: DEBUG - Selecting previously unselected package libpulse0:armhf. 2022-03-29 20:32:49,246: DEBUG - Preparing to unpack .../095-libpulse0_12.2-4+deb10u1+rpi3_armhf.deb ... 2022-03-29 20:32:49,250: DEBUG - Unpacking libpulse0:armhf (12.2-4+deb10u1+rpi3) ... 2022-03-29 20:32:49,385: DEBUG - Selecting previously unselected package libwayland-client0:armhf. 2022-03-29 20:32:49,403: DEBUG - Preparing to unpack .../096-libwayland-client0_1.16.0-1_armhf.deb ... 2022-03-29 20:32:49,409: DEBUG - Unpacking libwayland-client0:armhf (1.16.0-1) ... 2022-03-29 20:32:49,496: DEBUG - Selecting previously unselected package libwayland-cursor0:armhf. 2022-03-29 20:32:49,510: DEBUG - Preparing to unpack .../097-libwayland-cursor0_1.16.0-1_armhf.deb ... 2022-03-29 20:32:49,514: DEBUG - Unpacking libwayland-cursor0:armhf (1.16.0-1) ... 2022-03-29 20:32:49,585: DEBUG - Selecting previously unselected package libwayland-egl1:armhf. 2022-03-29 20:32:49,599: DEBUG - Preparing to unpack .../098-libwayland-egl1_1.16.0-1_armhf.deb ... 2022-03-29 20:32:49,603: DEBUG - Unpacking libwayland-egl1:armhf (1.16.0-1) ... 2022-03-29 20:32:49,671: DEBUG - Selecting previously unselected package libxcursor1:armhf. 2022-03-29 20:32:49,685: DEBUG - Preparing to unpack .../099-libxcursor1_1%3a1.1.15-2_armhf.deb ... 2022-03-29 20:32:49,690: DEBUG - Unpacking libxcursor1:armhf (1:1.1.15-2) ... 2022-03-29 20:32:49,761: DEBUG - Selecting previously unselected package libxinerama1:armhf. 2022-03-29 20:32:49,776: DEBUG - Preparing to unpack .../100-libxinerama1_2%3a1.1.4-2_armhf.deb ... 2022-03-29 20:32:49,780: DEBUG - Unpacking libxinerama1:armhf (2:1.1.4-2) ... 2022-03-29 20:32:49,851: DEBUG - Selecting previously unselected package libxkbcommon0:armhf. 2022-03-29 20:32:49,865: DEBUG - Preparing to unpack .../101-libxkbcommon0_0.8.2-1_armhf.deb ... 2022-03-29 20:32:49,870: DEBUG - Unpacking libxkbcommon0:armhf (0.8.2-1) ... 2022-03-29 20:32:49,961: DEBUG - Selecting previously unselected package libxrandr2:armhf. 2022-03-29 20:32:49,975: DEBUG - Preparing to unpack .../102-libxrandr2_2%3a1.5.1-1_armhf.deb ... 2022-03-29 20:32:49,980: DEBUG - Unpacking libxrandr2:armhf (2:1.5.1-1) ... 2022-03-29 20:32:50,053: DEBUG - Selecting previously unselected package libxss1:armhf. 2022-03-29 20:32:50,068: DEBUG - Preparing to unpack .../103-libxss1_1%3a1.2.3-1_armhf.deb ... 2022-03-29 20:32:50,072: DEBUG - Unpacking libxss1:armhf (1:1.2.3-1) ... 2022-03-29 20:32:50,140: DEBUG - Selecting previously unselected package libsdl2-2.0-0:armhf. 2022-03-29 20:32:50,155: DEBUG - Preparing to unpack .../104-libsdl2-2.0-0_2.0.9+dfsg1-1+rpt1_armhf.deb ... 2022-03-29 20:32:50,159: DEBUG - Unpacking libsdl2-2.0-0:armhf (2.0.9+dfsg1-1+rpt1) ... 2022-03-29 20:32:50,363: DEBUG - Selecting previously unselected package libxcb-shape0:armhf. 2022-03-29 20:32:50,377: DEBUG - Preparing to unpack .../105-libxcb-shape0_1.13.1-2_armhf.deb ... 2022-03-29 20:32:50,382: DEBUG - Unpacking libxcb-shape0:armhf (1.13.1-2) ... 2022-03-29 20:32:50,468: DEBUG - Selecting previously unselected package libxcb-xfixes0:armhf. 2022-03-29 20:32:50,482: DEBUG - Preparing to unpack .../106-libxcb-xfixes0_1.13.1-2_armhf.deb ... 2022-03-29 20:32:50,487: DEBUG - Unpacking libxcb-xfixes0:armhf (1.13.1-2) ... 2022-03-29 20:32:50,575: DEBUG - Selecting previously unselected package libxv1:armhf. 2022-03-29 20:32:50,583: DEBUG - Preparing to unpack .../107-libxv1_2%3a1.0.11-1_armhf.deb ... 2022-03-29 20:32:50,589: DEBUG - Unpacking libxv1:armhf (2:1.0.11-1) ... 2022-03-29 20:32:50,659: DEBUG - Selecting previously unselected package libavdevice58:armhf. 2022-03-29 20:32:50,673: DEBUG - Preparing to unpack .../108-libavdevice58_7%3a4.1.8-0+deb10u1+rpt1_armhf.deb ... 2022-03-29 20:32:50,678: DEBUG - Unpacking libavdevice58:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:50,785: DEBUG - Selecting previously unselected package libavresample4:armhf. 2022-03-29 20:32:50,793: DEBUG - Preparing to unpack .../109-libavresample4_7%3a4.1.8-0+deb10u1+rpt1_armhf.deb ... 2022-03-29 20:32:50,798: DEBUG - Unpacking libavresample4:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:50,895: DEBUG - Selecting previously unselected package ffmpeg. 2022-03-29 20:32:50,906: DEBUG - Preparing to unpack .../110-ffmpeg_7%3a4.1.8-0+deb10u1+rpt1_armhf.deb ... 2022-03-29 20:32:50,926: DEBUG - Unpacking ffmpeg (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:51,260: DEBUG - Selecting previously unselected package libaacs0:armhf. 2022-03-29 20:32:51,273: DEBUG - Preparing to unpack .../111-libaacs0_0.9.0-2_armhf.deb ... 2022-03-29 20:32:51,279: DEBUG - Unpacking libaacs0:armhf (0.9.0-2) ... 2022-03-29 20:32:51,362: DEBUG - Selecting previously unselected package libbdplus0:armhf. 2022-03-29 20:32:51,372: DEBUG - Preparing to unpack .../112-libbdplus0_0.1.2-3_armhf.deb ... 2022-03-29 20:32:51,376: DEBUG - Unpacking libbdplus0:armhf (0.1.2-3) ... 2022-03-29 20:32:51,452: DEBUG - Selecting previously unselected package libgdk-pixbuf2.0-bin. 2022-03-29 20:32:51,463: DEBUG - Preparing to unpack .../113-libgdk-pixbuf2.0-bin_2.38.1+dfsg-1_armhf.deb ... 2022-03-29 20:32:51,468: DEBUG - Unpacking libgdk-pixbuf2.0-bin (2.38.1+dfsg-1) ... 2022-03-29 20:32:51,545: DEBUG - Selecting previously unselected package librsvg2-common:armhf. 2022-03-29 20:32:51,556: DEBUG - Preparing to unpack .../114-librsvg2-common_2.44.10-2.1+rpi1_armhf.deb ... 2022-03-29 20:32:51,561: DEBUG - Unpacking librsvg2-common:armhf (2.44.10-2.1+rpi1) ... 2022-03-29 20:32:51,635: DEBUG - Selecting previously unselected package libvdpau-va-gl1:armhf. 2022-03-29 20:32:51,648: DEBUG - Preparing to unpack .../115-libvdpau-va-gl1_0.4.2-1+b1_armhf.deb ... 2022-03-29 20:32:51,652: DEBUG - Unpacking libvdpau-va-gl1:armhf (0.4.2-1+b1) ... 2022-03-29 20:32:51,740: DEBUG - Selecting previously unselected package mesa-va-drivers:armhf. 2022-03-29 20:32:51,750: DEBUG - Preparing to unpack .../116-mesa-va-drivers_19.3.2-1~bpo10+1~rpt4_armhf.deb ... 2022-03-29 20:32:51,754: DEBUG - Unpacking mesa-va-drivers:armhf (19.3.2-1~bpo10+1~rpt4) ... 2022-03-29 20:32:52,509: DEBUG - Selecting previously unselected package mesa-vdpau-drivers:armhf. 2022-03-29 20:32:52,524: DEBUG - Preparing to unpack .../117-mesa-vdpau-drivers_19.3.2-1~bpo10+1~rpt4_armhf.deb ... 2022-03-29 20:32:52,528: DEBUG - Unpacking mesa-vdpau-drivers:armhf (19.3.2-1~bpo10+1~rpt4) ... 2022-03-29 20:32:53,282: DEBUG - Selecting previously unselected package postgresql. 2022-03-29 20:32:53,296: DEBUG - Preparing to unpack .../118-postgresql_11+200+deb10u4_all.deb ... 2022-03-29 20:32:53,301: DEBUG - Unpacking postgresql (11+200+deb10u4) ... 2022-03-29 20:32:53,375: DEBUG - Selecting previously unselected package va-driver-all:armhf. 2022-03-29 20:32:53,385: DEBUG - Preparing to unpack .../119-va-driver-all_2.4.0-1_armhf.deb ... 2022-03-29 20:32:53,390: DEBUG - Unpacking va-driver-all:armhf (2.4.0-1) ... 2022-03-29 20:32:53,452: DEBUG - Selecting previously unselected package vdpau-driver-all:armhf. 2022-03-29 20:32:53,466: DEBUG - Preparing to unpack .../120-vdpau-driver-all_1.1.1-10_armhf.deb ... 2022-03-29 20:32:53,471: DEBUG - Unpacking vdpau-driver-all:armhf (1.1.1-10) ... 2022-03-29 20:32:53,652: DEBUG - Setting up libgme0:armhf (0.6.2-1) ... 2022-03-29 20:32:53,669: DEBUG - Setting up libssh-gcrypt-4:armhf (0.8.7-1+deb10u1) ... 2022-03-29 20:32:53,686: DEBUG - Setting up libxcb-dri3-0:armhf (1.13.1-2) ... 2022-03-29 20:32:53,701: DEBUG - Setting up libx11-xcb1:armhf (2:1.6.7-1+deb10u2) ... 2022-03-29 20:32:53,715: DEBUG - Setting up libraw1394-11:armhf (2.1.2-1+b1) ... 2022-03-29 20:32:53,731: DEBUG - Setting up libmpg123-0:armhf (1.25.10-2) ... 2022-03-29 20:32:53,747: DEBUG - Setting up libxcb-xfixes0:armhf (1.13.1-2) ... 2022-03-29 20:32:53,762: DEBUG - Setting up libogg0:armhf (1.3.2-1+b2) ... 2022-03-29 20:32:53,776: DEBUG - Setting up libspeex1:armhf (1.2~rc1.2-1+b2) ... 2022-03-29 20:32:53,792: DEBUG - Setting up libshine3:armhf (3.1.1-2+b1) ... 2022-03-29 20:32:53,807: DEBUG - Setting up libcaca0:armhf (0.99.beta19-2.1) ... 2022-03-29 20:32:53,822: DEBUG - Setting up libxi6:armhf (2:1.7.9-1) ... 2022-03-29 20:32:53,837: DEBUG - Setting up libtwolame0:armhf (0.3.13-4) ... 2022-03-29 20:32:53,852: DEBUG - Setting up libgsm1:armhf (1.0.18-2) ... 2022-03-29 20:32:53,867: DEBUG - Setting up libx264-155:armhf (2:0.155.2917+git0a84d98-2+rpi1) ... 2022-03-29 20:32:53,883: DEBUG - Setting up libsoxr0:armhf (0.1.2-3) ... 2022-03-29 20:32:53,897: DEBUG - Setting up libglvnd0:armhf (1.3.0-7~bpo10+1) ... 2022-03-29 20:32:53,912: DEBUG - Setting up libxcb-glx0:armhf (1.13.1-2) ... 2022-03-29 20:32:53,928: DEBUG - Setting up libaom0:armhf (1.0.0-3) ... 2022-03-29 20:32:53,943: DEBUG - Setting up libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ... 2022-03-29 20:32:53,959: DEBUG - Setting up libcodec2-0.8.1:armhf (0.8.1-2) ... 2022-03-29 20:32:53,974: DEBUG - Setting up libnorm1:armhf (1.5.8+dfsg2-1) ... 2022-03-29 20:32:53,990: DEBUG - Setting up libxcb-shape0:armhf (1.13.1-2) ... 2022-03-29 20:32:54,006: DEBUG - Setting up x11-common (1:7.7+19) ... 2022-03-29 20:32:54,101: DEBUG - /bin/bash: BASH_XTRACEFD: 7: invalid value for trace file descriptor 2022-03-29 20:32:54,458: DEBUG - /bin/bash: BASH_XTRACEFD: 7: invalid value for trace file descriptor 2022-03-29 20:32:54,506: DEBUG - update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2022-03-29 20:32:55,920: DEBUG - Setting up libdc1394-22:armhf (2.2.5-1) ... 2022-03-29 20:32:55,934: DEBUG - Setting up libcdio18:armhf (2.0.0-2) ... 2022-03-29 20:32:55,948: DEBUG - Setting up libmysofa0:armhf (0.6~dfsg0-3+deb10u1) ... 2022-03-29 20:32:55,962: DEBUG - Setting up libxvidcore4:armhf (2:1.3.5-1) ... 2022-03-29 20:32:55,977: DEBUG - Setting up libxxf86vm1:armhf (1:1.1.4-1+b2) ... 2022-03-29 20:32:55,993: DEBUG - Setting up libflac8:armhf (1.3.2-3+deb10u1) ... 2022-03-29 20:32:56,007: DEBUG - Setting up libxcb-present0:armhf (1.13.1-2) ... 2022-03-29 20:32:56,021: DEBUG - Setting up libass9:armhf (1:0.14.0-2) ... 2022-03-29 20:32:56,036: DEBUG - Setting up libva2:armhf (2.4.0-1) ... 2022-03-29 20:32:56,053: DEBUG - Setting up libxfixes3:armhf (1:5.0.3-1) ... 2022-03-29 20:32:56,069: DEBUG - Setting up libxcb-sync1:armhf (1.13.1-2) ... 2022-03-29 20:32:56,082: DEBUG - Setting up libgdk-pixbuf2.0-0:armhf (2.38.1+dfsg-1) ... 2022-03-29 20:32:56,163: DEBUG - Setting up libopus0:armhf (1.3-1) ... 2022-03-29 20:32:56,177: DEBUG - Setting up libxinerama1:armhf (2:1.1.4-2) ... 2022-03-29 20:32:56,190: DEBUG - Setting up libxv1:armhf (2:1.0.11-1) ... 2022-03-29 20:32:56,205: DEBUG - Setting up libvorbis0a:armhf (1.3.6-2) ... 2022-03-29 20:32:56,218: DEBUG - Setting up libxrandr2:armhf (2:1.5.1-1) ... 2022-03-29 20:32:56,233: DEBUG - Setting up libaacs0:armhf (0.9.0-2) ... 2022-03-29 20:32:56,248: DEBUG - Setting up libglapi-mesa:armhf (19.3.2-1~bpo10+1~rpt4) ... 2022-03-29 20:32:56,262: DEBUG - Setting up librubberband2:armhf (1.8.1-7) ... 2022-03-29 20:32:56,277: DEBUG - Setting up libsndio7.0:armhf (1.5.0-3) ... 2022-03-29 20:32:56,291: DEBUG - Setting up libxcb-dri2-0:armhf (1.13.1-2) ... 2022-03-29 20:32:56,305: DEBUG - Setting up libbdplus0:armhf (0.1.2-3) ... 2022-03-29 20:32:56,319: DEBUG - Setting up libjack-jackd2-0:armhf (1.9.12~dfsg-2) ... 2022-03-29 20:32:56,333: DEBUG - Setting up libvidstab1.1:armhf (1.1.0-2) ... 2022-03-29 20:32:56,347: DEBUG - Setting up libflite1:armhf (2.1-release-3) ... 2022-03-29 20:32:56,361: DEBUG - Setting up libasyncns0:armhf (0.8-6) ... 2022-03-29 20:32:56,375: DEBUG - Setting up libxshmfence1:armhf (1.3-1) ... 2022-03-29 20:32:56,391: DEBUG - Setting up libgdk-pixbuf2.0-bin (2.38.1+dfsg-1) ... 2022-03-29 20:32:56,406: DEBUG - Setting up libvdpau1:armhf (1.1.1-10) ... 2022-03-29 20:32:56,426: DEBUG - Setting up libwavpack1:armhf (5.1.0-6+deb10u1) ... 2022-03-29 20:32:56,440: DEBUG - Setting up libbs2b0:armhf (3.1.0+dfsg-2.2) ... 2022-03-29 20:32:56,460: DEBUG - Setting up libtheora0:armhf (1.1.1+dfsg.1-15) ... 2022-03-29 20:32:56,477: DEBUG - Setting up libopenal-data (1:1.19.1-1) ... 2022-03-29 20:32:56,502: DEBUG - Setting up libwayland-egl1:armhf (1.16.0-1) ... 2022-03-29 20:32:56,518: DEBUG - Setting up libxss1:armhf (1:1.2.3-1) ... 2022-03-29 20:32:56,535: DEBUG - Setting up postgresql (11+200+deb10u4) ... 2022-03-29 20:32:56,556: DEBUG - Setting up libbluray2:armhf (1:1.1.0-1) ... 2022-03-29 20:32:56,573: DEBUG - Setting up libdrm-common (2.4.100-4+rpi1~bpo10+1) ... 2022-03-29 20:32:56,590: DEBUG - Setting up libllvm9:armhf (1:9.0.1-6+rpi1~bpo10+1) ... 2022-03-29 20:32:56,607: DEBUG - Setting up libzvbi-common (0.2.35-16) ... 2022-03-29 20:32:56,623: DEBUG - Setting up libmp3lame0:armhf (3.100-2+b1) ... 2022-03-29 20:32:56,641: DEBUG - Setting up libvpx5:armhf (1.7.0-3+deb10u1) ... 2022-03-29 20:32:56,660: DEBUG - Setting up libvorbisenc2:armhf (1.3.6-2) ... 2022-03-29 20:32:56,677: DEBUG - Setting up libpgm-5.2-0:armhf (5.2.122~dfsg-3) ... 2022-03-29 20:32:56,696: DEBUG - Setting up libiec61883-0:armhf (1.2.0-3) ... 2022-03-29 20:32:56,713: DEBUG - Setting up libserd-0-0:armhf (0.28.0~dfsg0-1) ... 2022-03-29 20:32:56,729: DEBUG - Setting up libxkbcommon0:armhf (0.8.2-1) ... 2022-03-29 20:32:56,747: DEBUG - Setting up libwayland-client0:armhf (1.16.0-1) ... 2022-03-29 20:32:56,764: DEBUG - Setting up libavc1394-0:armhf (0.5.4-5) ... 2022-03-29 20:32:56,781: DEBUG - Setting up libzvbi0:armhf (0.2.35-16) ... 2022-03-29 20:32:56,799: DEBUG - Setting up libice6:armhf (2:1.0.9-2) ... 2022-03-29 20:32:56,815: DEBUG - Setting up libxdamage1:armhf (1:1.1.4-3+b3) ... 2022-03-29 20:32:56,833: DEBUG - Setting up libzmq5:armhf (4.3.1-4+deb10u2) ... 2022-03-29 20:32:56,851: DEBUG - Setting up libcdio-cdda2:armhf (10.2+0.94+2-4) ... 2022-03-29 20:32:56,980: DEBUG - Setting up libxtst6:armhf (2:1.2.3-1) ... 2022-03-29 20:32:56,996: DEBUG - Setting up libcdio-paranoia2:armhf (10.2+0.94+2-4) ... 2022-03-29 20:32:57,014: DEBUG - Setting up libxcursor1:armhf (1:1.1.15-2) ... 2022-03-29 20:32:57,030: DEBUG - Setting up libopenal1:armhf (1:1.19.1-1) ... 2022-03-29 20:32:57,046: DEBUG - Setting up librsvg2-2:armhf (2.44.10-2.1+rpi1) ... 2022-03-29 20:32:57,067: DEBUG - Setting up libvorbisfile3:armhf (1.3.6-2) ... 2022-03-29 20:32:57,084: DEBUG - Setting up librsvg2-common:armhf (2.44.10-2.1+rpi1) ... 2022-03-29 20:32:57,128: DEBUG - Setting up libdrm2:armhf (2.4.100-4+rpi1~bpo10+1) ... 2022-03-29 20:32:57,146: DEBUG - Setting up libva-drm2:armhf (2.4.0-1) ... 2022-03-29 20:32:57,163: DEBUG - Setting up libsord-0-0:armhf (0.16.0~dfsg0-1+b1) ... 2022-03-29 20:32:57,186: DEBUG - Setting up libwayland-cursor0:armhf (1.16.0-1) ... 2022-03-29 20:32:57,204: DEBUG - Setting up libsratom-0-0:armhf (0.6.0~dfsg0-1) ... 2022-03-29 20:32:57,221: DEBUG - Setting up libsndfile1:armhf (1.0.28-6+deb10u1) ... 2022-03-29 20:32:57,243: DEBUG - Setting up libva-x11-2:armhf (2.4.0-1) ... 2022-03-29 20:32:57,261: DEBUG - Setting up libsm6:armhf (2:1.2.3-1) ... 2022-03-29 20:32:57,278: DEBUG - Setting up liblilv-0-0:armhf (0.24.2~dfsg0-2) ... 2022-03-29 20:32:57,296: DEBUG - Setting up libopenmpt0:armhf (0.4.3-1+deb10u1) ... 2022-03-29 20:32:57,317: DEBUG - Setting up libdrm-amdgpu1:armhf (2.4.100-4+rpi1~bpo10+1) ... 2022-03-29 20:32:57,334: DEBUG - Setting up libdrm-nouveau2:armhf (2.4.100-4+rpi1~bpo10+1) ... 2022-03-29 20:32:57,353: DEBUG - Setting up libpulse0:armhf (12.2-4+deb10u1+rpi3) ... 2022-03-29 20:32:57,382: DEBUG - Setting up libdrm-radeon1:armhf (2.4.100-4+rpi1~bpo10+1) ... 2022-03-29 20:32:57,403: DEBUG - Setting up libgl1-mesa-dri:armhf (19.3.2-1~bpo10+1~rpt4) ... 2022-03-29 20:32:57,445: DEBUG - Setting up libavutil56:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:57,461: DEBUG - Setting up libpostproc55:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:57,482: DEBUG - Setting up libswscale5:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:57,501: DEBUG - Setting up mesa-va-drivers:armhf (19.3.2-1~bpo10+1~rpt4) ... 2022-03-29 20:32:57,519: DEBUG - Setting up libsdl2-2.0-0:armhf (2.0.9+dfsg1-1+rpt1) ... 2022-03-29 20:32:57,540: DEBUG - Setting up mesa-vdpau-drivers:armhf (19.3.2-1~bpo10+1~rpt4) ... 2022-03-29 20:32:57,557: DEBUG - Setting up libglx-mesa0:armhf (19.3.2-1~bpo10+1~rpt4) ... 2022-03-29 20:32:57,576: DEBUG - Setting up libglx0:armhf (1.3.0-7~bpo10+1) ... 2022-03-29 20:32:57,596: DEBUG - Setting up libswresample3:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:57,612: DEBUG - Setting up libavresample4:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:57,633: DEBUG - Setting up libgl1:armhf (1.3.0-7~bpo10+1) ... 2022-03-29 20:32:57,652: DEBUG - Setting up va-driver-all:armhf (2.4.0-1) ... 2022-03-29 20:32:57,670: DEBUG - Setting up libavcodec58:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:57,690: DEBUG - Setting up libvdpau-va-gl1:armhf (0.4.2-1+b1) ... 2022-03-29 20:32:57,714: DEBUG - Setting up libchromaprint1:armhf (1.4.3-3) ... 2022-03-29 20:32:57,733: DEBUG - Setting up libavformat58:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:57,751: DEBUG - Setting up vdpau-driver-all:armhf (1.1.1-10) ... 2022-03-29 20:32:57,773: DEBUG - Setting up libavfilter7:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:57,793: DEBUG - Setting up libavdevice58:armhf (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:57,813: DEBUG - Setting up ffmpeg (7:4.1.8-0+deb10u1+rpt1) ... 2022-03-29 20:32:57,857: DEBUG - Processing triggers for systemd (241-7~deb10u8+rpi1) ... 2022-03-29 20:32:58,493: DEBUG - Processing triggers for man-db (2.8.5-2) ... 2022-03-29 20:32:59,375: DEBUG - Processing triggers for libc-bin (2.28-10+rpt2+rpi1) ... 2022-03-29 20:32:59,469: DEBUG - Processing triggers for libgdk-pixbuf2.0-0:armhf (2.38.1+dfsg-1) ... 2022-03-29 20:33:00,101: DEBUG - + [[ -n /tmp/tmp.G6YglWjYbW ]] 2022-03-29 20:33:00,102: DEBUG - + rm --recursive --force /tmp/tmp.G6YglWjYbW 2022-03-29 20:33:00,105: DEBUG - + ynh_package_is_installed misskey-ynh-deps 2022-03-29 20:33:00,133: DEBUG - + ynh_wait_dpkg_free 2022-03-29 20:33:00,418: DEBUG - + return 0 2022-03-29 20:33:00,420: DEBUG - + dpkg-query --show '--showformat=${Status}' misskey-ynh-deps 2022-03-29 20:33:00,421: DEBUG - + grep --count 'ok installed' 2022-03-29 20:33:00,468: DEBUG - + rm /tmp/misskey-ynh-deps.control 2022-03-29 20:33:00,472: DEBUG - + grep --quiet php 2022-03-29 20:33:00,478: DEBUG - + ynh_install_extra_app_dependencies '--repo=deb https://dl.yarnpkg.com/debian/ stable main' --package=yarn --key=https://dl.yarnpkg.com/debian/pubkey.gpg 2022-03-29 20:33:00,747: DEBUG - + name=misskey 2022-03-29 20:33:00,748: DEBUG - + key=https://dl.yarnpkg.com/debian/pubkey.gpg 2022-03-29 20:33:00,749: DEBUG - + '[' -n https://dl.yarnpkg.com/debian/pubkey.gpg ']' 2022-03-29 20:33:00,749: DEBUG - + key=--key=https://dl.yarnpkg.com/debian/pubkey.gpg 2022-03-29 20:33:00,749: DEBUG - + ynh_install_extra_repo '--repo=deb https://dl.yarnpkg.com/debian/ stable main' --key=https://dl.yarnpkg.com/debian/pubkey.gpg --priority=995 --name=misskey 2022-03-29 20:33:01,200: DEBUG - + name=misskey 2022-03-29 20:33:01,201: DEBUG - + append=0 2022-03-29 20:33:01,201: DEBUG - + key=https://dl.yarnpkg.com/debian/pubkey.gpg 2022-03-29 20:33:01,201: DEBUG - + priority=995 2022-03-29 20:33:01,202: DEBUG - + append= 2022-03-29 20:33:01,203: DEBUG - + wget_append=tee 2022-03-29 20:33:01,203: DEBUG - + repo='https://dl.yarnpkg.com/debian/ stable main' 2022-03-29 20:33:01,204: DEBUG - ++ echo 'https://dl.yarnpkg.com/debian/ stable main' 2022-03-29 20:33:01,204: DEBUG - ++ awk '{ print $1 }' 2022-03-29 20:33:01,213: DEBUG - + local uri=https://dl.yarnpkg.com/debian/ 2022-03-29 20:33:01,215: DEBUG - ++ echo 'https://dl.yarnpkg.com/debian/ stable main' 2022-03-29 20:33:01,216: DEBUG - ++ awk '{ print $2 }' 2022-03-29 20:33:01,225: DEBUG - + local suite=stable 2022-03-29 20:33:01,225: DEBUG - + local component=main 2022-03-29 20:33:01,226: DEBUG - + ynh_add_repo --uri=https://dl.yarnpkg.com/debian/ --suite=stable --component=main --name=misskey 2022-03-29 20:33:01,649: DEBUG - + name=misskey 2022-03-29 20:33:01,650: DEBUG - + append=0 2022-03-29 20:33:01,651: DEBUG - + append=tee 2022-03-29 20:33:01,651: DEBUG - + mkdir --parents /etc/apt/sources.list.d 2022-03-29 20:33:01,656: DEBUG - + tee /etc/apt/sources.list.d/misskey.list 2022-03-29 20:33:01,660: DEBUG - deb https://dl.yarnpkg.com/debian/ stable main 2022-03-29 20:33:01,662: DEBUG - + local pin=dl.yarnpkg.com/debian/ 2022-03-29 20:33:01,662: DEBUG - + pin=dl.yarnpkg.com 2022-03-29 20:33:01,663: DEBUG - + '[' -n 995 ']' 2022-03-29 20:33:01,663: DEBUG - + priority=--priority=995 2022-03-29 20:33:01,664: DEBUG - + ynh_pin_repo '--package=*' '--pin=origin "dl.yarnpkg.com"' --priority=995 --name=misskey 2022-03-29 20:33:02,207: DEBUG - + package='*' 2022-03-29 20:33:02,208: DEBUG - + priority=995 2022-03-29 20:33:02,208: DEBUG - + name=misskey 2022-03-29 20:33:02,209: DEBUG - + append=0 2022-03-29 20:33:02,210: DEBUG - + append=tee 2022-03-29 20:33:02,210: DEBUG - + [[ misskey != \e\x\t\r\a\_\p\h\p\_\v\e\r\s\i\o\n ]] 2022-03-29 20:33:02,211: DEBUG - + mkdir --parents /etc/apt/preferences.d 2022-03-29 20:33:02,213: DEBUG - + tee /etc/apt/preferences.d/misskey 2022-03-29 20:33:02,214: DEBUG - Pin: origin "dl.yarnpkg.com" 2022-03-29 20:33:02,215: DEBUG - Pin-Priority: 995 2022-03-29 20:33:02,215: DEBUG - ' 2022-03-29 20:33:02,219: DEBUG - Package: * 2022-03-29 20:33:02,219: DEBUG - Pin: origin "dl.yarnpkg.com" 2022-03-29 20:33:02,219: DEBUG - Pin-Priority: 995 2022-03-29 20:33:02,220: DEBUG - 2022-03-29 20:33:02,220: DEBUG - + '[' -n https://dl.yarnpkg.com/debian/pubkey.gpg ']' 2022-03-29 20:33:02,221: DEBUG - + mkdir --parents /etc/apt/trusted.gpg.d 2022-03-29 20:33:02,225: DEBUG - + wget --timeout 900 --quiet https://dl.yarnpkg.com/debian/pubkey.gpg --output-document=- 2022-03-29 20:33:02,226: DEBUG - + tee /etc/apt/trusted.gpg.d/misskey.gpg 2022-03-29 20:33:02,227: DEBUG - + gpg --dearmor 2022-03-29 20:33:02,548: DEBUG - + ynh_package_update 2022-03-29 20:33:02,549: DEBUG - + ynh_apt update 2022-03-29 20:33:02,549: DEBUG - + ynh_wait_dpkg_free 2022-03-29 20:33:02,893: DEBUG - + return 0 2022-03-29 20:33:02,894: DEBUG - + LC_ALL=C 2022-03-29 20:33:02,894: DEBUG - + DEBIAN_FRONTEND=noninteractive 2022-03-29 20:33:02,895: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update 2022-03-29 20:33:03,378: DEBUG - Get:1 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB] 2022-03-29 20:33:03,506: DEBUG - Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease 2022-03-29 20:33:03,528: DEBUG - Hit:3 http://archive.raspberrypi.org/debian buster InRelease 2022-03-29 20:33:03,543: DEBUG - Hit:4 http://forge.yunohost.org/debian buster InRelease 2022-03-29 20:33:03,848: DEBUG - Get:5 https://dl.yarnpkg.com/debian stable/main all Packages [10.6 kB] 2022-03-29 20:33:04,045: DEBUG - Get:6 https://dl.yarnpkg.com/debian stable/main armhf Packages [10.6 kB] 2022-03-29 20:33:04,732: DEBUG - Fetched 38.4 kB in 2s (23.4 kB/s) 2022-03-29 20:33:07,583: DEBUG - Reading package lists... 2022-03-29 20:33:07,692: DEBUG - + ynh_install_app_dependencies yarn 2022-03-29 20:33:07,693: DEBUG - + local dependencies=yarn 2022-03-29 20:33:07,695: DEBUG - ++ echo yarn 2022-03-29 20:33:07,696: DEBUG - ++ sed 's/\([^\<=\>]\)\ \([^(]\)/\1, \2/g' 2022-03-29 20:33:07,703: DEBUG - + dependencies=yarn 2022-03-29 20:33:07,703: DEBUG - + local dependencies=yarn 2022-03-29 20:33:07,704: DEBUG - + local manifest_path=/var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/manifest.json 2022-03-29 20:33:07,704: DEBUG - ++ jq -r .version /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/manifest.json 2022-03-29 20:33:07,714: DEBUG - + local version=12.108.1~ynh2 2022-03-29 20:33:07,715: DEBUG - + '[' -z 12.108.1~ynh2 ']' 2022-03-29 20:33:07,715: DEBUG - + '[' 12.108.1~ynh2 == null ']' 2022-03-29 20:33:07,716: DEBUG - + local dep_app=misskey 2022-03-29 20:33:07,716: DEBUG - + [[ yarn =~ [<=>] ]] 2022-03-29 20:33:07,717: DEBUG - ++ echo yarn 2022-03-29 20:33:07,718: DEBUG - ++ grep -oP '(?<=php)[0-9.]+(?=-|\>)' 2022-03-29 20:33:07,719: DEBUG - ++ sort -u 2022-03-29 20:33:07,725: DEBUG - + local specific_php_version= 2022-03-29 20:33:07,725: DEBUG - + [[ '' != \7\.\3 ]] 2022-03-29 20:33:07,726: DEBUG - + [[ false == \t\r\u\e ]] 2022-03-29 20:33:07,727: DEBUG - + local current_dependencies= 2022-03-29 20:33:07,727: DEBUG - + ynh_package_is_installed --package=misskey-ynh-deps 2022-03-29 20:33:07,755: DEBUG - + ynh_wait_dpkg_free 2022-03-29 20:33:08,060: DEBUG - + return 0 2022-03-29 20:33:08,062: DEBUG - + dpkg-query --show '--showformat=${Status}' misskey-ynh-deps 2022-03-29 20:33:08,063: DEBUG - + grep --count 'ok installed' 2022-03-29 20:33:08,115: DEBUG - ++ dpkg-query --show '--showformat=${Depends}' misskey-ynh-deps 2022-03-29 20:33:08,163: DEBUG - + current_dependencies='ffmpeg, postgresql ' 2022-03-29 20:33:08,164: DEBUG - + current_dependencies='ffmpeg, postgresql ' 2022-03-29 20:33:08,165: DEBUG - + dependencies='ffmpeg, postgresql , yarn' 2022-03-29 20:33:08,165: DEBUG - + grep --quiet php 2022-03-29 20:33:08,170: DEBUG - + cat 2022-03-29 20:33:08,177: DEBUG - + ynh_package_install_from_equivs /tmp/misskey-ynh-deps.control 2022-03-29 20:33:08,178: DEBUG - + local controlfile=/tmp/misskey-ynh-deps.control 2022-03-29 20:33:08,182: DEBUG - ++ grep '^Package: ' /tmp/misskey-ynh-deps.control 2022-03-29 20:33:08,183: DEBUG - ++ cut '--delimiter= ' --fields=2 2022-03-29 20:33:08,192: DEBUG - + local pkgname=misskey-ynh-deps 2022-03-29 20:33:08,196: DEBUG - ++ grep '^Version: ' /tmp/misskey-ynh-deps.control 2022-03-29 20:33:08,196: DEBUG - ++ cut '--delimiter= ' --fields=2 2022-03-29 20:33:08,206: DEBUG - + local pkgversion=12.108.1~ynh2 2022-03-29 20:33:08,207: DEBUG - + [[ -z misskey-ynh-deps ]] 2022-03-29 20:33:08,208: DEBUG - + [[ -z 12.108.1~ynh2 ]] 2022-03-29 20:33:08,208: DEBUG - + ynh_package_update 2022-03-29 20:33:08,209: DEBUG - + ynh_apt update 2022-03-29 20:33:08,209: DEBUG - + ynh_wait_dpkg_free 2022-03-29 20:33:08,551: DEBUG - + return 0 2022-03-29 20:33:08,552: DEBUG - + LC_ALL=C 2022-03-29 20:33:08,552: DEBUG - + DEBIAN_FRONTEND=noninteractive 2022-03-29 20:33:08,552: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update 2022-03-29 20:33:09,046: DEBUG - Hit:1 https://dl.yarnpkg.com/debian stable InRelease 2022-03-29 20:33:09,180: DEBUG - Hit:2 http://archive.raspberrypi.org/debian buster InRelease 2022-03-29 20:33:09,183: DEBUG - Hit:3 http://raspbian.raspberrypi.org/raspbian buster InRelease 2022-03-29 20:33:09,183: DEBUG - Hit:4 http://forge.yunohost.org/debian buster InRelease 2022-03-29 20:33:13,208: DEBUG - Reading package lists... 2022-03-29 20:33:13,319: DEBUG - ++ mktemp --directory 2022-03-29 20:33:13,324: DEBUG - + local TMPDIR=/tmp/tmp.Sp4qAiECck 2022-03-29 20:33:13,324: DEBUG - + echo 10 2022-03-29 20:33:13,325: DEBUG - + ynh_wait_dpkg_free 2022-03-29 20:33:13,643: DEBUG - + return 0 2022-03-29 20:33:13,644: DEBUG - + cp /tmp/misskey-ynh-deps.control /tmp/tmp.Sp4qAiECck/control 2022-03-29 20:33:13,651: DEBUG - + cd /tmp/tmp.Sp4qAiECck 2022-03-29 20:33:13,651: DEBUG - + LC_ALL=C 2022-03-29 20:33:13,652: DEBUG - + equivs-build ./control 2022-03-29 20:33:15,777: DEBUG - + LC_ALL=C 2022-03-29 20:33:15,778: DEBUG - + dpkg --force-depends --install ./misskey-ynh-deps_12.108.1~ynh2_all.deb 2022-03-29 20:33:15,779: DEBUG - + tee ./dpkg_log 2022-03-29 20:33:15,972: DEBUG - (Reading database ... 62663 files and directories currently installed.) 2022-03-29 20:33:15,979: DEBUG - Preparing to unpack .../misskey-ynh-deps_12.108.1~ynh2_all.deb ... 2022-03-29 20:33:15,992: DEBUG - Unpacking misskey-ynh-deps (12.108.1~ynh2) over (12.108.1~ynh2) ... 2022-03-29 20:33:16,093: DEBUG - dpkg: misskey-ynh-deps: dependency problems, but configuring anyway as you requested: 2022-03-29 20:33:16,093: DEBUG - misskey-ynh-deps depends on yarn; however: 2022-03-29 20:33:16,096: DEBUG - Package yarn is not installed. 2022-03-29 20:33:16,097: DEBUG - 2022-03-29 20:33:16,097: DEBUG - Setting up misskey-ynh-deps (12.108.1~ynh2) ... 2022-03-29 20:33:16,183: DEBUG - + ynh_package_install --fix-broken 2022-03-29 20:33:16,183: DEBUG - + ynh_apt --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install --fix-broken 2022-03-29 20:33:16,184: DEBUG - + ynh_wait_dpkg_free 2022-03-29 20:33:16,467: DEBUG - + return 0 2022-03-29 20:33:16,468: DEBUG - + LC_ALL=C 2022-03-29 20:33:16,468: DEBUG - + DEBIAN_FRONTEND=noninteractive 2022-03-29 20:33:16,470: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install --fix-broken 2022-03-29 20:33:18,195: DEBUG - Reading package lists... 2022-03-29 20:33:18,748: DEBUG - Building dependency tree... 2022-03-29 20:33:18,751: DEBUG - Reading state information... 2022-03-29 20:33:19,202: DEBUG - Correcting dependencies... Done 2022-03-29 20:33:19,897: DEBUG - The following additional packages will be installed: 2022-03-29 20:33:19,901: DEBUG - libbrotli1 libc-ares2 libnode64 libuv1 nodejs nodejs-doc yarn 2022-03-29 20:33:19,907: DEBUG - Suggested packages: 2022-03-29 20:33:19,908: DEBUG - npm 2022-03-29 20:33:19,992: DEBUG - The following NEW packages will be installed: 2022-03-29 20:33:19,996: DEBUG - libbrotli1 libc-ares2 libnode64 libuv1 nodejs nodejs-doc yarn 2022-03-29 20:33:20,495: DEBUG - 0 upgraded, 7 newly installed, 0 to remove and 45 not upgraded. 2022-03-29 20:33:20,496: DEBUG - Need to get 7249 kB of archives. 2022-03-29 20:33:20,496: DEBUG - After this operation, 33.8 MB of additional disk space will be used. 2022-03-29 20:33:20,496: DEBUG - Get:1 https://dl.yarnpkg.com/debian stable/main armhf yarn all 1.22.18-1 [893 kB] 2022-03-29 20:33:21,055: DEBUG - Get:2 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libbrotli1 armhf 1.0.7-2+deb10u1 [257 kB] 2022-03-29 20:33:21,506: DEBUG - Get:3 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libc-ares2 armhf 1.14.0-1+deb10u1 [80.9 kB] 2022-03-29 20:33:21,605: DEBUG - Get:4 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB] 2022-03-29 20:33:22,055: DEBUG - Get:5 http://mirror.pit.teraswitch.com/raspbian/raspbian buster/main armhf libnode64 armhf 10.24.0~dfsg-1~deb10u1 [4860 kB] 2022-03-29 20:33:22,726: DEBUG - Get:6 http://mirrors.syringanetworks.net/raspbian/raspbian buster/main armhf nodejs armhf 10.24.0~dfsg-1~deb10u1 [87.2 kB] 2022-03-29 20:33:23,138: DEBUG - Get:7 http://mirror.umd.edu/raspbian/raspbian buster/main armhf nodejs-doc all 10.24.0~dfsg-1~deb10u1 [974 kB] 2022-03-29 20:33:25,381: DEBUG - Fetched 7249 kB in 4s (2039 kB/s) 2022-03-29 20:33:25,468: DEBUG - Selecting previously unselected package libbrotli1:armhf. 2022-03-29 20:33:25,597: DEBUG - (Reading database ... 62663 files and directories currently installed.) 2022-03-29 20:33:25,606: DEBUG - Preparing to unpack .../0-libbrotli1_1.0.7-2+deb10u1_armhf.deb ... 2022-03-29 20:33:25,616: DEBUG - Unpacking libbrotli1:armhf (1.0.7-2+deb10u1) ... 2022-03-29 20:33:25,783: DEBUG - Selecting previously unselected package libc-ares2:armhf. 2022-03-29 20:33:25,798: DEBUG - Preparing to unpack .../1-libc-ares2_1.14.0-1+deb10u1_armhf.deb ... 2022-03-29 20:33:25,803: DEBUG - Unpacking libc-ares2:armhf (1.14.0-1+deb10u1) ... 2022-03-29 20:33:25,905: DEBUG - Selecting previously unselected package libuv1:armhf. 2022-03-29 20:33:25,910: DEBUG - Preparing to unpack .../2-libuv1_1.24.1-1+deb10u1_armhf.deb ... 2022-03-29 20:33:25,915: DEBUG - Unpacking libuv1:armhf (1.24.1-1+deb10u1) ... 2022-03-29 20:33:26,025: DEBUG - Selecting previously unselected package libnode64:armhf. 2022-03-29 20:33:26,031: DEBUG - Preparing to unpack .../3-libnode64_10.24.0~dfsg-1~deb10u1_armhf.deb ... 2022-03-29 20:33:26,036: DEBUG - Unpacking libnode64:armhf (10.24.0~dfsg-1~deb10u1) ... 2022-03-29 20:33:27,801: DEBUG - Selecting previously unselected package nodejs. 2022-03-29 20:33:27,816: DEBUG - Preparing to unpack .../4-nodejs_10.24.0~dfsg-1~deb10u1_armhf.deb ... 2022-03-29 20:33:27,821: DEBUG - Unpacking nodejs (10.24.0~dfsg-1~deb10u1) ... 2022-03-29 20:33:27,935: DEBUG - Selecting previously unselected package nodejs-doc. 2022-03-29 20:33:27,942: DEBUG - Preparing to unpack .../5-nodejs-doc_10.24.0~dfsg-1~deb10u1_all.deb ... 2022-03-29 20:33:27,947: DEBUG - Unpacking nodejs-doc (10.24.0~dfsg-1~deb10u1) ... 2022-03-29 20:33:28,395: DEBUG - Selecting previously unselected package yarn. 2022-03-29 20:33:28,402: DEBUG - Preparing to unpack .../6-yarn_1.22.18-1_all.deb ... 2022-03-29 20:33:28,408: DEBUG - Unpacking yarn (1.22.18-1) ... 2022-03-29 20:33:29,038: DEBUG - Setting up libbrotli1:armhf (1.0.7-2+deb10u1) ... 2022-03-29 20:33:29,056: DEBUG - Setting up libc-ares2:armhf (1.14.0-1+deb10u1) ... 2022-03-29 20:33:29,073: DEBUG - Setting up libuv1:armhf (1.24.1-1+deb10u1) ... 2022-03-29 20:33:29,091: DEBUG - Setting up libnode64:armhf (10.24.0~dfsg-1~deb10u1) ... 2022-03-29 20:33:29,107: DEBUG - Setting up nodejs-doc (10.24.0~dfsg-1~deb10u1) ... 2022-03-29 20:33:29,125: DEBUG - Setting up yarn (1.22.18-1) ... 2022-03-29 20:33:29,143: DEBUG - Setting up nodejs (10.24.0~dfsg-1~deb10u1) ... 2022-03-29 20:33:29,181: DEBUG - update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode 2022-03-29 20:33:29,199: DEBUG - Processing triggers for libc-bin (2.28-10+rpt2+rpi1) ... 2022-03-29 20:33:29,279: DEBUG - Processing triggers for man-db (2.8.5-2) ... 2022-03-29 20:33:30,714: DEBUG - + [[ -n /tmp/tmp.Sp4qAiECck ]] 2022-03-29 20:33:30,714: DEBUG - + rm --recursive --force /tmp/tmp.Sp4qAiECck 2022-03-29 20:33:30,718: DEBUG - + ynh_package_is_installed misskey-ynh-deps 2022-03-29 20:33:30,746: DEBUG - + ynh_wait_dpkg_free 2022-03-29 20:33:31,057: DEBUG - + return 0 2022-03-29 20:33:31,059: DEBUG - + dpkg-query --show '--showformat=${Status}' misskey-ynh-deps 2022-03-29 20:33:31,060: DEBUG - + grep --count 'ok installed' 2022-03-29 20:33:31,111: DEBUG - + rm /tmp/misskey-ynh-deps.control 2022-03-29 20:33:31,116: DEBUG - + grep --quiet php 2022-03-29 20:33:31,124: DEBUG - ++ apt-mark showauto yarn 2022-03-29 20:33:31,825: DEBUG - + local apps_auto_installed=yarn 2022-03-29 20:33:31,826: DEBUG - + ynh_package_install yarn 2022-03-29 20:33:31,827: DEBUG - + ynh_apt --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install yarn 2022-03-29 20:33:31,827: DEBUG - + ynh_wait_dpkg_free 2022-03-29 20:33:32,120: DEBUG - + return 0 2022-03-29 20:33:32,121: DEBUG - + LC_ALL=C 2022-03-29 20:33:32,121: DEBUG - + DEBIAN_FRONTEND=noninteractive 2022-03-29 20:33:32,122: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install yarn 2022-03-29 20:33:32,197: DEBUG - Reading package lists... 2022-03-29 20:33:32,703: DEBUG - Building dependency tree... 2022-03-29 20:33:32,707: DEBUG - Reading state information... 2022-03-29 20:33:33,644: DEBUG - yarn is already the newest version (1.22.18-1). 2022-03-29 20:33:33,645: DEBUG - yarn set to manually installed. 2022-03-29 20:33:33,645: DEBUG - 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded. 2022-03-29 20:33:33,646: DEBUG - + '[' -z yarn ']' 2022-03-29 20:33:33,647: DEBUG - + apt-mark auto yarn 2022-03-29 20:33:34,423: DEBUG - yarn set to automatically installed. 2022-03-29 20:33:34,425: DEBUG - + ynh_remove_extra_repo --name=misskey 2022-03-29 20:33:34,459: DEBUG - + name=misskey 2022-03-29 20:33:34,459: DEBUG - + ynh_secure_remove --file=/etc/apt/sources.list.d/misskey.list 2022-03-29 20:33:34,519: DEBUG - + [[ misskey == \e\x\t\r\a\_\p\h\p\_\v\e\r\s\i\o\n ]] 2022-03-29 20:33:34,520: DEBUG - + ynh_secure_remove /etc/apt/preferences.d/misskey 2022-03-29 20:33:34,580: DEBUG - + ynh_secure_remove --file=/etc/apt/trusted.gpg.d/misskey.gpg 2022-03-29 20:33:34,646: DEBUG - + ynh_secure_remove --file=/etc/apt/trusted.gpg.d/misskey.asc 2022-03-29 20:33:34,709: INFO - '/etc/apt/trusted.gpg.d/misskey.asc' wasn't deleted because it doesn't exist. 2022-03-29 20:33:34,711: DEBUG - + ynh_package_update 2022-03-29 20:33:34,711: DEBUG - + ynh_apt update 2022-03-29 20:33:34,712: DEBUG - + ynh_wait_dpkg_free 2022-03-29 20:33:35,017: DEBUG - + return 0 2022-03-29 20:33:35,017: DEBUG - + LC_ALL=C 2022-03-29 20:33:35,018: DEBUG - + DEBIAN_FRONTEND=noninteractive 2022-03-29 20:33:35,018: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update 2022-03-29 20:33:35,626: DEBUG - Hit:1 http://forge.yunohost.org/debian buster InRelease 2022-03-29 20:33:35,627: DEBUG - Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease 2022-03-29 20:33:35,627: DEBUG - Hit:3 http://archive.raspberrypi.org/debian buster InRelease 2022-03-29 20:33:40,155: DEBUG - Reading package lists... 2022-03-29 20:33:40,499: INFO - [###+................] > Creating a PostgreSQL database... 2022-03-29 20:33:40,502: DEBUG - ++ ynh_sanitize_dbid --db_name=misskey 2022-03-29 20:33:40,536: DEBUG - ++ echo misskey 2022-03-29 20:33:40,539: DEBUG - + db_name=misskey 2022-03-29 20:33:40,539: DEBUG - + db_user=misskey 2022-03-29 20:33:40,539: DEBUG - + ynh_app_setting_set --app=misskey --key=db_name --value=misskey 2022-03-29 20:33:40,540: DEBUG - + local _globalapp=misskey 2022-03-29 20:33:40,761: DEBUG - + app=misskey 2022-03-29 20:33:40,761: DEBUG - + [[ db_name =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:33:40,762: DEBUG - + ynh_app_setting set misskey db_name misskey 2022-03-29 20:33:40,909: DEBUG - + ynh_psql_test_if_first_run 2022-03-29 20:33:40,911: DEBUG - + dpkg --list 2022-03-29 20:33:40,912: DEBUG - + grep -q 'ii postgresql-11' 2022-03-29 20:33:41,011: DEBUG - + '[' -e /etc/postgresql/11 ']' 2022-03-29 20:33:41,012: DEBUG - + systemctl is-active postgresql@11-main -q 2022-03-29 20:33:41,026: DEBUG - + systemctl is-enabled postgresql -q 2022-03-29 20:33:41,043: DEBUG - + '[' '!' -f /etc/yunohost/psql ']' 2022-03-29 20:33:41,044: DEBUG - + ynh_psql_setup_db --db_user=misskey --db_name=misskey 2022-03-29 20:33:41,047: DEBUG - + db_pwd= 2022-03-29 20:33:41,220: DEBUG - + ynh_psql_user_exists --user=misskey 2022-03-29 20:33:41,265: DEBUG - + grep --quiet misskey 2022-03-29 20:33:41,268: DEBUG - ++ cat /etc/yunohost/psql 2022-03-29 20:33:41,273: DEBUG - + sudo --login --user=postgres PGUSER=postgres PGPASSWORD=********** psql -tAc 'SELECT rolname FROM pg_roles WHERE rolname='\''misskey'\'';' 2022-03-29 20:33:41,568: DEBUG - + return 1 2022-03-29 20:33:41,570: DEBUG - ++ ynh_string_random 2022-03-29 20:33:41,578: DEBUG - ++ length=24 2022-03-29 20:33:41,578: DEBUG - ++ dd if=/dev/urandom bs=1 count=1000 2022-03-29 20:33:41,579: DEBUG - ++ tr --complement --delete A-Za-z0-9 2022-03-29 20:33:41,583: DEBUG - ++ sed --quiet 's/\(.\{24\}\).*/\1/p' 2022-03-29 20:33:41,599: DEBUG - + local new_db_pwd=********** 2022-03-29 20:33:41,599: DEBUG - + db_pwd=********** 2022-03-29 20:33:41,600: DEBUG - + ynh_psql_create_user misskey ********** 2022-03-29 20:33:41,600: DEBUG - + local user=misskey 2022-03-29 20:33:41,601: DEBUG - + local pwd=********** 2022-03-29 20:33:41,601: DEBUG - + ynh_psql_execute_as_root '--sql=CREATE USER misskey WITH ENCRYPTED PASSWORD '\''**********'\''' 2022-03-29 20:33:41,662: DEBUG - + database= 2022-03-29 20:33:41,663: DEBUG - + '[' -n '' ']' 2022-03-29 20:33:41,663: DEBUG - ++ cat /etc/yunohost/psql 2022-03-29 20:33:41,668: DEBUG - + ynh_psql_connect_as --user=postgres --password=********** 2022-03-29 20:33:41,828: DEBUG - + database= 2022-03-29 20:33:41,828: DEBUG - + sudo --login --user=postgres PGUSER=postgres PGPASSWORD=********** psql '' 2022-03-29 20:33:42,072: DEBUG - CREATE ROLE 2022-03-29 20:33:42,081: DEBUG - + ynh_psql_create_db misskey misskey 2022-03-29 20:33:42,082: DEBUG - + local db=misskey 2022-03-29 20:33:42,082: DEBUG - + local user=misskey 2022-03-29 20:33:42,083: DEBUG - + local 'sql=CREATE DATABASE misskey;' 2022-03-29 20:33:42,084: DEBUG - + '[' -n misskey ']' 2022-03-29 20:33:42,084: DEBUG - + sql+='ALTER DATABASE misskey OWNER TO misskey;' 2022-03-29 20:33:42,085: DEBUG - + sql+='GRANT ALL PRIVILEGES ON DATABASE misskey TO misskey WITH GRANT OPTION;' 2022-03-29 20:33:42,085: DEBUG - + ynh_psql_execute_as_root '--sql=CREATE DATABASE misskey;ALTER DATABASE misskey OWNER TO misskey;GRANT ALL PRIVILEGES ON DATABASE misskey TO misskey WITH GRANT OPTION;' 2022-03-29 20:33:42,137: DEBUG - + database= 2022-03-29 20:33:42,137: DEBUG - + '[' -n '' ']' 2022-03-29 20:33:42,138: DEBUG - ++ cat /etc/yunohost/psql 2022-03-29 20:33:42,142: DEBUG - + ynh_psql_connect_as --user=postgres --password=********** 2022-03-29 20:33:42,300: DEBUG - + database= 2022-03-29 20:33:42,301: DEBUG - + sudo --login --user=postgres PGUSER=postgres PGPASSWORD=********** psql '' 2022-03-29 20:33:43,087: DEBUG - CREATE DATABASE 2022-03-29 20:33:43,090: DEBUG - ALTER DATABASE 2022-03-29 20:33:43,092: DEBUG - GRANT 2022-03-29 20:33:43,100: DEBUG - + ynh_app_setting_set --app=misskey --key=psqlpwd --value=********** 2022-03-29 20:33:43,101: DEBUG - + local _globalapp=misskey 2022-03-29 20:33:43,415: DEBUG - + app=misskey 2022-03-29 20:33:43,416: DEBUG - + [[ psqlpwd =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:33:43,417: DEBUG - + ynh_app_setting set misskey psqlpwd ********** 2022-03-29 20:33:43,799: INFO - [####+...............] > Configuring system user... 2022-03-29 20:33:43,802: DEBUG - + ynh_system_user_create --username=misskey --home_dir=/var/www/misskey 2022-03-29 20:33:43,989: DEBUG - + use_shell=0 2022-03-29 20:33:43,990: DEBUG - + home_dir=/var/www/misskey 2022-03-29 20:33:43,991: DEBUG - + groups= 2022-03-29 20:33:43,991: DEBUG - + ynh_system_user_exists misskey 2022-03-29 20:33:44,022: DEBUG - + getent passwd misskey 2022-03-29 20:33:44,031: DEBUG - + '[' -n /var/www/misskey ']' 2022-03-29 20:33:44,032: DEBUG - + local 'user_home_dir=--home-dir /var/www/misskey' 2022-03-29 20:33:44,032: DEBUG - + local 'shell=--shell /usr/sbin/nologin' 2022-03-29 20:33:44,033: DEBUG - + useradd --home-dir /var/www/misskey --system --user-group misskey --shell /usr/sbin/nologin 2022-03-29 20:33:44,410: INFO - [#####+..............] > Setting up source files... 2022-03-29 20:33:44,413: DEBUG - + ynh_app_setting_set --app=misskey --key=final_path --value=/var/www/misskey 2022-03-29 20:33:44,414: DEBUG - + local _globalapp=misskey 2022-03-29 20:33:44,726: DEBUG - + app=misskey 2022-03-29 20:33:44,727: DEBUG - + [[ final_path =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:33:44,728: DEBUG - + ynh_app_setting set misskey final_path /var/www/misskey 2022-03-29 20:33:44,903: DEBUG - + ynh_setup_source --dest_dir=/var/www/misskey 2022-03-29 20:33:44,979: DEBUG - + source_id=app 2022-03-29 20:33:44,979: DEBUG - + keep= 2022-03-29 20:33:44,980: DEBUG - + local src_file_path=/var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/app.src 2022-03-29 20:33:44,981: DEBUG - ++ grep SOURCE_URL= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/app.src 2022-03-29 20:33:44,982: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:33:44,987: DEBUG - + local src_url=https://github.com/misskey-dev/misskey/archive/refs/tags/12.108.1.tar.gz 2022-03-29 20:33:44,991: DEBUG - ++ grep SOURCE_SUM= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/app.src 2022-03-29 20:33:44,991: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:33:44,998: DEBUG - + local src_sum=b0e05bf7a231d59190a0f666901795bb67f9fa0ca0e5070424df75c728f02a43 2022-03-29 20:33:45,001: DEBUG - ++ grep SOURCE_SUM_PRG= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/app.src 2022-03-29 20:33:45,001: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:33:45,008: DEBUG - + local src_sumprg=sha256sum 2022-03-29 20:33:45,010: DEBUG - ++ grep SOURCE_FORMAT= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/app.src 2022-03-29 20:33:45,011: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:33:45,018: DEBUG - + local src_format=tar.gz 2022-03-29 20:33:45,020: DEBUG - ++ grep SOURCE_EXTRACT= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/app.src 2022-03-29 20:33:45,021: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:33:45,027: DEBUG - + local src_extract= 2022-03-29 20:33:45,030: DEBUG - ++ grep SOURCE_IN_SUBDIR= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/app.src 2022-03-29 20:33:45,030: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:33:45,037: DEBUG - + local src_in_subdir=true 2022-03-29 20:33:45,040: DEBUG - ++ grep SOURCE_FILENAME= /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/app.src 2022-03-29 20:33:45,040: DEBUG - ++ cut --delimiter== --fields=2- 2022-03-29 20:33:45,047: DEBUG - + local src_filename= 2022-03-29 20:33:45,047: DEBUG - + src_sumprg=sha256sum 2022-03-29 20:33:45,048: DEBUG - + src_in_subdir=true 2022-03-29 20:33:45,048: DEBUG - + src_format=tar.gz 2022-03-29 20:33:45,049: DEBUG - ++ echo tar.gz 2022-03-29 20:33:45,051: DEBUG - ++ tr '[:upper:]' '[:lower:]' 2022-03-29 20:33:45,057: DEBUG - + src_format=tar.gz 2022-03-29 20:33:45,057: DEBUG - + src_extract=true 2022-03-29 20:33:45,058: DEBUG - + '[' '' = '' ']' 2022-03-29 20:33:45,058: DEBUG - + src_filename=app.tar.gz 2022-03-29 20:33:45,059: DEBUG - + local local_src=/opt/yunohost-apps-src/misskey/app.tar.gz 2022-03-29 20:33:45,059: DEBUG - + mkdir -p /var/cache/yunohost/download/misskey/ 2022-03-29 20:33:45,061: DEBUG - + src_filename=/var/cache/yunohost/download/misskey/app.tar.gz 2022-03-29 20:33:45,062: DEBUG - + test -e /opt/yunohost-apps-src/misskey/app.tar.gz 2022-03-29 20:33:45,062: DEBUG - + '[' -n https://github.com/misskey-dev/misskey/archive/refs/tags/12.108.1.tar.gz ']' 2022-03-29 20:33:45,063: DEBUG - ++ wget --tries 3 --no-dns-cache --timeout 900 --no-verbose --output-document=/var/cache/yunohost/download/misskey/app.tar.gz https://github.com/misskey-dev/misskey/archive/refs/tags/12.108.1.tar.gz 2022-03-29 20:33:49,282: DEBUG - + out='2022-03-29 20:33:49 URL:https://codeload.github.com/misskey-dev/misskey/tar.gz/refs/tags/12.108.1 [4801632] -> "/var/cache/yunohost/download/misskey/app.tar.gz" [1]' 2022-03-29 20:33:49,283: DEBUG - + sha256sum --check --status 2022-03-29 20:33:49,337: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/ 2022-03-29 20:33:49,341: DEBUG - + '[' -n '' ']' 2022-03-29 20:33:49,341: DEBUG - + mkdir --parents /var/www/misskey 2022-03-29 20:33:49,344: DEBUG - + '[' -n /var/www/misskey ']' 2022-03-29 20:33:49,345: DEBUG - + '[' /var/www/misskey == /var/www/misskey ']' 2022-03-29 20:33:49,345: DEBUG - + _ynh_apply_default_permissions /var/www/misskey 2022-03-29 20:33:49,346: DEBUG - + local target=/var/www/misskey 2022-03-29 20:33:49,349: DEBUG - ++ jq -r .requirements.yunohost /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/manifest.json 2022-03-29 20:33:49,350: DEBUG - ++ tr -d '>= ' 2022-03-29 20:33:49,360: DEBUG - + local ynh_requirement=4.3.0 2022-03-29 20:33:49,360: DEBUG - + '[' -z 4.3.0 ']' 2022-03-29 20:33:49,361: DEBUG - + '[' 4.3.0 == null ']' 2022-03-29 20:33:49,361: DEBUG - + dpkg --compare-versions 4.3.0 ge 4.2 2022-03-29 20:33:49,368: DEBUG - + chmod o-rwx /var/www/misskey 2022-03-29 20:33:49,372: DEBUG - + chmod g-w /var/www/misskey 2022-03-29 20:33:49,376: DEBUG - + chown -R root:root /var/www/misskey 2022-03-29 20:33:49,388: DEBUG - + ynh_system_user_exists misskey 2022-03-29 20:33:49,421: DEBUG - + getent passwd misskey 2022-03-29 20:33:49,433: DEBUG - + chown misskey:misskey /var/www/misskey 2022-03-29 20:33:49,449: DEBUG - + echo /var/www/misskey 2022-03-29 20:33:49,450: DEBUG - + grep -q '^/etc/cron' 2022-03-29 20:33:49,458: DEBUG - + true 2022-03-29 20:33:49,460: DEBUG - + '[' tar.gz = zip ']' 2022-03-29 20:33:49,460: DEBUG - + local strip= 2022-03-29 20:33:49,461: DEBUG - + '[' true '!=' false ']' 2022-03-29 20:33:49,462: DEBUG - + '[' true == true ']' 2022-03-29 20:33:49,462: DEBUG - + local sub_dirs=1 2022-03-29 20:33:49,463: DEBUG - + strip='--strip-components 1' 2022-03-29 20:33:49,463: DEBUG - + [[ tar.gz =~ ^tar.gz|tar.bz2|tar.xz$ ]] 2022-03-29 20:33:49,464: DEBUG - + tar --extract --file=/var/cache/yunohost/download/misskey/app.tar.gz --directory=/var/www/misskey --strip-components 1 2022-03-29 20:33:49,781: DEBUG - + ynh_secure_remove --file=/var/cache/yunohost/download/misskey/app.tar.gz 2022-03-29 20:33:49,845: DEBUG - + '[' -d /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/sources/patches/ ']' 2022-03-29 20:33:49,846: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/sources/extra_files/app 2022-03-29 20:33:49,846: DEBUG - + '[' -n '' ']' 2022-03-29 20:33:49,847: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/ 2022-03-29 20:33:49,849: DEBUG - + chmod 750 /var/www/misskey 2022-03-29 20:33:49,852: DEBUG - + chmod -R o-rwx /var/www/misskey 2022-03-29 20:33:49,888: DEBUG - + chown -R misskey:www-data /var/www/misskey 2022-03-29 20:33:50,162: INFO - [######++............] > Configuring NGINX web server... 2022-03-29 20:33:50,165: DEBUG - + ynh_add_nginx_config 2022-03-29 20:33:50,165: DEBUG - + local finalnginxconf=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,165: DEBUG - + '[' / '!=' / ']' 2022-03-29 20:33:50,166: DEBUG - + ynh_replace_string '--match_string=^#root_path_only' --replace_string= --target_file=/var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/nginx.conf 2022-03-29 20:33:50,383: DEBUG - + sed --in-place 's@^#root_path_only@@g' /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/nginx.conf 2022-03-29 20:33:50,388: DEBUG - + ynh_add_config --template=/var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/nginx.conf --destination=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,491: DEBUG - + '[' -f /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf//var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/nginx.conf ']' 2022-03-29 20:33:50,492: DEBUG - + '[' -f /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/nginx.conf ']' 2022-03-29 20:33:50,492: DEBUG - + template_path=/var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/nginx.conf 2022-03-29 20:33:50,493: DEBUG - + ynh_backup_if_checksum_is_different --file=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,523: DEBUG - + local checksum_setting_name=checksum__etc_nginx_conf.d_friends.maindomain.tld.d_misskey.conf 2022-03-29 20:33:50,525: DEBUG - ++ ynh_app_setting_get --app=misskey --key=checksum__etc_nginx_conf.d_friends.maindomain.tld.d_misskey.conf 2022-03-29 20:33:50,526: DEBUG - ++ local _globalapp=misskey 2022-03-29 20:33:50,624: DEBUG - ++ app=misskey 2022-03-29 20:33:50,625: DEBUG - ++ [[ checksum__etc_nginx_conf.d_friends.maindomain.tld.d_misskey.conf =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:33:50,625: DEBUG - ++ ynh_app_setting get misskey checksum__etc_nginx_conf.d_friends.maindomain.tld.d_misskey.conf 2022-03-29 20:33:50,755: DEBUG - + local checksum_value= 2022-03-29 20:33:50,755: DEBUG - + backup_file_checksum= 2022-03-29 20:33:50,756: DEBUG - + '[' -n '' ']' 2022-03-29 20:33:50,756: DEBUG - + touch /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,758: DEBUG - + chown root:root /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,762: DEBUG - + chmod 640 /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,765: DEBUG - + cp -f /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/nginx.conf /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,769: DEBUG - + _ynh_apply_default_permissions /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,769: DEBUG - + local target=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,772: DEBUG - ++ jq -r .requirements.yunohost /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/manifest.json 2022-03-29 20:33:50,774: DEBUG - ++ tr -d '>= ' 2022-03-29 20:33:50,785: DEBUG - + local ynh_requirement=4.3.0 2022-03-29 20:33:50,785: DEBUG - + '[' -z 4.3.0 ']' 2022-03-29 20:33:50,786: DEBUG - + '[' 4.3.0 == null ']' 2022-03-29 20:33:50,786: DEBUG - + dpkg --compare-versions 4.3.0 ge 4.2 2022-03-29 20:33:50,791: DEBUG - + chmod o-rwx /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,794: DEBUG - + chmod g-w /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,797: DEBUG - + chown -R root:root /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,800: DEBUG - + ynh_system_user_exists misskey 2022-03-29 20:33:50,836: DEBUG - + getent passwd misskey 2022-03-29 20:33:50,839: DEBUG - + chown misskey:misskey /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,844: DEBUG - + echo /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,845: DEBUG - + grep -q '^/etc/cron' 2022-03-29 20:33:50,850: DEBUG - + ynh_replace_vars --file=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:50,883: DEBUG - + test -n / 2022-03-29 20:33:50,884: DEBUG - + local path_url_slash_less= 2022-03-29 20:33:50,884: DEBUG - + ynh_replace_string --match_string=__PATH__/ --replace_string=/ --target_file=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:51,155: DEBUG - + sed --in-place s@__PATH__/@/@g /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:51,163: DEBUG - + ynh_replace_string --match_string=__PATH__ --replace_string=/ --target_file=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:51,463: DEBUG - + sed --in-place s@__PATH__@/@g /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:51,468: DEBUG - + test -n misskey 2022-03-29 20:33:51,469: DEBUG - + ynh_replace_string --match_string=__NAME__ --replace_string=misskey --target_file=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:51,678: DEBUG - + sed --in-place s@__NAME__@misskey@g /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:51,683: DEBUG - + ynh_replace_string --match_string=__NAMETOCHANGE__ --replace_string=misskey --target_file=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:51,892: DEBUG - + sed --in-place s@__NAMETOCHANGE__@misskey@g /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:51,898: DEBUG - + ynh_replace_string --match_string=__USER__ --replace_string=misskey --target_file=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:52,112: DEBUG - + sed --in-place s@__USER__@misskey@g /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:52,117: DEBUG - + test -n /var/www/misskey 2022-03-29 20:33:52,118: DEBUG - + ynh_replace_string --match_string=__FINALPATH__ --replace_string=/var/www/misskey --target_file=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:52,415: DEBUG - + sed --in-place s@__FINALPATH__@/var/www/misskey@g /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:52,423: DEBUG - + test -n 7.3 2022-03-29 20:33:52,424: DEBUG - + ynh_replace_string --match_string=__PHPVERSION__ --replace_string=7.3 --target_file=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:52,748: DEBUG - + sed --in-place s@__PHPVERSION__@7.3@g /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:52,757: DEBUG - + test -n PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:33:52,758: DEBUG - + ynh_replace_string --match_string=__YNH_NODE_LOAD_PATH__ --replace_string=PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --target_file=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:53,078: DEBUG - + sed --in-place s@__YNH_NODE_LOAD_PATH__@PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin@g /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:53,086: DEBUG - + uniques_vars=($(grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' $file | sort --unique | sed "s@__\([^.]*\)__@\L\1@g")) 2022-03-29 20:33:53,091: DEBUG - ++ grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:53,092: DEBUG - ++ sort --unique 2022-03-29 20:33:53,093: DEBUG - ++ sed 's@__\([^.]*\)__@\L\1@g' 2022-03-29 20:33:53,106: DEBUG - + local delimit=@ 2022-03-29 20:33:53,106: DEBUG - + for one_var in "${uniques_vars[@]}" 2022-03-29 20:33:53,107: DEBUG - + [[ -v port ]] 2022-03-29 20:33:53,107: DEBUG - + match_string=__PORT__ 2022-03-29 20:33:53,108: DEBUG - + match_string=__PORT__ 2022-03-29 20:33:53,108: DEBUG - + replace_string=3020 2022-03-29 20:33:53,109: DEBUG - + replace_string=3020 2022-03-29 20:33:53,109: DEBUG - + replace_string=3020 2022-03-29 20:33:53,110: DEBUG - + sed --in-place s@__PORT__@3020@g /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:53,115: DEBUG - + ynh_store_file_checksum --file=/etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:53,118: DEBUG - + update_only=0 2022-03-29 20:33:53,196: DEBUG - + local checksum_setting_name=checksum__etc_nginx_conf.d_friends.maindomain.tld.d_misskey.conf 2022-03-29 20:33:53,200: DEBUG - ++ md5sum /etc/nginx/conf.d/friends.maindomain.tld.d/misskey.conf 2022-03-29 20:33:53,202: DEBUG - ++ cut '--delimiter= ' --fields=1 2022-03-29 20:33:53,210: DEBUG - + ynh_app_setting_set --app=misskey --key=checksum__etc_nginx_conf.d_friends.maindomain.tld.d_misskey.conf --value=a904af4d44b45c4e1b1441d6db4a64c9 2022-03-29 20:33:53,211: DEBUG - + local _globalapp=misskey 2022-03-29 20:33:53,521: DEBUG - + app=misskey 2022-03-29 20:33:53,522: DEBUG - + [[ checksum__etc_nginx_conf.d_friends.maindomain.tld.d_misskey.conf =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:33:53,523: DEBUG - + ynh_app_setting set misskey checksum__etc_nginx_conf.d_friends.maindomain.tld.d_misskey.conf a904af4d44b45c4e1b1441d6db4a64c9 2022-03-29 20:33:53,665: DEBUG - + '[' -n '' ']' 2022-03-29 20:33:53,666: DEBUG - + unset backup_file_checksum 2022-03-29 20:33:53,666: DEBUG - + ynh_systemd_action --service_name=nginx --action=reload 2022-03-29 20:33:53,927: DEBUG - + service_name=nginx 2022-03-29 20:33:53,928: DEBUG - + action=reload 2022-03-29 20:33:53,929: DEBUG - + line_match= 2022-03-29 20:33:53,929: DEBUG - + length=20 2022-03-29 20:33:53,929: DEBUG - + log_path=/var/log/nginx/nginx.log 2022-03-29 20:33:53,930: DEBUG - + timeout=300 2022-03-29 20:33:53,930: DEBUG - + '[' reload == stop ']' 2022-03-29 20:33:53,931: DEBUG - + '[' reload == reload ']' 2022-03-29 20:33:53,931: DEBUG - + action=reload-or-restart 2022-03-29 20:33:53,931: DEBUG - + systemctl reload-or-restart nginx 2022-03-29 20:33:54,551: INFO - [########............] > Configuring a systemd service... 2022-03-29 20:33:54,554: DEBUG - + env_path=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:33:54,554: DEBUG - + ynh_add_systemd_config 2022-03-29 20:33:54,557: DEBUG - + service=misskey 2022-03-29 20:33:54,559: DEBUG - + template=systemd.service 2022-03-29 20:33:54,559: DEBUG - + others_var= 2022-03-29 20:33:54,559: DEBUG - + [[ -z '' ]] 2022-03-29 20:33:54,560: DEBUG - + ynh_add_config --template=/var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/systemd.service --destination=/etc/systemd/system/misskey.service 2022-03-29 20:33:54,677: DEBUG - + '[' -f /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf//var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/systemd.service ']' 2022-03-29 20:33:54,677: DEBUG - + '[' -f /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/systemd.service ']' 2022-03-29 20:33:54,678: DEBUG - + template_path=/var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/systemd.service 2022-03-29 20:33:54,678: DEBUG - + ynh_backup_if_checksum_is_different --file=/etc/systemd/system/misskey.service 2022-03-29 20:33:54,714: DEBUG - + local checksum_setting_name=checksum__etc_systemd_system_misskey.service 2022-03-29 20:33:54,715: DEBUG - ++ ynh_app_setting_get --app=misskey --key=checksum__etc_systemd_system_misskey.service 2022-03-29 20:33:54,716: DEBUG - ++ local _globalapp=misskey 2022-03-29 20:33:54,816: DEBUG - ++ app=misskey 2022-03-29 20:33:54,816: DEBUG - ++ [[ checksum__etc_systemd_system_misskey.service =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:33:54,817: DEBUG - ++ ynh_app_setting get misskey checksum__etc_systemd_system_misskey.service 2022-03-29 20:33:54,944: DEBUG - + local checksum_value= 2022-03-29 20:33:54,944: DEBUG - + backup_file_checksum= 2022-03-29 20:33:54,945: DEBUG - + '[' -n '' ']' 2022-03-29 20:33:54,945: DEBUG - + touch /etc/systemd/system/misskey.service 2022-03-29 20:33:54,947: DEBUG - + chown root:root /etc/systemd/system/misskey.service 2022-03-29 20:33:54,950: DEBUG - + chmod 640 /etc/systemd/system/misskey.service 2022-03-29 20:33:54,954: DEBUG - + cp -f /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/systemd.service /etc/systemd/system/misskey.service 2022-03-29 20:33:54,959: DEBUG - + _ynh_apply_default_permissions /etc/systemd/system/misskey.service 2022-03-29 20:33:54,959: DEBUG - + local target=/etc/systemd/system/misskey.service 2022-03-29 20:33:54,961: DEBUG - ++ jq -r .requirements.yunohost /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/manifest.json 2022-03-29 20:33:54,963: DEBUG - ++ tr -d '>= ' 2022-03-29 20:33:54,974: DEBUG - + local ynh_requirement=4.3.0 2022-03-29 20:33:54,974: DEBUG - + '[' -z 4.3.0 ']' 2022-03-29 20:33:54,975: DEBUG - + '[' 4.3.0 == null ']' 2022-03-29 20:33:54,975: DEBUG - + dpkg --compare-versions 4.3.0 ge 4.2 2022-03-29 20:33:54,980: DEBUG - + chmod o-rwx /etc/systemd/system/misskey.service 2022-03-29 20:33:54,983: DEBUG - + chmod g-w /etc/systemd/system/misskey.service 2022-03-29 20:33:54,986: DEBUG - + chown -R root:root /etc/systemd/system/misskey.service 2022-03-29 20:33:54,989: DEBUG - + ynh_system_user_exists misskey 2022-03-29 20:33:55,024: DEBUG - + getent passwd misskey 2022-03-29 20:33:55,028: DEBUG - + chown misskey:misskey /etc/systemd/system/misskey.service 2022-03-29 20:33:55,032: DEBUG - + echo /etc/systemd/system/misskey.service 2022-03-29 20:33:55,033: DEBUG - + grep -q '^/etc/cron' 2022-03-29 20:33:55,039: DEBUG - + ynh_replace_vars --file=/etc/systemd/system/misskey.service 2022-03-29 20:33:55,072: DEBUG - + test -n / 2022-03-29 20:33:55,073: DEBUG - + local path_url_slash_less= 2022-03-29 20:33:55,073: DEBUG - + ynh_replace_string --match_string=__PATH__/ --replace_string=/ --target_file=/etc/systemd/system/misskey.service 2022-03-29 20:33:55,278: DEBUG - + sed --in-place s@__PATH__/@/@g /etc/systemd/system/misskey.service 2022-03-29 20:33:55,283: DEBUG - + ynh_replace_string --match_string=__PATH__ --replace_string=/ --target_file=/etc/systemd/system/misskey.service 2022-03-29 20:33:55,493: DEBUG - + sed --in-place s@__PATH__@/@g /etc/systemd/system/misskey.service 2022-03-29 20:33:55,498: DEBUG - + test -n misskey 2022-03-29 20:33:55,499: DEBUG - + ynh_replace_string --match_string=__NAME__ --replace_string=misskey --target_file=/etc/systemd/system/misskey.service 2022-03-29 20:33:55,707: DEBUG - + sed --in-place s@__NAME__@misskey@g /etc/systemd/system/misskey.service 2022-03-29 20:33:55,712: DEBUG - + ynh_replace_string --match_string=__NAMETOCHANGE__ --replace_string=misskey --target_file=/etc/systemd/system/misskey.service 2022-03-29 20:33:55,989: DEBUG - + sed --in-place s@__NAMETOCHANGE__@misskey@g /etc/systemd/system/misskey.service 2022-03-29 20:33:55,994: DEBUG - + ynh_replace_string --match_string=__USER__ --replace_string=misskey --target_file=/etc/systemd/system/misskey.service 2022-03-29 20:33:56,205: DEBUG - + sed --in-place s@__USER__@misskey@g /etc/systemd/system/misskey.service 2022-03-29 20:33:56,210: DEBUG - + test -n /var/www/misskey 2022-03-29 20:33:56,211: DEBUG - + ynh_replace_string --match_string=__FINALPATH__ --replace_string=/var/www/misskey --target_file=/etc/systemd/system/misskey.service 2022-03-29 20:33:56,420: DEBUG - + sed --in-place s@__FINALPATH__@/var/www/misskey@g /etc/systemd/system/misskey.service 2022-03-29 20:33:56,425: DEBUG - + test -n 7.3 2022-03-29 20:33:56,426: DEBUG - + ynh_replace_string --match_string=__PHPVERSION__ --replace_string=7.3 --target_file=/etc/systemd/system/misskey.service 2022-03-29 20:33:56,637: DEBUG - + sed --in-place s@__PHPVERSION__@7.3@g /etc/systemd/system/misskey.service 2022-03-29 20:33:56,642: DEBUG - + test -n PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:33:56,642: DEBUG - + ynh_replace_string --match_string=__YNH_NODE_LOAD_PATH__ --replace_string=PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --target_file=/etc/systemd/system/misskey.service 2022-03-29 20:33:56,937: DEBUG - + sed --in-place s@__YNH_NODE_LOAD_PATH__@PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin@g /etc/systemd/system/misskey.service 2022-03-29 20:33:56,945: DEBUG - + uniques_vars=($(grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' $file | sort --unique | sed "s@__\([^.]*\)__@\L\1@g")) 2022-03-29 20:33:56,949: DEBUG - ++ grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' /etc/systemd/system/misskey.service 2022-03-29 20:33:56,951: DEBUG - ++ sort --unique 2022-03-29 20:33:56,952: DEBUG - ++ sed 's@__\([^.]*\)__@\L\1@g' 2022-03-29 20:33:56,963: DEBUG - + local delimit=@ 2022-03-29 20:33:56,964: DEBUG - + for one_var in "${uniques_vars[@]}" 2022-03-29 20:33:56,965: DEBUG - + [[ -v app ]] 2022-03-29 20:33:56,965: DEBUG - + match_string=__APP__ 2022-03-29 20:33:56,966: DEBUG - + match_string=__APP__ 2022-03-29 20:33:56,966: DEBUG - + replace_string=misskey 2022-03-29 20:33:56,967: DEBUG - + replace_string=misskey 2022-03-29 20:33:56,967: DEBUG - + replace_string=misskey 2022-03-29 20:33:56,968: DEBUG - + sed --in-place s@__APP__@misskey@g /etc/systemd/system/misskey.service 2022-03-29 20:33:56,971: DEBUG - + for one_var in "${uniques_vars[@]}" 2022-03-29 20:33:56,972: DEBUG - + [[ -v env_path ]] 2022-03-29 20:33:56,972: DEBUG - + match_string=__ENV_PATH__ 2022-03-29 20:33:56,973: DEBUG - + match_string=__ENV_PATH__ 2022-03-29 20:33:56,973: DEBUG - + replace_string=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:33:56,974: DEBUG - + replace_string=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:33:56,974: DEBUG - + replace_string=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:33:56,975: DEBUG - + sed --in-place s@__ENV_PATH__@/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin@g /etc/systemd/system/misskey.service 2022-03-29 20:33:56,980: DEBUG - + for one_var in "${uniques_vars[@]}" 2022-03-29 20:33:56,980: DEBUG - + [[ -v ynh_npm ]] 2022-03-29 20:33:56,981: DEBUG - + match_string=__YNH_NPM__ 2022-03-29 20:33:56,981: DEBUG - + match_string=__YNH_NPM__ 2022-03-29 20:33:56,982: DEBUG - + replace_string=/opt/node_n/n/versions/node/16/bin/npm 2022-03-29 20:33:56,982: DEBUG - + replace_string=/opt/node_n/n/versions/node/16/bin/npm 2022-03-29 20:33:56,983: DEBUG - + replace_string=/opt/node_n/n/versions/node/16/bin/npm 2022-03-29 20:33:56,983: DEBUG - + sed --in-place s@__YNH_NPM__@/opt/node_n/n/versions/node/16/bin/npm@g /etc/systemd/system/misskey.service 2022-03-29 20:33:56,988: DEBUG - + ynh_store_file_checksum --file=/etc/systemd/system/misskey.service 2022-03-29 20:33:56,992: DEBUG - + update_only=0 2022-03-29 20:33:57,069: DEBUG - + local checksum_setting_name=checksum__etc_systemd_system_misskey.service 2022-03-29 20:33:57,073: DEBUG - ++ md5sum /etc/systemd/system/misskey.service 2022-03-29 20:33:57,074: DEBUG - ++ cut '--delimiter= ' --fields=1 2022-03-29 20:33:57,085: DEBUG - + ynh_app_setting_set --app=misskey --key=checksum__etc_systemd_system_misskey.service --value=1a85caa419eb910062c180a431c5da93 2022-03-29 20:33:57,085: DEBUG - + local _globalapp=misskey 2022-03-29 20:33:57,378: DEBUG - + app=misskey 2022-03-29 20:33:57,379: DEBUG - + [[ checksum__etc_systemd_system_misskey.service =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:33:57,380: DEBUG - + ynh_app_setting set misskey checksum__etc_systemd_system_misskey.service 1a85caa419eb910062c180a431c5da93 2022-03-29 20:33:57,549: DEBUG - + '[' -n '' ']' 2022-03-29 20:33:57,549: DEBUG - + unset backup_file_checksum 2022-03-29 20:33:57,550: DEBUG - + systemctl enable misskey --quiet 2022-03-29 20:33:58,153: DEBUG - + systemctl daemon-reload 2022-03-29 20:33:59,018: INFO - [########+...........] > Adding a configuration file... 2022-03-29 20:33:59,020: DEBUG - ++ ynh_redis_get_free_db 2022-03-29 20:33:59,021: DEBUG - ++ local result max db 2022-03-29 20:33:59,022: DEBUG - +++ redis-cli INFO keyspace 2022-03-29 20:33:59,040: DEBUG - ++ result='# Keyspace ' 2022-03-29 20:33:59,043: DEBUG - +++ cat /etc/redis/redis.conf 2022-03-29 20:33:59,044: DEBUG - +++ grep '^databases' 2022-03-29 20:33:59,045: DEBUG - +++ grep -Eow '[0-9]+' 2022-03-29 20:33:59,053: DEBUG - ++ max=16 2022-03-29 20:33:59,053: DEBUG - ++ db=0 2022-03-29 20:33:59,054: DEBUG - +++ seq 0 16 2022-03-29 20:33:59,060: DEBUG - ++ for i in $(seq 0 "$max") 2022-03-29 20:33:59,060: DEBUG - ++ echo '# Keyspace ' 2022-03-29 20:33:59,061: DEBUG - ++ grep -q db0 2022-03-29 20:33:59,066: DEBUG - ++ db=0 2022-03-29 20:33:59,067: DEBUG - ++ break 1 2022-03-29 20:33:59,067: DEBUG - ++ test 0 -eq -1 2022-03-29 20:33:59,067: DEBUG - ++ echo 0 2022-03-29 20:33:59,068: DEBUG - + redis_db=0 2022-03-29 20:33:59,069: DEBUG - + ynh_app_setting_set --app=misskey --key=redis_db --value=0 2022-03-29 20:33:59,069: DEBUG - + local _globalapp=misskey 2022-03-29 20:33:59,285: DEBUG - + app=misskey 2022-03-29 20:33:59,289: DEBUG - + [[ redis_db =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:33:59,290: DEBUG - + ynh_app_setting set misskey redis_db 0 2022-03-29 20:33:59,419: DEBUG - + ynh_add_config --template=../conf/default.yml --destination=/var/www/misskey/.config/default.yml 2022-03-29 20:33:59,514: DEBUG - + '[' -f /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/../conf/default.yml ']' 2022-03-29 20:33:59,515: DEBUG - + template_path=/var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/../conf/default.yml 2022-03-29 20:33:59,515: DEBUG - + ynh_backup_if_checksum_is_different --file=/var/www/misskey/.config/default.yml 2022-03-29 20:33:59,545: DEBUG - + local checksum_setting_name=checksum__var_www_misskey_.config_default.yml 2022-03-29 20:33:59,546: DEBUG - ++ ynh_app_setting_get --app=misskey --key=checksum__var_www_misskey_.config_default.yml 2022-03-29 20:33:59,547: DEBUG - ++ local _globalapp=misskey 2022-03-29 20:33:59,663: DEBUG - ++ app=misskey 2022-03-29 20:33:59,664: DEBUG - ++ [[ checksum__var_www_misskey_.config_default.yml =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:33:59,665: DEBUG - ++ ynh_app_setting get misskey checksum__var_www_misskey_.config_default.yml 2022-03-29 20:33:59,806: DEBUG - + local checksum_value= 2022-03-29 20:33:59,807: DEBUG - + backup_file_checksum= 2022-03-29 20:33:59,807: DEBUG - + '[' -n '' ']' 2022-03-29 20:33:59,808: DEBUG - + touch /var/www/misskey/.config/default.yml 2022-03-29 20:33:59,810: DEBUG - + chown root:root /var/www/misskey/.config/default.yml 2022-03-29 20:33:59,813: DEBUG - + chmod 640 /var/www/misskey/.config/default.yml 2022-03-29 20:33:59,817: DEBUG - + cp -f /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/conf/../conf/default.yml /var/www/misskey/.config/default.yml 2022-03-29 20:33:59,821: DEBUG - + _ynh_apply_default_permissions /var/www/misskey/.config/default.yml 2022-03-29 20:33:59,821: DEBUG - + local target=/var/www/misskey/.config/default.yml 2022-03-29 20:33:59,824: DEBUG - ++ jq -r .requirements.yunohost /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/manifest.json 2022-03-29 20:33:59,825: DEBUG - ++ tr -d '>= ' 2022-03-29 20:33:59,837: DEBUG - + local ynh_requirement=4.3.0 2022-03-29 20:33:59,838: DEBUG - + '[' -z 4.3.0 ']' 2022-03-29 20:33:59,839: DEBUG - + '[' 4.3.0 == null ']' 2022-03-29 20:33:59,839: DEBUG - + dpkg --compare-versions 4.3.0 ge 4.2 2022-03-29 20:33:59,844: DEBUG - + chmod o-rwx /var/www/misskey/.config/default.yml 2022-03-29 20:33:59,847: DEBUG - + chmod g-w /var/www/misskey/.config/default.yml 2022-03-29 20:33:59,851: DEBUG - + chown -R root:root /var/www/misskey/.config/default.yml 2022-03-29 20:33:59,854: DEBUG - + ynh_system_user_exists misskey 2022-03-29 20:33:59,889: DEBUG - + getent passwd misskey 2022-03-29 20:33:59,894: DEBUG - + chown misskey:misskey /var/www/misskey/.config/default.yml 2022-03-29 20:33:59,899: DEBUG - + echo /var/www/misskey/.config/default.yml 2022-03-29 20:33:59,901: DEBUG - + grep -q '^/etc/cron' 2022-03-29 20:33:59,907: DEBUG - + ynh_replace_vars --file=/var/www/misskey/.config/default.yml 2022-03-29 20:33:59,942: DEBUG - + test -n / 2022-03-29 20:33:59,943: DEBUG - + local path_url_slash_less= 2022-03-29 20:33:59,943: DEBUG - + ynh_replace_string --match_string=__PATH__/ --replace_string=/ --target_file=/var/www/misskey/.config/default.yml 2022-03-29 20:34:00,144: DEBUG - + sed --in-place s@__PATH__/@/@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:00,149: DEBUG - + ynh_replace_string --match_string=__PATH__ --replace_string=/ --target_file=/var/www/misskey/.config/default.yml 2022-03-29 20:34:00,357: DEBUG - + sed --in-place s@__PATH__@/@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:00,363: DEBUG - + test -n misskey 2022-03-29 20:34:00,363: DEBUG - + ynh_replace_string --match_string=__NAME__ --replace_string=misskey --target_file=/var/www/misskey/.config/default.yml 2022-03-29 20:34:00,647: DEBUG - + sed --in-place s@__NAME__@misskey@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:00,655: DEBUG - + ynh_replace_string --match_string=__NAMETOCHANGE__ --replace_string=misskey --target_file=/var/www/misskey/.config/default.yml 2022-03-29 20:34:00,979: DEBUG - + sed --in-place s@__NAMETOCHANGE__@misskey@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:00,989: DEBUG - + ynh_replace_string --match_string=__USER__ --replace_string=misskey --target_file=/var/www/misskey/.config/default.yml 2022-03-29 20:34:01,298: DEBUG - + sed --in-place s@__USER__@misskey@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:01,306: DEBUG - + test -n /var/www/misskey 2022-03-29 20:34:01,307: DEBUG - + ynh_replace_string --match_string=__FINALPATH__ --replace_string=/var/www/misskey --target_file=/var/www/misskey/.config/default.yml 2022-03-29 20:34:01,547: DEBUG - + sed --in-place s@__FINALPATH__@/var/www/misskey@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:01,553: DEBUG - + test -n 7.3 2022-03-29 20:34:01,553: DEBUG - + ynh_replace_string --match_string=__PHPVERSION__ --replace_string=7.3 --target_file=/var/www/misskey/.config/default.yml 2022-03-29 20:34:01,764: DEBUG - + sed --in-place s@__PHPVERSION__@7.3@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:01,770: DEBUG - + test -n PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:34:01,771: DEBUG - + ynh_replace_string --match_string=__YNH_NODE_LOAD_PATH__ --replace_string=PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --target_file=/var/www/misskey/.config/default.yml 2022-03-29 20:34:01,985: DEBUG - + sed --in-place s@__YNH_NODE_LOAD_PATH__@PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:01,990: DEBUG - + uniques_vars=($(grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' $file | sort --unique | sed "s@__\([^.]*\)__@\L\1@g")) 2022-03-29 20:34:01,994: DEBUG - ++ grep -oP '__[A-Z0-9]+?[A-Z0-9_]*?[A-Z0-9]*?__' /var/www/misskey/.config/default.yml 2022-03-29 20:34:01,995: DEBUG - ++ sort --unique 2022-03-29 20:34:01,995: DEBUG - ++ sed 's@__\([^.]*\)__@\L\1@g' 2022-03-29 20:34:02,004: DEBUG - + local delimit=@ 2022-03-29 20:34:02,004: DEBUG - + for one_var in "${uniques_vars[@]}" 2022-03-29 20:34:02,005: DEBUG - + [[ -v db_name ]] 2022-03-29 20:34:02,005: DEBUG - + match_string=__DB_NAME__ 2022-03-29 20:34:02,006: DEBUG - + match_string=__DB_NAME__ 2022-03-29 20:34:02,006: DEBUG - + replace_string=misskey 2022-03-29 20:34:02,006: DEBUG - + replace_string=misskey 2022-03-29 20:34:02,007: DEBUG - + replace_string=misskey 2022-03-29 20:34:02,007: DEBUG - + sed --in-place s@__DB_NAME__@misskey@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:02,009: DEBUG - + for one_var in "${uniques_vars[@]}" 2022-03-29 20:34:02,010: DEBUG - + [[ -v db_pwd ]] 2022-03-29 20:34:02,010: DEBUG - + match_string=__DB_PWD__ 2022-03-29 20:34:02,011: DEBUG - + match_string=__DB_PWD__ 2022-03-29 20:34:02,011: DEBUG - + replace_string=********** 2022-03-29 20:34:02,011: DEBUG - + replace_string=********** 2022-03-29 20:34:02,012: DEBUG - + replace_string=********** 2022-03-29 20:34:02,012: DEBUG - + sed --in-place s@__DB_PWD__@**********@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:02,015: DEBUG - + for one_var in "${uniques_vars[@]}" 2022-03-29 20:34:02,015: DEBUG - + [[ -v db_user ]] 2022-03-29 20:34:02,016: DEBUG - + match_string=__DB_USER__ 2022-03-29 20:34:02,016: DEBUG - + match_string=__DB_USER__ 2022-03-29 20:34:02,016: DEBUG - + replace_string=misskey 2022-03-29 20:34:02,017: DEBUG - + replace_string=misskey 2022-03-29 20:34:02,017: DEBUG - + replace_string=misskey 2022-03-29 20:34:02,017: DEBUG - + sed --in-place s@__DB_USER__@misskey@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:02,020: DEBUG - + for one_var in "${uniques_vars[@]}" 2022-03-29 20:34:02,021: DEBUG - + [[ -v domain ]] 2022-03-29 20:34:02,021: DEBUG - + match_string=__DOMAIN__ 2022-03-29 20:34:02,022: DEBUG - + match_string=__DOMAIN__ 2022-03-29 20:34:02,022: DEBUG - + replace_string=friends.maindomain.tld 2022-03-29 20:34:02,023: DEBUG - + replace_string=friends.maindomain.tld 2022-03-29 20:34:02,023: DEBUG - + replace_string=friends.maindomain.tld 2022-03-29 20:34:02,023: DEBUG - + sed --in-place s@__DOMAIN__@friends.maindomain.tld@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:02,027: DEBUG - + for one_var in "${uniques_vars[@]}" 2022-03-29 20:34:02,027: DEBUG - + [[ -v port ]] 2022-03-29 20:34:02,028: DEBUG - + match_string=__PORT__ 2022-03-29 20:34:02,028: DEBUG - + match_string=__PORT__ 2022-03-29 20:34:02,029: DEBUG - + replace_string=3020 2022-03-29 20:34:02,029: DEBUG - + replace_string=3020 2022-03-29 20:34:02,029: DEBUG - + replace_string=3020 2022-03-29 20:34:02,030: DEBUG - + sed --in-place s@__PORT__@3020@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:02,033: DEBUG - + for one_var in "${uniques_vars[@]}" 2022-03-29 20:34:02,034: DEBUG - + [[ -v redis_db ]] 2022-03-29 20:34:02,034: DEBUG - + match_string=__REDIS_DB__ 2022-03-29 20:34:02,035: DEBUG - + match_string=__REDIS_DB__ 2022-03-29 20:34:02,035: DEBUG - + replace_string=0 2022-03-29 20:34:02,035: DEBUG - + replace_string=0 2022-03-29 20:34:02,036: DEBUG - + replace_string=0 2022-03-29 20:34:02,036: DEBUG - + sed --in-place s@__REDIS_DB__@0@g /var/www/misskey/.config/default.yml 2022-03-29 20:34:02,040: DEBUG - + ynh_store_file_checksum --file=/var/www/misskey/.config/default.yml 2022-03-29 20:34:02,042: DEBUG - + update_only=0 2022-03-29 20:34:02,095: DEBUG - + local checksum_setting_name=checksum__var_www_misskey_.config_default.yml 2022-03-29 20:34:02,097: DEBUG - ++ md5sum /var/www/misskey/.config/default.yml 2022-03-29 20:34:02,099: DEBUG - ++ cut '--delimiter= ' --fields=1 2022-03-29 20:34:02,104: DEBUG - + ynh_app_setting_set --app=misskey --key=checksum__var_www_misskey_.config_default.yml --value=8f2fca2e808d2220fc2c24ae39fa794d 2022-03-29 20:34:02,105: DEBUG - + local _globalapp=misskey 2022-03-29 20:34:02,413: DEBUG - + app=misskey 2022-03-29 20:34:02,414: DEBUG - + [[ checksum__var_www_misskey_.config_default.yml =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:34:02,415: DEBUG - + ynh_app_setting set misskey checksum__var_www_misskey_.config_default.yml 8f2fca2e808d2220fc2c24ae39fa794d 2022-03-29 20:34:02,582: DEBUG - + '[' -n '' ']' 2022-03-29 20:34:02,583: DEBUG - + unset backup_file_checksum 2022-03-29 20:34:02,808: INFO - [#########+++++++....] > Installing Misskey... 2022-03-29 20:34:02,810: DEBUG - + pushd /var/www/misskey 2022-03-29 20:34:02,811: DEBUG - /var/www/misskey /var/cache/yunohost/app_tmp_work_dirs/app_wf_jgvp9/scripts 2022-03-29 20:34:02,811: DEBUG - + ynh_use_nodejs 2022-03-29 20:34:02,812: DEBUG - ++ ynh_app_setting_get --app=misskey --key=nodejs_version 2022-03-29 20:34:02,812: DEBUG - ++ local _globalapp=misskey 2022-03-29 20:34:02,913: DEBUG - ++ app=misskey 2022-03-29 20:34:02,914: DEBUG - ++ [[ nodejs_version =~ (unprotected|protected|skipped)_ ]] 2022-03-29 20:34:02,914: DEBUG - ++ ynh_app_setting get misskey nodejs_version 2022-03-29 20:34:03,043: DEBUG - + nodejs_version=16 2022-03-29 20:34:03,044: DEBUG - + nodejs_path=/opt/node_n/n/versions/node/16/bin 2022-03-29 20:34:03,044: DEBUG - + shopt -s expand_aliases 2022-03-29 20:34:03,045: DEBUG - + ynh_node=/opt/node_n/n/versions/node/16/bin/node 2022-03-29 20:34:03,045: DEBUG - + alias ynh_node=/opt/node_n/n/versions/node/16/bin/node 2022-03-29 20:34:03,045: DEBUG - + ynh_npm=/opt/node_n/n/versions/node/16/bin/npm 2022-03-29 20:34:03,046: DEBUG - + alias ynh_npm=/opt/node_n/n/versions/node/16/bin/npm 2022-03-29 20:34:03,046: DEBUG - + [[ :/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: != *\:\/\o\p\t\/\n\o\d\e\_\n\/\n\/\v\e\r\s\i\o\n\s\/\n\o\d\e\/\1\6\/\b\i\n* ]] 2022-03-29 20:34:03,047: DEBUG - + node_PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:34:03,047: DEBUG - + ynh_node_load_PATH=PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:34:03,048: DEBUG - + ynh_node_load_path=PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-03-29 20:34:03,048: DEBUG - + ynh_exec_warn_less sudo -u misskey env PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin yarn add ts-node webpack 2022-03-29 20:34:03,049: DEBUG - + [[ 9 -eq 1 ]] 2022-03-29 20:34:03,049: DEBUG - + sudo -u misskey env PATH=/opt/node_n/n/versions/node/16/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin yarn add ts-node webpack 2022-03-29 20:34:04,237: DEBUG - yarn add v1.22.18 2022-03-29 20:34:04,571: DEBUG - [1/4] Resolving packages... 2022-03-29 20:34:07,429: DEBUG - [2/4] Fetching packages... 2022-03-29 20:34:41,555: DEBUG - [3/4] Linking dependencies... 2022-03-29 20:34:41,559: DEBUG - warning " > @typescript-eslint/parser@5.14.0" has unmet peer dependency "eslint@^6.0.0 || ^7.0.0 || ^8.0.0". 2022-03-29 20:34:41,565: DEBUG - warning " > ts-node@10.7.0" has unmet peer dependency "@types/node@*". 2022-03-29 20:34:57,283: DEBUG - [4/4] Building fresh packages... 2022-03-29 20:34:59,066: DEBUG - error /var/www/misskey/node_modules/cypress: Command failed. 2022-03-29 20:34:59,066: DEBUG - Exit code: 1 2022-03-29 20:34:59,067: DEBUG - Command: node index.js --exec install 2022-03-29 20:34:59,067: DEBUG - Arguments: 2022-03-29 20:34:59,067: DEBUG - Directory: /var/www/misskey/node_modules/cypress 2022-03-29 20:34:59,068: DEBUG - Output: 2022-03-29 20:34:59,068: DEBUG - The Cypress App could not be installed. Your machine does not meet the operating system requirements. 2022-03-29 20:34:59,069: DEBUG - 2022-03-29 20:34:59,069: DEBUG - https://on.cypress.io/guides/getting-started/installing-cypress#system-requirements 2022-03-29 20:34:59,070: DEBUG - 2022-03-29 20:34:59,070: DEBUG - ---------- 2022-03-29 20:34:59,070: DEBUG - 2022-03-29 20:34:59,071: DEBUG - Platform: linux-ia32 (Debian - 10) 2022-03-29 20:34:59,071: DEBUG - Cypress Version: 9.5.0 2022-03-29 20:34:59,071: DEBUG - info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command. 2022-03-29 20:34:59,147: DEBUG - + ynh_exit_properly 2022-03-29 20:34:59,657: DEBUG - + ynh_clean_setup 2022-03-29 20:34:59,658: DEBUG - + true 2022-03-29 20:35:00,665: ERROR - Unable to install misskey: An error occurred inside the app installation script