Hi,
I tried to run devel/release with latest master. Seems like if there are
still open issues:
$ LC_ALL=C URL=file:///${HOME}/ganeti devel/release master
Some issues are just missing version info in various doc files:
Incorrect version in doc/iallocator.rst, expected 3.0
Incorrect version in doc/hooks.rst, expected 3.0
Incorrect version in doc/virtual-cluster.rst, expected 3.0
Incorrect version in doc/security.rst, expected 3.0
File ../../doc/design-3.0.rst not found
doc/design-draft.rst was not updated for version 3.0
doc/design-3.0.rst must also be added in doc/index.rst, Makefile.am
(docinput) and mentioned in doc/design-draft.rst.
But more serious is, that I'm hitting a Haskell test failure (output
shortend by using visual diff with my eyes):
Config_serialisation: [Failed]
*** Failed! Falsifiable (after 227 tests):
Expected equality, but got mismatch
expected: ConfigData { ... clusterOsparams = GenericContainer
{fromContainer = fromList [("\DEL\241\179\169\185UZ",GenericContainer
{fromContainer = fromList [...,("t\225\133\130}G\239\191\189\RSN"...
but got: ConfigData {... clusterOsparams = GenericContainer
{fromContainer = fromList [("\DEL\241\179\169\185UZ",GenericContainer
{fromContainer = fromList [...,("t\225\133\130}G\239\191\191\RSN"...
========================================
1 of 108 tests failed
Please report to
gan...@googlegroups.com
========================================
make[2]: *** [Makefile:3732: check-TESTS] Error 1
make[2]: Leaving directory
'/tmp/gntrelease.JOF6HxI5fR/dist/ganeti-3.0.0~beta1/_build/sub'
make[1]: *** [Makefile:3996: check-am] Error 2
make[1]: Leaving directory
'/tmp/gntrelease.JOF6HxI5fR/dist/ganeti-3.0.0~beta1/_build/sub'
make: *** [Makefile:3917: distcheck] Error 1
Does anyone else see this error?
Thanks, Sascha.