#148 Fedora-Rawhide-20180410.n.0 DOOMED
Opened 6 years ago by dustymabe. Modified 6 years ago

pungi.global.log

[INFO    ] [FAIL] Buildinstall (variant Everything, arch i386) failed, but going on anyway.
[INFO    ] Runroot task failed: 26280765. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/i386/buildinstall-Everything.i386.log for more details.
[INFO    ] [FAIL] Buildinstall (variant Server, arch i386) failed, but going on anyway.
[INFO    ] Runroot task failed: 26280768. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/i386/buildinstall-Server.i386.log for more details.
[INFO    ] [FAIL] Buildinstall (variant Workstation, arch i386) failed, but going on anyway.
[INFO    ] Runroot task failed: 26280771. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/i386/buildinstall-Workstation.i386.log for more details.
[INFO    ] [FAIL] Buildinstall (variant Server, arch x86_64) failed, but going on anyway.
[INFO    ] Runroot task failed: 26280811. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/x86_64/buildinstall-Server.x86_64.log for more details.
[INFO    ] [FAIL] Buildinstall (variant Everything, arch ppc64) failed, but going on anyway.
[INFO    ] Runroot task failed: 26280772. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/ppc64/buildinstall-Everything.ppc64.log for more details.
[INFO    ] [FAIL] Buildinstall (variant Server, arch ppc64le) failed, but going on anyway.
[INFO    ] Runroot task failed: 26280803. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/ppc64le/buildinstall-Server.ppc64le.log for more details.
[INFO    ] [FAIL] Buildinstall (variant Everything, arch ppc64le) failed, but going on anyway.
[INFO    ] Runroot task failed: 26280801. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/ppc64le/buildinstall-Everything.ppc64le.log for more details.
[INFO    ] [FAIL] Buildinstall (variant Server, arch aarch64) failed, but going on anyway.
[INFO    ] Runroot task failed: 26280751. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/aarch64/buildinstall-Server.aarch64.log for more details.
[INFO    ] [FAIL] Buildinstall (variant Server, arch armhfp) failed, but going on anyway.
[INFO    ] Runroot task failed: 26280758. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/armhfp/buildinstall-Server.armhfp.log for more details.
[INFO    ] [FAIL] Buildinstall (variant Server, arch ppc64) failed, but going on anyway.
[INFO    ] Runroot task failed: 26280795. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/ppc64/buildinstall-Server.ppc64.log for more details.
[INFO    ] [FAIL] Buildinstall (variant Everything, arch s390x) failed, but going on anyway.
[INFO    ] Runroot task failed: 26280806. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/s390x/buildinstall-Everything.s390x.log for more details.
[INFO    ] [FAIL] Buildinstall (variant Server, arch s390x) failed, but going on anyway.
[INFO    ] Runroot task failed: 26280808. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/s390x/buildinstall-Server.s390x.log for more details.
  • Compose run failed because: - 26280809
[ERROR   ] Compose run failed: Runroot task failed: 26280809. See /mnt/koji/compose/rawhide/Fedora-Rawhide-20180410.n.0/logs/x86_64/buildinstall-Everything.x86_64.log for more details.

We're failing in lorax here:

DEBUG util.py:439:  running runtime-install.tmpl
DEBUG util.py:439:  2018-04-10 07:45:56,422: installpkg anaconda-install-env-deps failed: no package matched
DEBUG util.py:439:  installpkg anaconda-install-env-deps failed: no package matched

Need to look into whether that's a new installpkg directive in lorax, or it's been there for a while but whatever provides that dep has gone away for some reason, or what.

Looks like it was added in this commit with the wrong name, then the name was immediately corrected in this commit. But that package doesn't appear to be available to the compose. I'll go find out where it's supposed to come from (presumably anaconda).

OK, so turns out the %files section for the new subpackage was omitted from the anaconda spec so it didn't actually get built. I've sent a new build to fix this (and sent a PR to fix it in upstream anaconda), once the new build is done we can re-fire Rawhide.

Login to comment on this ticket.

Metadata