Jira (PUP-6424) Passenger failing on Ubuntu 12.04 (precise)

2016-07-20 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6424 
 
 
 
  Passenger failing on Ubuntu 12.04 (precise)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Thompson 
 
 
 

QA Status:
 
 Reviewed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-6424) Passenger failing on Ubuntu 12.04 (precise)

2016-06-27 Thread Geoff Nichols (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Geoff Nichols commented on  PUP-6424 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Passenger failing on Ubuntu 12.04 (precise)  
 
 
 
 
 
 
 
 
 
 
This sounds like it might be similar to an issue attributed to a libapache2-mod-passenger update at https://bugs.launchpad.net/ubuntu/+source/passenger/+bug/1575220 and the linked https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812103. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (PUP-6424) Passenger failing on Ubuntu 12.04 (precise)

2016-06-27 Thread John Duarte (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 John Duarte commented on  PUP-6424 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Passenger failing on Ubuntu 12.04 (precise)  
 
 
 
 
 
 
 
 
 
 
Running with rake ci:test:git passes where rake ci:test:packages fails. 
Given an isolated test (tests/environments/static.rb at SHA 5e4da09), here are the results: 
Git 
 
 
 
 
 
 
 $ bundle exec rake ci:test:git CONFIG=config/nodes/precise.yaml  SHA=5e4da09f3320e3c0109dc3108cd5ff4bbabf9997  FORK=puppetlabs TESTS=tests/environment/static.rb 
 
 
 
 
  
 
 
 
 
  - Test Case Summary for suite 'tests' - 
 
 
 
 
   Total Suite Time: 30.65 seconds 
 
 
 
 
  Average Test Time: 30.65 seconds 
 
 
 
 
  Attempted: 1 
 
 
 
 
 Passed: 1 
 
 
 
 
 Failed: 0 
 
 
 
 
Errored: 0 
 
 
 
 
 

Jira (PUP-6424) Passenger failing on Ubuntu 12.04 (precise)

2016-06-24 Thread John Duarte (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 John Duarte commented on  PUP-6424 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Passenger failing on Ubuntu 12.04 (precise)  
 
 
 
 
 
 
 
 
 
 
The test suite also passes when using the 'git' method on the latest SHA 5e4da09. 
Steps used are the same as those listed in the comment above. Substitute the following command to kick off the run: 
 
 
 
 
 
 
bundle exec rake ci:test:git CONFIG=config/nodes/precise.yaml  SHA=5e4da09f3320e3c0109dc3108cd5ff4bbabf9997  FORK=puppetlabs
 
 
 
 
 
 
 
Results 
 
 
 
 
 
 
  Test Suite: tests @ 2016-06-24 16:58:37 + 
 
 
 
 
  
 
 
 
 
  - Host Configuration Summary - 
 
 
 
 
  
 
 
 
 
  
 
 
 
 
  - Test Case Summary for suite 'tests' - 
 
 
 
 
   Total Suite Time: 1516.92 seconds 
 
 
 
 

Jira (PUP-6424) Passenger failing on Ubuntu 12.04 (precise)

2016-06-24 Thread John Duarte (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 John Duarte commented on  PUP-6424 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Passenger failing on Ubuntu 12.04 (precise)  
 
 
 
 
 
 
 
 
 
 
I am able to get a passing run using the previously known good SHA. 
Reproduction steps. 
Checkout puppet at 2bdfb23 
 
 
 
 
 
 
git clone https://github.com/puppetlabs/puppet 
 
 
 
 
cd puppet 
 
 
 
 
git checkout 2bdfb23
 
 
 
 
 
 
 
Prepare for acceptance run 
 
 
 
 
 
 
cd acceptance 
 
 
 
 
rm -rf .bundle Gemfile.lock log junit 
 
 
 
 
export BUNDLE_BIN=.bundle/bin 
 
 
 
 
export BUNDLE_PATH=.bundle 
 
 
 
 
bundle package --all 
 
 
 
 
bundle install --local
 
 
   

Jira (PUP-6424) Passenger failing on Ubuntu 12.04 (precise)

2016-06-21 Thread John Duarte (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 John Duarte created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6424 
 
 
 
  Passenger failing on Ubuntu 12.04 (precise)  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  CI Blocker 
 
 
 

Affects Versions:
 

 PUP 3.8.7, PUP 3.8.8 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2016/06/21 2:52 PM 
 
 
 

Fix Versions:
 

 PUP 3.8.8 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 John Duarte 
 
 
 
 
 
 
 
 
 
 
Acceptance tests for puppet 3.x are failing on Ubuntu 12.04 (Precise). These failures are specific to this platform and are reproducible with the released version of 3.8.7 
 
 
 
 
 
 
root@fqy2r71lqmaw1sp:~# curl -k -m 1 https://localhost:8140 
 
 
 
 
{