2023-05-26 01:16:07 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230526-091549-000475'] 2023-05-26 01:16:07 DEBUG Considering upload upload-sftp-20230526-091549-000475 2023-05-26 01:16:07 DEBUG Considering changefile openkylin/yangtze-proposed/ukui-touch-settings-plugin_4.0.0.0-ok0.1_source.changes 2023-05-26 01:16:07 DEBUG CI build tag is: jenkins-ci-upload-8760 2023-05-26 01:16:07 DEBUG Finding fresh policy 2023-05-26 01:16:07 INFO Processing upload ukui-touch-settings-plugin_4.0.0.0-ok0.1_source.changes 2023-05-26 01:16:07 DEBUG Verifying signature on ukui-touch-settings-plugin_4.0.0.0-ok0.1_source.changes 2023-05-26 01:16:08 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-05-26 01:16:08 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-05-26 01:16:08 DEBUG Verifying signature on ukui-touch-settings-plugin_4.0.0.0-ok0.1.dsc 2023-05-26 01:16:08 DEBUG Performing DSC verification. 2023-05-26 01:16:08 DEBUG ukui-touch-settings-plugin_4.0.0.0-ok0.1_source.buildinfo can be unsigned. 2023-05-26 01:16:08 DEBUG Verifying the changes file. 2023-05-26 01:16:08 DEBUG Verifying files in upload. 2023-05-26 01:16:08 DEBUG Verifying source file ukui-touch-settings-plugin_4.0.0.0-ok0.1.dsc 2023-05-26 01:16:08 DEBUG ukui-touch-settings-plugin_4.0.0.0.orig.tar.xz found in Primary Archive for openKylin 2023-05-26 01:16:09 DEBUG Verifying uploaded source package by unpacking it. 2023-05-26 01:16:14 DEBUG Copying copyright contents. 2023-05-26 01:16:14 DEBUG Found changelog 2023-05-26 01:16:14 DEBUG Cleaning up source tree. 2023-05-26 01:16:14 DEBUG Done 2023-05-26 01:16:14 DEBUG Verifying source file ukui-touch-settings-plugin_4.0.0.0.orig.tar.xz 2023-05-26 01:16:14 DEBUG Verifying source file ukui-touch-settings-plugin_4.0.0.0-ok0.1.debian.tar.xz 2023-05-26 01:16:14 DEBUG Verifying buildinfo file ukui-touch-settings-plugin_4.0.0.0-ok0.1_source.buildinfo 2023-05-26 01:16:14 DEBUG Finding and applying overrides. 2023-05-26 01:16:14 DEBUG Checking for ukui-touch-settings-plugin/4.0.0.0-ok0.1 source ancestry 2023-05-26 01:16:14 DEBUG Finished checking upload. 2023-05-26 01:16:14 DEBUG Creating queue entry 2023-05-26 01:16:15 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-05-26 01:16:15 DEBUG ukui-touch-settings-plugin diff from 4.0.0.0-ok0 to 4.0.0.0-ok0.1 requested 2023-05-26 01:16:15 DEBUG Setting it to UNAPPROVED 2023-05-26 01:16:15 DEBUG Building recipients list. 2023-05-26 01:16:15 DEBUG Adding recipient: 'Cibot ' 2023-05-26 01:16:15 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-05-26 01:16:15 DEBUG Sent a mail: 2023-05-26 01:16:15 DEBUG Subject: [openkylin/yangtze-proposed] ukui-touch-settings-plugin 4.0.0.0-ok0.1 (Waiting for approval) 2023-05-26 01:16:15 DEBUG Sender: OKBS notice 2023-05-26 01:16:15 DEBUG Recipients: Cibot 2023-05-26 01:16:15 DEBUG Bcc: Local Root 2023-05-26 01:16:15 DEBUG Body: 2023-05-26 01:16:15 DEBUG ukui-touch-settings-plugin (4.0.0.0-ok0.1) yangtze; urgency=medium 2023-05-26 01:16:15 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 10-16: 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: ' * Chore:\u89e3\u51b3\u56e0\u4e3a\u6ca1\u6dfb\u52a0xcb\u7684\u7f16\u8bd1\u4f9d\u8d56\u800c\u7f16\u8bd1\u5931\u8d25\u7684\u95ee\u9898' Arguments: () 2023-05-26 01:16:15 DEBUG * Chore:\u89e3\u51b3\u56e0\u4e3a\u6ca1\u6dfb\u52a0xcb\u7684\u7f16\u8bd1\u4f9d\u8d56\u800c\u7f16\u8bd1\u5931\u8d25\u7684\u95ee\u9898 2023-05-26 01:16:15 DEBUG 2023-05-26 01:16:15 DEBUG Date: Fri, 26 May 2023 09:04:40 +0800 2023-05-26 01:16:15 DEBUG Changed-By: wangyan 2023-05-26 01:16:15 DEBUG Maintainer: pangyi 2023-05-26 01:16:15 DEBUG Signed-By: Cibot 2023-05-26 01:16:15 DEBUG https://build.openkylin.top/openkylin/+source/ukui-touch-settings-plugin/4.0.0.0-ok0.1 2023-05-26 01:16:15 DEBUG 2023-05-26 01:16:15 DEBUG == 2023-05-26 01:16:15 DEBUG 2023-05-26 01:16:15 DEBUG OK: ukui-touch-settings-plugin_4.0.0.0.orig.tar.xz 2023-05-26 01:16:15 DEBUG OK: ukui-touch-settings-plugin_4.0.0.0-ok0.1.debian.tar.xz 2023-05-26 01:16:15 DEBUG OK: ukui-touch-settings-plugin_4.0.0.0-ok0.1.dsc 2023-05-26 01:16:15 DEBUG -> Component: main Section: utils 2023-05-26 01:16:15 DEBUG This upload awaits approval by a distro manager 2023-05-26 01:16:15 DEBUG 2023-05-26 01:16:15 DEBUG 2023-05-26 01:16:15 DEBUG No announcement sent 2023-05-26 01:16:15 DEBUG 2023-05-26 01:16:15 DEBUG Thank you for your contribution to openKylin. 2023-05-26 01:16:15 DEBUG 2023-05-26 01:16:15 DEBUG -- 2023-05-26 01:16:15 DEBUG You are receiving this email because you made this upload. 2023-05-26 01:16:15 INFO Committing the transaction and any mails associated with this upload. 2023-05-26 01:18:07 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230526-091753-000476'] 2023-05-26 01:18:07 DEBUG Considering upload upload-sftp-20230526-091753-000476 2023-05-26 01:18:07 DEBUG Considering changefile ~cibot/openkylin/jenkins-ci-open-mr-2953/yangtze/ukui-touch-settings-plugin_4.0.0.0-ok0.1_source.changes 2023-05-26 01:18:07 DEBUG Finding fresh policy 2023-05-26 01:18:07 INFO Processing upload ukui-touch-settings-plugin_4.0.0.0-ok0.1_source.changes 2023-05-26 01:18:07 DEBUG Verifying signature on ukui-touch-settings-plugin_4.0.0.0-ok0.1_source.changes 2023-05-26 01:18:07 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-05-26 01:18:07 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-05-26 01:18:07 DEBUG Verifying signature on ukui-touch-settings-plugin_4.0.0.0-ok0.1.dsc 2023-05-26 01:18:08 DEBUG Performing DSC verification. 2023-05-26 01:18:08 DEBUG ukui-touch-settings-plugin_4.0.0.0-ok0.1_source.buildinfo can be unsigned. 2023-05-26 01:18:08 DEBUG Verifying the changes file. 2023-05-26 01:18:08 DEBUG Verifying files in upload. 2023-05-26 01:18:08 DEBUG Verifying source file ukui-touch-settings-plugin_4.0.0.0-ok0.1.dsc 2023-05-26 01:18:09 DEBUG Verifying uploaded source package by unpacking it. 2023-05-26 01:18:13 DEBUG Copying copyright contents. 2023-05-26 01:18:13 DEBUG Found changelog 2023-05-26 01:18:13 DEBUG Cleaning up source tree. 2023-05-26 01:18:13 DEBUG Done 2023-05-26 01:18:13 DEBUG Verifying source file ukui-touch-settings-plugin_4.0.0.0-ok0.1.tar.xz 2023-05-26 01:18:13 DEBUG Verifying buildinfo file ukui-touch-settings-plugin_4.0.0.0-ok0.1_source.buildinfo 2023-05-26 01:18:13 DEBUG Finding and applying overrides. 2023-05-26 01:18:13 DEBUG Checking for ukui-touch-settings-plugin/4.0.0.0-ok0.1 source ancestry 2023-05-26 01:18:13 DEBUG ukui-touch-settings-plugin: (source) NEW 2023-05-26 01:18:13 DEBUG Finished checking upload. 2023-05-26 01:18:13 DEBUG Creating queue entry 2023-05-26 01:18:14 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-05-26 01:18:14 DEBUG ukui-touch-settings-plugin diff from 1.0.13.13-0k0.3 (in Openkylin) to 4.0.0.0-ok0.1 requested 2023-05-26 01:18:14 DEBUG Setting it to ACCEPTED 2023-05-26 01:18:14 DEBUG Creating PENDING publishing record. 2023-05-26 01:18:14 DEBUG Created amd64 build of ukui-touch-settings-plugin 4.0.0.0-ok0.1 in openkylin yangtze RELEASE [82184] in jenkins-ci-open-mr-2953 (2510) 2023-05-26 01:18:15 DEBUG Created arm64 build of ukui-touch-settings-plugin 4.0.0.0-ok0.1 in openkylin yangtze RELEASE [82185] in jenkins-ci-open-mr-2953 (2510) 2023-05-26 01:18:15 DEBUG Created i386 build of ukui-touch-settings-plugin 4.0.0.0-ok0.1 in openkylin yangtze RELEASE [82186] in jenkins-ci-open-mr-2953 (2510) 2023-05-26 01:18:15 DEBUG Created riscv64 build of ukui-touch-settings-plugin 4.0.0.0-ok0.1 in openkylin yangtze RELEASE [82187] in jenkins-ci-open-mr-2953 (2510) 2023-05-26 01:18:15 DEBUG Building recipients list. 2023-05-26 01:18:15 DEBUG Adding recipient: 'Cibot ' 2023-05-26 01:18:15 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-05-26 01:18:15 DEBUG Sent a mail: 2023-05-26 01:18:15 DEBUG Subject: [~cibot/openkylin/jenkins-ci-open-mr-2953/yangtze] ukui-touch-settings-plugin 4.0.0.0-ok0.1 (Accepted) 2023-05-26 01:18:15 DEBUG Sender: OKBS notice 2023-05-26 01:18:15 DEBUG Recipients: Cibot 2023-05-26 01:18:15 DEBUG Bcc: Local Root 2023-05-26 01:18:15 DEBUG Body: 2023-05-26 01:18:15 DEBUG Accepted: 2023-05-26 01:18:15 DEBUG OK: ukui-touch-settings-plugin_4.0.0.0-ok0.1.tar.xz 2023-05-26 01:18:15 DEBUG OK: ukui-touch-settings-plugin_4.0.0.0-ok0.1.dsc 2023-05-26 01:18:15 DEBUG -> Component: main Section: utils 2023-05-26 01:18:15 DEBUG 2023-05-26 01:18:15 DEBUG ukui-touch-settings-plugin (4.0.0.0-ok0.1) yangtze; urgency=medium 2023-05-26 01:18:15 DEBUG 2023-05-26 01:18:15 DEBUG * Chore:\u89e3\u51b3\u56e0\u4e3a\u6ca1\u6dfb\u52a0xcb\u7684\u7f16\u8bd1\u4f9d\u8d56\u800c\u7f16\u8bd1\u5931\u8d25\u7684\u95ee\u9898 2023-05-26 01:18:15 DEBUG 2023-05-26 01:18:15 DEBUG -- 2023-05-26 01:18:15 DEBUG https://build.openkylin.top/~cibot/+archive/openkylin/jenkins-ci-open-mr-2953 2023-05-26 01:18:15 DEBUG You are receiving this email because you made this upload. 2023-05-26 01:18:15 INFO Committing the transaction and any mails associated with this upload. 2023-05-26 01:41:07 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230526-094019-000477'] 2023-05-26 01:41:07 DEBUG Considering upload upload-sftp-20230526-094019-000477 2023-05-26 01:41:07 DEBUG Considering changefile ~cibot/openkylin/jenkins-ci-open-mr-2954/yangtze/ukui-tablet-desktop_4.0.0.0-ok1.6_source.changes 2023-05-26 01:41:07 DEBUG Finding fresh policy 2023-05-26 01:41:07 INFO Processing upload ukui-tablet-desktop_4.0.0.0-ok1.6_source.changes 2023-05-26 01:41:07 DEBUG Verifying signature on ukui-tablet-desktop_4.0.0.0-ok1.6_source.changes 2023-05-26 01:41:07 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-05-26 01:41:07 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-05-26 01:41:08 DEBUG Verifying signature on ukui-tablet-desktop_4.0.0.0-ok1.6.dsc 2023-05-26 01:41:08 DEBUG Performing DSC verification. 2023-05-26 01:41:08 DEBUG ukui-tablet-desktop_4.0.0.0-ok1.6_source.buildinfo can be unsigned. 2023-05-26 01:41:08 DEBUG Verifying the changes file. 2023-05-26 01:41:08 DEBUG Verifying files in upload. 2023-05-26 01:41:08 DEBUG Verifying source file ukui-tablet-desktop_4.0.0.0-ok1.6.dsc 2023-05-26 01:41:08 DEBUG Verifying uploaded source package by unpacking it. 2023-05-26 01:41:08 DEBUG Copying copyright contents. 2023-05-26 01:41:08 DEBUG Found changelog 2023-05-26 01:41:08 DEBUG Cleaning up source tree. 2023-05-26 01:41:08 DEBUG Done 2023-05-26 01:41:08 DEBUG Verifying source file ukui-tablet-desktop_4.0.0.0-ok1.6.tar.xz 2023-05-26 01:41:08 DEBUG Verifying buildinfo file ukui-tablet-desktop_4.0.0.0-ok1.6_source.buildinfo 2023-05-26 01:41:08 DEBUG Finding and applying overrides. 2023-05-26 01:41:08 DEBUG Checking for ukui-tablet-desktop/4.0.0.0-ok1.6 source ancestry 2023-05-26 01:41:08 DEBUG ukui-tablet-desktop: (source) NEW 2023-05-26 01:41:08 DEBUG Finished checking upload. 2023-05-26 01:41:08 DEBUG Creating queue entry 2023-05-26 01:41:08 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-05-26 01:41:08 DEBUG ukui-tablet-desktop diff from 3.22.0.0-ok1.6 (in Openkylin) to 4.0.0.0-ok1.6 requested 2023-05-26 01:41:08 DEBUG Setting it to ACCEPTED 2023-05-26 01:41:08 DEBUG Creating PENDING publishing record. 2023-05-26 01:41:08 DEBUG Created amd64 build of ukui-tablet-desktop 4.0.0.0-ok1.6 in openkylin yangtze RELEASE [82188] in jenkins-ci-open-mr-2954 (2510) 2023-05-26 01:41:08 DEBUG Created arm64 build of ukui-tablet-desktop 4.0.0.0-ok1.6 in openkylin yangtze RELEASE [82189] in jenkins-ci-open-mr-2954 (2510) 2023-05-26 01:41:09 DEBUG Created i386 build of ukui-tablet-desktop 4.0.0.0-ok1.6 in openkylin yangtze RELEASE [82190] in jenkins-ci-open-mr-2954 (2510) 2023-05-26 01:41:09 DEBUG Created riscv64 build of ukui-tablet-desktop 4.0.0.0-ok1.6 in openkylin yangtze RELEASE [82191] in jenkins-ci-open-mr-2954 (2510) 2023-05-26 01:41:09 DEBUG Building recipients list. 2023-05-26 01:41:09 DEBUG Adding recipient: 'Cibot ' 2023-05-26 01:41:09 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-05-26 01:41:09 DEBUG Sent a mail: 2023-05-26 01:41:09 DEBUG Subject: [~cibot/openkylin/jenkins-ci-open-mr-2954/yangtze] ukui-tablet-desktop 4.0.0.0-ok1.6 (Accepted) 2023-05-26 01:41:09 DEBUG Sender: OKBS notice 2023-05-26 01:41:09 DEBUG Recipients: Cibot 2023-05-26 01:41:09 DEBUG Bcc: Local Root 2023-05-26 01:41:09 DEBUG Body: 2023-05-26 01:41:09 DEBUG Accepted: 2023-05-26 01:41:09 DEBUG OK: ukui-tablet-desktop_4.0.0.0-ok1.6.tar.xz 2023-05-26 01:41:09 DEBUG OK: ukui-tablet-desktop_4.0.0.0-ok1.6.dsc 2023-05-26 01:41:09 DEBUG -> Component: main Section: x11 2023-05-26 01:41:09 DEBUG 2023-05-26 01:41:09 DEBUG ukui-tablet-desktop (4.0.0.0-ok1.6) yangtze; urgency=medium 2023-05-26 01:41:09 DEBUG 2023-05-26 01:41:09 DEBUG * 1)Fix: #I6YFWA \u3010\u4efb\u52a1\u680f\u3011\u3010\u5e73\u677f\u6a21\u5f0f\u3011\u5e73\u677f\u6a21\u5f0f\u4e0b\u7684\u4efb\u52a1\u680f\u4e2dVS code\u5e94\u7528\u4e0d\u663e\u793a\u56fe\u6807 2023-05-26 01:41:09 DEBUG 2023-05-26 01:41:09 DEBUG -- 2023-05-26 01:41:09 DEBUG https://build.openkylin.top/~cibot/+archive/openkylin/jenkins-ci-open-mr-2954 2023-05-26 01:41:09 DEBUG You are receiving this email because you made this upload. 2023-05-26 01:41:09 INFO Committing the transaction and any mails associated with this upload. 2023-05-26 01:44:07 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230526-094335-000478'] 2023-05-26 01:44:07 DEBUG Considering upload upload-sftp-20230526-094335-000478 2023-05-26 01:44:07 DEBUG Considering changefile ~cibot/openkylin/jenkins-ci-open-mr-2955/yangtze/ukui-tablet-desktop_4.0.0.0-ok1.6_source.changes 2023-05-26 01:44:07 DEBUG Finding fresh policy 2023-05-26 01:44:07 INFO Processing upload ukui-tablet-desktop_4.0.0.0-ok1.6_source.changes 2023-05-26 01:44:07 DEBUG Verifying signature on ukui-tablet-desktop_4.0.0.0-ok1.6_source.changes 2023-05-26 01:44:08 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-05-26 01:44:08 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-05-26 01:44:08 DEBUG Verifying signature on ukui-tablet-desktop_4.0.0.0-ok1.6.dsc 2023-05-26 01:44:08 DEBUG Performing DSC verification. 2023-05-26 01:44:08 DEBUG ukui-tablet-desktop_4.0.0.0-ok1.6_source.buildinfo can be unsigned. 2023-05-26 01:44:08 DEBUG Verifying the changes file. 2023-05-26 01:44:08 DEBUG Verifying files in upload. 2023-05-26 01:44:08 DEBUG Verifying source file ukui-tablet-desktop_4.0.0.0-ok1.6.dsc 2023-05-26 01:44:08 DEBUG Verifying uploaded source package by unpacking it. 2023-05-26 01:44:08 DEBUG Copying copyright contents. 2023-05-26 01:44:08 DEBUG Found changelog 2023-05-26 01:44:08 DEBUG Cleaning up source tree. 2023-05-26 01:44:08 DEBUG Done 2023-05-26 01:44:08 DEBUG Verifying source file ukui-tablet-desktop_4.0.0.0-ok1.6.tar.xz 2023-05-26 01:44:08 DEBUG Verifying buildinfo file ukui-tablet-desktop_4.0.0.0-ok1.6_source.buildinfo 2023-05-26 01:44:08 DEBUG Finding and applying overrides. 2023-05-26 01:44:08 DEBUG Checking for ukui-tablet-desktop/4.0.0.0-ok1.6 source ancestry 2023-05-26 01:44:08 DEBUG ukui-tablet-desktop: (source) NEW 2023-05-26 01:44:08 DEBUG Finished checking upload. 2023-05-26 01:44:08 DEBUG Creating queue entry 2023-05-26 01:44:08 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-05-26 01:44:08 DEBUG ukui-tablet-desktop diff from 3.22.0.0-ok1.6 (in Openkylin) to 4.0.0.0-ok1.6 requested 2023-05-26 01:44:08 DEBUG Setting it to ACCEPTED 2023-05-26 01:44:08 DEBUG Creating PENDING publishing record. 2023-05-26 01:44:09 DEBUG Created amd64 build of ukui-tablet-desktop 4.0.0.0-ok1.6 in openkylin yangtze RELEASE [82192] in jenkins-ci-open-mr-2955 (2510) 2023-05-26 01:44:09 DEBUG Created arm64 build of ukui-tablet-desktop 4.0.0.0-ok1.6 in openkylin yangtze RELEASE [82193] in jenkins-ci-open-mr-2955 (2510) 2023-05-26 01:44:09 DEBUG Created i386 build of ukui-tablet-desktop 4.0.0.0-ok1.6 in openkylin yangtze RELEASE [82194] in jenkins-ci-open-mr-2955 (2510) 2023-05-26 01:44:09 DEBUG Created riscv64 build of ukui-tablet-desktop 4.0.0.0-ok1.6 in openkylin yangtze RELEASE [82195] in jenkins-ci-open-mr-2955 (2510) 2023-05-26 01:44:09 DEBUG Building recipients list. 2023-05-26 01:44:09 DEBUG Adding recipient: 'Cibot ' 2023-05-26 01:44:09 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-05-26 01:44:09 DEBUG Sent a mail: 2023-05-26 01:44:09 DEBUG Subject: [~cibot/openkylin/jenkins-ci-open-mr-2955/yangtze] ukui-tablet-desktop 4.0.0.0-ok1.6 (Accepted) 2023-05-26 01:44:09 DEBUG Sender: OKBS notice 2023-05-26 01:44:09 DEBUG Recipients: Cibot 2023-05-26 01:44:09 DEBUG Bcc: Local Root 2023-05-26 01:44:09 DEBUG Body: 2023-05-26 01:44:09 DEBUG Accepted: 2023-05-26 01:44:09 DEBUG OK: ukui-tablet-desktop_4.0.0.0-ok1.6.tar.xz 2023-05-26 01:44:09 DEBUG OK: ukui-tablet-desktop_4.0.0.0-ok1.6.dsc 2023-05-26 01:44:09 DEBUG -> Component: main Section: x11 2023-05-26 01:44:09 DEBUG 2023-05-26 01:44:09 DEBUG ukui-tablet-desktop (4.0.0.0-ok1.6) yangtze; urgency=medium 2023-05-26 01:44:09 DEBUG 2023-05-26 01:44:09 DEBUG * 1)Fix: #I6YFWA \u3010\u4efb\u52a1\u680f\u3011\u3010\u5e73\u677f\u6a21\u5f0f\u3011\u5e73\u677f\u6a21\u5f0f\u4e0b\u7684\u4efb\u52a1\u680f\u4e2dVS code\u5e94\u7528\u4e0d\u663e\u793a\u56fe\u6807 2023-05-26 01:44:09 DEBUG 2023-05-26 01:44:09 DEBUG -- 2023-05-26 01:44:09 DEBUG https://build.openkylin.top/~cibot/+archive/openkylin/jenkins-ci-open-mr-2955 2023-05-26 01:44:09 DEBUG You are receiving this email because you made this upload. 2023-05-26 01:44:09 INFO Committing the transaction and any mails associated with this upload. 2023-05-26 03:12:07 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230526-111137-000479'] 2023-05-26 03:12:07 DEBUG Considering upload upload-sftp-20230526-111137-000479 2023-05-26 03:12:07 DEBUG Considering changefile openkylin/yangtze-proposed/ukui-tablet-desktop_4.0.0.0-ok1.6_source.changes 2023-05-26 03:12:07 DEBUG CI build tag is: jenkins-ci-upload-8761 2023-05-26 03:12:07 DEBUG Finding fresh policy 2023-05-26 03:12:07 INFO Processing upload ukui-tablet-desktop_4.0.0.0-ok1.6_source.changes 2023-05-26 03:12:07 DEBUG Verifying signature on ukui-tablet-desktop_4.0.0.0-ok1.6_source.changes 2023-05-26 03:12:07 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-05-26 03:12:07 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-05-26 03:12:07 DEBUG Verifying signature on ukui-tablet-desktop_4.0.0.0-ok1.6.dsc 2023-05-26 03:12:08 DEBUG Performing DSC verification. 2023-05-26 03:12:08 DEBUG ukui-tablet-desktop_4.0.0.0-ok1.6_source.buildinfo can be unsigned. 2023-05-26 03:12:08 DEBUG Verifying the changes file. 2023-05-26 03:12:08 DEBUG Verifying files in upload. 2023-05-26 03:12:08 DEBUG Verifying source file ukui-tablet-desktop_4.0.0.0-ok1.6.dsc 2023-05-26 03:12:08 DEBUG ukui-tablet-desktop_4.0.0.0.orig.tar.gz found in Primary Archive for openKylin 2023-05-26 03:12:08 DEBUG Verifying uploaded source package by unpacking it. 2023-05-26 03:12:08 DEBUG Copying copyright contents. 2023-05-26 03:12:08 DEBUG Found changelog 2023-05-26 03:12:08 DEBUG Cleaning up source tree. 2023-05-26 03:12:08 DEBUG Done 2023-05-26 03:12:08 DEBUG Verifying source file ukui-tablet-desktop_4.0.0.0.orig.tar.gz 2023-05-26 03:12:08 DEBUG Verifying source file ukui-tablet-desktop_4.0.0.0-ok1.6.debian.tar.xz 2023-05-26 03:12:08 DEBUG Verifying buildinfo file ukui-tablet-desktop_4.0.0.0-ok1.6_source.buildinfo 2023-05-26 03:12:08 DEBUG Finding and applying overrides. 2023-05-26 03:12:08 DEBUG Checking for ukui-tablet-desktop/4.0.0.0-ok1.6 source ancestry 2023-05-26 03:12:08 DEBUG Finished checking upload. 2023-05-26 03:12:08 DEBUG Creating queue entry 2023-05-26 03:12:09 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-05-26 03:12:09 DEBUG ukui-tablet-desktop diff from 4.0.0.0-ok1.5 to 4.0.0.0-ok1.6 requested 2023-05-26 03:12:09 DEBUG Setting it to UNAPPROVED 2023-05-26 03:12:09 DEBUG Building recipients list. 2023-05-26 03:12:09 DEBUG Adding recipient: 'Cibot ' 2023-05-26 03:12:09 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-05-26 03:12:09 DEBUG Sent a mail: 2023-05-26 03:12:09 DEBUG Subject: [openkylin/yangtze-proposed] ukui-tablet-desktop 4.0.0.0-ok1.6 (Waiting for approval) 2023-05-26 03:12:09 DEBUG Sender: OKBS notice 2023-05-26 03:12:09 DEBUG Recipients: Cibot 2023-05-26 03:12:09 DEBUG Bcc: Local Root 2023-05-26 03:12:09 DEBUG Body: 2023-05-26 03:12:09 DEBUG ukui-tablet-desktop (4.0.0.0-ok1.6) yangtze; urgency=medium 2023-05-26 03:12: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 19-39: 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: ' * 1)Fix: #I6YFWA \u3010\u4efb\u52a1\u680f\u3011\u3010\u5e73\u677f\u6a21\u5f0f\u3011\u5e73\u677f\u6a21\u5f0f\u4e0b\u7684\u4efb\u52a1\u680f\u4e2dVS code\u5e94\u7528\u4e0d\u663e\u793a\u56fe\u6807' Arguments: () 2023-05-26 03:12:09 DEBUG * 1)Fix: #I6YFWA \u3010\u4efb\u52a1\u680f\u3011\u3010\u5e73\u677f\u6a21\u5f0f\u3011\u5e73\u677f\u6a21\u5f0f\u4e0b\u7684\u4efb\u52a1\u680f\u4e2dVS code\u5e94\u7528\u4e0d\u663e\u793a\u56fe\u6807 2023-05-26 03:12:09 DEBUG 2023-05-26 03:12:09 DEBUG Date: Thu, 25 May 2023 17:55:43 +0800 2023-05-26 03:12:09 DEBUG Changed-By: zhaokexin 2023-05-26 03:12:09 DEBUG Maintainer: guopengfei 2023-05-26 03:12:09 DEBUG Signed-By: Cibot 2023-05-26 03:12:09 DEBUG https://build.openkylin.top/openkylin/+source/ukui-tablet-desktop/4.0.0.0-ok1.6 2023-05-26 03:12:09 DEBUG 2023-05-26 03:12:09 DEBUG == 2023-05-26 03:12:09 DEBUG 2023-05-26 03:12:09 DEBUG OK: ukui-tablet-desktop_4.0.0.0.orig.tar.gz 2023-05-26 03:12:09 DEBUG OK: ukui-tablet-desktop_4.0.0.0-ok1.6.debian.tar.xz 2023-05-26 03:12:09 DEBUG OK: ukui-tablet-desktop_4.0.0.0-ok1.6.dsc 2023-05-26 03:12:09 DEBUG -> Component: main Section: x11 2023-05-26 03:12:09 DEBUG This upload awaits approval by a distro manager 2023-05-26 03:12:09 DEBUG 2023-05-26 03:12:09 DEBUG 2023-05-26 03:12:09 DEBUG No announcement sent 2023-05-26 03:12:09 DEBUG 2023-05-26 03:12:09 DEBUG Thank you for your contribution to openKylin. 2023-05-26 03:12:09 DEBUG 2023-05-26 03:12:09 DEBUG -- 2023-05-26 03:12:09 DEBUG You are receiving this email because you made this upload. 2023-05-26 03:12:09 INFO Committing the transaction and any mails associated with this upload. 2023-05-26 03:40:07 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230526-113914-000480'] 2023-05-26 03:40:07 DEBUG Considering upload upload-sftp-20230526-113914-000480 2023-05-26 03:40:07 DEBUG Considering changefile ~cibot/openkylin/jenkins-ci-open-mr-2958/yangtze/ukui-tablet-desktop_4.0.0.0-ok1.7_source.changes 2023-05-26 03:40:07 DEBUG Finding fresh policy 2023-05-26 03:40:07 INFO Processing upload ukui-tablet-desktop_4.0.0.0-ok1.7_source.changes 2023-05-26 03:40:07 DEBUG Verifying signature on ukui-tablet-desktop_4.0.0.0-ok1.7_source.changes 2023-05-26 03:40:07 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-05-26 03:40:07 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-05-26 03:40:07 DEBUG Verifying signature on ukui-tablet-desktop_4.0.0.0-ok1.7.dsc 2023-05-26 03:40:07 DEBUG Performing DSC verification. 2023-05-26 03:40:07 DEBUG ukui-tablet-desktop_4.0.0.0-ok1.7_source.buildinfo can be unsigned. 2023-05-26 03:40:07 DEBUG Verifying the changes file. 2023-05-26 03:40:07 DEBUG Verifying files in upload. 2023-05-26 03:40:07 DEBUG Verifying source file ukui-tablet-desktop_4.0.0.0-ok1.7.dsc 2023-05-26 03:40:07 DEBUG Verifying uploaded source package by unpacking it. 2023-05-26 03:40:08 DEBUG Copying copyright contents. 2023-05-26 03:40:08 DEBUG Found changelog 2023-05-26 03:40:08 DEBUG Cleaning up source tree. 2023-05-26 03:40:08 DEBUG Done 2023-05-26 03:40:08 DEBUG Verifying source file ukui-tablet-desktop_4.0.0.0-ok1.7.tar.xz 2023-05-26 03:40:08 DEBUG Verifying buildinfo file ukui-tablet-desktop_4.0.0.0-ok1.7_source.buildinfo 2023-05-26 03:40:08 DEBUG Finding and applying overrides. 2023-05-26 03:40:08 DEBUG Checking for ukui-tablet-desktop/4.0.0.0-ok1.7 source ancestry 2023-05-26 03:40:08 DEBUG ukui-tablet-desktop: (source) NEW 2023-05-26 03:40:08 DEBUG Finished checking upload. 2023-05-26 03:40:08 DEBUG Creating queue entry 2023-05-26 03:40:08 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-05-26 03:40:08 DEBUG ukui-tablet-desktop diff from 3.22.0.0-ok1.6 (in Openkylin) to 4.0.0.0-ok1.7 requested 2023-05-26 03:40:08 DEBUG Setting it to ACCEPTED 2023-05-26 03:40:08 DEBUG Creating PENDING publishing record. 2023-05-26 03:40:09 DEBUG Created amd64 build of ukui-tablet-desktop 4.0.0.0-ok1.7 in openkylin yangtze RELEASE [82196] in jenkins-ci-open-mr-2958 (2510) 2023-05-26 03:40:09 DEBUG Created arm64 build of ukui-tablet-desktop 4.0.0.0-ok1.7 in openkylin yangtze RELEASE [82197] in jenkins-ci-open-mr-2958 (2510) 2023-05-26 03:40:09 DEBUG Created i386 build of ukui-tablet-desktop 4.0.0.0-ok1.7 in openkylin yangtze RELEASE [82198] in jenkins-ci-open-mr-2958 (2510) 2023-05-26 03:40:09 DEBUG Created riscv64 build of ukui-tablet-desktop 4.0.0.0-ok1.7 in openkylin yangtze RELEASE [82199] in jenkins-ci-open-mr-2958 (2510) 2023-05-26 03:40:09 DEBUG Building recipients list. 2023-05-26 03:40:09 DEBUG Adding recipient: 'Cibot ' 2023-05-26 03:40:09 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-05-26 03:40:09 DEBUG Sent a mail: 2023-05-26 03:40:09 DEBUG Subject: [~cibot/openkylin/jenkins-ci-open-mr-2958/yangtze] ukui-tablet-desktop 4.0.0.0-ok1.7 (Accepted) 2023-05-26 03:40:09 DEBUG Sender: OKBS notice 2023-05-26 03:40:09 DEBUG Recipients: Cibot 2023-05-26 03:40:09 DEBUG Bcc: Local Root 2023-05-26 03:40:09 DEBUG Body: 2023-05-26 03:40:09 DEBUG Accepted: 2023-05-26 03:40:09 DEBUG OK: ukui-tablet-desktop_4.0.0.0-ok1.7.tar.xz 2023-05-26 03:40:09 DEBUG OK: ukui-tablet-desktop_4.0.0.0-ok1.7.dsc 2023-05-26 03:40:09 DEBUG -> Component: main Section: x11 2023-05-26 03:40:09 DEBUG 2023-05-26 03:40:09 DEBUG ukui-tablet-desktop (4.0.0.0-ok1.7) yangtze; urgency=medium 2023-05-26 03:40:09 DEBUG 2023-05-26 03:40:09 DEBUG * 1)Fix: 1)#I72JTZ \u3010\u5e73\u677f\u6a21\u5f0f\u3011\u5e73\u677f\u6a21\u5f0f\u672a\u8fde\u63a5\u7f51\u7edc\uff0c\u6258\u76d8\u5904\u663e\u793a\u8fde\u63a5\u6709\u7ebf\u6216\u65e0\u7ebf 2023-05-26 03:40:09 DEBUG 2)#I64T2Y \u3010\u5e73\u677f\u6a21\u5f0f\u3011\u3010\u4efb\u52a1\u680f\u3011\u8fde\u63a5WiFi\u540e\u4efb\u52a1\u680f\u7f51\u7edc\u56fe\u6807\u663e\u793a\u4e3a\u7f51\u7edc\u65ad\u5f00\u72b6\u6001 2023-05-26 03:40:09 DEBUG 2023-05-26 03:40:09 DEBUG -- 2023-05-26 03:40:09 DEBUG https://build.openkylin.top/~cibot/+archive/openkylin/jenkins-ci-open-mr-2958 2023-05-26 03:40:09 DEBUG You are receiving this email because you made this upload. 2023-05-26 03:40:09 INFO Committing the transaction and any mails associated with this upload. 2023-05-26 03:42:07 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230526-114154-000481'] 2023-05-26 03:42:07 DEBUG Considering upload upload-sftp-20230526-114154-000481 2023-05-26 03:42:07 DEBUG Considering changefile openkylin/yangtze-proposed/ukui-tablet-desktop_4.0.0.0-ok1.7_source.changes 2023-05-26 03:42:07 DEBUG CI build tag is: jenkins-ci-upload-8763 2023-05-26 03:42:07 DEBUG Finding fresh policy 2023-05-26 03:42:07 INFO Processing upload ukui-tablet-desktop_4.0.0.0-ok1.7_source.changes 2023-05-26 03:42:07 DEBUG Verifying signature on ukui-tablet-desktop_4.0.0.0-ok1.7_source.changes 2023-05-26 03:42:07 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-05-26 03:42:07 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-05-26 03:42:07 DEBUG Verifying signature on ukui-tablet-desktop_4.0.0.0-ok1.7.dsc 2023-05-26 03:42:08 DEBUG Performing DSC verification. 2023-05-26 03:42:08 DEBUG ukui-tablet-desktop_4.0.0.0-ok1.7_source.buildinfo can be unsigned. 2023-05-26 03:42:08 DEBUG Verifying the changes file. 2023-05-26 03:42:08 DEBUG Verifying files in upload. 2023-05-26 03:42:08 DEBUG Verifying source file ukui-tablet-desktop_4.0.0.0-ok1.7.dsc 2023-05-26 03:42:08 DEBUG ukui-tablet-desktop_4.0.0.0.orig.tar.gz found in Primary Archive for openKylin 2023-05-26 03:42:08 DEBUG Verifying uploaded source package by unpacking it. 2023-05-26 03:42:08 DEBUG Copying copyright contents. 2023-05-26 03:42:08 DEBUG Found changelog 2023-05-26 03:42:08 DEBUG Cleaning up source tree. 2023-05-26 03:42:08 DEBUG Done 2023-05-26 03:42:08 DEBUG Verifying source file ukui-tablet-desktop_4.0.0.0.orig.tar.gz 2023-05-26 03:42:08 DEBUG Verifying source file ukui-tablet-desktop_4.0.0.0-ok1.7.debian.tar.xz 2023-05-26 03:42:08 DEBUG Verifying buildinfo file ukui-tablet-desktop_4.0.0.0-ok1.7_source.buildinfo 2023-05-26 03:42:08 DEBUG Finding and applying overrides. 2023-05-26 03:42:08 DEBUG Checking for ukui-tablet-desktop/4.0.0.0-ok1.7 source ancestry 2023-05-26 03:42:08 DEBUG Finished checking upload. 2023-05-26 03:42:08 DEBUG Creating queue entry 2023-05-26 03:42:08 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-05-26 03:42:08 DEBUG ukui-tablet-desktop diff from 4.0.0.0-ok1.5 to 4.0.0.0-ok1.7 requested 2023-05-26 03:42:08 DEBUG Setting it to UNAPPROVED 2023-05-26 03:42:08 DEBUG Building recipients list. 2023-05-26 03:42:08 DEBUG Adding recipient: 'Cibot ' 2023-05-26 03:42:08 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-05-26 03:42:08 DEBUG Sent a mail: 2023-05-26 03:42:08 DEBUG Subject: [openkylin/yangtze-proposed] ukui-tablet-desktop 4.0.0.0-ok1.7 (Waiting for approval) 2023-05-26 03:42:08 DEBUG Sender: OKBS notice 2023-05-26 03:42:08 DEBUG Recipients: Cibot 2023-05-26 03:42:08 DEBUG Bcc: Local Root 2023-05-26 03:42:08 DEBUG Body: 2023-05-26 03:42:08 DEBUG ukui-tablet-desktop (4.0.0.0-ok1.7) yangtze; urgency=medium 2023-05-26 03:42: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 21-48: 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: ' * 1)Fix: 1)#I72JTZ \u3010\u5e73\u677f\u6a21\u5f0f\u3011\u5e73\u677f\u6a21\u5f0f\u672a\u8fde\u63a5\u7f51\u7edc\uff0c\u6258\u76d8\u5904\u663e\u793a\u8fde\u63a5\u6709\u7ebf\u6216\u65e0\u7ebf' Arguments: () 2023-05-26 03:42:08 DEBUG * 1)Fix: 1)#I72JTZ \u3010\u5e73\u677f\u6a21\u5f0f\u3011\u5e73\u677f\u6a21\u5f0f\u672a\u8fde\u63a5\u7f51\u7edc\uff0c\u6258\u76d8\u5904\u663e\u793a\u8fde\u63a5\u6709\u7ebf\u6216\u65e0\u7ebf --- 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-26: 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 2)#I64T2Y \u3010\u5e73\u677f\u6a21\u5f0f\u3011\u3010\u4efb\u52a1\u680f\u3011\u8fde\u63a5WiFi\u540e\u4efb\u52a1\u680f\u7f51\u7edc\u56fe\u6807\u663e\u793a\u4e3a\u7f51\u7edc\u65ad\u5f00\u72b6\u6001' Arguments: () 2023-05-26 03:42:08 DEBUG 2)#I64T2Y \u3010\u5e73\u677f\u6a21\u5f0f\u3011\u3010\u4efb\u52a1\u680f\u3011\u8fde\u63a5WiFi\u540e\u4efb\u52a1\u680f\u7f51\u7edc\u56fe\u6807\u663e\u793a\u4e3a\u7f51\u7edc\u65ad\u5f00\u72b6\u6001 2023-05-26 03:42:08 DEBUG 2023-05-26 03:42:08 DEBUG Date: Fri, 26 May 2023 11:35:03 +0800 2023-05-26 03:42:08 DEBUG Changed-By: zhaokexin 2023-05-26 03:42:08 DEBUG Maintainer: guopengfei 2023-05-26 03:42:08 DEBUG Signed-By: Cibot 2023-05-26 03:42:08 DEBUG https://build.openkylin.top/openkylin/+source/ukui-tablet-desktop/4.0.0.0-ok1.7 2023-05-26 03:42:08 DEBUG 2023-05-26 03:42:08 DEBUG == 2023-05-26 03:42:08 DEBUG 2023-05-26 03:42:08 DEBUG OK: ukui-tablet-desktop_4.0.0.0.orig.tar.gz 2023-05-26 03:42:08 DEBUG OK: ukui-tablet-desktop_4.0.0.0-ok1.7.debian.tar.xz 2023-05-26 03:42:08 DEBUG OK: ukui-tablet-desktop_4.0.0.0-ok1.7.dsc 2023-05-26 03:42:08 DEBUG -> Component: main Section: x11 2023-05-26 03:42:08 DEBUG This upload awaits approval by a distro manager 2023-05-26 03:42:08 DEBUG 2023-05-26 03:42:08 DEBUG 2023-05-26 03:42:08 DEBUG No announcement sent 2023-05-26 03:42:08 DEBUG 2023-05-26 03:42:08 DEBUG Thank you for your contribution to openKylin. 2023-05-26 03:42:08 DEBUG 2023-05-26 03:42:08 DEBUG -- 2023-05-26 03:42:08 DEBUG You are receiving this email because you made this upload. 2023-05-26 03:42:08 INFO Committing the transaction and any mails associated with this upload. 2023-05-26 05:43:08 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230526-134259-000482'] 2023-05-26 05:43:08 DEBUG Considering upload upload-sftp-20230526-134259-000482 2023-05-26 05:43:08 DEBUG Considering changefile ~cibot/openkylin/jenkins-ci-open-mr-2959/yangtze/gnutls28_3.6.13-ok10_source.changes 2023-05-26 05:43:08 DEBUG Finding fresh policy 2023-05-26 05:43:08 INFO Processing upload gnutls28_3.6.13-ok10_source.changes 2023-05-26 05:43:08 DEBUG Verifying signature on gnutls28_3.6.13-ok10_source.changes 2023-05-26 05:43:08 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-05-26 05:43:08 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-05-26 05:43:08 DEBUG Verifying signature on gnutls28_3.6.13-ok10.dsc 2023-05-26 05:43:08 DEBUG Performing DSC verification. 2023-05-26 05:43:08 DEBUG gnutls28_3.6.13-ok10_source.buildinfo can be unsigned. 2023-05-26 05:43:08 DEBUG Verifying the changes file. 2023-05-26 05:43:08 DEBUG Verifying files in upload. 2023-05-26 05:43:08 DEBUG Verifying source file gnutls28_3.6.13-ok10.dsc 2023-05-26 05:43:08 DEBUG Verifying uploaded source package by unpacking it. 2023-05-26 05:43:10 DEBUG Copying copyright contents. 2023-05-26 05:43:10 DEBUG Found changelog 2023-05-26 05:43:10 DEBUG Cleaning up source tree. 2023-05-26 05:43:10 DEBUG Done 2023-05-26 05:43:10 DEBUG Verifying source file gnutls28_3.6.13-ok10.tar.xz 2023-05-26 05:43:10 DEBUG Verifying buildinfo file gnutls28_3.6.13-ok10_source.buildinfo 2023-05-26 05:43:10 DEBUG Finding and applying overrides. 2023-05-26 05:43:10 DEBUG Checking for gnutls28/3.6.13-ok10 source ancestry 2023-05-26 05:43:10 DEBUG gnutls28: (source) NEW 2023-05-26 05:43:10 DEBUG Finished checking upload. 2023-05-26 05:43:10 DEBUG Creating queue entry 2023-05-26 05:43:10 DEBUG no rules relevant to 'jobs.celery.enabled_classes' 2023-05-26 05:43:10 DEBUG gnutls28 diff from 3.6.13-ok3 (in Openkylin) to 3.6.13-ok10 requested 2023-05-26 05:43:10 DEBUG Setting it to ACCEPTED 2023-05-26 05:43:10 DEBUG Creating PENDING publishing record. 2023-05-26 05:43:11 DEBUG Created amd64 build of gnutls28 3.6.13-ok10 in openkylin yangtze RELEASE [82200] in jenkins-ci-open-mr-2959 (2510) 2023-05-26 05:43:11 DEBUG Created arm64 build of gnutls28 3.6.13-ok10 in openkylin yangtze RELEASE [82201] in jenkins-ci-open-mr-2959 (2510) 2023-05-26 05:43:11 DEBUG Created i386 build of gnutls28 3.6.13-ok10 in openkylin yangtze RELEASE [82202] in jenkins-ci-open-mr-2959 (2510) 2023-05-26 05:43:11 DEBUG Created riscv64 build of gnutls28 3.6.13-ok10 in openkylin yangtze RELEASE [82203] in jenkins-ci-open-mr-2959 (2510) 2023-05-26 05:43:11 DEBUG Building recipients list. 2023-05-26 05:43:11 DEBUG Adding recipient: 'Cibot ' 2023-05-26 05:43:11 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-05-26 05:43:11 DEBUG Sent a mail: 2023-05-26 05:43:11 DEBUG Subject: [~cibot/openkylin/jenkins-ci-open-mr-2959/yangtze] gnutls28 3.6.13-ok10 (Accepted) 2023-05-26 05:43:11 DEBUG Sender: OKBS notice 2023-05-26 05:43:11 DEBUG Recipients: Cibot 2023-05-26 05:43:11 DEBUG Bcc: Local Root 2023-05-26 05:43:11 DEBUG Body: 2023-05-26 05:43:11 DEBUG Accepted: 2023-05-26 05:43:11 DEBUG OK: gnutls28_3.6.13-ok10.tar.xz 2023-05-26 05:43:11 DEBUG OK: gnutls28_3.6.13-ok10.dsc 2023-05-26 05:43:11 DEBUG -> Component: main Section: libs 2023-05-26 05:43:11 DEBUG 2023-05-26 05:43:11 DEBUG gnutls28 (3.6.13-ok10) yangtze; urgency=medium 2023-05-26 05:43:11 DEBUG 2023-05-26 05:43:11 DEBUG * Corwin-Song CVE-2023-0361 \u5b89\u5168\u66f4\u65b0\uff1aGnuTLS\u5b58\u5728\u5b89\u5168\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u6e90\u4e8e\u53ef\u4ee5\u901a\u8fc7\u7f51\u7edc\u6062\u590d\u4ee5RSA\u5bc6\u6587\u52a0\u5bc6\u7684\u5bc6\u94a5\u3002\u653b\u51fb\u8005\u5229\u7528\u8be5\u6f0f\u6d1e\u53ef\u4ee5\u89e3\u5bc6\u5e94\u7528\u7a0b\u5e8f\u6570\u636e\u3002 2023-05-26 05:43:11 DEBUG 2023-05-26 05:43:11 DEBUG -- 2023-05-26 05:43:11 DEBUG https://build.openkylin.top/~cibot/+archive/openkylin/jenkins-ci-open-mr-2959 2023-05-26 05:43:11 DEBUG You are receiving this email because you made this upload. 2023-05-26 05:43:11 INFO Committing the transaction and any mails associated with this upload. 2023-05-26 06:01:07 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230526-140016-000483'] 2023-05-26 06:01:07 DEBUG Considering upload upload-sftp-20230526-140016-000483 2023-05-26 06:01:07 DEBUG Considering changefile ~fengzhaoxiang/ppa/wireplumber_0.4.13-1ok1_source.changes 2023-05-26 06:01:07 DEBUG Finding fresh policy 2023-05-26 06:01:07 INFO Processing upload wireplumber_0.4.13-1ok1_source.changes 2023-05-26 06:01:07 DEBUG Verifying signature on wireplumber_0.4.13-1ok1_source.changes 2023-05-26 06:01:07 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-05-26 06:01:07 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x98046ACB02ADCA4F HTTP/1.1" 200 3085 2023-05-26 06:01:07 DEBUG Verifying signature on wireplumber_0.4.13-1ok1.dsc 2023-05-26 06:01:07 DEBUG Performing DSC verification. 2023-05-26 06:01:07 DEBUG wireplumber_0.4.13-1ok1_source.buildinfo can be unsigned. 2023-05-26 06:01:07 DEBUG Verifying the changes file. 2023-05-26 06:01:07 DEBUG Verifying files in upload. 2023-05-26 06:01:07 DEBUG Verifying source file wireplumber_0.4.13-1ok1.dsc 2023-05-26 06:01:07 DEBUG Verifying uploaded source package by unpacking it. 2023-05-26 06:01:08 DEBUG Copying copyright contents. 2023-05-26 06:01:08 DEBUG Found changelog 2023-05-26 06:01:08 DEBUG Cleaning up source tree. 2023-05-26 06:01:08 DEBUG Done 2023-05-26 06:01:08 DEBUG Verifying source file wireplumber_0.4.13.orig.tar.bz2 2023-05-26 06:01:08 DEBUG Verifying source file wireplumber_0.4.13-1ok1.debian.tar.xz 2023-05-26 06:01:08 DEBUG Verifying buildinfo file wireplumber_0.4.13-1ok1_source.buildinfo 2023-05-26 06:01:08 DEBUG Finding and applying overrides. 2023-05-26 06:01:08 DEBUG Checking for wireplumber/0.4.13-1ok1 source ancestry 2023-05-26 06:01:08 DEBUG wireplumber: (source) NEW 2023-05-26 06:01:08 DEBUG Finished checking upload. 2023-05-26 06:01:08 DEBUG Creating queue entry 2023-05-26 06:01:08 DEBUG Setting it to ACCEPTED 2023-05-26 06:01:08 DEBUG Creating PENDING publishing record. 2023-05-26 06:01:08 DEBUG Created amd64 build of wireplumber 0.4.13-1ok1 in openkylin yangtze RELEASE [82204] in ppa (2510) 2023-05-26 06:01:08 DEBUG Created i386 build of wireplumber 0.4.13-1ok1 in openkylin yangtze RELEASE [82205] in ppa (2510) 2023-05-26 06:01:08 DEBUG Created riscv64 build of wireplumber 0.4.13-1ok1 in openkylin yangtze RELEASE [82206] in ppa (2510) 2023-05-26 06:01:08 DEBUG Building recipients list. 2023-05-26 06:01:08 DEBUG Adding recipient: 'fengzhaoxiang ' 2023-05-26 06:01:08 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-05-26 06:01:08 DEBUG Sent a mail: 2023-05-26 06:01:08 DEBUG Subject: [~fengzhaoxiang/openkylin/ppa/yangtze] wireplumber 0.4.13-1ok1 (Accepted) 2023-05-26 06:01:08 DEBUG Sender: OKBS notice 2023-05-26 06:01:08 DEBUG Recipients: fengzhaoxiang 2023-05-26 06:01:08 DEBUG Bcc: Local Root 2023-05-26 06:01:08 DEBUG Body: 2023-05-26 06:01:08 DEBUG Accepted: 2023-05-26 06:01:08 DEBUG OK: wireplumber_0.4.13.orig.tar.bz2 2023-05-26 06:01:08 DEBUG OK: wireplumber_0.4.13-1ok1.debian.tar.xz 2023-05-26 06:01:08 DEBUG OK: wireplumber_0.4.13-1ok1.dsc 2023-05-26 06:01:08 DEBUG -> Component: main Section: libs 2023-05-26 06:01:08 DEBUG 2023-05-26 06:01:08 DEBUG wireplumber (0.4.13-1ok1) yangtze; urgency=medium 2023-05-26 06:01:08 DEBUG 2023-05-26 06:01:08 DEBUG * Build for openkylin 2023-05-26 06:01:08 DEBUG 2023-05-26 06:01:08 DEBUG -- 2023-05-26 06:01:08 DEBUG https://build.openkylin.top/~fengzhaoxiang/+archive/openkylin/ppa 2023-05-26 06:01:08 DEBUG You are receiving this email because you made this upload. 2023-05-26 06:01:08 INFO Committing the transaction and any mails associated with this upload. 2023-05-26 06:21:07 DEBUG Checked in /var/tmp/txpkgupload/incoming, found ['upload-sftp-20230526-142038-000484'] 2023-05-26 06:21:07 DEBUG Considering upload upload-sftp-20230526-142038-000484 2023-05-26 06:21:07 DEBUG Considering changefile openkylin/yangtze-proposed/wireplumber_0.4.13-ok1_source.changes 2023-05-26 06:21:07 DEBUG CI build tag is: jenkins-ci-upload-8764 2023-05-26 06:21:07 DEBUG Finding fresh policy 2023-05-26 06:21:07 INFO Processing upload wireplumber_0.4.13-ok1_source.changes 2023-05-26 06:21:07 DEBUG Verifying signature on wireplumber_0.4.13-ok1_source.changes 2023-05-26 06:21:07 DEBUG Starting new HTTP connection (1): keyserver.build.openkylin.top:11371 2023-05-26 06:21:07 DEBUG http://keyserver.build.openkylin.top:11371 "GET /pks/lookup?fingerprint=on&op=get&search=0x0716F00F842CD274 HTTP/1.1" 200 3081 2023-05-26 06:21:07 DEBUG Verifying signature on wireplumber_0.4.13-ok1.dsc 2023-05-26 06:21:08 DEBUG Performing DSC verification. 2023-05-26 06:21:08 DEBUG wireplumber_0.4.13-ok1_source.buildinfo can be unsigned. 2023-05-26 06:21:08 DEBUG Verifying the changes file. 2023-05-26 06:21:08 DEBUG Verifying files in upload. 2023-05-26 06:21:08 DEBUG Verifying source file wireplumber_0.4.13-ok1.dsc 2023-05-26 06:21:08 DEBUG Verifying uploaded source package by unpacking it. 2023-05-26 06:21:08 DEBUG Copying copyright contents. 2023-05-26 06:21:08 DEBUG Found changelog 2023-05-26 06:21:08 DEBUG Cleaning up source tree. 2023-05-26 06:21:08 DEBUG Done 2023-05-26 06:21:08 DEBUG Verifying source file wireplumber_0.4.13.orig.tar.bz2 2023-05-26 06:21:08 DEBUG Verifying source file wireplumber_0.4.13-ok1.debian.tar.xz 2023-05-26 06:21:08 DEBUG Verifying buildinfo file wireplumber_0.4.13-ok1_source.buildinfo 2023-05-26 06:21:08 DEBUG Finding and applying overrides. 2023-05-26 06:21:08 DEBUG Checking for wireplumber/0.4.13-ok1 source ancestry 2023-05-26 06:21:08 DEBUG wireplumber: (source) NEW 2023-05-26 06:21:08 DEBUG Finished checking upload. 2023-05-26 06:21:08 DEBUG Creating queue entry 2023-05-26 06:21:08 DEBUG Building recipients list. 2023-05-26 06:21:08 DEBUG Adding recipient: 'Cibot ' 2023-05-26 06:21:08 DEBUG no rules relevant to 'app.mainsite_only.canonical_url' 2023-05-26 06:21:08 DEBUG Sent a mail: 2023-05-26 06:21:08 DEBUG Subject: [openkylin/yangtze-proposed] wireplumber 0.4.13-ok1 (New) 2023-05-26 06:21:08 DEBUG Sender: OKBS notice 2023-05-26 06:21:08 DEBUG Recipients: Cibot 2023-05-26 06:21:08 DEBUG Bcc: Local Root 2023-05-26 06:21:08 DEBUG Body: 2023-05-26 06:21:08 DEBUG NEW: wireplumber_0.4.13.orig.tar.bz2 2023-05-26 06:21:08 DEBUG NEW: wireplumber_0.4.13-ok1.debian.tar.xz 2023-05-26 06:21:08 DEBUG NEW: wireplumber_0.4.13-ok1.dsc 2023-05-26 06:21:08 DEBUG 2023-05-26 06:21:08 DEBUG wireplumber (0.4.13-ok1) unstable; urgency=medium 2023-05-26 06:21:08 DEBUG 2023-05-26 06:21:08 DEBUG * rebuild source for openKylin 2023-05-26 06:21:08 DEBUG 2023-05-26 06:21:08 DEBUG 2023-05-26 06:21:08 DEBUG Your package contains new components which requires manual editing of 2023-05-26 06:21:08 DEBUG the override file. It is ok otherwise, so please be patient. New 2023-05-26 06:21:08 DEBUG packages are usually added to the overrides about once a week. 2023-05-26 06:21:08 DEBUG 2023-05-26 06:21:08 DEBUG You may have gotten the distroseries wrong. If so, you may get warnings 2023-05-26 06:21:08 DEBUG above if files already exist in other distroseries. 2023-05-26 06:21:08 DEBUG 2023-05-26 06:21:08 DEBUG -- 2023-05-26 06:21:08 DEBUG You are receiving this email because you made this upload. 2023-05-26 06:21:08 INFO Committing the transaction and any mails associated with this upload.