GithubHelp home page GithubHelp logo

esirplayground / autobuild-openwrt Goto Github PK

View Code? Open in Web Editor NEW
1.7K 42.0 4.4K 199 KB

Build OpenWrt using GitHub Actions | 使用 GitHub Actions 编译 OpenWrt | 感谢P3TERX的项目源码|感谢KFERMercer的项目源码

License: MIT License

Shell 100.00%

autobuild-openwrt's Introduction

AutoBuild-OpenWrt

LICENSE GitHub Stars GitHub Forks GitHub last commit

Build OpenWrt firware Lean's OpenWrt using GitHub Actions
Hereby thank P3TERX for his amazing job: https://github.com/P3TERX/Actions-OpenWrt/

Hereby thank KFERMercer for his amazing job: https://github.com/KFERMercer/OpenWrt-CI
You could edit and enable "Sync Code" YAML file to let your forked repo keep updated.

Usage

🔥🔥Video Tutorial (in Mandrin) | 视频教程(国语)📺🎉

1. Prerequisite

2. Compile Firmware

  • Click [.github/workflows] folder on the top of repo and you could see few workflow files, Each for one particular architecture(device).
  • UPDATED Click "Action" on the menu, click your favoriate device on the left side, then go to the right side "Run workflow" button, click and on the dropdown menu, click the green button "Run workflow", that's it!!
  • The build starts automatically. Progress can be viewed on the Actions page.
  • When the build is complete, click the Artifacts button in the upper right corner of the Actions page to download the binaries.
  • Default Web Admin IP: 192.168.5.1, username root, no login password

3. Sync Code

  • Uncomment 'push-branches-master' 3 lines under On section and commit changes to let the script sync the code once for you.
  • Uncomment 'schedule-cron' 2 lines under On section and commit changes to let the script sync the code everyday on 3 am[UTC +8]

autobuild-openwrt's People

Contributors

esirplayground avatar kurokosama avatar stephenchou888 avatar

Stargazers

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

Watchers

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

autobuild-openwrt's Issues

你好你的高大全版不支持wpa

Openwrt 无线 WPA/WPA2加密 及无线客户端模式WPA/WPA2 加密

Openwrt无线客户端 连接时如果只装Hostapd 做为AP模式 可以使用WPA2加密
如果做为客户端加密便需要 用到 wpa-supplicant

编译环境
make menuconfig
按 / 后 搜索 找到位置并添加

hostapd AP模式 WPA/WPA2支持

wpa-supplicant 无线客户端模式 WPA/WPA2 支持

或者刷好包联网后 SSL连接路由
opkg update ---更新软件列表

opkg install hostapd
opkg install wpa-supplicant

没有这个
我的软路由配无线网卡无法正常使用

NewWifi-D2的profile不是被lean给删除了吗

看到了新3-D2路由的config,印象当中该款路由器的profile已经被lean给剔除了,为此还引起了小小风波。看佚sir你的config,编译的是master分支,而不是特定的节点号。

UDP问题

按这套模板做出来的固件SSR打开UDP后用NatTypeTester软件测试显示UDP不通,换默认固件就没这个问题

R4S自动编译固件

我再在大佬的谷歌盘里只看到有R2S的固件,能多增加一个R4S的固件吗

10.1高大上版本有异常

最新的10.1版本中,在DHCP那边默认勾选了忽略解析文件,而9.1版本就没有勾选,勾选之后,导致不能正常上网
IMG_20201008_082653

编译固件的时候能否设置网口

每次刷机后,原来的wan口变成lan口,都要重新插网线设置一遍。有没有办法在编译的时候脚本设置下eth0是wan口,其他口是lan口?谢谢大佬

Build_OP_NanoPi_R4S.yml 报错

Rebuild OpenWrt To Collect Error Log If Failed

Run cd "/home/runner/openwrt"

make[2]: Entering directory '/home/runner/openwrt/scripts/config'
cc -O2 -c -o conf.o conf.c
cc -O2 -c -o confdata.o confdata.c
cc -O2 -c -o expr.o expr.c
cc -O2 -I ./. -c -o lexer.lex.o lexer.lex.c
cc -O2 -I ./. -c -o parser.tab.o parser.tab.c
cc -O2 -c -o preprocess.o preprocess.c
cc -O2 -c -o symbol.o symbol.c
cc -O2 -c -o util.o util.c
cc conf.o confdata.o expr.o lexer.lex.o parser.tab.o preprocess.o symbol.o util.o -o conf
make[2]: Leaving directory '/home/runner/openwrt/scripts/config'
make[2]: Entering directory '/home/runner/openwrt'
make[3]: Entering directory '/home/runner/openwrt/scripts/config'
set -e; mkdir -p ./; trap "rm -f ./.mconf-cfg.tmp" EXIT; { /bin/sh mconf-cfg.sh; } > ./.mconf-cfg.tmp; if [ ! -r mconf-cfg ] || ! cmp -s mconf-cfg ./.mconf-cfg.tmp; then true ' UPD mconf-cfg'; mv -f ./.mconf-cfg.tmp mconf-cfg; fi
cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o mconf.o mconf.c
cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o lxdialog/checklist.o lxdialog/checklist.c
cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o lxdialog/inputbox.o lxdialog/inputbox.c
cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o lxdialog/menubox.o lxdialog/menubox.c
cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o lxdialog/textbox.o lxdialog/textbox.c
cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o lxdialog/util.o lxdialog/util.c
cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o lxdialog/yesno.o lxdialog/yesno.c
cc -o mconf mconf.o lxdialog/checklist.o lxdialog/inputbox.o lxdialog/menubox.o lxdialog/textbox.o lxdialog/util.o lxdialog/yesno.o confdata.o expr.o lexer.lex.o parser.tab.o preprocess.o symbol.o util.o -lncurses -ltinfo
make[3]: Leaving directory '/home/runner/openwrt/scripts/config'
make[3]: Entering directory '/home/runner/openwrt'
make[3]: Leaving directory '/home/runner/openwrt'
Error opening terminal: unknown.
make[2]: *** [menuconfig] Error 1
/home/runner/openwrt/include/toplevel.mk:133: recipe for target 'menuconfig' failed
make[2]: Leaving directory '/home/runner/openwrt'
make[1]: *** [.config] Error 2
/home/runner/openwrt/include/toplevel.mk:92: recipe for target '.config' failed
make: *** [world] Error 2
/home/runner/openwrt/include/toplevel.mk:228: recipe for target 'world' failed
Error: Process completed with exit code 2.

使用rufus刷入优盘后,插入软路由无法启动

操作是fork代码,将push触发编译的代码块解注,action开始执行。成功后下载产生的压缩包,使用rufus刷入优盘。插入软路由启动时,顶部闪了一行字(就是您的签名),然后就是黑屏。

此是action产生的压缩包,箭头部分是刷入优盘的固件:
另外说明:combined和uefi都试了,一样都是出来一些单词,随后就是一直黑屏。openwrt-GDQ-IPv6-v2.1[2020]-x86-64-combined-squashfs.img 此版本刷入是可以正常启动的。
Snipaste_2020-03-04_23-39-50

固件地址:
链接:https://pan.baidu.com/s/1nHY1Q_b_9zyjkM9PDbhF7w
提取码:vlhc

内核问题 DMC firmware i915/kbl_dmc_ver1_04.bin

Hi 大佬,

目前在用的设备:
3865U 2+16G
问题现象:
使用用个几小时,莫名其妙的断网,软路由设备也访问不了

最近发现一直有个内核的问题:
[ 63.250656] i915 0000:00:02.0: Failed to load DMC firmware i915/kbl_dmc_ver1_04.bin. Disabling runtime power management.
[ 63.262059] i915 0000:00:02.0: DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915

内核问题

这个问题,我查了下,说是可以导致电源管理失效
我找了很多资料,没找到一个可用的修改方式,可否帮忙看下,怎么样在编译时候给加上这个内核模块

BR
Robin

x86_64.config BUILD TITLE问题

CONFIG_KERNEL_BUILD_USER="eSir Playground"
CONFIG_GRUB_TITLE="OpenWrt AutoBuild by eSirPlayground"
固件编译后没有改变首页显示问题。

esir,要先删除再git clone的怎处理?

像这个主题 https://github.com/jerrykuku/luci-theme-argon/tree/18.06 ,要先rm -rf luci-theme-argon,再git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git,怎么处理?

我在Build_OP_x86_64.yml 里面添加了这段(在- name: Import external feeds 上面添加,而且码都按要求对齐了)
- name: Install theme
working-directory: ./openwrt
run: |
#也试过不加sudo
sudo rm -rf package/lede/luci-theme-argon
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/luci-theme-argon

然后在x86_64.config 里面添加
CONFIG_PACKAGE_luci-theme-argon=y

最后出来的固件里面还是Lean源码里的argon主题,并非jerrykuku的版本

脚本中ssr问题。

esir大神,脚本文件中“sed -i '5s/#//' feeds.conf.default” ,是为了使用feeds.conf.default文件中的helloworld源,现在他的源位置改到11行了,应该改成:sed -i '11s/#//' feeds.conf.default“,不然ssr-plus就找不到源安装不了,不知道这么说对不对,我是这样才安装了ssr。

建议添加r8168驱动

目前用的小马v1,网卡是rtl8111,高大全版本默认使用的是r8169驱动,兼容性有点问题,有时会掉到百兆。网上看了一圈好像得单独编译,但必须首先完整编译一次固件才能单独编译ipk,似乎很麻烦……所以希望下个版本能增加rtl8111专属的r8168驱动,谢谢!

相关驱动在这里:https://github.com/goldkeyber112/openwrt-r8168

x86_64编译失败

修改 config 文件后 action 显示如下错误
Check failure

GitHub Actions
/ .github/workflows/Sync Code.yml

Error
No event triggers defined in on

刚自编译最新的固件,无法更新源,签名错误

Downloading https://openwrt.proxy.ustclug.org/releases/19.07.1/targets/ramips/mt7621/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading https://openwrt.proxy.ustclug.org/releases/19.07.1/targets/ramips/mt7621/packages/Packages.sig
Signature check failed.
Remove wrong Signature file.
Downloading https://openwrt.proxy.ustclug.org/releases/19.07.1/packages/mipsel_24kc/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading https://openwrt.proxy.ustclug.org/releases/19.07.1/packages/mipsel_24kc/base/Packages.sig
Signature check failed.
Remove wrong Signature file.
Downloading https://openwrt.proxy.ustclug.org/releases/19.07.1/packages/mipsel_24kc/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading https://openwrt.proxy.ustclug.org/releases/19.07.1/packages/mipsel_24kc/luci/Packages.sig
Signature check failed.
Remove wrong Signature file.
Downloading https://openwrt.proxy.ustclug.org/releases/19.07.1/packages/mipsel_24kc/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading https://openwrt.proxy.ustclug.org/releases/19.07.1/packages/mipsel_24kc/packages/Packages.sig
Signature check failed.
Remove wrong Signature file.

希望加入 8812bu和8811cu驱动

能不能加入 8812bu和8811cu驱动呀?
8812bu和8811cu的usb无线网卡存世量挺大的呢,
可不可以考虑下呢?
谢谢大佬!

fireware编译错误,错误代码2

fireware编译到1h40m左右时会报错,错误代码2,没接触过这方面的东西不知道该怎么解决

2021-11-20T14:15:23.7381336Z mkdir -p /home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp
2021-11-20T14:15:23.7411979Z SHELL= flock /home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/tmp/.root-copy.flock -c 'cp -fpR /home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/build_dir/target-x86_64_musl/samba-3.6.25/.pkgdir/samba36-server/. /home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/staging_dir/target-x86_64_musl/root-x86/'
2021-11-20T14:15:23.7480003Z touch /home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/staging_dir/target-x86_64_musl/root-x86/stamp/.samba36-server_installed
2021-11-20T14:15:23.7566566Z echo "samba36-server" >> /home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/staging_dir/target-x86_64_musl/pkginfo/samba36.default.install
2021-11-20T14:15:23.7587073Z make[3]: Leaving directory '/home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/package/network/services/samba36'
2021-11-20T14:15:23.7595910Z time: package/network/services/samba36/compile#187.66#24.80#202.94
2021-11-20T14:15:23.7616461Z make[2]: Leaving directory '/home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt'
2021-11-20T14:15:23.7620919Z make[1]: *** [package/Makefile:110: /home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
2021-11-20T14:15:24.0374349Z make[1]: Leaving directory '/home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt'
2021-11-20T14:15:24.0469296Z make: *** [/home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/include/toplevel.mk:230: world] Error 2
2021-11-20T14:15:24.0710898Z ##[error]Process completed with exit code 2.

Build_OP_x86_64.yml 编译失败

2021-12-30T12:48:35.7136247Z Found online and idle hosted runner in the current repository's organization account that matches the required labels: 'ubuntu-latest'
2021-12-30T12:48:35.8110476Z Waiting for a Hosted runner in the 'organization' to pick this job...
2021-12-30T12:48:36.0184825Z Job is waiting for a hosted runner to come online.
2021-12-30T12:48:39.2885615Z Job is about to start running on the hosted runner: Hosted Agent (hosted)
2021-12-30T12:48:41.4594323Z Current runner version: '2.285.1'
2021-12-30T12:48:41.4620305Z ##[group]Operating System
2021-12-30T12:48:41.4621231Z Ubuntu
2021-12-30T12:48:41.4621681Z 20.04.3
2021-12-30T12:48:41.4622054Z LTS
2021-12-30T12:48:41.4622504Z ##[endgroup]
2021-12-30T12:48:41.4623003Z ##[group]Virtual Environment
2021-12-30T12:48:41.4623661Z Environment: ubuntu-20.04
2021-12-30T12:48:41.4624194Z Version: 20211219.1
2021-12-30T12:48:41.4625130Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20211219.1/images/linux/Ubuntu2004-README.md
2021-12-30T12:48:41.4626430Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20211219.1
2021-12-30T12:48:41.4627237Z ##[endgroup]
2021-12-30T12:48:41.4627847Z ##[group]Virtual Environment Provisioner
2021-12-30T12:48:41.4628437Z 1.0.0.0-main-20211214-1
2021-12-30T12:48:41.4628879Z ##[endgroup]
2021-12-30T12:48:41.4630771Z ##[group]GITHUB_TOKEN Permissions
2021-12-30T12:48:41.4631950Z Actions: write
2021-12-30T12:48:41.4632511Z Checks: write
2021-12-30T12:48:41.4632996Z Contents: write
2021-12-30T12:48:41.4633479Z Deployments: write
2021-12-30T12:48:41.4634010Z Discussions: write
2021-12-30T12:48:41.4634535Z Issues: write
2021-12-30T12:48:41.4634970Z Metadata: read
2021-12-30T12:48:41.4635452Z Packages: write
2021-12-30T12:48:41.4635892Z Pages: write
2021-12-30T12:48:41.4636392Z PullRequests: write
2021-12-30T12:48:41.4636963Z RepositoryProjects: write
2021-12-30T12:48:41.4637569Z SecurityEvents: write
2021-12-30T12:48:41.4638060Z Statuses: write
2021-12-30T12:48:41.4638630Z ##[endgroup]
2021-12-30T12:48:41.4641424Z Secret source: Actions
2021-12-30T12:48:41.4642391Z Prepare workflow directory
2021-12-30T12:48:41.5229860Z Prepare all required actions
2021-12-30T12:48:41.5239663Z Getting action download info
2021-12-30T12:48:41.7549508Z Download action repository 'actions/checkout@master' (SHA:230611dbd0eb52da1e1f4f7bc8bb0c3a339fc8b7)
2021-12-30T12:48:43.5973380Z Download action repository 'actions/upload-artifact@master' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2)
2021-12-30T12:48:45.1188824Z ##[group]Run actions/checkout@master
2021-12-30T12:48:45.1189456Z with:
2021-12-30T12:48:45.1190033Z repository: exLuLu/AutoBuild-OpenWrt
2021-12-30T12:48:45.1190994Z token: ***
2021-12-30T12:48:45.1191420Z ssh-strict: true
2021-12-30T12:48:45.1191949Z persist-credentials: true
2021-12-30T12:48:45.1192405Z clean: true
2021-12-30T12:48:45.1192842Z fetch-depth: 1
2021-12-30T12:48:45.1193210Z lfs: false
2021-12-30T12:48:45.1193635Z submodules: false
2021-12-30T12:48:45.1194022Z ##[endgroup]
2021-12-30T12:48:46.0058188Z Syncing repository: exLuLu/AutoBuild-OpenWrt
2021-12-30T12:48:46.0065550Z ##[group]Getting Git version info
2021-12-30T12:48:46.0066849Z Working directory is '/home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt'
2021-12-30T12:48:46.0068327Z [command]/usr/bin/git version
2021-12-30T12:48:46.0068806Z git version 2.34.1
2021-12-30T12:48:46.0070637Z ##[endgroup]
2021-12-30T12:48:46.0071649Z Deleting the contents of '/home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt'
2021-12-30T12:48:46.0073915Z ##[group]Initializing the repository
2021-12-30T12:48:46.0074927Z [command]/usr/bin/git init /home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt
2021-12-30T12:48:46.0076013Z hint: Using 'master' as the name for the initial branch. This default branch name
2021-12-30T12:48:46.0076824Z hint: is subject to change. To configure the initial branch name to use in all
2021-12-30T12:48:46.0077632Z hint: of your new repositories, which will suppress this warning, call:
2021-12-30T12:48:46.0078227Z hint:
2021-12-30T12:48:46.0078940Z hint: git config --global init.defaultBranch
2021-12-30T12:48:46.0079724Z hint:
2021-12-30T12:48:46.0080384Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2021-12-30T12:48:46.0081269Z hint: 'development'. The just-created branch can be renamed via this command:
2021-12-30T12:48:46.0081814Z hint:
2021-12-30T12:48:46.0082280Z hint: git branch -m
2021-12-30T12:48:46.0083477Z Initialized empty Git repository in /home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/.git/
2021-12-30T12:48:46.0084671Z [command]/usr/bin/git remote add origin https://github.com/exLuLu/AutoBuild-OpenWrt
2021-12-30T12:48:46.0085827Z ##[endgroup]
2021-12-30T12:48:46.0086741Z ##[group]Disabling automatic garbage collection
2021-12-30T12:48:46.0087449Z [command]/usr/bin/git config --local gc.auto 0
2021-12-30T12:48:46.0088306Z ##[endgroup]
2021-12-30T12:48:46.0090469Z ##[group]Setting up auth
2021-12-30T12:48:46.0091551Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand
2021-12-30T12:48:46.0092873Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-12-30T12:48:46.0094334Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader
2021-12-30T12:48:46.0096015Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-12-30T12:48:46.0097639Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-12-30T12:48:46.0098795Z ##[endgroup]
2021-12-30T12:48:46.0099639Z ##[group]Fetching the repository
2021-12-30T12:48:46.0100994Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +d0f98998ce135332ac2645fd1022c1d0c0a60a32:refs/remotes/origin/master
2021-12-30T12:48:46.0102100Z remote: Enumerating objects: 22, done.
2021-12-30T12:48:46.0102591Z remote: Counting objects: 4% (1/22)
2021-12-30T12:48:46.0103055Z remote: Counting objects: 9% (2/22)
2021-12-30T12:48:46.0103510Z remote: Counting objects: 13% (3/22)
2021-12-30T12:48:46.0103957Z remote: Counting objects: 18% (4/22)
2021-12-30T12:48:46.0104556Z remote: Counting objects: 22% (5/22)
2021-12-30T12:48:46.0105018Z remote: Counting objects: 27% (6/22)
2021-12-30T12:48:46.0105469Z remote: Counting objects: 31% (7/22)
2021-12-30T12:48:46.0105913Z remote: Counting objects: 36% (8/22)
2021-12-30T12:48:46.0106357Z remote: Counting objects: 40% (9/22)
2021-12-30T12:48:46.0106822Z remote: Counting objects: 45% (10/22)
2021-12-30T12:48:46.0392556Z remote: Counting objects: 50% (11/22)
2021-12-30T12:48:46.0432540Z remote: Counting objects: 54% (12/22)
2021-12-30T12:48:46.0433159Z remote: Counting objects: 59% (13/22)
2021-12-30T12:48:46.0433732Z remote: Counting objects: 63% (14/22)
2021-12-30T12:48:46.0434266Z remote: Counting objects: 68% (15/22)
2021-12-30T12:48:46.0434811Z remote: Counting objects: 72% (16/22)
2021-12-30T12:48:46.0435362Z remote: Counting objects: 77% (17/22)
2021-12-30T12:48:46.0435886Z remote: Counting objects: 81% (18/22)
2021-12-30T12:48:46.0436443Z remote: Counting objects: 86% (19/22)
2021-12-30T12:48:46.0436987Z remote: Counting objects: 90% (20/22)
2021-12-30T12:48:46.0437528Z remote: Counting objects: 95% (21/22)
2021-12-30T12:48:46.0438071Z remote: Counting objects: 100% (22/22)
2021-12-30T12:48:46.0438647Z remote: Counting objects: 100% (22/22), done.
2021-12-30T12:48:46.0439242Z remote: Compressing objects: 5% (1/17)
2021-12-30T12:48:46.0439838Z remote: Compressing objects: 11% (2/17)
2021-12-30T12:48:46.0440425Z remote: Compressing objects: 17% (3/17)
2021-12-30T12:48:46.0441009Z remote: Compressing objects: 23% (4/17)
2021-12-30T12:48:46.0441594Z remote: Compressing objects: 29% (5/17)
2021-12-30T12:48:46.0442159Z remote: Compressing objects: 35% (6/17)
2021-12-30T12:48:46.0442737Z remote: Compressing objects: 41% (7/17)
2021-12-30T12:48:46.0443568Z remote: Compressing objects: 47% (8/17)
2021-12-30T12:48:46.0444328Z remote: Compressing objects: 52% (9/17)
2021-12-30T12:48:46.0444911Z remote: Compressing objects: 58% (10/17)
2021-12-30T12:48:46.0445506Z remote: Compressing objects: 64% (11/17)
2021-12-30T12:48:46.0446084Z remote: Compressing objects: 70% (12/17)
2021-12-30T12:48:46.0446657Z remote: Compressing objects: 76% (13/17)
2021-12-30T12:48:46.0447244Z remote: Compressing objects: 82% (14/17)
2021-12-30T12:48:46.0447810Z remote: Compressing objects: 88% (15/17)
2021-12-30T12:48:46.0448385Z remote: Compressing objects: 94% (16/17)
2021-12-30T12:48:46.0448966Z remote: Compressing objects: 100% (17/17)
2021-12-30T12:48:46.0449561Z remote: Compressing objects: 100% (17/17), done.
2021-12-30T12:48:46.0450814Z remote: Total 22 (delta 7), reused 10 (delta 4), pack-reused 0
2021-12-30T12:48:46.0451823Z From https://github.com/exLuLu/AutoBuild-OpenWrt
2021-12-30T12:48:46.0452913Z * [new ref] d0f9899 -> origin/master
2021-12-30T12:48:46.0455166Z ##[endgroup]
2021-12-30T12:48:46.0456187Z ##[group]Determining the checkout info
2021-12-30T12:48:46.0457151Z ##[endgroup]
2021-12-30T12:48:46.0458045Z ##[group]Checking out the ref
2021-12-30T12:48:46.0458977Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2021-12-30T12:48:46.0459829Z Reset branch 'master'
2021-12-30T12:48:46.0473845Z Branch 'master' set up to track remote branch 'master' from 'origin'.
2021-12-30T12:48:46.0475032Z ##[endgroup]
2021-12-30T12:48:46.0475723Z [command]/usr/bin/git log -1 --format='%H'
2021-12-30T12:48:46.0476554Z 'd0f98998ce135332ac2645fd1022c1d0c0a60a32'
2021-12-30T12:48:46.0584422Z ##[group]Run docker rmi docker images -q
2021-12-30T12:48:46.0585090Z �[36;1mdocker rmi docker images -q�[0m
2021-12-30T12:48:46.0585588Z �[36;1mecho "Deleting files, please wait ..."�[0m
2021-12-30T12:48:46.0586019Z �[36;1msudo rm -rf \�[0m
2021-12-30T12:48:46.0586395Z �[36;1m /usr/share/dotnet \�[0m
2021-12-30T12:48:46.0586766Z �[36;1m /etc/mysql \�[0m
2021-12-30T12:48:46.0587094Z �[36;1m /etc/php�[0m
2021-12-30T12:48:46.0587480Z �[36;1msudo -E apt-get -y purge \�[0m
2021-12-30T12:48:46.0587875Z �[36;1m azure-cli \�[0m
2021-12-30T12:48:46.0588201Z �[36;1m ghc* \�[0m
2021-12-30T12:48:46.0588512Z �[36;1m zulu* \�[0m
2021-12-30T12:48:46.0588811Z �[36;1m hhvm \�[0m
2021-12-30T12:48:46.0589114Z �[36;1m llvm* \�[0m
2021-12-30T12:48:46.0589463Z �[36;1m firefox \�[0m
2021-12-30T12:48:46.0589786Z �[36;1m google* \�[0m
2021-12-30T12:48:46.0590092Z �[36;1m dotnet* \�[0m
2021-12-30T12:48:46.0590441Z �[36;1m powershell \�[0m
2021-12-30T12:48:46.0590801Z �[36;1m openjdk* \�[0m
2021-12-30T12:48:46.0591122Z �[36;1m mysql* \�[0m
2021-12-30T12:48:46.0591420Z �[36;1m php�[0m
2021-12-30T12:48:46.0591784Z �[36;1msudo -E apt-get update�[0m
2021-12-30T12:48:46.0593571Z �[36;1msudo -E apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev patch python3 python2.7 unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex node-uglify git gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx-ucl libelf-dev autoconf automake libtool autopoint device-tree-compiler g++-multilib antlr3 gperf wget curl swig rsync�[0m
2021-12-30T12:48:46.0595414Z �[36;1msudo -E apt-get -y autoremove --purge�[0m
2021-12-30T12:48:46.0595887Z �[36;1msudo -E apt-get clean�[0m
2021-12-30T12:48:46.0637658Z shell: /usr/bin/bash -e {0}
2021-12-30T12:48:46.0638041Z env:
2021-12-30T12:48:46.0638455Z DEBIAN_FRONTEND: noninteractive
2021-12-30T12:48:46.0638891Z ##[endgroup]
2021-12-30T12:48:50.0455368Z Untagged: node:12
2021-12-30T12:48:50.0456688Z Untagged: node@sha256:f881ce751096a214a7e595b0ccf9ee7d6e38d8e0141d7e9d5880b2f242ad392b
2021-12-30T12:48:50.0458120Z Deleted: sha256:0812db557c778a5c8d4f9a540ba7f703484222f825a0d51c1eecdeb0cef7dbd9
2021-12-30T12:48:50.0459665Z Deleted: sha256:eeaf4cf3c4bbb2d715c7c652691dd736503db66f8ac2be4ee1c22f30557ec45b
2021-12-30T12:48:50.0475086Z Deleted: sha256:b68c1579b123566bc0c9364be18947a65f3e7abbb01e82a61a0669b39bfe5ea1
2021-12-30T12:48:50.0476426Z Deleted: sha256:90be528e7093808847fdc67cb362ad4ef67fc6a925e4ba16c45a833b041efd43
2021-12-30T12:48:52.3931461Z Untagged: node:12-alpine
2021-12-30T12:48:52.3932603Z Untagged: node@sha256:8fad09b7620b2bc715cbba92e3313c64a797e453f560118576f1740a44584d5d
2021-12-30T12:48:52.3934123Z Deleted: sha256:106bb94759ad5d137a21b8b8cbcebe88467299efb9d1fb4607969109e13b3abb
2021-12-30T12:48:52.3935833Z Deleted: sha256:1dc8fb20e75bd7bb2e87f65ecfe9f59a1246b8fe3036d0ee9fa594dc99ac49a0
2021-12-30T12:48:52.3937358Z Deleted: sha256:5dc1460bc3dfe46f17b222f1607a9ffb5e1b1846e21c31b91c93135b67a0eb72
2021-12-30T12:48:52.3938705Z Deleted: sha256:85970a992d6469e9ca63aaea0224c4dce84f4c8c2dc0b67028314c57788e012f
2021-12-30T12:48:55.5421397Z Untagged: node:14
2021-12-30T12:48:55.5422685Z Untagged: node@sha256:52c884d7cf8509c27def168415a1ff23a0bd95d358dd5787ca77b60474dcb3db
2021-12-30T12:48:55.5424000Z Deleted: sha256:acd951b9df107803b878302510882a0c336da4698ca852bbb85d666247b40a81
2021-12-30T12:48:55.5425406Z Deleted: sha256:12adddb8279b6543095e0649fa8602eb12d01ab4382341d73650d81fe0e9a0ed
2021-12-30T12:48:55.5426741Z Deleted: sha256:137f5c6baad19c3cdd84d48ff3f6b040b0ffdd197c2c313c298218c7fcbd31e3
2021-12-30T12:48:55.5428126Z Deleted: sha256:30e020f1af1e3443dfbb246e40085b5f6e64e4d1c9d1f9dd69b49176af4098c7
2021-12-30T12:48:55.5429614Z Deleted: sha256:1c4cc05acbd585de3c50f87bee489ea91473307a75d14e89aec554896f083966
2021-12-30T12:48:57.3377966Z Untagged: node:16
2021-12-30T12:48:57.3379014Z Untagged: node@sha256:89b59ce49929d8a8e230946bdb1b58c14cdbbb86c9a7397610afcecfce1be035
2021-12-30T12:48:57.3380540Z Deleted: sha256:affe728e127a4ac1f1016203172a2b532001a8ae93d352c18038fbe2cc600f31
2021-12-30T12:48:57.3381848Z Deleted: sha256:23efe3c0d19a0f17303dbe8432679f27d946ec8a84b56e34331ac1a5d8120559
2021-12-30T12:48:57.3383235Z Deleted: sha256:1f556b0c5e25b389b0f1f01ce9f4985be49c4b6eaaf9455ec1a189a3b539fc4a
2021-12-30T12:48:57.3384504Z Deleted: sha256:192af3117e229e997ab1a059d636ea1af03c47adb362b456722671389ba777f8
2021-12-30T12:48:57.3385750Z Deleted: sha256:492e18de40e7253770ed1f95b6a599099dc87ce0bcb94b4885cd56ed911c40dd
2021-12-30T12:49:02.0950856Z Untagged: buildpack-deps:stretch
2021-12-30T12:49:02.0952243Z Untagged: buildpack-deps@sha256:bb93e2c2858cb20f7f16e433773adb2c583fce38dc9c71976c62bf098f956093
2021-12-30T12:49:02.0953655Z Deleted: sha256:0f544e77eb7e2c439578e0f335780f0132a6ded7212b7351fd3fec8aac2d47e9
2021-12-30T12:49:02.0954853Z Deleted: sha256:b2b586b7ec932b68a542a94d947c8152651d4625dc0d16903eb8246450cbfac4
2021-12-30T12:49:02.0956178Z Deleted: sha256:8feeb7be7b4d02304257412abaf1098b338dd73377dc60f89ee445826cee411b
2021-12-30T12:49:02.0957608Z Deleted: sha256:8e12dcf1f381a1fe118ded0d65e96747ae6fcef3bce9dfdcb6dca49432f32ad5
2021-12-30T12:49:02.0959155Z Deleted: sha256:e53f2cf2abcedb06ddc3e7a909dfac296c3cd286a477e011435c630d1870555b
2021-12-30T12:49:07.5565449Z Untagged: buildpack-deps:buster
2021-12-30T12:49:07.5566846Z Untagged: buildpack-deps@sha256:c11cd0a4c97acd1aa8d2289aee5c126ac78adc48108744c104f6741cbd9a1f6c
2021-12-30T12:49:07.5568315Z Deleted: sha256:1041af695a0118e29dc9b2adfe9d61b1138cc4d6ced8ec2128f91d97f460940e
2021-12-30T12:49:07.5569575Z Deleted: sha256:52976b587392be641a1b423ddef1001afdd9b97f7dbeb6f4e1d2c58b9b3d94ea
2021-12-30T12:49:07.5570695Z Deleted: sha256:43c7047311796f0fc73df03f712359213947bd097bf4445f9bcfab73513209aa
2021-12-30T12:49:07.5571911Z Deleted: sha256:10faf3322cc9df2cc0f66fa6e88726966b4f7d470c6d597bda03f76dda301f2c
2021-12-30T12:49:07.5573291Z Deleted: sha256:e4df3fb4c5cab44b01ef473be439ff924788f8b90620b9e2c4e3a91dae555090
2021-12-30T12:49:12.4074659Z Untagged: buildpack-deps:bullseye
2021-12-30T12:49:12.4075902Z Untagged: buildpack-deps@sha256:5445b145c8a1a2f7e5a4b233f571c629aed12fce435496f942ad267f21a05ff2
2021-12-30T12:49:12.4077205Z Deleted: sha256:3a7f39961fe62070ba833980f205dc915effb6fbb8dfaf14016b34944f127301
2021-12-30T12:49:12.4078511Z Deleted: sha256:1e81a9699c2636819aadcbccf1dcce1cb9bf519b01ce05ede81486bd6402bce4
2021-12-30T12:49:12.4080022Z Deleted: sha256:d8846156f697b208f03e0c543e6a4fc7ad67f1fa1f201cdb98c9ff2183a0acd9
2021-12-30T12:49:12.4081219Z Deleted: sha256:696ddf161baa5116ea358eb43639634d9d74c1377532f6ee28a1b13612299cbd
2021-12-30T12:49:12.4082422Z Deleted: sha256:4248cb0e89f00c8fe152aa329eb0ea85490942d192ff6786af7783dcf3d354a9
2021-12-30T12:49:13.5447402Z Untagged: debian:9
2021-12-30T12:49:13.5448434Z Untagged: debian@sha256:aa78ddaa7f8a14bad8f940ebff5542377f91843f6dcc168e41a8628c6007e815
2021-12-30T12:49:13.5449810Z Deleted: sha256:7404358cceb5c7386629d33dca8b7964d6841ae1ee2affad3e6cc06084ca6247
2021-12-30T12:49:13.5451010Z Deleted: sha256:577c48e0521b52f144c35002a63daf3c78395c5e2dc729edc03f1e3891d23466
2021-12-30T12:49:15.4764343Z Untagged: debian:10
2021-12-30T12:49:15.4771217Z Untagged: debian@sha256:5b57f8c365c40fde437d53b953c436995525be7c481eb0128b1cbf3b49b0df18
2021-12-30T12:49:15.4774633Z Deleted: sha256:6642e362a8254d7645ed8dae69be5e3edcd2e9a5ee77baeb0655595244082d13
2021-12-30T12:49:15.4775907Z Deleted: sha256:2c7e7ab2260a4a82502119b16f69d58fbcb7b561435a8a86013226505809d550
2021-12-30T12:49:16.8911536Z Untagged: debian:11
2021-12-30T12:49:16.8912324Z Untagged: debian@sha256:45ee40a844048c2f6d0105899c1a17733530b56d481612608aab5e2e4048570b
2021-12-30T12:49:16.8913378Z Deleted: sha256:05d2318291e38ea41118d6792f78087ae61232a28369b167c5faec3eb6c01630
2021-12-30T12:49:16.8914454Z Deleted: sha256:e2e8c39e0f77177381177ba8c4025421ec2d7e7d3c389a9b3d364f8de560024f
2021-12-30T12:49:21.5278047Z Untagged: node:14-alpine
2021-12-30T12:49:21.5279013Z Untagged: node@sha256:7bcf853eeb97a25465cb385b015606c22e926f548cbd117f85b7196df8aa0d29
2021-12-30T12:49:21.5280443Z Deleted: sha256:590973483ea0f945774c6bbb817a55369adb2ccc84787a57a91d8502fddd6fb4
2021-12-30T12:49:21.5281759Z Deleted: sha256:8eb293fa356a9e43c6ca1de8e37c63abca8bfaea436ef5ece92799275b65f9ed
2021-12-30T12:49:21.5283042Z Deleted: sha256:841ef3eb1f4253cc7455736236155c8216a77d70fbf76296b1e64696fdb64122
2021-12-30T12:49:21.5284224Z Deleted: sha256:977213331703f5975a0a0df4d0b0c6b04352e67e24cacbb245240b3d0e590166
2021-12-30T12:49:23.5386255Z Untagged: node:16-alpine
2021-12-30T12:49:23.5387313Z Untagged: node@sha256:a9b9cb880fa429b0bea899cd3b1bc081ab7277cc97e6d2dcd84bd9753b2027e1
2021-12-30T12:49:23.5388678Z Deleted: sha256:710c8aa630d5641b4bf8358593b83ec3058c1eeb9eaf642eedd8b8d972132144
2021-12-30T12:49:23.5389908Z Deleted: sha256:5f2d42cfe2178c672c6e15f89c06104b19be8650e6ba6d926a5ddb02f947e821
2021-12-30T12:49:23.5390961Z Deleted: sha256:54527188538d8002515910839dcfaf1e4954b547e125f9a6e35134aa56e721b9
2021-12-30T12:49:23.5391938Z Deleted: sha256:74390d3addb0c79967487c333943b16a1e7585659dc2b821c7176b6de7608ea2
2021-12-30T12:49:23.6951348Z Untagged: moby/buildkit:latest
2021-12-30T12:49:23.6952266Z Untagged: moby/buildkit@sha256:d6c89b7085b106301645ddcc77cf64eb7b705ab507b72d52d130ac33f1300417
2021-12-30T12:49:23.6953493Z Deleted: sha256:19340e24de140917fbbbe05ee30b431d990189ab961b92d3a6b57839d45596c0
2021-12-30T12:49:23.6954697Z Deleted: sha256:d2c271b10c26119f1fb79d13b21548f4dcc4edb8790bd203dc42a8abfe14cd1a
2021-12-30T12:49:23.6956797Z Deleted: sha256:11448a3480ee1c47703cb2901a590ee014fad4b985b5b18038abf102813277ec
2021-12-30T12:49:23.6958039Z Deleted: sha256:bde96bfcb1922d20802f09c254cef9d827fd862dc8035e2a9f319d7c5a94af22
2021-12-30T12:49:23.6959404Z Deleted: sha256:72e830a4dff5f0d5225cdc0a320e85ab1ce06ea5673acfe8d83a7645cbd0e9cf
2021-12-30T12:49:23.7657940Z Untagged: alpine:3.12
2021-12-30T12:49:23.7658868Z Untagged: alpine@sha256:d9459083f962de6bd980ae6a05be2a4cf670df6a1d898157bceb420342bec280
2021-12-30T12:49:23.7660199Z Deleted: sha256:b0925e0819214cd29937af66dbaf0e6fe239997faea60922cc890f9984512507
2021-12-30T12:49:23.7661463Z Deleted: sha256:eb4bde6b29a6746e0779f80a09ca6f0806de61475059f7d56d6e20f6cc2e15f7
2021-12-30T12:49:23.7985912Z Untagged: alpine:3.13
2021-12-30T12:49:23.7986801Z Untagged: alpine@sha256:026f721af4cf2843e07bba648e158fb35ecc876d822130633cc49f707f0fc88c
2021-12-30T12:49:23.7988069Z Deleted: sha256:6b7b3256dabeb25155fd5f872142dc2780d583da09b226314a73b1c3d03758ed
2021-12-30T12:49:23.7989482Z Deleted: sha256:7fcb75871b2101082203959c83514ac8a9f4ecfee77a0fe9aa73bbe56afdf1b4
2021-12-30T12:49:23.9206550Z Untagged: alpine:3.14
2021-12-30T12:49:23.9207490Z Untagged: alpine@sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2
2021-12-30T12:49:23.9208802Z Deleted: sha256:0a97eee8041e2b6c0e65abb2700b0705d0da5525ca69060b9e0bde8a3d17afdb
2021-12-30T12:49:23.9210144Z Deleted: sha256:1a058d5342cc722ad5439cacae4b2b4eedde51d8fe8800fcf28444302355c16d
2021-12-30T12:49:24.3910473Z Untagged: ubuntu:20.04
2021-12-30T12:49:24.3911408Z Untagged: ubuntu@sha256:626ffe58f6e7566e00254b638eb7e0f3b11d4da9675088f4781a50ae288f3322
2021-12-30T12:49:24.3912870Z Deleted: sha256:ba6acccedd2923aee4c2acc6a23780b14ed4b8a5fa4e14e252a23b846df9b6c1
2021-12-30T12:49:24.3914239Z Deleted: sha256:9f54eef412758095c8079ac465d494a2872e02e90bf1fb5f12a1641c0d1bb78b
2021-12-30T12:49:24.8722642Z Untagged: ubuntu:18.04
2021-12-30T12:49:24.8723718Z Untagged: ubuntu@sha256:0fedbd5bd9fb72089c7bbca476949e10593cebed9b1fb9edf5b79dbbacddd7d6
2021-12-30T12:49:24.8725120Z Deleted: sha256:5a214d77f5d747e6ed81632310baa6190301feeb875cf6bf9da560108fa09972
2021-12-30T12:49:24.8726325Z Deleted: sha256:824bf068fd3dc3ad967022f187d85250eb052f61fe158486b2df4e002f6f984e
2021-12-30T12:49:25.6719246Z Untagged: ubuntu:16.04
2021-12-30T12:49:25.6722685Z Untagged: ubuntu@sha256:0f71fa8d4d2d4292c3c617fda2b36f6dabe5c8b6e34c3dc5b0d17d4e704bd39c
2021-12-30T12:49:25.6724024Z Deleted: sha256:b6f50765242581c887ff1acc2511fa2d885c52d8fb3ac8c4bba131fd86567f2e
2021-12-30T12:49:25.6725170Z Deleted: sha256:0214f4b057d78b44fd12702828152f67c0ce115f9346acc63acdf997cab7e7c8
2021-12-30T12:49:25.6726498Z Deleted: sha256:1b9d0485372c5562fa614d5b35766f6c442539bcee9825a6e90d1158c3299a61
2021-12-30T12:49:25.6727671Z Deleted: sha256:3c0f34be6eb98057c607b9080237cce0be0b86f52d51ba620dc018a3d421baea
2021-12-30T12:49:25.6728926Z Deleted: sha256:be96a3f634de79f523f07c7e4e0216c28af45eb5776e7a6238a2392f71e01069
2021-12-30T12:49:25.6729854Z Deleting files, please wait ...
2021-12-30T12:49:38.3828044Z Reading package lists...
2021-12-30T12:49:38.5213885Z Building dependency tree...
2021-12-30T12:49:38.5247420Z Reading state information...
2021-12-30T12:49:38.7109262Z Package 'ghc6' is not installed, so not removed
2021-12-30T12:49:38.7110423Z Package 'ghc6-doc' is not installed, so not removed
2021-12-30T12:49:38.7111182Z Package 'ghc6-prof' is not installed, so not removed
2021-12-30T12:49:38.7111925Z Package 'ghc-cvs' is not installed, so not removed
2021-12-30T12:49:38.7112670Z Package 'googletests' is not installed, so not removed
2021-12-30T12:49:38.7113721Z Package 'google-cloud-sdk-app-engine-java' is not installed, so not removed
2021-12-30T12:49:38.7114988Z Package 'google-cloud-sdk-app-engine-python' is not installed, so not removed
2021-12-30T12:49:38.7116237Z Package 'google-cloud-sdk-pubsub-emulator' is not installed, so not removed
2021-12-30T12:49:38.7117476Z Package 'google-cloud-sdk-bigtable-emulator' is not installed, so not removed
2021-12-30T12:49:38.7118763Z Package 'google-cloud-sdk-datastore-emulator' is not installed, so not removed
2021-12-30T12:49:38.7119758Z Package 'dotnet' is not installed, so not removed
2021-12-30T12:49:38.7120523Z Package 'dotnet-nightly' is not installed, so not removed
2021-12-30T12:49:38.7121412Z Package 'openjdk-6-jre-headless' is not installed, so not removed
2021-12-30T12:49:38.7122294Z Package 'openjdk-7-jdk' is not installed, so not removed
2021-12-30T12:49:38.7123222Z Package 'openjdk-10-jdk-headless' is not installed, so not removed
2021-12-30T12:49:38.7124107Z Package 'openjdk-6-jre' is not installed, so not removed
2021-12-30T12:49:38.7124996Z Package 'openjdk-12-jre-headless' is not installed, so not removed
2021-12-30T12:49:38.7125859Z Package 'openjdk-7-jre' is not installed, so not removed
2021-12-30T12:49:38.7126647Z Package 'openjdk-9-jre' is not installed, so not removed
2021-12-30T12:49:38.7127415Z Package 'openjdk-jre' is not installed, so not removed
2021-12-30T12:49:38.7128486Z Package 'openjdk-12-dbg' is not installed, so not removed
2021-12-30T12:49:38.7129279Z Package 'openjdk-14-dbg' is not installed, so not removed
2021-12-30T12:49:38.7130074Z Package 'openjdk-15-dbg' is not installed, so not removed
2021-12-30T12:49:38.7130889Z Package 'mysql-client-5.7' is not installed, so not removed
2021-12-30T12:49:38.7131776Z Package 'mysql-client-core-5.7' is not installed, so not removed
2021-12-30T12:49:38.7132671Z Package 'mysql-server-5.5' is not installed, so not removed
2021-12-30T12:49:38.7133490Z Package 'mysql-server-5.7' is not installed, so not removed
2021-12-30T12:49:38.7134488Z Package 'mysql-server-core-5.7' is not installed, so not removed
2021-12-30T12:49:38.7135423Z Package 'mysql-client-core-5.5' is not installed, so not removed
2021-12-30T12:49:38.7136337Z Package 'mysql-client-core-5.6' is not installed, so not removed
2021-12-30T12:49:38.7137213Z Package 'mysql-client-5.5' is not installed, so not removed
2021-12-30T12:49:38.7138030Z Package 'mysql-client-5.6' is not installed, so not removed
2021-12-30T12:49:38.7138907Z Package 'mysql-server-core-5.5' is not installed, so not removed
2021-12-30T12:49:38.7139822Z Package 'mysql-server-core-5.6' is not installed, so not removed
2021-12-30T12:49:38.7140690Z Package 'mysql-server-5.6' is not installed, so not removed
2021-12-30T12:49:38.7141544Z Package 'mysql-testsuite-5.5' is not installed, so not removed
2021-12-30T12:49:38.7142425Z Package 'mysql-testsuite-5.6' is not installed, so not removed
2021-12-30T12:49:38.7143307Z Package 'mysql-testsuite-5.7' is not installed, so not removed
2021-12-30T12:49:38.7144085Z Package 'mysql' is not installed, so not removed
2021-12-30T12:49:38.7145129Z Package 'mysql-cluster-commercial-client' is not installed, so not removed
2021-12-30T12:49:38.7146322Z Package 'mysql-cluster-community-client' is not installed, so not removed
2021-12-30T12:49:38.7147381Z Package 'mysql-commercial-client' is not installed, so not removed
2021-12-30T12:49:38.7148435Z Package 'mysql-commercial-client-core' is not installed, so not removed
2021-12-30T12:49:38.7149543Z Package 'mysql-commercial-server-core' is not installed, so not removed
2021-12-30T12:49:38.7150690Z Package 'mysql-commercial-client-plugins' is not installed, so not removed
2021-12-30T12:49:38.7151773Z Package 'mysql-commercial-server' is not installed, so not removed
2021-12-30T12:49:38.7152668Z Package 'mysql-client-5.0' is not installed, so not removed
2021-12-30T12:49:38.7153491Z Package 'mysql-client-5.1' is not installed, so not removed
2021-12-30T12:49:38.7154357Z Package 'mysql-client-core-5.0' is not installed, so not removed
2021-12-30T12:49:38.7155277Z Package 'mysql-client-core-5.1' is not installed, so not removed
2021-12-30T12:49:38.7156335Z Package 'mysql-cluster-commercial-server' is not installed, so not removed
2021-12-30T12:49:38.7157492Z Package 'mysql-cluster-community-server' is not installed, so not removed
2021-12-30T12:49:38.7158497Z Package 'mysql-server-5.0' is not installed, so not removed
2021-12-30T12:49:38.7159319Z Package 'mysql-server-5.1' is not installed, so not removed
2021-12-30T12:49:38.7160188Z Package 'mysql-server-core-5.0' is not installed, so not removed
2021-12-30T12:49:38.7161107Z Package 'mysql-server-core-5.1' is not installed, so not removed
2021-12-30T12:49:38.7161917Z Package 'phpgacl' is not installed, so not removed
2021-12-30T12:49:38.7162696Z Package 'php-crypt-gpg' is not installed, so not removed
2021-12-30T12:49:38.7163486Z Package 'php-smbclient' is not installed, so not removed
2021-12-30T12:49:38.7164266Z Package 'php5.6-common' is not installed, so not removed
2021-12-30T12:49:38.7165016Z Package 'php5.6-json' is not installed, so not removed
2021-12-30T12:49:38.7165762Z Package 'php7.0-common' is not installed, so not removed
2021-12-30T12:49:38.7166620Z Package 'php-pear-frontend-gtk' is not installed, so not removed
2021-12-30T12:49:38.7167540Z Package 'php-pear-frontend-web' is not installed, so not removed
2021-12-30T12:49:38.7168460Z Package 'php7.0-curl' is not installed, so not removed
2021-12-30T12:49:38.7169206Z Package 'php7.2-sodium' is not installed, so not removed
2021-12-30T12:49:38.7169937Z Package 'php5-cli' is not installed, so not removed
2021-12-30T12:49:38.7170672Z Package 'php5-curl' is not installed, so not removed
2021-12-30T12:49:38.7171413Z Package 'php-mcrypt' is not installed, so not removed
2021-12-30T12:49:38.7172166Z Package 'php5-mysql' is not installed, so not removed
2021-12-30T12:49:38.7172900Z Package 'php5-pgsql' is not installed, so not removed
2021-12-30T12:49:38.7173654Z Package 'php5-sqlite' is not installed, so not removed
2021-12-30T12:49:38.7174457Z Package 'php5' is not installed, so not removed
2021-12-30T12:49:38.7175186Z Package 'php5-ldap' is not installed, so not removed
2021-12-30T12:49:38.7175912Z Package 'php-apc' is not installed, so not removed
2021-12-30T12:49:38.7176652Z Package 'php-suhosin' is not installed, so not removed
2021-12-30T12:49:38.7177394Z Package 'php5-gd' is not installed, so not removed
2021-12-30T12:49:38.7178133Z Package 'php5-imagick' is not installed, so not removed
2021-12-30T12:49:38.7178885Z Package 'php5-json' is not installed, so not removed
2021-12-30T12:49:38.7179604Z Package 'php5-fpm' is not installed, so not removed
2021-12-30T12:49:38.7180339Z Package 'php5-mcrypt' is not installed, so not removed
2021-12-30T12:49:38.7181111Z Package 'phpphylotree' is not installed, so not removed
2021-12-30T12:49:38.7181872Z Package 'php-xcache' is not installed, so not removed
2021-12-30T12:49:38.7182699Z Package 'php-console-color2' is not installed, so not removed
2021-12-30T12:49:38.7183722Z Package 'php-alcaeus-mongo-php-adapter' is not installed, so not removed
2021-12-30T12:49:38.7184846Z Package 'php-doctrine-phpcr-odm' is not installed, so not removed
2021-12-30T12:49:38.7185860Z Package 'php-doctrine-mongodb-odm' is not installed, so not removed
2021-12-30T12:49:38.7186761Z Package 'php-ml-json-ld' is not installed, so not removed
2021-12-30T12:49:38.7187574Z Package 'php-com-dotnet' is not installed, so not removed
2021-12-30T12:49:38.7188344Z Package 'php-rar' is not installed, so not removed
2021-12-30T12:49:38.7189222Z Package 'php-cordoval-hamcrest-php' is not installed, so not removed
2021-12-30T12:49:38.7190365Z Package 'php-davedevelopment-hamcrest-php' is not installed, so not removed
2021-12-30T12:49:38.7191474Z Package 'php-kodova-hamcrest-php' is not installed, so not removed
2021-12-30T12:49:38.7192431Z Package 'php-fzaninotto-faker' is not installed, so not removed
2021-12-30T12:49:38.7193369Z Package 'php-illuminate-console' is not installed, so not removed
2021-12-30T12:49:38.7194325Z Package 'php-illuminate-events' is not installed, so not removed
2021-12-30T12:49:38.7195326Z Package 'php-illuminate-filesystem' is not installed, so not removed
2021-12-30T12:49:38.7196369Z Package 'php-illuminate-pagination' is not installed, so not removed
2021-12-30T12:49:38.7197358Z Package 'php-tightenco-collect' is not installed, so not removed
2021-12-30T12:49:38.7198259Z Package 'php-moontoast-math' is not installed, so not removed
2021-12-30T12:49:38.7199111Z Package 'php-ramsey-uuid' is not installed, so not removed
2021-12-30T12:49:38.7199987Z Package 'php-vlucas-phpdotenv' is not installed, so not removed
2021-12-30T12:49:38.7200918Z Package 'php-scrutinizer-ocular' is not installed, so not removed
2021-12-30T12:49:38.7201770Z Package 'php-sqlite' is not installed, so not removed
2021-12-30T12:49:38.7202614Z Package 'php-mdb2-driver-fbsql' is not installed, so not removed
2021-12-30T12:49:38.7203530Z Package 'php-mdb2-driver-ibase' is not installed, so not removed
2021-12-30T12:49:38.7204438Z Package 'php-mdb2-driver-mssql' is not installed, so not removed
2021-12-30T12:49:38.7205353Z Package 'php-mdb2-driver-mysqli' is not installed, so not removed
2021-12-30T12:49:38.7206273Z Package 'php-mdb2-driver-oci8' is not installed, so not removed
2021-12-30T12:49:38.7207164Z Package 'php-mdb2-driver-odbc' is not installed, so not removed
2021-12-30T12:49:38.7208106Z Package 'php-mdb2-driver-querysim' is not installed, so not removed
2021-12-30T12:49:38.7209151Z Package 'php-mdb2-driver-sqlite' is not installed, so not removed
2021-12-30T12:49:38.7210076Z Package 'php-mdb2-driver-sqlsrv' is not installed, so not removed
2021-12-30T12:49:38.7211109Z Package 'php-barnabywalters-mf-cleaner' is not installed, so not removed
2021-12-30T12:49:38.7212133Z Package 'php-graylog2-gelf-php' is not installed, so not removed
2021-12-30T12:49:38.7212983Z Package 'php-sentry' is not installed, so not removed
2021-12-30T12:49:38.7213816Z Package 'php-doctrine-couchdb' is not installed, so not removed
2021-12-30T12:49:38.7214807Z Package 'php-ruflin-elastica' is not installed, so not removed
2021-12-30T12:49:38.7215630Z Package 'php-mongo' is not installed, so not removed
2021-12-30T12:49:38.7216373Z Package 'php-aws-sdk' is not installed, so not removed
2021-12-30T12:49:38.7217137Z Package 'php-rollbar' is not installed, so not removed
2021-12-30T12:49:38.7217886Z Package 'php-console' is not installed, so not removed
2021-12-30T12:49:38.7218637Z Package 'php-wfio' is not installed, so not removed
2021-12-30T12:49:38.7219377Z Package 'php-dbase' is not installed, so not removed
2021-12-30T12:49:38.7220141Z Package 'php-libsodium' is not installed, so not removed
2021-12-30T12:49:38.7221145Z Package 'php-ocramius-generated-hydrator' is not installed, so not removed
2021-12-30T12:49:38.7222145Z Package 'php-zend-xmlrpc' is not installed, so not removed
2021-12-30T12:49:38.7222962Z Package 'php-zend-json' is not installed, so not removed
2021-12-30T12:49:38.7223789Z Package 'php-zend-soap' is not installed, so not removed
2021-12-30T12:49:38.7224798Z Package 'php-reactivex-rxphp' is not installed, so not removed
2021-12-30T12:49:38.7225624Z Package 'php-event' is not installed, so not removed
2021-12-30T12:49:38.7226563Z Package 'php-egulias-email-validator' is not installed, so not removed
2021-12-30T12:49:38.7227714Z Package 'php-zendframework-zend-validator' is not installed, so not removed
2021-12-30T12:49:38.7236470Z Package 'php-friendsofphp-php-cs-fixer' is not installed, so not removed
2021-12-30T12:49:38.7237517Z Package 'php-crypt-blowfish' is not installed, so not removed
2021-12-30T12:49:38.7238326Z Package 'php-compat' is not installed, so not removed
2021-12-30T12:49:38.7239068Z Package 'php-cache' is not installed, so not removed
2021-12-30T12:49:38.7239874Z Package 'php-xml-serializer' is not installed, so not removed
2021-12-30T12:49:38.7240890Z Package 'php-enqueue-messenger-adapter' is not installed, so not removed
2021-12-30T12:49:38.7241963Z Package 'php-symfony-class-loader' is not installed, so not removed
2021-12-30T12:49:38.7242897Z Package 'php-numbers-words' is not installed, so not removed
2021-12-30T12:49:38.7243715Z Package 'php7.0-thrift' is not installed, so not removed
2021-12-30T12:49:38.7244470Z Package 'php7.2-thrift' is not installed, so not removed
2021-12-30T12:49:38.7245233Z Package 'php-net-idna' is not installed, so not removed
2021-12-30T12:49:38.7246034Z Package 'php-vimeo-psalm' is not installed, so not removed
2021-12-30T12:49:38.7246925Z Package 'php-container-interop' is not installed, so not removed
2021-12-30T12:49:38.7247768Z Package 'php-recode' is not installed, so not removed
2021-12-30T12:49:38.7248491Z Package 'php-gd2' is not installed, so not removed
2021-12-30T12:49:38.7249342Z Package 'php-pragmarx-google2fa' is not installed, so not removed
2021-12-30T12:49:38.7250250Z Package 'php-bacon-qr-code' is not installed, so not removed
2021-12-30T12:49:38.7251195Z Package 'php-samyoul-u2f-php-server' is not installed, so not removed
2021-12-30T12:49:38.7252070Z Package 'php5-xsl' is not installed, so not removed
2021-12-30T12:49:38.7252780Z Package 'php-uopz' is not installed, so not removed
2021-12-30T12:49:38.7253662Z Package 'php-mkopinsky-zxcvbn-php' is not installed, so not removed
2021-12-30T12:49:38.7254874Z Package 'php5-mysqlnd' is not installed, so not removed
2021-12-30T12:49:38.7255583Z Package 'php' is not installed, so not removed
2021-12-30T12:49:38.7256519Z Package 'php-all-dev' is not installed, so not removed
2021-12-30T12:49:38.7257254Z Package 'php-cgi' is not installed, so not removed
2021-12-30T12:49:38.7257979Z Package 'php-cli' is not installed, so not removed
2021-12-30T12:49:38.7258696Z Package 'php-curl' is not installed, so not removed
2021-12-30T12:49:38.7259412Z Package 'php-dev' is not installed, so not removed
2021-12-30T12:49:38.7260127Z Package 'php-gd' is not installed, so not removed
2021-12-30T12:49:38.7260826Z Package 'php-gmp' is not installed, so not removed
2021-12-30T12:49:38.7261539Z Package 'php-ldap' is not installed, so not removed
2021-12-30T12:49:38.7262258Z Package 'php-mysql' is not installed, so not removed
2021-12-30T12:49:38.7262991Z Package 'php-odbc' is not installed, so not removed
2021-12-30T12:49:38.7263724Z Package 'php-pgsql' is not installed, so not removed
2021-12-30T12:49:38.7264466Z Package 'php-pspell' is not installed, so not removed
2021-12-30T12:49:38.7265207Z Package 'php-snmp' is not installed, so not removed
2021-12-30T12:49:38.7265960Z Package 'php-sqlite3' is not installed, so not removed
2021-12-30T12:49:38.7266710Z Package 'php-tidy' is not installed, so not removed
2021-12-30T12:49:38.7267417Z Package 'php-xml' is not installed, so not removed
2021-12-30T12:49:38.7268154Z Package 'php-xmlrpc' is not installed, so not removed
2021-12-30T12:49:38.7268872Z Package 'ghc' is not installed, so not removed
2021-12-30T12:49:38.7269560Z Package 'ghc-doc' is not installed, so not removed
2021-12-30T12:49:38.7270285Z Package 'ghc-prof' is not installed, so not removed
2021-12-30T12:49:38.7271208Z Package 'google-cloud-print-connector' is not installed, so not removed
2021-12-30T12:49:38.7272207Z Package 'google-mock' is not installed, so not removed
2021-12-30T12:49:38.7273027Z Package 'google-perftools' is not installed, so not removed
2021-12-30T12:49:38.7273824Z Package 'google-wire' is not installed, so not removed
2021-12-30T12:49:38.7274558Z Package 'googler' is not installed, so not removed
2021-12-30T12:49:38.7275291Z Package 'googletest' is not installed, so not removed
2021-12-30T12:49:38.7276098Z Package 'googletest-tools' is not installed, so not removed
2021-12-30T12:49:38.7276849Z Package 'llvm' is not installed, so not removed
2021-12-30T12:49:38.7277573Z Package 'llvm-10-doc' is not installed, so not removed
2021-12-30T12:49:38.7278353Z Package 'llvm-10-examples' is not installed, so not removed
2021-12-30T12:49:38.7279115Z Package 'llvm-6.0' is not installed, so not removed
2021-12-30T12:49:38.7279847Z Package 'llvm-6.0-dev' is not installed, so not removed
2021-12-30T12:49:38.7280639Z Package 'llvm-6.0-examples' is not installed, so not removed
2021-12-30T12:49:38.7281455Z Package 'llvm-6.0-runtime' is not installed, so not removed
2021-12-30T12:49:38.7282241Z Package 'llvm-6.0-tools' is not installed, so not removed
2021-12-30T12:49:38.7282968Z Package 'llvm-7' is not installed, so not removed
2021-12-30T12:49:38.7283692Z Package 'llvm-7-dev' is not installed, so not removed
2021-12-30T12:49:38.7284472Z Package 'llvm-7-examples' is not installed, so not removed
2021-12-30T12:49:38.7285273Z Package 'llvm-7-runtime' is not installed, so not removed
2021-12-30T12:49:38.7286035Z Package 'llvm-7-tools' is not installed, so not removed
2021-12-30T12:49:38.7286760Z Package 'llvm-8' is not installed, so not removed
2021-12-30T12:49:38.7287489Z Package 'llvm-8-dev' is not installed, so not removed
2021-12-30T12:49:38.7288217Z Package 'llvm-8-doc' is not installed, so not removed
2021-12-30T12:49:38.7288991Z Package 'llvm-8-examples' is not installed, so not removed
2021-12-30T12:49:38.7289779Z Package 'llvm-8-runtime' is not installed, so not removed
2021-12-30T12:49:38.7290549Z Package 'llvm-8-tools' is not installed, so not removed
2021-12-30T12:49:38.7291273Z Package 'llvm-9' is not installed, so not removed
2021-12-30T12:49:38.7291981Z Package 'llvm-9-dev' is not installed, so not removed
2021-12-30T12:49:38.7292709Z Package 'llvm-9-doc' is not installed, so not removed
2021-12-30T12:49:38.7293534Z Package 'llvm-9-examples' is not installed, so not removed
2021-12-30T12:49:38.7294413Z Package 'llvm-9-runtime' is not installed, so not removed
2021-12-30T12:49:38.7295187Z Package 'llvm-9-tools' is not installed, so not removed
2021-12-30T12:49:38.7295909Z Package 'llvm-dev' is not installed, so not removed
2021-12-30T12:49:38.7296660Z Package 'llvm-runtime' is not installed, so not removed
2021-12-30T12:49:38.7297411Z Package 'llvm-spirv' is not installed, so not removed
2021-12-30T12:49:38.7298177Z Package 'llvmlite-doc' is not installed, so not removed
2021-12-30T12:49:38.7298950Z Package 'mysql-sandbox' is not installed, so not removed
2021-12-30T12:49:38.7299714Z Package 'mysqltcl' is not installed, so not removed
2021-12-30T12:49:38.7300452Z Package 'mysqltuner' is not installed, so not removed
2021-12-30T12:49:38.7301278Z Package 'openjdk-11-jre-dcevm' is not installed, so not removed
2021-12-30T12:49:38.7302094Z Package 'php-amqp' is not installed, so not removed
2021-12-30T12:49:38.7302842Z Package 'php-amqplib' is not installed, so not removed
2021-12-30T12:49:38.7303592Z Package 'php-apcu' is not installed, so not removed
2021-12-30T12:49:38.7304343Z Package 'php-apcu-bc' is not installed, so not removed
2021-12-30T12:49:38.7305071Z Package 'php-ast' is not installed, so not removed
2021-12-30T12:49:38.7305834Z Package 'php-auth-sasl' is not installed, so not removed
2021-12-30T12:49:38.7306596Z Package 'php-bcmath' is not installed, so not removed
2021-12-30T12:49:38.7307323Z Package 'php-bz2' is not installed, so not removed
2021-12-30T12:49:38.7308233Z Package 'php-cache-integration-tests' is not installed, so not removed
2021-12-30T12:49:38.7309261Z Package 'php-cache-lite' is not installed, so not removed
2021-12-30T12:49:38.7310153Z Package 'php-cache-tag-interop' is not installed, so not removed
2021-12-30T12:49:38.7310968Z Package 'php-cas' is not installed, so not removed
2021-12-30T12:49:38.7311777Z Package 'php-cboden-ratchet' is not installed, so not removed
2021-12-30T12:49:38.7312642Z Package 'php-cocur-slugify' is not installed, so not removed
2021-12-30T12:49:38.7313499Z Package 'php-codecoverage' is not installed, so not removed
2021-12-30T12:49:38.7314344Z Package 'php-codesniffer' is not installed, so not removed
2021-12-30T12:49:38.7315244Z Package 'php-composer-ca-bundle' is not installed, so not removed
2021-12-30T12:49:38.7316182Z Package 'php-composer-semver' is not installed, so not removed
2021-12-30T12:49:38.7317159Z Package 'php-composer-spdx-licenses' is not installed, so not removed
2021-12-30T12:49:38.7318239Z Package 'php-composer-xdebug-handler' is not installed, so not removed
2021-12-30T12:49:38.7319293Z Package 'php-console-commandline' is not installed, so not removed
2021-12-30T12:49:38.7320212Z Package 'php-console-table' is not installed, so not removed
2021-12-30T12:49:38.7321072Z Package 'php-constant-time' is not installed, so not removed
2021-12-30T12:49:38.7321848Z Package 'php-date' is not installed, so not removed
2021-12-30T12:49:38.7322573Z Package 'php-db' is not installed, so not removed
2021-12-30T12:49:38.7323405Z Package 'php-db-dataobject' is not installed, so not removed
2021-12-30T12:49:38.7324226Z Package 'php-deepcopy' is not installed, so not removed
2021-12-30T12:49:38.7325152Z Package 'php-defuse-php-encryption' is not installed, so not removed
2021-12-30T12:49:38.7326155Z Package 'php-dflydev-fig-cookies' is not installed, so not removed
2021-12-30T12:49:38.7327118Z Package 'php-directory-scanner' is not installed, so not removed
2021-12-30T12:49:38.7328087Z Package 'php-doctrine-annotations' is not installed, so not removed
2021-12-30T12:49:38.7329035Z Package 'php-doctrine-bundle' is not installed, so not removed
2021-12-30T12:49:38.7329937Z Package 'php-doctrine-cache' is not installed, so not removed
2021-12-30T12:49:38.7330872Z Package 'php-doctrine-collections' is not installed, so not removed
2021-12-30T12:49:38.7331822Z Package 'php-doctrine-common' is not installed, so not removed
2021-12-30T12:49:38.7332785Z Package 'php-doctrine-data-fixtures' is not installed, so not removed
2021-12-30T12:49:38.7333826Z Package 'php-doctrine-dbal' is not installed, so not removed
2021-12-30T12:49:38.7334895Z Package 'php-doctrine-event-manager' is not installed, so not removed
2021-12-30T12:49:38.7335890Z Package 'php-doctrine-inflector' is not installed, so not removed
2021-12-30T12:49:38.7336878Z Package 'php-doctrine-instantiator' is not installed, so not removed
2021-12-30T12:49:38.7337822Z Package 'php-doctrine-lexer' is not installed, so not removed
2021-12-30T12:49:38.7338691Z Package 'php-doctrine-orm' is not installed, so not removed
2021-12-30T12:49:38.7339626Z Package 'php-doctrine-persistence' is not installed, so not removed
2021-12-30T12:49:38.7340622Z Package 'php-doctrine-reflection' is not installed, so not removed
2021-12-30T12:49:38.7341486Z Package 'php-dompdf' is not installed, so not removed
2021-12-30T12:49:38.7342211Z Package 'php-ds' is not installed, so not removed
2021-12-30T12:49:38.7342957Z Package 'php-easyrdf' is not installed, so not removed
2021-12-30T12:49:38.7343790Z Package 'php-email-validator' is not installed, so not removed
2021-12-30T12:49:38.7344609Z Package 'php-embed' is not installed, so not removed
2021-12-30T12:49:38.7345374Z Package 'php-enchant' is not installed, so not removed
2021-12-30T12:49:38.7346151Z Package 'php-evenement' is not installed, so not removed
2021-12-30T12:49:38.7346946Z Package 'php-excimer' is not installed, so not removed
2021-12-30T12:49:38.7347749Z Package 'php-fabiang-sasl' is not installed, so not removed
2021-12-30T12:49:38.7348592Z Package 'php-fdomdocument' is not installed, so not removed
2021-12-30T12:49:38.7349511Z Package 'php-fig-link-util' is not installed, so not removed
2021-12-30T12:49:38.7350378Z Package 'php-file-iterator' is not installed, so not removed
2021-12-30T12:49:38.7351241Z Package 'php-finder-facade' is not installed, so not removed
2021-12-30T12:49:38.7352132Z Package 'php-finder-facade-doc' is not installed, so not removed
2021-12-30T12:49:38.7352991Z Package 'php-font-lib' is not installed, so not removed
2021-12-30T12:49:38.7353749Z Package 'php-fpdf' is not installed, so not removed
2021-12-30T12:49:38.7354469Z Package 'php-fpm' is not installed, so not removed
2021-12-30T12:49:38.7355207Z Package 'php-fxsl' is not installed, so not removed
2021-12-30T12:49:38.7355944Z Package 'php-gearman' is not installed, so not removed
2021-12-30T12:49:38.7356700Z Package 'php-geoip' is not installed, so not removed
2021-12-30T12:49:38.7357427Z Package 'php-geos' is not installed, so not removed
2021-12-30T12:49:38.7358157Z Package 'php-geshi' is not installed, so not removed
2021-12-30T12:49:38.7358898Z Package 'php-getid3' is not installed, so not removed
2021-12-30T12:49:38.7359654Z Package 'php-gmagick' is not installed, so not removed
2021-12-30T12:49:38.7360401Z Package 'php-gnupg' is not installed, so not removed
2021-12-30T12:49:38.7361230Z Package 'php-google-recaptcha' is not installed, so not removed
2021-12-30T12:49:38.7362067Z Package 'php-guestfs' is not installed, so not removed
2021-12-30T12:49:38.7362957Z Package 'php-guzzlehttp-promises' is not installed, so not removed
2021-12-30T12:49:38.7363907Z Package 'php-guzzlehttp-psr7' is not installed, so not removed
2021-12-30T12:49:38.7364744Z Package 'php-hamcrest' is not installed, so not removed
2021-12-30T12:49:38.7365511Z Package 'php-htmlawed' is not installed, so not removed
2021-12-30T12:49:38.7366325Z Package 'php-htmlpurifier' is not installed, so not removed
2021-12-30T12:49:38.7367102Z Package 'php-http' is not installed, so not removed
2021-12-30T12:49:38.7367888Z Package 'php-http-httplug' is not installed, so not removed
2021-12-30T12:49:38.7368807Z Package 'php-http-message-factory' is not installed, so not removed
2021-12-30T12:49:38.7369708Z Package 'php-http-promise' is not installed, so not removed
2021-12-30T12:49:38.7370722Z Package 'php-http-psr7-integration-tests' is not installed, so not removed
2021-12-30T12:49:38.7371717Z Package 'php-http-request' is not installed, so not removed
2021-12-30T12:49:38.7372638Z Package 'php-http-request2' is not installed, so not removed
2021-12-30T12:49:38.7373557Z Package 'php-http-webdav-server' is not installed, so not removed
2021-12-30T12:49:38.7374497Z Package 'php-httpful' is not installed, so not removed
2021-12-30T12:49:38.7375261Z Package 'php-icinga' is not installed, so not removed
2021-12-30T12:49:38.7376015Z Package 'php-igbinary' is not installed, so not removed
2021-12-30T12:49:38.7376912Z Package 'php-illuminate-container' is not installed, so not removed
2021-12-30T12:49:38.7377917Z Package 'php-illuminate-contracts' is not installed, so not removed
2021-12-30T12:49:38.7378899Z Package 'php-illuminate-database' is not installed, so not removed
2021-12-30T12:49:38.7379869Z Package 'php-illuminate-support' is not installed, so not removed
2021-12-30T12:49:38.7380744Z Package 'php-image-text' is not installed, so not removed
2021-12-30T12:49:38.7381528Z Package 'php-imagick' is not installed, so not removed
2021-12-30T12:49:38.7382277Z Package 'php-imap' is not installed, so not removed
2021-12-30T12:49:38.7383046Z Package 'php-interbase' is not installed, so not removed
2021-12-30T12:49:38.7383802Z Package 'php-intl' is not installed, so not removed
2021-12-30T12:49:38.7384531Z Package 'php-invoker' is not installed, so not removed
2021-12-30T12:49:38.7385268Z Package 'php-json' is not installed, so not removed
2021-12-30T12:49:38.7386035Z Package 'php-json-schema' is not installed, so not removed
2021-12-30T12:49:38.7386832Z Package 'php-klogger' is not installed, so not removed
2021-12-30T12:49:38.7387688Z Package 'php-league-commonmark' is not installed, so not removed
2021-12-30T12:49:38.7388793Z Package 'php-league-html-to-markdown' is not installed, so not removed
2021-12-30T12:49:38.7389755Z Package 'php-letodms-core' is not installed, so not removed
2021-12-30T12:49:38.7390594Z Package 'php-libvirt-php' is not installed, so not removed
2021-12-30T12:49:38.7391365Z Package 'php-log' is not installed, so not removed
2021-12-30T12:49:38.7392171Z Package 'php-lorenzo-pinky' is not installed, so not removed
2021-12-30T12:49:38.7392943Z Package 'php-lua' is not installed, so not removed
2021-12-30T12:49:38.7393711Z Package 'php-luasandbox' is not installed, so not removed
2021-12-30T12:49:38.7394468Z Package 'php-mail' is not installed, so not removed
2021-12-30T12:49:38.7395227Z Package 'php-mail-mime' is not installed, so not removed
2021-12-30T12:49:38.7396023Z Package 'php-mailparse' is not installed, so not removed
2021-12-30T12:49:38.7396768Z Package 'php-mapi' is not installed, so not removed
2021-12-30T12:49:38.7397526Z Package 'php-mapscript' is not installed, so not removed
2021-12-30T12:49:38.7398341Z Package 'php-mapscript-ng' is not installed, so not removed
2021-12-30T12:49:38.7399149Z Package 'php-markdown' is not installed, so not removed
2021-12-30T12:49:38.7400014Z Package 'php-masterminds-html5' is not installed, so not removed
2021-12-30T12:49:38.7400876Z Package 'php-mbstring' is not installed, so not removed
2021-12-30T12:49:38.7401633Z Package 'php-mdb2' is not installed, so not removed
2021-12-30T12:49:38.7402460Z Package 'php-mdb2-driver-mysql' is not installed, so not removed
2021-12-30T12:49:38.7403379Z Package 'php-mdb2-driver-pgsql' is not installed, so not removed
2021-12-30T12:49:38.7404234Z Package 'php-memcache' is not installed, so not removed
2021-12-30T12:49:38.7405021Z Package 'php-memcached' is not installed, so not removed
2021-12-30T12:49:38.7405782Z Package 'php-mf2' is not installed, so not removed
2021-12-30T12:49:38.7406609Z Package 'php-mikey179-vfsstream' is not installed, so not removed
2021-12-30T12:49:38.7407467Z Package 'php-mime-type' is not installed, so not removed
2021-12-30T12:49:38.7408243Z Package 'php-mockery' is not installed, so not removed
2021-12-30T12:49:38.7409048Z Package 'php-mockery-doc' is not installed, so not removed
2021-12-30T12:49:38.7409832Z Package 'php-mongodb' is not installed, so not removed
2021-12-30T12:49:38.7410586Z Package 'php-monolog' is not installed, so not removed
2021-12-30T12:49:38.7411417Z Package 'php-msgpack' is not installed, so not removed
2021-12-30T12:49:38.7412233Z Package 'php-nesbot-carbon' is not installed, so not removed
2021-12-30T12:49:38.7413049Z Package 'php-net-dime' is not installed, so not removed
2021-12-30T12:49:38.7413821Z Package 'php-net-dns2' is not installed, so not removed
2021-12-30T12:49:38.7414667Z Package 'php-net-ftp' is not installed, so not removed
2021-12-30T12:49:38.7415450Z Package 'php-net-idna2' is not installed, so not removed
2021-12-30T12:49:38.7416219Z Package 'php-net-imap' is not installed, so not removed
2021-12-30T12:49:38.7416975Z Package 'php-net-ipv6' is not installed, so not removed
2021-12-30T12:49:38.7417745Z Package 'php-net-ldap2' is not installed, so not removed
2021-12-30T12:49:38.7418525Z Package 'php-net-ldap3' is not installed, so not removed
2021-12-30T12:49:38.7419295Z Package 'php-net-nntp' is not installed, so not removed
2021-12-30T12:49:38.7420132Z Package 'php-net-publicsuffix' is not installed, so not removed
2021-12-30T12:49:38.7420988Z Package 'php-net-sieve' is not installed, so not removed
2021-12-30T12:49:38.7421748Z Package 'php-net-smtp' is not installed, so not removed
2021-12-30T12:49:38.7422534Z Package 'php-net-socket' is not installed, so not removed
2021-12-30T12:49:38.7423333Z Package 'php-net-url' is not installed, so not removed
2021-12-30T12:49:38.7424106Z Package 'php-net-url2' is not installed, so not removed
2021-12-30T12:49:38.7424895Z Package 'php-net-whois' is not installed, so not removed
2021-12-30T12:49:38.7425845Z Package 'php-netscape-bookmark-parser' is not installed, so not removed
2021-12-30T12:49:38.7426931Z Package 'php-nikic-fast-route' is not installed, so not removed
2021-12-30T12:49:38.7427803Z Package 'php-nrk-predis' is not installed, so not removed
2021-12-30T12:49:38.7428627Z Package 'php-nyholm-psr7' is not installed, so not removed
2021-12-30T12:49:38.7429409Z Package 'php-oauth' is not installed, so not removed
2021-12-30T12:49:38.7430173Z Package 'php-parsedown' is not installed, so not removed
2021-12-30T12:49:38.7430955Z Package 'php-parser' is not installed, so not removed
2021-12-30T12:49:38.7431765Z Package 'php-patchwork-utf8' is not installed, so not removed
2021-12-30T12:49:38.7432581Z Package 'php-pclzip' is not installed, so not removed
2021-12-30T12:49:38.7433326Z Package 'php-pcov' is not installed, so not removed
2021-12-30T12:49:38.7434077Z Package 'php-pecl-http' is not installed, so not removed
2021-12-30T12:49:38.7434919Z Package 'php-pecl-http-dev' is not installed, so not removed
2021-12-30T12:49:38.7435806Z Package 'php-phar-io-manifest' is not installed, so not removed
2021-12-30T12:49:38.7436707Z Package 'php-phar-io-version' is not installed, so not removed
2021-12-30T12:49:38.7437518Z Package 'php-phpdbg' is not installed, so not removed
2021-12-30T12:49:38.7438591Z Package 'php-phpdocumentor-reflection-common' is not installed, so not removed
2021-12-30T12:49:38.7439944Z Package 'php-phpdocumentor-reflection-docblock' is not installed, so not removed
2021-12-30T12:49:38.7441222Z Package 'php-phpdocumentor-type-resolver' is not installed, so not removed
2021-12-30T12:49:38.7442371Z Package 'php-phpmyadmin-motranslator' is not installed, so not removed
2021-12-30T12:49:38.7443402Z Package 'php-phpmyadmin-shapefile' is not installed, so not removed
2021-12-30T12:49:38.7444423Z Package 'php-phpmyadmin-sql-parser' is not installed, so not removed
2021-12-30T12:49:38.7445344Z Package 'php-phpseclib' is not installed, so not removed
2021-12-30T12:49:38.7446340Z Package 'php-phpspec-prophecy' is not installed, so not removed
2021-12-30T12:49:38.7447194Z Package 'php-pimple' is not installed, so not removed
2021-12-30T12:49:38.7447934Z Package 'php-pinba' is not installed, so not removed
2021-12-30T12:49:38.7448682Z Package 'php-propro' is not installed, so not removed
2021-12-30T12:49:38.7449484Z Package 'php-propro-dev' is not installed, so not removed
2021-12-30T12:49:38.7450322Z Package 'php-proxy-manager' is not installed, so not removed
2021-12-30T12:49:38.7451210Z Package 'php-ps' is not installed, so not removed
2021-12-30T12:49:38.7451925Z Package 'php-psr' is not installed, so not removed
2021-12-30T12:49:38.7452688Z Package 'php-psr-cache' is not installed, so not removed
2021-12-30T12:49:38.7453534Z Package 'php-psr-container' is not installed, so not removed
2021-12-30T12:49:38.7454656Z Package 'php-psr-event-dispatcher' is not installed, so not removed
2021-12-30T12:49:38.7455635Z Package 'php-psr-http-client' is not installed, so not removed
2021-12-30T12:49:38.7456525Z Package 'php-psr-http-factory' is not installed, so not removed
2021-12-30T12:49:38.7457423Z Package 'php-psr-http-message' is not installed, so not removed
2021-12-30T12:49:38.7458247Z Package 'php-psr-link' is not installed, so not removed
2021-12-30T12:49:38.7459013Z Package 'php-psr-log' is not installed, so not removed
2021-12-30T12:49:38.7459860Z Package 'php-psr-simple-cache' is not installed, so not removed
2021-12-30T12:49:38.7460848Z Package 'php-pubsubhubbub-publisher' is not installed, so not removed
2021-12-30T12:49:38.7461751Z Package 'php-radius' is not installed, so not removed
2021-12-30T12:49:38.7462491Z Package 'php-raintpl' is not installed, so not removed
2021-12-30T12:49:38.7463306Z Package 'php-random-compat' is not installed, so not removed
2021-12-30T12:49:38.7464099Z Package 'php-raphf' is not installed, so not removed
2021-12-30T12:49:38.7464860Z Package 'php-raphf-dev' is not installed, so not removed
2021-12-30T12:49:38.7465691Z Package 'php-ratchet-pawl' is not installed, so not removed
2021-12-30T12:49:38.7466556Z Package 'php-ratchet-rfc6455' is not installed, so not removed
2021-12-30T12:49:38.7467486Z Package 'php-react-cache' is not installed, so not removed
2021-12-30T12:49:38.7468417Z Package 'php-react-child-process' is not installed, so not removed
2021-12-30T12:49:38.7469299Z Package 'php-react-dns' is not installed, so not removed
2021-12-30T12:49:38.7470157Z Package 'php-react-event-loop' is not installed, so not removed
2021-12-30T12:49:38.7471013Z Package 'php-react-http' is not installed, so not removed
2021-12-30T12:49:38.7471846Z Package 'php-react-promise' is not installed, so not removed
2021-12-30T12:49:38.7472775Z Package 'php-react-promise-stream' is not installed, so not removed
2021-12-30T12:49:38.7473773Z Package 'php-react-promise-timer' is not installed, so not removed
2021-12-30T12:49:38.7474681Z Package 'php-react-socket' is not installed, so not removed
2021-12-30T12:49:38.7475510Z Package 'php-react-stream' is not installed, so not removed
2021-12-30T12:49:38.7476321Z Package 'php-readline' is not installed, so not removed
2021-12-30T12:49:38.7477075Z Package 'php-redis' is not installed, so not removed
2021-12-30T12:49:38.7477829Z Package 'php-remctl' is not installed, so not removed
2021-12-30T12:49:38.7478699Z Package 'php-respect-validation' is not installed, so not removed
2021-12-30T12:49:38.7479618Z Package 'php-robmorgan-phinx' is not installed, so not removed
2021-12-30T12:49:38.7480406Z Package 'php-rrd' is not installed, so not removed
2021-12-30T12:49:38.7481197Z Package 'php-sabre-vobject' is not installed, so not removed
2021-12-30T12:49:38.7481981Z Package 'php-sass' is not installed, so not removed
2021-12-30T12:49:38.7482718Z Package 'php-seclib' is not installed, so not removed
2021-12-30T12:49:38.7483526Z Package 'php-services-json' is not installed, so not removed
2021-12-30T12:49:38.7484414Z Package 'php-services-weather' is not installed, so not removed
2021-12-30T12:49:38.7485283Z Package 'php-shellcommand' is not installed, so not removed
2021-12-30T12:49:38.7486055Z Package 'php-soap' is not installed, so not removed
2021-12-30T12:49:38.7486766Z Package 'php-solr' is not installed, so not removed
2021-12-30T12:49:38.7487559Z Package 'php-sql-formatter' is not installed, so not removed
2021-12-30T12:49:38.7488344Z Package 'php-ssh2' is not installed, so not removed
2021-12-30T12:49:38.7489061Z Package 'php-stomp' is not installed, so not removed
2021-12-30T12:49:38.7489851Z Package 'php-swiftmailer' is not installed, so not removed
2021-12-30T12:49:38.7490720Z Package 'php-sybase' is not installed, so not removed
2021-12-30T12:49:38.7491484Z Package 'php-symfony' is not installed, so not removed
2021-12-30T12:49:38.7492383Z Package 'php-symfony-amazon-mailer' is not installed, so not removed
2021-12-30T12:49:38.7493309Z Package 'php-symfony-asset' is not installed, so not removed
2021-12-30T12:49:38.7494318Z Package 'php-symfony-browser-kit' is not installed, so not removed
2021-12-30T12:49:38.7495225Z Package 'php-symfony-cache' is not installed, so not removed
2021-12-30T12:49:38.7496200Z Package 'php-symfony-cache-contracts' is not installed, so not removed
2021-12-30T12:49:38.7497177Z Package 'php-symfony-config' is not installed, so not removed
2021-12-30T12:49:38.7498063Z Package 'php-symfony-console' is not installed, so not removed
2021-12-30T12:49:38.7498972Z Package 'php-symfony-contracts' is not installed, so not removed
2021-12-30T12:49:38.7499928Z Package 'php-symfony-css-selector' is not installed, so not removed
2021-12-30T12:49:38.7500862Z Package 'php-symfony-debug' is not installed, so not removed
2021-12-30T12:49:38.7501789Z Package 'php-symfony-debug-bundle' is not installed, so not removed
2021-12-30T12:49:38.7502891Z Package 'php-symfony-dependency-injection' is not installed, so not removed
2021-12-30T12:49:38.7504034Z Package 'php-symfony-doctrine-bridge' is not installed, so not removed
2021-12-30T12:49:38.7505043Z Package 'php-symfony-dom-crawler' is not installed, so not removed
2021-12-30T12:49:38.7505971Z Package 'php-symfony-dotenv' is not installed, so not removed
2021-12-30T12:49:38.7506959Z Package 'php-symfony-event-dispatcher' is not installed, so not removed
2021-12-30T12:49:38.7508296Z Package 'php-symfony-event-dispatcher-contracts' is not installed, so not removed
2021-12-30T12:49:38.7509590Z Package 'php-symfony-expression-language' is not installed, so not removed
2021-12-30T12:49:38.7510655Z Package 'php-symfony-filesystem' is not installed, so not removed
2021-12-30T12:49:38.7511576Z Package 'php-symfony-finder' is not installed, so not removed
2021-12-30T12:49:38.7512428Z Package 'php-symfony-form' is not installed, so not removed
2021-12-30T12:49:38.7513409Z Package 'php-symfony-framework-bundle' is not installed, so not removed
2021-12-30T12:49:38.7514466Z Package 'php-symfony-google-mailer' is not installed, so not removed
2021-12-30T12:49:38.7515458Z Package 'php-symfony-http-client' is not installed, so not removed
2021-12-30T12:49:38.7516567Z Package 'php-symfony-http-client-contracts' is not installed, so not removed
2021-12-30T12:49:38.7517701Z Package 'php-symfony-http-foundation' is not installed, so not removed
2021-12-30T12:49:38.7518730Z Package 'php-symfony-http-kernel' is not installed, so not removed
2021-12-30T12:49:38.7519685Z Package 'php-symfony-inflector' is not installed, so not removed
2021-12-30T12:49:38.7520569Z Package 'php-symfony-intl' is not installed, so not removed
2021-12-30T12:49:38.7521407Z Package 'php-symfony-ldap' is not installed, so not removed
2021-12-30T12:49:38.7522238Z Package 'php-symfony-lock' is not installed, so not removed
2021-12-30T12:49:38.7523228Z Package 'php-symfony-mailchimp-mailer' is not installed, so not removed
2021-12-30T12:49:38.7524211Z Package 'php-symfony-mailer' is not installed, so not removed
2021-12-30T12:49:38.7525164Z Package 'php-symfony-mailgun-mailer' is not installed, so not removed
2021-12-30T12:49:38.7526152Z Package 'php-symfony-messenger' is not installed, so not removed
2021-12-30T12:49:38.7527030Z Package 'php-symfony-mime' is not installed, so not removed
2021-12-30T12:49:38.7527964Z Package 'php-symfony-monolog-bridge' is not installed, so not removed
2021-12-30T12:49:38.7529035Z Package 'php-symfony-options-resolver' is not installed, so not removed
2021-12-30T12:49:38.7530089Z Package 'php-symfony-phpunit-bridge' is not installed, so not removed
2021-12-30T12:49:38.7531152Z Package 'php-symfony-postmark-mailer' is not installed, so not removed
2021-12-30T12:49:38.7532134Z Package 'php-symfony-process' is not installed, so not removed
2021-12-30T12:49:38.7533212Z Package 'php-symfony-property-access' is not installed, so not removed
2021-12-30T12:49:38.7534430Z Package 'php-symfony-property-info' is not installed, so not removed
2021-12-30T12:49:38.7535567Z Package 'php-symfony-proxy-manager-bridge' is not installed, so not removed
2021-12-30T12:49:38.7536618Z Package 'php-symfony-routing' is not installed, so not removed
2021-12-30T12:49:38.7537511Z Package 'php-symfony-security' is not installed, so not removed
2021-12-30T12:49:38.7538465Z Package 'php-symfony-security-acl' is not installed, so not removed
2021-12-30T12:49:38.7539493Z Package 'php-symfony-security-bundle' is not installed, so not removed
2021-12-30T12:49:38.7540540Z Package 'php-symfony-security-core' is not installed, so not removed
2021-12-30T12:49:38.7541559Z Package 'php-symfony-security-csrf' is not installed, so not removed
2021-12-30T12:49:38.7542581Z Package 'php-symfony-security-guard' is not installed, so not removed
2021-12-30T12:49:38.7543619Z Package 'php-symfony-security-http' is not installed, so not removed
2021-12-30T12:49:38.7544661Z Package 'php-symfony-sendgrid-mailer' is not installed, so not removed
2021-12-30T12:49:38.7545680Z Package 'php-symfony-serializer' is not installed, so not removed
2021-12-30T12:49:38.7546734Z Package 'php-symfony-service-contracts' is not installed, so not removed
2021-12-30T12:49:38.7547748Z Package 'php-symfony-stopwatch' is not installed, so not removed
2021-12-30T12:49:38.7548695Z Package 'php-symfony-templating' is not installed, so not removed
2021-12-30T12:49:38.7549659Z Package 'php-symfony-translation' is not installed, so not removed
2021-12-30T12:49:38.7550836Z Package 'php-symfony-translation-contracts' is not installed, so not removed
2021-12-30T12:49:38.7551947Z Package 'php-symfony-twig-bridge' is not installed, so not removed
2021-12-30T12:49:38.7552910Z Package 'php-symfony-twig-bundle' is not installed, so not removed
2021-12-30T12:49:38.7553864Z Package 'php-symfony-validator' is not installed, so not removed
2021-12-30T12:49:38.7554801Z Package 'php-symfony-var-dumper' is not installed, so not removed
2021-12-30T12:49:38.7555785Z Package 'php-symfony-var-exporter' is not installed, so not removed
2021-12-30T12:49:38.7556742Z Package 'php-symfony-web-link' is not installed, so not removed
2021-12-30T12:49:38.7557780Z Package 'php-symfony-web-profiler-bundle' is not installed, so not removed
2021-12-30T12:49:38.7558919Z Package 'php-symfony-web-server-bundle' is not installed, so not removed
2021-12-30T12:49:38.7559922Z Package 'php-symfony-workflow' is not installed, so not removed
2021-12-30T12:49:38.7560799Z Package 'php-symfony-yaml' is not installed, so not removed
2021-12-30T12:49:38.7561589Z Package 'php-tcpdf' is not installed, so not removed
2021-12-30T12:49:38.7562378Z Package 'php-text-captcha' is not installed, so not removed
2021-12-30T12:49:38.7563211Z Package 'php-text-figlet' is not installed, so not removed
2021-12-30T12:49:38.7564117Z Package 'php-text-languagedetect' is not installed, so not removed
2021-12-30T12:49:38.7565042Z Package 'php-text-password' is not installed, so not removed
2021-12-30T12:49:38.7565906Z Package 'php-text-template' is not installed, so not removed
2021-12-30T12:49:38.7566722Z Package 'php-text-wiki' is not installed, so not removed
2021-12-30T12:49:38.7567491Z Package 'php-thrift' is not installed, so not removed
2021-12-30T12:49:38.7568240Z Package 'php-tideways' is not installed, so not removed
2021-12-30T12:49:38.7569322Z Package 'php-tijsverkoyen-css-to-inline-styles' is not installed, so not removed
2021-12-30T12:49:38.7570354Z Package 'php-timer' is not installed, so not removed
2021-12-30T12:49:38.7571151Z Package 'php-token-stream' is not installed, so not removed
2021-12-30T12:49:38.7571966Z Package 'php-tokenizer' is not installed, so not removed
2021-12-30T12:49:38.7572717Z Package 'php-twig' is not installed, so not removed
2021-12-30T12:49:38.7573609Z Package 'php-twig-cssinliner-extra' is not installed, so not removed
2021-12-30T12:49:38.7574728Z Package 'php-twig-doc' is not installed, so not removed
2021-12-30T12:49:38.7575580Z Package 'php-twig-extensions' is not installed, so not removed
2021-12-30T12:49:38.7576509Z Package 'php-twig-extra-bundle' is not installed, so not removed
2021-12-30T12:49:38.7577410Z Package 'php-twig-html-extra' is not installed, so not removed
2021-12-30T12:49:38.7578302Z Package 'php-twig-inky-extra' is not installed, so not removed
2021-12-30T12:49:38.7579177Z Package 'php-twig-intl-extra' is not installed, so not removed
2021-12-30T12:49:38.7580106Z Package 'php-twig-markdown-extra' is not installed, so not removed
2021-12-30T12:49:38.7581052Z Package 'php-uploadprogress' is not installed, so not removed
2021-12-30T12:49:38.7581844Z Package 'php-uuid' is not installed, so not removed
2021-12-30T12:49:38.7582605Z Package 'php-validate' is not installed, so not removed
2021-12-30T12:49:38.7583450Z Package 'php-webmozart-assert' is not installed, so not removed
2021-12-30T12:49:38.7584319Z Package 'php-wikidiff2' is not installed, so not removed
2021-12-30T12:49:38.7585104Z Package 'php-wmerrors' is not installed, so not removed
2021-12-30T12:49:38.7585861Z Package 'php-xajax' is not installed, so not removed
2021-12-30T12:49:38.7586605Z Package 'php-xdebug' is not installed, so not removed
2021-12-30T12:49:38.7587392Z Package 'php-xml-htmlsax3' is not installed, so not removed
2021-12-30T12:49:38.7588199Z Package 'php-xml-rpc2' is not installed, so not removed
2021-12-30T12:49:38.7588950Z Package 'php-xml-svg' is not installed, so not removed
2021-12-30T12:49:38.7589683Z Package 'php-yac' is not installed, so not removed
2021-12-30T12:49:38.7590468Z Package 'php-yaml' is not installed, so not removed
2021-12-30T12:49:38.7591236Z Package 'php-zend-code' is not installed, so not removed
2021-12-30T12:49:38.7592116Z Package 'php-zend-eventmanager' is not installed, so not removed
2021-12-30T12:49:38.7593002Z Package 'php-zend-stdlib' is not installed, so not removed
2021-12-30T12:49:38.7593822Z Package 'php-zeroc-ice' is not installed, so not removed
2021-12-30T12:49:38.7594610Z Package 'php-zeta-base' is not installed, so not removed
2021-12-30T12:49:38.7595493Z Package 'php-zeta-console-tools' is not installed, so not removed
2021-12-30T12:49:38.7596415Z Package 'php-zeta-unit-test' is not installed, so not removed
2021-12-30T12:49:38.7597198Z Package 'php-zip' is not installed, so not removed
2021-12-30T12:49:38.7597914Z Package 'php-zmq' is not installed, so not removed
2021-12-30T12:49:38.7598603Z Package 'phpab' is not installed, so not removed
2021-12-30T12:49:38.7599307Z Package 'phpcpd' is not installed, so not removed
2021-12-30T12:49:38.7600015Z Package 'phpdox' is not installed, so not removed
2021-12-30T12:49:38.7600753Z Package 'phpldapadmin' is not installed, so not removed
2021-12-30T12:49:38.7601537Z Package 'phpliteadmin' is not installed, so not removed
2021-12-30T12:49:38.7602383Z Package 'phpliteadmin-themes' is not installed, so not removed
2021-12-30T12:49:38.7603187Z Package 'phploc' is not installed, so not removed
2021-12-30T12:49:38.7603882Z Package 'phpmd' is not installed, so not removed
2021-12-30T12:49:38.7604601Z Package 'phpmyadmin' is not installed, so not removed
2021-12-30T12:49:38.7605353Z Package 'phppgadmin' is not installed, so not removed
2021-12-30T12:49:38.7606089Z Package 'phpqrcode' is not installed, so not removed
2021-12-30T12:49:38.7606836Z Package 'phpsysinfo' is not installed, so not removed
2021-12-30T12:49:38.7607552Z Package 'phpunit' is not installed, so not removed
2021-12-30T12:49:38.7608531Z Package 'phpunit-code-unit-reverse-lookup' is not installed, so not removed
2021-12-30T12:49:38.7609581Z Package 'phpunit-comparator' is not installed, so not removed
2021-12-30T12:49:38.7610400Z Package 'phpunit-diff' is not installed, so not removed
2021-12-30T12:49:38.7611253Z Package 'phpunit-environment' is not installed, so not removed
2021-12-30T12:49:38.7612127Z Package 'phpunit-exporter' is not installed, so not removed
2021-12-30T12:49:38.7613026Z Package 'phpunit-git' is not installed, so not removed
2021-12-30T12:49:38.7613886Z Package 'phpunit-global-state' is not installed, so not removed
2021-12-30T12:49:38.7614968Z Package 'phpunit-object-enumerator' is not installed, so not removed
2021-12-30T12:49:38.7616003Z Package 'phpunit-object-reflector' is not installed, so not removed
2021-12-30T12:49:38.7617021Z Package 'phpunit-recursion-context' is not installed, so not removed
2021-12-30T12:49:38.7618088Z Package 'phpunit-resource-operations' is not installed, so not removed
2021-12-30T12:49:38.7619023Z Package 'phpunit-type' is not installed, so not removed
2021-12-30T12:49:38.7619834Z Package 'phpunit-version' is not installed, so not removed
2021-12-30T12:49:38.7620649Z Package 'phpwebcounter' is not installed, so not removed
2021-12-30T12:49:38.7621499Z Package 'phpwebcounter-extra' is not installed, so not removed
2021-12-30T12:49:38.7622357Z Package 'zulucrypt-cli' is not installed, so not removed
2021-12-30T12:49:38.7623165Z Package 'zulucrypt-gui' is not installed, so not removed
2021-12-30T12:49:38.7623961Z Package 'zulumount-cli' is not installed, so not removed
2021-12-30T12:49:38.7624742Z Package 'zulumount-gui' is not installed, so not removed
2021-12-30T12:49:38.7625493Z Package 'zulupolkit' is not installed, so not removed
2021-12-30T12:49:38.7626261Z Package 'zulusafe-cli' is not installed, so not removed
2021-12-30T12:49:38.7627351Z Package 'google-android-build-tools-17-installer' is not installed, so not removed
2021-12-30T12:49:38.7628753Z Package 'google-android-build-tools-18-installer' is not installed, so not removed
2021-12-30T12:49:38.7630212Z Package 'google-android-build-tools-19-installer' is not installed, so not removed
2021-12-30T12:49:38.7631591Z Package 'google-android-build-tools-20-installer' is not installed, so not removed
2021-12-30T12:49:38.7632969Z Package 'google-android-build-tools-21-installer' is not installed, so not removed
2021-12-30T12:49:38.7634338Z Package 'google-android-build-tools-22-installer' is not installed, so not removed
2021-12-30T12:49:38.7635725Z Package 'google-android-build-tools-23-installer' is not installed, so not removed
2021-12-30T12:49:38.7637094Z Package 'google-android-build-tools-24-installer' is not installed, so not removed
2021-12-30T12:49:38.7638448Z Package 'google-android-m2repository-installer' is not installed, so not removed
2021-12-30T12:49:38.7639671Z Package 'google-android-ndk-installer' is not installed, so not removed
2021-12-30T12:49:38.7640877Z Package 'google-android-platform-10-installer' is not installed, so not removed
2021-12-30T12:49:38.7642177Z Package 'google-android-platform-11-installer' is not installed, so not removed
2021-12-30T12:49:38.7643457Z Package 'google-android-platform-12-installer' is not installed, so not removed
2021-12-30T12:49:38.7644738Z Package 'google-android-platform-13-installer' is not installed, so not removed
2021-12-30T12:49:38.7646018Z Package 'google-android-platform-14-installer' is not installed, so not removed
2021-12-30T12:49:38.7647304Z Package 'google-android-platform-15-installer' is not installed, so not removed
2021-12-30T12:49:38.7648593Z Package 'google-android-platform-16-installer' is not installed, so not removed
2021-12-30T12:49:38.7649875Z Package 'google-android-platform-17-installer' is not installed, so not removed
2021-12-30T12:49:38.7651157Z Package 'google-android-platform-18-installer' is not installed, so not removed
2021-12-30T12:49:38.7652434Z Package 'google-android-platform-19-installer' is not installed, so not removed
2021-12-30T12:49:38.7653698Z Package 'google-android-platform-2-installer' is not installed, so not removed
2021-12-30T12:49:38.7655147Z Package 'google-android-platform-20-installer' is not installed, so not removed
2021-12-30T12:49:38.7656431Z Package 'google-android-platform-21-installer' is not installed, so not removed
2021-12-30T12:49:38.7657701Z Package 'google-android-platform-22-installer' is not installed, so not removed
2021-12-30T12:49:38.7658978Z Package 'google-android-platform-23-installer' is not installed, so not removed
2021-12-30T12:49:38.7660349Z Package 'google-android-platform-24-installer' is not installed, so not removed
2021-12-30T12:49:38.7661618Z Package 'google-android-platform-3-installer' is not installed, so not removed
2021-12-30T12:49:38.7662884Z Package 'google-android-platform-4-installer' is not installed, so not removed
2021-12-30T12:49:38.7664152Z Package 'google-android-platform-5-installer' is not installed, so not removed
2021-12-30T12:49:38.7665411Z Package 'google-android-platform-6-installer' is not installed, so not removed
2021-12-30T12:49:38.7666685Z Package 'google-android-platform-7-installer' is not installed, so not removed
2021-12-30T12:49:38.7667947Z Package 'google-android-platform-8-installer' is not installed, so not removed
2021-12-30T12:49:38.7669206Z Package 'google-android-platform-9-installer' is not installed, so not removed
2021-12-30T12:49:38.7670434Z Package 'google-android-sdk-docs-installer' is not installed, so not removed
2021-12-30T12:49:38.7671507Z Package 'googleearth-package' is not installed, so not removed
2021-12-30T12:49:38.7672331Z Package 'php-mythtv' is not installed, so not removed
2021-12-30T12:49:38.7673189Z Package 'google-compute-engine' is not installed, so not removed
2021-12-30T12:49:38.7674234Z Package 'google-compute-engine-oslogin' is not installed, so not removed
2021-12-30T12:49:38.7675218Z Package 'mysql-client-8.0' is not installed, so not removed
2021-12-30T12:49:38.7676113Z Package 'mysql-client-core-8.0' is not installed, so not removed
2021-12-30T12:49:38.7676988Z Package 'mysql-server-8.0' is not installed, so not removed
2021-12-30T12:49:38.7677931Z Package 'mysql-server-core-8.0' is not installed, so not removed
2021-12-30T12:49:38.7678819Z Package 'openjdk-11-dbg' is not installed, so not removed
2021-12-30T12:49:38.7679608Z Package 'openjdk-11-doc' is not installed, so not removed
2021-12-30T12:49:38.7680390Z Package 'openjdk-11-jdk' is not installed, so not removed
2021-12-30T12:49:38.7681276Z Package 'openjdk-11-jdk-headless' is not installed, so not removed
2021-12-30T12:49:38.7682156Z Package 'openjdk-11-jre' is not installed, so not removed
2021-12-30T12:49:38.7683042Z Package 'openjdk-11-jre-headless' is not installed, so not removed
2021-12-30T12:49:38.7683933Z Package 'openjdk-11-source' is not installed, so not removed
2021-12-30T12:49:38.7684809Z Package 'google-guest-agent' is not installed, so not removed
2021-12-30T12:49:38.7685723Z Package 'google-osconfig-agent' is not installed, so not removed
2021-12-30T12:49:38.7686563Z Package 'llvm-11-doc' is not installed, so not removed
2021-12-30T12:49:38.7687346Z Package 'llvm-11-examples' is not installed, so not removed
2021-12-30T12:49:38.7688119Z Package 'llvm-12-doc' is not installed, so not removed
2021-12-30T12:49:38.7688905Z Package 'llvm-12-examples' is not installed, so not removed
2021-12-30T12:49:38.7689692Z Package 'mysql-router' is not installed, so not removed
2021-12-30T12:49:38.7690502Z Package 'mysql-source-8.0' is not installed, so not removed
2021-12-30T12:49:38.7691328Z Package 'mysql-testsuite' is not installed, so not removed
2021-12-30T12:49:38.7692193Z Package 'mysql-testsuite-8.0' is not installed, so not removed
2021-12-30T12:49:38.7693047Z Package 'openjdk-11-demo' is not installed, so not removed
2021-12-30T12:49:38.7693877Z Package 'openjdk-11-jre-zero' is not installed, so not removed
2021-12-30T12:49:38.7694803Z Package 'openjdk-13-dbg' is not installed, so not removed
2021-12-30T12:49:38.7695597Z Package 'openjdk-13-demo' is not installed, so not removed
2021-12-30T12:49:38.7696394Z Package 'openjdk-13-doc' is not installed, so not removed
2021-12-30T12:49:38.7697189Z Package 'openjdk-13-jdk' is not installed, so not removed
2021-12-30T12:49:38.7698061Z Package 'openjdk-13-jdk-headless' is not installed, so not removed
2021-12-30T12:49:38.7698929Z Package 'openjdk-13-jre' is not installed, so not removed
2021-12-30T12:49:38.7699789Z Package 'openjdk-13-jre-headless' is not installed, so not removed
2021-12-30T12:49:38.7700802Z Package 'openjdk-13-jre-zero' is not installed, so not removed
2021-12-30T12:49:38.7701663Z Package 'openjdk-13-source' is not installed, so not removed
2021-12-30T12:49:38.7702478Z Package 'openjdk-16-dbg' is not installed, so not removed
2021-12-30T12:49:38.7703278Z Package 'openjdk-16-demo' is not installed, so not removed
2021-12-30T12:49:38.7704072Z Package 'openjdk-16-doc' is not installed, so not removed
2021-12-30T12:49:38.7704850Z Package 'openjdk-16-jdk' is not installed, so not removed
2021-12-30T12:49:38.7705711Z Package 'openjdk-16-jdk-headless' is not installed, so not removed
2021-12-30T12:49:38.7706561Z Package 'openjdk-16-jre' is not installed, so not removed
2021-12-30T12:49:38.7707435Z Package 'openjdk-16-jre-headless' is not installed, so not removed
2021-12-30T12:49:38.7708337Z Package 'openjdk-16-jre-zero' is not installed, so not removed
2021-12-30T12:49:38.7709195Z Package 'openjdk-16-source' is not installed, so not removed
2021-12-30T12:49:38.7709997Z Package 'openjdk-17-dbg' is not installed, so not removed
2021-12-30T12:49:38.7710805Z Package 'openjdk-17-demo' is not installed, so not removed
2021-12-30T12:49:38.8410134Z Package 'openjdk-17-doc' is not installed, so not removed
2021-12-30T12:49:38.8418717Z Package 'openjdk-17-jdk' is not installed, so not removed
2021-12-30T12:49:38.8419658Z Package 'openjdk-17-jdk-headless' is not installed, so not removed
2021-12-30T12:49:38.8420543Z Package 'openjdk-17-jre' is not installed, so not removed
2021-12-30T12:49:38.8421430Z Package 'openjdk-17-jre-headless' is not installed, so not removed
2021-12-30T12:49:38.8422330Z Package 'openjdk-17-jre-zero' is not installed, so not removed
2021-12-30T12:49:38.8423441Z Package 'openjdk-17-source' is not installed, so not removed
2021-12-30T12:49:38.8424280Z Package 'openjdk-8-dbg' is not installed, so not removed
2021-12-30T12:49:38.8425088Z Package 'openjdk-8-demo' is not installed, so not removed
2021-12-30T12:49:38.8425874Z Package 'openjdk-8-doc' is not installed, so not removed
2021-12-30T12:49:38.8426670Z Package 'openjdk-8-jdk' is not installed, so not removed
2021-12-30T12:49:38.8427545Z Package 'openjdk-8-jdk-headless' is not installed, so not removed
2021-12-30T12:49:38.8428401Z Package 'openjdk-8-jre' is not installed, so not removed
2021-12-30T12:49:38.8429273Z Package 'openjdk-8-jre-headless' is not installed, so not removed
2021-12-30T12:49:38.8430173Z Package 'openjdk-8-jre-zero' is not installed, so not removed
2021-12-30T12:49:38.8431030Z Package 'openjdk-8-source' is not installed, so not removed
2021-12-30T12:49:38.8431949Z Package 'dotnet-apphost-pack-6.0' is not installed, so not removed
2021-12-30T12:49:38.8432879Z Package 'dotnet-hostfxr-2.1' is not installed, so not removed
2021-12-30T12:49:38.8433756Z Package 'dotnet-hostfxr-6.0' is not installed, so not removed
2021-12-30T12:49:38.8434615Z Package 'dotnet-runtime-2.1' is not installed, so not removed
2021-12-30T12:49:38.8435530Z Package 'dotnet-runtime-6.0' is not installed, so not removed
2021-12-30T12:49:38.8436467Z Package 'dotnet-runtime-deps-2.1' is not installed, so not removed
2021-12-30T12:49:38.8437434Z Package 'dotnet-runtime-deps-6.0' is not installed, so not removed
2021-12-30T12:49:38.8438323Z Package 'dotnet-sdk-2.1' is not installed, so not removed
2021-12-30T12:49:38.8439108Z Package 'dotnet-sdk-6.0' is not installed, so not removed
2021-12-30T12:49:38.8440022Z Package 'dotnet-targeting-pack-6.0' is not installed, so not removed
2021-12-30T12:49:38.9744913Z The following packages will be REMOVED:
2021-12-30T12:49:38.9746551Z aspnetcore-runtime-3.1
aspnetcore-runtime-5.0*
2021-12-30T12:49:38.9748061Z aspnetcore-targeting-pack-3.1* aspnetcore-targeting-pack-5.0* azure-cli*
2021-12-30T12:49:38.9749536Z clang-12* dotnet-apphost-pack-3.1* dotnet-apphost-pack-5.0* dotnet-host*
2021-12-30T12:49:38.9750777Z dotnet-hostfxr-3.1* dotnet-hostfxr-5.0* dotnet-runtime-3.1*
2021-12-30T12:49:38.9752045Z dotnet-runtime-5.0* dotnet-runtime-deps-3.1* dotnet-runtime-deps-5.0*
2021-12-30T12:49:38.9753597Z dotnet-sdk-3.1* dotnet-sdk-5.0* dotnet-targeting-pack-3.1*
2021-12-30T12:49:38.9754866Z dotnet-targeting-pack-5.0* firefox* google-chrome-stable* google-cloud-sdk*
2021-12-30T12:49:38.9756160Z hhvm* libmysqlclient-dev* libmysqlclient21* libsnmp35* lldb-11* llvm-10*
2021-12-30T12:49:38.9757297Z llvm-10-dev* llvm-10-runtime* llvm-10-tools* llvm-11* llvm-11-dev*
2021-12-30T12:49:38.9758327Z llvm-11-runtime* llvm-11-tools* llvm-12* llvm-12-dev* llvm-12-linker-tools*
2021-12-30T12:49:38.9759364Z llvm-12-runtime* llvm-12-tools* mysql-client* mysql-common*
2021-12-30T12:49:38.9760426Z mysql-community-client* mysql-community-client-core*
2021-12-30T12:49:38.9761648Z mysql-community-client-plugins* mysql-community-server*
2021-12-30T12:49:38.9762930Z mysql-community-server-core* mysql-server* php-common* php-pear* php7.4*
2021-12-30T12:49:38.9764056Z php7.4-amqp* php7.4-apcu* php7.4-bcmath* php7.4-bz2* php7.4-cgi* php7.4-cli*
2021-12-30T12:49:38.9765065Z php7.4-common* php7.4-curl* php7.4-dba* php7.4-dev* php7.4-enchant*
2021-12-30T12:49:38.9766066Z php7.4-fpm* php7.4-gd* php7.4-gmp* php7.4-igbinary* php7.4-imagick*
2021-12-30T12:49:38.9767053Z php7.4-imap* php7.4-interbase* php7.4-intl* php7.4-json* php7.4-ldap*
2021-12-30T12:49:38.9768071Z php7.4-mbstring* php7.4-memcache* php7.4-memcached* php7.4-mongodb*
2021-12-30T12:49:38.9769103Z php7.4-msgpack* php7.4-mysql* php7.4-odbc* php7.4-opcache* php7.4-pcov*
2021-12-30T12:49:38.9770132Z php7.4-pgsql* php7.4-phpdbg* php7.4-pspell* php7.4-readline* php7.4-redis*
2021-12-30T12:49:38.9771165Z php7.4-snmp* php7.4-soap* php7.4-sqlite3* php7.4-sybase* php7.4-tidy*
2021-12-30T12:49:38.9772245Z php7.4-xdebug* php7.4-xml* php7.4-xmlrpc* php7.4-xsl* php7.4-yaml*
2021-12-30T12:49:38.9773220Z php7.4-zip* php7.4-zmq* php8.0* php8.0-amqp* php8.0-apcu* php8.0-bcmath*
2021-12-30T12:49:38.9776493Z php8.0-bz2* php8.0-cgi* php8.0-cli* php8.0-common* php8.0-curl* php8.0-dba*
2021-12-30T12:49:38.9777443Z php8.0-dev* php8.0-enchant* php8.0-fpm* php8.0-gd* php8.0-gmp*
2021-12-30T12:49:38.9778359Z php8.0-igbinary* php8.0-imagick* php8.0-imap* php8.0-interbase* php8.0-intl*
2021-12-30T12:49:38.9779312Z php8.0-ldap* php8.0-mbstring* php8.0-memcache* php8.0-memcached*
2021-12-30T12:49:38.9780248Z php8.0-mongodb* php8.0-msgpack* php8.0-mysql* php8.0-odbc* php8.0-opcache*
2021-12-30T12:49:38.9781210Z php8.0-pcov* php8.0-pgsql* php8.0-phpdbg* php8.0-pspell* php8.0-readline*
2021-12-30T12:49:38.9782159Z php8.0-redis* php8.0-snmp* php8.0-soap* php8.0-sqlite3* php8.0-sybase*
2021-12-30T12:49:38.9783067Z php8.0-tidy* php8.0-xdebug* php8.0-xml* php8.0-xsl* php8.0-yaml* php8.0-zip*
2021-12-30T12:49:38.9783976Z php8.0-zmq* php8.1* php8.1-amqp* php8.1-apcu* php8.1-bcmath* php8.1-bz2*
2021-12-30T12:49:38.9784865Z php8.1-cgi* php8.1-cli* php8.1-common* php8.1-curl* php8.1-dba* php8.1-dev*
2021-12-30T12:49:38.9785759Z php8.1-enchant* php8.1-fpm* php8.1-gd* php8.1-gmp* php8.1-igbinary*
2021-12-30T12:49:38.9786673Z php8.1-imagick* php8.1-imap* php8.1-interbase* php8.1-intl* php8.1-ldap*
2021-12-30T12:49:38.9787611Z php8.1-mbstring* php8.1-memcache* php8.1-memcached* php8.1-mongodb*
2021-12-30T12:49:38.9788543Z php8.1-msgpack* php8.1-mysql* php8.1-odbc* php8.1-opcache* php8.1-pcov*
2021-12-30T12:49:38.9789492Z php8.1-pgsql* php8.1-phpdbg* php8.1-pspell* php8.1-readline* php8.1-redis*
2021-12-30T12:49:38.9790435Z php8.1-snmp* php8.1-soap* php8.1-sqlite3* php8.1-sybase* php8.1-tidy*
2021-12-30T12:49:38.9791339Z php8.1-xdebug* php8.1-xml* php8.1-xsl* php8.1-yaml* php8.1-zip* php8.1-zmq*
2021-12-30T12:49:38.9791954Z powershell* snmp* sphinxsearch*
2021-12-30T12:49:39.0110602Z 0 upgraded, 0 newly installed, 193 to remove and 13 not upgraded.
2021-12-30T12:49:39.4497089Z After this operation, 4419 MB disk space will be freed.
2021-12-30T12:49:39.5021519Z (Reading database ...
2021-12-30T12:49:39.5021970Z (Reading database ... 5%
2021-12-30T12:49:39.5022422Z (Reading database ... 10%
2021-12-30T12:49:39.5022862Z (Reading database ... 15%
2021-12-30T12:49:39.5023436Z (Reading database ... 20%
2021-12-30T12:49:39.5023815Z (Reading database ... 25%
2021-12-30T12:49:39.5024184Z (Reading database ... 30%
2021-12-30T12:49:39.5027102Z (Reading database ... 35%
2021-12-30T12:49:39.5027485Z (Reading database ... 40%
2021-12-30T12:49:39.5027851Z (Reading database ... 45%
2021-12-30T12:49:39.5028219Z (Reading database ... 50%
2021-12-30T12:49:39.5402091Z (Reading database ... 55%
2021-12-30T12:49:39.5663126Z (Reading database ... 60%
2021-12-30T12:49:39.5902140Z (Reading database ... 65%
2021-12-30T12:49:39.6186057Z (Reading database ... 70%
2021-12-30T12:49:39.6731647Z (Reading database ... 75%
2021-12-30T12:49:39.8870245Z (Reading database ... 80%
2021-12-30T12:49:39.9608883Z (Reading database ... 85%
2021-12-30T12:49:40.0315879Z (Reading database ... 90%
2021-12-30T12:49:40.0927761Z (Reading database ... 95%
2021-12-30T12:49:40.0928363Z (Reading database ... 100%
2021-12-30T12:49:40.0929351Z (Reading database ... 234562 files and directories currently installed.)
2021-12-30T12:49:40.0990046Z Removing dotnet-sdk-3.1 (3.1.416-1) ...
2021-12-30T12:49:40.1277191Z Removing aspnetcore-runtime-3.1 (3.1.22-1) ...
2021-12-30T12:49:40.1467947Z Removing dotnet-sdk-5.0 (5.0.404-1) ...
2021-12-30T12:49:40.1745265Z Removing aspnetcore-runtime-5.0 (5.0.13-1) ...
2021-12-30T12:49:40.1948525Z Removing aspnetcore-targeting-pack-3.1 (3.1.10-1) ...
2021-12-30T12:49:40.2185438Z Removing aspnetcore-targeting-pack-5.0 (5.0.0-1) ...
2021-12-30T12:49:40.2387659Z Removing azure-cli (2.31.0-1focal) ...
2021-12-30T12:49:51.1834162Z Removing clang-12 (1:12.0.0-3ubuntu1
20.04.4) ...
2021-12-30T12:49:51.2455097Z Removing dotnet-apphost-pack-3.1 (3.1.22-1) ...
2021-12-30T12:49:51.2686961Z Removing dotnet-apphost-pack-5.0 (5.0.13-1) ...
2021-12-30T12:49:51.2943069Z Removing dotnet-runtime-5.0 (5.0.13-1) ...
2021-12-30T12:49:51.3188144Z Removing dotnet-hostfxr-5.0 (5.0.13-1) ...
2021-12-30T12:49:51.3467088Z Removing dotnet-runtime-3.1 (3.1.22-1) ...
2021-12-30T12:49:51.3659875Z Removing dotnet-hostfxr-3.1 (3.1.22-1) ...
2021-12-30T12:49:51.3886640Z Removing dotnet-host (6.0.1-1) ...
2021-12-30T12:49:51.4122337Z Removing dotnet-runtime-deps-3.1 (3.1.22-1) ...
2021-12-30T12:49:51.4339818Z Removing dotnet-runtime-deps-5.0 (5.0.13-1) ...
2021-12-30T12:49:51.4555853Z Removing dotnet-targeting-pack-3.1 (3.1.0-1) ...
2021-12-30T12:49:51.4790764Z Removing dotnet-targeting-pack-5.0 (5.0.0-1) ...
2021-12-30T12:49:51.5042297Z Removing firefox (95.0+build1-0ubuntu0.20.04.1) ...
2021-12-30T12:49:51.6155786Z Removing google-chrome-stable (96.0.4664.110-1) ...
2021-12-30T12:49:51.7831661Z Removing google-cloud-sdk (367.0.0-0) ...
2021-12-30T12:50:42.0463699Z Removing hhvm (4.140.1-1focal) ...
2021-12-30T12:50:42.0996740Z Stopping hhvm (via systemctl): hhvm.service.
2021-12-30T12:50:42.1885720Z Removing libmysqlclient-dev (8.0.26-1ubuntu20.04) ...
2021-12-30T12:50:42.2387573Z Removing php8.1-snmp (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:42.3157150Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:42.3158650Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:42.3159814Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:42.3160923Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:42.3656715Z Removing php8.0-snmp (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:42.9920145Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:42.9921160Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:42.9922102Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:42.9922988Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:42.9923771Z Removing sphinxsearch (2.2.11-2ubuntu2) ...
2021-12-30T12:50:42.9924457Z Removing lldb-11 (1:11.0.0-2
ubuntu20.04.1) ...
2021-12-30T12:50:42.9925358Z Removing llvm-10-dev (1:10.0.0-4ubuntu1) ...
2021-12-30T12:50:43.1006166Z Removing llvm-10 (1:10.0.0-4ubuntu1) ...
2021-12-30T12:50:43.1317579Z Removing llvm-10-runtime (1:10.0.0-4ubuntu1) ...
2021-12-30T12:50:43.1736133Z Removing llvm-10-tools (1:10.0.0-4ubuntu1) ...
2021-12-30T12:50:43.2541890Z Removing llvm-11-dev (1:11.0.0-2ubuntu20.04.1) ...
2021-12-30T12:50:43.4715206Z Removing llvm-11 (1:11.0.0-2
ubuntu20.04.1) ...
2021-12-30T12:50:43.5216118Z Removing llvm-11-runtime (1:11.0.0-2ubuntu20.04.1) ...
2021-12-30T12:50:43.5683967Z Removing llvm-11-tools (1:11.0.0-2
ubuntu20.04.1) ...
2021-12-30T12:50:43.6524508Z Removing llvm-12-dev (1:12.0.0-3ubuntu120.04.4) ...
2021-12-30T12:50:43.8669235Z Removing llvm-12 (1:12.0.0-3ubuntu1
20.04.4) ...
2021-12-30T12:50:43.9104110Z Removing llvm-12-linker-tools (1:12.0.0-3ubuntu120.04.4) ...
2021-12-30T12:50:43.9466941Z Removing llvm-12-runtime (1:12.0.0-3ubuntu1
20.04.4) ...
2021-12-30T12:50:43.9934499Z Removing llvm-12-tools (1:12.0.0-3ubuntu120.04.4) ...
2021-12-30T12:50:44.3336267Z Removing mysql-server (8.0.26-1ubuntu20.04) ...
2021-12-30T12:50:44.3641110Z Removing mysql-community-server (8.0.26-1ubuntu20.04) ...
2021-12-30T12:50:44.6592622Z update-alternatives: warning: alternative /etc/mysql/my.cnf.fallback (part of link group my.cnf) doesn't exist; removing from list of alternatives
2021-12-30T12:50:44.6594366Z update-alternatives: warning: alternative /etc/mysql/mysql.cnf (part of link group my.cnf) doesn't exist; removing from list of alternatives
2021-12-30T12:50:44.6595831Z update-alternatives: warning: /etc/alternatives/my.cnf is dangling; it will be updated with best choice
2021-12-30T12:50:45.2715588Z Removing mysql-client (8.0.26-1ubuntu20.04) ...
2021-12-30T12:50:45.3079412Z Removing mysql-community-client (8.0.26-1ubuntu20.04) ...
2021-12-30T12:50:45.3306371Z Removing mysql-community-client-core (8.0.26-1ubuntu20.04) ...
2021-12-30T12:50:45.3687023Z Removing mysql-community-server-core (8.0.26-1ubuntu20.04) ...
2021-12-30T12:50:45.4912043Z Removing php7.4-bcmath (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:45.5226137Z WARNING: Module bcmath ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.5227675Z WARNING: Module bcmath ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.5228885Z WARNING: Module bcmath ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.5230061Z WARNING: Module bcmath ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.5719669Z Removing php8.1-zmq (1.1.3-19+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:45.6001922Z WARNING: Module zmq ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:45.6003060Z WARNING: Module zmq ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:45.6003969Z WARNING: Module zmq ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:45.6004936Z WARNING: Module zmq ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:45.6483525Z Removing php-pear (1:1.10.12+submodules+notgz+20210212-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:45.7699430Z Removing php7.4 (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:45.8059849Z Removing php7.4-amqp (1.11.0
rc1+1.10.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:45.8316069Z WARNING: Module amqp ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.8317739Z WARNING: Module amqp ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.8318909Z WARNING: Module amqp ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.8320603Z WARNING: Module amqp ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.8879336Z Removing php7.4-apcu (5.1.21+4.0.11-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:45.9116085Z WARNING: Module apcu ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.9117870Z WARNING: Module apcu ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.9119234Z WARNING: Module apcu ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.9120404Z WARNING: Module apcu ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.9566929Z Removing php7.4-bz2 (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:45.9973338Z WARNING: Module bz2 ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.9975264Z WARNING: Module bz2 ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.9976413Z WARNING: Module bz2 ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:45.9978176Z WARNING: Module bz2 ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:46.0449324Z Removing php7.4-cgi (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:46.6520234Z apache2_invoke php7.4-cgi prerm: No action required
2021-12-30T12:50:46.6909465Z Removing php7.4-dev (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:46.7878794Z Removing php7.4-phpdbg (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:47.1112349Z Removing php7.4-zmq (1.1.3-19+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:47.1345866Z WARNING: Module zmq ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:47.1346946Z WARNING: Module zmq ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:47.1727130Z Removing php7.4-zip (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:47.2051667Z WARNING: Module zip ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:47.2052834Z WARNING: Module zip ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:47.2441789Z Removing php7.4-curl (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:47.2836557Z WARNING: Module curl ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:47.2838386Z WARNING: Module curl ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:47.3203052Z Removing php7.4-dba (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:47.3575090Z WARNING: Module dba ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:47.3576620Z WARNING: Module dba ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:47.4019265Z Removing php7.4-enchant (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:47.4370554Z WARNING: Module enchant ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:47.4372384Z WARNING: Module enchant ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:47.4789449Z Removing php7.4-fpm (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:48.0894850Z apache2_invoke php7.4-fpm prerm: No action required
2021-12-30T12:50:48.4341995Z Removing php7.4-gd (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:48.4606684Z WARNING: Module gd ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:48.4996157Z Removing php7.4-gmp (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:48.5377680Z WARNING: Module gmp ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:48.5768833Z Removing php7.4-memcached (3.1.5+2.2.0-10+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:48.6110178Z WARNING: Module memcached ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:48.6459805Z Removing php7.4-redis (5.3.4+4.3.0-5+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:48.6705043Z WARNING: Module redis ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:48.7037538Z Removing php7.4-igbinary (3.2.6+2.0.8-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:48.7324939Z WARNING: Module igbinary ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:48.7690290Z Removing php7.4-imagick (3.5.1-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:48.7999189Z WARNING: Module imagick ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:48.8376793Z Removing php7.4-imap (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:48.8782048Z WARNING: Module imap ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:48.9170895Z Removing php7.4-interbase (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:48.9554942Z WARNING: Module pdo_firebird ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:48.9893234Z Removing php7.4-intl (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:49.0290162Z WARNING: Module intl ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.0653619Z Removing php7.4-ldap (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:49.0966281Z WARNING: Module ldap ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.1304774Z Removing php7.4-mbstring (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:49.1485524Z WARNING: Module mbstring ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.1916201Z Removing php7.4-memcache (8.0+4.0.5.2+3.0.920170802.e702b5f9+-3+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:49.2236049Z WARNING: Module memcache ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.2582948Z Removing php7.4-mongodb (1.11.1+1.9.2+1.7.5-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:49.2870878Z WARNING: Module mongodb ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.3197527Z Removing php7.4-msgpack (2.2.0
rc1+2.1.2+0.5.7-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:49.3478801Z WARNING: Module msgpack ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.3815376Z Removing php7.4-mysql (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:49.4329841Z WARNING: Module mysqlnd ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.4480994Z WARNING: Module mysqli ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.4633777Z WARNING: Module pdo_mysql ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.4989409Z Removing php7.4-odbc (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:49.5207117Z WARNING: Module odbc ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.5357124Z WARNING: Module pdo_odbc ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.5722625Z Removing php7.4-pcov (1.0.9-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:49.6011005Z WARNING: Module pcov ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.6350620Z Removing php7.4-pgsql (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:49.6599922Z WARNING: Module pgsql ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.6748886Z WARNING: Module pdo_pgsql ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.7256560Z Removing php7.4-pspell (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:49.7497488Z WARNING: Module pspell ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.7885612Z Removing php7.4-snmp (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:49.8124919Z WARNING: Module snmp ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.8447505Z Removing php7.4-soap (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:49.8649007Z WARNING: Module soap ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.9047013Z Removing php7.4-sqlite3 (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:49.9284620Z WARNING: Module sqlite3 ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.9431326Z WARNING: Module pdo_sqlite ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:49.9780544Z Removing php7.4-sybase (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:50.0000538Z WARNING: Module pdo_dblib ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:50.0342581Z Removing php7.4-tidy (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:50.0563006Z WARNING: Module tidy ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:50.0890538Z Removing php7.4-xdebug (3.1.1+2.9.8+2.8.1+2.5.5-2+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:50.1128190Z WARNING: Module xdebug ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:50.1481391Z Removing php7.4-xsl (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:50.1802137Z Removing php7.4-xml (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:50.2049296Z WARNING: Module dom ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:50.2198513Z WARNING: Module simplexml ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:50.2349698Z WARNING: Module xml ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:50.2504253Z WARNING: Module xmlreader ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:50.2651954Z WARNING: Module xmlwriter ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:50.2799244Z WARNING: Module xsl ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:50.3126230Z Removing php7.4-xmlrpc (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:50.3484586Z WARNING: Module xmlrpc ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:50.3816193Z Removing php7.4-yaml (2.2.2+2.1.0+2.0.4+1.3.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:50.4063750Z WARNING: Module yaml ini file doesn't exist under /etc/php/7.4/mods-available
2021-12-30T12:50:50.4423677Z Removing php8.0 (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:50.4899768Z Removing php8.0-amqp (1.11.0rc1+1.10.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:50.5174320Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.5175503Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.5176533Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.5177455Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.5675477Z Removing php8.0-apcu (5.1.21+4.0.11-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:50.5905433Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.5907223Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.5908405Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.5910171Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.6366977Z Removing php8.0-bcmath (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:50.6624430Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.6626344Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.6627509Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.6628654Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.7096018Z Removing php8.0-bz2 (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:50.7437390Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.7438932Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.7440084Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.7441749Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:50.7904085Z Removing php8.0-cgi (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:51.1199545Z apache2_invoke php8.0-cgi prerm: No action required
2021-12-30T12:50:51.1794004Z Removing php8.0-dev (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:51.2650536Z Removing php8.0-phpdbg (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:51.5703763Z Removing php8.0-zmq (1.1.3-19+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:51.5919752Z WARNING: Module zmq ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:51.5921593Z WARNING: Module zmq ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:51.6283141Z Removing php8.0-zip (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:51.6668150Z WARNING: Module zip ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:51.6669313Z WARNING: Module zip ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:51.7063142Z Removing php8.0-curl (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:51.7367229Z WARNING: Module curl ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:51.7369075Z WARNING: Module curl ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:51.7737945Z Removing php8.0-dba (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:51.8125521Z WARNING: Module dba ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:51.8127316Z WARNING: Module dba ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:51.8560934Z Removing php8.0-enchant (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:51.8855907Z WARNING: Module enchant ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:51.8857710Z WARNING: Module enchant ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:51.9267222Z Removing php8.0-fpm (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:52.5051053Z apache2_invoke php8.0-fpm prerm: No action required
2021-12-30T12:50:52.8585947Z Removing php8.0-gd (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:52.9013266Z WARNING: Module gd ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:52.9357644Z Removing php8.0-gmp (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:52.9740999Z WARNING: Module gmp ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.0129629Z Removing php8.0-memcached (3.1.5+2.2.0-10+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:53.0381636Z WARNING: Module memcached ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.0710050Z Removing php8.0-redis (5.3.4+4.3.0-5+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:53.0952540Z WARNING: Module redis ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.1425455Z Removing php8.0-igbinary (3.2.6+2.0.8-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:53.1770407Z WARNING: Module igbinary ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.2093504Z Removing php8.0-imagick (3.5.1-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:53.2480171Z WARNING: Module imagick ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.4176212Z Removing php8.0-imap (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:53.4578288Z WARNING: Module imap ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.4958514Z Removing php8.0-interbase (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:53.5283159Z WARNING: Module pdo_firebird ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.5639000Z Removing php8.0-intl (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:53.6128571Z WARNING: Module intl ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.6397461Z Removing php8.0-ldap (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:53.6747355Z WARNING: Module ldap ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.7068504Z Removing php8.0-mbstring (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:53.7386396Z WARNING: Module mbstring ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.7732457Z Removing php8.0-memcache (8.0+4.0.5.2+3.0.9
20170802.e702b5f9+-3+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:53.8056278Z WARNING: Module memcache ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.8468783Z Removing php8.0-mongodb (1.11.1+1.9.2+1.7.5-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:53.8714722Z WARNING: Module mongodb ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.9086853Z Removing php8.0-msgpack (2.2.0rc1+2.1.2+0.5.7-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:53.9378420Z WARNING: Module msgpack ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:53.9725763Z Removing php8.0-mysql (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:54.0080415Z WARNING: Module mysqlnd ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.0216524Z WARNING: Module mysqli ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.0335887Z WARNING: Module pdo_mysql ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.0673376Z Removing php8.0-odbc (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:54.1056184Z WARNING: Module odbc ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.1216170Z WARNING: Module pdo_odbc ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.1549158Z Removing php8.0-pcov (1.0.9-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:54.1949939Z WARNING: Module pcov ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.2285748Z Removing php8.0-pgsql (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:54.2557732Z WARNING: Module pgsql ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.2715503Z WARNING: Module pdo_pgsql ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.3106170Z Removing php8.0-pspell (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:54.3469893Z WARNING: Module pspell ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.3920120Z Removing php8.0-soap (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:54.4297492Z WARNING: Module soap ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.4642711Z Removing php8.0-sqlite3 (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:54.4983616Z WARNING: Module sqlite3 ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.5133818Z WARNING: Module pdo_sqlite ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.5475137Z Removing php8.0-sybase (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:54.5807958Z WARNING: Module pdo_dblib ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.6155180Z Removing php8.0-tidy (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:54.6350932Z WARNING: Module tidy ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.6936185Z Removing php8.0-xdebug (3.1.1+2.9.8+2.8.1+2.5.5-2+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:54.7222454Z WARNING: Module xdebug ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.7596826Z Removing php8.0-xsl (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:54.7937200Z Removing php8.0-xml (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:54.8185500Z WARNING: Module dom ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.8333743Z WARNING: Module simplexml ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.8482624Z WARNING: Module xml ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.8632008Z WARNING: Module xmlreader ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.8780688Z WARNING: Module xmlwriter ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.8928734Z WARNING: Module xsl ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.9241029Z Removing php8.0-yaml (2.2.2+2.1.0+2.0.4+1.3.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:54.9412181Z WARNING: Module yaml ini file doesn't exist under /etc/php/8.0/mods-available
2021-12-30T12:50:54.9721115Z Removing php8.1 (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:54.9977159Z Removing php8.1-amqp (1.11.0
rc1+1.10.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:55.0251965Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.0253637Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.0255000Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.0256118Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.0696323Z Removing php8.1-apcu (5.1.21+4.0.11-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:55.0887017Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.0888064Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.0888977Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.0889852Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.1358952Z Removing php8.1-bcmath (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:55.1704516Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.1705599Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.1706711Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.1707618Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.2253433Z Removing php8.1-bz2 (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:55.2429333Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.2430347Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.2431243Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.2432114Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:55.2896142Z Removing php8.1-cgi (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:55.6101175Z apache2_invoke php8.1-cgi prerm: No action required
2021-12-30T12:50:55.6538162Z Removing php8.1-dev (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:55.7172365Z Removing php8.1-phpdbg (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:56.0181533Z Removing php8.1-zip (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:56.0540029Z WARNING: Module zip ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:56.0541045Z WARNING: Module zip ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:56.0999165Z Removing php8.1-curl (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:56.1279673Z WARNING: Module curl ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:56.1280884Z WARNING: Module curl ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:56.1703867Z Removing php8.1-dba (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:56.2006790Z WARNING: Module dba ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:56.2007853Z WARNING: Module dba ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:56.2498760Z Removing php8.1-enchant (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:56.2776420Z WARNING: Module enchant ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:56.2777930Z WARNING: Module enchant ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:56.3160839Z Removing php8.1-fpm (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:56.9215634Z apache2_invoke php8.1-fpm prerm: No action required
2021-12-30T12:50:57.2611531Z Removing php8.1-gd (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:57.2841739Z WARNING: Module gd ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:57.3179316Z Removing php8.1-gmp (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:57.3406686Z WARNING: Module gmp ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:57.3780126Z Removing php8.1-memcached (3.1.5+2.2.0-10+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:57.4024576Z WARNING: Module memcached ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:57.4421985Z Removing php8.1-redis (5.3.4+4.3.0-5+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:57.4770819Z WARNING: Module redis ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:57.5124041Z Removing php8.1-igbinary (3.2.6+2.0.8-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:57.5370072Z WARNING: Module igbinary ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:57.5735731Z Removing php8.1-imagick (3.5.1-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:57.5938134Z WARNING: Module imagick ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:57.6259136Z Removing php8.1-imap (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:57.6505167Z WARNING: Module imap ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:57.6881915Z Removing php8.1-interbase (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:57.7088993Z WARNING: Module pdo_firebird ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:57.7441615Z Removing php8.1-intl (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:57.7644401Z WARNING: Module intl ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:57.7960009Z Removing php8.1-ldap (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:57.8176867Z WARNING: Module ldap ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:57.8540897Z Removing php8.1-mbstring (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:57.8799283Z WARNING: Module mbstring ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:57.9208289Z Removing php8.1-memcache (8.0+4.0.5.2+3.0.920170802.e702b5f9+-3+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:57.9440665Z WARNING: Module memcache ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:57.9795016Z Removing php8.1-mongodb (1.11.1+1.9.2+1.7.5-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:58.0039641Z WARNING: Module mongodb ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.0362020Z Removing php8.1-msgpack (2.2.0
rc1+2.1.2+0.5.7-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:58.0558164Z WARNING: Module msgpack ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.0901580Z Removing php8.1-mysql (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:58.1180551Z WARNING: Module mysqlnd ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.1327837Z WARNING: Module mysqli ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.1483375Z WARNING: Module pdo_mysql ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.1868308Z Removing php8.1-odbc (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:58.2246313Z WARNING: Module odbc ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.2396008Z WARNING: Module pdo_odbc ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.2732272Z Removing php8.1-pcov (1.0.9-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:58.3002326Z WARNING: Module pcov ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.3359762Z Removing php8.1-pgsql (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:58.3645893Z WARNING: Module pgsql ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.3795092Z WARNING: Module pdo_pgsql ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.4124613Z Removing php8.1-pspell (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:58.4485342Z WARNING: Module pspell ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.4895525Z Removing php8.1-soap (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:58.5183730Z WARNING: Module soap ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.5500882Z Removing php8.1-sqlite3 (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:58.5740584Z WARNING: Module sqlite3 ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.5891547Z WARNING: Module pdo_sqlite ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.6222385Z Removing php8.1-sybase (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:58.6629026Z WARNING: Module pdo_dblib ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.7025740Z Removing php8.1-tidy (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:58.7282035Z WARNING: Module tidy ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.7633592Z Removing php8.1-xdebug (3.1.1+2.9.8+2.8.1+2.5.5-2+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:58.7916054Z WARNING: Module xdebug ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.8321020Z Removing php8.1-xsl (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:58.8641418Z Removing php8.1-xml (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:50:58.8863740Z WARNING: Module dom ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.9011496Z WARNING: Module simplexml ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.9159686Z WARNING: Module xml ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.9308990Z WARNING: Module xmlreader ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.9458121Z WARNING: Module xmlwriter ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.9607172Z WARNING: Module xsl ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:58.9983389Z Removing php8.1-yaml (2.2.2+2.1.0+2.0.4+1.3.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:50:59.0211036Z WARNING: Module yaml ini file doesn't exist under /etc/php/8.1/mods-available
2021-12-30T12:50:59.0591650Z Removing powershell (7.2.1-1.deb) ...
2021-12-30T12:50:59.2337239Z Removing snmp (5.8+dfsg-2ubuntu2.3) ...
2021-12-30T12:50:59.2628470Z Removing libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ...
2021-12-30T12:50:59.3078229Z Removing libmysqlclient21:amd64 (8.0.26-1ubuntu20.04) ...
2021-12-30T12:50:59.3295941Z Removing mysql-common (8.0.26-1ubuntu20.04) ...
2021-12-30T12:50:59.3659920Z Removing mysql-community-client-plugins (8.0.26-1ubuntu20.04) ...
2021-12-30T12:50:59.4028725Z Removing php7.4-cli (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:59.5689559Z Removing php7.4-json (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:59.6122645Z Removing php7.4-opcache (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:59.6571089Z Removing php7.4-readline (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:59.7044168Z Removing php8.0-cli (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:59.8301128Z Removing php8.0-opcache (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:59.8749859Z Removing php8.0-readline (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:50:59.9323319Z Removing php8.1-cli (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:00.0537592Z Removing php8.1-opcache (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:00.1093037Z Removing php8.1-readline (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:00.1545815Z Removing php7.4-common (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:00.3315092Z Removing php8.0-common (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:00.5151074Z Removing php8.1-common (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:00.6851563Z Removing php-common (2:85+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:00.7049933Z Warning: Stopping phpsessionclean.service, but it can still be activated by:
2021-12-30T12:51:00.7051064Z phpsessionclean.timer
2021-12-30T12:51:01.5533534Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2021-12-30T12:51:01.7180607Z Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
2021-12-30T12:51:01.7434538Z Processing triggers for man-db (2.9.1-1) ...
2021-12-30T12:51:02.4716595Z Processing triggers for mime-support (3.64ubuntu1) ...
2021-12-30T12:51:02.6386468Z (Reading database ...
2021-12-30T12:51:02.6389969Z (Reading database ... 5%
2021-12-30T12:51:02.6390373Z (Reading database ... 10%
2021-12-30T12:51:02.6390822Z (Reading database ... 15%
2021-12-30T12:51:02.6391422Z (Reading database ... 20%
2021-12-30T12:51:02.6391797Z (Reading database ... 25%
2021-12-30T12:51:02.6392391Z (Reading database ... 30%
2021-12-30T12:51:02.6394587Z (Reading database ... 35%
2021-12-30T12:51:02.6395109Z (Reading database ... 40%
2021-12-30T12:51:02.6395607Z (Reading database ... 45%
2021-12-30T12:51:02.6396096Z (Reading database ... 50%
2021-12-30T12:51:02.6396573Z (Reading database ... 55%
2021-12-30T12:51:02.6426811Z (Reading database ... 60%
2021-12-30T12:51:02.6465735Z (Reading database ... 65%
2021-12-30T12:51:02.6492261Z (Reading database ... 70%
2021-12-30T12:51:02.6538293Z (Reading database ... 75%
2021-12-30T12:51:02.6656887Z (Reading database ... 80%
2021-12-30T12:51:02.6792224Z (Reading database ... 85%
2021-12-30T12:51:02.6836828Z (Reading database ... 90%
2021-12-30T12:51:02.6867004Z (Reading database ... 95%
2021-12-30T12:51:02.6867528Z (Reading database ... 100%
2021-12-30T12:51:02.6868229Z (Reading database ... 132097 files and directories currently installed.)
2021-12-30T12:51:02.6900393Z Purging configuration files for php8.0-pcov (1.0.9-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:02.7140830Z Purging configuration files for mysql-community-client (8.0.26-1ubuntu20.04) ...
2021-12-30T12:51:02.7361763Z Purging configuration files for php8.0-tidy (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:02.8898527Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:02.9098986Z Purging configuration files for php7.4-snmp (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:02.9944157Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:03.0110487Z Purging configuration files for php7.4-gmp (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:03.0938124Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:03.1101666Z Purging configuration files for php-common (2:85+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:04.3081484Z Purging configuration files for php7.4-phpdbg (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:04.4111262Z Purging configuration files for mysql-common (8.0.26-1ubuntu20.04) ...
2021-12-30T12:51:04.4279045Z update-alternatives: error: no alternatives for my.cnf
2021-12-30T12:51:04.4335517Z dpkg: error processing package mysql-common (--purge):
2021-12-30T12:51:04.4336976Z installed mysql-common package post-removal script subprocess returned error exit status 2
2021-12-30T12:51:04.4482106Z Purging configuration files for google-chrome-stable (96.0.4664.110-1) ...
2021-12-30T12:51:04.4983700Z Purging configuration files for php-pear (1:1.10.12+submodules+notgz+20210212-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:04.5445203Z Purging configuration files for php7.4-amqp (1.11.0rc1+1.10.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:04.5703226Z Purging configuration files for php7.4-json (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:04.6541680Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:04.6736349Z Purging configuration files for php7.4-xml (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:04.7585467Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:04.8357866Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:04.9116289Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:04.9878333Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:05.0645261Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:05.1402861Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:05.1550181Z Purging configuration files for php7.4-pgsql (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:05.2353935Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:05.3114877Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:05.3273739Z Purging configuration files for php8.0-xml (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:05.4079855Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:05.4837670Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:05.5598337Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:05.6358244Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:05.7115306Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:05.7873588Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:05.8087186Z Purging configuration files for php8.1-dba (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:05.8941746Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:05.9181375Z Purging configuration files for php7.4-common (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:06.0055974Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.0812811Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.1578588Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.2341756Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.3101581Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.3856178Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.4625513Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.5387992Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.6152811Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.6911967Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.7672390Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.8433704Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.9191512Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:06.9956907Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:07.0718663Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:07.1475588Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:07.2238264Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:07.2425581Z Purging configuration files for php8.0-memcached (3.1.5+2.2.0-10+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:07.2683993Z Purging configuration files for php8.0-imap (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:07.3518901Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:07.3683715Z Purging configuration files for php7.4-apcu (5.1.21+4.0.11-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:07.3927676Z Purging configuration files for php8.0-soap (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:07.4744531Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:07.4987947Z Purging configuration files for php7.4-imagick (3.5.1-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:07.5247145Z Purging configuration files for php8.1-snmp (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:07.6078186Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:07.6259170Z Purging configuration files for php7.4-xmlrpc (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:07.7085365Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:07.7277286Z Purging configuration files for php8.1-bcmath (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:07.8099658Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:07.8281145Z Purging configuration files for php7.4-curl (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:07.9177882Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:07.9373107Z Purging configuration files for php8.0-apcu (5.1.21+4.0.11-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:07.9577228Z Purging configuration files for php7.4-mysql (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:08.0396528Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:08.1167000Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:08.1930587Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:08.2135961Z Purging configuration files for php7.4-zmq (1.1.3-19+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:08.2426853Z Purging configuration files for php8.0-msgpack (2.2.0
rc1+2.1.2+0.5.7-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:08.2701883Z Purging configuration files for php7.4-fpm (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:09.2634620Z apache2_invoke php7.4-fpm postrm: No action required
2021-12-30T12:51:09.2824399Z Purging configuration files for php8.1-gmp (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:09.3647206Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:09.3792797Z Purging configuration files for firefox (95.0+build1-0ubuntu0.20.04.1) ...
2021-12-30T12:51:09.4108435Z Purging configuration files for php7.4-cgi (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:09.5480966Z apache2_invoke php7.4-cgi postrm: No action required
2021-12-30T12:51:09.5641018Z Purging configuration files for php8.0-mysql (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:09.6445910Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:09.7216477Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:09.7990334Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:09.8139211Z Purging configuration files for php8.1-xdebug (3.1.1+2.9.8+2.8.1+2.5.5-2+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:09.8332722Z Purging configuration files for php8.1-bz2 (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:09.9142094Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:09.9284079Z Purging configuration files for php8.1-mbstring (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:10.0089899Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:10.0233333Z Purging configuration files for php7.4-enchant (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:10.1038475Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:10.1185458Z Purging configuration files for php8.1-common (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:10.1989449Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:10.2755306Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:10.3537098Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:10.4294400Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:10.5050651Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:10.5807155Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:10.6566333Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:10.7326083Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:10.8086405Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:10.8849571Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:10.9613850Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:11.0368471Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:11.1138384Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:11.1891838Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:11.2648759Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:11.3418556Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:11.4193449Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:11.4346529Z Purging configuration files for php7.4-bcmath (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:11.5205901Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:11.5345852Z Purging configuration files for php7.4-memcache (8.0+4.0.5.2+3.0.920170802.e702b5f9+-3+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:11.5535480Z Purging configuration files for php8.1-imap (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:11.6468194Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:11.6616880Z Purging configuration files for php8.0-interbase (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:11.7417782Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:11.7563929Z Purging configuration files for php8.0-mbstring (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:11.8370483Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:11.8513826Z Purging configuration files for php8.1-memcached (3.1.5+2.2.0-10+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:11.8709710Z Purging configuration files for php8.1-gd (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:11.9514509Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:11.9657764Z Purging configuration files for php8.1-phpdbg (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:12.0641206Z Purging configuration files for php7.4-imap (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:12.1441975Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:12.1596373Z Purging configuration files for php7.4-readline (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:12.2394156Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:12.2669654Z Purging configuration files for php8.0-zmq (1.1.3-19+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:12.3027365Z Purging configuration files for php7.4-xdebug (3.1.1+2.9.8+2.8.1+2.5.5-2+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:12.3401773Z Purging configuration files for php7.4-mbstring (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:12.4320803Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:12.4459968Z Purging configuration files for php8.0-bz2 (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:12.5254900Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:12.5394930Z Purging configuration files for php7.4-odbc (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:12.6195206Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:12.6955414Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:12.7225334Z Purging configuration files for php8.1-pgsql (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:12.8121809Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:12.8876069Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:12.9084356Z Purging configuration files for php8.0-zip (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:12.9907387Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:13.0101190Z Purging configuration files for php8.0-intl (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:13.0911750Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:13.1086896Z Purging configuration files for php7.4-bz2 (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:13.1939677Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:13.2149468Z Purging configuration files for php7.4-cli (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:13.3083099Z Purging configuration files for php8.1-zmq (1.1.3-19+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:13.3279763Z Purging configuration files for php8.1-msgpack (2.2.0
rc1+2.1.2+0.5.7-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:13.3464153Z Purging configuration files for php8.0-yaml (2.2.2+2.1.0+2.0.4+1.3.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:13.3649289Z Purging configuration files for php7.4-intl (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:13.4444150Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:13.4595424Z Purging configuration files for php8.0-bcmath (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:13.5397158Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:13.5637156Z Purging configuration files for php8.0-odbc (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:13.6470623Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:13.7237303Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:13.7380630Z Purging configuration files for php8.0-gd (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:13.8182479Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:13.8355098Z Purging configuration files for php8.1-curl (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:13.9200164Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:13.9361906Z Purging configuration files for php8.0-memcache (8.0+4.0.5.2+3.0.920170802.e702b5f9+-3+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:13.9629564Z Purging configuration files for php8.1-odbc (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:14.0476987Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:14.1239903Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:14.1391455Z Purging configuration files for php8.1-yaml (2.2.2+2.1.0+2.0.4+1.3.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:14.1677984Z Purging configuration files for php7.4-msgpack (2.2.0
rc1+2.1.2+0.5.7-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:14.1946871Z Purging configuration files for php8.0-gmp (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:14.2798865Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:14.3016172Z Purging configuration files for php8.1-sqlite3 (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:14.3838961Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:14.4598210Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:14.4841743Z Purging configuration files for php8.1-xml (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:14.5674146Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:14.6426395Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:14.7185765Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:14.7942820Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:14.8703440Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:14.9455763Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:14.9759811Z Purging configuration files for php8.0-cgi (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:15.1244295Z apache2_invoke php8.0-cgi postrm: No action required
2021-12-30T12:51:15.1423361Z Purging configuration files for php8.0-pspell (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:15.2251452Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:15.2420806Z Purging configuration files for php8.0-fpm (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:16.2444158Z apache2_invoke php8.0-fpm postrm: No action required
2021-12-30T12:51:16.2679492Z Purging configuration files for php8.0-mongodb (1.11.1+1.9.2+1.7.5-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:16.2935894Z Purging configuration files for php8.0-curl (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:16.3785376Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:16.4012788Z Purging configuration files for php8.1-soap (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:16.4865479Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:16.5104058Z Purging configuration files for php8.0-phpdbg (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:16.6168029Z Purging configuration files for php8.1-enchant (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:16.6975605Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:16.7166937Z Purging configuration files for php8.1-fpm (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:17.6990117Z apache2_invoke php8.1-fpm postrm: No action required
2021-12-30T12:51:17.7086366Z dpkg: warning: while removing php8.1-fpm, directory '/usr/share/php' not empty so not removed
2021-12-30T12:51:17.7427412Z Purging configuration files for php7.4-yaml (2.2.2+2.1.0+2.0.4+1.3.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:17.7795052Z Purging configuration files for php7.4-zip (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:17.8645588Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:17.8915216Z Purging configuration files for php8.1-mysql (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:17.9817927Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:18.0568929Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:18.1327025Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:18.1576193Z Purging configuration files for php7.4-igbinary (3.2.6+2.0.8-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:18.1859900Z Purging configuration files for hhvm (4.140.1-1focal) ...
2021-12-30T12:51:18.2159910Z Purging configuration files for php8.1-cli (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:18.3246311Z Purging configuration files for sphinxsearch (2.2.11-2ubuntu2) ...
2021-12-30T12:51:18.6043572Z Purging configuration files for php7.4-pspell (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:18.6923582Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:18.7111334Z Purging configuration files for mysql-community-server (8.0.26-1ubuntu20.04) ...
2021-12-30T12:51:18.8143514Z .
2021-12-30T12:51:20.0332089Z Purging configuration files for php7.4-dba (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:20.1190715Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:20.1369786Z Purging configuration files for php8.0-readline (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:20.2239117Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:20.2407523Z Purging configuration files for php8.0-amqp (1.11.0
rc1+1.10.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:20.2736307Z Purging configuration files for php7.4-interbase (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:20.3623972Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:20.3824814Z Purging configuration files for php8.0-cli (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:20.4869829Z Purging configuration files for php8.0-opcache (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:20.5762531Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:20.5926594Z Purging configuration files for php8.1-tidy (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:20.6809510Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:20.6950768Z Purging configuration files for php8.0-common (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:20.7752352Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:20.8515887Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:20.9286186Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.0050823Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.0816395Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.1576411Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.2345165Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.3110303Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.3882057Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.4647671Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.5402796Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.6166537Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.6938255Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.7700310Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.8465647Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.9235121Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:21.9999080Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:22.0150750Z Purging configuration files for php8.0-xdebug (3.1.1+2.9.8+2.8.1+2.5.5-2+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:22.0374595Z Purging configuration files for php8.0-ldap (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:22.1202452Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:22.1352520Z Purging configuration files for php8.1-zip (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:22.2199147Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:22.2364731Z Purging configuration files for php8.0-redis (5.3.4+4.3.0-5+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:22.2711296Z Purging configuration files for php8.1-redis (5.3.4+4.3.0-5+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:22.2957125Z Purging configuration files for php8.1-amqp (1.11.0rc1+1.10.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:22.3216129Z Purging configuration files for php7.4-ldap (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:22.4067161Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:22.4245088Z Purging configuration files for php8.1-igbinary (3.2.6+2.0.8-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:22.4491462Z Purging configuration files for powershell (7.2.1-1.deb) ...
2021-12-30T12:51:22.4607007Z dpkg: warning: while removing powershell, directory '/usr/local/share/man/man1' not empty so not removed
2021-12-30T12:51:22.4802820Z Purging configuration files for php8.0-pgsql (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:22.5674792Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:22.6443912Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:22.6597406Z Purging configuration files for php8.0-enchant (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:22.7425143Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:22.7573030Z Purging configuration files for php7.4-opcache (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:22.8401324Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:22.8578937Z Purging configuration files for php8.1-memcache (8.0+4.0.5.2+3.0.9
20170802.e702b5f9+-3+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:22.8910537Z Purging configuration files for php7.4-pcov (1.0.9-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:22.9177608Z Purging configuration files for php8.1-pspell (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:23.0039590Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:23.0255095Z Purging configuration files for php8.1-readline (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:23.1096236Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:23.1276915Z Purging configuration files for php8.0-sqlite3 (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:23.2132380Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:23.2901629Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:23.3084908Z Purging configuration files for php7.4-mongodb (1.11.1+1.9.2+1.7.5-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:23.3311496Z Purging configuration files for php8.1-imagick (3.5.1-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:23.3569977Z Purging configuration files for php7.4-sqlite3 (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:23.4401735Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:23.5172649Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:23.5347537Z Purging configuration files for php8.1-cgi (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:23.6796577Z apache2_invoke php8.1-cgi postrm: No action required
2021-12-30T12:51:23.6992152Z Purging configuration files for php8.0-dba (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:23.7809182Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:23.7980888Z Purging configuration files for php7.4-tidy (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:23.8850582Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:23.9013846Z Purging configuration files for php8.0-snmp (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:23.9845769Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:24.0008000Z Purging configuration files for php7.4-soap (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:24.0819360Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:24.1095104Z Purging configuration files for php7.4-sybase (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:24.1952328Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:24.2159181Z Purging configuration files for php8.1-interbase (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:24.2986061Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:24.3240046Z Purging configuration files for php8.0-igbinary (3.2.6+2.0.8-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:24.3506236Z Purging configuration files for php7.4-redis (5.3.4+4.3.0-5+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:24.3884554Z Purging configuration files for php8.0-sybase (8.0.13-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:24.4757414Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:24.4950279Z Purging configuration files for php8.1-opcache (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:24.5776339Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:24.5948008Z Purging configuration files for php8.1-intl (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:24.6792918Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:24.6963350Z Purging configuration files for php7.4-gd (7.4.26-1+ubuntu20.04.1+deb.sury.org+2) ...
2021-12-30T12:51:24.7886291Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:24.8059747Z Purging configuration files for php8.1-sybase (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:24.8882282Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:24.9126512Z Purging configuration files for php7.4-memcached (3.1.5+2.2.0-10+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:24.9387471Z Purging configuration files for php8.0-imagick (3.5.1-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:24.9902608Z Purging configuration files for php8.1-mongodb (1.11.1+1.9.2+1.7.5-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:25.0269560Z Purging configuration files for php8.1-apcu (5.1.21+4.0.11-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:25.0578877Z Purging configuration files for php8.1-ldap (8.1.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2021-12-30T12:51:25.1376685Z find: ‘/etc/php/’: No such file or directory
2021-12-30T12:51:25.1563923Z Purging configuration files for php8.1-pcov (1.0.9-2+ubuntu20.04.1+deb.sury.org+3) ...
2021-12-30T12:51:25.1823974Z Purging configuration files for azure-cli (2.31.0-1~focal) ...
2021-12-30T12:51:25.1940284Z dpkg: warning: while removing azure-cli, directory '/opt/az' not empty so not removed
2021-12-30T12:51:25.2173278Z Errors were encountered while processing:
2021-12-30T12:51:25.2174626Z mysql-common
2021-12-30T12:51:26.7932795Z E: Sub-process /usr/bin/dpkg returned an error code (1)
2021-12-30T12:51:26.7958744Z ##[error]Process completed with exit code 100.
2021-12-30T12:51:26.8083567Z Post job cleanup.
2021-12-30T12:51:26.9258998Z [command]/usr/bin/git version
2021-12-30T12:51:26.9303697Z git version 2.34.1
2021-12-30T12:51:26.9345540Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand
2021-12-30T12:51:26.9380947Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-12-30T12:51:26.9611627Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader
2021-12-30T12:51:26.9629244Z http.https://github.com/.extraheader
2021-12-30T12:51:26.9644635Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2021-12-30T12:51:26.9671515Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-12-30T12:51:26.9944588Z Cleaning up orphan processes

可复现,必失败,不知道什么原因导致失败,按日志提示删除 sudo -E apt-get -y purge \ 下的 mysql* \ 即可正常编译(Build_OP_x86_64.yml里的第53行)

R2S错误

跟上面的兄弟一样环境出错:)

反复半天左右丢失internet连接,dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start,DNS rebinding protection is active

1.关于你要提交的问题
软路由lean openwrt半天左右就会丢失internet连接

Q:是否搜索了issue (使用 "x" 选择)

[ ×] 没有类似的issue
2. 详细叙述
(1) 具体问题
A:小白刚上路,买了个J1900成品软路由,前后试过多个不同版本的固件,目前在用esir精品小包精简版。经常性地每隔半天到接近一天会出现无internet连接的情况。

(2) 路由器型号和固件版本
A:J1900成品软路由,OpenWrt eSir精品小包 openwrt-spp-v4.1[2020]-x86-64-combined-squashs.img

全新联通光猫桥接,软路由192.168.2.1,eth0, 2, 3分别接一台华硕68u已刷官方最新固件做ap设为192.168.2.221,一台tplink tl-pa1200电力猫协同扩展器,及空闲。

(3) 详细日志
A:
Fri Apr 24 23:21:50 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:22:02 2020 cron.info crond[24134]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:22:03 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:22:03 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:22:03 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:22:04 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:22:04 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:22:04 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:22:16 2020 cron.info crond[24814]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:22:16 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:22:16 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:22:17 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:22:17 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:22:17 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:22:18 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:22:30 2020 cron.info crond[25482]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:22:30 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:22:30 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:22:30 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:22:31 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:22:31 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:22:31 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:22:44 2020 cron.info crond[26161]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:22:44 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:22:44 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:22:44 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:22:45 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:22:45 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:22:45 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:22:57 2020 cron.info crond[26829]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:22:58 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:22:58 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:22:58 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:22:59 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:22:59 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:22:59 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:23:11 2020 cron.info crond[27497]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:23:11 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:23:11 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:23:12 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:23:12 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:23:12 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:23:13 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:23:25 2020 cron.info crond[28982]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:23:25 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:23:25 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:23:25 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:23:26 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:23:26 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:23:26 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:23:39 2020 cron.info crond[29678]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:23:39 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:23:39 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:23:39 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:23:40 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:23:40 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:23:40 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:23:53 2020 cron.info crond[30376]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:23:53 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:23:53 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:23:53 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:23:54 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:23:54 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:23:54 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:24:06 2020 cron.info crond[31046]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:24:06 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:24:06 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:24:07 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:24:07 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:24:07 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:24:08 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:24:20 2020 cron.info crond[31727]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:24:20 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:24:20 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:24:21 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:24:21 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:24:21 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:24:22 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:24:34 2020 cron.info crond[32395]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:24:34 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:24:34 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:24:34 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:24:35 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:24:35 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:24:35 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:24:48 2020 cron.info crond[609]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:24:48 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:24:48 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:24:48 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:24:49 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:24:49 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:24:49 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:25:01 2020 cron.info crond[1303]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:25:01 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:25:01 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:25:02 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:25:02 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:25:02 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:25:03 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:25:15 2020 cron.info crond[1993]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:25:15 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:25:15 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:25:15 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:25:16 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:25:16 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:25:16 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:25:29 2020 cron.info crond[2667]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:25:29 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:25:29 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:25:29 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:25:30 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:25:30 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:25:30 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:25:43 2020 cron.info crond[3336]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:25:43 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:25:43 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:25:43 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:25:44 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:25:44 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:25:44 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:25:56 2020 cron.info crond[4015]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:25:56 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:25:56 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:25:57 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:25:57 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:25:57 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:25:58 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:26:10 2020 cron.info crond[4683]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:26:10 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:26:10 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:26:10 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:26:11 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:26:11 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:26:11 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:26:24 2020 cron.info crond[5364]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:26:24 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:26:24 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:26:24 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:26:25 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:26:25 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:26:25 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:26:38 2020 cron.info crond[6032]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:26:38 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:26:38 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:26:38 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:26:39 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:26:39 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:26:39 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:26:51 2020 cron.info crond[6711]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:26:51 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:26:51 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:26:52 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:26:52 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:26:52 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:26:53 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:27:05 2020 cron.info crond[7379]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:27:05 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:27:05 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:27:05 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:27:06 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:27:06 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:27:06 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:27:19 2020 cron.info crond[8058]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:27:19 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:27:19 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:27:19 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:27:20 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:27:20 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:27:20 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:27:33 2020 cron.info crond[8726]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:27:33 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:27:33 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:27:33 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:27:34 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:27:34 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:27:34 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:27:46 2020 cron.info crond[9406]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:27:46 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:27:46 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:27:47 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:27:47 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:27:47 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:27:48 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:28:00 2020 cron.info crond[10074]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:28:00 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:28:00 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:28:01 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:28:01 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:28:01 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:28:01 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:28:14 2020 cron.info crond[10753]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:28:14 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:28:14 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:28:14 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:28:15 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:28:15 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:28:15 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:28:28 2020 cron.info crond[12220]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:28:28 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:28:28 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:28:28 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:28:29 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:28:29 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:28:29 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:28:41 2020 cron.info crond[12889]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:28:41 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:28:41 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:28:42 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:28:42 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:28:42 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:28:43 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:28:55 2020 cron.info crond[13568]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:28:55 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:28:55 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:28:56 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:28:56 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:28:56 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:28:57 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:29:09 2020 cron.info crond[14236]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:29:09 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:29:09 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:29:09 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:29:10 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:29:10 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:29:10 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:29:23 2020 cron.info crond[14917]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:29:23 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:29:23 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:29:23 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:29:24 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:29:24 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:29:24 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:29:36 2020 cron.info crond[15586]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:29:37 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:29:37 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:29:37 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:29:37 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:29:37 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:29:38 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:29:50 2020 cron.info crond[16270]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:29:50 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:29:50 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:29:51 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:29:51 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:29:51 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:29:52 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:30:04 2020 cron.info crond[16940]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:30:04 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:30:04 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:30:04 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:30:05 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:30:05 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:30:05 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:30:18 2020 cron.info crond[17619]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:30:18 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:30:18 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:30:18 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:30:19 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:30:19 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:30:19 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:30:31 2020 cron.info crond[18287]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:30:31 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:30:31 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:30:32 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:30:32 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:30:32 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:30:33 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:30:45 2020 cron.info crond[18967]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:30:45 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:30:45 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:30:46 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:30:46 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:30:46 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:30:47 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:30:59 2020 cron.info crond[19635]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:30:59 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:30:59 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:30:59 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:31:00 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:31:00 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:31:00 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:31:13 2020 cron.info crond[20307]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:31:13 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:31:13 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:31:13 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:31:14 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:31:14 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:31:14 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:31:26 2020 cron.info crond[20986]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:31:27 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:31:27 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:31:27 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:31:28 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:31:28 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:31:28 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:31:41 2020 cron.info crond[21663]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:31:41 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:31:41 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:31:41 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:31:42 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:31:42 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:31:42 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:31:54 2020 cron.info crond[22339]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:31:54 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:31:54 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:31:55 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:31:55 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:31:55 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:31:56 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:32:08 2020 cron.info crond[23008]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:32:08 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:32:08 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:32:08 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:32:09 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:32:09 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:32:09 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:32:22 2020 cron.info crond[23688]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:32:22 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:32:22 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:32:22 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:32:23 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:32:23 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:32:23 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:32:35 2020 cron.info crond[24356]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:32:36 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:32:36 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:32:36 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:32:37 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:32:37 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:32:37 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:32:49 2020 cron.info crond[25051]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:32:49 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:32:49 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:32:50 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:32:50 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:32:50 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:32:51 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:33:03 2020 cron.info crond[25726]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:33:03 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:33:03 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:33:03 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:33:04 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:33:04 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:33:04 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:33:17 2020 cron.info crond[26402]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:33:17 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:33:17 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:33:17 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:33:18 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:33:18 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:33:18 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:33:31 2020 cron.info crond[27880]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:33:31 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:33:31 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:33:31 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:33:32 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:33:32 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:33:32 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:33:44 2020 cron.info crond[28562]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:33:44 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:33:44 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:33:45 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:33:45 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:33:45 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:33:46 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:33:58 2020 cron.info crond[29277]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:33:58 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:33:58 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:33:58 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:33:59 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:33:59 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:33:59 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:34:12 2020 cron.info crond[29970]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:34:12 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:34:12 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:34:12 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:34:13 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:34:13 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:34:13 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:34:25 2020 cron.info crond[30664]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:34:26 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:34:26 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:34:26 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:34:27 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:34:27 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:34:27 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:34:39 2020 cron.info crond[31334]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:34:39 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:34:39 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:34:40 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:34:40 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:34:40 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:34:41 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:34:53 2020 cron.info crond[32025]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:34:53 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:34:53 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:34:54 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:34:54 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:34:54 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:34:54 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:35:07 2020 cron.info crond[32697]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:35:07 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:35:07 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:35:07 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:35:08 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:35:08 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:35:08 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:35:21 2020 cron.info crond[929]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:35:21 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:35:21 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:35:21 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:35:22 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:35:22 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:35:22 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:35:34 2020 cron.info crond[1615]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:35:34 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:35:34 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:35:35 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:35:35 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:35:35 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:35:36 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:35:48 2020 cron.info crond[2299]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:35:48 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:35:48 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:35:49 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:35:49 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:35:49 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:35:49 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:36:02 2020 cron.info crond[2974]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:36:02 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:36:02 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:36:02 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:36:03 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:36:03 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:36:03 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:36:16 2020 cron.info crond[3676]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:36:16 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:36:16 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:36:16 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:36:17 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:36:17 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:36:17 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:36:29 2020 cron.info crond[5212]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:36:30 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:36:30 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:36:30 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:36:30 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:36:31 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:36:31 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:36:43 2020 cron.info crond[7758]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:36:43 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:36:43 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:36:44 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:36:44 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:36:44 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:36:45 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:36:57 2020 cron.info crond[9766]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:36:57 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:36:57 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:36:57 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:36:58 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:36:58 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:36:58 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:37:11 2020 cron.info crond[11572]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:37:11 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:37:11 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:37:11 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:37:12 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:37:12 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:37:12 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:37:25 2020 cron.info crond[12252]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:37:25 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:37:25 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:37:25 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:37:26 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:37:26 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:37:26 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:37:38 2020 cron.info crond[12921]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:37:38 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:37:38 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:37:39 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:37:39 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:37:39 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:37:40 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:37:52 2020 cron.info crond[13600]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:37:52 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:37:52 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:37:52 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:37:53 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:37:53 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:37:53 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:38:06 2020 cron.info crond[14270]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:38:06 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:38:06 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:38:06 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:38:07 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:38:07 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:38:07 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:38:20 2020 cron.info crond[14956]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:38:20 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:38:20 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:38:20 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:38:21 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:38:21 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:38:21 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:38:33 2020 cron.info crond[16425]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:38:34 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:38:34 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:38:34 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:38:35 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:38:35 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:38:35 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:38:47 2020 cron.info crond[17126]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:38:47 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:38:47 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:38:48 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:38:48 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:38:48 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:38:49 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:39:01 2020 cron.info crond[17793]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:39:01 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:39:01 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:39:01 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:39:02 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:39:02 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:39:02 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:39:15 2020 cron.info crond[18481]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:39:15 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:39:15 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:39:15 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:39:16 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:39:16 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:39:16 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:39:28 2020 cron.info crond[19154]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:39:29 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:39:29 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:39:29 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:39:30 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:39:30 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:39:30 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:39:42 2020 cron.info crond[19826]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:39:42 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:39:42 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:39:43 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:39:43 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:39:43 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:39:44 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:39:56 2020 cron.info crond[20516]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:39:56 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:39:56 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:39:57 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:39:57 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:39:57 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:39:57 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:40:10 2020 cron.info crond[21184]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:40:10 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:40:10 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:40:10 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:40:11 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:40:11 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:40:11 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:40:24 2020 cron.info crond[21886]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:40:24 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:40:24 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:40:24 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:40:25 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:40:25 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:40:25 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:40:37 2020 cron.info crond[22561]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:40:37 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:40:37 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:40:38 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:40:38 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:40:38 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:40:39 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:40:51 2020 cron.info crond[23245]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:40:51 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:40:51 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:40:52 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:40:52 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:40:52 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:40:53 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:41:05 2020 cron.info crond[24280]: crond (busybox 1.30.0) started, log level 5
Fri Apr 24 23:41:05 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:41:05 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Apr 24 23:41:05 2020 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Fri Apr 24 23:41:06 2020 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Apr 24 23:41:06 2020 user.notice dnsmasq: Allowing 127.0.0.0/8 responses

对应的内核日志:

[ 0.000000] Linux version 4.19.93 (test@test-virtual-machine) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r1866-320f80f)) #0 SMP Wed Jan 15 15:50:39 2020
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz root=PARTUUID=368a8ec5-02 rootfstype=squashfs rootwait console=tty0 console=ttyS0,115200n8 noinitrd
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001f000000-0x000000001f0fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000001f100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x00000000b952afff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b952b000-0x00000000b955afff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b955b000-0x00000000b956afff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000b956b000-0x00000000b9a8efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000b9a8f000-0x00000000b9bfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b9c00000-0x00000000b9c00fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b9c01000-0x00000000b9c42fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b9c43000-0x00000000b9daefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000b9daf000-0x00000000b9ff9fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b9ffa000-0x00000000b9ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 3.0 present.
[ 0.000000] DMI: baytrail baytrail/STX-R19F, BIOS 5.6.5 10/10/2018
[ 0.000000] tsc: Detected 1999.200 MHz processor
[ 0.003053] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.003057] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.003072] last_pfn = 0x140000 max_arch_pfn = 0x400000000
[ 0.003078] MTRR default type: uncachable
[ 0.003080] MTRR fixed ranges enabled:
[ 0.003082] 00000-9FFFF write-back
[ 0.003084] A0000-BFFFF uncachable
[ 0.003086] C0000-FFFFF write-protect
[ 0.003087] MTRR variable ranges enabled:
[ 0.003090] 0 base 000000000 mask F80000000 write-back
[ 0.003092] 1 base 080000000 mask FC0000000 write-back
[ 0.003095] 2 base 0BA000000 mask FFE000000 uncachable
[ 0.003097] 3 base 0BC000000 mask FFC000000 uncachable
[ 0.003099] 4 base 100000000 mask FC0000000 write-back
[ 0.003100] 5 disabled
[ 0.003102] 6 disabled
[ 0.003103] 7 disabled
[ 0.003352] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.003605] e820: update [mem 0xba000000-0xffffffff] usable ==> reserved
[ 0.003612] last_pfn = 0xba000 max_arch_pfn = 0x400000000
[ 0.009235] found SMP MP-table at [mem 0x000fd930-0x000fd93f]
[ 0.009263] BRK [0x02201000, 0x02201fff] PGTABLE
[ 0.009268] BRK [0x02202000, 0x02202fff] PGTABLE
[ 0.009270] BRK [0x02203000, 0x02203fff] PGTABLE
[ 0.009455] BRK [0x02204000, 0x02204fff] PGTABLE
[ 0.010082] BRK [0x02205000, 0x02205fff] PGTABLE
[ 0.010406] BRK [0x02206000, 0x02206fff] PGTABLE
[ 0.011765] ACPI: Early table checksum verification disabled
[ 0.011926] ACPI: RSDP 0x00000000000F0580 000024 (v02 ALASKA)
[ 0.011934] ACPI: XSDT 0x00000000B9562080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.011944] ACPI: FACP 0x00000000B9569B80 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
[ 0.011954] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20180810/tbfadt-569)
[ 0.011963] ACPI: DSDT 0x00000000B9562188 0079F2 (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.011971] ACPI: FACS 0x00000000B9A8EF80 000040
[ 0.011978] ACPI: APIC 0x00000000B9569C90 000084 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.011986] ACPI: FPDT 0x00000000B9569D18 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.011994] ACPI: FIDT 0x00000000B9569D60 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.012002] ACPI: LPIT 0x00000000B9569E00 000104 (v01 ALASKA A M I 00000003 VLV2 0100000D)
[ 0.012010] ACPI: MCFG 0x00000000B9569F08 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.012018] ACPI: HPET 0x00000000B9569F48 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
[ 0.012026] ACPI: SSDT 0x00000000B9569F80 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.012035] ACPI: SSDT 0x00000000B956A6E8 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
[ 0.012043] ACPI: SSDT 0x00000000B956A978 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
[ 0.012051] ACPI: UEFI 0x00000000B956AAF8 000042 (v01 ALASKA A M I 00000000 00000000)
[ 0.012067] ACPI: Local APIC address 0xfee00000
[ 0.012555] Zone ranges:
[ 0.012561] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.012566] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.012570] Normal [mem 0x0000000100000000-0x000000013fffffff]
[ 0.012573] Movable zone start for each node
[ 0.012576] Early memory node ranges
[ 0.012579] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.012583] node 0: [mem 0x0000000000100000-0x000000001effffff]
[ 0.012586] node 0: [mem 0x000000001f100000-0x000000001fffffff]
[ 0.012589] node 0: [mem 0x0000000020100000-0x00000000b952afff]
[ 0.012592] node 0: [mem 0x00000000b9c00000-0x00000000b9c00fff]
[ 0.012596] node 0: [mem 0x00000000b9c43000-0x00000000b9daefff]
[ 0.012599] node 0: [mem 0x00000000b9ffa000-0x00000000b9ffffff]
[ 0.012602] node 0: [mem 0x0000000100000000-0x000000013fffffff]
[ 0.012612] Reserved but unavailable: 100 pages
[ 0.012615] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
[ 0.012622] On node 0 totalpages: 1020986
[ 0.012624] DMA zone: 64 pages used for memmap
[ 0.012625] DMA zone: 21 pages reserved
[ 0.012627] DMA zone: 3996 pages, LIFO batch:0
[ 0.012833] DMA32 zone: 11795 pages used for memmap
[ 0.012835] DMA32 zone: 754846 pages, LIFO batch:63
[ 0.053728] Normal zone: 4096 pages used for memmap
[ 0.053731] Normal zone: 262144 pages, LIFO batch:63
[ 0.066558] x86/hpet: Will disable the HPET for this platform because it's not reliable
[ 0.066570] Reserving Intel graphics memory at [mem 0xbb000000-0xbeffffff]
[ 0.066742] ACPI: PM-Timer IO Port: 0x408
[ 0.066748] ACPI: Local APIC address 0xfee00000
[ 0.066760] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.066764] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.066767] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.066770] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.066786] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[ 0.066792] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.066796] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.066800] ACPI: IRQ0 used by override.
[ 0.066803] ACPI: IRQ9 used by override.
[ 0.066806] Using ACPI (MADT) for SMP configuration information
[ 0.066811] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.066820] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.066863] [mem 0xbf000000-0xe00f7fff] available for PCI devices
[ 0.066867] Booting paravirtualized kernel on bare hardware
[ 0.066873] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.066891] random: get_random_bytes called from start_kernel+0x85/0x548 with crng_init=0
[ 0.066906] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[ 0.067631] percpu: Embedded 41 pages/cpu s128280 r8192 d31464 u524288
[ 0.067647] pcpu-alloc: s128280 r8192 d31464 u524288 alloc=1*2097152
[ 0.067650] pcpu-alloc: [0] 0 1 2 3
[ 0.067692] Built 1 zonelists, mobility grouping on. Total pages: 1005010
[ 0.067697] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=PARTUUID=368a8ec5-02 rootfstype=squashfs rootwait console=tty0 console=ttyS0,115200n8 noinitrd
[ 0.068919] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.069496] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.087932] Calgary: detecting Calgary via BIOS EBDA area
[ 0.087935] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.115016] Memory: 3927004K/4083944K available (10248K kernel code, 563K rwdata, 2044K rodata, 1084K init, 2368K bss, 156940K reserved, 0K cma-reserved)
[ 0.115114] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.115120] Kernel/User page tables isolation: enabled
[ 0.115284] rcu: Hierarchical RCU implementation.
[ 0.115288] rcu: CONFIG_RCU_FANOUT set to non-default value of 32.
[ 0.115291] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.115295] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.115314] NR_IRQS: 4352, nr_irqs: 1024, preallocated irqs: 16
[ 0.115668] spurious 8259A interrupt: IRQ7.
[ 0.117352] Console: colour VGA+ 80x25
[ 0.125497] console [tty0] enabled
[ 0.811500] console [ttyS0] enabled
[ 0.815072] ACPI: Core revision 20180810
[ 0.819231] APIC: Switch to symmetric I/O mode setup
[ 0.825148] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.879255] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a275294b2, max_idle_ns: 881590412759 ns
[ 0.889888] Calibrating delay loop (skipped), value calculated using timer frequency.. 3998.40 BogoMIPS (lpj=19992000)
[ 0.899891] pid_max: default: 32768 minimum: 301
[ 0.904652] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.909910] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.920157] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.926238] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.929914] CPU0: Thermal monitoring enabled (TM1)
[ 0.934781] process: using mwait in idle threads
[ 0.939894] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.945367] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[ 0.949891] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.959892] Spectre V2 : Mitigation: Full generic retpoline
[ 0.965545] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.969890] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.979891] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.989890] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 1.000041] Freeing SMP alternatives memory: 28K
[ 1.007288] TSC deadline timer enabled
[ 1.007292] smpboot: CPU0: Intel(R) Celeron(R) CPU J1900 @ 1.99GHz (family: 0x6, model: 0x37, stepping: 0x9)
[ 1.010112] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[ 1.019894] ... version: 3
[ 1.024023] ... bit width: 40
[ 1.028235] ... generic registers: 2
[ 1.029891] ... value mask: 000000ffffffffff
[ 1.035316] ... max period: 0000007fffffffff
[ 1.039890] ... fixed-purpose events: 3
[ 1.044012] ... event mask: 0000000700000003
[ 1.049514] rcu: Hierarchical SRCU implementation.
[ 1.050219] smp: Bringing up secondary CPUs ...
[ 1.055058] x86: Booting SMP configuration:
[ 1.059359] .... node #0, CPUs: #1 #2 #3
[ 1.060383] smp: Brought up 1 node, 4 CPUs
[ 1.069166] smpboot: Max logical packages: 1
[ 1.069894] smpboot: Total of 4 processors activated (15993.60 BogoMIPS)
[ 1.077832] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 1.079903] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 1.086271] pinctrl core: initialized pinctrl subsystem
[ 1.090141] NET: Registered protocol family 16
[ 1.095210] cpuidle: using governor ladder
[ 1.099520] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 1.099894] ACPI: bus type PCI registered
[ 1.104026] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 1.109958] PCI: Using configuration type 1 for base access
[ 1.120675] cryptd: max_cpu_qlen set to 1000
[ 1.125445] ACPI: Added _OSI(Module Device)
[ 1.125480] ACPI: Added _OSI(Processor Device)
[ 1.129893] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.129893] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.139894] ACPI: Added _OSI(Linux-Dell-Video)
[ 1.144455] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 1.159891] ACPI: 4 ACPI AML tables successfully acquired and loaded
[ 1.172759] ACPI: Dynamic OEM Table Load:
[ 1.172759] ACPI: SSDT 0xFFFF88813B338C00 0003BC (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 1.187497] ACPI: Dynamic OEM Table Load:
[ 1.189919] ACPI: SSDT 0xFFFF88813B2F0A00 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
[ 1.198881] ACPI: Interpreter enabled
[ 1.198881] ACPI: (supports S0 S5)
[ 1.209953] ACPI: Using IOAPIC for interrupt routing
[ 1.215116] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.223105] ACPI: Enabled 9 GPEs in block 00 to 3F
[ 1.459274] ACPI: Power Resource [USBC] (on)
[ 1.465433] ACPI: Power Resource [PLPE] (on)
[ 1.469905] ACPI: Power Resource [PLPE] (on)
[ 1.476203] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 1.478109] acpi PNP0A08:00: _OSC: OS supports [Segments MSI]
[ 1.480204] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[ 1.490476] PCI host bridge to bus 0000:00
[ 1.494696] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 1.509894] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 1.516799] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 1.519892] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 1.526800] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 1.529892] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 1.537566] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 1.549893] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xd0a06ffe window]
[ 1.557562] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.559902] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[ 1.560126] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[ 1.560142] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
[ 1.560154] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
[ 1.560165] pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
[ 1.565243] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
[ 1.565243] pci 0000:00:13.0: reg 0x10: [io 0xf070-0xf077]
[ 1.565243] pci 0000:00:13.0: reg 0x14: [io 0xf060-0xf063]
[ 1.565243] pci 0000:00:13.0: reg 0x18: [io 0xf050-0xf057]
[ 1.565243] pci 0000:00:13.0: reg 0x1c: [io 0xf040-0xf043]
[ 1.565243] pci 0000:00:13.0: reg 0x20: [io 0xf020-0xf03f]
[ 1.565243] pci 0000:00:13.0: reg 0x24: [mem 0xd0a06000-0xd0a067ff]
[ 1.565243] pci 0000:00:13.0: PME# supported from D3hot
[ 1.567879] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[ 1.567879] pci 0000:00:1a.0: reg 0x10: [mem 0xd0500000-0xd05fffff]
[ 1.567879] pci 0000:00:1a.0: reg 0x14: [mem 0xd0400000-0xd04fffff]
[ 1.567879] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 1.568127] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
[ 1.568127] pci 0000:00:1b.0: reg 0x10: [mem 0xd0a00000-0xd0a03fff 64bit]
[ 1.568127] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 1.568447] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[ 1.568447] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 1.568838] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
[ 1.568838] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 1.569131] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
[ 1.569131] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 1.569380] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
[ 1.569380] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 1.569637] pci 0000:00:1d.0: [8086:0f34] type 00 class 0x0c0320
[ 1.569637] pci 0000:00:1d.0: reg 0x10: [mem 0xd0a05000-0xd0a053ff]
[ 1.569637] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 1.569917] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[ 1.570158] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
[ 1.570158] pci 0000:00:1f.3: reg 0x10: [mem 0xd0a04000-0xd0a0401f]
[ 1.570158] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
[ 1.570769] pci 0000:01:00.0: [8086:150c] type 00 class 0x020000
[ 1.570769] pci 0000:01:00.0: reg 0x10: [mem 0xd0900000-0xd091ffff]
[ 1.570769] pci 0000:01:00.0: reg 0x18: [io 0xe000-0xe01f]
[ 1.570769] pci 0000:01:00.0: reg 0x1c: [mem 0xd0920000-0xd0923fff]
[ 1.570769] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 1.571158] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 1.571158] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 1.571158] pci 0000:00:1c.0: bridge window [mem 0xd0900000-0xd09fffff]
[ 1.571210] pci 0000:02:00.0: [8086:150c] type 00 class 0x020000
[ 1.571210] pci 0000:02:00.0: reg 0x10: [mem 0xd0800000-0xd081ffff]
[ 1.571210] pci 0000:02:00.0: reg 0x18: [io 0xd000-0xd01f]
[ 1.571210] pci 0000:02:00.0: reg 0x1c: [mem 0xd0820000-0xd0823fff]
[ 1.571210] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 1.574113] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 1.579899] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
[ 1.579904] pci 0000:00:1c.1: bridge window [mem 0xd0800000-0xd08fffff]
[ 1.580002] pci 0000:03:00.0: [8086:150c] type 00 class 0x020000
[ 1.580035] pci 0000:03:00.0: reg 0x10: [mem 0xd0700000-0xd071ffff]
[ 1.580068] pci 0000:03:00.0: reg 0x18: [io 0xc000-0xc01f]
[ 1.580086] pci 0000:03:00.0: reg 0x1c: [mem 0xd0720000-0xd0723fff]
[ 1.580228] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 1.580347] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 1.585436] pci 0000:00:1c.2: bridge window [io 0xc000-0xcfff]
[ 1.585441] pci 0000:00:1c.2: bridge window [mem 0xd0700000-0xd07fffff]
[ 1.585538] pci 0000:04:00.0: [8086:150c] type 00 class 0x020000
[ 1.585571] pci 0000:04:00.0: reg 0x10: [mem 0xd0600000-0xd061ffff]
[ 1.585604] pci 0000:04:00.0: reg 0x18: [io 0xb000-0xb01f]
[ 1.585622] pci 0000:04:00.0: reg 0x1c: [mem 0xd0620000-0xd0623fff]
[ 1.585764] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 1.585889] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 1.589895] pci 0000:00:1c.3: bridge window [io 0xb000-0xbfff]
[ 1.589900] pci 0000:00:1c.3: bridge window [mem 0xd0600000-0xd06fffff]
[ 1.589923] pci_bus 0000:00: on NUMA node 0
[ 1.810382] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15)
[ 1.817511] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15)
[ 1.820020] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15)
[ 1.827147] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15)
[ 1.840017] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) 0, disabled.
[ 1.848332] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15)
[ 1.850017] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15)
[ 1.857141] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15)
[ 1.872584] SCSI subsystem initialized
[ 1.876523] libata version 3.00 loaded.
[ 1.876523] ACPI: bus type USB registered
[ 1.879888] usbcore: registered new interface driver usbfs
[ 1.880758] usbcore: registered new interface driver hub
[ 1.891835] usbcore: registered new device driver usb
[ 1.897121] PCI: Using ACPI for IRQ routing
[ 1.899892] PCI: pci_cache_line_size set to 64 bytes
[ 1.899892] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 1.899892] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[ 1.899892] e820: reserve RAM buffer [mem 0xb952b000-0xbbffffff]
[ 1.899892] e820: reserve RAM buffer [mem 0xb9c01000-0xbbffffff]
[ 1.899892] e820: reserve RAM buffer [mem 0xb9daf000-0xbbffffff]
[ 1.899892] e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
[ 1.901872] clocksource: Switched to clocksource tsc-early
[ 1.905644] pnp: PnP ACPI init
[ 1.908905] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.909140] system 00:01: [io 0x0680-0x069f] has been reserved
[ 1.915186] system 00:01: [io 0x0400-0x047f] has been reserved
[ 1.921235] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 1.927274] system 00:01: [io 0x0600-0x061f] has been reserved
[ 1.933329] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.933643] system 00:02: [io 0x0a00-0x0a2f] has been reserved
[ 1.939682] system 00:02: [io 0x0a30-0x0a3f] has been reserved
[ 1.945730] system 00:02: [io 0x0a40-0x0a4f] has been reserved
[ 1.951780] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.951853] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 1.951952] pnp 00:04: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 1.952506] pnp 00:05: [dma 0 disabled]
[ 1.952602] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 2.170329] system 00:06: [mem 0xe0000000-0xefffffff] could not be reserved
[ 2.179434] system 00:06: [mem 0xfed01000-0xfed01fff] has been reserved
[ 2.186176] system 00:06: [mem 0xfed03000-0xfed03fff] has been reserved
[ 2.192917] system 00:06: [mem 0xfed04000-0xfed04fff] has been reserved
[ 2.199650] system 00:06: [mem 0xfed0c000-0xfed0ffff] has been reserved
[ 2.206389] system 00:06: [mem 0xfed08000-0xfed08fff] has been reserved
[ 2.213125] system 00:06: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 2.219860] system 00:06: [mem 0xfee00000-0xfeefffff] has been reserved
[ 2.226599] system 00:06: [mem 0xfef00000-0xfeffffff] has been reserved
[ 2.233345] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 2.233792] pnp: PnP ACPI: found 7 devices
[ 2.244765] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 2.253857] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 2.253867] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 2.253877] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[ 2.253886] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[ 2.253905] pci 0000:00:1c.0: BAR 9: no space for [mem size 0x00200000 64bit pref]
[ 2.261662] pci 0000:00:1c.0: BAR 9: failed to assign [mem size 0x00200000 64bit pref]
[ 2.269768] pci 0000:00:1c.1: BAR 9: no space for [mem size 0x00200000 64bit pref]
[ 2.277526] pci 0000:00:1c.1: BAR 9: failed to assign [mem size 0x00200000 64bit pref]
[ 2.285638] pci 0000:00:1c.2: BAR 9: no space for [mem size 0x00200000 64bit pref]
[ 2.293392] pci 0000:00:1c.2: BAR 9: failed to assign [mem size 0x00200000 64bit pref]
[ 2.301507] pci 0000:00:1c.3: BAR 9: no space for [mem size 0x00200000 64bit pref]
[ 2.309263] pci 0000:00:1c.3: BAR 9: failed to assign [mem size 0x00200000 64bit pref]
[ 2.317375] pci 0000:00:1c.3: BAR 9: no space for [mem size 0x00200000 64bit pref]
[ 2.325133] pci 0000:00:1c.3: BAR 9: failed to assign [mem size 0x00200000 64bit pref]
[ 2.333246] pci 0000:00:1c.2: BAR 9: no space for [mem size 0x00200000 64bit pref]
[ 2.341000] pci 0000:00:1c.2: BAR 9: failed to assign [mem size 0x00200000 64bit pref]
[ 2.349109] pci 0000:00:1c.1: BAR 9: no space for [mem size 0x00200000 64bit pref]
[ 2.356865] pci 0000:00:1c.1: BAR 9: failed to assign [mem size 0x00200000 64bit pref]
[ 2.364981] pci 0000:00:1c.0: BAR 9: no space for [mem size 0x00200000 64bit pref]
[ 2.372741] pci 0000:00:1c.0: BAR 9: failed to assign [mem size 0x00200000 64bit pref]
[ 2.380850] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 2.385937] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 2.392160] pci 0000:00:1c.0: bridge window [mem 0xd0900000-0xd09fffff]
[ 2.399069] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 2.404156] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
[ 2.410375] pci 0000:00:1c.1: bridge window [mem 0xd0800000-0xd08fffff]
[ 2.417283] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 2.422371] pci 0000:00:1c.2: bridge window [io 0xc000-0xcfff]
[ 2.428586] pci 0000:00:1c.2: bridge window [mem 0xd0700000-0xd07fffff]
[ 2.435503] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 2.440588] pci 0000:00:1c.3: bridge window [io 0xb000-0xbfff]
[ 2.446804] pci 0000:00:1c.3: bridge window [mem 0xd0600000-0xd06fffff]
[ 2.453723] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 2.453726] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 2.453729] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 2.453732] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 2.453735] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 2.453738] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 2.453741] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[ 2.453744] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xd0a06ffe window]
[ 2.453747] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 2.453750] pci_bus 0000:01: resource 1 [mem 0xd0900000-0xd09fffff]
[ 2.453753] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 2.453755] pci_bus 0000:02: resource 1 [mem 0xd0800000-0xd08fffff]
[ 2.453758] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
[ 2.453761] pci_bus 0000:03: resource 1 [mem 0xd0700000-0xd07fffff]
[ 2.453764] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
[ 2.453767] pci_bus 0000:04: resource 1 [mem 0xd0600000-0xd06fffff]
[ 2.453938] NET: Registered protocol family 2
[ 2.458680] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[ 2.466736] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 2.474241] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 2.481124] TCP: Hash tables configured (established 32768 bind 32768)
[ 2.487837] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 2.494007] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 2.500676] NET: Registered protocol family 1
[ 2.505176] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 5.649903] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[ 5.657326] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x690 took 3069903 usecs
[ 5.665124] PCI: CLS 64 bytes, default 64
[ 5.665209] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 5.671778] software IO TLB: mapped [mem 0xb552b000-0xb952b000] (64MB)
[ 5.678577] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39a275294b2, max_idle_ns: 881590412759 ns
[ 5.688804] clocksource: Switched to clocksource tsc
[ 5.695220] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 5.704386] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 5.711297] io scheduler noop registered
[ 5.715343] io scheduler deadline registered (default)
[ 5.720773] gpio_it87: Found Chip IT8728 rev 0. 64 GPIO lines starting at 0a00h
[ 5.729185] hv_vmbus: registering driver hv_pci
[ 5.733876] hv_vmbus: registering driver hyperv_fb
[ 5.738978] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 5.747534] ACPI: Sleep Button [SLPB]
[ 5.751393] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 5.759000] ACPI: Power Button [PWRF]
[ 5.766240] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 5.793460] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 5.801385] hpet: number irqs doesn't agree with number of timers
[ 5.807676] Non-volatile memory driver v1.3
[ 5.813950] loop: module loaded
[ 5.817287] Guest personality initialized and is inactive
[ 5.822862] VMCI host device registered (name=vmci, major=10, minor=63)
[ 5.829593] Initialized host personality
[ 5.833906] VMware PVSCSI driver - version 1.0.7.0-k
[ 5.839019] hv_vmbus: registering driver hv_storvsc
[ 5.844497] ahci 0000:00:13.0: version 3.0
[ 5.844685] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[ 5.861515] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
[ 5.869790] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
[ 5.877698] scsi host0: ahci
[ 5.880946] scsi host1: ahci
[ 5.884018] ata1: SATA max UDMA/133 abar m2048@0xd0a06000 port 0xd0a06100 irq 87
[ 5.891612] ata2: DUMMY
[ 5.894497] VMware vmxnet3 virtual NIC driver - version 1.4.16.0-k-NAPI
[ 5.901259] hv_vmbus: registering driver hv_netvsc
[ 5.906166] Fusion MPT base driver 3.04.20
[ 5.910386] Copyright (c) 1999-2008 LSI Corporation
[ 5.915390] Fusion MPT SPI Host driver 3.04.20
[ 5.919983] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.926630] ehci-pci: EHCI PCI platform driver
[ 5.931421] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 5.936772] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 5.944383] ehci-pci 0000:00:1d.0: debug port 2
[ 5.952943] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 5.952964] ehci-pci 0000:00:1d.0: irq 23, io mem 0xd0a05000
[ 5.979906] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 5.986072] hub 1-0:1.0: USB hub found
[ 5.989965] hub 1-0:1.0: 8 ports detected
[ 5.994572] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 6.000897] ohci-pci: OHCI PCI platform driver
[ 6.005484] uhci_hcd: USB Universal Host Controller Interface driver
[ 6.012055] usbcore: registered new interface driver usb-storage
[ 6.018267] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 6.027113] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 6.032214] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 6.037406] hv_vmbus: registering driver hyperv_keyboard
[ 6.042914] rtc_cmos 00:00: RTC can wake from S4
[ 6.047794] rtc_cmos 00:00: registered as rtc0
[ 6.052367] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[ 6.059968] intel_pstate: Intel P-state driver initializing
[ 6.065851] sdhci: Secure Digital Host Controller Interface driver
[ 6.072168] sdhci: Copyright(c) Pierre Ossman
[ 6.077306] hidraw: raw HID events driver (C) Jiri Kosina
[ 6.082878] hv_vmbus: registering driver hid_hyperv
[ 6.087911] usbcore: registered new interface driver usbhid
[ 6.093606] usbhid: USB HID core driver
[ 6.097677] hv_utils: Registering HyperV Utility Driver
[ 6.103023] hv_vmbus: registering driver hv_util
[ 6.107755] hv_vmbus: registering driver hv_balloon
[ 6.113023] NET: Registered protocol family 10
[ 6.117849] Segment Routing with IPv6
[ 6.121664] NET: Registered protocol family 17
[ 6.126236] 8021q: 802.1Q VLAN Support v1.8
[ 6.130584] NET: Registered protocol family 40
[ 6.135597] mce: Using 6 MCE banks
[ 6.139222] microcode: sig=0x30679, pf=0x4, revision=0x90a
[ 6.144898] microcode: Microcode Update Driver: v2.2.
[ 6.144922] sched_clock: Marking stable (5435643756, 704248127)->(6180324079, -40432196)
[ 6.158933] rtc_cmos 00:00: setting system clock to 2020-04-24 13:17:54 UTC (1587734274)
[ 6.222884] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6.229654] ata1.00: ATA-9: SanDisk SSD iSSD 32GB, U222000, max UDMA/133
[ 6.236535] ata1.00: 62533296 sectors, multi 1: LBA48 NCQ (depth 32)
[ 6.243966] ata1.00: configured for UDMA/133
[ 6.248630] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD iSSD 000 PQ: 0 ANSI: 5
[ 6.257497] sd 0:0:0:0: [sda] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB)
[ 6.265389] sd 0:0:0:0: [sda] Write Protect is off
[ 6.270398] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.270448] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.280588] sda: sda1 sda2
[ 6.284094] sd 0:0:0:0: [sda] Attached SCSI disk
[ 6.290213] VFS: Mounted root (squashfs filesystem) readonly on device 8:2.
[ 6.298678] Freeing unused kernel image memory: 1084K
[ 6.359986] Write protecting the kernel read-only data: 14336k
[ 6.367266] Freeing unused kernel image memory: 2024K
[ 6.372658] Freeing unused kernel image memory: 4K
[ 6.377873] Run /sbin/init as init process
[ 6.379911] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 6.477727] init: Console is alive
[ 6.580580] hub 1-1:1.0: USB hub found
[ 6.584662] hub 1-1:1.0: 4 ports detected
[ 6.891262] kmodloader: loading kernel modules from /etc/modules-boot.d/
[ 6.908444] pps_core: LinuxPPS API ver. 1 registered
[ 6.913641] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [email protected]
[ 6.923829] PTP clock support registered
[ 6.928204] Button Hotplug driver version 0.4.1
[ 6.933504] exFAT: Version 1.2.9
[ 6.937153] kmodloader: done loading kernel modules from /etc/modules-boot.d/
[ 6.946579] init: - preinit -
[ 7.098632] random: jshn: uninitialized urandom read (4 bytes read)
[ 7.114690] random: jshn: uninitialized urandom read (4 bytes read)
[ 7.124812] random: jshn: uninitialized urandom read (4 bytes read)
[ 10.186635] urandom_read: 4 callbacks suppressed
[ 10.186638] random: jshn: uninitialized urandom read (4 bytes read)
[ 10.230386] mount_root: loading kmods from internal overlay
[ 10.250949] kmodloader: loading kernel modules from //etc/modules-boot.d/
[ 10.258442] kmodloader: done loading kernel modules from //etc/modules-boot.d/
[ 10.325012] block: attempting to load /tmp/overlay/upper/etc/config/fstab
[ 10.332140] block: unable to load configuration (fstab: Entry not found)
[ 10.339131] block: attempting to load /tmp/overlay/etc/config/fstab
[ 10.345679] block: unable to load configuration (fstab: Entry not found)
[ 10.352631] block: attempting to load /etc/config/fstab
[ 10.358725] block: unable to load configuration (fstab: Entry not found)
[ 10.365690] block: no usable configuration
[ 10.379294] random: procd: uninitialized urandom read (4 bytes read)
[ 10.589996] F2FS-fs (loop0): Mounted with checkpoint version = 7d4e8a79
[ 10.597084] mount_root: loading kmods from internal overlay
[ 10.617089] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/
[ 10.626034] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/
[ 10.642466] block: attempting to load /tmp/overlay/upper/etc/config/fstab
[ 10.649712] block: extroot: not configured
[ 10.654347] mount_root: switching to f2fs overlay
[ 10.704743] EXT4-fs (sda1): warning: mounting unchecked fs, running e2fsck is recommended
[ 10.714633] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[ 10.723454] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 10.745588] procd: - early -
[ 11.340801] procd: - ubus -
[ 11.378159] random: ubusd: uninitialized urandom read (4 bytes read)
[ 11.400182] procd: - init -
[ 11.446521] kmodloader: loading kernel modules from /etc/modules.d/
[ 11.462545] Initializing XFRM netlink socket
[ 11.467373] NET: Registered protocol family 15
[ 11.477516] tun: Universal TUN/TAP device driver, 1.6
[ 11.490286] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 11.497587] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 11.504839] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 11.512051] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 11.518410] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 11.526573] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 11.533954] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k
[ 11.541930] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 11.549600] gre: GRE over IPv4 demultiplexor driver
[ 11.555156] ip_gre: GRE over IPv4 tunneling driver
[ 11.561581] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[ 11.578085] cryptodev: driver 1.10 loaded.
[ 11.582794] i2c /dev entries driver
[ 11.589511] u32 classifier
[ 11.592413] input device check on
[ 11.596260] Actions configured
[ 11.600403] Mirror/redirect action on
[ 11.610010] fuse init (API version 7.27)
[ 11.615560] 8139too: 8139too Fast Ethernet driver 0.9.28
[ 11.625413] Loading modules backported from Linux version v4.19.85-0-gc63ee2939dc1
[ 11.633316] Backport generated by backports.git v4.19.85-1-0-g8a8be258
[ 11.641305] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 11.647344] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 11.653720] e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to simplified (2000-8000 ints) mode
[ 11.663999] e1000e 0000:01:00.0: Interrupt Mode set to 1
[ 11.732682] e1000e 0000:01:00.0 0000:01:00.0 (uninitialized): registered PHC clock
[ 11.826068] e1000e 0000:01:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:e2:69:19:3c:bf
[ 11.834258] e1000e 0000:01:00.0 eth0: Intel(R) PRO/1000 Network Connection
[ 11.841461] e1000e 0000:01:00.0 eth0: MAC: 4, PHY: 8, PBA No: FFFFFF-0FF
[ 11.848605] e1000e 0000:02:00.0: Interrupt Throttling Rate (ints/sec) set to simplified (2000-8000 ints) mode
[ 11.935589] e1000e 0000:02:00.0 0000:02:00.0 (uninitialized): registered PHC clock
[ 12.017171] e1000e 0000:02:00.0 eth1: (PCI Express:2.5GT/s:Width x1) 00:e2:69:19:3c:c0
[ 12.025353] e1000e 0000:02:00.0 eth1: Intel(R) PRO/1000 Network Connection
[ 12.032535] e1000e 0000:02:00.0 eth1: MAC: 4, PHY: 8, PBA No: FFFFFF-0FF
[ 12.039664] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to simplified (2000-8000 ints) mode
[ 12.125575] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
[ 12.207151] e1000e 0000:03:00.0 eth2: (PCI Express:2.5GT/s:Width x1) 00:e2:69:19:3c:c1
[ 12.215345] e1000e 0000:03:00.0 eth2: Intel(R) PRO/1000 Network Connection
[ 12.222561] e1000e 0000:03:00.0 eth2: MAC: 4, PHY: 8, PBA No: FFFFFF-0FF
[ 12.229682] e1000e 0000:04:00.0: Interrupt Throttling Rate (ints/sec) set to simplified (2000-8000 ints) mode
[ 12.315581] e1000e 0000:04:00.0 0000:04:00.0 (uninitialized): registered PHC clock
[ 12.397135] e1000e 0000:04:00.0 eth3: (PCI Express:2.5GT/s:Width x1) 00:e2:69:19:3c:c2
[ 12.405317] e1000e 0000:04:00.0 eth3: Intel(R) PRO/1000 Network Connection
[ 12.412525] e1000e 0000:04:00.0 eth3: MAC: 4, PHY: 8, PBA No: FFFFFF-0FF
[ 12.421003] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.3.2-k
[ 12.429146] i40e: Copyright (c) 2013 - 2014 Intel Corporation.
[ 12.436097] i40evf: Intel(R) 40-10 Gigabit Virtual Function Network Driver - version 3.2.2-k
[ 12.444870] Copyright (c) 2013 - 2015 Intel Corporation.
[ 12.480499] pcnet32: pcnet32.c:v1.35 21.Apr.2008 [email protected]
[ 12.488947] usbcore: registered new interface driver r8152
[ 12.496319] usbcore: registered new interface driver rtl8150
[ 12.504301] tulip: Linux Tulip driver version 1.1.15-NAPI (Feb 27, 2007)
[ 12.511769] usbcore: registered new interface driver ums-alauda
[ 12.518142] usbcore: registered new interface driver ums-cypress
[ 12.524606] usbcore: registered new interface driver ums-datafab
[ 12.531075] usbcore: registered new interface driver ums-freecom
[ 12.537520] usbcore: registered new interface driver ums-isd200
[ 12.543894] usbcore: registered new interface driver ums-jumpshot
[ 12.550486] usbcore: registered new interface driver ums-karma
[ 12.556793] usbcore: registered new interface driver ums-sddr09
[ 12.563179] usbcore: registered new interface driver ums-sddr55
[ 12.569561] usbcore: registered new interface driver ums-usbat
[ 12.586258] xt_time: kernel timezone is -0000
[ 12.592086] usbcore: registered new interface driver asix
[ 12.598375] usbcore: registered new interface driver ax88179_178a
[ 12.621044] PPP generic driver version 2.4.2
[ 12.625902] PPP MPPE Compression module registered
[ 12.631322] NET: Registered protocol family 24
[ 12.641206] usbcore: registered new interface driver snd-usb-audio
[ 12.662738] usbcore: registered new interface driver rt2800usb
[ 12.670900] usbcore: registered new interface driver ath9k_htc
[ 12.678429] kmodloader: done loading kernel modules from /etc/modules.d/
[ 14.313688] xt_FULLCONENAT: RFC3489 Full Cone NAT module
[ 14.313688] xt_FULLCONENAT: Copyright (C) 2018 Chion Tang [email protected]
[ 15.140406] 8021q: adding VLAN 0 to HW filter on device eth0
[ 15.146493] br-lan: port 1(eth0) entered blocking state
[ 15.151896] br-lan: port 1(eth0) entered disabled state
[ 15.157450] device eth0 entered promiscuous mode
[ 15.162901] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 15.380406] 8021q: adding VLAN 0 to HW filter on device eth2
[ 15.386513] br-lan: port 2(eth2) entered blocking state
[ 15.391921] br-lan: port 2(eth2) entered disabled state
[ 15.397467] device eth2 entered promiscuous mode
[ 15.620402] 8021q: adding VLAN 0 to HW filter on device eth3
[ 15.627028] br-lan: port 3(eth3) entered blocking state
[ 15.632443] br-lan: port 3(eth3) entered disabled state
[ 15.638003] device eth3 entered promiscuous mode
[ 15.850404] 8021q: adding VLAN 0 to HW filter on device eth1
[ 16.710928] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[ 16.718844] e1000e 0000:01:00.0 eth0: 10/100 speed: disabling TSO
[ 16.725281] br-lan: port 1(eth0) entered blocking state
[ 16.730738] br-lan: port 1(eth0) entered forwarding state
[ 16.736523] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 22.912053] random: fast init done
[ 46.517010] e1000e: eth1 NIC Link is Down
[ 46.522401] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 46.730378] 8021q: adding VLAN 0 to HW filter on device eth1
[ 62.087064] e1000e: eth1 NIC Link is Down
[ 62.093313] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 62.320370] 8021q: adding VLAN 0 to HW filter on device eth1
[ 77.707013] e1000e: eth1 NIC Link is Down
[ 77.712449] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 77.920368] 8021q: adding VLAN 0 to HW filter on device eth1
[ 91.600936] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 93.255924] e1000e: eth1 NIC Link is Down
[ 93.261388] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 93.480375] 8021q: adding VLAN 0 to HW filter on device eth1
[ 96.680934] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 98.690024] pppoe-wan: renamed from ppp0
[ 106.760438] random: crng init done
[ 172.932344] e1000e: eth2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 172.940361] br-lan: port 2(eth2) entered blocking state
[ 172.945786] br-lan: port 2(eth2) entered forwarding state
[ 229.259968] e1000e: eth0 NIC Link is Down
[ 229.264223] br-lan: port 1(eth0) entered disabled state
[ 403.172370] e1000e: eth3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 403.180387] br-lan: port 3(eth3) entered blocking state
[ 403.185806] br-lan: port 3(eth3) entered forwarding state
[ 422.078852] e1000e: eth3 NIC Link is Down
[ 422.083193] br-lan: port 3(eth3) entered disabled state
[ 425.150765] e1000e: eth3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 425.158783] br-lan: port 3(eth3) entered blocking state
[ 425.164186] br-lan: port 3(eth3) entered forwarding state
[ 435.503149] e1000e: eth3 NIC Link is Down
[ 435.507406] br-lan: port 3(eth3) entered disabled state
[ 438.514836] e1000e: eth3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 438.522860] br-lan: port 3(eth3) entered blocking state
[ 438.528265] br-lan: port 3(eth3) entered forwarding state
[ 3589.645320] e1000e: eth2 NIC Link is Down
[ 3589.649659] br-lan: port 2(eth2) entered disabled state
[ 3594.988445] e1000e: eth2 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[ 3594.996298] e1000e 0000:03:00.0 eth2: 10/100 speed: disabling TSO
[ 3595.002659] br-lan: port 2(eth2) entered blocking state
[ 3595.008099] br-lan: port 2(eth2) entered forwarding state
[ 6020.182798] e1000e: eth3 NIC Link is Down
[ 6020.187135] br-lan: port 3(eth3) entered disabled state
[ 6043.593176] e1000e: eth3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 6043.601219] br-lan: port 3(eth3) entered blocking state
[ 6043.606611] br-lan: port 3(eth3) entered forwarding state
[ 6043.662376] e1000e: eth2 NIC Link is Down
[ 6044.622808] br-lan: port 2(eth2) entered disabled state

Build_OP_NanoPi_R2S.yml初始化环境出错

2022-01-22T09:50:25.9538515Z ##[group]Run docker rmi docker images -q
2022-01-22T09:50:25.9538881Z �[36;1mdocker rmi docker images -q�[0m
2022-01-22T09:50:25.9539142Z �[36;1mecho "Deleting files, please wait ..."�[0m
2022-01-22T09:50:25.9539385Z �[36;1msudo rm -rf \�[0m
2022-01-22T09:50:25.9539591Z �[36;1m /usr/share/dotnet \�[0m
2022-01-22T09:50:25.9539806Z �[36;1m /etc/mysql \�[0m
2022-01-22T09:50:25.9540024Z �[36;1m /etc/php�[0m
2022-01-22T09:50:25.9540236Z �[36;1msudo -E apt-get -y purge \�[0m
2022-01-22T09:50:25.9540462Z �[36;1m azure-cli \�[0m
2022-01-22T09:50:25.9540646Z �[36;1m ghc* \�[0m
2022-01-22T09:50:25.9540857Z �[36;1m zulu* \�[0m
2022-01-22T09:50:25.9541049Z �[36;1m hhvm \�[0m
2022-01-22T09:50:25.9541222Z �[36;1m llvm* \�[0m
2022-01-22T09:50:25.9541528Z �[36;1m firefox \�[0m
2022-01-22T09:50:25.9541714Z �[36;1m google* \�[0m
2022-01-22T09:50:25.9541911Z �[36;1m dotnet* \�[0m
2022-01-22T09:50:25.9542111Z �[36;1m powershell \�[0m
2022-01-22T09:50:25.9542307Z �[36;1m openjdk* \�[0m
2022-01-22T09:50:25.9542531Z �[36;1m mysql* \�[0m
2022-01-22T09:50:25.9542729Z �[36;1m php�[0m
2022-01-22T09:50:25.9542939Z �[36;1msudo -E apt-get update�[0m
2022-01-22T09:50:25.9543890Z �[36;1msudo -E apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev patch python3 python2.7 unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex node-uglify git gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx-ucl libelf-dev autoconf automake libtool autopoint device-tree-compiler g++-multilib antlr3 gperf wget curl swig rsync coreutils gcc-8 gcc++-8 gcc-8-multilib libreadline-dev ccache curl wget vim nano python python3 python-pip python3-pip python-ply python3-ply haveged lrzsz scons ecj fastjar re2c xz-utils tar�[0m
2022-01-22T09:50:25.9544871Z �[36;1msudo -E apt-get -y autoremove --purge�[0m
2022-01-22T09:50:25.9545111Z �[36;1msudo -E apt-get clean�[0m
2022-01-22T09:50:25.9598242Z shell: /usr/bin/bash -e {0}
2022-01-22T09:50:25.9598491Z env:
2022-01-22T09:50:25.9598710Z DEBIAN_FRONTEND: noninteractive
2022-01-22T09:50:25.9598946Z ##[endgroup]
2022-01-22T09:50:26.3395354Z Untagged: ubuntu:20.04
2022-01-22T09:50:26.3396195Z Untagged: ubuntu@sha256:b5a61709a9a44284d88fb12e5c48db0409cfad5b69d4ff8224077c57302df9cf
2022-01-22T09:50:26.3396747Z Deleted: sha256:d13c942271d66cb0954c3ba93e143cd253421fe0772b8bed32c4c0077a546d4d
2022-01-22T09:50:26.3397532Z Deleted: sha256:0eba131dffd015134cb310c284b776c1e44d330146cd2f0e30c4e464d0b76d24
2022-01-22T09:50:26.4432225Z Untagged: ubuntu:18.04
2022-01-22T09:50:26.4433004Z Untagged: ubuntu@sha256:37b7471c1945a2a12e5a57488ee4e3e216a8369d0b9ee1ec2e41db9c2c1e3d22
2022-01-22T09:50:26.4433492Z Deleted: sha256:886eca19e6118615a5089b4f60f614d2e2b49afdfbde2e43438de15bbaefe23f
2022-01-22T09:50:26.4434050Z Deleted: sha256:40a154bd33523297c30ac1466b4e818afad0b8b05de9f3eb790315673d0da635
2022-01-22T09:50:28.2677050Z Untagged: node:12-alpine
2022-01-22T09:50:28.2677477Z Untagged: node@sha256:05d61228b85c54b5527e74afc54153eb3572aae005948fb068a0f4ebe01f7c1e
2022-01-22T09:50:28.2677873Z Deleted: sha256:16d4be31074d069ea7d796eb58ed2a0a6c72c92d97200af3e29227f175d2d791
2022-01-22T09:50:28.2678254Z Deleted: sha256:b6c1110fc13ed3747ca2fe3bc59015b8eb4737ee6a3a9170b58b79463b0d77c0
2022-01-22T09:50:28.2678646Z Deleted: sha256:405f78c2c3e556b37e31bd2cd85bdfc21eae57fccdef58341155ddc7eb2d5205
2022-01-22T09:50:28.2679032Z Deleted: sha256:2db9c88ab81242e849ebfc7868d296d4188efdaad36ba4e15f2575939e89dec8
2022-01-22T09:50:31.9732972Z Untagged: node:14-alpine
2022-01-22T09:50:31.9733373Z Untagged: node@sha256:1e7481a9a977d8e4160a73ed6a0e726724570bf7d941adbec63a82cf7c07ae19
2022-01-22T09:50:31.9733772Z Deleted: sha256:5f5960be493c84ae1afbd5eb401f7569344c994fd05c8271c921085c9d290e50
2022-01-22T09:50:31.9734159Z Deleted: sha256:6d5438a82f5f20d9c1f4684c41a6d340a5e49bbab223d5af7af664d94b85691e
2022-01-22T09:50:31.9734525Z Deleted: sha256:9b38bab99dbde67ea628e60632c03ac58636b308bee5166482c37d1dfe2c020c
2022-01-22T09:50:31.9734936Z Deleted: sha256:15c2f439bbb3f528a830a660111887d6d072a868a6caa30302ea0121585bc69a
2022-01-22T09:50:32.1434500Z Untagged: node:16-alpine
2022-01-22T09:50:32.1434894Z Untagged: node@sha256:0e071f3c5c84cffa6b1035023e1956cf28d48f4b36e229cef328772da81ec0c5
2022-01-22T09:50:32.1435281Z Deleted: sha256:28fd30c24deba083d2169095ca136930db7788dca6465dc59c16c57de3be51f6
2022-01-22T09:50:32.1435689Z Deleted: sha256:cfa50ba786d8205864bcda5833a6d3e5afc26a0ff4755ba043f82cf175b2c69b
2022-01-22T09:50:32.1436056Z Deleted: sha256:8a187b0e4379f64dd9843916a0131da76faefe258b75852ca5514c43c790797c
2022-01-22T09:50:32.1436421Z Deleted: sha256:1d15c29982c3771992b89ad9b0f3282ea0b9bde296ac7b8ef6f27b50aaa22065
2022-01-22T09:50:32.1436770Z Deleted: sha256:8d3ac3489996423f53d6087c81180006263b79f206d3fdec9e66f0e27ceb8759
2022-01-22T09:50:34.2652868Z Untagged: node:12
2022-01-22T09:50:34.2653505Z Untagged: node@sha256:36b3ee4724ab60ac5f288d22999074437ed517e8d1bd2e24ab19609479d39c81
2022-01-22T09:50:34.2656885Z Deleted: sha256:fb17a1009e1c68cff4d15e9f2955ba8425ea2d0d59988b986f53a53cf7b252f0
2022-01-22T09:50:34.2657568Z Deleted: sha256:94d686f61dec43377798ccd70eded9e0d733c4cb84b5723340f1ca95054d667b
2022-01-22T09:50:34.2658014Z Deleted: sha256:1c9c194072006005a3b50d042fa470b358a8f21b305854e0c84ff1b0cf2bc7c7
2022-01-22T09:50:34.2658444Z Deleted: sha256:36a653d6eda2dc4e3b4d74734be7e3d2f85a1fcd1ec31040378813ed8b3ff3b5
2022-01-22T09:50:37.0166784Z Untagged: node:14
2022-01-22T09:50:37.0167538Z Untagged: node@sha256:e5c6aac226819f88d6431a56f502972d323d052b1b6108094ba7e6b07154a542
2022-01-22T09:50:37.0167980Z Deleted: sha256:b55951795ffb5c1f0772c3d5c0a96cbea7523d27298a1a212da6bdf42692e9de
2022-01-22T09:50:37.0168412Z Deleted: sha256:336ad2c898b4d641891c0436a130aa7c3b1415e551191c59d66c3201a9766ea1
2022-01-22T09:50:37.0168829Z Deleted: sha256:b334adf736ae4c54423cc6d0a1f4aee8b81310b1d1e0a7a9063649142f77461c
2022-01-22T09:50:37.0169227Z Deleted: sha256:6e2344349ff6289fc59591a7986ed15ab7682445f88239d0195714bc96c8eb06
2022-01-22T09:50:37.0169626Z Deleted: sha256:b9fee2a930f8b7ee20b610dbb8171fb5e210857f55e712741563888a7fc5d3ea
2022-01-22T09:50:39.1983286Z Untagged: node:16
2022-01-22T09:50:39.1983663Z Untagged: node@sha256:32605ead97ed57bd39a8a7b0e919240e1a3218974dfc6965e61b54a801753131
2022-01-22T09:50:39.1984066Z Deleted: sha256:8381a2328ac23db134520977fdc4c4c34ba6afbf1b7bc72c62ad086db86003a2
2022-01-22T09:50:39.1984459Z Deleted: sha256:dd64caebc2e99330de0958d998e53e1e52acac5c08b5188e1a45d472cdf1ff7d
2022-01-22T09:50:39.1985103Z Deleted: sha256:64b70847c99e10b3cf306fea5ad270d8e126d469d90574d4f0e54205bd0f9871
2022-01-22T09:50:39.1985484Z Deleted: sha256:d618b5c84d7a1435ee3dafe1d0b6df4d25c6fe8736a98967469e1df29fec93ef
2022-01-22T09:50:39.1985845Z Deleted: sha256:25c20cf53a792e2a9e91138c56a2689a5306a304e7ba0943608d1c4193be4cff
2022-01-22T09:50:43.4157523Z Untagged: buildpack-deps:stretch
2022-01-22T09:50:43.4158176Z Untagged: buildpack-deps@sha256:19610095f7d1718c20d79e5109c42f64dabea9fdf104221394acdf2999170c51
2022-01-22T09:50:43.4158607Z Deleted: sha256:46000751048f9b441b1bd1179e5e3b41fbfaa8cedbe68c8560e5ec127fd57a19
2022-01-22T09:50:43.4159045Z Deleted: sha256:1151cdaabe53224e43e7d3cd9f56ea9f8714ff58bbc8fbf6e09388fb657cba25
2022-01-22T09:50:43.4159470Z Deleted: sha256:7fee9629f3737f5028b565e3ccdda931b042a9d299221656c52f3acce09523e5
2022-01-22T09:50:43.4159861Z Deleted: sha256:7e0d6722ded7d83812640e917c16294c2ca09e29f143d69db068d26ea32065b5
2022-01-22T09:50:43.4160247Z Deleted: sha256:bb500bf390e656ab7b8ea8b7415591d4585aea94d01bf219747183e2359796c4
2022-01-22T09:50:44.0240621Z Untagged: buildpack-deps:buster
2022-01-22T09:50:44.0241280Z Untagged: buildpack-deps@sha256:24cf4668129a284b9b960ffaa5e79f9654d7d040708721c8e7708811e362a9d9
2022-01-22T09:50:44.0241754Z Deleted: sha256:ac4279e940f32f1899ba8cfc414ce133a4a1edff156b5dd535880190af588891
2022-01-22T09:50:44.0242188Z Deleted: sha256:3f006fbc726b91c047aea5f44b61031e1f95989c9215bc00d2a619b6e4fead87
2022-01-22T09:50:44.0242597Z Deleted: sha256:1689890c1be7642742083befd76b965a4486ead592391473118623767f865b50
2022-01-22T09:50:44.0243011Z Deleted: sha256:db50ddd52eb8f9727f2bd5ca316b06f470e4ad5f1d5e1b908b19ab9a9512d5ee
2022-01-22T09:50:44.0243741Z Deleted: sha256:bd1cf41b5a67dd5e40ba5d0cef980c05a3239056be898c0c6f0b1991f223e67d
2022-01-22T09:50:44.6124802Z Untagged: buildpack-deps:bullseye
2022-01-22T09:50:44.6126124Z Untagged: buildpack-deps@sha256:8cca6f729d85d572000a436eac498ff5358eeee5a0fa7b3e2b6668620c6ac06e
2022-01-22T09:50:44.6182066Z Deleted: sha256:d724319bd076a5dad72d25af9ebb809e435c772afd741b353f3e05cb218a75a0
2022-01-22T09:50:44.6182501Z Deleted: sha256:29a8de6a9ba3858e830b20b810f426bef144944a5c998ce4c53762ab9165e2d6
2022-01-22T09:50:44.6182880Z Deleted: sha256:cbce712ed17923285239f9d9c0528984aef065b7413d68a0290e2c8eecc98f4a
2022-01-22T09:50:44.6183249Z Deleted: sha256:aa56d037ee5925ebf11127c3e1f617874c4ce8bae6b6af7d132b7f7a4a606e6f
2022-01-22T09:50:44.6183617Z Deleted: sha256:97e5f44efb543d466c5847602654a8cb22c9466b61d04988d47ec44b197ea874
2022-01-22T09:50:45.5942457Z Untagged: debian:9
2022-01-22T09:50:45.5942962Z Untagged: debian@sha256:54284a7a45383b407c1968657e8f1c50dc25b82d8d56b3812e46ad19f8bcfd83
2022-01-22T09:50:45.5943432Z Deleted: sha256:c599fc96ef79ce54a12f1032fe98c6bfc1d4cce20105321f27919051283f6a34
2022-01-22T09:50:45.5943860Z Deleted: sha256:9d1a9278f26b0a5ac7d5338d83b909bf1307150cf15138614ef88bfb6d75503f
2022-01-22T09:50:45.7738353Z Untagged: debian:10
2022-01-22T09:50:45.7738729Z Untagged: debian@sha256:94ccfd1c5115a6903cbb415f043a0b04e307be3f37b768cf6d6d3edff0021da3
2022-01-22T09:50:45.7739181Z Deleted: sha256:8a94f77c4ac39c4361613cead4b0fbb1777b8b49dfce6cd19cb00a2f687d5bde
2022-01-22T09:50:45.7739577Z Deleted: sha256:dc4f2875405c870b41c87aad43cee6b083faa6f122f3702899cc44739e070c49
2022-01-22T09:50:45.9557953Z Untagged: debian:11
2022-01-22T09:50:45.9558817Z Untagged: debian@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
2022-01-22T09:50:45.9559629Z Deleted: sha256:6f4986d78878699c680b97e3d7a2fd131bf4def477f1abad9a9edcb5d99cda3c
2022-01-22T09:50:45.9560085Z Deleted: sha256:11936051f93baf5a4fb090a8fa0999309b8173556f7826598e235e8a82127bce
2022-01-22T09:50:46.2491469Z Untagged: moby/buildkit:latest
2022-01-22T09:50:46.2491942Z Untagged: moby/buildkit@sha256:d6c89b7085b106301645ddcc77cf64eb7b705ab507b72d52d130ac33f1300417
2022-01-22T09:50:46.2492390Z Deleted: sha256:19340e24de140917fbbbe05ee30b431d990189ab961b92d3a6b57839d45596c0
2022-01-22T09:50:46.2492844Z Deleted: sha256:d2c271b10c26119f1fb79d13b21548f4dcc4edb8790bd203dc42a8abfe14cd1a
2022-01-22T09:50:46.2493613Z Deleted: sha256:11448a3480ee1c47703cb2901a590ee014fad4b985b5b18038abf102813277ec
2022-01-22T09:50:46.2493976Z Deleted: sha256:bde96bfcb1922d20802f09c254cef9d827fd862dc8035e2a9f319d7c5a94af22
2022-01-22T09:50:46.2494366Z Deleted: sha256:72e830a4dff5f0d5225cdc0a320e85ab1ce06ea5673acfe8d83a7645cbd0e9cf
2022-01-22T09:50:46.3420564Z Untagged: alpine:3.12
2022-01-22T09:50:46.3421088Z Untagged: alpine@sha256:d9459083f962de6bd980ae6a05be2a4cf670df6a1d898157bceb420342bec280
2022-01-22T09:50:46.3421547Z Deleted: sha256:b0925e0819214cd29937af66dbaf0e6fe239997faea60922cc890f9984512507
2022-01-22T09:50:46.3421991Z Deleted: sha256:eb4bde6b29a6746e0779f80a09ca6f0806de61475059f7d56d6e20f6cc2e15f7
2022-01-22T09:50:46.3628507Z Untagged: alpine:3.13
2022-01-22T09:50:46.3628871Z Untagged: alpine@sha256:026f721af4cf2843e07bba648e158fb35ecc876d822130633cc49f707f0fc88c
2022-01-22T09:50:46.3629271Z Deleted: sha256:6b7b3256dabeb25155fd5f872142dc2780d583da09b226314a73b1c3d03758ed
2022-01-22T09:50:46.3629671Z Deleted: sha256:7fcb75871b2101082203959c83514ac8a9f4ecfee77a0fe9aa73bbe56afdf1b4
2022-01-22T09:50:46.3876454Z Untagged: alpine:3.14
2022-01-22T09:50:46.3876795Z Untagged: alpine@sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2
2022-01-22T09:50:46.3877198Z Deleted: sha256:0a97eee8041e2b6c0e65abb2700b0705d0da5525ca69060b9e0bde8a3d17afdb
2022-01-22T09:50:46.3877596Z Deleted: sha256:1a058d5342cc722ad5439cacae4b2b4eedde51d8fe8800fcf28444302355c16d
2022-01-22T09:50:47.4011893Z Untagged: ubuntu:16.04
2022-01-22T09:50:47.4012954Z Untagged: ubuntu@sha256:0f71fa8d4d2d4292c3c617fda2b36f6dabe5c8b6e34c3dc5b0d17d4e704bd39c
2022-01-22T09:50:47.4014013Z Deleted: sha256:b6f50765242581c887ff1acc2511fa2d885c52d8fb3ac8c4bba131fd86567f2e
2022-01-22T09:50:47.4015089Z Deleted: sha256:0214f4b057d78b44fd12702828152f67c0ce115f9346acc63acdf997cab7e7c8
2022-01-22T09:50:47.4015886Z Deleted: sha256:1b9d0485372c5562fa614d5b35766f6c442539bcee9825a6e90d1158c3299a61
2022-01-22T09:50:47.4016507Z Deleted: sha256:3c0f34be6eb98057c607b9080237cce0be0b86f52d51ba620dc018a3d421baea
2022-01-22T09:50:47.4016885Z Deleted: sha256:be96a3f634de79f523f07c7e4e0216c28af45eb5776e7a6238a2392f71e01069
2022-01-22T09:50:47.4017187Z Deleting files, please wait ...
2022-01-22T09:50:49.7209204Z Reading package lists...
2022-01-22T09:50:49.8837686Z Building dependency tree...
2022-01-22T09:50:49.8857544Z Reading state information...
2022-01-22T09:50:50.0735311Z Package 'ghc6' is not installed, so not removed
2022-01-22T09:50:50.0736236Z Package 'ghc6-doc' is not installed, so not removed
2022-01-22T09:50:50.0736785Z Package 'ghc6-prof' is not installed, so not removed
2022-01-22T09:50:50.0737320Z Package 'ghc-cvs' is not installed, so not removed
2022-01-22T09:50:50.0737846Z Package 'googletests' is not installed, so not removed
2022-01-22T09:50:50.0738461Z Package 'google-cloud-sdk-app-engine-java' is not installed, so not removed
2022-01-22T09:50:50.0739144Z Package 'google-cloud-sdk-app-engine-python' is not installed, so not removed
2022-01-22T09:50:50.0739826Z Package 'google-cloud-sdk-pubsub-emulator' is not installed, so not removed
2022-01-22T09:50:50.0740488Z Package 'google-cloud-sdk-bigtable-emulator' is not installed, so not removed
2022-01-22T09:50:50.0741136Z Package 'google-cloud-sdk-datastore-emulator' is not installed, so not removed
2022-01-22T09:50:50.0741706Z Package 'dotnet' is not installed, so not removed
2022-01-22T09:50:50.0742222Z Package 'dotnet-nightly' is not installed, so not removed
2022-01-22T09:50:50.0742791Z Package 'openjdk-6-jre-headless' is not installed, so not removed
2022-01-22T09:50:50.0743348Z Package 'openjdk-7-jdk' is not installed, so not removed
2022-01-22T09:50:50.0743888Z Package 'openjdk-10-jdk-headless' is not installed, so not removed
2022-01-22T09:50:50.0744445Z Package 'openjdk-6-jre' is not installed, so not removed
2022-01-22T09:50:50.0745011Z Package 'openjdk-12-jre-headless' is not installed, so not removed
2022-01-22T09:50:50.0746010Z Package 'openjdk-7-jre' is not installed, so not removed
2022-01-22T09:50:50.0746605Z Package 'openjdk-9-jre' is not installed, so not removed
2022-01-22T09:50:50.0747131Z Package 'openjdk-jre' is not installed, so not removed
2022-01-22T09:50:50.0747636Z Package 'openjdk-12-dbg' is not installed, so not removed
2022-01-22T09:50:50.0748157Z Package 'openjdk-14-dbg' is not installed, so not removed
2022-01-22T09:50:50.0748669Z Package 'openjdk-15-dbg' is not installed, so not removed
2022-01-22T09:50:50.0749194Z Package 'mysql-client-5.7' is not installed, so not removed
2022-01-22T09:50:50.0749749Z Package 'mysql-client-core-5.7' is not installed, so not removed
2022-01-22T09:50:50.0750276Z Package 'mysql-server-5.5' is not installed, so not removed
2022-01-22T09:50:50.0750808Z Package 'mysql-server-5.7' is not installed, so not removed
2022-01-22T09:50:50.0751353Z Package 'mysql-server-core-5.7' is not installed, so not removed
2022-01-22T09:50:50.0751915Z Package 'mysql-client-core-5.5' is not installed, so not removed
2022-01-22T09:50:50.0752473Z Package 'mysql-client-core-5.6' is not installed, so not removed
2022-01-22T09:50:50.0753013Z Package 'mysql-client-5.5' is not installed, so not removed
2022-01-22T09:50:50.0753509Z Package 'mysql-client-5.6' is not installed, so not removed
2022-01-22T09:50:50.0754057Z Package 'mysql-server-core-5.5' is not installed, so not removed
2022-01-22T09:50:50.0754610Z Package 'mysql-server-core-5.6' is not installed, so not removed
2022-01-22T09:50:50.0755141Z Package 'mysql-server-5.6' is not installed, so not removed
2022-01-22T09:50:50.0755684Z Package 'mysql-testsuite-5.5' is not installed, so not removed
2022-01-22T09:50:50.0756348Z Package 'mysql-testsuite-5.6' is not installed, so not removed
2022-01-22T09:50:50.0756895Z Package 'mysql-testsuite-5.7' is not installed, so not removed
2022-01-22T09:50:50.0757395Z Package 'mysql' is not installed, so not removed
2022-01-22T09:50:50.0757989Z Package 'mysql-cluster-commercial-client' is not installed, so not removed
2022-01-22T09:50:50.0758924Z Package 'mysql-cluster-community-client' is not installed, so not removed
2022-01-22T09:50:50.0759521Z Package 'mysql-commercial-client' is not installed, so not removed
2022-01-22T09:50:50.0760118Z Package 'mysql-commercial-client-core' is not installed, so not removed
2022-01-22T09:50:50.0760736Z Package 'mysql-commercial-server-core' is not installed, so not removed
2022-01-22T09:50:50.0761368Z Package 'mysql-commercial-client-plugins' is not installed, so not removed
2022-01-22T09:50:50.0761975Z Package 'mysql-commercial-server' is not installed, so not removed
2022-01-22T09:50:50.0762533Z Package 'mysql-client-5.0' is not installed, so not removed
2022-01-22T09:50:50.0763043Z Package 'mysql-client-5.1' is not installed, so not removed
2022-01-22T09:50:50.0763602Z Package 'mysql-client-core-5.0' is not installed, so not removed
2022-01-22T09:50:50.0764157Z Package 'mysql-client-core-5.1' is not installed, so not removed
2022-01-22T09:50:50.0764751Z Package 'mysql-cluster-commercial-server' is not installed, so not removed
2022-01-22T09:50:50.0765386Z Package 'mysql-cluster-community-server' is not installed, so not removed
2022-01-22T09:50:50.0765933Z Package 'mysql-server-5.0' is not installed, so not removed
2022-01-22T09:50:50.0766462Z Package 'mysql-server-5.1' is not installed, so not removed
2022-01-22T09:50:50.0767175Z Package 'mysql-server-core-5.0' is not installed, so not removed
2022-01-22T09:50:50.0767752Z Package 'mysql-server-core-5.1' is not installed, so not removed
2022-01-22T09:50:50.0768275Z Package 'phpgacl' is not installed, so not removed
2022-01-22T09:50:50.0768794Z Package 'php-crypt-gpg' is not installed, so not removed
2022-01-22T09:50:50.0769296Z Package 'php-smbclient' is not installed, so not removed
2022-01-22T09:50:50.0769815Z Package 'php5.6-common' is not installed, so not removed
2022-01-22T09:50:50.0770319Z Package 'php5.6-json' is not installed, so not removed
2022-01-22T09:50:50.0770821Z Package 'php7.0-common' is not installed, so not removed
2022-01-22T09:50:50.0771511Z Package 'php-pear-frontend-gtk' is not installed, so not removed
2022-01-22T09:50:50.0772050Z Package 'php-pear-frontend-web' is not installed, so not removed
2022-01-22T09:50:50.0782143Z Package 'php7.0-curl' is not installed, so not removed
2022-01-22T09:50:50.0782973Z Package 'php7.2-sodium' is not installed, so not removed
2022-01-22T09:50:50.0783505Z Package 'php5-cli' is not installed, so not removed
2022-01-22T09:50:50.0784016Z Package 'php5-curl' is not installed, so not removed
2022-01-22T09:50:50.0784622Z Package 'php-mcrypt' is not installed, so not removed
2022-01-22T09:50:50.0785131Z Package 'php5-mysql' is not installed, so not removed
2022-01-22T09:50:50.0785642Z Package 'php5-pgsql' is not installed, so not removed
2022-01-22T09:50:50.0786153Z Package 'php5-sqlite' is not installed, so not removed
2022-01-22T09:50:50.0786647Z Package 'php5' is not installed, so not removed
2022-01-22T09:50:50.0787128Z Package 'php5-ldap' is not installed, so not removed
2022-01-22T09:50:50.0787633Z Package 'php-apc' is not installed, so not removed
2022-01-22T09:50:50.0788139Z Package 'php-suhosin' is not installed, so not removed
2022-01-22T09:50:50.0788645Z Package 'php5-gd' is not installed, so not removed
2022-01-22T09:50:50.0789152Z Package 'php5-imagick' is not installed, so not removed
2022-01-22T09:50:50.0789646Z Package 'php5-json' is not installed, so not removed
2022-01-22T09:50:50.0790141Z Package 'php5-fpm' is not installed, so not removed
2022-01-22T09:50:50.0790634Z Package 'php5-mcrypt' is not installed, so not removed
2022-01-22T09:50:50.0791144Z Package 'phpphylotree' is not installed, so not removed
2022-01-22T09:50:50.0791895Z Package 'php-xcache' is not installed, so not removed
2022-01-22T09:50:50.0792470Z Package 'php-console-color2' is not installed, so not removed
2022-01-22T09:50:50.0793078Z Package 'php-alcaeus-mongo-php-adapter' is not installed, so not removed
2022-01-22T09:50:50.0793707Z Package 'php-doctrine-phpcr-odm' is not installed, so not removed
2022-01-22T09:50:50.0794307Z Package 'php-doctrine-mongodb-odm' is not installed, so not removed
2022-01-22T09:50:50.0794855Z Package 'php-ml-json-ld' is not installed, so not removed
2022-01-22T09:50:50.0795372Z Package 'php-com-dotnet' is not installed, so not removed
2022-01-22T09:50:50.0795869Z Package 'php-rar' is not installed, so not removed
2022-01-22T09:50:50.0796511Z Package 'php-cordoval-hamcrest-php' is not installed, so not removed
2022-01-22T09:50:50.0797067Z Package 'php-davedevelopment-hamcrest-php' is not installed, so not removed
2022-01-22T09:50:50.0797598Z Package 'php-kodova-hamcrest-php' is not installed, so not removed
2022-01-22T09:50:50.0798097Z Package 'php-fzaninotto-faker' is not installed, so not removed
2022-01-22T09:50:50.0798600Z Package 'php-illuminate-console' is not installed, so not removed
2022-01-22T09:50:50.0799226Z Package 'php-illuminate-events' is not installed, so not removed
2022-01-22T09:50:50.0802242Z Package 'php-illuminate-filesystem' is not installed, so not removed
2022-01-22T09:50:50.0802689Z Package 'php-illuminate-pagination' is not installed, so not removed
2022-01-22T09:50:50.0803128Z Package 'php-tightenco-collect' is not installed, so not removed
2022-01-22T09:50:50.0803543Z Package 'php-moontoast-math' is not installed, so not removed
2022-01-22T09:50:50.0803929Z Package 'php-ramsey-uuid' is not installed, so not removed
2022-01-22T09:50:50.0804344Z Package 'php-vlucas-phpdotenv' is not installed, so not removed
2022-01-22T09:50:50.0804756Z Package 'php-scrutinizer-ocular' is not installed, so not removed
2022-01-22T09:50:50.0805146Z Package 'php-sqlite' is not installed, so not removed
2022-01-22T09:50:50.0805537Z Package 'php-mdb2-driver-fbsql' is not installed, so not removed
2022-01-22T09:50:50.0805955Z Package 'php-mdb2-driver-ibase' is not installed, so not removed
2022-01-22T09:50:50.0806359Z Package 'php-mdb2-driver-mssql' is not installed, so not removed
2022-01-22T09:50:50.0806766Z Package 'php-mdb2-driver-mysqli' is not installed, so not removed
2022-01-22T09:50:50.0807490Z Package 'php-mdb2-driver-oci8' is not installed, so not removed
2022-01-22T09:50:50.0807888Z Package 'php-mdb2-driver-odbc' is not installed, so not removed
2022-01-22T09:50:50.0808315Z Package 'php-mdb2-driver-querysim' is not installed, so not removed
2022-01-22T09:50:50.0808738Z Package 'php-mdb2-driver-sqlite' is not installed, so not removed
2022-01-22T09:50:50.0809146Z Package 'php-mdb2-driver-sqlsrv' is not installed, so not removed
2022-01-22T09:50:50.0809594Z Package 'php-barnabywalters-mf-cleaner' is not installed, so not removed
2022-01-22T09:50:50.0810031Z Package 'php-graylog2-gelf-php' is not installed, so not removed
2022-01-22T09:50:50.0810423Z Package 'php-sentry' is not installed, so not removed
2022-01-22T09:50:50.0810817Z Package 'php-doctrine-couchdb' is not installed, so not removed
2022-01-22T09:50:50.0811217Z Package 'php-ruflin-elastica' is not installed, so not removed
2022-01-22T09:50:50.0811603Z Package 'php-mongo' is not installed, so not removed
2022-01-22T09:50:50.0811959Z Package 'php-aws-sdk' is not installed, so not removed
2022-01-22T09:50:50.0812322Z Package 'php-rollbar' is not installed, so not removed
2022-01-22T09:50:50.0812691Z Package 'php-console' is not installed, so not removed
2022-01-22T09:50:50.0813035Z Package 'php-wfio' is not installed, so not removed
2022-01-22T09:50:50.0813393Z Package 'php-dbase' is not installed, so not removed
2022-01-22T09:50:50.0813748Z Package 'php-libsodium' is not installed, so not removed
2022-01-22T09:50:50.0814195Z Package 'php-ocramius-generated-hydrator' is not installed, so not removed
2022-01-22T09:50:50.0814615Z Package 'php-zend-xmlrpc' is not installed, so not removed
2022-01-22T09:50:50.0815219Z Package 'php-zend-json' is not installed, so not removed
2022-01-22T09:50:50.0815591Z Package 'php-zend-soap' is not installed, so not removed
2022-01-22T09:50:50.0815990Z Package 'php-reactivex-rxphp' is not installed, so not removed
2022-01-22T09:50:50.0816357Z Package 'php-event' is not installed, so not removed
2022-01-22T09:50:50.0816786Z Package 'php-egulias-email-validator' is not installed, so not removed
2022-01-22T09:50:50.0817267Z Package 'php-zendframework-zend-validator' is not installed, so not removed
2022-01-22T09:50:50.0817738Z Package 'php-friendsofphp-php-cs-fixer' is not installed, so not removed
2022-01-22T09:50:50.0818185Z Package 'php-crypt-blowfish' is not installed, so not removed
2022-01-22T09:50:50.0818552Z Package 'php-compat' is not installed, so not removed
2022-01-22T09:50:50.0818913Z Package 'php-cache' is not installed, so not removed
2022-01-22T09:50:50.0819283Z Package 'php-xml-serializer' is not installed, so not removed
2022-01-22T09:50:50.0819726Z Package 'php-enqueue-messenger-adapter' is not installed, so not removed
2022-01-22T09:50:50.0820179Z Package 'php-symfony-class-loader' is not installed, so not removed
2022-01-22T09:50:50.0820584Z Package 'php-numbers-words' is not installed, so not removed
2022-01-22T09:50:50.0820967Z Package 'php7.0-thrift' is not installed, so not removed
2022-01-22T09:50:50.0821332Z Package 'php7.2-thrift' is not installed, so not removed
2022-01-22T09:50:50.0821702Z Package 'php-net-idna' is not installed, so not removed
2022-01-22T09:50:50.0822086Z Package 'php-vimeo-psalm' is not installed, so not removed
2022-01-22T09:50:50.0822477Z Package 'php-container-interop' is not installed, so not removed
2022-01-22T09:50:50.0822862Z Package 'php-recode' is not installed, so not removed
2022-01-22T09:50:50.0823208Z Package 'php-gd2' is not installed, so not removed
2022-01-22T09:50:50.0823604Z Package 'php-pragmarx-google2fa' is not installed, so not removed
2022-01-22T09:50:50.0824017Z Package 'php-bacon-qr-code' is not installed, so not removed
2022-01-22T09:50:50.0824430Z Package 'php-samyoul-u2f-php-server' is not installed, so not removed
2022-01-22T09:50:50.0824829Z Package 'php5-xsl' is not installed, so not removed
2022-01-22T09:50:50.0825175Z Package 'php-uopz' is not installed, so not removed
2022-01-22T09:50:50.0825581Z Package 'php-mkopinsky-zxcvbn-php' is not installed, so not removed
2022-01-22T09:50:50.0826065Z Package 'php5-mysqlnd' is not installed, so not removed
2022-01-22T09:50:50.0826404Z Package 'php' is not installed, so not removed
2022-01-22T09:50:50.0826758Z Package 'php-all-dev' is not installed, so not removed
2022-01-22T09:50:50.0827104Z Package 'php-cgi' is not installed, so not removed
2022-01-22T09:50:50.0827450Z Package 'php-cli' is not installed, so not removed
2022-01-22T09:50:50.0827787Z Package 'php-curl' is not installed, so not removed
2022-01-22T09:50:50.0828138Z Package 'php-dev' is not installed, so not removed
2022-01-22T09:50:50.0828486Z Package 'php-gd' is not installed, so not removed
2022-01-22T09:50:50.0828824Z Package 'php-gmp' is not installed, so not removed
2022-01-22T09:50:50.0829174Z Package 'php-ldap' is not installed, so not removed
2022-01-22T09:50:50.0829517Z Package 'php-mysql' is not installed, so not removed
2022-01-22T09:50:50.0829870Z Package 'php-odbc' is not installed, so not removed
2022-01-22T09:50:50.0830230Z Package 'php-pgsql' is not installed, so not removed
2022-01-22T09:50:50.0830580Z Package 'php-pspell' is not installed, so not removed
2022-01-22T09:50:50.0830932Z Package 'php-snmp' is not installed, so not removed
2022-01-22T09:50:50.0831281Z Package 'php-sqlite3' is not installed, so not removed
2022-01-22T09:50:50.0831634Z Package 'php-tidy' is not installed, so not removed
2022-01-22T09:50:50.0831965Z Package 'php-xml' is not installed, so not removed
2022-01-22T09:50:50.0832319Z Package 'php-xmlrpc' is not installed, so not removed
2022-01-22T09:50:50.0832664Z Package 'ghc' is not installed, so not removed
2022-01-22T09:50:50.0833061Z Package 'ghc-doc' is not installed, so not removed
2022-01-22T09:50:50.0833414Z Package 'ghc-prof' is not installed, so not removed
2022-01-22T09:50:50.0833824Z Package 'google-cloud-print-connector' is not installed, so not removed
2022-01-22T09:50:50.0834231Z Package 'google-mock' is not installed, so not removed
2022-01-22T09:50:50.0834618Z Package 'google-perftools' is not installed, so not removed
2022-01-22T09:50:50.0834980Z Package 'google-wire' is not installed, so not removed
2022-01-22T09:50:50.0835328Z Package 'googler' is not installed, so not removed
2022-01-22T09:50:50.0835668Z Package 'googletest' is not installed, so not removed
2022-01-22T09:50:50.0836044Z Package 'googletest-tools' is not installed, so not removed
2022-01-22T09:50:50.0836386Z Package 'llvm' is not installed, so not removed
2022-01-22T09:50:50.0836741Z Package 'llvm-10-doc' is not installed, so not removed
2022-01-22T09:50:50.0837113Z Package 'llvm-10-examples' is not installed, so not removed
2022-01-22T09:50:50.0837466Z Package 'llvm-6.0' is not installed, so not removed
2022-01-22T09:50:50.0837820Z Package 'llvm-6.0-dev' is not installed, so not removed
2022-01-22T09:50:50.0838186Z Package 'llvm-6.0-examples' is not installed, so not removed
2022-01-22T09:50:50.0838573Z Package 'llvm-6.0-runtime' is not installed, so not removed
2022-01-22T09:50:50.0838948Z Package 'llvm-6.0-tools' is not installed, so not removed
2022-01-22T09:50:50.0839290Z Package 'llvm-7' is not installed, so not removed
2022-01-22T09:50:50.0839641Z Package 'llvm-7-dev' is not installed, so not removed
2022-01-22T09:50:50.0840002Z Package 'llvm-7-examples' is not installed, so not removed
2022-01-22T09:50:50.0840386Z Package 'llvm-7-runtime' is not installed, so not removed
2022-01-22T09:50:50.0840740Z Package 'llvm-7-tools' is not installed, so not removed
2022-01-22T09:50:50.0841089Z Package 'llvm-8' is not installed, so not removed
2022-01-22T09:50:50.0841442Z Package 'llvm-8-dev' is not installed, so not removed
2022-01-22T09:50:50.0841783Z Package 'llvm-8-doc' is not installed, so not removed
2022-01-22T09:50:50.0842161Z Package 'llvm-8-examples' is not installed, so not removed
2022-01-22T09:50:50.0842778Z Package 'llvm-8-runtime' is not installed, so not removed
2022-01-22T09:50:50.0843230Z Package 'llvm-8-tools' is not installed, so not removed
2022-01-22T09:50:50.0843609Z Package 'llvm-9' is not installed, so not removed
2022-01-22T09:50:50.0844130Z Package 'llvm-9-dev' is not installed, so not removed
2022-01-22T09:50:50.0844513Z Package 'llvm-9-doc' is not installed, so not removed
2022-01-22T09:50:50.0845003Z Package 'llvm-9-examples' is not installed, so not removed
2022-01-22T09:50:50.0845456Z Package 'llvm-9-runtime' is not installed, so not removed
2022-01-22T09:50:50.0845851Z Package 'llvm-9-tools' is not installed, so not removed
2022-01-22T09:50:50.0846294Z Package 'llvm-dev' is not installed, so not removed
2022-01-22T09:50:50.0846679Z Package 'llvm-runtime' is not installed, so not removed
2022-01-22T09:50:50.0847298Z Package 'llvm-spirv' is not installed, so not removed
2022-01-22T09:50:50.0847748Z Package 'llvmlite-doc' is not installed, so not removed
2022-01-22T09:50:50.0848146Z Package 'mysql-sandbox' is not installed, so not removed
2022-01-22T09:50:50.0848592Z Package 'mysqltcl' is not installed, so not removed
2022-01-22T09:50:50.0848971Z Package 'mysqltuner' is not installed, so not removed
2022-01-22T09:50:50.0849475Z Package 'openjdk-11-jre-dcevm' is not installed, so not removed
2022-01-22T09:50:50.0849931Z Package 'php-amqp' is not installed, so not removed
2022-01-22T09:50:50.0850347Z Package 'php-amqplib' is not installed, so not removed
2022-01-22T09:50:50.0850787Z Package 'php-apcu' is not installed, so not removed
2022-01-22T09:50:50.0851175Z Package 'php-apcu-bc' is not installed, so not removed
2022-01-22T09:50:50.0851634Z Package 'php-ast' is not installed, so not removed
2022-01-22T09:50:50.0852031Z Package 'php-auth-sasl' is not installed, so not removed
2022-01-22T09:50:50.0852492Z Package 'php-bcmath' is not installed, so not removed
2022-01-22T09:50:50.0853010Z Package 'php-bz2' is not installed, so not removed
2022-01-22T09:50:50.0853446Z Package 'php-cache-integration-tests' is not installed, so not removed
2022-01-22T09:50:50.0853977Z Package 'php-cache-lite' is not installed, so not removed
2022-01-22T09:50:50.0854416Z Package 'php-cache-tag-interop' is not installed, so not removed
2022-01-22T09:50:50.0854890Z Package 'php-cas' is not installed, so not removed
2022-01-22T09:50:50.0855346Z Package 'php-cboden-ratchet' is not installed, so not removed
2022-01-22T09:50:50.0855774Z Package 'php-cocur-slugify' is not installed, so not removed
2022-01-22T09:50:50.0856269Z Package 'php-codecoverage' is not installed, so not removed
2022-01-22T09:50:50.0856685Z Package 'php-codesniffer' is not installed, so not removed
2022-01-22T09:50:50.0857178Z Package 'php-composer-ca-bundle' is not installed, so not removed
2022-01-22T09:50:50.0857622Z Package 'php-composer-semver' is not installed, so not removed
2022-01-22T09:50:50.0858129Z Package 'php-composer-spdx-licenses' is not installed, so not removed
2022-01-22T09:50:50.0858687Z Package 'php-composer-xdebug-handler' is not installed, so not removed
2022-01-22T09:50:50.0859170Z Package 'php-console-commandline' is not installed, so not removed
2022-01-22T09:50:50.0859682Z Package 'php-console-table' is not installed, so not removed
2022-01-22T09:50:50.0860109Z Package 'php-constant-time' is not installed, so not removed
2022-01-22T09:50:50.0860553Z Package 'php-date' is not installed, so not removed
2022-01-22T09:50:50.0861008Z Package 'php-db' is not installed, so not removed
2022-01-22T09:50:50.0861422Z Package 'php-db-dataobject' is not installed, so not removed
2022-01-22T09:50:50.0861880Z Package 'php-deepcopy' is not installed, so not removed
2022-01-22T09:50:50.0862325Z Package 'php-defuse-php-encryption' is not installed, so not removed
2022-01-22T09:50:50.0862837Z Package 'php-dflydev-fig-cookies' is not installed, so not removed
2022-01-22T09:50:50.0863376Z Package 'php-directory-scanner' is not installed, so not removed
2022-01-22T09:50:50.0863840Z Package 'php-doctrine-annotations' is not installed, so not removed
2022-01-22T09:50:50.0864337Z Package 'php-doctrine-bundle' is not installed, so not removed
2022-01-22T09:50:50.0864764Z Package 'php-doctrine-cache' is not installed, so not removed
2022-01-22T09:50:50.0865332Z Package 'php-doctrine-collections' is not installed, so not removed
2022-01-22T09:50:50.0865870Z Package 'php-doctrine-common' is not installed, so not removed
2022-01-22T09:50:50.0866327Z Package 'php-doctrine-data-fixtures' is not installed, so not removed
2022-01-22T09:50:50.0866826Z Package 'php-doctrine-dbal' is not installed, so not removed
2022-01-22T09:50:50.0867277Z Package 'php-doctrine-event-manager' is not installed, so not removed
2022-01-22T09:50:50.0867786Z Package 'php-doctrine-inflector' is not installed, so not removed
2022-01-22T09:50:50.0868335Z Package 'php-doctrine-instantiator' is not installed, so not removed
2022-01-22T09:50:50.0868814Z Package 'php-doctrine-lexer' is not installed, so not removed
2022-01-22T09:50:50.0869282Z Package 'php-doctrine-orm' is not installed, so not removed
2022-01-22T09:50:50.0869725Z Package 'php-doctrine-persistence' is not installed, so not removed
2022-01-22T09:50:50.0870244Z Package 'php-doctrine-reflection' is not installed, so not removed
2022-01-22T09:50:50.0870662Z Package 'php-dompdf' is not installed, so not removed
2022-01-22T09:50:50.0871123Z Package 'php-ds' is not installed, so not removed
2022-01-22T09:50:50.0871557Z Package 'php-easyrdf' is not installed, so not removed
2022-01-22T09:50:50.0871979Z Package 'php-email-validator' is not installed, so not removed
2022-01-22T09:50:50.0872441Z Package 'php-embed' is not installed, so not removed
2022-01-22T09:50:50.0872830Z Package 'php-enchant' is not installed, so not removed
2022-01-22T09:50:50.0873303Z Package 'php-evenement' is not installed, so not removed
2022-01-22T09:50:50.0873751Z Package 'php-excimer' is not installed, so not removed
2022-01-22T09:50:50.0874241Z Package 'php-fabiang-sasl' is not installed, so not removed
2022-01-22T09:50:50.0874720Z Package 'php-fdomdocument' is not installed, so not removed
2022-01-22T09:50:50.0875145Z Package 'php-fig-link-util' is not installed, so not removed
2022-01-22T09:50:50.0875646Z Package 'php-file-iterator' is not installed, so not removed
2022-01-22T09:50:50.0876116Z Package 'php-finder-facade' is not installed, so not removed
2022-01-22T09:50:50.0876558Z Package 'php-finder-facade-doc' is not installed, so not removed
2022-01-22T09:50:50.0877024Z Package 'php-font-lib' is not installed, so not removed
2022-01-22T09:50:50.0877409Z Package 'php-fpdf' is not installed, so not removed
2022-01-22T09:50:50.0877887Z Package 'php-fpm' is not installed, so not removed
2022-01-22T09:50:50.0878263Z Package 'php-fxsl' is not installed, so not removed
2022-01-22T09:50:50.0878713Z Package 'php-gearman' is not installed, so not removed
2022-01-22T09:50:50.0879149Z Package 'php-geoip' is not installed, so not removed
2022-01-22T09:50:50.0879535Z Package 'php-geos' is not installed, so not removed
2022-01-22T09:50:50.0879994Z Package 'php-geshi' is not installed, so not removed
2022-01-22T09:50:50.0880378Z Package 'php-getid3' is not installed, so not removed
2022-01-22T09:50:50.0880829Z Package 'php-gmagick' is not installed, so not removed
2022-01-22T09:50:50.0881261Z Package 'php-gnupg' is not installed, so not removed
2022-01-22T09:50:50.0881678Z Package 'php-google-recaptcha' is not installed, so not removed
2022-01-22T09:50:50.0882170Z Package 'php-guestfs' is not installed, so not removed
2022-01-22T09:50:50.0882596Z Package 'php-guzzlehttp-promises' is not installed, so not removed
2022-01-22T09:50:50.0883102Z Package 'php-guzzlehttp-psr7' is not installed, so not removed
2022-01-22T09:50:50.0883513Z Package 'php-hamcrest' is not installed, so not removed
2022-01-22T09:50:50.0883959Z Package 'php-htmlawed' is not installed, so not removed
2022-01-22T09:50:50.0884443Z Package 'php-htmlpurifier' is not installed, so not removed
2022-01-22T09:50:50.0884851Z Package 'php-http' is not installed, so not removed
2022-01-22T09:50:50.0885301Z Package 'php-http-httplug' is not installed, so not removed
2022-01-22T09:50:50.0885749Z Package 'php-http-message-factory' is not installed, so not removed
2022-01-22T09:50:50.0886232Z Package 'php-http-promise' is not installed, so not removed
2022-01-22T09:50:50.0886894Z Package 'php-http-psr7-integration-tests' is not installed, so not removed
2022-01-22T09:50:50.0891173Z Package 'php-http-request' is not installed, so not removed
2022-01-22T09:50:50.0891654Z Package 'php-http-request2' is not installed, so not removed
2022-01-22T09:50:50.0892095Z Package 'php-http-webdav-server' is not installed, so not removed
2022-01-22T09:50:50.0892598Z Package 'php-httpful' is not installed, so not removed
2022-01-22T09:50:50.0893105Z Package 'php-icinga' is not installed, so not removed
2022-01-22T09:50:50.0893498Z Package 'php-igbinary' is not installed, so not removed
2022-01-22T09:50:50.0893994Z Package 'php-illuminate-container' is not installed, so not removed
2022-01-22T09:50:50.0894453Z Package 'php-illuminate-contracts' is not installed, so not removed
2022-01-22T09:50:50.0894965Z Package 'php-illuminate-database' is not installed, so not removed
2022-01-22T09:50:50.0895513Z Package 'php-illuminate-support' is not installed, so not removed
2022-01-22T09:50:50.0895946Z Package 'php-image-text' is not installed, so not removed
2022-01-22T09:50:50.0896398Z Package 'php-imagick' is not installed, so not removed
2022-01-22T09:50:50.0896782Z Package 'php-imap' is not installed, so not removed
2022-01-22T09:50:50.0897226Z Package 'php-interbase' is not installed, so not removed
2022-01-22T09:50:50.0897658Z Package 'php-intl' is not installed, so not removed
2022-01-22T09:50:50.0898096Z Package 'php-invoker' is not installed, so not removed
2022-01-22T09:50:50.0898525Z Package 'php-json' is not installed, so not removed
2022-01-22T09:50:50.0898921Z Package 'php-json-schema' is not installed, so not removed
2022-01-22T09:50:50.0899512Z Package 'php-klogger' is not installed, so not removed
2022-01-22T09:50:50.0899967Z Package 'php-league-commonmark' is not installed, so not removed
2022-01-22T09:50:50.0900482Z Package 'php-league-html-to-markdown' is not installed, so not removed
2022-01-22T09:50:50.0900980Z Package 'php-letodms-core' is not installed, so not removed
2022-01-22T09:50:50.0901400Z Package 'php-libvirt-php' is not installed, so not removed
2022-01-22T09:50:50.0901854Z Package 'php-log' is not installed, so not removed
2022-01-22T09:50:50.0902290Z Package 'php-lorenzo-pinky' is not installed, so not removed
2022-01-22T09:50:50.0902734Z Package 'php-lua' is not installed, so not removed
2022-01-22T09:50:50.0903130Z Package 'php-luasandbox' is not installed, so not removed
2022-01-22T09:50:50.0903568Z Package 'php-mail' is not installed, so not removed
2022-01-22T09:50:50.0904020Z Package 'php-mail-mime' is not installed, so not removed
2022-01-22T09:50:50.0904457Z Package 'php-mailparse' is not installed, so not removed
2022-01-22T09:50:50.0904896Z Package 'php-mapi' is not installed, so not removed
2022-01-22T09:50:50.0905286Z Package 'php-mapscript' is not installed, so not removed
2022-01-22T09:50:50.0905764Z Package 'php-mapscript-ng' is not installed, so not removed
2022-01-22T09:50:50.0906217Z Package 'php-markdown' is not installed, so not removed
2022-01-22T09:50:50.0906677Z Package 'php-masterminds-html5' is not installed, so not removed
2022-01-22T09:50:50.0907147Z Package 'php-mbstring' is not installed, so not removed
2022-01-22T09:50:50.0907536Z Package 'php-mdb2' is not installed, so not removed
2022-01-22T09:50:50.0908010Z Package 'php-mdb2-driver-mysql' is not installed, so not removed
2022-01-22T09:50:50.0908515Z Package 'php-mdb2-driver-pgsql' is not installed, so not removed
2022-01-22T09:50:50.0908961Z Package 'php-memcache' is not installed, so not removed
2022-01-22T09:50:50.0909408Z Package 'php-memcached' is not installed, so not removed
2022-01-22T09:50:50.0909797Z Package 'php-mf2' is not installed, so not removed
2022-01-22T09:50:50.0910272Z Package 'php-mikey179-vfsstream' is not installed, so not removed
2022-01-22T09:50:50.0910697Z Package 'php-mime-type' is not installed, so not removed
2022-01-22T09:50:50.0911170Z Package 'php-mockery' is not installed, so not removed
2022-01-22T09:50:50.0911711Z Package 'php-mockery-doc' is not installed, so not removed
2022-01-22T09:50:50.0912126Z Package 'php-mongodb' is not installed, so not removed
2022-01-22T09:50:50.0912567Z Package 'php-monolog' is not installed, so not removed
2022-01-22T09:50:50.0912952Z Package 'php-msgpack' is not installed, so not removed
2022-01-22T09:50:50.0913442Z Package 'php-nesbot-carbon' is not installed, so not removed
2022-01-22T09:50:50.0913899Z Package 'php-net-dime' is not installed, so not removed
2022-01-22T09:50:50.0914309Z Package 'php-net-dns2' is not installed, so not removed
2022-01-22T09:50:50.0914752Z Package 'php-net-ftp' is not installed, so not removed
2022-01-22T09:50:50.0915151Z Package 'php-net-idna2' is not installed, so not removed
2022-01-22T09:50:50.0915620Z Package 'php-net-imap' is not installed, so not removed
2022-01-22T09:50:50.0916013Z Package 'php-net-ipv6' is not installed, so not removed
2022-01-22T09:50:50.0916474Z Package 'php-net-ldap2' is not installed, so not removed
2022-01-22T09:50:50.0916953Z Package 'php-net-ldap3' is not installed, so not removed
2022-01-22T09:50:50.0917348Z Package 'php-net-nntp' is not installed, so not removed
2022-01-22T09:50:50.0917847Z Package 'php-net-publicsuffix' is not installed, so not removed
2022-01-22T09:50:50.0918264Z Package 'php-net-sieve' is not installed, so not removed
2022-01-22T09:50:50.0918716Z Package 'php-net-smtp' is not installed, so not removed
2022-01-22T09:50:50.0919165Z Package 'php-net-socket' is not installed, so not removed
2022-01-22T09:50:50.0919567Z Package 'php-net-url' is not installed, so not removed
2022-01-22T09:50:50.0920031Z Package 'php-net-url2' is not installed, so not removed
2022-01-22T09:50:50.0920511Z Package 'php-net-whois' is not installed, so not removed
2022-01-22T09:50:50.0921022Z Package 'php-netscape-bookmark-parser' is not installed, so not removed
2022-01-22T09:50:50.0921535Z Package 'php-nikic-fast-route' is not installed, so not removed
2022-01-22T09:50:50.0921956Z Package 'php-nrk-predis' is not installed, so not removed
2022-01-22T09:50:50.0922470Z Package 'php-nyholm-psr7' is not installed, so not removed
2022-01-22T09:50:50.0922872Z Package 'php-oauth' is not installed, so not removed
2022-01-22T09:50:50.0923315Z Package 'php-parsedown' is not installed, so not removed
2022-01-22T09:50:50.0923711Z Package 'php-parser' is not installed, so not removed
2022-01-22T09:50:50.0924179Z Package 'php-patchwork-utf8' is not installed, so not removed
2022-01-22T09:50:50.0924695Z Package 'php-pclzip' is not installed, so not removed
2022-01-22T09:50:50.0925081Z Package 'php-pcov' is not installed, so not removed
2022-01-22T09:50:50.0925528Z Package 'php-pecl-http' is not installed, so not removed
2022-01-22T09:50:50.0925964Z Package 'php-pecl-http-dev' is not installed, so not removed
2022-01-22T09:50:50.0926445Z Package 'php-phar-io-manifest' is not installed, so not removed
2022-01-22T09:50:50.0926980Z Package 'php-phar-io-version' is not installed, so not removed
2022-01-22T09:50:50.0927504Z Package 'php-phpdbg' is not installed, so not removed
2022-01-22T09:50:50.0928029Z Package 'php-phpdocumentor-reflection-common' is not installed, so not removed
2022-01-22T09:50:50.0928577Z Package 'php-phpdocumentor-reflection-docblock' is not installed, so not removed
2022-01-22T09:50:50.0929154Z Package 'php-phpdocumentor-type-resolver' is not installed, so not removed
2022-01-22T09:50:50.0929746Z Package 'php-phpmyadmin-motranslator' is not installed, so not removed
2022-01-22T09:50:50.0930224Z Package 'php-phpmyadmin-shapefile' is not installed, so not removed
2022-01-22T09:50:50.0930837Z Package 'php-phpmyadmin-sql-parser' is not installed, so not removed
2022-01-22T09:50:50.0931275Z Package 'php-phpseclib' is not installed, so not removed
2022-01-22T09:50:50.0931746Z Package 'php-phpspec-prophecy' is not installed, so not removed
2022-01-22T09:50:50.0932240Z Package 'php-pimple' is not installed, so not removed
2022-01-22T09:50:50.0932629Z Package 'php-pinba' is not installed, so not removed
2022-01-22T09:50:50.0933072Z Package 'php-propro' is not installed, so not removed
2022-01-22T09:50:50.0933577Z Package 'php-propro-dev' is not installed, so not removed
2022-01-22T09:50:50.0934048Z Package 'php-proxy-manager' is not installed, so not removed
2022-01-22T09:50:50.0934478Z Package 'php-ps' is not installed, so not removed
2022-01-22T09:50:50.0934904Z Package 'php-psr' is not installed, so not removed
2022-01-22T09:50:50.0935372Z Package 'php-psr-cache' is not installed, so not removed
2022-01-22T09:50:50.0935798Z Package 'php-psr-container' is not installed, so not removed
2022-01-22T09:50:50.0936296Z Package 'php-psr-event-dispatcher' is not installed, so not removed
2022-01-22T09:50:50.0936787Z Package 'php-psr-http-client' is not installed, so not removed
2022-01-22T09:50:50.0937277Z Package 'php-psr-http-factory' is not installed, so not removed
2022-01-22T09:50:50.0937774Z Package 'php-psr-http-message' is not installed, so not removed
2022-01-22T09:50:50.0938195Z Package 'php-psr-link' is not installed, so not removed
2022-01-22T09:50:50.0938643Z Package 'php-psr-log' is not installed, so not removed
2022-01-22T09:50:50.0939091Z Package 'php-psr-simple-cache' is not installed, so not removed
2022-01-22T09:50:50.0939598Z Package 'php-pubsubhubbub-publisher' is not installed, so not removed
2022-01-22T09:50:50.0940090Z Package 'php-radius' is not installed, so not removed
2022-01-22T09:50:50.0940481Z Package 'php-raintpl' is not installed, so not removed
2022-01-22T09:50:50.0940939Z Package 'php-random-compat' is not installed, so not removed
2022-01-22T09:50:50.0941372Z Package 'php-raphf' is not installed, so not removed
2022-01-22T09:50:50.0941818Z Package 'php-raphf-dev' is not installed, so not removed
2022-01-22T09:50:50.0942319Z Package 'php-ratchet-pawl' is not installed, so not removed
2022-01-22T09:50:50.0942799Z Package 'php-ratchet-rfc6455' is not installed, so not removed
2022-01-22T09:50:50.0943261Z Package 'php-react-cache' is not installed, so not removed
2022-01-22T09:50:50.0943731Z Package 'php-react-child-process' is not installed, so not removed
2022-01-22T09:50:50.0944236Z Package 'php-react-dns' is not installed, so not removed
2022-01-22T09:50:50.0944661Z Package 'php-react-event-loop' is not installed, so not removed
2022-01-22T09:50:50.0945130Z Package 'php-react-http' is not installed, so not removed
2022-01-22T09:50:50.0945593Z Package 'php-react-promise' is not installed, so not removed
2022-01-22T09:50:50.0946069Z Package 'php-react-promise-stream' is not installed, so not removed
2022-01-22T09:50:50.0946588Z Package 'php-react-promise-timer' is not installed, so not removed
2022-01-22T09:50:50.0947026Z Package 'php-react-socket' is not installed, so not removed
2022-01-22T09:50:50.0947498Z Package 'php-react-stream' is not installed, so not removed
2022-01-22T09:50:50.0947948Z Package 'php-readline' is not installed, so not removed
2022-01-22T09:50:50.0948365Z Package 'php-redis' is not installed, so not removed
2022-01-22T09:50:50.0948812Z Package 'php-remctl' is not installed, so not removed
2022-01-22T09:50:50.0949241Z Package 'php-respect-validation' is not installed, so not removed
2022-01-22T09:50:50.0949730Z Package 'php-robmorgan-phinx' is not installed, so not removed
2022-01-22T09:50:50.0950178Z Package 'php-rrd' is not installed, so not removed
2022-01-22T09:50:50.0950611Z Package 'php-sabre-vobject' is not installed, so not removed
2022-01-22T09:50:50.0951064Z Package 'php-sass' is not installed, so not removed
2022-01-22T09:50:50.0951448Z Package 'php-seclib' is not installed, so not removed
2022-01-22T09:50:50.0951904Z Package 'php-services-json' is not installed, so not removed
2022-01-22T09:50:50.0952342Z Package 'php-services-weather' is not installed, so not removed
2022-01-22T09:50:50.0952856Z Package 'php-shellcommand' is not installed, so not removed
2022-01-22T09:50:50.0953317Z Package 'php-soap' is not installed, so not removed
2022-01-22T09:50:50.0953696Z Package 'php-solr' is not installed, so not removed
2022-01-22T09:50:50.0954150Z Package 'php-sql-formatter' is not installed, so not removed
2022-01-22T09:50:50.0954611Z Package 'php-ssh2' is not installed, so not removed
2022-01-22T09:50:50.0955082Z Package 'php-stomp' is not installed, so not removed
2022-01-22T09:50:50.0955531Z Package 'php-swiftmailer' is not installed, so not removed
2022-01-22T09:50:50.0955927Z Package 'php-sybase' is not installed, so not removed
2022-01-22T09:50:50.0956371Z Package 'php-symfony' is not installed, so not removed
2022-01-22T09:50:50.0956805Z Package 'php-symfony-amazon-mailer' is not installed, so not removed
2022-01-22T09:50:50.0957346Z Package 'php-symfony-asset' is not installed, so not removed
2022-01-22T09:50:50.0957785Z Package 'php-symfony-browser-kit' is not installed, so not removed
2022-01-22T09:50:50.0958275Z Package 'php-symfony-cache' is not installed, so not removed
2022-01-22T09:50:50.0958777Z Package 'php-symfony-cache-contracts' is not installed, so not removed
2022-01-22T09:50:50.0959238Z Package 'php-symfony-config' is not installed, so not removed
2022-01-22T09:50:50.0959749Z Package 'php-symfony-console' is not installed, so not removed
2022-01-22T09:50:50.0960186Z Package 'php-symfony-contracts' is not installed, so not removed
2022-01-22T09:50:50.0960687Z Package 'php-symfony-css-selector' is not installed, so not removed
2022-01-22T09:50:50.0961176Z Package 'php-symfony-debug' is not installed, so not removed
2022-01-22T09:50:50.0961632Z Package 'php-symfony-debug-bundle' is not installed, so not removed
2022-01-22T09:50:50.0962221Z Package 'php-symfony-dependency-injection' is not installed, so not removed
2022-01-22T09:50:50.0962717Z Package 'php-symfony-doctrine-bridge' is not installed, so not removed
2022-01-22T09:50:50.0963304Z Package 'php-symfony-dom-crawler' is not installed, so not removed
2022-01-22T09:50:50.0963805Z Package 'php-symfony-dotenv' is not installed, so not removed
2022-01-22T09:50:50.0964267Z Package 'php-symfony-event-dispatcher' is not installed, so not removed
2022-01-22T09:50:50.0964869Z Package 'php-symfony-event-dispatcher-contracts' is not installed, so not removed
2022-01-22T09:50:50.0965404Z Package 'php-symfony-expression-language' is not installed, so not removed
2022-01-22T09:50:50.0965923Z Package 'php-symfony-filesystem' is not installed, so not removed
2022-01-22T09:50:50.0966423Z Package 'php-symfony-finder' is not installed, so not removed
2022-01-22T09:50:50.0966846Z Package 'php-symfony-form' is not installed, so not removed
2022-01-22T09:50:50.0967494Z Package 'php-symfony-framework-bundle' is not installed, so not removed
2022-01-22T09:50:50.0967976Z Package 'php-symfony-google-mailer' is not installed, so not removed
2022-01-22T09:50:50.0968483Z Package 'php-symfony-http-client' is not installed, so not removed
2022-01-22T09:50:50.0969038Z Package 'php-symfony-http-client-contracts' is not installed, so not removed
2022-01-22T09:50:50.0969531Z Package 'php-symfony-http-foundation' is not installed, so not removed
2022-01-22T09:50:50.0970073Z Package 'php-symfony-http-kernel' is not installed, so not removed
2022-01-22T09:50:50.0970521Z Package 'php-symfony-inflector' is not installed, so not removed
2022-01-22T09:50:50.0971009Z Package 'php-symfony-intl' is not installed, so not removed
2022-01-22T09:50:50.0971473Z Package 'php-symfony-ldap' is not installed, so not removed
2022-01-22T09:50:50.0971882Z Package 'php-symfony-lock' is not installed, so not removed
2022-01-22T09:50:50.0972432Z Package 'php-symfony-mailchimp-mailer' is not installed, so not removed
2022-01-22T09:50:50.0972889Z Package 'php-symfony-mailer' is not installed, so not removed
2022-01-22T09:50:50.0973397Z Package 'php-symfony-mailgun-mailer' is not installed, so not removed
2022-01-22T09:50:50.0973851Z Package 'php-symfony-messenger' is not installed, so not removed
2022-01-22T09:50:50.0974336Z Package 'php-symfony-mime' is not installed, so not removed
2022-01-22T09:50:50.0974856Z Package 'php-symfony-monolog-bridge' is not installed, so not removed
2022-01-22T09:50:50.0975334Z Package 'php-symfony-options-resolver' is not installed, so not removed
2022-01-22T09:50:50.0975953Z Package 'php-symfony-phpunit-bridge' is not installed, so not removed
2022-01-22T09:50:50.0976431Z Package 'php-symfony-postmark-mailer' is not installed, so not removed
2022-01-22T09:50:50.0976932Z Package 'php-symfony-process' is not installed, so not removed
2022-01-22T09:50:50.0977467Z Package 'php-symfony-property-access' is not installed, so not removed
2022-01-22T09:50:50.0977963Z Package 'php-symfony-property-info' is not installed, so not removed
2022-01-22T09:50:50.0978510Z Package 'php-symfony-proxy-manager-bridge' is not installed, so not removed
2022-01-22T09:50:50.0978978Z Package 'php-symfony-routing' is not installed, so not removed
2022-01-22T09:50:50.0979463Z Package 'php-symfony-security' is not installed, so not removed
2022-01-22T09:50:50.0979993Z Package 'php-symfony-security-acl' is not installed, so not removed
2022-01-22T09:50:50.0980474Z Package 'php-symfony-security-bundle' is not installed, so not removed
2022-01-22T09:50:50.0980991Z Package 'php-symfony-security-core' is not installed, so not removed
2022-01-22T09:50:50.0981457Z Package 'php-symfony-security-csrf' is not installed, so not removed
2022-01-22T09:50:50.0981986Z Package 'php-symfony-security-guard' is not installed, so not removed
2022-01-22T09:50:50.0982540Z Package 'php-symfony-security-http' is not installed, so not removed
2022-01-22T09:50:50.0983013Z Package 'php-symfony-sendgrid-mailer' is not installed, so not removed
2022-01-22T09:50:50.0983519Z Package 'php-symfony-serializer' is not installed, so not removed
2022-01-22T09:50:50.0983988Z Package 'php-symfony-service-contracts' is not installed, so not removed
2022-01-22T09:50:50.0984504Z Package 'php-symfony-stopwatch' is not installed, so not removed
2022-01-22T09:50:50.0985124Z Package 'php-symfony-templating' is not installed, so not removed
2022-01-22T09:50:50.0985577Z Package 'php-symfony-translation' is not installed, so not removed
2022-01-22T09:50:50.0986120Z Package 'php-symfony-translation-contracts' is not installed, so not removed
2022-01-22T09:50:50.0986605Z Package 'php-symfony-twig-bridge' is not installed, so not removed
2022-01-22T09:50:50.0987102Z Package 'php-symfony-twig-bundle' is not installed, so not removed
2022-01-22T09:50:50.0987639Z Package 'php-symfony-validator' is not installed, so not removed
2022-01-22T09:50:50.0988089Z Package 'php-symfony-var-dumper' is not installed, so not removed
2022-01-22T09:50:50.0988589Z Package 'php-symfony-var-exporter' is not installed, so not removed
2022-01-22T09:50:50.1105752Z Package 'php-symfony-web-link' is not installed, so not removed
2022-01-22T09:50:50.1106249Z Package 'php-symfony-web-profiler-bundle' is not installed, so not removed
2022-01-22T09:50:50.1106773Z Package 'php-symfony-web-server-bundle' is not installed, so not removed
2022-01-22T09:50:50.1107207Z Package 'php-symfony-workflow' is not installed, so not removed
2022-01-22T09:50:50.1107624Z Package 'php-symfony-yaml' is not installed, so not removed
2022-01-22T09:50:50.1107991Z Package 'php-tcpdf' is not installed, so not removed
2022-01-22T09:50:50.1108383Z Package 'php-text-captcha' is not installed, so not removed
2022-01-22T09:50:50.1108780Z Package 'php-text-figlet' is not installed, so not removed
2022-01-22T09:50:50.1109181Z Package 'php-text-languagedetect' is not installed, so not removed
2022-01-22T09:50:50.1109625Z Package 'php-text-password' is not installed, so not removed
2022-01-22T09:50:50.1110019Z Package 'php-text-template' is not installed, so not removed
2022-01-22T09:50:50.1110400Z Package 'php-text-wiki' is not installed, so not removed
2022-01-22T09:50:50.1110771Z Package 'php-thrift' is not installed, so not removed
2022-01-22T09:50:50.1111130Z Package 'php-tideways' is not installed, so not removed
2022-01-22T09:50:50.1111594Z Package 'php-tijsverkoyen-css-to-inline-styles' is not installed, so not removed
2022-01-22T09:50:50.1112008Z Package 'php-timer' is not installed, so not removed
2022-01-22T09:50:50.1112389Z Package 'php-token-stream' is not installed, so not removed
2022-01-22T09:50:50.1113016Z Package 'php-tokenizer' is not installed, so not removed
2022-01-22T09:50:50.1113369Z Package 'php-twig' is not installed, so not removed
2022-01-22T09:50:50.1113773Z Package 'php-twig-cssinliner-extra' is not installed, so not removed
2022-01-22T09:50:50.1114163Z Package 'php-twig-doc' is not installed, so not removed
2022-01-22T09:50:50.1114561Z Package 'php-twig-extensions' is not installed, so not removed
2022-01-22T09:50:50.1114974Z Package 'php-twig-extra-bundle' is not installed, so not removed
2022-01-22T09:50:50.1115379Z Package 'php-twig-html-extra' is not installed, so not removed
2022-01-22T09:50:50.1115786Z Package 'php-twig-inky-extra' is not installed, so not removed
2022-01-22T09:50:50.1116183Z Package 'php-twig-intl-extra' is not installed, so not removed
2022-01-22T09:50:50.1116594Z Package 'php-twig-markdown-extra' is not installed, so not removed
2022-01-22T09:50:50.1116999Z Package 'php-uploadprogress' is not installed, so not removed
2022-01-22T09:50:50.1117376Z Package 'php-uuid' is not installed, so not removed
2022-01-22T09:50:50.1117743Z Package 'php-validate' is not installed, so not removed
2022-01-22T09:50:50.1118129Z Package 'php-webmozart-assert' is not installed, so not removed
2022-01-22T09:50:50.1118522Z Package 'php-wikidiff2' is not installed, so not removed
2022-01-22T09:50:50.1118884Z Package 'php-wmerrors' is not installed, so not removed
2022-01-22T09:50:50.1119247Z Package 'php-xajax' is not installed, so not removed
2022-01-22T09:50:50.1119603Z Package 'php-xdebug' is not installed, so not removed
2022-01-22T09:50:50.1119971Z Package 'php-xml-htmlsax3' is not installed, so not removed
2022-01-22T09:50:50.1120349Z Package 'php-xml-rpc2' is not installed, so not removed
2022-01-22T09:50:50.1120795Z Package 'php-xml-svg' is not installed, so not removed
2022-01-22T09:50:50.1121149Z Package 'php-yac' is not installed, so not removed
2022-01-22T09:50:50.1121487Z Package 'php-yaml' is not installed, so not removed
2022-01-22T09:50:50.1121860Z Package 'php-zend-code' is not installed, so not removed
2022-01-22T09:50:50.1122266Z Package 'php-zend-eventmanager' is not installed, so not removed
2022-01-22T09:50:50.1122652Z Package 'php-zend-stdlib' is not installed, so not removed
2022-01-22T09:50:50.1123036Z Package 'php-zeroc-ice' is not installed, so not removed
2022-01-22T09:50:50.1123397Z Package 'php-zeta-base' is not installed, so not removed
2022-01-22T09:50:50.1123803Z Package 'php-zeta-console-tools' is not installed, so not removed
2022-01-22T09:50:50.1124214Z Package 'php-zeta-unit-test' is not installed, so not removed
2022-01-22T09:50:50.1124571Z Package 'php-zip' is not installed, so not removed
2022-01-22T09:50:50.1124919Z Package 'php-zmq' is not installed, so not removed
2022-01-22T09:50:50.1125253Z Package 'phpab' is not installed, so not removed
2022-01-22T09:50:50.1125601Z Package 'phpcpd' is not installed, so not removed
2022-01-22T09:50:50.1125948Z Package 'phpdox' is not installed, so not removed
2022-01-22T09:50:50.1126297Z Package 'phpldapadmin' is not installed, so not removed
2022-01-22T09:50:50.1126680Z Package 'phpliteadmin' is not installed, so not removed
2022-01-22T09:50:50.1127290Z Package 'phpliteadmin-themes' is not installed, so not removed
2022-01-22T09:50:50.1127680Z Package 'phploc' is not installed, so not removed
2022-01-22T09:50:50.1128009Z Package 'phpmd' is not installed, so not removed
2022-01-22T09:50:50.1128369Z Package 'phpmyadmin' is not installed, so not removed
2022-01-22T09:50:50.1128737Z Package 'phppgadmin' is not installed, so not removed
2022-01-22T09:50:50.1129082Z Package 'phpqrcode' is not installed, so not removed
2022-01-22T09:50:50.1129444Z Package 'phpsysinfo' is not installed, so not removed
2022-01-22T09:50:50.1129785Z Package 'phpunit' is not installed, so not removed
2022-01-22T09:50:50.1130216Z Package 'phpunit-code-unit-reverse-lookup' is not installed, so not removed
2022-01-22T09:50:50.1130664Z Package 'phpunit-comparator' is not installed, so not removed
2022-01-22T09:50:50.1131035Z Package 'phpunit-diff' is not installed, so not removed
2022-01-22T09:50:50.1131526Z Package 'phpunit-environment' is not installed, so not removed
2022-01-22T09:50:50.1131917Z Package 'phpunit-exporter' is not installed, so not removed
2022-01-22T09:50:50.1132296Z Package 'phpunit-git' is not installed, so not removed
2022-01-22T09:50:50.1132683Z Package 'phpunit-global-state' is not installed, so not removed
2022-01-22T09:50:50.1133116Z Package 'phpunit-object-enumerator' is not installed, so not removed
2022-01-22T09:50:50.1133562Z Package 'phpunit-object-reflector' is not installed, so not removed
2022-01-22T09:50:50.1133989Z Package 'phpunit-recursion-context' is not installed, so not removed
2022-01-22T09:50:50.1134449Z Package 'phpunit-resource-operations' is not installed, so not removed
2022-01-22T09:50:50.1134848Z Package 'phpunit-type' is not installed, so not removed
2022-01-22T09:50:50.1135232Z Package 'phpunit-version' is not installed, so not removed
2022-01-22T09:50:50.1135612Z Package 'phpwebcounter' is not installed, so not removed
2022-01-22T09:50:50.1135997Z Package 'phpwebcounter-extra' is not installed, so not removed
2022-01-22T09:50:50.1136382Z Package 'zulucrypt-cli' is not installed, so not removed
2022-01-22T09:50:50.1136745Z Package 'zulucrypt-gui' is not installed, so not removed
2022-01-22T09:50:50.1137117Z Package 'zulumount-cli' is not installed, so not removed
2022-01-22T09:50:50.1137488Z Package 'zulumount-gui' is not installed, so not removed
2022-01-22T09:50:50.1137841Z Package 'zulupolkit' is not installed, so not removed
2022-01-22T09:50:50.1138206Z Package 'zulusafe-cli' is not installed, so not removed
2022-01-22T09:50:50.1138660Z Package 'google-android-build-tools-17-installer' is not installed, so not removed
2022-01-22T09:50:50.1139267Z Package 'google-android-build-tools-18-installer' is not installed, so not removed
2022-01-22T09:50:50.1139790Z Package 'google-android-build-tools-19-installer' is not installed, so not removed
2022-01-22T09:50:50.1140283Z Package 'google-android-build-tools-20-installer' is not installed, so not removed
2022-01-22T09:50:50.1140809Z Package 'google-android-build-tools-21-installer' is not installed, so not removed
2022-01-22T09:50:50.1141317Z Package 'google-android-build-tools-22-installer' is not installed, so not removed
2022-01-22T09:50:50.1141834Z Package 'google-android-build-tools-23-installer' is not installed, so not removed
2022-01-22T09:50:50.1142353Z Package 'google-android-build-tools-24-installer' is not installed, so not removed
2022-01-22T09:50:50.1142856Z Package 'google-android-m2repository-installer' is not installed, so not removed
2022-01-22T09:50:50.1143347Z Package 'google-android-ndk-installer' is not installed, so not removed
2022-01-22T09:50:50.1143829Z Package 'google-android-platform-10-installer' is not installed, so not removed
2022-01-22T09:50:50.1144341Z Package 'google-android-platform-11-installer' is not installed, so not removed
2022-01-22T09:50:50.1144848Z Package 'google-android-platform-12-installer' is not installed, so not removed
2022-01-22T09:50:50.1145340Z Package 'google-android-platform-13-installer' is not installed, so not removed
2022-01-22T09:50:50.1145841Z Package 'google-android-platform-14-installer' is not installed, so not removed
2022-01-22T09:50:50.1146339Z Package 'google-android-platform-15-installer' is not installed, so not removed
2022-01-22T09:50:50.1146844Z Package 'google-android-platform-16-installer' is not installed, so not removed
2022-01-22T09:50:50.1147341Z Package 'google-android-platform-17-installer' is not installed, so not removed
2022-01-22T09:50:50.1147824Z Package 'google-android-platform-18-installer' is not installed, so not removed
2022-01-22T09:50:50.1148320Z Package 'google-android-platform-19-installer' is not installed, so not removed
2022-01-22T09:50:50.1148810Z Package 'google-android-platform-2-installer' is not installed, so not removed
2022-01-22T09:50:50.1149318Z Package 'google-android-platform-20-installer' is not installed, so not removed
2022-01-22T09:50:50.1149818Z Package 'google-android-platform-21-installer' is not installed, so not removed
2022-01-22T09:50:50.1150357Z Package 'google-android-platform-22-installer' is not installed, so not removed
2022-01-22T09:50:50.1150852Z Package 'google-android-platform-23-installer' is not installed, so not removed
2022-01-22T09:50:50.1151337Z Package 'google-android-platform-24-installer' is not installed, so not removed
2022-01-22T09:50:50.1151840Z Package 'google-android-platform-3-installer' is not installed, so not removed
2022-01-22T09:50:50.1152343Z Package 'google-android-platform-4-installer' is not installed, so not removed
2022-01-22T09:50:50.1152828Z Package 'google-android-platform-5-installer' is not installed, so not removed
2022-01-22T09:50:50.1153324Z Package 'google-android-platform-6-installer' is not installed, so not removed
2022-01-22T09:50:50.1153808Z Package 'google-android-platform-7-installer' is not installed, so not removed
2022-01-22T09:50:50.1154309Z Package 'google-android-platform-8-installer' is not installed, so not removed
2022-01-22T09:50:50.1154812Z Package 'google-android-platform-9-installer' is not installed, so not removed
2022-01-22T09:50:50.1155293Z Package 'google-android-sdk-docs-installer' is not installed, so not removed
2022-01-22T09:50:50.1156927Z Package 'googleearth-package' is not installed, so not removed
2022-01-22T09:50:50.1157335Z Package 'php-mythtv' is not installed, so not removed
2022-01-22T09:50:50.1157737Z Package 'google-compute-engine' is not installed, so not removed
2022-01-22T09:50:50.1158185Z Package 'google-compute-engine-oslogin' is not installed, so not removed
2022-01-22T09:50:50.1158600Z Package 'mysql-client-8.0' is not installed, so not removed
2022-01-22T09:50:50.1159158Z Package 'mysql-client-core-8.0' is not installed, so not removed
2022-01-22T09:50:50.1159547Z Package 'mysql-server-8.0' is not installed, so not removed
2022-01-22T09:50:50.1159949Z Package 'mysql-server-core-8.0' is not installed, so not removed
2022-01-22T09:50:50.1160338Z Package 'openjdk-11-dbg' is not installed, so not removed
2022-01-22T09:50:50.1160701Z Package 'openjdk-11-doc' is not installed, so not removed
2022-01-22T09:50:50.1161071Z Package 'openjdk-11-jdk' is not installed, so not removed
2022-01-22T09:50:50.1161463Z Package 'openjdk-11-jdk-headless' is not installed, so not removed
2022-01-22T09:50:50.1161857Z Package 'openjdk-11-jre' is not installed, so not removed
2022-01-22T09:50:50.1162257Z Package 'openjdk-11-jre-headless' is not installed, so not removed
2022-01-22T09:50:50.1162650Z Package 'openjdk-11-source' is not installed, so not removed
2022-01-22T09:50:50.1163045Z Package 'google-guest-agent' is not installed, so not removed
2022-01-22T09:50:50.1163449Z Package 'google-osconfig-agent' is not installed, so not removed
2022-01-22T09:50:50.1163839Z Package 'llvm-11-doc' is not installed, so not removed
2022-01-22T09:50:50.1164203Z Package 'llvm-11-examples' is not installed, so not removed
2022-01-22T09:50:50.1164577Z Package 'llvm-12-doc' is not installed, so not removed
2022-01-22T09:50:50.1164957Z Package 'llvm-12-examples' is not installed, so not removed
2022-01-22T09:50:50.1165318Z Package 'mysql-router' is not installed, so not removed
2022-01-22T09:50:50.1165702Z Package 'mysql-source-8.0' is not installed, so not removed
2022-01-22T09:50:50.1166072Z Package 'mysql-testsuite' is not installed, so not removed
2022-01-22T09:50:50.1166468Z Package 'mysql-testsuite-8.0' is not installed, so not removed
2022-01-22T09:50:50.1166861Z Package 'openjdk-11-demo' is not installed, so not removed
2022-01-22T09:50:50.1167354Z Package 'openjdk-11-jre-zero' is not installed, so not removed
2022-01-22T09:50:50.1167744Z Package 'openjdk-13-dbg' is not installed, so not removed
2022-01-22T09:50:50.1168114Z Package 'openjdk-13-demo' is not installed, so not removed
2022-01-22T09:50:50.1168490Z Package 'openjdk-13-doc' is not installed, so not removed
2022-01-22T09:50:50.1168860Z Package 'openjdk-13-jdk' is not installed, so not removed
2022-01-22T09:50:50.1169257Z Package 'openjdk-13-jdk-headless' is not installed, so not removed
2022-01-22T09:50:50.1169774Z Package 'openjdk-13-jre' is not installed, so not removed
2022-01-22T09:50:50.1170167Z Package 'openjdk-13-jre-headless' is not installed, so not removed
2022-01-22T09:50:50.1170582Z Package 'openjdk-13-jre-zero' is not installed, so not removed
2022-01-22T09:50:50.1170980Z Package 'openjdk-13-source' is not installed, so not removed
2022-01-22T09:50:50.1171352Z Package 'openjdk-16-dbg' is not installed, so not removed
2022-01-22T09:50:50.1171735Z Package 'openjdk-16-demo' is not installed, so not removed
2022-01-22T09:50:50.1172097Z Package 'openjdk-16-doc' is not installed, so not removed
2022-01-22T09:50:50.1172478Z Package 'openjdk-16-jdk' is not installed, so not removed
2022-01-22T09:50:50.1172868Z Package 'openjdk-16-jdk-headless' is not installed, so not removed
2022-01-22T09:50:50.1173268Z Package 'openjdk-16-jre' is not installed, so not removed
2022-01-22T09:50:50.1173667Z Package 'openjdk-16-jre-headless' is not installed, so not removed
2022-01-22T09:50:50.1174071Z Package 'openjdk-16-jre-zero' is not installed, so not removed
2022-01-22T09:50:50.1174465Z Package 'openjdk-16-source' is not installed, so not removed
2022-01-22T09:50:50.1174831Z Package 'openjdk-17-dbg' is not installed, so not removed
2022-01-22T09:50:50.1175212Z Package 'openjdk-17-demo' is not installed, so not removed
2022-01-22T09:50:50.2147984Z Package 'openjdk-17-doc' is not installed, so not removed
2022-01-22T09:50:50.2148440Z Package 'openjdk-17-jdk' is not installed, so not removed
2022-01-22T09:50:50.2148845Z Package 'openjdk-17-jdk-headless' is not installed, so not removed
2022-01-22T09:50:50.2149254Z Package 'openjdk-17-jre' is not installed, so not removed
2022-01-22T09:50:50.2149953Z Package 'openjdk-17-jre-headless' is not installed, so not removed
2022-01-22T09:50:50.2150377Z Package 'openjdk-17-jre-zero' is not installed, so not removed
2022-01-22T09:50:50.2150781Z Package 'openjdk-17-source' is not installed, so not removed
2022-01-22T09:50:50.2151174Z Package 'openjdk-8-dbg' is not installed, so not removed
2022-01-22T09:50:50.2151554Z Package 'openjdk-8-demo' is not installed, so not removed
2022-01-22T09:50:50.2151917Z Package 'openjdk-8-doc' is not installed, so not removed
2022-01-22T09:50:50.2152295Z Package 'openjdk-8-jdk' is not installed, so not removed
2022-01-22T09:50:50.2152702Z Package 'openjdk-8-jdk-headless' is not installed, so not removed
2022-01-22T09:50:50.2153085Z Package 'openjdk-8-jre' is not installed, so not removed
2022-01-22T09:50:50.2153490Z Package 'openjdk-8-jre-headless' is not installed, so not removed
2022-01-22T09:50:50.2153890Z Package 'openjdk-8-jre-zero' is not installed, so not removed
2022-01-22T09:50:50.2154288Z Package 'openjdk-8-source' is not installed, so not removed
2022-01-22T09:50:50.2154706Z Package 'dotnet-apphost-pack-6.0' is not installed, so not removed
2022-01-22T09:50:50.2155110Z Package 'dotnet-hostfxr-2.1' is not installed, so not removed
2022-01-22T09:50:50.2155516Z Package 'dotnet-hostfxr-6.0' is not installed, so not removed
2022-01-22T09:50:50.2155902Z Package 'dotnet-runtime-2.1' is not installed, so not removed
2022-01-22T09:50:50.2156296Z Package 'dotnet-runtime-6.0' is not installed, so not removed
2022-01-22T09:50:50.2156692Z Package 'dotnet-runtime-deps-2.1' is not installed, so not removed
2022-01-22T09:50:50.2157123Z Package 'dotnet-runtime-deps-6.0' is not installed, so not removed
2022-01-22T09:50:50.2157520Z Package 'dotnet-sdk-2.1' is not installed, so not removed
2022-01-22T09:50:50.2157886Z Package 'dotnet-sdk-6.0' is not installed, so not removed
2022-01-22T09:50:50.2158299Z Package 'dotnet-targeting-pack-6.0' is not installed, so not removed
2022-01-22T09:50:50.3590491Z The following packages will be REMOVED:
2022-01-22T09:50:50.3592287Z aspnetcore-runtime-3.1
aspnetcore-runtime-5.0*
2022-01-22T09:50:50.3594017Z aspnetcore-targeting-pack-3.1* aspnetcore-targeting-pack-5.0* azure-cli*
2022-01-22T09:50:50.3595754Z clang-12* dotnet-apphost-pack-3.1* dotnet-apphost-pack-5.0* dotnet-host*
2022-01-22T09:50:50.3597559Z dotnet-hostfxr-3.1* dotnet-hostfxr-5.0* dotnet-runtime-3.1*
2022-01-22T09:50:50.3598974Z dotnet-runtime-5.0* dotnet-runtime-deps-3.1* dotnet-runtime-deps-5.0*
2022-01-22T09:50:50.3600363Z dotnet-sdk-3.1* dotnet-sdk-5.0* dotnet-targeting-pack-3.1*
2022-01-22T09:50:50.3602839Z dotnet-targeting-pack-5.0* firefox* google-chrome-stable* google-cloud-sdk*
2022-01-22T09:50:50.3609023Z hhvm* libmysqlclient-dev* libmysqlclient21* libsnmp35* lldb-11* llvm-10*
2022-01-22T09:50:50.3610486Z llvm-10-dev* llvm-10-runtime* llvm-10-tools* llvm-11* llvm-11-dev*
2022-01-22T09:50:50.3611915Z llvm-11-runtime* llvm-11-tools* llvm-12* llvm-12-dev* llvm-12-linker-tools*
2022-01-22T09:50:50.3613647Z llvm-12-runtime* llvm-12-tools* mysql-client* mysql-common*
2022-01-22T09:50:50.3614998Z mysql-community-client* mysql-community-client-core*
2022-01-22T09:50:50.3616380Z mysql-community-client-plugins* mysql-community-server*
2022-01-22T09:50:50.3618449Z mysql-community-server-core* mysql-server* php-common* php-pear* php7.4*
2022-01-22T09:50:50.3619929Z php7.4-amqp* php7.4-apcu* php7.4-bcmath* php7.4-bz2* php7.4-cgi* php7.4-cli*
2022-01-22T09:50:50.3621321Z php7.4-common* php7.4-curl* php7.4-dba* php7.4-dev* php7.4-enchant*
2022-01-22T09:50:50.3622672Z php7.4-fpm* php7.4-gd* php7.4-gmp* php7.4-igbinary* php7.4-imagick*
2022-01-22T09:50:50.3624056Z php7.4-imap* php7.4-interbase* php7.4-intl* php7.4-json* php7.4-ldap*
2022-01-22T09:50:50.3625412Z php7.4-mbstring* php7.4-memcache* php7.4-memcached* php7.4-mongodb*
2022-01-22T09:50:50.3626805Z php7.4-msgpack* php7.4-mysql* php7.4-odbc* php7.4-opcache* php7.4-pcov*
2022-01-22T09:50:50.3628462Z php7.4-pgsql* php7.4-phpdbg* php7.4-pspell* php7.4-readline* php7.4-redis*
2022-01-22T09:50:50.3630340Z php7.4-snmp* php7.4-soap* php7.4-sqlite3* php7.4-sybase* php7.4-tidy*
2022-01-22T09:50:50.3632047Z php7.4-xdebug* php7.4-xml* php7.4-xmlrpc* php7.4-xsl* php7.4-yaml*
2022-01-22T09:50:50.3633795Z php7.4-zip* php7.4-zmq* php8.0* php8.0-amqp* php8.0-apcu* php8.0-bcmath*
2022-01-22T09:50:50.3635498Z php8.0-bz2* php8.0-cgi* php8.0-cli* php8.0-common* php8.0-curl* php8.0-dba*
2022-01-22T09:50:50.3637210Z php8.0-dev* php8.0-enchant* php8.0-fpm* php8.0-gd* php8.0-gmp*
2022-01-22T09:50:50.3638926Z php8.0-igbinary* php8.0-imagick* php8.0-imap* php8.0-interbase* php8.0-intl*
2022-01-22T09:50:50.3640624Z php8.0-ldap* php8.0-mbstring* php8.0-memcache* php8.0-memcached*
2022-01-22T09:50:50.3642387Z php8.0-mongodb* php8.0-msgpack* php8.0-mysql* php8.0-odbc* php8.0-opcache*
2022-01-22T09:50:50.3644108Z php8.0-pcov* php8.0-pgsql* php8.0-phpdbg* php8.0-pspell* php8.0-readline*
2022-01-22T09:50:50.3645826Z php8.0-redis* php8.0-snmp* php8.0-soap* php8.0-sqlite3* php8.0-sybase*
2022-01-22T09:50:50.3647743Z php8.0-tidy* php8.0-xdebug* php8.0-xml* php8.0-xsl* php8.0-yaml* php8.0-zip*
2022-01-22T09:50:50.3649473Z php8.0-zmq* php8.1* php8.1-amqp* php8.1-apcu* php8.1-bcmath* php8.1-bz2*
2022-01-22T09:50:50.3651196Z php8.1-cgi* php8.1-cli* php8.1-common* php8.1-curl* php8.1-dba* php8.1-dev*
2022-01-22T09:50:50.3652937Z php8.1-enchant* php8.1-fpm* php8.1-gd* php8.1-gmp* php8.1-igbinary*
2022-01-22T09:50:50.3654632Z php8.1-imagick* php8.1-imap* php8.1-interbase* php8.1-intl* php8.1-ldap*
2022-01-22T09:50:50.3655682Z php8.1-mbstring* php8.1-memcache* php8.1-memcached* php8.1-mongodb*
2022-01-22T09:50:50.3656774Z php8.1-msgpack* php8.1-mysql* php8.1-odbc* php8.1-opcache* php8.1-pcov*
2022-01-22T09:50:50.3657839Z php8.1-pgsql* php8.1-phpdbg* php8.1-pspell* php8.1-readline* php8.1-redis*
2022-01-22T09:50:50.3658898Z php8.1-snmp* php8.1-soap* php8.1-sqlite3* php8.1-sybase* php8.1-tidy*
2022-01-22T09:50:50.3660071Z php8.1-xdebug* php8.1-xml* php8.1-xsl* php8.1-yaml* php8.1-zip* php8.1-zmq*
2022-01-22T09:50:50.3662849Z powershell* snmp* sphinxsearch*
2022-01-22T09:50:50.4048207Z 0 upgraded, 0 newly installed, 193 to remove and 13 not upgraded.
2022-01-22T09:50:50.8228377Z After this operation, 4432 MB disk space will be freed.
2022-01-22T09:50:50.8654876Z (Reading database ...
2022-01-22T09:50:50.8655161Z (Reading database ... 5%
2022-01-22T09:50:50.8655373Z (Reading database ... 10%
2022-01-22T09:50:50.8655592Z (Reading database ... 15%
2022-01-22T09:50:50.8655795Z (Reading database ... 20%
2022-01-22T09:50:50.8656014Z (Reading database ... 25%
2022-01-22T09:50:50.8658836Z (Reading database ... 30%
2022-01-22T09:50:50.8659061Z (Reading database ... 35%
2022-01-22T09:50:50.8659384Z (Reading database ... 40%
2022-01-22T09:50:50.8659598Z (Reading database ... 45%
2022-01-22T09:50:50.8659816Z (Reading database ... 50%
2022-01-22T09:50:50.8928290Z (Reading database ... 55%
2022-01-22T09:50:50.9255592Z (Reading database ... 60%
2022-01-22T09:50:50.9527766Z (Reading database ... 65%
2022-01-22T09:50:50.9861077Z (Reading database ... 70%
2022-01-22T09:50:51.0319231Z (Reading database ... 75%
2022-01-22T09:50:51.0760684Z (Reading database ... 80%
2022-01-22T09:50:51.1551894Z (Reading database ... 85%
2022-01-22T09:50:51.2128239Z (Reading database ... 90%
2022-01-22T09:50:51.2908561Z (Reading database ... 95%
2022-01-22T09:50:51.2909292Z (Reading database ... 100%
2022-01-22T09:50:51.2910185Z (Reading database ... 235035 files and directories currently installed.)
2022-01-22T09:50:51.3009369Z Removing dotnet-sdk-3.1 (3.1.416-1) ...
2022-01-22T09:50:51.3446698Z Removing aspnetcore-runtime-3.1 (3.1.22-1) ...
2022-01-22T09:50:51.3658926Z Removing dotnet-sdk-5.0 (5.0.404-1) ...
2022-01-22T09:50:51.3975118Z Removing aspnetcore-runtime-5.0 (5.0.13-1) ...
2022-01-22T09:50:51.4234050Z Removing aspnetcore-targeting-pack-3.1 (3.1.10-1) ...
2022-01-22T09:50:51.4518102Z Removing aspnetcore-targeting-pack-5.0 (5.0.0-1) ...
2022-01-22T09:50:51.4790952Z Removing azure-cli (2.32.0-1focal) ...
2022-01-22T09:50:59.4442857Z Removing clang-12 (1:12.0.0-3ubuntu1
20.04.4) ...
2022-01-22T09:50:59.4833884Z Removing dotnet-apphost-pack-3.1 (3.1.22-1) ...
2022-01-22T09:50:59.5090250Z Removing dotnet-apphost-pack-5.0 (5.0.13-1) ...
2022-01-22T09:50:59.5270627Z Removing dotnet-runtime-5.0 (5.0.13-1) ...
2022-01-22T09:50:59.5468057Z Removing dotnet-hostfxr-5.0 (5.0.13-1) ...
2022-01-22T09:50:59.5641283Z Removing dotnet-runtime-3.1 (3.1.22-1) ...
2022-01-22T09:50:59.5820950Z Removing dotnet-hostfxr-3.1 (3.1.22-1) ...
2022-01-22T09:50:59.6006407Z Removing dotnet-host (6.0.1-1) ...
2022-01-22T09:50:59.6177576Z Removing dotnet-runtime-deps-3.1 (3.1.22-1) ...
2022-01-22T09:50:59.6348835Z Removing dotnet-runtime-deps-5.0 (5.0.13-1) ...
2022-01-22T09:50:59.6522827Z Removing dotnet-targeting-pack-3.1 (3.1.0-1) ...
2022-01-22T09:50:59.6704056Z Removing dotnet-targeting-pack-5.0 (5.0.0-1) ...
2022-01-22T09:50:59.6944646Z Removing firefox (95.0.1+build2-0ubuntu0.20.04.1) ...
2022-01-22T09:50:59.7456246Z Removing google-chrome-stable (97.0.4692.71-1) ...
2022-01-22T09:50:59.9188065Z Removing google-cloud-sdk (368.0.0-0) ...
2022-01-22T09:51:48.0888638Z Removing hhvm (4.143.0-1focal) ...
2022-01-22T09:51:48.1634767Z Stopping hhvm (via systemctl): hhvm.service.
2022-01-22T09:51:48.2126718Z Removing libmysqlclient-dev (8.0.26-1ubuntu20.04) ...
2022-01-22T09:51:48.2382810Z Removing php8.1-snmp (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:48.2754949Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:48.2756256Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:48.2756764Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:48.2757200Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:48.3240067Z Removing php8.0-snmp (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:48.3559573Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:48.3560794Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:48.3561287Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:48.3561734Z WARNING: Module snmp ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:48.4049164Z Removing sphinxsearch (2.2.11-2ubuntu2) ...
2022-01-22T09:51:48.7293999Z Removing lldb-11 (1:11.0.0-2
ubuntu20.04.1) ...
2022-01-22T09:51:48.7528078Z Removing llvm-10-dev (1:10.0.0-4ubuntu1) ...
2022-01-22T09:51:49.0066399Z Removing llvm-10 (1:10.0.0-4ubuntu1) ...
2022-01-22T09:51:49.0308140Z Removing llvm-10-runtime (1:10.0.0-4ubuntu1) ...
2022-01-22T09:51:49.0718646Z Removing llvm-10-tools (1:10.0.0-4ubuntu1) ...
2022-01-22T09:51:49.1179375Z Removing llvm-11-dev (1:11.0.0-2ubuntu20.04.1) ...
2022-01-22T09:51:49.2605425Z Removing llvm-11 (1:11.0.0-2
ubuntu20.04.1) ...
2022-01-22T09:51:49.2847695Z Removing llvm-11-runtime (1:11.0.0-2ubuntu20.04.1) ...
2022-01-22T09:51:49.3252168Z Removing llvm-11-tools (1:11.0.0-2
ubuntu20.04.1) ...
2022-01-22T09:51:49.3837365Z Removing llvm-12-dev (1:12.0.0-3ubuntu120.04.4) ...
2022-01-22T09:51:49.5438022Z Removing llvm-12 (1:12.0.0-3ubuntu1
20.04.4) ...
2022-01-22T09:51:49.5680866Z Removing llvm-12-linker-tools (1:12.0.0-3ubuntu120.04.4) ...
2022-01-22T09:51:49.5925160Z Removing llvm-12-runtime (1:12.0.0-3ubuntu1
20.04.4) ...
2022-01-22T09:51:49.6334074Z Removing llvm-12-tools (1:12.0.0-3ubuntu120.04.4) ...
2022-01-22T09:51:49.6831088Z Removing mysql-server (8.0.26-1ubuntu20.04) ...
2022-01-22T09:51:49.7023408Z Removing mysql-community-server (8.0.26-1ubuntu20.04) ...
2022-01-22T09:51:49.9885376Z update-alternatives: warning: alternative /etc/mysql/my.cnf.fallback (part of link group my.cnf) doesn't exist; removing from list of alternatives
2022-01-22T09:51:49.9886147Z update-alternatives: warning: alternative /etc/mysql/mysql.cnf (part of link group my.cnf) doesn't exist; removing from list of alternatives
2022-01-22T09:51:49.9889360Z update-alternatives: warning: /etc/alternatives/my.cnf is dangling; it will be updated with best choice
2022-01-22T09:51:50.5650523Z Removing mysql-client (8.0.26-1ubuntu20.04) ...
2022-01-22T09:51:50.5855672Z Removing mysql-community-client (8.0.26-1ubuntu20.04) ...
2022-01-22T09:51:50.6070540Z Removing mysql-community-client-core (8.0.26-1ubuntu20.04) ...
2022-01-22T09:51:50.6512363Z Removing mysql-community-server-core (8.0.26-1ubuntu20.04) ...
2022-01-22T09:51:50.6816066Z Removing php7.4-bcmath (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:50.7016444Z WARNING: Module bcmath ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:50.7017710Z WARNING: Module bcmath ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:50.7018210Z WARNING: Module bcmath ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:50.7018665Z WARNING: Module bcmath ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:50.7501705Z Removing php8.1-zmq (1.1.3-19+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:50.7679775Z WARNING: Module zmq ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:50.7680735Z WARNING: Module zmq ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:50.7681500Z WARNING: Module zmq ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:50.7682350Z WARNING: Module zmq ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:50.8146168Z Removing php-pear (1:1.10.12+submodules+notgz+20210212-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:50.9083497Z Removing php7.4 (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:50.9327976Z Removing php7.4-amqp (1.11.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:50.9505204Z WARNING: Module amqp ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:50.9506200Z WARNING: Module amqp ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:50.9506934Z WARNING: Module amqp ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:50.9561805Z WARNING: Module amqp ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:50.9963364Z Removing php7.4-apcu (5.1.21+4.0.11-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:51.0165136Z WARNING: Module apcu ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:51.0166349Z WARNING: Module apcu ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:51.0166832Z WARNING: Module apcu ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:51.0167564Z WARNING: Module apcu ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:51.0626106Z Removing php7.4-bz2 (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:51.0795913Z WARNING: Module bz2 ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:51.0796739Z WARNING: Module bz2 ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:51.0797396Z WARNING: Module bz2 ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:51.0798087Z WARNING: Module bz2 ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:51.1264718Z Removing php7.4-cgi (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:51.6919288Z apache2_invoke php7.4-cgi prerm: No action required
2022-01-22T09:51:51.7312458Z Removing php7.4-dev (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:51.7919939Z Removing php7.4-phpdbg (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:52.1100271Z Removing php7.4-zmq (1.1.3-19+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:52.1314196Z WARNING: Module zmq ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:52.1315318Z WARNING: Module zmq ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:52.1712178Z Removing php7.4-zip (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:52.1891410Z WARNING: Module zip ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:52.1892409Z WARNING: Module zip ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:52.2302485Z Removing php7.4-curl (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:52.2599486Z WARNING: Module curl ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:52.2600277Z WARNING: Module curl ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:52.2986882Z Removing php7.4-dba (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:52.3282521Z WARNING: Module dba ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:52.3283009Z WARNING: Module dba ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:52.3677036Z Removing php7.4-enchant (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:52.3846399Z WARNING: Module enchant ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:52.3847416Z WARNING: Module enchant ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:52.4243296Z Removing php7.4-fpm (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:53.0295444Z apache2_invoke php7.4-fpm prerm: No action required
2022-01-22T09:51:53.3681264Z Removing php7.4-gd (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:53.3857374Z WARNING: Module gd ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:53.4217187Z Removing php7.4-gmp (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:53.4400180Z WARNING: Module gmp ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:53.4752478Z Removing php7.4-memcached (3.1.5+2.2.0-10+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:53.4925629Z WARNING: Module memcached ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:53.5285583Z Removing php7.4-redis (5.3.5+4.3.0-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:53.5466947Z WARNING: Module redis ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:53.5815660Z Removing php7.4-igbinary (3.2.6+2.0.8-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:53.5988735Z WARNING: Module igbinary ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:53.6338397Z Removing php7.4-imagick (3.6.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:53.6506258Z WARNING: Module imagick ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:53.6853188Z Removing php7.4-imap (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:53.7025734Z WARNING: Module imap ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:53.7369967Z Removing php7.4-interbase (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:53.7538966Z WARNING: Module pdo_firebird ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:53.7878161Z Removing php7.4-intl (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:53.8103833Z WARNING: Module intl ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:53.8494714Z Removing php7.4-ldap (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:53.8780862Z WARNING: Module ldap ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:53.9125010Z Removing php7.4-mbstring (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:53.9375679Z WARNING: Module mbstring ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:53.9717209Z Removing php7.4-memcache (8.0+4.0.5.2+3.0.9
20170802.e702b5f9+-3+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:53.9888977Z WARNING: Module memcache ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.0230231Z Removing php7.4-mongodb (1.12.0+1.9.2+1.7.5-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.0449435Z WARNING: Module mongodb ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.0791040Z Removing php7.4-msgpack (2.2.0rc1+2.1.2+0.5.7-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:54.0961444Z WARNING: Module msgpack ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.1304829Z Removing php7.4-mysql (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.1672442Z WARNING: Module mysqlnd ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.1825907Z WARNING: Module mysqli ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.1978907Z WARNING: Module pdo_mysql ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.2638864Z Removing php7.4-odbc (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.3000411Z WARNING: Module odbc ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.3153322Z WARNING: Module pdo_odbc ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.3509263Z Removing php7.4-pcov (1.0.11-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.3775618Z WARNING: Module pcov ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.4121352Z Removing php7.4-pgsql (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.4294283Z WARNING: Module pgsql ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.4446605Z WARNING: Module pdo_pgsql ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.4938043Z Removing php7.4-pspell (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.5232870Z WARNING: Module pspell ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.5604476Z Removing php7.4-snmp (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.5778330Z WARNING: Module snmp ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.6121285Z Removing php7.4-soap (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.6370516Z WARNING: Module soap ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.6718374Z Removing php7.4-sqlite3 (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.6971607Z WARNING: Module sqlite3 ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.7125005Z WARNING: Module pdo_sqlite ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.7479031Z Removing php7.4-sybase (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.7808954Z WARNING: Module pdo_dblib ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.8157375Z Removing php7.4-tidy (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.8335882Z WARNING: Module tidy ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.8689547Z Removing php7.4-xdebug (3.1.2+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.8863954Z WARNING: Module xdebug ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.9217030Z Removing php7.4-xsl (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.9488194Z Removing php7.4-xml (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:54.9667141Z WARNING: Module dom ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.9821452Z WARNING: Module simplexml ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:54.9976543Z WARNING: Module xml ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:55.0132373Z WARNING: Module xmlreader ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:55.0282276Z WARNING: Module xmlwriter ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:55.0434745Z WARNING: Module xsl ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:55.0804365Z Removing php7.4-xmlrpc (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:55.0986334Z WARNING: Module xmlrpc ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:55.1342334Z Removing php7.4-yaml (2.2.2+2.1.0+2.0.4+1.3.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:55.1521596Z WARNING: Module yaml ini file doesn't exist under /etc/php/7.4/mods-available
2022-01-22T09:51:55.1867304Z Removing php8.0 (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:55.2176096Z Removing php8.0-amqp (1.11.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:55.2421989Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.2422964Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.2423667Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.2424683Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.2896201Z Removing php8.0-apcu (5.1.21+4.0.11-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:55.3082661Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.3083451Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.3084138Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.3084818Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.3555608Z Removing php8.0-bcmath (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:55.3732974Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.3733693Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.3734584Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.3735078Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.4196079Z Removing php8.0-bz2 (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:55.4386886Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.4387590Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.4388428Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.4388917Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:55.4860502Z Removing php8.0-cgi (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:55.8150822Z apache2_invoke php8.0-cgi prerm: No action required
2022-01-22T09:51:55.8585358Z Removing php8.0-dev (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:55.9210497Z Removing php8.0-phpdbg (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:56.2275222Z Removing php8.0-zmq (1.1.3-19+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:56.2445921Z WARNING: Module zmq ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:56.2447338Z WARNING: Module zmq ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:56.2865245Z Removing php8.0-zip (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:56.3053358Z WARNING: Module zip ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:56.3054375Z WARNING: Module zip ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:56.3453789Z Removing php8.0-curl (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:56.3760101Z WARNING: Module curl ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:56.3761187Z WARNING: Module curl ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:56.4155620Z Removing php8.0-dba (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:56.4459199Z WARNING: Module dba ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:56.4460066Z WARNING: Module dba ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:56.4867296Z Removing php8.0-enchant (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:56.5193766Z WARNING: Module enchant ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:56.5194518Z WARNING: Module enchant ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:56.5595827Z Removing php8.0-fpm (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:57.1431976Z apache2_invoke php8.0-fpm prerm: No action required
2022-01-22T09:51:57.4804070Z Removing php8.0-gd (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:57.5105477Z WARNING: Module gd ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:57.5488713Z Removing php8.0-gmp (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:57.5774488Z WARNING: Module gmp ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:57.6128356Z Removing php8.0-memcached (3.1.5+2.2.0-10+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:57.6380201Z WARNING: Module memcached ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:57.6730270Z Removing php8.0-redis (5.3.5+4.3.0-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:57.6946900Z WARNING: Module redis ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:57.7297210Z Removing php8.0-igbinary (3.2.6+2.0.8-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:57.7563102Z WARNING: Module igbinary ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:57.7917587Z Removing php8.0-imagick (3.6.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:57.8094197Z WARNING: Module imagick ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:57.8448361Z Removing php8.0-imap (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:57.8746014Z WARNING: Module imap ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:57.9096264Z Removing php8.0-interbase (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:57.9301533Z WARNING: Module pdo_firebird ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:57.9646789Z Removing php8.0-intl (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:57.9829386Z WARNING: Module intl ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.0177655Z Removing php8.0-ldap (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:58.0576370Z WARNING: Module ldap ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.0929637Z Removing php8.0-mbstring (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:58.1227985Z WARNING: Module mbstring ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.1577415Z Removing php8.0-memcache (8.0+4.0.5.2+3.0.9
20170802.e702b5f9+-3+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:58.1751720Z WARNING: Module memcache ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.2113510Z Removing php8.0-mongodb (1.12.0+1.9.2+1.7.5-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:58.2292511Z WARNING: Module mongodb ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.2633818Z Removing php8.0-msgpack (2.2.0rc1+2.1.2+0.5.7-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:58.2817787Z WARNING: Module msgpack ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.3164570Z Removing php8.0-mysql (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:58.3471493Z WARNING: Module mysqlnd ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.3623077Z WARNING: Module mysqli ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.3775186Z WARNING: Module pdo_mysql ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.4123651Z Removing php8.0-odbc (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:58.4440889Z WARNING: Module odbc ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.4591763Z WARNING: Module pdo_odbc ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.4944955Z Removing php8.0-pcov (1.0.11-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:58.5176035Z WARNING: Module pcov ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.5524817Z Removing php8.0-pgsql (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:58.5957325Z WARNING: Module pgsql ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.6112559Z WARNING: Module pdo_pgsql ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.6470643Z Removing php8.0-pspell (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:58.6764606Z WARNING: Module pspell ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.7123873Z Removing php8.0-soap (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:58.7551740Z WARNING: Module soap ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.7908202Z Removing php8.0-sqlite3 (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:58.8252819Z WARNING: Module sqlite3 ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.8403332Z WARNING: Module pdo_sqlite ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.8755109Z Removing php8.0-sybase (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:58.8925448Z WARNING: Module pdo_dblib ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.9285322Z Removing php8.0-tidy (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:58.9467325Z WARNING: Module tidy ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:58.9949535Z Removing php8.0-xdebug (3.1.2+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:59.0128718Z WARNING: Module xdebug ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:59.0477426Z Removing php8.0-xsl (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:59.0701755Z Removing php8.0-xml (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:59.1158750Z WARNING: Module dom ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:59.1307693Z WARNING: Module simplexml ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:59.1457877Z WARNING: Module xml ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:59.1605696Z WARNING: Module xmlreader ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:59.1753855Z WARNING: Module xmlwriter ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:59.1901248Z WARNING: Module xsl ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:59.2247256Z Removing php8.0-yaml (2.2.2+2.1.0+2.0.4+1.3.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:59.2470082Z WARNING: Module yaml ini file doesn't exist under /etc/php/8.0/mods-available
2022-01-22T09:51:59.2814357Z Removing php8.1 (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:59.3208923Z Removing php8.1-amqp (1.11.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:59.3428326Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.3428822Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.3429253Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.3429691Z WARNING: Module amqp ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.3894222Z Removing php8.1-apcu (5.1.21+4.0.11-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:51:59.4120079Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.4120577Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.4121033Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.4121475Z WARNING: Module apcu ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.4579411Z Removing php8.1-bcmath (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:59.4813869Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.4814841Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.4815508Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.4816485Z WARNING: Module bcmath ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.5281968Z Removing php8.1-bz2 (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:59.5582514Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.5583015Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.5583440Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.5583874Z WARNING: Module bz2 ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:51:59.6043580Z Removing php8.1-cgi (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:51:59.9334487Z apache2_invoke php8.1-cgi prerm: No action required
2022-01-22T09:51:59.9767645Z Removing php8.1-dev (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:00.0692661Z Removing php8.1-phpdbg (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:00.3747485Z Removing php8.1-zip (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:00.4069523Z WARNING: Module zip ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:00.4070633Z WARNING: Module zip ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:00.4470805Z Removing php8.1-curl (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:00.4744947Z WARNING: Module curl ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:00.4745695Z WARNING: Module curl ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:00.5136042Z Removing php8.1-dba (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:00.5430801Z WARNING: Module dba ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:00.5431830Z WARNING: Module dba ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:00.5827449Z Removing php8.1-enchant (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:00.6005107Z WARNING: Module enchant ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:00.6005970Z WARNING: Module enchant ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:00.6406277Z Removing php8.1-fpm (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:01.2287456Z apache2_invoke php8.1-fpm prerm: No action required
2022-01-22T09:52:01.5532311Z Removing php8.1-gd (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:01.5954699Z WARNING: Module gd ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:01.6306753Z Removing php8.1-gmp (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:01.6601700Z WARNING: Module gmp ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:01.6950323Z Removing php8.1-memcached (3.1.5+2.2.0-10+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:01.7122317Z WARNING: Module memcached ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:01.7474483Z Removing php8.1-redis (5.3.5+4.3.0-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:01.7649064Z WARNING: Module redis ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:01.8001962Z Removing php8.1-igbinary (3.2.6+2.0.8-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:01.8226169Z WARNING: Module igbinary ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:01.8573035Z Removing php8.1-imagick (3.6.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:01.8747624Z WARNING: Module imagick ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:01.9084942Z Removing php8.1-imap (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:01.9379235Z WARNING: Module imap ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:01.9718524Z Removing php8.1-interbase (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:01.9997325Z WARNING: Module pdo_firebird ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.0344417Z Removing php8.1-intl (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.0598488Z WARNING: Module intl ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.0953653Z Removing php8.1-ldap (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.1251727Z WARNING: Module ldap ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.1598679Z Removing php8.1-mbstring (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.1890517Z WARNING: Module mbstring ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.2237528Z Removing php8.1-memcache (8.0+4.0.5.2+3.0.9
20170802.e702b5f9+-3+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:02.2419914Z WARNING: Module memcache ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.2762567Z Removing php8.1-mongodb (1.12.0+1.9.2+1.7.5-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.2935112Z WARNING: Module mongodb ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.3285334Z Removing php8.1-msgpack (2.2.0rc1+2.1.2+0.5.7-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:02.3462534Z WARNING: Module msgpack ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.3809036Z Removing php8.1-mysql (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.4113886Z WARNING: Module mysqlnd ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.4267072Z WARNING: Module mysqli ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.4418478Z WARNING: Module pdo_mysql ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.4760259Z Removing php8.1-odbc (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.5063817Z WARNING: Module odbc ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.5212791Z WARNING: Module pdo_odbc ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.5564175Z Removing php8.1-pcov (1.0.11-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.6056204Z WARNING: Module pcov ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.6402637Z Removing php8.1-pgsql (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.6582571Z WARNING: Module pgsql ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.6733737Z WARNING: Module pdo_pgsql ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.7076098Z Removing php8.1-pspell (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.7406565Z WARNING: Module pspell ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.7751642Z Removing php8.1-soap (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.8043183Z WARNING: Module soap ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.8390762Z Removing php8.1-sqlite3 (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.8570584Z WARNING: Module sqlite3 ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.8719528Z WARNING: Module pdo_sqlite ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.9078389Z Removing php8.1-sybase (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.9254935Z WARNING: Module pdo_dblib ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:02.9593050Z Removing php8.1-tidy (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:02.9771075Z WARNING: Module tidy ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:03.0108863Z Removing php8.1-xdebug (3.1.2+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:03.0279120Z WARNING: Module xdebug ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:03.0627030Z Removing php8.1-xsl (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:03.0874844Z Removing php8.1-xml (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:03.1108107Z WARNING: Module dom ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:03.1261922Z WARNING: Module simplexml ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:03.1415404Z WARNING: Module xml ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:03.1565886Z WARNING: Module xmlreader ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:03.1720516Z WARNING: Module xmlwriter ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:03.1870597Z WARNING: Module xsl ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:03.2232696Z Removing php8.1-yaml (2.2.2+2.1.0+2.0.4+1.3.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:03.2406360Z WARNING: Module yaml ini file doesn't exist under /etc/php/8.1/mods-available
2022-01-22T09:52:03.2762012Z Removing powershell (7.2.1-1.deb) ...
2022-01-22T09:52:03.3965861Z Removing snmp (5.8+dfsg-2ubuntu2.3) ...
2022-01-22T09:52:03.4202497Z Removing libsnmp35:amd64 (5.8+dfsg-2ubuntu2.3) ...
2022-01-22T09:52:03.4572313Z Removing libmysqlclient21:amd64 (8.0.26-1ubuntu20.04) ...
2022-01-22T09:52:03.4786720Z Removing mysql-common (8.0.26-1ubuntu20.04) ...
2022-01-22T09:52:03.5325844Z Removing mysql-community-client-plugins (8.0.26-1ubuntu20.04) ...
2022-01-22T09:52:03.5523195Z Removing php7.4-cli (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:03.6875431Z Removing php7.4-json (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:03.7448926Z Removing php7.4-opcache (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:03.7967298Z Removing php7.4-readline (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:03.8498840Z Removing php8.0-cli (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:03.9870725Z Removing php8.0-opcache (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:04.0436043Z Removing php8.0-readline (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:04.1009028Z Removing php8.1-cli (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:04.2340859Z Removing php8.1-opcache (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:04.2865820Z Removing php8.1-readline (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:04.3437142Z Removing php7.4-common (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:04.5180199Z Removing php8.0-common (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:04.6917603Z Removing php8.1-common (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:04.8906265Z Removing php-common (2:91+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:04.9158466Z Warning: Stopping phpsessionclean.service, but it can still be activated by:
2022-01-22T09:52:04.9159075Z phpsessionclean.timer
2022-01-22T09:52:05.7683124Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2022-01-22T09:52:05.8109504Z Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
2022-01-22T09:52:05.8389171Z Processing triggers for man-db (2.9.1-1) ...
2022-01-22T09:52:06.5604208Z Processing triggers for mime-support (3.64ubuntu1) ...
2022-01-22T09:52:06.6674389Z (Reading database ...
2022-01-22T09:52:06.6675018Z (Reading database ... 5%
2022-01-22T09:52:06.6676658Z (Reading database ... 10%
2022-01-22T09:52:06.6677314Z (Reading database ... 15%
2022-01-22T09:52:06.6677603Z (Reading database ... 20%
2022-01-22T09:52:06.6679628Z (Reading database ... 25%
2022-01-22T09:52:06.6680112Z (Reading database ... 30%
2022-01-22T09:52:06.6680600Z (Reading database ... 35%
2022-01-22T09:52:06.6682991Z (Reading database ... 40%
2022-01-22T09:52:06.6687762Z (Reading database ... 45%
2022-01-22T09:52:06.6688211Z (Reading database ... 50%
2022-01-22T09:52:06.6688598Z (Reading database ... 55%
2022-01-22T09:52:06.6722182Z (Reading database ... 60%
2022-01-22T09:52:06.6753483Z (Reading database ... 65%
2022-01-22T09:52:06.6785042Z (Reading database ... 70%
2022-01-22T09:52:06.6811581Z (Reading database ... 75%
2022-01-22T09:52:06.6932361Z (Reading database ... 80%
2022-01-22T09:52:06.6965192Z (Reading database ... 85%
2022-01-22T09:52:06.7028761Z (Reading database ... 90%
2022-01-22T09:52:06.7152347Z (Reading database ... 95%
2022-01-22T09:52:06.7152869Z (Reading database ... 100%
2022-01-22T09:52:06.7153578Z (Reading database ... 132107 files and directories currently installed.)
2022-01-22T09:52:06.7188354Z Purging configuration files for php8.0-pcov (1.0.11-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:06.7418086Z Purging configuration files for mysql-community-client (8.0.26-1ubuntu20.04) ...
2022-01-22T09:52:06.7525992Z Purging configuration files for php8.0-tidy (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:06.8921797Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:06.9091559Z Purging configuration files for php7.4-snmp (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:06.9915743Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:07.0091722Z Purging configuration files for php7.4-gmp (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:07.0904200Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:07.1071981Z Purging configuration files for php-common (2:91+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:07.9570858Z Purging configuration files for php7.4-phpdbg (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:08.0681272Z Purging configuration files for mysql-common (8.0.26-1ubuntu20.04) ...
2022-01-22T09:52:08.0752793Z update-alternatives: error: no alternatives for my.cnf
2022-01-22T09:52:08.0765241Z dpkg: error processing package mysql-common (--purge):
2022-01-22T09:52:08.0765762Z installed mysql-common package post-removal script subprocess returned error exit status 2
2022-01-22T09:52:08.1077476Z Purging configuration files for google-chrome-stable (97.0.4692.71-1) ...
2022-01-22T09:52:08.1316340Z Purging configuration files for php-pear (1:1.10.12+submodules+notgz+20210212-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:08.1602895Z Purging configuration files for php7.4-amqp (1.11.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:08.1825700Z Purging configuration files for php7.4-json (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:08.2657612Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:08.2832137Z Purging configuration files for php7.4-xml (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:08.3658533Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:08.4427143Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:08.5192403Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:08.5958856Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:08.6740986Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:08.7512131Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:08.7689328Z Purging configuration files for php7.4-pgsql (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:08.8506277Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:08.9274237Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:08.9450954Z Purging configuration files for php8.0-xml (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:09.0258874Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:09.1028119Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:09.1791968Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:09.2554377Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:09.3315215Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:09.4077961Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:09.4250277Z Purging configuration files for php8.1-dba (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:09.5063433Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:09.5231566Z Purging configuration files for php7.4-common (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:09.6040154Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:09.6805603Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:09.7567389Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:09.8332834Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:09.9089937Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:09.9849533Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.0622682Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.1389147Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.2155065Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.2923020Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.3690310Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.4454881Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.5215135Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.5986963Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.6748672Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.7512912Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.8271239Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.8455490Z Purging configuration files for php8.0-memcached (3.1.5+2.2.0-10+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:10.8676931Z Purging configuration files for php8.0-imap (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:10.9486754Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:10.9659399Z Purging configuration files for php7.4-apcu (5.1.21+4.0.11-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:10.9873681Z Purging configuration files for php8.0-soap (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:11.0694377Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:11.0855825Z Purging configuration files for php7.4-imagick (3.6.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:11.1067037Z Purging configuration files for php8.1-snmp (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:11.1918179Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:11.2103895Z Purging configuration files for php7.4-xmlrpc (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:11.2925223Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:11.3108485Z Purging configuration files for php8.1-bcmath (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:11.3922853Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:11.4089922Z Purging configuration files for php7.4-curl (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:11.4902252Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:11.5072644Z Purging configuration files for php8.0-apcu (5.1.21+4.0.11-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:11.5284755Z Purging configuration files for php7.4-mysql (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:11.6098507Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:11.6869449Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:11.7639527Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:11.7809791Z Purging configuration files for php7.4-zmq (1.1.3-19+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:11.8029469Z Purging configuration files for php8.0-msgpack (2.2.0
rc1+2.1.2+0.5.7-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:11.8254917Z Purging configuration files for php7.4-fpm (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:12.8100860Z apache2_invoke php7.4-fpm postrm: No action required
2022-01-22T09:52:12.8304516Z Purging configuration files for php8.1-gmp (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:12.9124207Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:12.9293908Z Purging configuration files for firefox (95.0.1+build2-0ubuntu0.20.04.1) ...
2022-01-22T09:52:12.9602361Z Purging configuration files for php7.4-cgi (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:13.0998417Z apache2_invoke php7.4-cgi postrm: No action required
2022-01-22T09:52:13.1183534Z Purging configuration files for php8.0-mysql (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:13.2000328Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:13.2763912Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:13.3530828Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:13.3703875Z Purging configuration files for php8.1-xdebug (3.1.2+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:13.3926730Z Purging configuration files for php8.1-bz2 (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:13.4737445Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:13.4900058Z Purging configuration files for php8.1-mbstring (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:13.5717600Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:13.5886076Z Purging configuration files for php7.4-enchant (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:13.6696726Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:13.6860341Z Purging configuration files for php8.1-common (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:13.7674996Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:13.8437380Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:13.9199339Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:13.9959771Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.0721494Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.1485672Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.2244123Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.3003358Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.3763202Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.4520032Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.5281741Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.6039988Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.6799819Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.7563079Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.8325909Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.9090360Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:14.9857802Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:15.0036727Z Purging configuration files for php7.4-bcmath (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:15.0853143Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:15.1024150Z Purging configuration files for php7.4-memcache (8.0+4.0.5.2+3.0.920170802.e702b5f9+-3+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:15.1252910Z Purging configuration files for php8.1-imap (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:15.2216570Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:15.2384028Z Purging configuration files for php8.0-interbase (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:15.3191014Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:15.3359273Z Purging configuration files for php8.0-mbstring (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:15.4160410Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:15.4328571Z Purging configuration files for php8.1-memcached (3.1.5+2.2.0-10+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:15.4552289Z Purging configuration files for php8.1-gd (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:15.5362005Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:15.5524800Z Purging configuration files for php8.1-phpdbg (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:15.6468378Z Purging configuration files for php7.4-imap (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:15.7291912Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:15.7457740Z Purging configuration files for php7.4-readline (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:15.8273663Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:15.8437652Z Purging configuration files for php8.0-zmq (1.1.3-19+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:15.8656690Z Purging configuration files for php7.4-xdebug (3.1.2+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:15.8865734Z Purging configuration files for php7.4-mbstring (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:15.9676266Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:15.9837433Z Purging configuration files for php8.0-bz2 (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:16.0652193Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:16.0817503Z Purging configuration files for php7.4-odbc (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:16.1624191Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:16.2399540Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:16.2568994Z Purging configuration files for php8.1-pgsql (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:16.3390973Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:16.4164660Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:16.4333535Z Purging configuration files for php8.0-zip (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:16.5163014Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:16.5337575Z Purging configuration files for php8.0-intl (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:16.6146760Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:16.6312053Z Purging configuration files for php7.4-bz2 (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:16.7121896Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:16.7293592Z Purging configuration files for php7.4-cli (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:16.8247239Z Purging configuration files for php8.1-zmq (1.1.3-19+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:16.8465586Z Purging configuration files for php8.1-msgpack (2.2.0
rc1+2.1.2+0.5.7-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:16.8669113Z Purging configuration files for php8.0-yaml (2.2.2+2.1.0+2.0.4+1.3.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:16.8863959Z Purging configuration files for php7.4-intl (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:16.9685176Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:16.9867285Z Purging configuration files for php8.0-bcmath (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:17.0851941Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:17.1026286Z Purging configuration files for php8.0-odbc (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:17.1836644Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:17.2604679Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:17.2776903Z Purging configuration files for php8.0-gd (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:17.3585424Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:17.3759489Z Purging configuration files for php8.1-curl (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:17.4564125Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:17.4729464Z Purging configuration files for php8.0-memcache (8.0+4.0.5.2+3.0.920170802.e702b5f9+-3+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:17.4948074Z Purging configuration files for php8.1-odbc (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:17.5753151Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:17.6515724Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:17.6678289Z Purging configuration files for php8.1-yaml (2.2.2+2.1.0+2.0.4+1.3.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:17.6889102Z Purging configuration files for php7.4-msgpack (2.2.0
rc1+2.1.2+0.5.7-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:17.7102513Z Purging configuration files for php8.0-gmp (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:17.7917418Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:17.8078300Z Purging configuration files for php8.1-sqlite3 (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:17.8880388Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:17.9670781Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:17.9845434Z Purging configuration files for php8.1-xml (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:18.0663312Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:18.1431489Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:18.2198820Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:18.2965199Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:18.3724114Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:18.4482767Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:18.4662745Z Purging configuration files for php8.0-cgi (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:18.6053797Z apache2_invoke php8.0-cgi postrm: No action required
2022-01-22T09:52:18.6250130Z Purging configuration files for php8.0-pspell (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:18.7073284Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:18.7248586Z Purging configuration files for php8.0-fpm (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:19.7187443Z apache2_invoke php8.0-fpm postrm: No action required
2022-01-22T09:52:19.7382721Z Purging configuration files for php8.0-mongodb (1.12.0+1.9.2+1.7.5-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:19.7611441Z Purging configuration files for php8.0-curl (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:19.8438702Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:19.8609998Z Purging configuration files for php8.1-soap (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:19.9441279Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:19.9612799Z Purging configuration files for php8.0-phpdbg (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:20.0565563Z Purging configuration files for php8.1-enchant (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:20.1452448Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:20.1627084Z Purging configuration files for php8.1-fpm (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:21.1436617Z apache2_invoke php8.1-fpm postrm: No action required
2022-01-22T09:52:21.1469104Z dpkg: warning: while removing php8.1-fpm, directory '/usr/share/php' not empty so not removed
2022-01-22T09:52:21.1758402Z Purging configuration files for php7.4-yaml (2.2.2+2.1.0+2.0.4+1.3.2-1+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:21.1976296Z Purging configuration files for php7.4-zip (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:21.2792604Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:21.2958920Z Purging configuration files for php8.1-mysql (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:21.3764687Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:21.4526033Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:21.5288864Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:21.5459367Z Purging configuration files for php7.4-igbinary (3.2.6+2.0.8-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:21.5672481Z Purging configuration files for hhvm (4.143.0-1focal) ...
2022-01-22T09:52:21.5874099Z Purging configuration files for php8.1-cli (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:21.6810356Z Purging configuration files for sphinxsearch (2.2.11-2ubuntu2) ...
2022-01-22T09:52:21.9588168Z Purging configuration files for php7.4-pspell (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:22.0458446Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:22.0625845Z Purging configuration files for mysql-community-server (8.0.26-1ubuntu20.04) ...
2022-01-22T09:52:22.1554229Z .
2022-01-22T09:52:23.3041847Z Purging configuration files for php7.4-dba (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:23.3862965Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:23.4028499Z Purging configuration files for php8.0-readline (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:23.4835084Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:23.4998200Z Purging configuration files for php8.0-amqp (1.11.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:23.5206149Z Purging configuration files for php7.4-interbase (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:23.6021516Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:23.6180115Z Purging configuration files for php8.0-cli (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:23.7115143Z Purging configuration files for php8.0-opcache (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:23.7921263Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:23.8076272Z Purging configuration files for php8.1-tidy (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:23.8877689Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:23.9035212Z Purging configuration files for php8.0-common (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:23.9864269Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.0628675Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.1389612Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.2153341Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.2910138Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.3669705Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.4429455Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.5189378Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.5949283Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.6706383Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.7463175Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.8222623Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.8982682Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:24.9745710Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:25.0505005Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:25.1267503Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:25.2032778Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:25.2207918Z Purging configuration files for php8.0-xdebug (3.1.2+2.9.8+2.8.1+2.5.5-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:25.2430695Z Purging configuration files for php8.0-ldap (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:25.3263356Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:25.3425941Z Purging configuration files for php8.1-zip (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:25.4233097Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:25.4404082Z Purging configuration files for php8.0-redis (5.3.5+4.3.0-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:25.4627070Z Purging configuration files for php8.1-redis (5.3.5+4.3.0-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:25.4830924Z Purging configuration files for php8.1-amqp (1.11.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:25.5035772Z Purging configuration files for php7.4-ldap (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:25.5847960Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:25.6006710Z Purging configuration files for php8.1-igbinary (3.2.6+2.0.8-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:25.6209750Z Purging configuration files for powershell (7.2.1-1.deb) ...
2022-01-22T09:52:25.6264840Z dpkg: warning: while removing powershell, directory '/usr/local/share/man/man1' not empty so not removed
2022-01-22T09:52:25.6404163Z Purging configuration files for php8.0-pgsql (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:25.7222863Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:25.7983998Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:25.8147303Z Purging configuration files for php8.0-enchant (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:25.8948321Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:25.9112445Z Purging configuration files for php7.4-opcache (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:25.9922460Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:26.0077601Z Purging configuration files for php8.1-memcache (8.0+4.0.5.2+3.0.9
20170802.e702b5f9+-3+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:26.0280150Z Purging configuration files for php7.4-pcov (1.0.11-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:26.0473097Z Purging configuration files for php8.1-pspell (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:26.1284088Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:26.1435893Z Purging configuration files for php8.1-readline (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:26.2238382Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:26.2394946Z Purging configuration files for php8.0-sqlite3 (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:26.3197696Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:26.3959439Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:26.4122633Z Purging configuration files for php7.4-mongodb (1.12.0+1.9.2+1.7.5-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:26.4331546Z Purging configuration files for php8.1-imagick (3.6.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:26.4540326Z Purging configuration files for php7.4-sqlite3 (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:26.5358431Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:26.6126833Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:26.6294907Z Purging configuration files for php8.1-cgi (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:26.7681409Z apache2_invoke php8.1-cgi postrm: No action required
2022-01-22T09:52:26.7870072Z Purging configuration files for php8.0-dba (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:26.8682978Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:26.8844279Z Purging configuration files for php7.4-tidy (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:26.9646167Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:26.9814153Z Purging configuration files for php8.0-snmp (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:27.0613168Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:27.0772683Z Purging configuration files for php7.4-soap (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:27.1572393Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:27.1870938Z Purging configuration files for php7.4-sybase (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:27.2679522Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:27.2840332Z Purging configuration files for php8.1-interbase (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:27.3640028Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:27.3796478Z Purging configuration files for php8.0-igbinary (3.2.6+2.0.8-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:27.4008098Z Purging configuration files for php7.4-redis (5.3.5+4.3.0-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:27.4205844Z Purging configuration files for php8.0-sybase (8.0.14-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:27.5034545Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:27.5187282Z Purging configuration files for php8.1-opcache (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:27.5989757Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:27.6150865Z Purging configuration files for php8.1-intl (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:27.6956565Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:27.7110253Z Purging configuration files for php7.4-gd (7.4.27-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:27.7907509Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:27.8067378Z Purging configuration files for php8.1-sybase (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:27.8873851Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:27.9028812Z Purging configuration files for php7.4-memcached (3.1.5+2.2.0-10+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:27.9229951Z Purging configuration files for php8.0-imagick (3.6.0-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:27.9423534Z Purging configuration files for php8.1-mongodb (1.12.0+1.9.2+1.7.5-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:27.9612775Z Purging configuration files for php8.1-apcu (5.1.21+4.0.11-2+ubuntu20.04.1+deb.sury.org+3) ...
2022-01-22T09:52:27.9797042Z Purging configuration files for php8.1-ldap (8.1.1-2+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:28.0614929Z find: ‘/etc/php/’: No such file or directory
2022-01-22T09:52:28.0776583Z Purging configuration files for php8.1-pcov (1.0.11-1+ubuntu20.04.1+deb.sury.org+1) ...
2022-01-22T09:52:28.0987279Z Purging configuration files for azure-cli (2.32.0-1~focal) ...
2022-01-22T09:52:28.1021795Z dpkg: warning: while removing azure-cli, directory '/opt/az' not empty so not removed
2022-01-22T09:52:28.1168052Z Errors were encountered while processing:
2022-01-22T09:52:28.1168450Z mysql-common
2022-01-22T09:52:29.7164470Z E: Sub-process /usr/bin/dpkg returned an error code (1)
2022-01-22T09:52:29.7197688Z ##[error]Process completed with exit code 100.

Newifi_D2编译出错

今天编译Newifi_D2的时候出错,查了日志 ,怀疑是kmod-mt7603e和kmod-mt7603冲突了,具体log如下,还请指导一下怎么处理,感谢!
2020-09-13T08:08:09.8144072Z Configuring luci-app-vlmcsd.
2020-09-13T08:08:09.8144593Z Configuring kmod-usb-ohci.
2020-09-13T08:08:09.8144956Z Configuring resolveip.
2020-09-13T08:08:09.8145454Z Configuring wireless-regdb.
2020-09-13T08:08:09.8145974Z Configuring kmod-cfg80211.
2020-09-13T08:08:09.9692425Z Collected errors:
2020-09-13T08:08:09.9717779Z Configuring hostapd-common.
2020-09-13T08:08:09.9719255Z * check_data_file_clashes: Package kmod-mt7603e wants to install file /home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/lib/modules/5.4.61/mt7603e.ko
2020-09-13T08:08:09.9727820Z Configuring kmod-mac80211.
2020-09-13T08:08:09.9728709Z But that file is already provided by package * kmod-mt7603
2020-09-13T08:08:09.9729420Z Configuring kmod-mt76-core.
2020-09-13T08:08:09.9731227Z * opkg_install_cmd: Cannot install package kmod-mt7603e.
2020-09-13T08:08:09.9731868Z Configuring kmod-mt76x02-common.
2020-09-13T08:08:09.9733499Z make[2]: *** [package/install] Error 255
2020-09-13T08:08:09.9734161Z Configuring kmod-mt76x2-common.
2020-09-13T08:08:09.9735996Z make[1]: *** [/home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install] Error 2
2020-09-13T08:08:09.9737204Z Configuring kmod-mt76x2.
2020-09-13T08:08:09.9737936Z Configuring kmod-mt7603.
2020-09-13T08:08:09.9738566Z Configuring kmod-mt76.
2020-09-13T08:08:09.9739319Z Configuring luci-i18n-autoreboot-zh-cn.
2020-09-13T08:08:09.9739897Z Configuring dns2socks.
2020-09-13T08:08:09.9740298Z Configuring p910nd.
2020-09-13T08:08:09.9740698Z Configuring etherwake.
2020-09-13T08:08:09.9741405Z Configuring kmod-usb-ehci.
2020-09-13T08:08:09.9742908Z Configuring strongswan-mod-aes.
2020-09-13T08:08:09.9743416Z Configuring vsftpd-alt.
2020-09-13T08:08:09.9743872Z Configuring luci-app-vsftpd.
2020-09-13T08:08:09.9744423Z Configuring luci-i18n-vsftpd-zh-cn.
2020-09-13T08:08:09.9745233Z Configuring luci-i18n-unblockmusic-zh-cn.
2020-09-13T08:08:09.9745735Z Configuring libmbedtls12.
2020-09-13T08:08:09.9746755Z Configuring strongswan-mod-kernel-libipsec.
2020-09-13T08:08:09.9747442Z Configuring block-mount.
2020-09-13T08:08:09.9747962Z Configuring strongswan-mod-xcbc.
2020-09-13T08:08:09.9748466Z Configuring luci-app-ddns.
2020-09-13T08:08:09.9749012Z Configuring strongswan-mod-random.
2020-09-13T08:08:09.9749532Z Configuring kmod-usb2.
2020-09-13T08:08:09.9749851Z Configuring miniupnpd.
2020-09-13T08:08:09.9750283Z Configuring kmod-usb3.
2020-09-13T08:08:09.9750602Z Configuring libsodium.
2020-09-13T08:08:09.9751048Z Configuring v2ray-plugin.
2020-09-13T08:08:09.9751597Z Configuring shadowsocksr-libev-alt.
2020-09-13T08:08:09.9752182Z Configuring iptables-mod-tproxy.
2020-09-13T08:08:09.9752576Z Configuring microsocks.
2020-09-13T08:08:09.9753163Z Configuring shadowsocks-libev-ss-local.
2020-09-13T08:08:09.9753909Z Configuring shadowsocksr-libev-ssr-local.
2020-09-13T08:08:09.9754661Z Configuring shadowsocks-libev-ss-redir.
2020-09-13T08:08:09.9756136Z Configuring simple-obfs.
2020-09-13T08:08:09.9756566Z Configuring tcping.
2020-09-13T08:08:09.9762241Z Configuring shadowsocksr-libev-server.
2020-09-13T08:08:09.9763048Z Configuring luci-app-ssr-plus.
2020-09-13T08:08:09.9765977Z Configuring kmod-mmc.
2020-09-13T08:08:09.9766591Z Configuring wireless-tools.
2020-09-13T08:08:09.9767027Z Configuring mt_wifi.
2020-09-13T08:08:09.9767386Z Configuring uci.
2020-09-13T08:08:09.9767970Z Configuring kmod-ipt-offload.
2020-09-13T08:08:09.9768576Z Configuring kmod-tcp-bbr.
2020-09-13T08:08:09.9769252Z Configuring luci-app-flowoffload.
2020-09-13T08:08:09.9770085Z Configuring luci-i18n-flowoffload-zh-cn.
2020-09-13T08:08:09.9770895Z Configuring strongswan-mod-hmac.
2020-09-13T08:08:09.9774840Z Configuring dropbear.
2020-09-13T08:08:09.9775553Z Configuring ca-bundle.
2020-09-13T08:08:09.9775958Z Configuring libcurl4.
2020-09-13T08:08:09.9776312Z Configuring curl.
2020-09-13T08:08:09.9776963Z Configuring luci-i18n-samba-zh-cn.
2020-09-13T08:08:09.9777460Z Configuring libgmp10.
2020-09-13T08:08:09.9778022Z Configuring luci-compat.
2020-09-13T08:08:09.9778664Z Configuring strongswan-charon.
2020-09-13T08:08:09.9779111Z Configuring mtd.
2020-09-13T08:08:09.9779745Z Configuring luci-i18n-vlmcsd-zh-cn.
2020-09-13T08:08:09.9780497Z Configuring luci-i18n-arpbind-zh-cn.
2020-09-13T08:08:09.9781244Z Configuring strongswan-mod-gmp.
2020-09-13T08:08:09.9782115Z Configuring strongswan-mod-kernel-netlink.
2020-09-13T08:08:09.9782999Z Configuring strongswan-mod-nonce.
2020-09-13T08:08:09.9783776Z Configuring strongswan-mod-pubkey.
2020-09-13T08:08:09.9784682Z Configuring strongswan-mod-socket-default.
2020-09-13T08:08:09.9785526Z Configuring strongswan-ipsec.
2020-09-13T08:08:09.9786261Z Configuring strongswan-mod-stroke.
2020-09-13T08:08:09.9787030Z Configuring strongswan-mod-updown.
2020-09-13T08:08:09.9787790Z Configuring strongswan-mod-x509.
2020-09-13T08:08:09.9788517Z Configuring strongswan-minimal.
2020-09-13T08:08:09.9789424Z Configuring strongswan-mod-xauth-generic.
2020-09-13T08:08:09.9790516Z Configuring luci-app-ipsec-vpnd.
2020-09-13T08:08:09.9791159Z Configuring kmod-sdhci.
2020-09-13T08:08:09.9791556Z Configuring wsdd2.
2020-09-13T08:08:09.9792086Z Configuring urandom-seed.
2020-09-13T08:08:09.9792724Z Configuring kmod-crypto-arc4.
2020-09-13T08:08:09.9793378Z Configuring kmod-crypto-ecb.
2020-09-13T08:08:09.9793969Z Configuring kmod-mppe.
2020-09-13T08:08:09.9794348Z Configuring ppp.
2020-09-13T08:08:09.9794906Z Configuring kmod-leds-gpio.
2020-09-13T08:08:09.9795627Z Configuring luci-i18n-ssr-plus-zh-cn.
2020-09-13T08:08:09.9796430Z Configuring kmod-gpio-button-hotplug.
2020-09-13T08:08:09.9796955Z Configuring logd.
2020-09-13T08:08:09.9797611Z Configuring luci-app-accesscontrol.
2020-09-13T08:08:09.9798493Z Configuring luci-i18n-accesscontrol-zh-cn.
2020-09-13T08:08:09.9799276Z Configuring luci-app-p910nd.
2020-09-13T08:08:09.9799954Z Configuring luci-i18n-p910nd-zh-cn.
2020-09-13T08:08:09.9800849Z Configuring luci-i18n-ipsec-vpnd-zh-cn.
2020-09-13T08:08:09.9801604Z Configuring kmod-mt76x2e.
2020-09-13T08:08:09.9802259Z Configuring luci-i18n-ddns-zh-cn.
2020-09-13T08:08:09.9803024Z Configuring kmod-nf-nathelper-extra.
2020-09-13T08:08:09.9803780Z Configuring kmod-crypto-crc32.
2020-09-13T08:08:09.9804413Z Configuring kmod-fs-f2fs.
2020-09-13T08:08:09.9805396Z Configuring luci-app-ramfree.
2020-09-13T08:08:09.9806151Z Configuring luci-i18n-ramfree-zh-cn.
2020-09-13T08:08:09.9806636Z Configuring wol.
2020-09-13T08:08:09.9807159Z Configuring luci-app-wol.
2020-09-13T08:08:09.9807795Z Configuring luci-i18n-wol-zh-cn.
2020-09-13T08:08:09.9808435Z Configuring luci-app-upnp.
2020-09-13T08:08:09.9809110Z Configuring openssh-sftp-client.
2020-09-13T08:08:09.9809811Z Configuring default-settings.
2020-09-13T08:08:09.9810464Z Configuring luci-app-mtwifi.
2020-09-13T08:08:09.9811143Z Configuring luci-i18n-ttyd-zh-cn.
2020-09-13T08:08:09.9811580Z Configuring htop.
2020-09-13T08:08:09.9811938Z Configuring f2fsck.
2020-09-13T08:08:09.9812562Z Configuring luci-i18n-base-zh-cn.
2020-09-13T08:08:09.9813267Z Configuring kmod-sdhci-mt7620.
2020-09-13T08:08:09.9814031Z Configuring kmod-usb-ledtrig-usbport.
2020-09-13T08:08:09.9814751Z Configuring kmod-usb-uhci.
2020-09-13T08:08:09.9815187Z Configuring autosamba.
2020-09-13T08:08:09.9815842Z Configuring luci-i18n-upnp-zh-cn.
2020-09-13T08:08:09.9816607Z Configuring kmod-usb-storage-extras.
2020-09-13T08:08:09.9817123Z Configuring urngd.
2020-09-13T08:08:09.9817788Z Configuring luci-i18n-firewall-zh-cn.
2020-09-13T08:08:09.9818484Z Configuring ppp-mod-pppoe.
2020-09-13T08:08:09.9819181Z Configuring luci-i18n-nlbwmon-zh-cn.
2020-09-13T08:08:09.9819994Z package/Makefile:65: recipe for target 'package/install' failed
2020-09-13T08:08:09.9821018Z make[2]: Leaving directory '/home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt'
2020-09-13T08:08:09.9822572Z package/Makefile:108: recipe for target '/home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install' failed
2020-09-13T08:08:09.9824615Z Build failed - please re-run with -j1 to see the real error message
2020-09-13T08:08:09.9825640Z make[1]: Leaving directory '/home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt'
2020-09-13T08:08:09.9826541Z make: *** [world] Error 1
2020-09-13T08:08:09.9827603Z /home/runner/work/AutoBuild-OpenWrt/AutoBuild-OpenWrt/openwrt/include/toplevel.mk:222: recipe for target 'world' failed
2020-09-13T08:08:09.9927289Z ##[error]Process completed with exit code 2.
2020-09-13T08:08:10.0472373Z Post job cleanup.
2020-09-13T08:08:10.5555360Z [command]/usr/bin/git version
2020-09-13T08:08:10.5624861Z git version 2.28.0
2020-09-13T08:08:10.5695532Z [command]/usr/bin/git config --local --name-only --get-regexp core.sshCommand
2020-09-13T08:08:10.5733096Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2020-09-13T08:08:10.6283541Z [command]/usr/bin/git config --local --name-only --get-regexp http.https://github.com/.extraheader
2020-09-13T08:08:10.6321301Z http.https://github.com/.extraheader
2020-09-13T08:08:10.6338434Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2020-09-13T08:08:10.6418017Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http.https://github.com/.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2020-09-13T08:08:10.6819107Z Cleaning up orphan processes

20200701后的固件无法启动

详细的描述在这里 https://github.com/coolsnowwolf/lede/issues/7624,esir帮忙看看,能提供下思路也好

现象如下:
使用的是esir的精品固件
刷入的方式是:进入pe,diskGenius删除硬盘分区,用physicalWrite刷入uefi的img
现象是:重启后有出现uefi Os的引导选项,选择后闪一下白色进度条后就黑屏,底部左下角有个白色短横杠,没有其他反应了。

我从2020年的固件开始尝试,发一些规律:
20200701后的固件名字是generic-squashfs-uefi, 之前的 uefi-gpt-squashfs,gpt的我试了两个固件都是可以的,generic的都不行,会出现上述失败现象

generic刷完后是三个分区,gpt是四个

generic的固件在diskGenius中加载虚拟磁盘时,会提示:GUID备份分区表损坏,gpt的不会

esir~自定义主题还是不行

改了你最新改好的customize.sh和Build_OP_x86_64.yml,编译出来还是lean源码的Argon主题。\packages\x86_64\base里的IPK也是luci-theme-argon_1.0-2_all.ipk,并非jerrykuku版的1.7.2-20210309

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.