Just for additional info. When I run 'bundle update' I get the following output from the latest HEAD in master:
Installing rake 10.1.1 Installing CFPropertyList 2.2.8 Installing ast 2.0.0 Installing parser 2.2.0.3 Installing astrolabe 1.3.0 Installing builder 3.2.2 Installing coderay 1.1.0 Installing diff-lcs 1.2.5 Installing facter 2.4.1 Installing json_pure 1.8.2 Installing hiera 1.3.4 Installing json 1.8.2 Installing json-schema 2.1.1 Installing metaclass 0.0.4 Installing method_source 0.8.2 Installing mocha 0.10.5 Installing msgpack 0.5.11 Installing multi_json 1.7.7 Installing net-ssh 2.9.2 Installing powerpack 0.0.9 Installing slop 3.6.0 Installing pry 0.10.1 Using puppet 4.0.0 (was 3.7.3) from source at /home/user/puppet Installing puppet-lint 1.1.0 Installing puppet-syntax 2.0.0 Installing rspec-support 3.2.2 Installing rspec-core 3.2.2 Installing rspec-expectations 3.2.0 Installing rspec-mocks 3.2.1 Installing rspec 3.2.0 Installing rspec-puppet 1.0.1 Installing puppetlabs_spec_helper 0.9.1 Installing racc 1.4.9 Installing rack 1.6.0 Installing rainbow 2.0.0 Installing rdoc 4.2.0 Installing redcarpet 2.3.0 Installing rspec-collection_matchers 1.1.2 Installing rspec-its 1.2.0 Installing rspec-legacy_formatters 1.0.0 Installing ruby-progressbar 1.7.1 Installing rubocop 0.26.1 Installing ruby-prof 0.15.6 Installing thread_safe 0.3.5 Installing tzinfo 1.2.2 Installing yard 0.8.7.6 Installing yarjuf 2.0.0 Using bundler 1.6.2 Your bundle is updated! On Thu, Mar 12, 2015 at 12:01 PM, Trevor Vaughan <[email protected]> wrote: > No, if I run parallel::spec, I actually get different errors, so I stopped > trying to use it. > > I just ran with a clean ruby 2.0.0-p353 with the same results. > > Not quite sure what's going on. > > I'll poke around some more later since you can't seem to reproduce. > > Trevor > > On Thu, Mar 12, 2015 at 11:57 AM, Henrik Lindberg < > [email protected]> wrote: > >> On 2015-12-03 16:40, Trevor Vaughan wrote: >> >>> Hi Henrik, >>> >>> I purged all of my gems removed my Gemfile.lock file and then ran bundle >>> install followed by bundle update with the same result. >>> >>> >> Does it work if you run the failing tests in isolation? (If so it could >> be an ordering problem). >> >> I just ran this on master: >> >> * bundle update >> * bundle exec rake parallel:spec[4] >> >> => 18768 examples, 0 failures, 44 pending >> >> - henrik >> >> Thanks, >>> >>> Trevor >>> >>> On Thu, Mar 12, 2015 at 11:11 AM, Henrik Lindberg >>> <[email protected] <mailto:[email protected]>> >>> wrote: >>> >>> On 2015-12-03 14:10, Trevor Vaughan wrote: >>> >>> Hi all, >>> >>> Some of the package spec tests are failing for me under Ruby >>> 1.9.3. >>> >>> The offending commit appears to be: >>> >>> commit 8eb9557420bd10cfb268c55a626981__36338c9b79 >>> Merge: 0abb9a9 11bba86 >>> Author: Henrik Lindberg <henrik.lindberg@cloudsmith.__com >>> <mailto:[email protected]> >>> <mailto:henrik.lindberg@__cloudsmith.com >>> <mailto:[email protected]>>> >>> Date: Thu Mar 5 22:50:14 2015 +0100 >>> >>> Merge branch 'stable' >>> Conflicts: >>> lib/puppet/parser/scope.rb >>> lib/puppet/type/package.rb >>> spec/unit/type/package_spec.rb >>> Changed be_true matcher to be_truthy because of rspec >>> version change >>> >>> Ruby Version: ruby-1.9.3-p551 >>> Gemfile: Stock in Puppet core >>> Branch: master (stable is fine) >>> >>> >>> You probably do not have rspec 3 which is now required on master. >>> Try a 'bundle update' >>> >>> - henrik >>> >>> Thanks, >>> >>> Trevor >>> >>> -- >>> Trevor Vaughan >>> Vice President, Onyx Point, Inc >>> (410) 541-6699 <tel:%28410%29%20541-6699> >>> [email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected] >>> >__> >>> >>> -- This account not approved for unencrypted proprietary >>> information -- >>> >>> -- >>> You received this message because you are subscribed to the >>> Google >>> Groups "Puppet Developers" group. >>> To unsubscribe from this group and stop receiving emails from >>> it, send >>> an email to puppet-dev+unsubscribe@__googlegroups.com >>> <mailto:puppet-dev%[email protected]> >>> <mailto:[email protected] >>> <mailto:puppet-dev%[email protected]>>. >>> To view this discussion on the web visit >>> https://groups.google.com/d/__msgid/puppet-dev/CANs%__ >>> 2BFoXR9dtAJ5x4qk4vwrK14CRGxyT___mLucay%3D9oXe-kQU9PQ%40mail.__gmail.com >>> <https://groups.google.com/d/msgid/puppet-dev/CANs% >>> 2BFoXR9dtAJ5x4qk4vwrK14CRGxyT_mLucay%3D9oXe-kQU9PQ%40mail.gmail.com> >>> <https://groups.google.com/d/__msgid/puppet-dev/CANs%__ >>> 2BFoXR9dtAJ5x4qk4vwrK14CRGxyT___mLucay%3D9oXe-kQU9PQ%40mail. >>> __gmail.com?utm_medium=email&__utm_source=footer >>> <https://groups.google.com/d/msgid/puppet-dev/CANs% >>> 2BFoXR9dtAJ5x4qk4vwrK14CRGxyT_mLucay%3D9oXe-kQU9PQ%40mail. >>> gmail.com?utm_medium=email&utm_source=footer>>. >>> For more options, visit https://groups.google.com/d/__optout >>> <https://groups.google.com/d/optout>. >>> >>> >>> >>> -- >>> >>> Visit my Blog "Puppet on the Edge" >>> http://puppet-on-the-edge.__blogspot.se/ >>> <http://puppet-on-the-edge.blogspot.se/> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Puppet Developers" group. >>> To unsubscribe from this group and stop receiving emails from it, >>> send an email to puppet-dev+unsubscribe@__googlegroups.com >>> <mailto:puppet-dev%[email protected]>. >>> To view this discussion on the web visit >>> https://groups.google.com/d/__msgid/puppet-dev/mdsab4%24uit% >>> __241%40ger.gmane.org >>> <https://groups.google.com/d/msgid/puppet-dev/mdsab4%24uit% >>> 241%40ger.gmane.org>. >>> For more options, visit https://groups.google.com/d/__optout >>> <https://groups.google.com/d/optout>. >>> >>> >>> >>> >>> -- >>> Trevor Vaughan >>> Vice President, Onyx Point, Inc >>> (410) 541-6699 >>> [email protected] <mailto:[email protected]> >>> >>> -- This account not approved for unencrypted proprietary information -- >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Puppet Developers" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] >>> <mailto:[email protected]>. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/puppet-dev/CANs%2BFoVKj5nYqz2Ogbn-LZi% >>> 3DMbpTOPftKr%2Bz6gCpmD9Ss-rkLA%40mail.gmail.com >>> <https://groups.google.com/d/msgid/puppet-dev/CANs% >>> 2BFoVKj5nYqz2Ogbn-LZi%3DMbpTOPftKr%2Bz6gCpmD9Ss- >>> rkLA%40mail.gmail.com?utm_medium=email&utm_source=footer>. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> -- >> >> Visit my Blog "Puppet on the Edge" >> http://puppet-on-the-edge.blogspot.se/ >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit https://groups.google.com/d/ >> msgid/puppet-dev/mdsd13%24jle%241%40ger.gmane.org. >> >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Trevor Vaughan > Vice President, Onyx Point, Inc > (410) 541-6699 > [email protected] > > -- This account not approved for unencrypted proprietary information -- > -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 [email protected] -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/CANs%2BFoVXnr20jHdEQTg6KydiWxUVN2rN18Cb4fCUW%3D8JdJwdpA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
