Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continue on error when running tryouts #302

Merged
merged 11 commits into from
Apr 6, 2024
Merged

Conversation

delano
Copy link
Collaborator

@delano delano commented Apr 5, 2024

There are existign failures that need to be resolved. Not all are related to changes made for Ruby 3. Right now we're focusing on simply whether the can start up and run; once we build our confidence up on that, we'll switch our focus back to proper QA.

There are existign failures that need to be resolved. Not all are
related to changes made for Ruby 3. Right now we're focusing on simply
whether the can start up and run; once we build our confidence up on
that, we'll switch our focus back to proper QA.
@delano delano self-assigned this Apr 5, 2024
delano and others added 10 commits April 5, 2024 15:57
Adds test headers and dynamic output which is a lot easier to debug (and
not too much noise to just leave on).
```
Run gem install bundler --version 2.5
Successfully installed bundler-2.5.0
1 gem installed
--- ERROR REPORT TEMPLATE -------------------------------------------------------

```
ArgumentError: Malformed version number string 2.4.12
   2.4.22
   2.5.7
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/3.2.0/rubygems/version.rb:223:in `initialize'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/3.2.0/rubygems/version.rb:206:in `new'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/3.2.0/rubygems/version.rb:206:in `new'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/lib/bundler/self_manager.rb:165:in `lockfile_version'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/lib/bundler/self_manager.rb:89:in `autoswitching_applies?'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/lib/bundler/self_manager.rb:79:in `needs_switching?'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/lib/bundler/self_manager.rb:10:in `restart_with_locked_bundler_if_needed'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/lib/bundler/cli.rb:67:in `initialize'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/lib/bundler/vendor/thor/lib/thor.rb:388:in `new'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/lib/bundler/vendor/thor/lib/thor.rb:388:in `dispatch'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/lib/bundler/cli.rb:34:in `dispatch'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/lib/bundler/cli.rb:28:in `start'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/exe/bundle:45:in `block in <top (required)>'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bundler-2.4.12/exe/bundle:33:in `<top (required)>'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/bin/bundle:25:in `load'
  /opt/hostedtoolcache/Ruby/3.2.0/x64/bin/bundle:25:in `<main>'
```
Ruby 3.2 on Debian Bookworm
@delano delano merged commit dea09f9 into develop Apr 6, 2024
5 checks passed
@delano delano deleted the delano/267-ga-workflow branch April 6, 2024 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant