gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.15k stars 478 forks source link

TimePanel_TEST failure on r2d2 #1958

Open osrf-migration opened 8 years ago

osrf-migration commented 8 years ago

Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


The TimePanel_TEST fails consistently on r2d2 with the following error message:

gazebo/gui/TimePanel_TEST.cc:80 :: 'timePanel->IsPaused()' returned FALSE. ()

The TimePanel adds a callback whenever the space key is pressed, and after adding some debugging print statements in d2a8cdcf1824783187426fd939d0893dcb1973b8, it appears that the keyboard callbacks aren't being called.

osrf-migration commented 8 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


It's worth mentioning the failures started happening when the job started being run on r2d2. Before I believe it was running on optimus and it was passing.

osrf-migration commented 8 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


Maybe we could try rebooting it or seeing if it has a keyboard plugged in?

osrf-migration commented 8 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


I just plugged in a keyboard. We'll see if that helps

osrf-migration commented 8 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


Ok, I don't think plugging in the keyboard helped

osrf-migration commented 8 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


I'll try rebooting it when there are fewer jobs waiting to run

osrf-migration commented 8 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


After rebooting the machine, this seems to be fixed:

osrf-migration commented 8 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


it's failing again

disabling test in a0fa4319ea0b3053865cbc617d1f694448f660d2

osrf-migration commented 8 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


test disabled in pull request #2336

osrf-migration commented 8 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


We just turned on the monitor while tests were running, and it says: "The system is running in low-graphics mode. Your screen, graphics card, and input device settings could not be detected correctly. You will need to configure these yourself."

There is a log file called /var/log/Xorg.failsafe.log that has the following repeated message:

[1987596.908] (II) NVIDIA(GPU-0): Display (Acer B326HUL (DFP-0)) does not support NVIDIA 3D
[1987596.908] (II) NVIDIA(GPU-0):     Vision stereo.
[1987599.025] (II) NVIDIA(GPU-0): Display (Acer B326HUL (DFP-0)) does not support NVIDIA 3D
[1987599.025] (II) NVIDIA(GPU-0):     Vision stereo.
osrf-migration commented 7 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).