#1127 Fedora-Cloud-29-20181206.0 DOOMED
Opened 5 years ago by dustymabe. Modified 5 years ago

pungi.global.log

  • Compose run failed because: - 31301637
[ERROR   ] Compose run failed: ImageBuild task failed: 31301637. See /mnt/koji/compose/cloud/Fedora-Cloud-29-20181206.0/logs/aarch64-ppc64le-s390x-x86_64/imagebuild-Cloud-Cloud_Base-qcow2-raw-xz.aarch64-ppc64le-s390x-x86_64.log for more details.

failed on s390x - anyone want to take a look? cc @jcajka

cc'ing @sharkcz as he knows more than me.
Here is the failed koji task: https://koji.fedoraproject.org/koji/taskinfo?taskID=31301641
It failed with:
internal error: process exited while connecting to monitor: 2018-12-06T08:33:13.446483Z qemu-system-s390x: -chardev socket,id=charserial1,host=127.0.0.1,port=15317,server,nowait: Failed to find an available port: Address already in use
Some config issue?

This sounds like an infra issue, maybe 2 image creation processes running at same time. Someone with access to the builder should be to find what is listening on port 15317.

@kevin @mizdebsk

It looks like the task failed because of kojid restart that happened around Dec 06 08:32:30 UTC

The task started and was running for over an hour. Then someone (or something) restarted koji daemon. kojid tried to kill running build, first with SIGINT, then SIGTERM, but the build process would not terminate. So kojid restarted anyway. After restart kojid tried to run the same task again, leading to two process trying to listen on the same port.

07:16:04,007 [INFO] {46400} koji.TaskManager:1161 Attempting to take task 31301641
08:32:20,235 [WARNING] {46400} koji.build:148 Shutting down, please wait...
08:32:23,476 [WARNING] {46400} koji.TaskManager:956 Failed to kill /usr/bin/python2 (pid 28008, taskID 31301641) with signal 2
08:32:25,482 [WARNING] {46400} koji.TaskManager:956 Failed to kill /usr/bin/python2 (pid 28008, taskID 31301641) with signal 15
08:32:46,676 [INFO] {31684} koji.build:100 Starting up
08:32:54,350 [INFO] {31684} koji.TaskManager:1161 Attempting to take task 31301641

Login to comment on this ticket.

Metadata