2023-08-03 01:35:08 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230803-093416-000277', 'upload-sftp-20230803-093417-000278'] 2023-08-03 01:35:08 DEBUG Considering upload upload-sftp-20230803-093416-000277 2023-08-03 01:35:08 DEBUG Considering changefile openkylin/yangtze-proposed/apache2_2.4.54-ok6_source.changes 2023-08-03 01:35:08 DEBUG CI build tag is: jenkins-ci-upload-9362 2023-08-03 01:35:08 DEBUG Finding fresh policy 2023-08-03 01:35:08 INFO Processing upload apache2_2.4.54-ok6_source.changes 2023-08-03 01:35:08 DEBUG Verifying signature on apache2_2.4.54-ok6_source.changes 2023-08-03 01:35:08 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-08-03 01:35:08 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-08-03 01:35:08 DEBUG Verifying signature on apache2_2.4.54-ok6.dsc 2023-08-03 01:35:08 DEBUG Performing DSC verification. 2023-08-03 01:35:08 DEBUG apache2_2.4.54-ok6_source.buildinfo can be unsigned. 2023-08-03 01:35:09 DEBUG Verifying the changes file. 2023-08-03 01:35:09 DEBUG Verifying files in upload. 2023-08-03 01:35:09 DEBUG Verifying source file apache2_2.4.54-ok6.dsc 2023-08-03 01:35:09 DEBUG apache2_2.4.54.orig.tar.gz found in Primary Archive for openKylin 2023-08-03 01:35:09 DEBUG Verifying uploaded source package by unpacking it. 2023-08-03 01:35:10 DEBUG Copying copyright contents. 2023-08-03 01:35:10 DEBUG Found changelog 2023-08-03 01:35:10 DEBUG Cleaning up source tree. 2023-08-03 01:35:10 DEBUG Done 2023-08-03 01:35:10 DEBUG Verifying source file apache2_2.4.54.orig.tar.gz 2023-08-03 01:35:10 DEBUG Verifying source file apache2_2.4.54-ok6.debian.tar.xz 2023-08-03 01:35:10 DEBUG Verifying buildinfo file apache2_2.4.54-ok6_source.buildinfo 2023-08-03 01:35:10 DEBUG Finding and applying overrides. 2023-08-03 01:35:10 DEBUG Checking for apache2/2.4.54-ok6 source ancestry 2023-08-03 01:35:10 DEBUG Finished checking upload. 2023-08-03 01:35:10 DEBUG Creating queue entry 2023-08-03 01:35:11 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-08-03 01:35:11 DEBUG apache2 diff from 2.4.54-ok5 to 2.4.54-ok6 requested 2023-08-03 01:35:11 DEBUG Setting it to UNAPPROVED 2023-08-03 01:35:11 DEBUG Building recipients list. 2023-08-03 01:35:11 DEBUG Adding recipient: 'Cibot ' 2023-08-03 01:35:11 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-08-03 01:35:11 DEBUG Sent a mail: 2023-08-03 01:35:11 DEBUG Subject: [openkylin/yangtze-proposed] apache2 2.4.54-ok6 (Waiting for approval) 2023-08-03 01:35:11 DEBUG Sender: OKBS notice 2023-08-03 01:35:11 DEBUG Recipients: Cibot 2023-08-03 01:35:11 DEBUG Bcc: Local Root 2023-08-03 01:35:11 DEBUG Body: 2023-08-03 01:35:11 DEBUG apache2 (2.4.54-ok6) yangtze; urgency=medium 2023-08-03 01:35:11 DEBUG --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 19-22: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * CVE-2023-27522 \u5b89\u5168\u66f4\u65b0' Arguments: () 2023-08-03 01:35:11 DEBUG * CVE-2023-27522 \u5b89\u5168\u66f4\u65b0 2023-08-03 01:35:11 DEBUG 2023-08-03 01:35:11 DEBUG Date: Thu, 03 Aug 2023 09:29:26 +0800 2023-08-03 01:35:11 DEBUG Changed-By: chenxinquan 2023-08-03 01:35:11 DEBUG Maintainer: OpenKylin Developers 2023-08-03 01:35:11 DEBUG Signed-By: Cibot 2023-08-03 01:35:11 DEBUG https://build.openkylin.top/openkylin/+source/apache2/2.4.54-ok6 2023-08-03 01:35:11 DEBUG 2023-08-03 01:35:11 DEBUG == 2023-08-03 01:35:11 DEBUG 2023-08-03 01:35:11 DEBUG OK: apache2_2.4.54.orig.tar.gz 2023-08-03 01:35:11 DEBUG OK: apache2_2.4.54-ok6.debian.tar.xz 2023-08-03 01:35:11 DEBUG OK: apache2_2.4.54-ok6.dsc 2023-08-03 01:35:11 DEBUG -> Component: main Section: httpd 2023-08-03 01:35:11 DEBUG This upload awaits approval by a distro manager 2023-08-03 01:35:11 DEBUG 2023-08-03 01:35:11 DEBUG 2023-08-03 01:35:11 DEBUG No announcement sent 2023-08-03 01:35:11 DEBUG 2023-08-03 01:35:11 DEBUG Thank you for your contribution to openKylin. 2023-08-03 01:35:11 DEBUG 2023-08-03 01:35:11 DEBUG -- 2023-08-03 01:35:11 DEBUG You are receiving this email because you made this upload. 2023-08-03 01:35:11 INFO Committing the transaction and any mails associated with this upload. 2023-08-03 01:35:11 DEBUG Considering upload upload-sftp-20230803-093417-000278 2023-08-03 01:35:11 DEBUG Considering changefile ~cibot/openkylin/jenkins-ci-open-mr-3536/yangtze/apache2_2.4.54-ok6_source.changes 2023-08-03 01:35:11 DEBUG CI build tag is: jenkins-ci-open-mr-3536 2023-08-03 01:35:11 DEBUG Finding fresh policy 2023-08-03 01:35:11 INFO Processing upload apache2_2.4.54-ok6_source.changes 2023-08-03 01:35:11 DEBUG Verifying signature on apache2_2.4.54-ok6_source.changes 2023-08-03 01:35:11 DEBUG Verifying signature on apache2_2.4.54-ok6.dsc 2023-08-03 01:35:11 DEBUG Performing DSC verification. 2023-08-03 01:35:11 DEBUG apache2_2.4.54-ok6_source.buildinfo can be unsigned. 2023-08-03 01:35:11 DEBUG Verifying the changes file. 2023-08-03 01:35:11 DEBUG Verifying files in upload. 2023-08-03 01:35:11 DEBUG Verifying source file apache2_2.4.54-ok6.dsc 2023-08-03 01:35:11 DEBUG apache2_2.4.54.orig.tar.gz found in Primary Archive for openKylin 2023-08-03 01:35:11 DEBUG Verifying uploaded source package by unpacking it. 2023-08-03 01:35:13 DEBUG Copying copyright contents. 2023-08-03 01:35:13 DEBUG Found changelog 2023-08-03 01:35:13 DEBUG Cleaning up source tree. 2023-08-03 01:35:13 DEBUG Done 2023-08-03 01:35:13 DEBUG Verifying source file apache2_2.4.54.orig.tar.gz 2023-08-03 01:35:13 DEBUG Verifying source file apache2_2.4.54-ok6.debian.tar.xz 2023-08-03 01:35:13 DEBUG Verifying buildinfo file apache2_2.4.54-ok6_source.buildinfo 2023-08-03 01:35:13 DEBUG Finding and applying overrides. 2023-08-03 01:35:13 DEBUG Checking for apache2/2.4.54-ok6 source ancestry 2023-08-03 01:35:13 DEBUG apache2: (source) NEW 2023-08-03 01:35:13 DEBUG Finished checking upload. 2023-08-03 01:35:13 DEBUG Creating queue entry 2023-08-03 01:35:13 DEBUG apache2 diff from 2.4.54-ok4 (in Openkylin) to 2.4.54-ok6 requested 2023-08-03 01:35:13 DEBUG Setting it to ACCEPTED 2023-08-03 01:35:13 DEBUG Creating PENDING publishing record. 2023-08-03 01:35:14 DEBUG Created amd64 build of apache2 2.4.54-ok6 in openkylin yangtze RELEASE [84466] in jenkins-ci-open-mr-3536 (2510) 2023-08-03 01:35:14 DEBUG Created arm64 build of apache2 2.4.54-ok6 in openkylin yangtze RELEASE [84467] in jenkins-ci-open-mr-3536 (2510) 2023-08-03 01:35:14 DEBUG Created i386 build of apache2 2.4.54-ok6 in openkylin yangtze RELEASE [84468] in jenkins-ci-open-mr-3536 (2510) 2023-08-03 01:35:14 DEBUG Created riscv64 build of apache2 2.4.54-ok6 in openkylin yangtze RELEASE [84469] in jenkins-ci-open-mr-3536 (2510) 2023-08-03 01:35:14 DEBUG Building recipients list. 2023-08-03 01:35:14 DEBUG Adding recipient: 'Cibot ' 2023-08-03 01:35:14 DEBUG Sent a mail: 2023-08-03 01:35:14 DEBUG Subject: [~cibot/openkylin/jenkins-ci-open-mr-3536/yangtze] apache2 2.4.54-ok6 (Accepted) 2023-08-03 01:35:14 DEBUG Sender: OKBS notice 2023-08-03 01:35:14 DEBUG Recipients: Cibot 2023-08-03 01:35:14 DEBUG Bcc: Local Root 2023-08-03 01:35:14 DEBUG Body: 2023-08-03 01:35:14 DEBUG Accepted: 2023-08-03 01:35:14 DEBUG OK: apache2_2.4.54.orig.tar.gz 2023-08-03 01:35:14 DEBUG OK: apache2_2.4.54-ok6.debian.tar.xz 2023-08-03 01:35:14 DEBUG OK: apache2_2.4.54-ok6.dsc 2023-08-03 01:35:14 DEBUG -> Component: main Section: httpd 2023-08-03 01:35:14 DEBUG 2023-08-03 01:35:14 DEBUG apache2 (2.4.54-ok6) yangtze; urgency=medium 2023-08-03 01:35:14 DEBUG --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 19-22: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * CVE-2023-27522 \u5b89\u5168\u66f4\u65b0' Arguments: () 2023-08-03 01:35:14 DEBUG * CVE-2023-27522 \u5b89\u5168\u66f4\u65b0 2023-08-03 01:35:14 DEBUG 2023-08-03 01:35:14 DEBUG -- 2023-08-03 01:35:14 DEBUG https://build.openkylin.top/~cibot/+archive/openkylin/jenkins-ci-open-mr-3536 2023-08-03 01:35:14 DEBUG You are receiving this email because you made this upload. 2023-08-03 01:35:14 INFO Committing the transaction and any mails associated with this upload. 2023-08-03 02:15:08 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230803-101413-000279'] 2023-08-03 02:15:08 DEBUG Considering upload upload-sftp-20230803-101413-000279 2023-08-03 02:15:08 DEBUG Considering changefile openkylin/yangtze-proposed/gcc-9_9.3.0-ok12_riscv64.changes 2023-08-03 02:15:08 DEBUG Finding fresh policy 2023-08-03 02:15:08 INFO Processing upload gcc-9_9.3.0-ok12_riscv64.changes 2023-08-03 02:15:08 DEBUG Verifying signature on gcc-9_9.3.0-ok12_riscv64.changes 2023-08-03 02:15:08 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-08-03 02:15:08 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x1375949CC26620BB HTTP/1.1" 200 3093 2023-08-03 02:15:08 DEBUG gcc-9_9.3.0-ok12_riscv64.buildinfo can be unsigned. 2023-08-03 02:15:14 DEBUG Verifying the changes file. 2023-08-03 02:15:14 DEBUG Verifying files in upload. 2023-08-03 02:15:14 DEBUG Verifying binary cpp-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:14 DEBUG found kylinsigntool [Thu Aug 03 10:15:14 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:14 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:14 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:14 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:14 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:14 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:14 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:14 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:14 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364746 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:14 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364746 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:14 DEBUG Verifying timestamps in cpp-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:15 DEBUG Verifying binary cpp-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:15 DEBUG found kylinsigntool [Thu Aug 03 10:15:15 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:15 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364760 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:15 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364760 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:15 DEBUG Verifying timestamps in cpp-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:15 DEBUG Verifying binary g++-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:15 DEBUG found kylinsigntool [Thu Aug 03 10:15:15 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:15 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:15 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364774 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:15 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364774 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:15 DEBUG Verifying timestamps in g++-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:15 DEBUG Verifying binary g++-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:16 DEBUG found kylinsigntool [Thu Aug 03 10:15:16 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:16 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364789 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:16 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364789 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:16 DEBUG Verifying timestamps in g++-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:16 DEBUG Verifying binary gcc-9-base_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:16 DEBUG found kylinsigntool [Thu Aug 03 10:15:16 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:16 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364803 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:16 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364803 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:16 DEBUG Verifying timestamps in gcc-9-base_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:16 DEBUG Verifying binary gcc-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:16 DEBUG found kylinsigntool [Thu Aug 03 10:15:16 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:16 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:16 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364817 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:16 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364817 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:16 DEBUG Verifying timestamps in gcc-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:17 DEBUG Verifying binary gcc-9-plugin-dev-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:17 DEBUG found kylinsigntool [Thu Aug 03 10:15:17 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:17 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364833 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:17 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364833 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:17 DEBUG Verifying timestamps in gcc-9-plugin-dev-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:17 DEBUG Verifying binary gcc-9-plugin-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:17 DEBUG found kylinsigntool [Thu Aug 03 10:15:17 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:17 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364847 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:17 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364847 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:17 DEBUG Verifying timestamps in gcc-9-plugin-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:17 DEBUG Verifying binary gcc-9-test-results_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:17 DEBUG found kylinsigntool [Thu Aug 03 10:15:17 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:17 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:17 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364861 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:17 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364861 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:17 DEBUG Verifying timestamps in gcc-9-test-results_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:17 DEBUG Verifying buildinfo file gcc-9_9.3.0-ok12_riscv64.buildinfo 2023-08-03 02:15:17 DEBUG Verifying binary gcc-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:18 DEBUG found kylinsigntool [Thu Aug 03 10:15:18 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:18 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364875 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:18 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364875 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:18 DEBUG Verifying timestamps in gcc-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:18 DEBUG Verifying binary gccgo-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:18 DEBUG found kylinsigntool [Thu Aug 03 10:15:18 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:18 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:18 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364890 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:18 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364890 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:18 DEBUG Verifying timestamps in gccgo-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:18 DEBUG Verifying binary gccgo-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:19 DEBUG found kylinsigntool [Thu Aug 03 10:15:19 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:19 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364906 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:19 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364906 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:19 DEBUG Verifying timestamps in gccgo-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:19 DEBUG Verifying binary gdc-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:19 DEBUG found kylinsigntool [Thu Aug 03 10:15:19 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:19 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364921 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:19 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364921 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:19 DEBUG Verifying timestamps in gdc-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:19 DEBUG Verifying binary gdc-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:19 DEBUG found kylinsigntool [Thu Aug 03 10:15:19 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:19 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:19 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364935 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:20 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364935 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:20 DEBUG Verifying timestamps in gdc-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:20 DEBUG Verifying binary gfortran-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:20 DEBUG found kylinsigntool [Thu Aug 03 10:15:20 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:20 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364949 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:20 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364949 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:20 DEBUG Verifying timestamps in gfortran-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:20 DEBUG Verifying binary gfortran-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:20 DEBUG found kylinsigntool [Thu Aug 03 10:15:20 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:20 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:20 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364963 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:20 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364963 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:20 DEBUG Verifying timestamps in gfortran-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:21 DEBUG Verifying binary gm2-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:21 DEBUG found kylinsigntool [Thu Aug 03 10:15:21 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:21 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364977 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:21 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364977 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:21 DEBUG Verifying timestamps in gm2-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:21 DEBUG Verifying binary gm2-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:21 DEBUG found kylinsigntool [Thu Aug 03 10:15:21 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:21 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:21 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1364991 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:21 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1364991 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:21 DEBUG Verifying timestamps in gm2-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:21 DEBUG Verifying binary gnat-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:22 DEBUG found kylinsigntool [Thu Aug 03 10:15:22 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:22 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:22 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:22 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:22 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:22 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:22 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:22 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:22 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365005 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:22 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365005 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:22 DEBUG Verifying timestamps in gnat-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:22 DEBUG Verifying binary gnat-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:23 DEBUG found kylinsigntool [Thu Aug 03 10:15:23 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:23 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365019 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:23 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365019 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:23 DEBUG Verifying timestamps in gnat-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:23 DEBUG Verifying binary gobjc++-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:23 DEBUG found kylinsigntool [Thu Aug 03 10:15:23 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:23 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:23 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365034 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:23 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365034 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:23 DEBUG Verifying timestamps in gobjc++-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:23 DEBUG Verifying binary gobjc++-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:24 DEBUG found kylinsigntool [Thu Aug 03 10:15:24 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:24 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365048 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:24 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365048 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:24 DEBUG Verifying timestamps in gobjc++-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:24 DEBUG Verifying binary gobjc-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:24 DEBUG found kylinsigntool [Thu Aug 03 10:15:24 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:24 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365063 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:24 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365063 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:24 DEBUG Verifying timestamps in gobjc-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:24 DEBUG Verifying binary gobjc-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:24 DEBUG found kylinsigntool [Thu Aug 03 10:15:24 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:24 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:24 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365078 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:24 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365078 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:25 DEBUG Verifying timestamps in gobjc-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:25 DEBUG Verifying binary libgcc-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:25 DEBUG found kylinsigntool [Thu Aug 03 10:15:25 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:25 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365092 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:25 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365092 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:25 DEBUG Verifying timestamps in libgcc-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:25 DEBUG Verifying binary libgccjit-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:25 DEBUG found kylinsigntool [Thu Aug 03 10:15:25 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:25 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365106 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:25 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365106 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:25 DEBUG Verifying timestamps in libgccjit-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:25 DEBUG Verifying binary libgfortran-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:25 DEBUG found kylinsigntool [Thu Aug 03 10:15:25 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:25 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:25 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365120 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:25 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365120 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:25 DEBUG Verifying timestamps in libgfortran-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:26 DEBUG Verifying binary libgm2-0-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:26 DEBUG found kylinsigntool [Thu Aug 03 10:15:26 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:26 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365135 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:26 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365135 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:26 DEBUG Verifying timestamps in libgm2-0-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:26 DEBUG Verifying binary libgm2-0_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:26 DEBUG found kylinsigntool [Thu Aug 03 10:15:26 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:26 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365149 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:26 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365149 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:26 DEBUG Verifying timestamps in libgm2-0_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:26 DEBUG Verifying binary libgm2-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:26 DEBUG found kylinsigntool [Thu Aug 03 10:15:26 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:26 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365165 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:26 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365165 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:26 DEBUG Verifying timestamps in libgm2-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:26 DEBUG Verifying binary libgnat-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:26 DEBUG found kylinsigntool [Thu Aug 03 10:15:26 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:26 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:26 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365179 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:26 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365179 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:27 DEBUG Verifying timestamps in libgnat-9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:27 DEBUG Verifying binary libgnat-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:27 DEBUG found kylinsigntool [Thu Aug 03 10:15:27 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:27 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365194 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:27 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365194 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:27 DEBUG Verifying timestamps in libgnat-9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:27 DEBUG Verifying binary libgnatvsn9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:27 DEBUG found kylinsigntool [Thu Aug 03 10:15:27 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:27 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365208 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:27 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365208 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:27 DEBUG Verifying timestamps in libgnatvsn9-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:27 DEBUG Verifying binary libgnatvsn9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:27 DEBUG found kylinsigntool [Thu Aug 03 10:15:27 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:27 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:27 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365222 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:27 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365222 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:27 DEBUG Verifying timestamps in libgnatvsn9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:27 DEBUG Verifying binary libgnatvsn9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:28 DEBUG found kylinsigntool [Thu Aug 03 10:15:28 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:28 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365236 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:28 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365236 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:28 DEBUG Verifying timestamps in libgnatvsn9_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:28 DEBUG Verifying binary libgo-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:28 DEBUG found kylinsigntool [Thu Aug 03 10:15:28 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:28 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:28 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365250 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:28 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365250 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:29 DEBUG Verifying timestamps in libgo-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:29 DEBUG Verifying binary libgo14_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:29 DEBUG found kylinsigntool [Thu Aug 03 10:15:29 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:29 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:29 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:29 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:29 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:29 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:29 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:29 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:29 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365264 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:29 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365264 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:30 DEBUG Verifying timestamps in libgo14_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:30 DEBUG Verifying binary libgphobos-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:30 DEBUG found kylinsigntool [Thu Aug 03 10:15:30 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:30 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:30 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:30 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:30 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:30 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:30 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:30 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:30 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365280 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:30 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365280 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:31 DEBUG Verifying timestamps in libgphobos-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:31 DEBUG Verifying binary libgphobos76-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:31 DEBUG found kylinsigntool [Thu Aug 03 10:15:31 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:31 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:31 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:31 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:31 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:31 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:31 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:31 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:31 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365294 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:31 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365294 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:31 DEBUG Verifying timestamps in libgphobos76-dbgsym_9.3.0-ok12_riscv64.ddeb 2023-08-03 02:15:31 DEBUG Verifying binary libgphobos76_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:32 DEBUG found kylinsigntool [Thu Aug 03 10:15:32 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:32 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365309 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:32 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365309 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:32 DEBUG Verifying timestamps in libgphobos76_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:32 DEBUG Verifying binary libobjc-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:32 DEBUG found kylinsigntool [Thu Aug 03 10:15:32 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:32 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365324 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:32 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365324 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:32 DEBUG Verifying timestamps in libobjc-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:32 DEBUG Verifying binary libstdc++-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:32 DEBUG found kylinsigntool [Thu Aug 03 10:15:32 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:32 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:32 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365338 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:32 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365338 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:32 DEBUG Verifying timestamps in libstdc++-9-dev_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:33 DEBUG Verifying binary libstdc++-9-pic_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:33 DEBUG found kylinsigntool [Thu Aug 03 10:15:33 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:33 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365352 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:33 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365352 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:33 DEBUG Verifying timestamps in libstdc++-9-pic_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:33 DEBUG Verifying binary libstdc++6-9-dbg_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:33 DEBUG found kylinsigntool [Thu Aug 03 10:15:33 2023] [warn] status(0), scpb_init__context: 'S-C-P-B' started !!! [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(811): status(0), [config] ServerHost = tcp://172.17.0.1:18000/ disablereuse=on [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(811): status(0), [config] ServerTimeout = 5 [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(811): status(0), [config] LogLevel = error [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(811): status(0), [config] LogFile = /tmp/svscc.log [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(811): status(0), [config] SVSApplicationName = openKylin [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(811): status(0), [config] Encoding = GBK [Thu Aug 03 10:15:33 2023] [debug] scpb_init.c(817): status(0), scpb_config_file: parse config file(/etc/BJCA_SVS_Config.ini) ok [Thu Aug 03 10:15:33 2023] [debug] scpb_balancer.c(1989): status(0), balancer: initialized plain memory in child 1365367 for worker tcp://172.17.0.1:18000/ [Thu Aug 03 10:15:33 2023] [debug] scpb_balancer.c(2080): status(0), balancer: initialized worker 1 in child 1365367 for (172.17.0.1) min=0 max=20000 smax=20000 Signed Successfully! 2023-08-03 02:15:33 DEBUG Verifying timestamps in libstdc++6-9-dbg_9.3.0-ok12_riscv64.deb 2023-08-03 02:15:34 DEBUG Finding and applying overrides. 2023-08-03 02:15:34 DEBUG Checking for cpp-9-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for cpp-9/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for g++-9-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for g++-9/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gcc-9-base/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gcc-9-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gcc-9-plugin-dev-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gcc-9-plugin-dev/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gcc-9-test-results/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gcc-9/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gccgo-9-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gccgo-9/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gdc-9-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gdc-9/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gfortran-9-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gfortran-9/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gm2-9-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gm2-9/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gnat-9-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gnat-9/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gobjc++-9-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gobjc++-9/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gobjc-9-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for gobjc-9/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgcc-9-dev/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgccjit-9-dev/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgfortran-9-dev/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgm2-0-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgm2-0/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgm2-9-dev/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgnat-9-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgnat-9/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgnatvsn9-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgnatvsn9-dev/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgnatvsn9/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgo-9-dev/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgo14/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgphobos-9-dev/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgphobos76-dbgsym/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libgphobos76/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libobjc-9-dev/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libstdc++-9-dev/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libstdc++-9-pic/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Checking for libstdc++6-9-dbg/9.3.0-ok12/riscv64 binary ancestry 2023-08-03 02:15:34 DEBUG Finished checking upload. 2023-08-03 02:15:35 DEBUG Building recipients list. 2023-08-03 02:15:35 DEBUG Adding recipient: 'luoyaoming ' 2023-08-03 02:15:35 DEBUG Adding changed-by to recipients 2023-08-03 02:15:35 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-08-03 02:15:35 DEBUG Sent a mail: 2023-08-03 02:15:35 DEBUG Subject: [openkylin] gcc-9_9.3.0-ok12_riscv64.changes (Rejected) 2023-08-03 02:15:35 DEBUG Sender: OKBS notice 2023-08-03 02:15:35 DEBUG Recipients: luoyaoming 2023-08-03 02:15:35 DEBUG Bcc: Local Root 2023-08-03 02:15:35 DEBUG Body: 2023-08-03 02:15:35 DEBUG Rejected: 2023-08-03 02:15:35 DEBUG 2023-08-03 02:15:35 DEBUG Upload rejected because it contains binary packages. 2023-08-03 02:15:35 DEBUG Ensure you are using `debuild -S`, or an equivalent 2023-08-03 02:15:35 DEBUG command, to generate only the source package before 2023-08-03 02:15:35 DEBUG re-uploading. 2023-08-03 02:15:35 DEBUG 2023-08-03 02:15:35 DEBUG gcc-9 (9.3.0-ok12) yangtze; urgency=medium 2023-08-03 02:15:35 DEBUG 2023-08-03 02:15:35 DEBUG * resolve fsconfig_command conflict with glibc-2.36. 2023-08-03 02:15:35 DEBUG 2023-08-03 02:15:35 DEBUG Date: Fri, 14 Jul 2023 14:48:34 +0800 2023-08-03 02:15:35 DEBUG Changed-By: Luoyaoming 2023-08-03 02:15:35 DEBUG Maintainer: Debian GCC Maintainers 2023-08-03 02:15:35 DEBUG 2023-08-03 02:15:35 DEBUG -- 2023-08-03 02:15:35 DEBUG You are receiving this email because you made this upload. 2023-08-03 02:15:35 INFO Upload was rejected: 2023-08-03 02:15:35 INFO Upload rejected because it contains binary packages. Ensure you are using `debuild -S`, or an equivalent command, to generate only the source package before re-uploading. 2023-08-03 02:15:35 INFO Committing the transaction and any mails associated with this upload. 2023-08-03 02:15:35 DEBUG Moving upload directory /var/tmp/txpkgupload/incoming/upload-sftp-20230803-101413-000279 to /var/tmp/txpkgupload/rejected/upload-sftp-20230803-101413-000279 2023-08-03 02:26:08 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230803-102600-000280'] 2023-08-03 02:26:08 DEBUG Considering upload upload-sftp-20230803-102600-000280 2023-08-03 02:26:08 DEBUG Considering changefile openkylin/yangtze-proposed/libkysdk-applications_2.2.1.0-0k0.6_source.changes 2023-08-03 02:26:08 DEBUG CI build tag is: jenkins-ci-upload-9364 2023-08-03 02:26:08 DEBUG Finding fresh policy 2023-08-03 02:26:08 INFO Processing upload libkysdk-applications_2.2.1.0-0k0.6_source.changes 2023-08-03 02:26:08 DEBUG Verifying signature on libkysdk-applications_2.2.1.0-0k0.6_source.changes 2023-08-03 02:26:08 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-08-03 02:26:08 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-08-03 02:26:08 DEBUG Verifying signature on libkysdk-applications_2.2.1.0-0k0.6.dsc 2023-08-03 02:26:08 DEBUG Performing DSC verification. 2023-08-03 02:26:08 DEBUG libkysdk-applications_2.2.1.0-0k0.6_source.buildinfo can be unsigned. 2023-08-03 02:26:08 DEBUG Verifying the changes file. 2023-08-03 02:26:08 DEBUG Verifying files in upload. 2023-08-03 02:26:08 DEBUG Verifying source file libkysdk-applications_2.2.1.0-0k0.6.dsc 2023-08-03 02:26:08 DEBUG libkysdk-applications_2.2.1.0.orig.tar.gz found in Primary Archive for openKylin 2023-08-03 02:26:08 DEBUG Verifying uploaded source package by unpacking it. 2023-08-03 02:26:09 DEBUG Copying copyright contents. 2023-08-03 02:26:09 DEBUG Found changelog 2023-08-03 02:26:09 DEBUG Cleaning up source tree. 2023-08-03 02:26:09 DEBUG Done 2023-08-03 02:26:09 DEBUG Verifying source file libkysdk-applications_2.2.1.0.orig.tar.gz 2023-08-03 02:26:09 DEBUG Verifying source file libkysdk-applications_2.2.1.0-0k0.6.debian.tar.xz 2023-08-03 02:26:09 DEBUG Verifying buildinfo file libkysdk-applications_2.2.1.0-0k0.6_source.buildinfo 2023-08-03 02:26:09 DEBUG Finding and applying overrides. 2023-08-03 02:26:09 DEBUG Checking for libkysdk-applications/2.2.1.0-0k0.6 source ancestry 2023-08-03 02:26:09 DEBUG Finished checking upload. 2023-08-03 02:26:09 DEBUG Creating queue entry 2023-08-03 02:26:09 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-08-03 02:26:09 DEBUG libkysdk-applications diff from 2.2.1.0-0k0.5 to 2.2.1.0-0k0.6 requested 2023-08-03 02:26:09 DEBUG Setting it to UNAPPROVED 2023-08-03 02:26:09 DEBUG Building recipients list. 2023-08-03 02:26:09 DEBUG Adding recipient: 'Cibot ' 2023-08-03 02:26:09 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-08-03 02:26:09 DEBUG Sent a mail: 2023-08-03 02:26:09 DEBUG Subject: [openkylin/yangtze-proposed] libkysdk-applications 2.2.1.0-0k0.6 (Waiting for approval) 2023-08-03 02:26:09 DEBUG Sender: OKBS notice 2023-08-03 02:26:09 DEBUG Recipients: Cibot 2023-08-03 02:26:09 DEBUG Bcc: Local Root 2023-08-03 02:26:09 DEBUG Body: 2023-08-03 02:26:09 DEBUG libkysdk-applications (2.2.1.0-0k0.6) v101; urgency=medium 2023-08-03 02:26:09 DEBUG --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode character '\u53f7' in position 8: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * BUG\u53f7 : \u65e0' Arguments: () 2023-08-03 02:26:09 DEBUG * BUG\u53f7 : \u65e0 --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 5-7: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * \u9700\u6c42\u53f7 : \u65e0' Arguments: () 2023-08-03 02:26:09 DEBUG * \u9700\u6c42\u53f7 : \u65e0 --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 5-8: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * \u5176\u4ed6\u6539\u52a8 : \u6062\u590dappcommon\u5305' Arguments: () 2023-08-03 02:26:09 DEBUG * \u5176\u4ed6\u6539\u52a8 : \u6062\u590dappcommon\u5305 2023-08-03 02:26:09 DEBUG 2023-08-03 02:26:09 DEBUG Date: Thu, 03 Aug 2023 10:24:26 +0800 2023-08-03 02:26:09 DEBUG Changed-By: sunzhen 2023-08-03 02:26:09 DEBUG Maintainer: Kylin Team 2023-08-03 02:26:09 DEBUG Signed-By: Cibot 2023-08-03 02:26:09 DEBUG https://build.openkylin.top/openkylin/+source/libkysdk-applications/2.2.1.0-0k0.6 2023-08-03 02:26:09 DEBUG 2023-08-03 02:26:09 DEBUG == 2023-08-03 02:26:09 DEBUG 2023-08-03 02:26:09 DEBUG OK: libkysdk-applications_2.2.1.0.orig.tar.gz 2023-08-03 02:26:09 DEBUG OK: libkysdk-applications_2.2.1.0-0k0.6.debian.tar.xz 2023-08-03 02:26:09 DEBUG OK: libkysdk-applications_2.2.1.0-0k0.6.dsc 2023-08-03 02:26:09 DEBUG -> Component: main Section: libs 2023-08-03 02:26:09 DEBUG This upload awaits approval by a distro manager 2023-08-03 02:26:09 DEBUG 2023-08-03 02:26:09 DEBUG 2023-08-03 02:26:09 DEBUG No announcement sent 2023-08-03 02:26:09 DEBUG 2023-08-03 02:26:09 DEBUG Thank you for your contribution to openKylin. 2023-08-03 02:26:09 DEBUG 2023-08-03 02:26:09 DEBUG -- 2023-08-03 02:26:09 DEBUG You are receiving this email because you made this upload. 2023-08-03 02:26:09 INFO Committing the transaction and any mails associated with this upload. 2023-08-03 02:30:08 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230803-102954-000281'] 2023-08-03 02:30:08 DEBUG Considering upload upload-sftp-20230803-102954-000281 2023-08-03 02:30:08 DEBUG Considering changefile openkylin/yangtze-proposed/ukui-control-center_3.22.1.25-ok30_source.changes 2023-08-03 02:30:08 DEBUG CI build tag is: jenkins-ci-upload-9365 2023-08-03 02:30:08 DEBUG Finding fresh policy 2023-08-03 02:30:08 INFO Processing upload ukui-control-center_3.22.1.25-ok30_source.changes 2023-08-03 02:30:08 DEBUG Verifying signature on ukui-control-center_3.22.1.25-ok30_source.changes 2023-08-03 02:30:08 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-08-03 02:30:08 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-08-03 02:30:08 DEBUG Verifying signature on ukui-control-center_3.22.1.25-ok30.dsc 2023-08-03 02:30:08 DEBUG Performing DSC verification. 2023-08-03 02:30:08 DEBUG ukui-control-center_3.22.1.25-ok30_source.buildinfo can be unsigned. 2023-08-03 02:30:08 DEBUG Verifying the changes file. 2023-08-03 02:30:08 DEBUG Verifying files in upload. 2023-08-03 02:30:08 DEBUG Verifying source file ukui-control-center_3.22.1.25-ok30.dsc 2023-08-03 02:30:09 DEBUG ukui-control-center_3.22.1.25.orig.tar.gz found in Primary Archive for openKylin 2023-08-03 02:30:09 DEBUG Verifying uploaded source package by unpacking it. 2023-08-03 02:30:11 DEBUG Copying copyright contents. 2023-08-03 02:30:11 DEBUG Found changelog 2023-08-03 02:30:11 DEBUG Cleaning up source tree. 2023-08-03 02:30:11 DEBUG Done 2023-08-03 02:30:11 DEBUG Verifying source file ukui-control-center_3.22.1.25.orig.tar.gz 2023-08-03 02:30:11 DEBUG Verifying source file ukui-control-center_3.22.1.25-ok30.debian.tar.xz 2023-08-03 02:30:11 DEBUG Verifying buildinfo file ukui-control-center_3.22.1.25-ok30_source.buildinfo 2023-08-03 02:30:11 DEBUG Finding and applying overrides. 2023-08-03 02:30:11 DEBUG Checking for ukui-control-center/3.22.1.25-ok30 source ancestry 2023-08-03 02:30:11 DEBUG Finished checking upload. 2023-08-03 02:30:11 DEBUG Creating queue entry 2023-08-03 02:30:12 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-08-03 02:30:12 DEBUG ukui-control-center diff from 3.22.1.25-ok29 to 3.22.1.25-ok30 requested 2023-08-03 02:30:12 DEBUG Setting it to UNAPPROVED 2023-08-03 02:30:12 DEBUG Building recipients list. 2023-08-03 02:30:12 DEBUG Adding recipient: 'Cibot ' 2023-08-03 02:30:12 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-08-03 02:30:12 DEBUG Sent a mail: 2023-08-03 02:30:12 DEBUG Subject: [openkylin/yangtze-proposed] ukui-control-center 3.22.1.25-ok30 (Waiting for approval) 2023-08-03 02:30:12 DEBUG Sender: OKBS notice 2023-08-03 02:30:12 DEBUG Recipients: Cibot 2023-08-03 02:30:12 DEBUG Bcc: Local Root 2023-08-03 02:30:12 DEBUG Body: 2023-08-03 02:30:12 DEBUG ukui-control-center (3.22.1.25-ok30) yangtze; urgency=medium 2023-08-03 02:30:12 DEBUG --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 14-27: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * bug#171923\u5bc6\u7801\u5728\u63a7\u5236\u9762\u677f\u65e0\u6cd5\u4fee\u6539\u7684\u95ee\u9898' Arguments: () 2023-08-03 02:30:12 DEBUG * bug#171923\u5bc6\u7801\u5728\u63a7\u5236\u9762\u677f\u65e0\u6cd5\u4fee\u6539\u7684\u95ee\u9898 --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 4-7: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * \u4efb\u52a1\uff1a\u65e0' Arguments: () 2023-08-03 02:30:12 DEBUG * \u4efb\u52a1\uff1a\u65e0 --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 4-7: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * \u9700\u6c42\uff1a\u65e0' Arguments: () 2023-08-03 02:30:12 DEBUG * \u9700\u6c42\uff1a\u65e0 --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 4-7: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * \u4efb\u52a1\uff1a\u65e0' Arguments: () 2023-08-03 02:30:12 DEBUG * \u4efb\u52a1\uff1a\u65e0 --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 4-10: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * \u5176\u4ed6\u6539\u52a8\uff1a\u66f4\u6539changelog,\u91cd\u65b0\u7f16\u8bd1' Arguments: () 2023-08-03 02:30:12 DEBUG * \u5176\u4ed6\u6539\u52a8\uff1a\u66f4\u6539changelog,\u91cd\u65b0\u7f16\u8bd1 2023-08-03 02:30:12 DEBUG 2023-08-03 02:30:12 DEBUG Date: Thu, 03 Aug 2023 10:21:43 +0800 2023-08-03 02:30:12 DEBUG Changed-By: zhoubin 2023-08-03 02:30:12 DEBUG Maintainer: UKUI SIG 2023-08-03 02:30:12 DEBUG Signed-By: Cibot 2023-08-03 02:30:12 DEBUG https://build.openkylin.top/openkylin/+source/ukui-control-center/3.22.1.25-ok30 2023-08-03 02:30:12 DEBUG 2023-08-03 02:30:12 DEBUG == 2023-08-03 02:30:12 DEBUG 2023-08-03 02:30:12 DEBUG OK: ukui-control-center_3.22.1.25.orig.tar.gz 2023-08-03 02:30:12 DEBUG OK: ukui-control-center_3.22.1.25-ok30.debian.tar.xz 2023-08-03 02:30:12 DEBUG OK: ukui-control-center_3.22.1.25-ok30.dsc 2023-08-03 02:30:12 DEBUG -> Component: main Section: x11 2023-08-03 02:30:12 DEBUG This upload awaits approval by a distro manager 2023-08-03 02:30:12 DEBUG 2023-08-03 02:30:12 DEBUG 2023-08-03 02:30:12 DEBUG No announcement sent 2023-08-03 02:30:12 DEBUG 2023-08-03 02:30:12 DEBUG Thank you for your contribution to openKylin. 2023-08-03 02:30:12 DEBUG 2023-08-03 02:30:12 DEBUG -- 2023-08-03 02:30:12 DEBUG You are receiving this email because you made this upload. 2023-08-03 02:30:12 INFO Committing the transaction and any mails associated with this upload. 2023-08-03 05:37:07 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230803-133616-000282'] 2023-08-03 05:37:07 DEBUG Considering upload upload-sftp-20230803-133616-000282 2023-08-03 05:37:07 DEBUG Considering changefile ~fengzhaoxiang/ppa/pipewire_0.3.65-ok12_source.changes 2023-08-03 05:37:07 DEBUG Finding fresh policy 2023-08-03 05:37:07 INFO Processing upload pipewire_0.3.65-ok12_source.changes 2023-08-03 05:37:07 DEBUG Verifying signature on pipewire_0.3.65-ok12_source.changes 2023-08-03 05:37:07 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-08-03 05:37:07 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x98046ACB02ADCA4F HTTP/1.1" 200 3085 2023-08-03 05:37:07 DEBUG Verifying signature on pipewire_0.3.65-ok12.dsc 2023-08-03 05:37:08 DEBUG Performing DSC verification. 2023-08-03 05:37:08 DEBUG pipewire_0.3.65-ok12_source.buildinfo can be unsigned. 2023-08-03 05:37:08 DEBUG Verifying the changes file. 2023-08-03 05:37:08 DEBUG Verifying files in upload. 2023-08-03 05:37:08 DEBUG Verifying source file pipewire_0.3.65-ok12.dsc 2023-08-03 05:37:08 DEBUG Verifying uploaded source package by unpacking it. 2023-08-03 05:37:08 DEBUG Copying copyright contents. 2023-08-03 05:37:08 DEBUG Found changelog 2023-08-03 05:37:08 DEBUG Cleaning up source tree. 2023-08-03 05:37:08 DEBUG Done 2023-08-03 05:37:08 DEBUG Verifying source file pipewire_0.3.65-ok12.tar.xz 2023-08-03 05:37:08 DEBUG Verifying buildinfo file pipewire_0.3.65-ok12_source.buildinfo 2023-08-03 05:37:08 DEBUG Finding and applying overrides. 2023-08-03 05:37:08 DEBUG Checking for pipewire/0.3.65-ok12 source ancestry 2023-08-03 05:37:08 DEBUG pipewire: (source) NEW 2023-08-03 05:37:08 DEBUG Finished checking upload. 2023-08-03 05:37:08 DEBUG Creating queue entry 2023-08-03 05:37:09 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-08-03 05:37:09 DEBUG pipewire diff from 0.3.65-ok11 to 0.3.65-ok12 requested 2023-08-03 05:37:09 DEBUG Setting it to ACCEPTED 2023-08-03 05:37:09 DEBUG Creating PENDING publishing record. 2023-08-03 05:37:09 DEBUG Created amd64 build of pipewire 0.3.65-ok12 in openkylin yangtze RELEASE [84470] in ppa (2510) 2023-08-03 05:37:09 DEBUG Created i386 build of pipewire 0.3.65-ok12 in openkylin yangtze RELEASE [84471] in ppa (2510) 2023-08-03 05:37:09 DEBUG Created riscv64 build of pipewire 0.3.65-ok12 in openkylin yangtze RELEASE [84472] in ppa (2510) 2023-08-03 05:37:09 DEBUG Building recipients list. 2023-08-03 05:37:09 DEBUG Adding recipient: 'fengzhaoxiang ' 2023-08-03 05:37:09 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-08-03 05:37:09 DEBUG Sent a mail: 2023-08-03 05:37:09 DEBUG Subject: [~fengzhaoxiang/openkylin/ppa/yangtze] pipewire 0.3.65-ok12 (Accepted) 2023-08-03 05:37:09 DEBUG Sender: OKBS notice 2023-08-03 05:37:09 DEBUG Recipients: fengzhaoxiang 2023-08-03 05:37:09 DEBUG Bcc: Local Root 2023-08-03 05:37:09 DEBUG Body: 2023-08-03 05:37:09 DEBUG Accepted: 2023-08-03 05:37:09 DEBUG OK: pipewire_0.3.65-ok12.tar.xz 2023-08-03 05:37:09 DEBUG OK: pipewire_0.3.65-ok12.dsc 2023-08-03 05:37:09 DEBUG -> Component: main Section: libs 2023-08-03 05:37:09 DEBUG 2023-08-03 05:37:09 DEBUG pipewire (0.3.65-ok12) yangtze; urgency=medium 2023-08-03 05:37:09 DEBUG 2023-08-03 05:37:09 DEBUG * Custom es8336s profile for riscv 2023-08-03 05:37:09 DEBUG 2023-08-03 05:37:09 DEBUG -- 2023-08-03 05:37:09 DEBUG https://build.openkylin.top/~fengzhaoxiang/+archive/openkylin/ppa 2023-08-03 05:37:09 DEBUG You are receiving this email because you made this upload. 2023-08-03 05:37:09 INFO Committing the transaction and any mails associated with this upload. 2023-08-03 09:53:07 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230803-175203-000283'] 2023-08-03 09:53:07 DEBUG Considering upload upload-sftp-20230803-175203-000283 2023-08-03 09:53:07 DEBUG Considering changefile openkylin/yangtze-proposed/libkysdk-applications_2.2.1.0-0k0.7_source.changes 2023-08-03 09:53:07 DEBUG CI build tag is: jenkins-ci-upload-9377 2023-08-03 09:53:07 DEBUG Finding fresh policy 2023-08-03 09:53:07 INFO Processing upload libkysdk-applications_2.2.1.0-0k0.7_source.changes 2023-08-03 09:53:07 DEBUG Verifying signature on libkysdk-applications_2.2.1.0-0k0.7_source.changes 2023-08-03 09:53:08 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-08-03 09:53:08 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-08-03 09:53:08 DEBUG Verifying signature on libkysdk-applications_2.2.1.0-0k0.7.dsc 2023-08-03 09:53:08 DEBUG Performing DSC verification. 2023-08-03 09:53:08 DEBUG libkysdk-applications_2.2.1.0-0k0.7_source.buildinfo can be unsigned. 2023-08-03 09:53:08 DEBUG Verifying the changes file. 2023-08-03 09:53:08 DEBUG Verifying files in upload. 2023-08-03 09:53:08 DEBUG Verifying source file libkysdk-applications_2.2.1.0-0k0.7.dsc 2023-08-03 09:53:08 DEBUG libkysdk-applications_2.2.1.0.orig.tar.gz found in Primary Archive for openKylin 2023-08-03 09:53:08 DEBUG Verifying uploaded source package by unpacking it. 2023-08-03 09:53:08 DEBUG Copying copyright contents. 2023-08-03 09:53:08 DEBUG Found changelog 2023-08-03 09:53:08 DEBUG Cleaning up source tree. 2023-08-03 09:53:09 DEBUG Done 2023-08-03 09:53:09 DEBUG Verifying source file libkysdk-applications_2.2.1.0.orig.tar.gz 2023-08-03 09:53:09 DEBUG Verifying source file libkysdk-applications_2.2.1.0-0k0.7.debian.tar.xz 2023-08-03 09:53:09 DEBUG Verifying buildinfo file libkysdk-applications_2.2.1.0-0k0.7_source.buildinfo 2023-08-03 09:53:09 DEBUG Finding and applying overrides. 2023-08-03 09:53:09 DEBUG Checking for libkysdk-applications/2.2.1.0-0k0.7 source ancestry 2023-08-03 09:53:09 DEBUG Finished checking upload. 2023-08-03 09:53:09 DEBUG Creating queue entry 2023-08-03 09:53:09 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-08-03 09:53:09 DEBUG libkysdk-applications diff from 2.2.1.0-0k0.5 to 2.2.1.0-0k0.7 requested 2023-08-03 09:53:09 DEBUG Setting it to UNAPPROVED 2023-08-03 09:53:09 DEBUG Building recipients list. 2023-08-03 09:53:09 DEBUG Adding recipient: 'Cibot ' 2023-08-03 09:53:09 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-08-03 09:53:09 DEBUG Sent a mail: 2023-08-03 09:53:09 DEBUG Subject: [openkylin/yangtze-proposed] libkysdk-applications 2.2.1.0-0k0.7 (Waiting for approval) 2023-08-03 09:53:09 DEBUG Sender: OKBS notice 2023-08-03 09:53:09 DEBUG Recipients: Cibot 2023-08-03 09:53:09 DEBUG Bcc: Local Root 2023-08-03 09:53:09 DEBUG Body: 2023-08-03 09:53:09 DEBUG libkysdk-applications (2.2.1.0-0k0.7) v101; urgency=medium 2023-08-03 09:53:09 DEBUG --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode character '\u53f7' in position 8: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * BUG\u53f7 : \u65e0' Arguments: () 2023-08-03 09:53:09 DEBUG * BUG\u53f7 : \u65e0 --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 5-7: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * \u9700\u6c42\u53f7 : \u65e0' Arguments: () 2023-08-03 09:53:09 DEBUG * \u9700\u6c42\u53f7 : \u65e0 --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 5-8: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * \u5176\u4ed6\u6539\u52a8 : \u4fee\u6539\u5173\u4e8e\u5bf9\u8bdd\u6846\u5927\u5c0f' Arguments: () 2023-08-03 09:53:09 DEBUG * \u5176\u4ed6\u6539\u52a8 : \u4fee\u6539\u5173\u4e8e\u5bf9\u8bdd\u6846\u5927\u5c0f --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-17: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: '\t\t\t\t\t\t\t \u589e\u52a0\u8499\u53e4\u6587\u7ffb\u8bd1\u4fee\u6539' Arguments: () 2023-08-03 09:53:09 DEBUG \u589e\u52a0\u8499\u53e4\u6587\u7ffb\u8bd1\u4fee\u6539 2023-08-03 09:53:09 DEBUG 2023-08-03 09:53:09 DEBUG Date: Thu, 03 Aug 2023 17:50:35 +0800 2023-08-03 09:53:09 DEBUG Changed-By: liuxiangwei 2023-08-03 09:53:09 DEBUG Maintainer: Kylin Team 2023-08-03 09:53:09 DEBUG Signed-By: Cibot 2023-08-03 09:53:09 DEBUG https://build.openkylin.top/openkylin/+source/libkysdk-applications/2.2.1.0-0k0.7 2023-08-03 09:53:09 DEBUG 2023-08-03 09:53:09 DEBUG == 2023-08-03 09:53:09 DEBUG 2023-08-03 09:53:09 DEBUG OK: libkysdk-applications_2.2.1.0.orig.tar.gz 2023-08-03 09:53:09 DEBUG OK: libkysdk-applications_2.2.1.0-0k0.7.debian.tar.xz 2023-08-03 09:53:09 DEBUG OK: libkysdk-applications_2.2.1.0-0k0.7.dsc 2023-08-03 09:53:09 DEBUG -> Component: main Section: libs 2023-08-03 09:53:09 DEBUG This upload awaits approval by a distro manager 2023-08-03 09:53:09 DEBUG 2023-08-03 09:53:09 DEBUG 2023-08-03 09:53:09 DEBUG No announcement sent 2023-08-03 09:53:09 DEBUG 2023-08-03 09:53:09 DEBUG Thank you for your contribution to openKylin. 2023-08-03 09:53:09 DEBUG 2023-08-03 09:53:09 DEBUG -- 2023-08-03 09:53:09 DEBUG You are receiving this email because you made this upload. 2023-08-03 09:53:09 INFO Committing the transaction and any mails associated with this upload. 2023-08-03 10:15:07 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230803-181430-000284'] 2023-08-03 10:15:07 DEBUG Considering upload upload-sftp-20230803-181430-000284 2023-08-03 10:15:07 DEBUG Considering changefile ~cibot/openkylin/jenkins-ci-open-mr-3540/yangtze/ukui-panel_4.0.0.0-ok0.12_source.changes 2023-08-03 10:15:07 DEBUG CI build tag is: jenkins-ci-open-mr-3540 2023-08-03 10:15:07 DEBUG Finding fresh policy 2023-08-03 10:15:07 INFO Processing upload ukui-panel_4.0.0.0-ok0.12_source.changes 2023-08-03 10:15:07 DEBUG Verifying signature on ukui-panel_4.0.0.0-ok0.12_source.changes 2023-08-03 10:15:07 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-08-03 10:15:07 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-08-03 10:15:07 DEBUG Verifying signature on ukui-panel_4.0.0.0-ok0.12.dsc 2023-08-03 10:15:07 DEBUG Performing DSC verification. 2023-08-03 10:15:07 DEBUG ukui-panel_4.0.0.0-ok0.12_source.buildinfo can be unsigned. 2023-08-03 10:15:07 DEBUG Verifying the changes file. 2023-08-03 10:15:07 DEBUG Verifying files in upload. 2023-08-03 10:15:07 DEBUG Verifying source file ukui-panel_4.0.0.0-ok0.12.dsc 2023-08-03 10:15:07 DEBUG ukui-panel_4.0.0.0.orig.tar.gz found in Primary Archive for openKylin 2023-08-03 10:15:07 DEBUG Verifying uploaded source package by unpacking it. 2023-08-03 10:15:08 DEBUG Copying copyright contents. 2023-08-03 10:15:08 DEBUG Found changelog 2023-08-03 10:15:08 DEBUG Cleaning up source tree. 2023-08-03 10:15:08 DEBUG Done 2023-08-03 10:15:08 DEBUG Verifying source file ukui-panel_4.0.0.0.orig.tar.gz 2023-08-03 10:15:08 DEBUG Verifying source file ukui-panel_4.0.0.0-ok0.12.debian.tar.xz 2023-08-03 10:15:08 DEBUG Verifying buildinfo file ukui-panel_4.0.0.0-ok0.12_source.buildinfo 2023-08-03 10:15:08 DEBUG Finding and applying overrides. 2023-08-03 10:15:08 DEBUG Checking for ukui-panel/4.0.0.0-ok0.12 source ancestry 2023-08-03 10:15:08 DEBUG ukui-panel: (source) NEW 2023-08-03 10:15:08 DEBUG Finished checking upload. 2023-08-03 10:15:08 DEBUG Creating queue entry 2023-08-03 10:15:08 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-08-03 10:15:08 DEBUG ukui-panel diff from 4.0.0.0-ok0.10 (in Openkylin) to 4.0.0.0-ok0.12 requested 2023-08-03 10:15:08 DEBUG Setting it to ACCEPTED 2023-08-03 10:15:08 DEBUG Creating PENDING publishing record. 2023-08-03 10:15:08 DEBUG Created amd64 build of ukui-panel 4.0.0.0-ok0.12 in openkylin yangtze RELEASE [84473] in jenkins-ci-open-mr-3540 (2510) 2023-08-03 10:15:08 DEBUG Created arm64 build of ukui-panel 4.0.0.0-ok0.12 in openkylin yangtze RELEASE [84474] in jenkins-ci-open-mr-3540 (2510) 2023-08-03 10:15:08 DEBUG Created i386 build of ukui-panel 4.0.0.0-ok0.12 in openkylin yangtze RELEASE [84475] in jenkins-ci-open-mr-3540 (2510) 2023-08-03 10:15:08 DEBUG Created riscv64 build of ukui-panel 4.0.0.0-ok0.12 in openkylin yangtze RELEASE [84476] in jenkins-ci-open-mr-3540 (2510) 2023-08-03 10:15:08 DEBUG Building recipients list. 2023-08-03 10:15:08 DEBUG Adding recipient: 'Cibot ' 2023-08-03 10:15:08 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-08-03 10:15:08 DEBUG Sent a mail: 2023-08-03 10:15:08 DEBUG Subject: [~cibot/openkylin/jenkins-ci-open-mr-3540/yangtze] ukui-panel 4.0.0.0-ok0.12 (Accepted) 2023-08-03 10:15:08 DEBUG Sender: OKBS notice 2023-08-03 10:15:08 DEBUG Recipients: Cibot 2023-08-03 10:15:08 DEBUG Bcc: Local Root 2023-08-03 10:15:08 DEBUG Body: 2023-08-03 10:15:08 DEBUG Accepted: 2023-08-03 10:15:08 DEBUG OK: ukui-panel_4.0.0.0.orig.tar.gz 2023-08-03 10:15:08 DEBUG OK: ukui-panel_4.0.0.0-ok0.12.debian.tar.xz 2023-08-03 10:15:08 DEBUG OK: ukui-panel_4.0.0.0-ok0.12.dsc 2023-08-03 10:15:08 DEBUG -> Component: main Section: x11 2023-08-03 10:15:08 DEBUG 2023-08-03 10:15:08 DEBUG ukui-panel (4.0.0.0-ok0.12) yangtze; urgency=medium 2023-08-03 10:15:08 DEBUG --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 8-11: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * fix(\u65e5\u5386\u6309\u94ae):\u89e3\u51b3\u65e5\u5386\u53f3\u952e\u6258\u76d8\u4f4d\u7f6e\u5f02\u5e38\u5e76\u4e14\u6709\u6807\u9898\u680f\u95ee\u9898(issue#I7DBUM)' Arguments: () 2023-08-03 10:15:08 DEBUG * fix(\u65e5\u5386\u6309\u94ae):\u89e3\u51b3\u65e5\u5386\u53f3\u952e\u6258\u76d8\u4f4d\u7f6e\u5f02\u5e38\u5e76\u4e14\u6709\u6807\u9898\u680f\u95ee\u9898(issue#I7DBUM) 2023-08-03 10:15:08 DEBUG 2023-08-03 10:15:08 DEBUG -- 2023-08-03 10:15:08 DEBUG https://build.openkylin.top/~cibot/+archive/openkylin/jenkins-ci-open-mr-3540 2023-08-03 10:15:08 DEBUG You are receiving this email because you made this upload. 2023-08-03 10:15:08 INFO Committing the transaction and any mails associated with this upload. 2023-08-03 10:16:08 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230803-181557-000285'] 2023-08-03 10:16:08 DEBUG Considering upload upload-sftp-20230803-181557-000285 2023-08-03 10:16:08 DEBUG Considering changefile openkylin/yangtze-proposed/ukui-panel_4.0.0.0-ok0.12_source.changes 2023-08-03 10:16:08 DEBUG CI build tag is: jenkins-ci-upload-9378 2023-08-03 10:16:08 DEBUG Finding fresh policy 2023-08-03 10:16:08 INFO Processing upload ukui-panel_4.0.0.0-ok0.12_source.changes 2023-08-03 10:16:08 DEBUG Verifying signature on ukui-panel_4.0.0.0-ok0.12_source.changes 2023-08-03 10:16:08 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-08-03 10:16:08 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-08-03 10:16:08 DEBUG Verifying signature on ukui-panel_4.0.0.0-ok0.12.dsc 2023-08-03 10:16:08 DEBUG Performing DSC verification. 2023-08-03 10:16:08 DEBUG ukui-panel_4.0.0.0-ok0.12_source.buildinfo can be unsigned. 2023-08-03 10:16:08 DEBUG Verifying the changes file. 2023-08-03 10:16:08 DEBUG Verifying files in upload. 2023-08-03 10:16:08 DEBUG Verifying source file ukui-panel_4.0.0.0-ok0.12.dsc 2023-08-03 10:16:08 DEBUG ukui-panel_4.0.0.0.orig.tar.gz found in Primary Archive for openKylin 2023-08-03 10:16:08 DEBUG Verifying uploaded source package by unpacking it. 2023-08-03 10:16:09 DEBUG Copying copyright contents. 2023-08-03 10:16:09 DEBUG Found changelog 2023-08-03 10:16:09 DEBUG Cleaning up source tree. 2023-08-03 10:16:09 DEBUG Done 2023-08-03 10:16:09 DEBUG Verifying source file ukui-panel_4.0.0.0.orig.tar.gz 2023-08-03 10:16:09 DEBUG Verifying source file ukui-panel_4.0.0.0-ok0.12.debian.tar.xz 2023-08-03 10:16:09 DEBUG Verifying buildinfo file ukui-panel_4.0.0.0-ok0.12_source.buildinfo 2023-08-03 10:16:09 DEBUG Finding and applying overrides. 2023-08-03 10:16:09 DEBUG Checking for ukui-panel/4.0.0.0-ok0.12 source ancestry 2023-08-03 10:16:09 DEBUG Finished checking upload. 2023-08-03 10:16:09 DEBUG Creating queue entry 2023-08-03 10:16:09 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-08-03 10:16:09 DEBUG ukui-panel diff from 4.0.0.0-ok0.11 to 4.0.0.0-ok0.12 requested 2023-08-03 10:16:09 DEBUG Setting it to UNAPPROVED 2023-08-03 10:16:09 DEBUG Building recipients list. 2023-08-03 10:16:09 DEBUG Adding recipient: 'Cibot ' 2023-08-03 10:16:09 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-08-03 10:16:09 DEBUG Sent a mail: 2023-08-03 10:16:09 DEBUG Subject: [openkylin/yangtze-proposed] ukui-panel 4.0.0.0-ok0.12 (Waiting for approval) 2023-08-03 10:16:09 DEBUG Sender: OKBS notice 2023-08-03 10:16:09 DEBUG Recipients: Cibot 2023-08-03 10:16:09 DEBUG Bcc: Local Root 2023-08-03 10:16:09 DEBUG Body: 2023-08-03 10:16:09 DEBUG ukui-panel (4.0.0.0-ok0.12) yangtze; urgency=medium 2023-08-03 10:16:09 DEBUG --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.6/logging/__init__.py", line 996, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode characters in position 8-11: ordinal not in range(128) Call stack: script.lock_and_run() File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 376, in lock_and_run self.run(use_web_security=use_web_security, isolation=isolation) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 108, in log_unhandled_exceptions_func return func(self, *args, **kw) File "/home/launchpad/launchpad/launchpad/lib/lp/services/scripts/base.py", line 330, in run self.main() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/scripts/processupload.py", line 98, in main processor.processUploadQueue(self.options.leafname) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 206, in processUploadQueue handler.process() File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 538, in process changes_file, self.processor.log)) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 417, in processChangesFile successful = self._acceptUpload(upload, notify) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/uploadprocessor.py", line 577, in _acceptUpload return upload.do_accept(notify=notify, build=None) File "/home/launchpad/launchpad/launchpad/lib/lp/archiveuploader/nascentupload.py", line 722, in do_accept logger=self.logger) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/model/queue.py", line 937, in notify mailer.sendAll() File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 236, in sendAll self.sendOne(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/services/mail/basemailer.py", line 211, in sendOne ctrl = self.generateEmail(email, recipient) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 626, in generateEmail debug(self.logger, six.ensure_text(line, errors="replace")) File "/home/launchpad/launchpad/launchpad/lib/lp/soyuz/mail/packageupload.py", line 102, in debug logger.debug(msg, *args, **kwargs) Message: ' * fix(\u65e5\u5386\u6309\u94ae):\u89e3\u51b3\u65e5\u5386\u53f3\u952e\u6258\u76d8\u4f4d\u7f6e\u5f02\u5e38\u5e76\u4e14\u6709\u6807\u9898\u680f\u95ee\u9898(issue#I7DBUM)' Arguments: () 2023-08-03 10:16:09 DEBUG * fix(\u65e5\u5386\u6309\u94ae):\u89e3\u51b3\u65e5\u5386\u53f3\u952e\u6258\u76d8\u4f4d\u7f6e\u5f02\u5e38\u5e76\u4e14\u6709\u6807\u9898\u680f\u95ee\u9898(issue#I7DBUM) 2023-08-03 10:16:09 DEBUG 2023-08-03 10:16:09 DEBUG Date: Thu, 03 Aug 2023 18:09:54 +0800 2023-08-03 10:16:09 DEBUG Changed-By: zhaikangning 2023-08-03 10:16:09 DEBUG Maintainer: kylin Team 2023-08-03 10:16:09 DEBUG Signed-By: Cibot 2023-08-03 10:16:09 DEBUG https://build.openkylin.top/openkylin/+source/ukui-panel/4.0.0.0-ok0.12 2023-08-03 10:16:09 DEBUG 2023-08-03 10:16:09 DEBUG == 2023-08-03 10:16:09 DEBUG 2023-08-03 10:16:09 DEBUG OK: ukui-panel_4.0.0.0.orig.tar.gz 2023-08-03 10:16:09 DEBUG OK: ukui-panel_4.0.0.0-ok0.12.debian.tar.xz 2023-08-03 10:16:09 DEBUG OK: ukui-panel_4.0.0.0-ok0.12.dsc 2023-08-03 10:16:09 DEBUG -> Component: main Section: x11 2023-08-03 10:16:09 DEBUG This upload awaits approval by a distro manager 2023-08-03 10:16:09 DEBUG 2023-08-03 10:16:09 DEBUG 2023-08-03 10:16:09 DEBUG No announcement sent 2023-08-03 10:16:09 DEBUG 2023-08-03 10:16:09 DEBUG Thank you for your contribution to openKylin. 2023-08-03 10:16:09 DEBUG 2023-08-03 10:16:09 DEBUG -- 2023-08-03 10:16:09 DEBUG You are receiving this email because you made this upload. 2023-08-03 10:16:09 INFO Committing the transaction and any mails associated with this upload.