Jira (FACT-1534) Acceptance: Facter seg faults on Cisco XR during default file location test

2016-11-28 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith commented on  FACT-1534 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Acceptance: Facter seg faults on Cisco XR during default file location test  
 
 
 
 
 
 
 
 
 
 
Seems like cpp-hocon might have a problem on this platform. Worth running with gdb to see where it crashes. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1534) Acceptance: Facter seg faults on Cisco XR during default file location test

2016-11-17 Thread Stan Duffy (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Stan Duffy commented on  FACT-1534 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Acceptance: Facter seg faults on Cisco XR during default file location test  
 
 
 
 
 
 
 
 
 
 
Michael Smith No, this test failed the last time we ran it too, it just wasn't ticketed from what I can tell. Last run was against facter 3.5.0-33-g01c09a2. 
This test has passed before on facter 3.5.0-30-g6b2a4f2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1534) Acceptance: Facter seg faults on Cisco XR during default file location test

2016-11-15 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith commented on  FACT-1534 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Acceptance: Facter seg faults on Cisco XR during default file location test  
 
 
 
 
 
 
 
 
 
 
Did this pass with a previous Facter build/release? If so which was the last you tested? 
Is this the first time this test has been run on Cisco XR? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1534) Acceptance: Facter seg faults on Cisco XR during default file location test

2016-11-15 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1534 
 
 
 
  Acceptance: Facter seg faults on Cisco XR during default file location test  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Smith 
 
 
 
 
 
 
 
 
 
 The Cisco XR fails the 'acceptance/tests/options/config_file/ default_filre_location default_file_location .rb' tests with Facter seg faulting.{code}  config file is loaded from default location* Agent ed758rjxyxcsojw.delivery.puppetlabs.net: create config fileed758rjxyxcsojw.delivery.puppetlabs.net (ciscoxr-64-1) 15:12:07$ source /etc/profile; mkdir -p '/etc/puppetlabs/facter'ed758rjxyxcsojw.delivery.puppetlabs.net (ciscoxr-64-1) executed in 0.35 seconds  localhost $ scp /tmp/beaker20161114-1890-1arvuhx ciscoxr-64-1:/etc/puppetlabs/facter/facter.conf {:ignore => }* config file should be loaded automatically and turn DEBUG output oned758rjxyxcsojw.delivery.puppetlabs.net (ciscoxr-64-1) 15:12:07$ source /etc/profile; facter  2016-11-14   23:12:07.946619 INFOpuppetlabs.facter - executed with command line: .  2016-11-14 23:12:07.949131 INFO  leatherman.ruby:137 - ruby loaded from "/opt/puppetlabs/puppet/lib/libruby.so.2.1.0".  sh: line 1:  8338 Segmentation fault  (core dumped) factered758rjxyxcsojw.delivery.puppetlabs.net (ciscoxr-64-1) executed in 5.15 secondsExited: 139Beaker::Host::CommandFailure: Host 'ed758rjxyxcsojw.delivery.puppetlabs.net' exited with 139 running: source /etc/profile; facterLast 10 lines of output were: 2016-11-14 23:12:07.946619 INFO  puppetlabs.facter - executed with command line: . 2016-11-14 23:12:07.949131 INFO  leatherman.ruby:137 - ruby loaded from "/opt/puppetlabs/puppet/lib/libruby.so.2.1.0". sh: line 1:  8338 Segmentation fault  (core dumped) facter/var/lib/jenkins/workspace/platform_puppet-agent_intn-van-sys_suite-manual-facter-master/SLAVE_LABEL/beaker/TEST_TARGET/ciscoxr-64a/facter/acceptance/.bundle/gems/gems/beaker-3.1.0/lib/beaker/host.rb:366/var/lib/jenkins/workspace/platform_puppet-agent_intn-van-sys_suite-manual-facter-master/SLAVE_LABEL/beaker/TEST_TARGET/ciscoxr-64a/facter/acceptance/.bundle/gems/gems/beaker-3.1.0/lib/beaker/dsl/helpers/host_helpers.rb:83/var/lib/jenkins/workspace/platform_puppet-agent_intn-van-sys_suite-manual-facter-master/SLAVE_LABEL/beaker/TEST_TARGET/ciscoxr-64a/facter/acceptance/.bundle/gems/gems/beaker-3.1.0/lib/beaker/shared/host_manager.rb:127/var/lib/jenkins/workspace/platform_puppet-agent_intn-van-sys_suite-manual-facter-master/SLAVE_LABEL/beaker/TEST_TARGET/ciscoxr-64a/facter/acceptance/.bundle/gems/gems/beaker-3.1.0/lib/beaker/dsl/patterns.rb:37/var/lib/jenkins/workspace/platform_puppet-agent_intn-van-sys_suite-manual-facter-master/SLAVE_LABEL/beaker/TEST_TARGET/ciscoxr-64a/facter/acceptance/.bundle/gems/gems/beaker-3.1.0/lib/beaker/dsl/helpers/host_helpers.rb:63/var/lib/jenkins/workspace/platform_puppet-agent_intn-van-sys_suite-manual-facter-master/SLAVE_LABEL/beaker/TEST_TARGET/ciscoxr-64a/facter/acceptance/tests/options/config_file/default_file_location.rb:29

Jira (FACT-1534) Acceptance: Facter seg faults on Cisco XR during default file location test

2016-11-14 Thread Stan Duffy (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Stan Duffy created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1534 
 
 
 
  Acceptance: Facter seg faults on Cisco XR during default file location test  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2016/11/14 4:25 PM 
 
 
 

Environment:
 
 
Manual Puppet-Agent CI Pipeline 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Stan Duffy 
 
 
 
 
 
 
 
 
 
 
The Cisco XR fails the 'acceptance/tests/options/config_file/default_filre_location.rb' tests with Facter seg faulting. 
 
 
 
 
 
 
  config file is loaded from default location 
 
 
 
 
 
 
 
 
 
* Agent ed758rjxyxcsojw.delivery.puppetlabs.net: create config file