Skip to content

Console application for filtering CSV #620

Console application for filtering CSV

Console application for filtering CSV #620

Triggered via pull request December 17, 2024 23:17
Status Failure
Total duration 10m 17s
Artifacts

test.yml

on: pull_request
ruby-versions  /  Generate Ruby versions
2s
ruby-versions / Generate Ruby versions
Gem test
47s
Gem test
Document test
22s
Document test
Matrix: scanner
Matrix: in-place
Fit to window
Zoom out
Zoom in

Annotations

118 errors and 16 warnings
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x0000000137be5158 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000137be5130 @start_time=2024-12-17 23:17:59.139865 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000137ca1d80 @assertion_count=4022, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000137a59208 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000137be83a8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x0000000137be5158 ...>>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x0000000137c9bc50>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000137a59208 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000137be83a8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x0000000137be5158 ...>>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000137ca17e0 @a_proc=#<Proc:0x0000000137ca1808 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=5230958600>=>#<Proc:0x0000000137ca1808 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000137ca1308 @a_proc=#<Proc:0x0000000137ca1330 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=5230957360>=>#<Proc:0x0000000137ca1330 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x0000000137ca09d0 @a_proc=#<Proc:0x0000000137ca0a48 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=5230955080>=>#<Proc:0x0000000137ca0a48 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x0000000137ca0160 @a_proc=#<Proc:0x0000000137ca0228 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=5230953000>=>#<Proc:0x0000000137ca0228 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @rows=[["aaa", "bbb", "ccc"], ["ddd", "eee", "fff"]]> /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
Scanner test: Ruby 3.0: macos-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows def make_csv_s(rows: Rows, **options) ^^^^ /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x00007f3bfb7463d0 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3bfb746330 @start_time=2024-12-17 23:18:00.867466391 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3bfb617310 @assertion_count=4022, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f3bfbbb44d0 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows def make_csv_s(rows: Rows, **options) ^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f3bfb60fb60 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x00007f3bfb7463d0 ...> assert_equal("Usage: csv-filter [options]\n", cli_out_s.lines.first) ^^^^^^^^^>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x00007f3bfb615ce0>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f3bfbbb44d0 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows def make_csv_s(rows: Rows, **options) ^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f3bfb60fb60 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x00007f3bfb7463d0 ...> assert_equal("Usage: csv-filter [options]\n", cli_out_s.lines.first) ^^^^^^^^^>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f3bfb616d70 @a_proc=#<Proc:0x00007f3bfb616d98 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=139895597264280>=>#<Proc:0x00007f3bfb616d98 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f3bfb6168e8 @a_proc=#<Proc:0x00007f3bfb616910 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=139895597263120>=>#<Proc:0x00007f3bfb616910 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x00007f3bfb6164d8 @a_proc=#<Proc:0x00007f3bfb616500 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=139895597262080>=>#<Proc:0x00007f3bfb616500 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x00007f3bfb6160c8 @a_proc=#<Proc:0x00007f3bfb6160f0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=139895597261040>=>#<Proc:0x00007f3bfb6160f0 /home/runner/work/csv/csv/vendor/bundl
Scanner test: Ruby 3.1: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000055978039d880 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055978039d858 @start_time=2024-12-17 23:18:00.972882387 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000559780180a98 @assertion_count=4022, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000055978033a1e0 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x00005597805006a0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000055978039d880 ...>>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x00005597801769d0>, @failures=[], @errors=[#<Test::Unit::Error:0x000055978033a1e0 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x00005597805006a0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000055978039d880 ...>>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000559780180250 @a_proc=#<Proc:0x00005597801804f8 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=94109177480440>=>#<Proc:0x00005597801804f8 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x0000559780177948 @a_proc=#<Proc:0x0000559780177970 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=94109177444720>=>#<Proc:0x0000559780177970 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x00005597801772e0 @a_proc=#<Proc:0x0000559780177308 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=94109177443080>=>#<Proc:0x0000559780177308 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x0000559780176e30 @a_proc=#<Proc:0x0000559780176e80 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=94109177441920>=>#<Proc:0x0000559780176e80 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @rows=[["aaa", "bbb", "ccc"], ["ddd", "eee", "fff"]]> /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
Scanner test: Ruby 3.0: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows def make_csv_s(rows: Rows, **options) ^^^^ /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x0000000106b37890 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000106b37868 @start_time=2024-12-17 23:18:03.372455 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000106c17760 @assertion_count=4022, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000106c4e918 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows def make_csv_s(rows: Rows, **options) ^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000106dce798 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x0000000106b37890 ...> assert_equal("Usage: csv-filter [options]\n", cli_out_s.lines.first) ^^^^^^^^^>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x0000000106c16130>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000106c4e918 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows def make_csv_s(rows: Rows, **options) ^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000106dce798 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x0000000106b37890 ...> assert_equal("Usage: csv-filter [options]\n", cli_out_s.lines.first) ^^^^^^^^^>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000106c171c0 @a_proc=#<Proc:0x0000000106c171e8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=4408308200>=>#<Proc:0x0000000106c171e8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000106c16d38 @a_proc=#<Proc:0x0000000106c16d60 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=4408307040>=>#<Proc:0x0000000106c16d60 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x0000000106c16928 @a_proc=#<Proc:0x0000000106c16950 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=4408306000>=>#<Proc:0x0000000106c16950 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x0000000106c16518 @a_proc=#<Proc:0x0000000106c16540 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=4408304960>=>#<Proc:0x0000000106c16540 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.
Scanner test: Ruby 3.1: macos-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in 'TestFilter#make_csv_s' /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in 'TestFilter#test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method 'cli_out_s' for an instance of TestFilter /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in 'TestFilter#test_option_h'
Scanner test: Ruby debug: macos-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for an instance of TestFilter /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 3.3: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows def make_csv_s(rows: Rows, **options) ^^^^ /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x00007f9aec22e8e8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f9aec22e898 @start_time=2024-12-17 23:18:07.367519531 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f9ae8bf73b0 @assertion_count=4022, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f9ae8bd6980 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows def make_csv_s(rows: Rows, **options) ^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f9ae8b709f0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x00007f9aec22e8e8 ...> assert_equal("Usage: csv-filter [options]\n", cli_out_s.lines.first) ^^^^^^^^^>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x00007f9ae8bf5d80>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f9ae8bd6980 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows def make_csv_s(rows: Rows, **options) ^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f9ae8b709f0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x00007f9aec22e8e8 ...> assert_equal("Usage: csv-filter [options]\n", cli_out_s.lines.first) ^^^^^^^^^>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f9ae8bf6e10 @a_proc=#<Proc:0x00007f9ae8bf6e38 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=140303306550840>=>#<Proc:0x00007f9ae8bf6e38 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f9ae8bf6988 @a_proc=#<Proc:0x00007f9ae8bf69b0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=140303306549680>=>#<Proc:0x00007f9ae8bf69b0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x00007f9ae8bf6578 @a_proc=#<Proc:0x00007f9ae8bf65a0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=140303306548640>=>#<Proc:0x00007f9ae8bf65a0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x00007f9ae8bf6168 @a_proc=#<Proc:0x00007f9ae8bf6190 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=140303306547600>=>#<Proc:0x00007f9ae8bf6190 /home/runner/work/csv/csv/vendor/bundl
In-place test: Ruby 3.1: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in 'TestFilter#make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in 'TestFilter#test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method 'cli_out_s' for an instance of TestFilter /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in 'TestFilter#test_option_h'
In-place test: Ruby head: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000000010121c670 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000100f3b5f0 @start_time=2024-12-17 23:18:08.844346 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000103de4208 @assertion_count=4022, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000103dc11b8 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000100f19ab8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000000010121c670 ...>>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x0000000103e2d5c0>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000103dc11b8 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000100f19ab8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000000010121c670 ...>>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000103e2e3f8 @a_proc=#<Proc:0x0000000103e2e420 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=4360168480>=>#<Proc:0x0000000103e2e420 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000103e2e010 @a_proc=#<Proc:0x0000000103e2e038 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=4360167480>=>#<Proc:0x0000000103e2e038 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x0000000103e2dca0 @a_proc=#<Proc:0x0000000103e2dcc8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=4360166600>=>#<Proc:0x0000000103e2dcc8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x0000000103e2d930 @a_proc=#<Proc:0x0000000103e2d958 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=4360165720>=>#<Proc:0x0000000103e2d958 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @rows=[["aaa", "bbb", "ccc"], ["ddd", "eee", "fff"]]> /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 3.2: macos-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000000015a925378 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000015a925350 @start_time=2024-12-17 23:18:08.899653 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000015a9ec4c8 @assertion_count=4022, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000000014cb7f5c8 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x000000014cc261e8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000000015a925378 ...>>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x000000015a9e6c80>, @failures=[], @errors=[#<Test::Unit::Error:0x000000014cb7f5c8 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x000000014cc261e8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000000015a925378 ...>>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000000015a9e7ea0 @a_proc=#<Proc:0x000000015a9e7ec8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=5815303880>=>#<Proc:0x000000015a9e7ec8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x000000015a9e7978 @a_proc=#<Proc:0x000000015a9e79a0 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=5815302560>=>#<Proc:0x000000015a9e79a0 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x000000015a9e7518 @a_proc=#<Proc:0x000000015a9e7540 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=5815301440>=>#<Proc:0x000000015a9e7540 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x000000015a9e70b8 @a_proc=#<Proc:0x000000015a9e70e0 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=5815300320>=>#<Proc:0x000000015a9e70e0 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @rows=[["aaa", "bbb", "ccc"], ["ddd", "eee", "fff"]]> /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 3.0: macos-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows def make_csv_s(rows: Rows, **options) ^^^^ /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x0000000105fff9f0 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000105fff9c8 @start_time=2024-12-17 23:18:09.266096 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00000001060df8e8 @assertion_count=4022, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000105ec7c68 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows def make_csv_s(rows: Rows, **options) ^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000106045298 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x0000000105fff9f0 ...> assert_equal("Usage: csv-filter [options]\n", cli_out_s.lines.first) ^^^^^^^^^>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x00000001060de2b8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000105ec7c68 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows def make_csv_s(rows: Rows, **options) ^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000106045298 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x0000000105fff9f0 ...> assert_equal("Usage: csv-filter [options]\n", cli_out_s.lines.first) ^^^^^^^^^>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00000001060df348 @a_proc=#<Proc:0x00000001060df370 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=4396544880>=>#<Proc:0x00000001060df370 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x00000001060deec0 @a_proc=#<Proc:0x00000001060deee8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=4396543720>=>#<Proc:0x00000001060deee8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x00000001060deab0 @a_proc=#<Proc:0x00000001060dead8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=4396542680>=>#<Proc:0x00000001060dead8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x00000001060de6a0 @a_proc=#<Proc:0x00000001060de6c8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=4396541640>=>#<Proc:0x00000001060de6c8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.
In-place test: Ruby 3.1: macos-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in 'TestFilter#make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in 'TestFilter#test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method 'cli_out_s' for an instance of TestFilter /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in 'TestFilter#test_option_h'
Scanner test: Ruby debug: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x00007f94e8af0c10 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f94ea12b098 @start_time=2024-12-17 23:18:10.349537743 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f94e8aa0dc8 @assertion_count=4022, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f94e8660d58 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f94e8a626e0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x00007f94e8af0c10 ...>>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x00007f94e8a81b58>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f94e8660d58 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f94e8a626e0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x00007f94e8af0c10 ...>>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f94e8a82990 @a_proc=#<Proc:0x00007f94e8a829b8 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=140277535222200>=>#<Proc:0x00007f94e8a829b8 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f94e8a825a8 @a_proc=#<Proc:0x00007f94e8a825d0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=140277535221200>=>#<Proc:0x00007f94e8a825d0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x00007f94e8a82238 @a_proc=#<Proc:0x00007f94e8a82260 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=140277535220320>=>#<Proc:0x00007f94e8a82260 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x00007f94e8a81ec8 @a_proc=#<Proc:0x00007f94e8a81ef0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=140277535219440>=>#<Proc:0x00007f94e8a81ef0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @rows=[["aaa", "bbb", "ccc"], ["ddd", "eee", "fff"]]> /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 3.2: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000055f6903257a8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055f690325780 @start_time=2024-12-17 23:18:09.997181028 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055f69010c840 @assertion_count=4022, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000055f6904b69f0 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x000055f6905479a0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000055f6903257a8 ...>>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x000055f690102818>, @failures=[], @errors=[#<Test::Unit::Error:0x000055f6904b69f0 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x000055f6905479a0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000055f6903257a8 ...>>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000055f690103fd8 @a_proc=#<Proc:0x000055f6901032e0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=94517467296480>=>#<Proc:0x000055f6901032e0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x000055f690103650 @a_proc=#<Proc:0x000055f690103718 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=94517467297560>=>#<Proc:0x000055f690103718 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x000055f690103128 @a_proc=#<Proc:0x000055f690103150 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=94517467296080>=>#<Proc:0x000055f690103150 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x000055f690102c78 @a_proc=#<Proc:0x000055f690102ca0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=94517467294880>=>#<Proc:0x000055f690102ca0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @rows=[["aaa", "bbb", "ccc"], ["ddd", "eee", "fff"]]> /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 3.0: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in 'TestFilter#make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in 'TestFilter#test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method 'cli_out_s' for an instance of TestFilter /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in 'TestFilter#test_option_h'
In-place test: Ruby debug: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in 'TestFilter#make_csv_s' /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in 'TestFilter#test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method 'cli_out_s' for an instance of TestFilter /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in 'TestFilter#test_option_h'
In-place test: Ruby head: macos-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in 'TestFilter#make_csv_s' /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in 'TestFilter#test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method 'cli_out_s' for an instance of TestFilter /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in 'TestFilter#test_option_h'
In-place test: Ruby debug: macos-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000000014b35dda0> /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
Scanner test: Ruby 2.7: macos-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for an instance of TestFilter /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 3.3: macos-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x00005588db91bef0> /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
Scanner test: Ruby 2.7: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000000012ea0c650> /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 2.7: macos-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x00005636987f0d30> /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 2.5: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000055db07639600> /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 2.6: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x0000558a86a382a0> /home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 2.7: ubuntu-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000000013f2e5668> /Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 2.6: macos-latest
Process completed with exit code 1.
Error: tmp/test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows /home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' /home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: tmp/test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000055ad765186b8> /home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
Gem test
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in 'TestFilter#make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in 'TestFilter#test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method 'cli_out_s' for an instance of TestFilter D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in 'TestFilter#test_option_h'
Scanner test: Ruby mswin: windows-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in 'TestFilter#make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in 'TestFilter#test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method 'cli_out_s' for an instance of TestFilter D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in 'TestFilter#test_option_h'
In-place test: Ruby mswin: windows-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for an instance of TestFilter D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 3.3: windows-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x0000022417800510> D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
Scanner test: Ruby 2.7: windows-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in 'TestFilter#make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in 'TestFilter#test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method 'cli_out_s' for an instance of TestFilter D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in 'TestFilter#test_option_h'
In-place test: Ruby mingw: windows-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000002420b40c280 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002420b562580 @start_time=2024-12-17 23:19:35.3484461 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002420b7aa6f8 @assertion_count=4021, @pass_count=510, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000002420b64da30 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x000002420ba5b348 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x000002420b6af730 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000002420b40c280 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x000002420b71afa8>, @failures=[], @errors=[#<Test::Unit::Error:0x000002420ba5b348 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x000002420b6af730 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000002420b40c280 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x000002420b64da30 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000002420b71c9e8 @a_proc=#<Proc:0x000002420b71ca10 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=2482683103760>=>#<Proc:0x000002420b71ca10 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x000002420b71c0d8 @a_proc=#<Proc:0x000002420b71c100 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=2482683101440>=>#<Proc:0x000002420b71c100 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x000002420b71bb60 @a_proc=#<Proc:0x000002420b71bbb0 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=2482683100080>=>#<Proc:0x000002420b71bbb0 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x000002420b71b548 @a_proc=#<Proc:0x000002420b71b598 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=2482683098520>=>#<Proc:0x000002420b71b598 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/
In-place test: Ruby 3.2: windows-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in 'TestFilter#make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in 'TestFilter#test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method 'cli_out_s' for an instance of TestFilter D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in 'TestFilter#test_option_h'
Scanner test: Ruby mingw: windows-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000001e9ad1ce178> D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 2.7: windows-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000002031f71a498 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000002031f71a470 @start_time=2024-12-17 23:19:48.2093116 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000002031fa033f8 @assertion_count=4021, @pass_count=510, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000002031eceb0d0 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x000002031ece8768 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x000002031f8ca6f8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000002031f71a498 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x000002031f9db8f8>, @failures=[], @errors=[#<Test::Unit::Error:0x000002031ece8768 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x000002031f8ca6f8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000002031f71a498 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x000002031eceb0d0 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000002031fa02e30 @a_proc=#<Proc:0x000002031fa02e58 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=2212438748760>=>#<Proc:0x000002031fa02e58 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x000002031fa02750 @a_proc=#<Proc:0x000002031fa02778 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=2212438747000>=>#<Proc:0x000002031fa02778 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x000002031fa01710 @a_proc=#<Proc:0x000002031fa01800 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=2212438743040>=>#<Proc:0x000002031fa01800 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x000002031fa00068 @a_proc=#<Proc:0x000002031fa00090 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=2212438737040>=>#<Proc:0x000002031fa00090 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/
In-place test: Ruby 3.0: windows-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in 'TestFilter#make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in 'TestFilter#test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method 'cli_out_s' for an instance of TestFilter D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in 'TestFilter#test_option_h'
In-place test: Ruby head: windows-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000001f3de363cf0> D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 2.6: windows-latest
Process completed with exit code 1.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x0000027dd58215e0> D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'
In-place test: Ruby 2.5: windows-latest
Process completed with exit code 1.
Scanner test: Ruby 3.0: windows-latest
The job running on runner GitHub Actions 164 has exceeded the maximum execution time of 10 minutes.
Error: test/csv/csv-filter/test_csv_filter.rb#L84
NameError: uninitialized constant TestFilter::Rows D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s' D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'
Error: test/csv/csv-filter/test_csv_filter.rb#L93
NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000001ffd3336da8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001ffd3336d80 @start_time=2024-12-17 23:19:35.0455587 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001ffd2cb1af0 @assertion_count=4021, @pass_count=510, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000001ffd2d064d8 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x000001ffd371d9d0 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x000001ffd37b5b68 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000001ffd3336da8 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @stop_tag=#<Object:0x000001ffd2c91e80>, @failures=[], @errors=[#<Test::Unit::Error:0x000001ffd371d9d0 @test_name="test_no_options(TestFilter)", @exception=#<NameError: uninitialized constant TestFilter::Rows>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:17:in `make_csv_s'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:84:in `test_no_options'"]>, #<Test::Unit::Error:0x000001ffd37b5b68 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_out_s' for #<TestFilter:0x000001ffd3336da8 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:93:in `test_option_h'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x000001ffd2d064d8 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000001ffd2cabbf0 @a_proc=#<Proc:0x000001ffd2cabc18 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=2198264790040>=>#<Proc:0x000001ffd2cabc18 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x000001ffd2cab330 @a_proc=#<Proc:0x000001ffd2cab358 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=2198264787800>=>#<Proc:0x000001ffd2cab358 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x000001ffd2caacc8 @a_proc=#<Proc:0x000001ffd2caad18 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=2198264786200>=>#<Proc:0x000001ffd2caad18 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x000001ffd2ca9b98 @a_proc=#<Proc:0x000001ffd2ca9be8 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=2198264781800>=>#<Proc:0x000001ffd2ca9be8 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/
Scanner test: Ruby 3.0: windows-latest
The operation was canceled.
ruby-versions / Generate Ruby versions
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Scanner test: Ruby 3.1: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Scanner test: Ruby 3.0: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
In-place test: Ruby 3.3: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
In-place test: Ruby 3.1: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
In-place test: Ruby head: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Scanner test: Ruby debug: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
In-place test: Ruby 3.2: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
In-place test: Ruby 3.0: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Document test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
In-place test: Ruby debug: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Scanner test: Ruby 2.7: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
In-place test: Ruby 2.5: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
In-place test: Ruby 2.6: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
In-place test: Ruby 2.7: ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Gem test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636