Rebuild error - pups?

I rebuilt earlier this week without a problem, but as of this morning I get the following warning. Some help to track down/solve the cause would be great!

cd /pups && git pull && /pups/bin/pups --stdin                                
From https://github.com/discourse/pups                                        
   4cfff79..dadedef  master               -> origin/master                    
 * [new branch]      update-test-raketask -> origin/update-test-raketask      
Updating 4cfff79..dadedef                                
Fast-forward                                             
 Rakefile            |  6 +++++-                                              
 lib/pups/config.rb  |  1 +                                         
 pups.gemspec        |  2 +-
 test/config_test.rb | 19 ++++++++++++++++++-
 test/test_helper.rb |  3 +--                                  
 5 files changed, 26 insertions(+), 5 deletions(-)
I, [2021-04-08T07:15:23.054469 #1]  INFO -- : Loading --stdin             
/pups/lib/pups/config.rb:23:in `[]=': no implicit conversion of Integer into String (TypeError)
        from /pups/lib/pups/config.rb:23:in `block in initialize'
        from /pups/lib/pups/config.rb:23:in `each'
        from /pups/lib/pups/config.rb:23:in `initialize'
        from /pups/lib/pups/cli.rb:27:in `new'
        from /pups/lib/pups/cli.rb:27:in `run'                
        from /pups/bin/pups:8:in `<main>'
b633202aedf2a25566fb21e3f1ff7db418cd2d5fe13835c468914e179f3099e9
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.  
1 Like

I can +1 this, Experiencing the same issue here as well.

2 Likes

I just pushed a fix, can you try to rebuild again ?

5 Likes

Seems to be going past the pups issue now. Would edit this reply if the bootstrap still fails.

EDIT: Built successfully.

4 Likes

The rebuild completed succesfully. Thanks for the quick solution, Sam!

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.