[MDEV-4700] Buildbot tests on Wheezy are failing with parsechangelog/debian error Created: 2013-06-24 Updated: 2013-07-08 Resolved: 2013-07-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | buildbot | ||
| Description |
|
Some time between June 18 and June 20 Debian Wheezy tests (both 32-bit and 64-bit) started failing like this:
It happens both on 10.0 and 5.5 (at least), and the code changes seem to be unrelated, so I assume there is something with the environment. http://buildbot.askmonty.org/buildbot/builders/kvm-deb-wheezy-x86/builds/545/steps/compile/logs/stdio |
| Comments |
| Comment by Daniel Bartholomew [ 2013-06-24 ] |
|
Hmmm... sounds like Debian updated their repositories. I'll investigate and fix. |
| Comment by Daniel Bartholomew [ 2013-06-24 ] |
|
The command that I believe is tripping things up is: This command is supposed to return "wheezy" but instead the command is returning "n/a", which is obviously not correct. |
| Comment by Daniel Bartholomew [ 2013-06-25 ] |
|
In the spirit of trying to make the most minimal update possible, here's a proposed solution: On each wheezy build VM do: There are a lot of packages that could be updated, but this should fix the issue with the lsb_release program not outputting the correct information. After applying, I'll test. |
| Comment by Daniel Bartholomew [ 2013-07-08 ] |
|
fixed, so closing, re-open if necessary |