https://build.openkylin.top/~cibot/+archive/openkylin/jenkins-ci-open-mr-8387/+build/286198
RUN: /usr/share/launchpad-buildd/bin/builder-prep 
Kernel version: Linux 9841544ed7ef 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 riscv64
Buildd toolchain package versions: launchpad-buildd_203~505~kylin18.04.1k4 python-lpbuildd_203~505~kylin18.04.1k4 python3-lpbuildd_203~505~kylin18.04.1k4 sbuild_0.67.0-2kord7 git_1:2.25.1-1ubuntu3.2 dpkg-dev_1.19.7ubuntu3 python-debian_0.1.36ubuntu1 python3-debian_0.1.36ubuntu1.
RUN: /usr/share/launchpad-buildd/bin/in-target unpack-chroot --backend=chroot --series=nile --arch=riscv64 PACKAGEBUILD-286198 --image-type chroot /home/buildd/filecache-default/a4589ac4648c6732f7cb1da79773130ef0e7aef2
Creating target for build PACKAGEBUILD-286198
RUN: /usr/share/launchpad-buildd/bin/in-target mount-chroot --backend=chroot --series=nile --arch=riscv64 PACKAGEBUILD-286198
Starting target for build PACKAGEBUILD-286198
RUN: /usr/share/launchpad-buildd/bin/in-target override-sources-list --backend=chroot --series=nile --arch=riscv64 PACKAGEBUILD-286198 'deb http://archive.build.openkylin.top/openkylin nile main' 'deb http://archive.build.openkylin.top/openkylin nile-security main' 'deb http://archive.build.openkylin.top/openkylin nile-updates main' 'deb http://archive.build.openkylin.top/openkylin nile-proposed main'
Can't find dpkg-alter package
Overriding sources.list in build-PACKAGEBUILD-286198
RUN: /usr/share/launchpad-buildd/bin/in-target add-trusted-keys --backend=chroot --series=nile --arch=riscv64 PACKAGEBUILD-286198
Adding trusted keys to build-PACKAGEBUILD-286198
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
/etc/apt/trusted.gpg.d/openkylin-archive-keyring.gpg
----------------------------------------------------
pub   rsa4096 2022-05-12 [SC] [expires: 2032-05-09]
      09FF C10E A273 DD29 A986  B110 8B31 3CEA FF59 2D96
uid           [ unknown] openKylin Archive Signing Key <release-team@openkylin.top>
sub   rsa4096 2022-05-12 [E] [expires: 2032-05-09]

/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-archive.gpg
------------------------------------------------------
pub   rsa4096 2012-05-11 [SC]
      790B C727 7767 219C 42C8  6F93 3B4F E6AC C0B2 1F32
uid           [ unknown] Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>

/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg
------------------------------------------------------
pub   rsa4096 2012-05-11 [SC]
      8439 38DF 228D 22F7 B374  2BC0 D94A A3F0 EFE2 1092
uid           [ unknown] Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>

/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg
------------------------------------------------------
pub   rsa4096 2018-09-17 [SC]
      F6EC B376 2474 EDA9 D21B  7022 8719 20D1 991B C93C
uid           [ unknown] Ubuntu Archive Automatic Signing Key (2018) <ftpmaster@ubuntu.com>

RUN: /usr/share/launchpad-buildd/bin/in-target update-debian-chroot --backend=chroot --series=nile --arch=riscv64 PACKAGEBUILD-286198
Updating target for build PACKAGEBUILD-286198
Get:1 http://archive.build.openkylin.top/openkylin nile InRelease [43.5 kB]
Get:2 http://archive.build.openkylin.top/openkylin nile-security InRelease [43.5 kB]
Get:3 http://archive.build.openkylin.top/openkylin nile-updates InRelease [43.5 kB]
Get:4 http://archive.build.openkylin.top/openkylin nile-proposed InRelease [43.5 kB]
Get:5 http://archive.build.openkylin.top/OTHER/Internal-mirror/repack6/baseok0 nile InRelease [5617 B]
Get:6 http://archive.build.openkylin.top/OTHER/Internal-mirror/riscv64-stage0 nile InRelease [2884 B]
Get:7 http://archive.build.openkylin.top/openkylin nile/main riscv64 Packages [3035 kB]
Get:8 http://archive.build.openkylin.top/openkylin nile-proposed/main riscv64 Packages [2743 kB]
Get:9 http://archive.build.openkylin.top/OTHER/Internal-mirror/repack6/baseok0 nile/main riscv64 Packages [25.5 MB]
Get:10 http://archive.build.openkylin.top/OTHER/Internal-mirror/riscv64-stage0 nile/main riscv64 Packages [3691 B]
Fetched 31.5 MB in 36s (880 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 init : PreDepends: systemd-sysv but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Traceback (most recent call last):
  File "/usr/share/launchpad-buildd/bin/in-target", line 27, in <module>
    sys.exit(main())
  File "/usr/share/launchpad-buildd/bin/in-target", line 23, in main
    return args.operation.run()
  File "/usr/lib/python3/dist-packages/lpbuildd/target/apt.py", line 105, in run
    self.backend.run(upgrade_args, env=env, stdin=devnull)
  File "/usr/lib/python3/dist-packages/lpbuildd/target/chroot.py", line 87, in run
    subprocess.check_call(cmd, **kwargs)
  File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '/usr/sbin/chroot', '/home/buildd/build-PACKAGEBUILD-286198/chroot-autobuild', 'linux64', 'env', 'LANG=C', 'DEBIAN_FRONTEND=noninteractive', 'TTY=unknown', '/usr/bin/apt-get', '-o', 'DPkg::Options::=--force-confold', '-uy', '--purge', 'dist-upgrade']' returned non-zero exit status 100.
RUN: /usr/share/launchpad-buildd/bin/in-target scan-for-processes --backend=chroot --series=nile --arch=riscv64 PACKAGEBUILD-286198
Scanning for processes to kill in build PACKAGEBUILD-286198
RUN: /usr/share/launchpad-buildd/bin/in-target umount-chroot --backend=chroot --series=nile --arch=riscv64 PACKAGEBUILD-286198
Stopping target for build PACKAGEBUILD-286198
RUN: /usr/share/launchpad-buildd/bin/in-target remove-build --backend=chroot --series=nile --arch=riscv64 PACKAGEBUILD-286198
Removing build PACKAGEBUILD-286198