Page MenuHomePhabricator

Puppet broken on deployment-logstash2.deployment-prep.eqiad.wmflabs
Closed, ResolvedPublic

Description

The last Puppet run was at Thu Jan 18 15:59:14 UTC 2018 (66279 minutes ago).
# puppet agent -tv
Warning: Setting configtimeout is deprecated.
   (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1146:in `issue_deprecation_warning')
Info: Using configured environment 'future'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, undefined method `[]' for nil:NilClass at /etc/puppet/modules/role/manifests/logstash/eventlogging.pp:11:21 on node deployment-logstash2.deployment-prep.eqiad.wmflabs
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

Event Timeline

MarcoAurelio renamed this task from Puppet broken ondeployment-logstash2.deployment-prep.eqiad.wmflabs to Puppet broken on deployment-logstash2.deployment-prep.eqiad.wmflabs.Mar 5 2018, 11:19 PM

The last Puppet run was at Sat Mar 24 21:59:21 UTC 2018 (3 minutes ago).

Fixed?

maurelio@deployment-logstash2:~$ puppet status --debug
Debug: Runtime environment: puppet_version=4.8.2, ruby_version=2.1.5, run_mode=user, default_encoding=UTF-8
{
  "is_alive": true,
  "version": "4.8.2"
}

I feel this is fixed:

maurelio@deployment-logstash2:~$ sudo puppet agent -tv
Info: Using configured environment 'future'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for deployment-logstash2.deployment-prep.eqiad.wmflabs
Notice: /Stage[main]/Base::Environment/Tidy[/var/tmp/core]: Tidying 0 files
Info: Applying configuration version '1522071874'
Notice: Applied catalog in 7.52 seconds
MarcoAurelio claimed this task.

Looks like it's resolved by now.