[13:17:53] https://www.irccloud.com/pastebin/ApFWydSc/ [13:23:55] nfraison: it works for me, that's strange [13:28:32] Ah [13:28:40] I ran a bundle update and it breaks the same as you [13:30:26] So it would look like a version upgrade broke the rake task [13:44:34] from the bundle update you probably have the list of gems updated so we can check which one is breaking rake? [13:48:25] https://phabricator.wikimedia.org/P44682 [13:58:09] linked to puppet-syntax, probably due to that patch to not load all of Puppet: https://github.com/voxpupuli/puppet-syntax/pull/134/files will update gemfile to enforce release 3.2.1: gem 'puppet-syntax', '3.2.1' [14:01:30] sounds good [14:24:12] claime: nfraison: i cant reproduce. can you rm -rf your bundle directory Gemfile.lock and try to install and run the taskl again? [14:25:59] jbond: still the same [14:26:55] nfraison: what os and can you past me a copy of your Gemfile.lock [14:30:49] I rely on ubuntu 22.04 based os (Pop!_OS) [14:30:56] Gemfile.lock: https://phabricator.wikimedia.org/P44683 [14:32:27] nfraison: Maybe something to do with 22.04 because I'm using pop too [14:33:37] * jbond trying in a docker image [14:41:24] * jbond can recreate [14:45:56] hi jbond : claime : I have the same errors as with nfraison but on mac [14:47:18] claime: nfraison: steve_munene: thanks i can cofnirm its an issue and likley the one pointed to in puppet-strings. the latest version of puppetlabs_spec_helper dosen't need puppet. imjust trying to work out if we can omve to that oirt if we need to pin puppet-syntax [14:48:23] ack [14:48:34] jbond: I've created this PR https://gerrit.wikimedia.org/r/c/operations/puppet/+/889990 where I finally decide to require puppet in our module_rake_tasks to avoid pin puppet-syntax. let you check if there are indeed better solution [14:52:25] nfraison: ack thanks [15:01:02] nfraison: lets go with your solution. have +1 feel free to merge