Stable check of openstack/glance failed
Build failed. - periodic-glance-docs-havana http://logs.openstack.org/periodic-stable/periodic-glance-docs-havana/78c47f... : FAILURE in 3m 24s - periodic-glance-python26-havana http://logs.openstack.org/periodic-stable/periodic-glance-python26-havana/17... : SUCCESS in 13m 11s - periodic-glance-python27-havana http://logs.openstack.org/periodic-stable/periodic-glance-python27-havana/8c... : SUCCESS in 12m 24s
- periodic-glance-docs-havana http://logs.openstack.org/periodic-stable/periodic-glance-docs-havana/78c47f... : FAILURE in 3m 24s
error: 'source_dir' must be a directory name (got `/home/jenkins/workspace/periodic-glance-docs-havana/doc/source`) doc/source is a directory in Glance Havana - anyone has an idea what's going on here? Cheers, Alan
Check out https://bugs.launchpad.net/openstack-ci/+bug/1259511. Reproducing this locally, it looks like I'm getting sphinx 1.2b1 installed, which is <1.2 and causing the issues. If I update test-requirements.txt, the job finishes: -sphinx>=1.1.2,<1.2 +sphinx>=1.1.2,<1.2b0 Not sure if the 1.2b1 is something that has popped up very recently upstream or on pypi.openstack.org, but it looks like this was passing at one point with 1.2b1... http://logs.openstack.org/periodic-stable/periodic-glance-docs-havana/dcd996... Aside: are the log archives inaccurate or have these jobs really not been run since april? http://logs.openstack.org/periodic-stable/periodic-glance-docs-havana/?C=M;O... Adam Not sure why the various py27 On Fri, Jul 11, 2014 at 12:37 AM, Alan Pevec <apevec@gmail.com> wrote:
- periodic-glance-docs-havana http://logs.openstack.org/periodic-stable/periodic-glance-docs-havana/78c47f... : FAILURE in 3m 24s
error: 'source_dir' must be a directory name (got `/home/jenkins/workspace/periodic-glance-docs-havana/doc/source`)
doc/source is a directory in Glance Havana - anyone has an idea what's going on here?
Cheers, Alan
_______________________________________________ Openstack-stable-maint mailing list Openstack-stable-maint@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-stable-maint
On 2014-07-11 00:57:51 -0700 (-0700), Adam Gandelman wrote: [...]
Aside: are the log archives inaccurate or have these jobs really not been run since april? [...]
Correct. A change reordering branch pins for branchless tempest and similar devstack-gate backward compatibility jobs caused the periodic stable jobs to no longer run because they use a similar name pattern. And then nobody noticed for ~3 months until the VMT spotted a Sphinx/docutils-related failure in Horizon while trying to land a security backport. They've just been back on for a day or two now. -- { PGP( 48F9961143495829 ); FINGER( fungi@cthulhu.yuggoth.org ); WWW( http://fungi.yuggoth.org/ ); IRC( fungi@irc.yuggoth.org#ccl ); WHOIS( STANL3-ARIN ); MUD( kinrui@katarsis.mudpy.org:6669 ); }
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Sphinx should be pinned. See: https://review.openstack.org/#/c/61600/ On 11/07/14 09:37, Alan Pevec wrote:
- periodic-glance-docs-havana http://logs.openstack.org/periodic-stable/periodic-glance-docs-havana/78c47f... : FAILURE in 3m 24s
error: 'source_dir' must be a directory name (got `/home/jenkins/workspace/periodic-glance-docs-havana/doc/source`)
doc/source is a directory in Glance Havana - anyone has an idea what's going on here?
Cheers, Alan
_______________________________________________ Openstack-stable-maint mailing list Openstack-stable-maint@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-stable-maint
-----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCgAGBQJTv6V8AAoJEC5aWaUY1u571KQIALPcEOwcX5hrW+jtxGIP3tBp y6GqYbetH9fo2OScUYUpDdpeQsg4lLN7KBj22yPhj9w2YtyPnX7cP2DDkIMO+55z o2heLYLwiFh95KE7m+CjDnfhFZLiFPk3w1iEBuqLzlixOp1cMinZADNzhnZ4cH44 w73NN09rakmLAafd4B99S+VEtMMPDO7oeQljf+/o49Dsdk1giTimCyqpxIo6NQnP 8lFCsHxeCiEoxLVTOBhXS7jsJvEeEMFd7TExHHuLQii1+lCNc9a/drb4ahetqT6O TFswLBSDz2o3mwkEUHio9ZdpTtmPBZ6jvf83db6pPyfXEVwGGuA60/bx15zoBYc= =Xad+ -----END PGP SIGNATURE-----
On 07/11/2014 04:51 AM, Ihar Hrachyshka wrote:
Sphinx should be pinned. See: https://review.openstack.org/#/c/61600/
On 11/07/14 09:37, Alan Pevec wrote:
- periodic-glance-docs-havana http://logs.openstack.org/periodic-stable/periodic-glance-docs-havana/78c47f... : FAILURE in 3m 24s
error: 'source_dir' must be a directory name (got `/home/jenkins/workspace/periodic-glance-docs-havana/doc/source`)
doc/source is a directory in Glance Havana - anyone has an idea what's going on here?
Cheers, Alan
Hello, [stable/havana] Horizon also had this issue, fwiw I reported a bug and submitted a change: https://review.openstack.org/#/c/105555/ https://bugs.launchpad.net/horizon/+bug/1339273 I wasn't able to fix it without explicitly preventing 1.2.0 from being pulled: sphinx>=1.1.2,!=1.2.0,<1.3 Cheers, Tristan
participants (6)
-
Adam Gandelman
-
Alan Pevec
-
Ihar Hrachyshka
-
jenkins@openstack.org
-
Jeremy Stanley
-
Tristan Cacqueray