CI: jobs failing with Error: /Stage[main]/Rabbitmq::Config/Rabbitmq_erlang_cookie[/var/lib/rabbitmq/.erlang.cookie]/content: <snip> `encode': "\xC3" on US-ASCII (Encoding::InvalidByteSequenceError)
Bug #1643059 reported by
James Slagle
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
Critical
|
James Slagle |
Bug Description
Seeing a lot (if not all) job failing with this error on the overcloud-
Nov 18 19:37:25 localhost os-collect-config: #033[1;31mError: /Stage[
Example failed job:
http://
Changed in tripleo: | |
status: | Triaged → Fix Released |
tags: | removed: alert |
Changed in tripleo: | |
assignee: | nobody → James Slagle (james-slagle) |
To post a comment you must log in.
Comparing package manifests from a failed job to a recently passed one, the differences are:
[jslagle@localhost tmp.L5KeHNvp42]$ diff -u work2 broke2 2.5.0-2. el7.x86_ 64 config- 5.0.1-0. 20161116200506. d72c4d9. el7.centos. noarch config- 6.0.0-0. 20161117222156. e8e2f3d. el7.centos. noarch config- 6.0.0-0. 20161117225400. 9971eb3. el7.centos. noarch config- 6.0.0-0. 20161118182225. 433a0f3. el7.centos. noarch 1.58-5. el7.x86_ 64 config- 5.0.1-0. 20161116194316. 796f4e8. el7.centos. noarch 0.20.7- 3.el7.x86_ 64 pacemaker- 0.4.0-0. 20161108164007. 1e2560f. el7.centos. noarch rabbitmq- 5.6.0-0. 20161111010126. 12aa7cc. el7.centos. noarch redis-1. 2.3-0.201610150 02837.9711564. el7.centos. noarch remote- 0.0.1-0. 20161003203714. 35cc557. el7.centos. noarch remote- 0.0.1-0. 20161118173454. b370d28. el7.centos. noarch rsync-0. 4.0-0.201610031 83908.8cc3c6f. el7.centos. noarch sahara- 9.4.0-0. 20161117203415. 99639c8. el7.centos. noarch sensu-2. 1.0-0.201611071 04621.6d10bae. el7.centos. noarch tempest- 9.4.0-0. 20161117195904. 185f467. el7.centos. noarch timezone- 3.3.0-0. 20161003185332. cf62f1b. el7.centos. noarch tomcat- 1.6.0-0. 20161111192530. f53d54b. el7.centos. noarch tripleo- 6.0.0-0. 20161118172008. e1b7ad8. el7.centos. noarch tripleo- 6.0.0-0. 20161118162559. 92f9c95. el7.centos. noarch trove-9. 4.0-0.201611172 03846.47e28a5. el7.centos. noarch uchiwa- 1.0.1-0. 20161003185621. 64ce619. el7.centos. noarch vcsrepo- 1.4.0-0. 20161118170152. f012768. el7.centos. noarch
--- work2 2016-11-18 15:40:08.286175901 -0500
+++ broke2 2016-11-18 15:39:23.380459895 -0500
@@ -617,7 +617,7 @@
openvswitch-
os-apply-
os-collect-
-os-net-
+os-net-
os-prober-
os-refresh-
p11-kit-
@@ -770,7 +770,7 @@
puppet-
puppet-
puppet-
-puppet-
+puppet-
puppet-
puppet-
puppet-
@@ -783,7 +783,7 @@
puppet-
puppet-
puppet-
-puppet-
+puppet-
puppet-
puppet-
puppet-
The new puppet-remote might be the problem. I noticed this new commit:
https:/ /github. com/paramite/ puppet- remote/ commit/ b370d28ca4eff9a f64e176e83ae0cb ccb7ccb144
The added file metadata.json is not valid json (should not be a comma at end of line 25).
I'm not sure if that would cause this issue or not.