Opened 2 years ago

Closed 2 years ago

#5129 closed defect (fixed)

bessies crashing arbitrarily

Reported by: robe Owned by: robe
Priority: high Milestone: PostGIS 3.3.0
Component: QA/buildbots Version: master
Keywords: Cc:

Description

I suspect this might be something amiss with the vms. Beofre it was just bessie32 crashing now both are crashing in random spots.

on bessie

04:16:50  ./regress/core/node .. ok in 231 ms
04:16:50  ./regress/core/unaryunion ..FATAL: command execution failed
04:23:55 java.io.EOFException
04:23:55 	at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2905)
04:23:55 	at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3400)
04:23:55 	at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:936)
04:23:55 	at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:379)
04:23:55 	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
04:23:55 	at hudson.remoting.Command.readFrom(Command.java:142)
04:23:55 	at hudson.remoting.Command.readFrom(Command.java:128)
04:23:55 	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
04:23:55 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
04:23:55 Caused: java.io.IOException: Unexpected termination of the channel

on bessie32

04:00:50  ./topology/test/regress/st_newedgeheal ..FATAL: command execution failed
04:08:56 java.io.EOFException
04:08:56 	at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2905)
04:08:56 	at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3400)
04:08:56 	at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:936)
04:08:56 	at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:379)
04:08:56 	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
04:08:56 	at hudson.remoting.Command.readFrom(Command.java:142)
04:08:56 	at hudson.remoting.Command.readFrom(Command.java:128)

I'm going to test against other branches to see if it is specific to 3.3.0

Change History (2)

comment:1 by robe, 2 years ago

Weird last run passed. Though I had upgraded bessie32 in-between. I'm patch updating bessie now, though she passed too. Anyway I'll keep this open for a few more days.

comment:2 by robe, 2 years ago

Resolution: fixed
Status: newclosed

seems fine now.

Note: See TracTickets for help on using tickets.