All puppet jobs failing with Error installing bundler:\n\tbundler requires Ruby version >= 2.3.0.

Bug #1810401 reported by yatin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-openstack-integration
Fix Released
Undecided
Sorin Sbarnea

Bug Description

Bundler 2.0.0 released[1] today and needs ruby >= 2.3.0 and rubygems >= 3.0.0
Puppet jobs are failing with below Error:-

Integration jobs:- Error installing bundler:\n\tbundler requires Ruby version >= 2.3.0.

lint jobs:- ERROR: Error installing bundler:
2019-01-03 10:02:56.038909 | ubuntu-bionic | The last version of bundler (>= 0) to support your Ruby & RubyGems was 1.17.3. Try installing it with `gem install bundler -v 1.17.3`
2019-01-03 10:02:56.039224 | ubuntu-bionic | bundler requires RubyGems version >= 3.0.0. The current RubyGems version is 2.7.6. Try 'gem update --system' to update RubyGems itself.

Logs:- http://logs.openstack.org/43/628143/1/check/puppet-openstack-integration-5-scenario001-tempest-centos-7-luminous/842bea9/job-output.txt.gz
http://logs.openstack.org/35/628135/1/check/puppet-openstack-lint/570ba4e/job-output.txt.gz

[1] https://rubygems.org/gems/bundler/versions/2.0.0

Changed in puppet-openstack-integration:
assignee: nobody → yatin (yatinkarel)
status: New → In Progress
Changed in puppet-openstack-integration:
assignee: yatin (yatinkarel) → Alex Schultz (alex-schultz)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-openstack-integration (master)

Fix proposed to branch: master
Review: https://review.openstack.org/628395

Changed in puppet-openstack-integration:
assignee: Alex Schultz (alex-schultz) → Sorin Sbarnea (ssbarnea)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-openstack-integration (master)

Reviewed: https://review.openstack.org/628155
Committed: https://git.openstack.org/cgit/openstack/puppet-openstack-integration/commit/?id=43ec9b923280037013038ae2f4e0a51769ed513b
Submitter: Zuul
Branch: master

commit 43ec9b923280037013038ae2f4e0a51769ed513b
Author: Emilien Macchi <email address hidden>
Date: Thu Jan 3 12:19:25 2019 +0100

    Pin bundler to 1.17.3

    bundler 2.0.0 is released which needs ruby >= 2.3.0 and rubygems >= 3.0
    but we are behind, so let's pin bundler to 1.17.3.

    Closes-Bug: #1810401
    Change-Id: Ia1190e36443e8ae24219d62771a9fd5ad46e8b25

Changed in puppet-openstack-integration:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-openstack-integration (stable/rocky)

Fix proposed to branch: stable/rocky
Review: https://review.openstack.org/628429

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-openstack-integration (stable/queens)

Fix proposed to branch: stable/queens
Review: https://review.openstack.org/628434

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-openstack-integration (stable/rocky)

Reviewed: https://review.openstack.org/628429
Committed: https://git.openstack.org/cgit/openstack/puppet-openstack-integration/commit/?id=129668a6e9f82516c2616425cc9291d29edaa206
Submitter: Zuul
Branch: stable/rocky

commit 129668a6e9f82516c2616425cc9291d29edaa206
Author: Emilien Macchi <email address hidden>
Date: Thu Jan 3 12:19:25 2019 +0100

    Pin bundler to 1.17.3

    bundler 2.0.0 is released which needs ruby >= 2.3.0 and rubygems >= 3.0
    but we are behind, so let's pin bundler to 1.17.3.

    Closes-Bug: #1810401
    Change-Id: Ia1190e36443e8ae24219d62771a9fd5ad46e8b25
    (cherry picked from commit 43ec9b923280037013038ae2f4e0a51769ed513b)

tags: added: in-stable-rocky
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-openstack-integration (stable/queens)

Reviewed: https://review.openstack.org/628434
Committed: https://git.openstack.org/cgit/openstack/puppet-openstack-integration/commit/?id=07d465ac7128ce1975912f7721309024f25f4bae
Submitter: Zuul
Branch: stable/queens

commit 07d465ac7128ce1975912f7721309024f25f4bae
Author: Emilien Macchi <email address hidden>
Date: Thu Jan 3 12:19:25 2019 +0100

    Pin bundler to 1.17.3

    bundler 2.0.0 is released which needs ruby >= 2.3.0 and rubygems >= 3.0
    but we are behind, so let's pin bundler to 1.17.3.

    Closes-Bug: #1810401
    Change-Id: Ia1190e36443e8ae24219d62771a9fd5ad46e8b25
    (cherry picked from commit 43ec9b923280037013038ae2f4e0a51769ed513b)

tags: added: in-stable-queens
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-openstack-integration (master)

Reviewed: https://review.openstack.org/628395
Committed: https://git.openstack.org/cgit/openstack/puppet-openstack-integration/commit/?id=7acca40563ebde1696a95a4ab9f646b754edeeb2
Submitter: Zuul
Branch: master

commit 7acca40563ebde1696a95a4ab9f646b754edeeb2
Author: Sorin Sbarnea <email address hidden>
Date: Fri Jan 4 10:41:31 2019 +0000

    Workaround for installing correct version of ruby bundler

    See https://github.com/bundler/bundler/issues/6870

    Bundler 2.x dropped support for Ruby < 2.3 so now we detect ruby
    version and install last known to work version.

    This means that newer OS will get newer versions of bundler.

    Change-Id: I906ad01187ad5b929b378107de065d32d23c5fc2
    Closes-Bug: #1810401

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-openstack-integration (stable/rocky)

Fix proposed to branch: stable/rocky
Review: https://review.openstack.org/629487

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-openstack-integration (stable/queens)

Fix proposed to branch: stable/queens
Review: https://review.openstack.org/629490

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-openstack-integration (stable/queens)

Reviewed: https://review.openstack.org/629490
Committed: https://git.openstack.org/cgit/openstack/puppet-openstack-integration/commit/?id=d83f041db993aaad63e21c25aef8a59ff5d04ba6
Submitter: Zuul
Branch: stable/queens

commit d83f041db993aaad63e21c25aef8a59ff5d04ba6
Author: Sorin Sbarnea <email address hidden>
Date: Fri Jan 4 10:41:31 2019 +0000

    Workaround for installing correct version of ruby bundler

    See https://github.com/bundler/bundler/issues/6870

    Bundler 2.x dropped support for Ruby < 2.3 so now we detect ruby
    version and install last known to work version. This means that
    newer OS will get newer versions of bundler.

    Closes-Bug: #1810401
      (cherry picked from commit 7acca40563ebde1696a95a4ab9f646b754edeeb2)

    Change-Id: Ibd1ff419d13cace906d4cd9765dc7b5486bc19a7

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-openstack-integration (stable/rocky)

Reviewed: https://review.openstack.org/629487
Committed: https://git.openstack.org/cgit/openstack/puppet-openstack-integration/commit/?id=0b7cb4bfad5981e0f2707b0eaa0d840a1fcfa647
Submitter: Zuul
Branch: stable/rocky

commit 0b7cb4bfad5981e0f2707b0eaa0d840a1fcfa647
Author: Sorin Sbarnea <email address hidden>
Date: Fri Jan 4 10:41:31 2019 +0000

    Workaround for installing correct version of ruby bundler

    See https://github.com/bundler/bundler/issues/6870

    Bundler 2.x dropped support for Ruby < 2.3 so now we detect ruby
    version and install last known to work version.

    This means that newer OS will get newer versions of bundler.

    Change-Id: I906ad01187ad5b929b378107de065d32d23c5fc2
    Closes-Bug: #1810401
    (cherry picked from commit 7acca40563ebde1696a95a4ab9f646b754edeeb2)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-openstack-integration (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/635271

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-openstack-integration (stable/ocata)

Fix proposed to branch: stable/ocata
Review: https://review.openstack.org/635273

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-openstack-integration (stable/pike)

Reviewed: https://review.openstack.org/635271
Committed: https://git.openstack.org/cgit/openstack/puppet-openstack-integration/commit/?id=44fa397d48e34ced89dd041ba1f0f02c12fb0079
Submitter: Zuul
Branch: stable/pike

commit 44fa397d48e34ced89dd041ba1f0f02c12fb0079
Author: Sorin Sbarnea <email address hidden>
Date: Fri Jan 4 10:41:31 2019 +0000

    Workaround for installing correct version of ruby bundler

    See https://github.com/bundler/bundler/issues/6870

    Bundler 2.x dropped support for Ruby < 2.3 so now we detect ruby
    version and install last known to work version. This means that
    newer OS will get newer versions of bundler.

    Closes-Bug: #1810401
      (cherry picked from commit 7acca40563ebde1696a95a4ab9f646b754edeeb2)

    Change-Id: Ibd1ff419d13cace906d4cd9765dc7b5486bc19a7
    (cherry picked from commit d83f041db993aaad63e21c25aef8a59ff5d04ba6)

tags: added: in-stable-pike
tags: added: in-stable-ocata
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-openstack-integration (stable/ocata)

Reviewed: https://review.openstack.org/635273
Committed: https://git.openstack.org/cgit/openstack/puppet-openstack-integration/commit/?id=7c3044e50c637123c2d2966e4d6abd0ad547db95
Submitter: Zuul
Branch: stable/ocata

commit 7c3044e50c637123c2d2966e4d6abd0ad547db95
Author: Sorin Sbarnea <email address hidden>
Date: Fri Jan 4 10:41:31 2019 +0000

    Workaround for installing correct version of ruby bundler

    See https://github.com/bundler/bundler/issues/6870

    Bundler 2.x dropped support for Ruby < 2.3 so now we detect ruby
    version and install last known to work version. This means that
    newer OS will get newer versions of bundler.

    Closes-Bug: #1810401
      (cherry picked from commit 7acca40563ebde1696a95a4ab9f646b754edeeb2)

    Change-Id: Ibd1ff419d13cace906d4cd9765dc7b5486bc19a7
    (cherry picked from commit d83f041db993aaad63e21c25aef8a59ff5d04ba6)
    (cherry picked from commit 44fa397d48e34ced89dd041ba1f0f02c12fb0079)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_spec_helper ocata-eol

This issue was fixed in the openstack/puppet-openstack_spec_helper ocata-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_spec_helper pike-eol

This issue was fixed in the openstack/puppet-openstack_spec_helper pike-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_spec_helper queens-eol

This issue was fixed in the openstack/puppet-openstack_spec_helper queens-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_spec_helper rocky-eol

This issue was fixed in the openstack/puppet-openstack_spec_helper rocky-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_spec_helper stein-eol

This issue was fixed in the openstack/puppet-openstack_spec_helper stein-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_spec_helper victoria-eol

This issue was fixed in the openstack/puppet-openstack_spec_helper victoria-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_spec_helper ussuri-eol

This issue was fixed in the openstack/puppet-openstack_spec_helper ussuri-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_spec_helper train-eol

This issue was fixed in the openstack/puppet-openstack_spec_helper train-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_spec_helper yoga-eom

This issue was fixed in the openstack/puppet-openstack_spec_helper yoga-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_spec_helper wallaby-eom

This issue was fixed in the openstack/puppet-openstack_spec_helper wallaby-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_spec_helper xena-eom

This issue was fixed in the openstack/puppet-openstack_spec_helper xena-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_spec_helper zed-eom

This issue was fixed in the openstack/puppet-openstack_spec_helper zed-eom release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.