Closed
Bug 920974
Opened 12 years ago
Closed 12 years ago
Illegal syntax in exec.rb
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Infrastructure & Operations
RelOps: Puppet
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: dustin, Assigned: dustin)
Details
(Whiteboard: [buildduty])
From this morning's crop of error emails, on talos-r4-snow-026.build.scl1.mozilla.com:
Wed Sep 25 17:50:50 -0700 2013 Puppet (err): Could not autoload puppet/type/exec: /Library/Ruby/Site/1.8/puppet/type/exec.rb:94: syntax error, unexpected '(', expecting kEND
debug("Exec try #{try+1}/#{tries}")(if tries > 1
^
/Library/Ruby/Site/1.8/puppet/type/exec.rb:102: syntax error, unexpected kRESCUE, expecting kEND
rescue Timeout::Error
^
/Library/Ruby/Site/1.8/puppet/type/exec.rb:532: syntax error, unexpected $end, expecting kEND
Wed Sep 25 17:50:50 -0700 2013 Puppet (err): Could not retrieve catalog from remote server: Could not intern from pson: Could not autoload puppet/type/exec: /Library/Ruby/Site/1.8/puppet/type/exec.rb:94: syntax error, unexpected '(', expecting kEND
debug("Exec try #{try+1}/#{tries}")(if tries > 1
^
/Library/Ruby/Site/1.8/puppet/type/exec.rb:102: syntax error, unexpected kRESCUE, expecting kEND
rescue Timeout::Error
^
/Library/Ruby/Site/1.8/puppet/type/exec.rb:532: syntax error, unexpected $end, expecting kEND
Wed Sep 25 17:50:50 -0700 2013 Puppet (err): Could not retrieve catalog; skipping run
----
What's surprising is that the opening "(" is not present in that file right now.
Assignee | ||
Comment 1•12 years ago
|
||
Armen (as buildduty), any idea why this happened?
Flags: needinfo?(armenzg)
Whiteboard: [buildduty]
Comment 2•12 years ago
|
||
No idea.
Sorry for the late reply.
I don't see anything on the puppet repo or the maintenance page that would raise a flag.
Flags: needinfo?(armenzg)
Assignee | ||
Comment 3•12 years ago
|
||
OK, well, let's close for now, and if I see this again, I'll re-open and try more investigation.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•