Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Bump flake.lock and related dependencies #284

Merged
merged 5 commits into from
Apr 29, 2024
Merged

Conversation

selfup-runner[bot]
Copy link
Contributor

@selfup-runner selfup-runner bot commented Apr 22, 2024

This PR has been created by https://github.com/kachick/selfup/blob/action-v1/.github/workflows/reusable-bump-flake-lock-and-selfup.yml

Do NOT update the branch of this PR, it may be updated by the bot with force push.

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/cfd6b5fc90b15709b780a5a1619695a88505a176?narHash=sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM%3D' (2024-04-12)
  → 'github:NixOS/nixpkgs/5c24cf2f0a12ad855f444c30b2421d044120c66f?narHash=sha256-XtTSSIB2DA6tOv%2Bl0FhvfDMiyCmhoRbNB%2B0SeInZkbk%3D' (2024-04-19)
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5c24cf2f0a12ad855f444c30b2421d044120c66f?narHash=sha256-XtTSSIB2DA6tOv%2Bl0FhvfDMiyCmhoRbNB%2B0SeInZkbk%3D' (2024-04-19)
  → 'github:NixOS/nixpkgs/58a1abdbae3217ca6b702f03d3b35125d88a2994?narHash=sha256-mdTQw2XlariysyScCv2tTE45QSU9v/ezLcHJ22f0Nxc%3D' (2024-04-27)
@kachick
Copy link
Owner

kachick commented Apr 29, 2024

https://github.com/kachick/ruby-gem-template/actions/runs/8872080723/job/24355941898

Run bundle exec rake test_behaviors --suppress-backtrace='\/bundle'
/home/runner/work/ruby-gem-template/ruby-gem-template/vendor/bundle/ruby/3.4.0+0/gems/rake-13.1.0/lib/rake.rb:33: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0. Add ostruct to your Gemfile or gemspec.
can not use rubocop in this environment
===============================================================================
Error: test_constant_version(TestMyNewLibrary):
  RuntimeError: /home/runner/work/ruby-gem-template/ruby-gem-template/vendor/bundle/ruby/3.4.0+0/gems/test-unit-3.[6](https://github.com/kachick/ruby-gem-template/actions/runs/8872080723/job/24355941898#step:4:7).2/lib/test/unit/fixture.rb:284: warning: the block passed to 'priority_setup' defined at /home/runner/work/ruby-gem-template/ruby-gem-template/vendor/bundle/ruby/3.4.0+0/gems/test-unit-3.6.2/lib/test/unit/priority.rb:183 may be ignored
/home/runner/work/ruby-gem-template/ruby-gem-template/vendor/bundle/ruby/3.4.0+0/gems/warning-1.3.0/lib/warning.rb:260:in 'Warning::Processor#warn'
===============================================================================
Finished in 0.00[10](https://github.com/kachick/ruby-gem-template/actions/runs/8872080723/job/24355941898#step:4:11)31045 seconds.
1 tests, 0 assertions, 0 failures, 1 errors, 0 pendings, 0 omissions, 0 notifications
rake aborted!
Command failed with status (1)
<internal:array>:54:in 'Array#each'
<internal:array>:54:in 'Array#each'
<internal:array>:54:in 'Array#each'
Tasks: TOP => test_behaviors => test
(See full trace by running task with --trace)
Error: Process completed with exit code 1.

https://github.com/test-unit/test-unit/blame/1958ba65e854128534ea2ac38fcb2712bd84b8b6/lib/test/unit/priority.rb#L183-L186

?

@kachick kachick self-assigned this Apr 29, 2024
@kachick
Copy link
Owner

kachick commented Apr 29, 2024

Run bundle exec rake test_behaviors --suppress-backtrace='\/bundle'
/home/runner/work/ruby-gem-template/ruby-gem-template/vendor/bundle/ruby/3.4.0+0/gems/rake-13.1.0/lib/rake.rb:33: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0. Add ostruct to your Gemfile or gemspec.
can not use rubocop in this environment
===============================================================================
Error: test_constant_version(TestMyNewLibrary):
  RuntimeError: /home/runner/work/ruby-gem-template/ruby-gem-template/vendor/bundle/ruby/3.4.0+0/gems/test-unit-3.[6](https://github.com/kachick/ruby-gem-template/actions/runs/8872080723/job/24355941898#step:4:7).2/lib/test/unit/fixture.rb:284: warning: the block passed to 'priority_setup' defined at /home/runner/work/ruby-gem-template/ruby-gem-template/vendor/bundle/ruby/3.4.0+0/gems/test-unit-3.6.2/lib/test/unit/priority.rb:183 may be ignored
/home/runner/work/ruby-gem-template/ruby-gem-template/vendor/bundle/ruby/3.4.0+0/gems/warning-1.3.0/lib/warning.rb:260:in 'Warning::Processor#warn'
===============================================================================
Finished in 0.00[10](https://github.com/kachick/ruby-gem-template/actions/runs/8872080723/job/24355941898#step:4:11)31045 seconds.
1 tests, 0 assertions, 0 failures, 1 errors, 0 pendings, 0 omissions, 0 notifications

https://github.com/kachick/ruby-gem-template/actions/runs/8872080723/job/24355941898

@kachick
Copy link
Owner

kachick commented Apr 29, 2024

rake issue should be fixed in https://github.com/kachick/ruby-gem-template/actions/runs/8881735555/job/24384783492?pr=286, but the priority_setup looks like another problem

@kachick
Copy link
Owner

kachick commented Apr 29, 2024

https://github.com/test-unit/test-unit/blob/1958ba65e854128534ea2ac38fcb2712bd84b8b6/lib/test/unit/fixture.rb#L281-L289

looks not a wrong code, but I don't know why test-unit should bundle own test code in the gem... 🤔

test-unit/test-unit#184

Ah... because of ruby bundled the test-unit gem now?

@kachick kachick merged commit 25fbeb4 into main Apr 29, 2024
9 checks passed
@kachick kachick deleted the bot-update-flake-lock branch April 29, 2024 16:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant